@charset "UTF-8";/*!
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2024 Fonticons, Inc.
*/.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, .1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, .08em);padding:var(--fa-border-padding, .2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, .3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, .3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound, -.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, .4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, .4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0:before{content:"0"}.fa-1:before{content:"1"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-fill-drip:before{content:""}.fa-arrows-to-circle:before{content:""}.fa-circle-chevron-right:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-at:before{content:"@"}.fa-trash-can:before{content:""}.fa-trash-alt:before{content:""}.fa-text-height:before{content:""}.fa-user-xmark:before{content:""}.fa-user-times:before{content:""}.fa-stethoscope:before{content:""}.fa-message:before{content:""}.fa-comment-alt:before{content:""}.fa-info:before{content:""}.fa-down-left-and-up-right-to-center:before{content:""}.fa-compress-alt:before{content:""}.fa-explosion:before{content:""}.fa-file-lines:before{content:""}.fa-file-alt:before{content:""}.fa-file-text:before{content:""}.fa-wave-square:before{content:""}.fa-ring:before{content:""}.fa-building-un:before{content:""}.fa-dice-three:before{content:""}.fa-calendar-days:before{content:""}.fa-calendar-alt:before{content:""}.fa-anchor-circle-check:before{content:""}.fa-building-circle-arrow-right:before{content:""}.fa-volleyball:before{content:""}.fa-volleyball-ball:before{content:""}.fa-arrows-up-to-line:before{content:""}.fa-sort-down:before{content:""}.fa-sort-desc:before{content:""}.fa-circle-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-door-open:before{content:""}.fa-right-from-bracket:before{content:""}.fa-sign-out-alt:before{content:""}.fa-atom:before{content:""}.fa-soap:before{content:""}.fa-icons:before{content:""}.fa-heart-music-camera-bolt:before{content:""}.fa-microphone-lines-slash:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-bridge-circle-check:before{content:""}.fa-pump-medical:before{content:""}.fa-fingerprint:before{content:""}.fa-hand-point-right:before{content:""}.fa-magnifying-glass-location:before{content:""}.fa-search-location:before{content:""}.fa-forward-step:before{content:""}.fa-step-forward:before{content:""}.fa-face-smile-beam:before{content:""}.fa-smile-beam:before{content:""}.fa-flag-checkered:before{content:""}.fa-football:before{content:""}.fa-football-ball:before{content:""}.fa-school-circle-exclamation:before{content:""}.fa-crop:before{content:""}.fa-angles-down:before{content:""}.fa-angle-double-down:before{content:""}.fa-users-rectangle:before{content:""}.fa-people-roof:before{content:""}.fa-people-line:before{content:""}.fa-beer-mug-empty:before{content:""}.fa-beer:before{content:""}.fa-diagram-predecessor:before{content:""}.fa-arrow-up-long:before{content:""}.fa-long-arrow-up:before{content:""}.fa-fire-flame-simple:before{content:""}.fa-burn:before{content:""}.fa-person:before{content:""}.fa-male:before{content:""}.fa-laptop:before{content:""}.fa-file-csv:before{content:""}.fa-menorah:before{content:""}.fa-truck-plane:before{content:""}.fa-record-vinyl:before{content:""}.fa-face-grin-stars:before{content:""}.fa-grin-stars:before{content:""}.fa-bong:before{content:""}.fa-spaghetti-monster-flying:before{content:""}.fa-pastafarianism:before{content:""}.fa-arrow-down-up-across-line:before{content:""}.fa-spoon:before{content:""}.fa-utensil-spoon:before{content:""}.fa-jar-wheat:before{content:""}.fa-envelopes-bulk:before{content:""}.fa-mail-bulk:before{content:""}.fa-file-circle-exclamation:before{content:""}.fa-circle-h:before{content:""}.fa-hospital-symbol:before{content:""}.fa-pager:before{content:""}.fa-address-book:before{content:""}.fa-contact-book:before{content:""}.fa-strikethrough:before{content:""}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:""}.fa-pencil:before{content:""}.fa-pencil-alt:before{content:""}.fa-backward:before{content:""}.fa-caret-right:before{content:""}.fa-comments:before{content:""}.fa-paste:before{content:""}.fa-file-clipboard:before{content:""}.fa-code-pull-request:before{content:""}.fa-clipboard-list:before{content:""}.fa-truck-ramp-box:before{content:""}.fa-truck-loading:before{content:""}.fa-user-check:before{content:""}.fa-vial-virus:before{content:""}.fa-sheet-plastic:before{content:""}.fa-blog:before{content:""}.fa-user-ninja:before{content:""}.fa-person-arrow-up-from-line:before{content:""}.fa-scroll-torah:before{content:""}.fa-torah:before{content:""}.fa-broom-ball:before{content:""}.fa-quidditch:before{content:""}.fa-quidditch-broom-ball:before{content:""}.fa-toggle-off:before{content:""}.fa-box-archive:before{content:""}.fa-archive:before{content:""}.fa-person-drowning:before{content:""}.fa-arrow-down-9-1:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-face-grin-tongue-squint:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-spray-can:before{content:""}.fa-truck-monster:before{content:""}.fa-w:before{content:"W"}.fa-earth-africa:before{content:""}.fa-globe-africa:before{content:""}.fa-rainbow:before{content:""}.fa-circle-notch:before{content:""}.fa-tablet-screen-button:before{content:""}.fa-tablet-alt:before{content:""}.fa-paw:before{content:""}.fa-cloud:before{content:""}.fa-trowel-bricks:before{content:""}.fa-face-flushed:before{content:""}.fa-flushed:before{content:""}.fa-hospital-user:before{content:""}.fa-tent-arrow-left-right:before{content:""}.fa-gavel:before{content:""}.fa-legal:before{content:""}.fa-binoculars:before{content:""}.fa-microphone-slash:before{content:""}.fa-box-tissue:before{content:""}.fa-motorcycle:before{content:""}.fa-bell-concierge:before{content:""}.fa-concierge-bell:before{content:""}.fa-pen-ruler:before{content:""}.fa-pencil-ruler:before{content:""}.fa-people-arrows:before{content:""}.fa-people-arrows-left-right:before{content:""}.fa-mars-and-venus-burst:before{content:""}.fa-square-caret-right:before{content:""}.fa-caret-square-right:before{content:""}.fa-scissors:before{content:""}.fa-cut:before{content:""}.fa-sun-plant-wilt:before{content:""}.fa-toilets-portable:before{content:""}.fa-hockey-puck:before{content:""}.fa-table:before{content:""}.fa-magnifying-glass-arrow-right:before{content:""}.fa-tachograph-digital:before{content:""}.fa-digital-tachograph:before{content:""}.fa-users-slash:before{content:""}.fa-clover:before{content:""}.fa-reply:before{content:""}.fa-mail-reply:before{content:""}.fa-star-and-crescent:before{content:""}.fa-house-fire:before{content:""}.fa-square-minus:before{content:""}.fa-minus-square:before{content:""}.fa-helicopter:before{content:""}.fa-compass:before{content:""}.fa-square-caret-down:before{content:""}.fa-caret-square-down:before{content:""}.fa-file-circle-question:before{content:""}.fa-laptop-code:before{content:""}.fa-swatchbook:before{content:""}.fa-prescription-bottle:before{content:""}.fa-bars:before{content:""}.fa-navicon:before{content:""}.fa-people-group:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-3:before{content:""}.fa-heart-crack:before{content:""}.fa-heart-broken:before{content:""}.fa-square-up-right:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-face-kiss-beam:before{content:""}.fa-kiss-beam:before{content:""}.fa-film:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-people-robbery:before{content:""}.fa-lightbulb:before{content:""}.fa-caret-left:before{content:""}.fa-circle-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-school-circle-xmark:before{content:""}.fa-arrow-right-from-bracket:before{content:""}.fa-sign-out:before{content:""}.fa-circle-chevron-down:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-unlock-keyhole:before{content:""}.fa-unlock-alt:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-headphones-simple:before{content:""}.fa-headphones-alt:before{content:""}.fa-sitemap:before{content:""}.fa-circle-dollar-to-slot:before{content:""}.fa-donate:before{content:""}.fa-memory:before{content:""}.fa-road-spikes:before{content:""}.fa-fire-burner:before{content:""}.fa-flag:before{content:""}.fa-hanukiah:before{content:""}.fa-feather:before{content:""}.fa-volume-low:before{content:""}.fa-volume-down:before{content:""}.fa-comment-slash:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-compress:before{content:""}.fa-wheat-awn:before{content:""}.fa-wheat-alt:before{content:""}.fa-ankh:before{content:""}.fa-hands-holding-child:before{content:""}.fa-asterisk:before{content:"*"}.fa-square-check:before{content:""}.fa-check-square:before{content:""}.fa-peseta-sign:before{content:""}.fa-heading:before{content:""}.fa-header:before{content:""}.fa-ghost:before{content:""}.fa-list:before{content:""}.fa-list-squares:before{content:""}.fa-square-phone-flip:before{content:""}.fa-phone-square-alt:before{content:""}.fa-cart-plus:before{content:""}.fa-gamepad:before{content:""}.fa-circle-dot:before{content:""}.fa-dot-circle:before{content:""}.fa-face-dizzy:before{content:""}.fa-dizzy:before{content:""}.fa-egg:before{content:""}.fa-house-medical-circle-xmark:before{content:""}.fa-campground:before{content:""}.fa-folder-plus:before{content:""}.fa-futbol:before{content:""}.fa-futbol-ball:before{content:""}.fa-soccer-ball:before{content:""}.fa-paintbrush:before{content:""}.fa-paint-brush:before{content:""}.fa-lock:before{content:""}.fa-gas-pump:before{content:""}.fa-hot-tub-person:before{content:""}.fa-hot-tub:before{content:""}.fa-map-location:before{content:""}.fa-map-marked:before{content:""}.fa-house-flood-water:before{content:""}.fa-tree:before{content:""}.fa-bridge-lock:before{content:""}.fa-sack-dollar:before{content:""}.fa-pen-to-square:before{content:""}.fa-edit:before{content:""}.fa-car-side:before{content:""}.fa-share-nodes:before{content:""}.fa-share-alt:before{content:""}.fa-heart-circle-minus:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-2:before{content:""}.fa-microscope:before{content:""}.fa-sink:before{content:""}.fa-bag-shopping:before{content:""}.fa-shopping-bag:before{content:""}.fa-arrow-down-z-a:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-mitten:before{content:""}.fa-person-rays:before{content:""}.fa-users:before{content:""}.fa-eye-slash:before{content:""}.fa-flask-vial:before{content:""}.fa-hand:before{content:""}.fa-hand-paper:before{content:""}.fa-om:before{content:""}.fa-worm:before{content:""}.fa-house-circle-xmark:before{content:""}.fa-plug:before{content:""}.fa-chevron-up:before{content:""}.fa-hand-spock:before{content:""}.fa-stopwatch:before{content:""}.fa-face-kiss:before{content:""}.fa-kiss:before{content:""}.fa-bridge-circle-xmark:before{content:""}.fa-face-grin-tongue:before{content:""}.fa-grin-tongue:before{content:""}.fa-chess-bishop:before{content:""}.fa-face-grin-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-ear-deaf:before{content:""}.fa-deaf:before{content:""}.fa-deafness:before{content:""}.fa-hard-of-hearing:before{content:""}.fa-road-circle-check:before{content:""}.fa-dice-five:before{content:""}.fa-square-rss:before{content:""}.fa-rss-square:before{content:""}.fa-land-mine-on:before{content:""}.fa-i-cursor:before{content:""}.fa-stamp:before{content:""}.fa-stairs:before{content:""}.fa-i:before{content:"I"}.fa-hryvnia-sign:before{content:""}.fa-hryvnia:before{content:""}.fa-pills:before{content:""}.fa-face-grin-wide:before{content:""}.fa-grin-alt:before{content:""}.fa-tooth:before{content:""}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:""}.fa-bicycle:before{content:""}.fa-staff-snake:before{content:""}.fa-rod-asclepius:before{content:""}.fa-rod-snake:before{content:""}.fa-staff-aesculapius:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-truck-medical:before{content:""}.fa-ambulance:before{content:""}.fa-wheat-awn-circle-exclamation:before{content:""}.fa-snowman:before{content:""}.fa-mortar-pestle:before{content:""}.fa-road-barrier:before{content:""}.fa-school:before{content:""}.fa-igloo:before{content:""}.fa-joint:before{content:""}.fa-angle-right:before{content:""}.fa-horse:before{content:""}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:""}.fa-temperature-half:before{content:""}.fa-temperature-2:before{content:""}.fa-thermometer-2:before{content:""}.fa-thermometer-half:before{content:""}.fa-dong-sign:before{content:""}.fa-capsules:before{content:""}.fa-poo-storm:before{content:""}.fa-poo-bolt:before{content:""}.fa-face-frown-open:before{content:""}.fa-frown-open:before{content:""}.fa-hand-point-up:before{content:""}.fa-money-bill:before{content:""}.fa-bookmark:before{content:""}.fa-align-justify:before{content:""}.fa-umbrella-beach:before{content:""}.fa-helmet-un:before{content:""}.fa-bullseye:before{content:""}.fa-bacon:before{content:""}.fa-hand-point-down:before{content:""}.fa-arrow-up-from-bracket:before{content:""}.fa-folder:before{content:""}.fa-folder-blank:before{content:""}.fa-file-waveform:before{content:""}.fa-file-medical-alt:before{content:""}.fa-radiation:before{content:""}.fa-chart-simple:before{content:""}.fa-mars-stroke:before{content:""}.fa-vial:before{content:""}.fa-gauge:before{content:""}.fa-dashboard:before{content:""}.fa-gauge-med:before{content:""}.fa-tachometer-alt-average:before{content:""}.fa-wand-magic-sparkles:before{content:""}.fa-magic-wand-sparkles:before{content:""}.fa-e:before{content:"E"}.fa-pen-clip:before{content:""}.fa-pen-alt:before{content:""}.fa-bridge-circle-exclamation:before{content:""}.fa-user:before{content:""}.fa-school-circle-check:before{content:""}.fa-dumpster:before{content:""}.fa-van-shuttle:before{content:""}.fa-shuttle-van:before{content:""}.fa-building-user:before{content:""}.fa-square-caret-left:before{content:""}.fa-caret-square-left:before{content:""}.fa-highlighter:before{content:""}.fa-key:before{content:""}.fa-bullhorn:before{content:""}.fa-globe:before{content:""}.fa-synagogue:before{content:""}.fa-person-half-dress:before{content:""}.fa-road-bridge:before{content:""}.fa-location-arrow:before{content:""}.fa-c:before{content:"C"}.fa-tablet-button:before{content:""}.fa-building-lock:before{content:""}.fa-pizza-slice:before{content:""}.fa-money-bill-wave:before{content:""}.fa-chart-area:before{content:""}.fa-area-chart:before{content:""}.fa-house-flag:before{content:""}.fa-person-circle-minus:before{content:""}.fa-ban:before{content:""}.fa-cancel:before{content:""}.fa-camera-rotate:before{content:""}.fa-spray-can-sparkles:before{content:""}.fa-air-freshener:before{content:""}.fa-star:before{content:""}.fa-repeat:before{content:""}.fa-cross:before{content:""}.fa-box:before{content:""}.fa-venus-mars:before{content:""}.fa-arrow-pointer:before{content:""}.fa-mouse-pointer:before{content:""}.fa-maximize:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-charging-station:before{content:""}.fa-shapes:before{content:""}.fa-triangle-circle-square:before{content:""}.fa-shuffle:before{content:""}.fa-random:before{content:""}.fa-person-running:before{content:""}.fa-running:before{content:""}.fa-mobile-retro:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-spider:before{content:""}.fa-hands-bound:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-plane-circle-exclamation:before{content:""}.fa-x-ray:before{content:""}.fa-spell-check:before{content:""}.fa-slash:before{content:""}.fa-computer-mouse:before{content:""}.fa-mouse:before{content:""}.fa-arrow-right-to-bracket:before{content:""}.fa-sign-in:before{content:""}.fa-shop-slash:before{content:""}.fa-store-alt-slash:before{content:""}.fa-server:before{content:""}.fa-virus-covid-slash:before{content:""}.fa-shop-lock:before{content:""}.fa-hourglass-start:before{content:""}.fa-hourglass-1:before{content:""}.fa-blender-phone:before{content:""}.fa-building-wheat:before{content:""}.fa-person-breastfeeding:before{content:""}.fa-right-to-bracket:before{content:""}.fa-sign-in-alt:before{content:""}.fa-venus:before{content:""}.fa-passport:before{content:""}.fa-heart-pulse:before{content:""}.fa-heartbeat:before{content:""}.fa-people-carry-box:before{content:""}.fa-people-carry:before{content:""}.fa-temperature-high:before{content:""}.fa-microchip:before{content:""}.fa-crown:before{content:""}.fa-weight-hanging:before{content:""}.fa-xmarks-lines:before{content:""}.fa-file-prescription:before{content:""}.fa-weight-scale:before{content:""}.fa-weight:before{content:""}.fa-user-group:before{content:""}.fa-user-friends:before{content:""}.fa-arrow-up-a-z:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-chess-knight:before{content:""}.fa-face-laugh-squint:before{content:""}.fa-laugh-squint:before{content:""}.fa-wheelchair:before{content:""}.fa-circle-arrow-up:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-toggle-on:before{content:""}.fa-person-walking:before{content:""}.fa-walking:before{content:""}.fa-l:before{content:"L"}.fa-fire:before{content:""}.fa-bed-pulse:before{content:""}.fa-procedures:before{content:""}.fa-shuttle-space:before{content:""}.fa-space-shuttle:before{content:""}.fa-face-laugh:before{content:""}.fa-laugh:before{content:""}.fa-folder-open:before{content:""}.fa-heart-circle-plus:before{content:""}.fa-code-fork:before{content:""}.fa-city:before{content:""}.fa-microphone-lines:before{content:""}.fa-microphone-alt:before{content:""}.fa-pepper-hot:before{content:""}.fa-unlock:before{content:""}.fa-colon-sign:before{content:""}.fa-headset:before{content:""}.fa-store-slash:before{content:""}.fa-road-circle-xmark:before{content:""}.fa-user-minus:before{content:""}.fa-mars-stroke-up:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-champagne-glasses:before{content:""}.fa-glass-cheers:before{content:""}.fa-clipboard:before{content:""}.fa-house-circle-exclamation:before{content:""}.fa-file-arrow-up:before{content:""}.fa-file-upload:before{content:""}.fa-wifi:before{content:""}.fa-wifi-3:before{content:""}.fa-wifi-strong:before{content:""}.fa-bath:before{content:""}.fa-bathtub:before{content:""}.fa-underline:before{content:""}.fa-user-pen:before{content:""}.fa-user-edit:before{content:""}.fa-signature:before{content:""}.fa-stroopwafel:before{content:""}.fa-bold:before{content:""}.fa-anchor-lock:before{content:""}.fa-building-ngo:before{content:""}.fa-manat-sign:before{content:""}.fa-not-equal:before{content:""}.fa-border-top-left:before{content:""}.fa-border-style:before{content:""}.fa-map-location-dot:before{content:""}.fa-map-marked-alt:before{content:""}.fa-jedi:before{content:""}.fa-square-poll-vertical:before{content:""}.fa-poll:before{content:""}.fa-mug-hot:before{content:""}.fa-car-battery:before{content:""}.fa-battery-car:before{content:""}.fa-gift:before{content:""}.fa-dice-two:before{content:""}.fa-chess-queen:before{content:""}.fa-glasses:before{content:""}.fa-chess-board:before{content:""}.fa-building-circle-check:before{content:""}.fa-person-chalkboard:before{content:""}.fa-mars-stroke-right:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-hand-back-fist:before{content:""}.fa-hand-rock:before{content:""}.fa-square-caret-up:before{content:""}.fa-caret-square-up:before{content:""}.fa-cloud-showers-water:before{content:""}.fa-chart-bar:before{content:""}.fa-bar-chart:before{content:""}.fa-hands-bubbles:before{content:""}.fa-hands-wash:before{content:""}.fa-less-than-equal:before{content:""}.fa-train:before{content:""}.fa-eye-low-vision:before{content:""}.fa-low-vision:before{content:""}.fa-crow:before{content:""}.fa-sailboat:before{content:""}.fa-window-restore:before{content:""}.fa-square-plus:before{content:""}.fa-plus-square:before{content:""}.fa-torii-gate:before{content:""}.fa-frog:before{content:""}.fa-bucket:before{content:""}.fa-image:before{content:""}.fa-microphone:before{content:""}.fa-cow:before{content:""}.fa-caret-up:before{content:""}.fa-screwdriver:before{content:""}.fa-folder-closed:before{content:""}.fa-house-tsunami:before{content:""}.fa-square-nfi:before{content:""}.fa-arrow-up-from-ground-water:before{content:""}.fa-martini-glass:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-rotate-left:before{content:""}.fa-rotate-back:before{content:""}.fa-rotate-backward:before{content:""}.fa-undo-alt:before{content:""}.fa-table-columns:before{content:""}.fa-columns:before{content:""}.fa-lemon:before{content:""}.fa-head-side-mask:before{content:""}.fa-handshake:before{content:""}.fa-gem:before{content:""}.fa-dolly:before{content:""}.fa-dolly-box:before{content:""}.fa-smoking:before{content:""}.fa-minimize:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-monument:before{content:""}.fa-snowplow:before{content:""}.fa-angles-right:before{content:""}.fa-angle-double-right:before{content:""}.fa-cannabis:before{content:""}.fa-circle-play:before{content:""}.fa-play-circle:before{content:""}.fa-tablets:before{content:""}.fa-ethernet:before{content:""}.fa-euro-sign:before{content:""}.fa-eur:before{content:""}.fa-euro:before{content:""}.fa-chair:before{content:""}.fa-circle-check:before{content:""}.fa-check-circle:before{content:""}.fa-circle-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-compass-drafting:before{content:""}.fa-drafting-compass:before{content:""}.fa-plate-wheat:before{content:""}.fa-icicles:before{content:""}.fa-person-shelter:before{content:""}.fa-neuter:before{content:""}.fa-id-badge:before{content:""}.fa-marker:before{content:""}.fa-face-laugh-beam:before{content:""}.fa-laugh-beam:before{content:""}.fa-helicopter-symbol:before{content:""}.fa-universal-access:before{content:""}.fa-circle-chevron-up:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-lari-sign:before{content:""}.fa-volcano:before{content:""}.fa-person-walking-dashed-line-arrow-right:before{content:""}.fa-sterling-sign:before{content:""}.fa-gbp:before{content:""}.fa-pound-sign:before{content:""}.fa-viruses:before{content:""}.fa-square-person-confined:before{content:""}.fa-user-tie:before{content:""}.fa-arrow-down-long:before{content:""}.fa-long-arrow-down:before{content:""}.fa-tent-arrow-down-to-line:before{content:""}.fa-certificate:before{content:""}.fa-reply-all:before{content:""}.fa-mail-reply-all:before{content:""}.fa-suitcase:before{content:""}.fa-person-skating:before{content:""}.fa-skating:before{content:""}.fa-filter-circle-dollar:before{content:""}.fa-funnel-dollar:before{content:""}.fa-camera-retro:before{content:""}.fa-circle-arrow-down:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-file-import:before{content:""}.fa-arrow-right-to-file:before{content:""}.fa-square-arrow-up-right:before{content:""}.fa-external-link-square:before{content:""}.fa-box-open:before{content:""}.fa-scroll:before{content:""}.fa-spa:before{content:""}.fa-location-pin-lock:before{content:""}.fa-pause:before{content:""}.fa-hill-avalanche:before{content:""}.fa-temperature-empty:before{content:""}.fa-temperature-0:before{content:""}.fa-thermometer-0:before{content:""}.fa-thermometer-empty:before{content:""}.fa-bomb:before{content:""}.fa-registered:before{content:""}.fa-address-card:before{content:""}.fa-contact-card:before{content:""}.fa-vcard:before{content:""}.fa-scale-unbalanced-flip:before{content:""}.fa-balance-scale-right:before{content:""}.fa-subscript:before{content:""}.fa-diamond-turn-right:before{content:""}.fa-directions:before{content:""}.fa-burst:before{content:""}.fa-house-laptop:before{content:""}.fa-laptop-house:before{content:""}.fa-face-tired:before{content:""}.fa-tired:before{content:""}.fa-money-bills:before{content:""}.fa-smog:before{content:""}.fa-crutch:before{content:""}.fa-cloud-arrow-up:before{content:""}.fa-cloud-upload:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-palette:before{content:""}.fa-arrows-turn-right:before{content:""}.fa-vest:before{content:""}.fa-ferry:before{content:""}.fa-arrows-down-to-people:before{content:""}.fa-seedling:before{content:""}.fa-sprout:before{content:""}.fa-left-right:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-boxes-packing:before{content:""}.fa-circle-arrow-left:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-group-arrows-rotate:before{content:""}.fa-bowl-food:before{content:""}.fa-candy-cane:before{content:""}.fa-arrow-down-wide-short:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-down:before{content:""}.fa-cloud-bolt:before{content:""}.fa-thunderstorm:before{content:""}.fa-text-slash:before{content:""}.fa-remove-format:before{content:""}.fa-face-smile-wink:before{content:""}.fa-smile-wink:before{content:""}.fa-file-word:before{content:""}.fa-file-powerpoint:before{content:""}.fa-arrows-left-right:before{content:""}.fa-arrows-h:before{content:""}.fa-house-lock:before{content:""}.fa-cloud-arrow-down:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-children:before{content:""}.fa-chalkboard:before{content:""}.fa-blackboard:before{content:""}.fa-user-large-slash:before{content:""}.fa-user-alt-slash:before{content:""}.fa-envelope-open:before{content:""}.fa-handshake-simple-slash:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-mattress-pillow:before{content:""}.fa-guarani-sign:before{content:""}.fa-arrows-rotate:before{content:""}.fa-refresh:before{content:""}.fa-sync:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-cruzeiro-sign:before{content:""}.fa-greater-than-equal:before{content:""}.fa-shield-halved:before{content:""}.fa-shield-alt:before{content:""}.fa-book-atlas:before{content:""}.fa-atlas:before{content:""}.fa-virus:before{content:""}.fa-envelope-circle-check:before{content:""}.fa-layer-group:before{content:""}.fa-arrows-to-dot:before{content:""}.fa-archway:before{content:""}.fa-heart-circle-check:before{content:""}.fa-house-chimney-crack:before{content:""}.fa-house-damage:before{content:""}.fa-file-zipper:before{content:""}.fa-file-archive:before{content:""}.fa-square:before{content:""}.fa-martini-glass-empty:before{content:""}.fa-glass-martini:before{content:""}.fa-couch:before{content:""}.fa-cedi-sign:before{content:""}.fa-italic:before{content:""}.fa-table-cells-column-lock:before{content:""}.fa-church:before{content:""}.fa-comments-dollar:before{content:""}.fa-democrat:before{content:""}.fa-z:before{content:"Z"}.fa-person-skiing:before{content:""}.fa-skiing:before{content:""}.fa-road-lock:before{content:""}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before{content:""}.fa-temperature-down:before{content:""}.fa-feather-pointed:before{content:""}.fa-feather-alt:before{content:""}.fa-p:before{content:"P"}.fa-snowflake:before{content:""}.fa-newspaper:before{content:""}.fa-rectangle-ad:before{content:""}.fa-ad:before{content:""}.fa-circle-arrow-right:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-filter-circle-xmark:before{content:""}.fa-locust:before{content:""}.fa-sort:before{content:""}.fa-unsorted:before{content:""}.fa-list-ol:before{content:""}.fa-list-1-2:before{content:""}.fa-list-numeric:before{content:""}.fa-person-dress-burst:before{content:""}.fa-money-check-dollar:before{content:""}.fa-money-check-alt:before{content:""}.fa-vector-square:before{content:""}.fa-bread-slice:before{content:""}.fa-language:before{content:""}.fa-face-kiss-wink-heart:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-filter:before{content:""}.fa-question:before{content:"?"}.fa-file-signature:before{content:""}.fa-up-down-left-right:before{content:""}.fa-arrows-alt:before{content:""}.fa-house-chimney-user:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-puzzle-piece:before{content:""}.fa-money-check:before{content:""}.fa-star-half-stroke:before{content:""}.fa-star-half-alt:before{content:""}.fa-code:before{content:""}.fa-whiskey-glass:before{content:""}.fa-glass-whiskey:before{content:""}.fa-building-circle-exclamation:before{content:""}.fa-magnifying-glass-chart:before{content:""}.fa-arrow-up-right-from-square:before{content:""}.fa-external-link:before{content:""}.fa-cubes-stacked:before{content:""}.fa-won-sign:before{content:""}.fa-krw:before{content:""}.fa-won:before{content:""}.fa-virus-covid:before{content:""}.fa-austral-sign:before{content:""}.fa-f:before{content:"F"}.fa-leaf:before{content:""}.fa-road:before{content:""}.fa-taxi:before{content:""}.fa-cab:before{content:""}.fa-person-circle-plus:before{content:""}.fa-chart-pie:before{content:""}.fa-pie-chart:before{content:""}.fa-bolt-lightning:before{content:""}.fa-sack-xmark:before{content:""}.fa-file-excel:before{content:""}.fa-file-contract:before{content:""}.fa-fish-fins:before{content:""}.fa-building-flag:before{content:""}.fa-face-grin-beam:before{content:""}.fa-grin-beam:before{content:""}.fa-object-ungroup:before{content:""}.fa-poop:before{content:""}.fa-location-pin:before{content:""}.fa-map-marker:before{content:""}.fa-kaaba:before{content:""}.fa-toilet-paper:before{content:""}.fa-helmet-safety:before{content:""}.fa-hard-hat:before{content:""}.fa-hat-hard:before{content:""}.fa-eject:before{content:""}.fa-circle-right:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-plane-circle-check:before{content:""}.fa-face-rolling-eyes:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-object-group:before{content:""}.fa-chart-line:before{content:""}.fa-line-chart:before{content:""}.fa-mask-ventilator:before{content:""}.fa-arrow-right:before{content:""}.fa-signs-post:before{content:""}.fa-map-signs:before{content:""}.fa-cash-register:before{content:""}.fa-person-circle-question:before{content:""}.fa-h:before{content:"H"}.fa-tarp:before{content:""}.fa-screwdriver-wrench:before{content:""}.fa-tools:before{content:""}.fa-arrows-to-eye:before{content:""}.fa-plug-circle-bolt:before{content:""}.fa-heart:before{content:""}.fa-mars-and-venus:before{content:""}.fa-house-user:before{content:""}.fa-home-user:before{content:""}.fa-dumpster-fire:before{content:""}.fa-house-crack:before{content:""}.fa-martini-glass-citrus:before{content:""}.fa-cocktail:before{content:""}.fa-face-surprise:before{content:""}.fa-surprise:before{content:""}.fa-bottle-water:before{content:""}.fa-circle-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-apple-whole:before{content:""}.fa-apple-alt:before{content:""}.fa-kitchen-set:before{content:""}.fa-r:before{content:"R"}.fa-temperature-quarter:before{content:""}.fa-temperature-1:before{content:""}.fa-thermometer-1:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-cube:before{content:""}.fa-bitcoin-sign:before{content:""}.fa-shield-dog:before{content:""}.fa-solar-panel:before{content:""}.fa-lock-open:before{content:""}.fa-elevator:before{content:""}.fa-money-bill-transfer:before{content:""}.fa-money-bill-trend-up:before{content:""}.fa-house-flood-water-circle-arrow-right:before{content:""}.fa-square-poll-horizontal:before{content:""}.fa-poll-h:before{content:""}.fa-circle:before{content:""}.fa-backward-fast:before{content:""}.fa-fast-backward:before{content:""}.fa-recycle:before{content:""}.fa-user-astronaut:before{content:""}.fa-plane-slash:before{content:""}.fa-trademark:before{content:""}.fa-basketball:before{content:""}.fa-basketball-ball:before{content:""}.fa-satellite-dish:before{content:""}.fa-circle-up:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-mobile-screen-button:before{content:""}.fa-mobile-alt:before{content:""}.fa-volume-high:before{content:""}.fa-volume-up:before{content:""}.fa-users-rays:before{content:""}.fa-wallet:before{content:""}.fa-clipboard-check:before{content:""}.fa-file-audio:before{content:""}.fa-burger:before{content:""}.fa-hamburger:before{content:""}.fa-wrench:before{content:""}.fa-bugs:before{content:""}.fa-rupee-sign:before{content:""}.fa-rupee:before{content:""}.fa-file-image:before{content:""}.fa-circle-question:before{content:""}.fa-question-circle:before{content:""}.fa-plane-departure:before{content:""}.fa-handshake-slash:before{content:""}.fa-book-bookmark:before{content:""}.fa-code-branch:before{content:""}.fa-hat-cowboy:before{content:""}.fa-bridge:before{content:""}.fa-phone-flip:before{content:""}.fa-phone-alt:before{content:""}.fa-truck-front:before{content:""}.fa-cat:before{content:""}.fa-anchor-circle-exclamation:before{content:""}.fa-truck-field:before{content:""}.fa-route:before{content:""}.fa-clipboard-question:before{content:""}.fa-panorama:before{content:""}.fa-comment-medical:before{content:""}.fa-teeth-open:before{content:""}.fa-file-circle-minus:before{content:""}.fa-tags:before{content:""}.fa-wine-glass:before{content:""}.fa-forward-fast:before{content:""}.fa-fast-forward:before{content:""}.fa-face-meh-blank:before{content:""}.fa-meh-blank:before{content:""}.fa-square-parking:before{content:""}.fa-parking:before{content:""}.fa-house-signal:before{content:""}.fa-bars-progress:before{content:""}.fa-tasks-alt:before{content:""}.fa-faucet-drip:before{content:""}.fa-cart-flatbed:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-ban-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-terminal:before{content:""}.fa-mobile-button:before{content:""}.fa-house-medical-flag:before{content:""}.fa-basket-shopping:before{content:""}.fa-shopping-basket:before{content:""}.fa-tape:before{content:""}.fa-bus-simple:before{content:""}.fa-bus-alt:before{content:""}.fa-eye:before{content:""}.fa-face-sad-cry:before{content:""}.fa-sad-cry:before{content:""}.fa-audio-description:before{content:""}.fa-person-military-to-person:before{content:""}.fa-file-shield:before{content:""}.fa-user-slash:before{content:""}.fa-pen:before{content:""}.fa-tower-observation:before{content:""}.fa-file-code:before{content:""}.fa-signal:before{content:""}.fa-signal-5:before{content:""}.fa-signal-perfect:before{content:""}.fa-bus:before{content:""}.fa-heart-circle-xmark:before{content:""}.fa-house-chimney:before{content:""}.fa-home-lg:before{content:""}.fa-window-maximize:before{content:""}.fa-face-frown:before{content:""}.fa-frown:before{content:""}.fa-prescription:before{content:""}.fa-shop:before{content:""}.fa-store-alt:before{content:""}.fa-floppy-disk:before{content:""}.fa-save:before{content:""}.fa-vihara:before{content:""}.fa-scale-unbalanced:before{content:""}.fa-balance-scale-left:before{content:""}.fa-sort-up:before{content:""}.fa-sort-asc:before{content:""}.fa-comment-dots:before{content:""}.fa-commenting:before{content:""}.fa-plant-wilt:before{content:""}.fa-diamond:before{content:""}.fa-face-grin-squint:before{content:""}.fa-grin-squint:before{content:""}.fa-hand-holding-dollar:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-bacterium:before{content:""}.fa-hand-pointer:before{content:""}.fa-drum-steelpan:before{content:""}.fa-hand-scissors:before{content:""}.fa-hands-praying:before{content:""}.fa-praying-hands:before{content:""}.fa-arrow-rotate-right:before{content:""}.fa-arrow-right-rotate:before{content:""}.fa-arrow-rotate-forward:before{content:""}.fa-redo:before{content:""}.fa-biohazard:before{content:""}.fa-location-crosshairs:before{content:""}.fa-location:before{content:""}.fa-mars-double:before{content:""}.fa-child-dress:before{content:""}.fa-users-between-lines:before{content:""}.fa-lungs-virus:before{content:""}.fa-face-grin-tears:before{content:""}.fa-grin-tears:before{content:""}.fa-phone:before{content:""}.fa-calendar-xmark:before{content:""}.fa-calendar-times:before{content:""}.fa-child-reaching:before{content:""}.fa-head-side-virus:before{content:""}.fa-user-gear:before{content:""}.fa-user-cog:before{content:""}.fa-arrow-up-1-9:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-door-closed:before{content:""}.fa-shield-virus:before{content:""}.fa-dice-six:before{content:""}.fa-mosquito-net:before{content:""}.fa-bridge-water:before{content:""}.fa-person-booth:before{content:""}.fa-text-width:before{content:""}.fa-hat-wizard:before{content:""}.fa-pen-fancy:before{content:""}.fa-person-digging:before{content:""}.fa-digging:before{content:""}.fa-trash:before{content:""}.fa-gauge-simple:before{content:""}.fa-gauge-simple-med:before{content:""}.fa-tachometer-average:before{content:""}.fa-book-medical:before{content:""}.fa-poo:before{content:""}.fa-quote-right:before{content:""}.fa-quote-right-alt:before{content:""}.fa-shirt:before{content:""}.fa-t-shirt:before{content:""}.fa-tshirt:before{content:""}.fa-cubes:before{content:""}.fa-divide:before{content:""}.fa-tenge-sign:before{content:""}.fa-tenge:before{content:""}.fa-headphones:before{content:""}.fa-hands-holding:before{content:""}.fa-hands-clapping:before{content:""}.fa-republican:before{content:""}.fa-arrow-left:before{content:""}.fa-person-circle-xmark:before{content:""}.fa-ruler:before{content:""}.fa-align-left:before{content:""}.fa-dice-d6:before{content:""}.fa-restroom:before{content:""}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:""}.fa-file-video:before{content:""}.fa-up-right-from-square:before{content:""}.fa-external-link-alt:before{content:""}.fa-table-cells:before{content:""}.fa-th:before{content:""}.fa-file-pdf:before{content:""}.fa-book-bible:before{content:""}.fa-bible:before{content:""}.fa-o:before{content:"O"}.fa-suitcase-medical:before{content:""}.fa-medkit:before{content:""}.fa-user-secret:before{content:""}.fa-otter:before{content:""}.fa-person-dress:before{content:""}.fa-female:before{content:""}.fa-comment-dollar:before{content:""}.fa-business-time:before{content:""}.fa-briefcase-clock:before{content:""}.fa-table-cells-large:before{content:""}.fa-th-large:before{content:""}.fa-book-tanakh:before{content:""}.fa-tanakh:before{content:""}.fa-phone-volume:before{content:""}.fa-volume-control-phone:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-clipboard-user:before{content:""}.fa-child:before{content:""}.fa-lira-sign:before{content:""}.fa-satellite:before{content:""}.fa-plane-lock:before{content:""}.fa-tag:before{content:""}.fa-comment:before{content:""}.fa-cake-candles:before{content:""}.fa-birthday-cake:before{content:""}.fa-cake:before{content:""}.fa-envelope:before{content:""}.fa-angles-up:before{content:""}.fa-angle-double-up:before{content:""}.fa-paperclip:before{content:""}.fa-arrow-right-to-city:before{content:""}.fa-ribbon:before{content:""}.fa-lungs:before{content:""}.fa-arrow-up-9-1:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-litecoin-sign:before{content:""}.fa-border-none:before{content:""}.fa-circle-nodes:before{content:""}.fa-parachute-box:before{content:""}.fa-indent:before{content:""}.fa-truck-field-un:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-empty:before{content:""}.fa-mountain:before{content:""}.fa-user-doctor:before{content:""}.fa-user-md:before{content:""}.fa-circle-info:before{content:""}.fa-info-circle:before{content:""}.fa-cloud-meatball:before{content:""}.fa-camera:before{content:""}.fa-camera-alt:before{content:""}.fa-square-virus:before{content:""}.fa-meteor:before{content:""}.fa-car-on:before{content:""}.fa-sleigh:before{content:""}.fa-arrow-down-1-9:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-hand-holding-droplet:before{content:""}.fa-hand-holding-water:before{content:""}.fa-water:before{content:""}.fa-calendar-check:before{content:""}.fa-braille:before{content:""}.fa-prescription-bottle-medical:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-landmark:before{content:""}.fa-truck:before{content:""}.fa-crosshairs:before{content:""}.fa-person-cane:before{content:""}.fa-tent:before{content:""}.fa-vest-patches:before{content:""}.fa-check-double:before{content:""}.fa-arrow-down-a-z:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-money-bill-wheat:before{content:""}.fa-cookie:before{content:""}.fa-arrow-rotate-left:before{content:""}.fa-arrow-left-rotate:before{content:""}.fa-arrow-rotate-back:before{content:""}.fa-arrow-rotate-backward:before{content:""}.fa-undo:before{content:""}.fa-hard-drive:before{content:""}.fa-hdd:before{content:""}.fa-face-grin-squint-tears:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-dumbbell:before{content:""}.fa-rectangle-list:before{content:""}.fa-list-alt:before{content:""}.fa-tarp-droplet:before{content:""}.fa-house-medical-circle-check:before{content:""}.fa-person-skiing-nordic:before{content:""}.fa-skiing-nordic:before{content:""}.fa-calendar-plus:before{content:""}.fa-plane-arrival:before{content:""}.fa-circle-left:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-train-subway:before{content:""}.fa-subway:before{content:""}.fa-chart-gantt:before{content:""}.fa-indian-rupee-sign:before{content:""}.fa-indian-rupee:before{content:""}.fa-inr:before{content:""}.fa-crop-simple:before{content:""}.fa-crop-alt:before{content:""}.fa-money-bill-1:before{content:""}.fa-money-bill-alt:before{content:""}.fa-left-long:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-dna:before{content:""}.fa-virus-slash:before{content:""}.fa-minus:before{content:""}.fa-subtract:before{content:""}.fa-chess:before{content:""}.fa-arrow-left-long:before{content:""}.fa-long-arrow-left:before{content:""}.fa-plug-circle-check:before{content:""}.fa-street-view:before{content:""}.fa-franc-sign:before{content:""}.fa-volume-off:before{content:""}.fa-hands-asl-interpreting:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-asl-interpreting:before{content:""}.fa-hands-american-sign-language-interpreting:before{content:""}.fa-gear:before{content:""}.fa-cog:before{content:""}.fa-droplet-slash:before{content:""}.fa-tint-slash:before{content:""}.fa-mosque:before{content:""}.fa-mosquito:before{content:""}.fa-star-of-david:before{content:""}.fa-person-military-rifle:before{content:""}.fa-cart-shopping:before{content:""}.fa-shopping-cart:before{content:""}.fa-vials:before{content:""}.fa-plug-circle-plus:before{content:""}.fa-place-of-worship:before{content:""}.fa-grip-vertical:before{content:""}.fa-arrow-turn-up:before{content:""}.fa-level-up:before{content:""}.fa-u:before{content:"U"}.fa-square-root-variable:before{content:""}.fa-square-root-alt:before{content:""}.fa-clock:before{content:""}.fa-clock-four:before{content:""}.fa-backward-step:before{content:""}.fa-step-backward:before{content:""}.fa-pallet:before{content:""}.fa-faucet:before{content:""}.fa-baseball-bat-ball:before{content:""}.fa-s:before{content:"S"}.fa-timeline:before{content:""}.fa-keyboard:before{content:""}.fa-caret-down:before{content:""}.fa-house-chimney-medical:before{content:""}.fa-clinic-medical:before{content:""}.fa-temperature-three-quarters:before{content:""}.fa-temperature-3:before{content:""}.fa-thermometer-3:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-mobile-screen:before{content:""}.fa-mobile-android-alt:before{content:""}.fa-plane-up:before{content:""}.fa-piggy-bank:before{content:""}.fa-battery-half:before{content:""}.fa-battery-3:before{content:""}.fa-mountain-city:before{content:""}.fa-coins:before{content:""}.fa-khanda:before{content:""}.fa-sliders:before{content:""}.fa-sliders-h:before{content:""}.fa-folder-tree:before{content:""}.fa-network-wired:before{content:""}.fa-map-pin:before{content:""}.fa-hamsa:before{content:""}.fa-cent-sign:before{content:""}.fa-flask:before{content:""}.fa-person-pregnant:before{content:""}.fa-wand-sparkles:before{content:""}.fa-ellipsis-vertical:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ticket:before{content:""}.fa-power-off:before{content:""}.fa-right-long:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-flag-usa:before{content:""}.fa-laptop-file:before{content:""}.fa-tty:before{content:""}.fa-teletype:before{content:""}.fa-diagram-next:before{content:""}.fa-person-rifle:before{content:""}.fa-house-medical-circle-exclamation:before{content:""}.fa-closed-captioning:before{content:""}.fa-person-hiking:before{content:""}.fa-hiking:before{content:""}.fa-venus-double:before{content:""}.fa-images:before{content:""}.fa-calculator:before{content:""}.fa-people-pulling:before{content:""}.fa-n:before{content:"N"}.fa-cable-car:before{content:""}.fa-tram:before{content:""}.fa-cloud-rain:before{content:""}.fa-building-circle-xmark:before{content:""}.fa-ship:before{content:""}.fa-arrows-down-to-line:before{content:""}.fa-download:before{content:""}.fa-face-grin:before{content:""}.fa-grin:before{content:""}.fa-delete-left:before{content:""}.fa-backspace:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-dropper-empty:before{content:""}.fa-eyedropper:before{content:""}.fa-file-circle-check:before{content:""}.fa-forward:before{content:""}.fa-mobile:before{content:""}.fa-mobile-android:before{content:""}.fa-mobile-phone:before{content:""}.fa-face-meh:before{content:""}.fa-meh:before{content:""}.fa-align-center:before{content:""}.fa-book-skull:before{content:""}.fa-book-dead:before{content:""}.fa-id-card:before{content:""}.fa-drivers-license:before{content:""}.fa-outdent:before{content:""}.fa-dedent:before{content:""}.fa-heart-circle-exclamation:before{content:""}.fa-house:before{content:""}.fa-home:before{content:""}.fa-home-alt:before{content:""}.fa-home-lg-alt:before{content:""}.fa-calendar-week:before{content:""}.fa-laptop-medical:before{content:""}.fa-b:before{content:"B"}.fa-file-medical:before{content:""}.fa-dice-one:before{content:""}.fa-kiwi-bird:before{content:""}.fa-arrow-right-arrow-left:before{content:""}.fa-exchange:before{content:""}.fa-rotate-right:before{content:""}.fa-redo-alt:before{content:""}.fa-rotate-forward:before{content:""}.fa-utensils:before{content:""}.fa-cutlery:before{content:""}.fa-arrow-up-wide-short:before{content:""}.fa-sort-amount-up:before{content:""}.fa-mill-sign:before{content:""}.fa-bowl-rice:before{content:""}.fa-skull:before{content:""}.fa-tower-broadcast:before{content:""}.fa-broadcast-tower:before{content:""}.fa-truck-pickup:before{content:""}.fa-up-long:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-stop:before{content:""}.fa-code-merge:before{content:""}.fa-upload:before{content:""}.fa-hurricane:before{content:""}.fa-mound:before{content:""}.fa-toilet-portable:before{content:""}.fa-compact-disc:before{content:""}.fa-file-arrow-down:before{content:""}.fa-file-download:before{content:""}.fa-caravan:before{content:""}.fa-shield-cat:before{content:""}.fa-bolt:before{content:""}.fa-zap:before{content:""}.fa-glass-water:before{content:""}.fa-oil-well:before{content:""}.fa-vault:before{content:""}.fa-mars:before{content:""}.fa-toilet:before{content:""}.fa-plane-circle-xmark:before{content:""}.fa-yen-sign:before{content:""}.fa-cny:before{content:""}.fa-jpy:before{content:""}.fa-rmb:before{content:""}.fa-yen:before{content:""}.fa-ruble-sign:before{content:""}.fa-rouble:before{content:""}.fa-rub:before{content:""}.fa-ruble:before{content:""}.fa-sun:before{content:""}.fa-guitar:before{content:""}.fa-face-laugh-wink:before{content:""}.fa-laugh-wink:before{content:""}.fa-horse-head:before{content:""}.fa-bore-hole:before{content:""}.fa-industry:before{content:""}.fa-circle-down:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrows-turn-to-dots:before{content:""}.fa-florin-sign:before{content:""}.fa-arrow-down-short-wide:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-less-than:before{content:"<"}.fa-angle-down:before{content:""}.fa-car-tunnel:before{content:""}.fa-head-side-cough:before{content:""}.fa-grip-lines:before{content:""}.fa-thumbs-down:before{content:""}.fa-user-lock:before{content:""}.fa-arrow-right-long:before{content:""}.fa-long-arrow-right:before{content:""}.fa-anchor-circle-xmark:before{content:""}.fa-ellipsis:before{content:""}.fa-ellipsis-h:before{content:""}.fa-chess-pawn:before{content:""}.fa-kit-medical:before{content:""}.fa-first-aid:before{content:""}.fa-person-through-window:before{content:""}.fa-toolbox:before{content:""}.fa-hands-holding-circle:before{content:""}.fa-bug:before{content:""}.fa-credit-card:before{content:""}.fa-credit-card-alt:before{content:""}.fa-car:before{content:""}.fa-automobile:before{content:""}.fa-hand-holding-hand:before{content:""}.fa-book-open-reader:before{content:""}.fa-book-reader:before{content:""}.fa-mountain-sun:before{content:""}.fa-arrows-left-right-to-line:before{content:""}.fa-dice-d20:before{content:""}.fa-truck-droplet:before{content:""}.fa-file-circle-xmark:before{content:""}.fa-temperature-arrow-up:before{content:""}.fa-temperature-up:before{content:""}.fa-medal:before{content:""}.fa-bed:before{content:""}.fa-square-h:before{content:""}.fa-h-square:before{content:""}.fa-podcast:before{content:""}.fa-temperature-full:before{content:""}.fa-temperature-4:before{content:""}.fa-thermometer-4:before{content:""}.fa-thermometer-full:before{content:""}.fa-bell:before{content:""}.fa-superscript:before{content:""}.fa-plug-circle-xmark:before{content:""}.fa-star-of-life:before{content:""}.fa-phone-slash:before{content:""}.fa-paint-roller:before{content:""}.fa-handshake-angle:before{content:""}.fa-hands-helping:before{content:""}.fa-location-dot:before{content:""}.fa-map-marker-alt:before{content:""}.fa-file:before{content:""}.fa-greater-than:before{content:">"}.fa-person-swimming:before{content:""}.fa-swimmer:before{content:""}.fa-arrow-down:before{content:""}.fa-droplet:before{content:""}.fa-tint:before{content:""}.fa-eraser:before{content:""}.fa-earth-americas:before{content:""}.fa-earth:before{content:""}.fa-earth-america:before{content:""}.fa-globe-americas:before{content:""}.fa-person-burst:before{content:""}.fa-dove:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-0:before{content:""}.fa-socks:before{content:""}.fa-inbox:before{content:""}.fa-section:before{content:""}.fa-gauge-high:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tachometer-alt-fast:before{content:""}.fa-envelope-open-text:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-wide:before{content:""}.fa-wine-bottle:before{content:""}.fa-chess-rook:before{content:""}.fa-bars-staggered:before{content:""}.fa-reorder:before{content:""}.fa-stream:before{content:""}.fa-dharmachakra:before{content:""}.fa-hotdog:before{content:""}.fa-person-walking-with-cane:before{content:""}.fa-blind:before{content:""}.fa-drum:before{content:""}.fa-ice-cream:before{content:""}.fa-heart-circle-bolt:before{content:""}.fa-fax:before{content:""}.fa-paragraph:before{content:""}.fa-check-to-slot:before{content:""}.fa-vote-yea:before{content:""}.fa-star-half:before{content:""}.fa-boxes-stacked:before{content:""}.fa-boxes:before{content:""}.fa-boxes-alt:before{content:""}.fa-link:before{content:""}.fa-chain:before{content:""}.fa-ear-listen:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-tree-city:before{content:""}.fa-play:before{content:""}.fa-font:before{content:""}.fa-table-cells-row-lock:before{content:""}.fa-rupiah-sign:before{content:""}.fa-magnifying-glass:before{content:""}.fa-search:before{content:""}.fa-table-tennis-paddle-ball:before{content:""}.fa-ping-pong-paddle-ball:before{content:""}.fa-table-tennis:before{content:""}.fa-person-dots-from-line:before{content:""}.fa-diagnoses:before{content:""}.fa-trash-can-arrow-up:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-naira-sign:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-walkie-talkie:before{content:""}.fa-file-pen:before{content:""}.fa-file-edit:before{content:""}.fa-receipt:before{content:""}.fa-square-pen:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-square:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-person-circle-exclamation:before{content:""}.fa-chevron-down:before{content:""}.fa-battery-full:before{content:""}.fa-battery:before{content:""}.fa-battery-5:before{content:""}.fa-skull-crossbones:before{content:""}.fa-code-compare:before{content:""}.fa-list-ul:before{content:""}.fa-list-dots:before{content:""}.fa-school-lock:before{content:""}.fa-tower-cell:before{content:""}.fa-down-long:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-ranking-star:before{content:""}.fa-chess-king:before{content:""}.fa-person-harassing:before{content:""}.fa-brazilian-real-sign:before{content:""}.fa-landmark-dome:before{content:""}.fa-landmark-alt:before{content:""}.fa-arrow-up:before{content:""}.fa-tv:before{content:""}.fa-television:before{content:""}.fa-tv-alt:before{content:""}.fa-shrimp:before{content:""}.fa-list-check:before{content:""}.fa-tasks:before{content:""}.fa-jug-detergent:before{content:""}.fa-circle-user:before{content:""}.fa-user-circle:before{content:""}.fa-user-shield:before{content:""}.fa-wind:before{content:""}.fa-car-burst:before{content:""}.fa-car-crash:before{content:""}.fa-y:before{content:"Y"}.fa-person-snowboarding:before{content:""}.fa-snowboarding:before{content:""}.fa-truck-fast:before{content:""}.fa-shipping-fast:before{content:""}.fa-fish:before{content:""}.fa-user-graduate:before{content:""}.fa-circle-half-stroke:before{content:""}.fa-adjust:before{content:""}.fa-clapperboard:before{content:""}.fa-circle-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-baseball:before{content:""}.fa-baseball-ball:before{content:""}.fa-jet-fighter-up:before{content:""}.fa-diagram-project:before{content:""}.fa-project-diagram:before{content:""}.fa-copy:before{content:""}.fa-volume-xmark:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-times:before{content:""}.fa-hand-sparkles:before{content:""}.fa-grip:before{content:""}.fa-grip-horizontal:before{content:""}.fa-share-from-square:before{content:""}.fa-share-square:before{content:""}.fa-child-combatant:before{content:""}.fa-child-rifle:before{content:""}.fa-gun:before{content:""}.fa-square-phone:before{content:""}.fa-phone-square:before{content:""}.fa-plus:before{content:"+"}.fa-add:before{content:"+"}.fa-expand:before{content:""}.fa-computer:before{content:""}.fa-xmark:before{content:""}.fa-close:before{content:""}.fa-multiply:before{content:""}.fa-remove:before{content:""}.fa-times:before{content:""}.fa-arrows-up-down-left-right:before{content:""}.fa-arrows:before{content:""}.fa-chalkboard-user:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-peso-sign:before{content:""}.fa-building-shield:before{content:""}.fa-baby:before{content:""}.fa-users-line:before{content:""}.fa-quote-left:before{content:""}.fa-quote-left-alt:before{content:""}.fa-tractor:before{content:""}.fa-trash-arrow-up:before{content:""}.fa-trash-restore:before{content:""}.fa-arrow-down-up-lock:before{content:""}.fa-lines-leaning:before{content:""}.fa-ruler-combined:before{content:""}.fa-copyright:before{content:""}.fa-equals:before{content:"="}.fa-blender:before{content:""}.fa-teeth:before{content:""}.fa-shekel-sign:before{content:""}.fa-ils:before{content:""}.fa-shekel:before{content:""}.fa-sheqel:before{content:""}.fa-sheqel-sign:before{content:""}.fa-map:before{content:""}.fa-rocket:before{content:""}.fa-photo-film:before{content:""}.fa-photo-video:before{content:""}.fa-folder-minus:before{content:""}.fa-store:before{content:""}.fa-arrow-trend-up:before{content:""}.fa-plug-circle-minus:before{content:""}.fa-sign-hanging:before{content:""}.fa-sign:before{content:""}.fa-bezier-curve:before{content:""}.fa-bell-slash:before{content:""}.fa-tablet:before{content:""}.fa-tablet-android:before{content:""}.fa-school-flag:before{content:""}.fa-fill:before{content:""}.fa-angle-up:before{content:""}.fa-drumstick-bite:before{content:""}.fa-holly-berry:before{content:""}.fa-chevron-left:before{content:""}.fa-bacteria:before{content:""}.fa-hand-lizard:before{content:""}.fa-notdef:before{content:""}.fa-disease:before{content:""}.fa-briefcase-medical:before{content:""}.fa-genderless:before{content:""}.fa-chevron-right:before{content:""}.fa-retweet:before{content:""}.fa-car-rear:before{content:""}.fa-car-alt:before{content:""}.fa-pump-soap:before{content:""}.fa-video-slash:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-2:before{content:""}.fa-radio:before{content:""}.fa-baby-carriage:before{content:""}.fa-carriage-baby:before{content:""}.fa-traffic-light:before{content:""}.fa-thermometer:before{content:""}.fa-vr-cardboard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-percent:before{content:"%"}.fa-percentage:before{content:"%"}.fa-truck-moving:before{content:""}.fa-glass-water-droplet:before{content:""}.fa-display:before{content:""}.fa-face-smile:before{content:""}.fa-smile:before{content:""}.fa-thumbtack:before{content:""}.fa-thumb-tack:before{content:""}.fa-trophy:before{content:""}.fa-person-praying:before{content:""}.fa-pray:before{content:""}.fa-hammer:before{content:""}.fa-hand-peace:before{content:""}.fa-rotate:before{content:""}.fa-sync-alt:before{content:""}.fa-spinner:before{content:""}.fa-robot:before{content:""}.fa-peace:before{content:""}.fa-gears:before{content:""}.fa-cogs:before{content:""}.fa-warehouse:before{content:""}.fa-arrow-up-right-dots:before{content:""}.fa-splotch:before{content:""}.fa-face-grin-hearts:before{content:""}.fa-grin-hearts:before{content:""}.fa-dice-four:before{content:""}.fa-sim-card:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-mercury:before{content:""}.fa-arrow-turn-down:before{content:""}.fa-level-down:before{content:""}.fa-person-falling-burst:before{content:""}.fa-award:before{content:""}.fa-ticket-simple:before{content:""}.fa-ticket-alt:before{content:""}.fa-building:before{content:""}.fa-angles-left:before{content:""}.fa-angle-double-left:before{content:""}.fa-qrcode:before{content:""}.fa-clock-rotate-left:before{content:""}.fa-history:before{content:""}.fa-face-grin-beam-sweat:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-file-export:before{content:""}.fa-arrow-right-from-file:before{content:""}.fa-shield:before{content:""}.fa-shield-blank:before{content:""}.fa-arrow-up-short-wide:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-house-medical:before{content:""}.fa-golf-ball-tee:before{content:""}.fa-golf-ball:before{content:""}.fa-circle-chevron-left:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-house-chimney-window:before{content:""}.fa-pen-nib:before{content:""}.fa-tent-arrow-turn-left:before{content:""}.fa-tents:before{content:""}.fa-wand-magic:before{content:""}.fa-magic:before{content:""}.fa-dog:before{content:""}.fa-carrot:before{content:""}.fa-moon:before{content:""}.fa-wine-glass-empty:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-cheese:before{content:""}.fa-yin-yang:before{content:""}.fa-music:before{content:""}.fa-code-commit:before{content:""}.fa-temperature-low:before{content:""}.fa-person-biking:before{content:""}.fa-biking:before{content:""}.fa-broom:before{content:""}.fa-shield-heart:before{content:""}.fa-gopuram:before{content:""}.fa-earth-oceania:before{content:""}.fa-globe-oceania:before{content:""}.fa-square-xmark:before{content:""}.fa-times-square:before{content:""}.fa-xmark-square:before{content:""}.fa-hashtag:before{content:"#"}.fa-up-right-and-down-left-from-center:before{content:""}.fa-expand-alt:before{content:""}.fa-oil-can:before{content:""}.fa-t:before{content:"T"}.fa-hippo:before{content:""}.fa-chart-column:before{content:""}.fa-infinity:before{content:""}.fa-vial-circle-check:before{content:""}.fa-person-arrow-down-to-line:before{content:""}.fa-voicemail:before{content:""}.fa-fan:before{content:""}.fa-person-walking-luggage:before{content:""}.fa-up-down:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-calendar:before{content:""}.fa-trailer:before{content:""}.fa-bahai:before{content:""}.fa-haykal:before{content:""}.fa-sd-card:before{content:""}.fa-dragon:before{content:""}.fa-shoe-prints:before{content:""}.fa-circle-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-face-grin-tongue-wink:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-hand-holding:before{content:""}.fa-plug-circle-exclamation:before{content:""}.fa-link-slash:before{content:""}.fa-chain-broken:before{content:""}.fa-chain-slash:before{content:""}.fa-unlink:before{content:""}.fa-clone:before{content:""}.fa-person-walking-arrow-loop-left:before{content:""}.fa-arrow-up-z-a:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-fire-flame-curved:before{content:""}.fa-fire-alt:before{content:""}.fa-tornado:before{content:""}.fa-file-circle-plus:before{content:""}.fa-book-quran:before{content:""}.fa-quran:before{content:""}.fa-anchor:before{content:""}.fa-border-all:before{content:""}.fa-face-angry:before{content:""}.fa-angry:before{content:""}.fa-cookie-bite:before{content:""}.fa-arrow-trend-down:before{content:""}.fa-rss:before{content:""}.fa-feed:before{content:""}.fa-draw-polygon:before{content:""}.fa-scale-balanced:before{content:""}.fa-balance-scale:before{content:""}.fa-gauge-simple-high:before{content:""}.fa-tachometer:before{content:""}.fa-tachometer-fast:before{content:""}.fa-shower:before{content:""}.fa-desktop:before{content:""}.fa-desktop-alt:before{content:""}.fa-m:before{content:"M"}.fa-table-list:before{content:""}.fa-th-list:before{content:""}.fa-comment-sms:before{content:""}.fa-sms:before{content:""}.fa-book:before{content:""}.fa-user-plus:before{content:""}.fa-check:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battery-4:before{content:""}.fa-house-circle-check:before{content:""}.fa-angle-left:before{content:""}.fa-diagram-successor:before{content:""}.fa-truck-arrow-right:before{content:""}.fa-arrows-split-up-and-left:before{content:""}.fa-hand-fist:before{content:""}.fa-fist-raised:before{content:""}.fa-cloud-moon:before{content:""}.fa-briefcase:before{content:""}.fa-person-falling:before{content:""}.fa-image-portrait:before{content:""}.fa-portrait:before{content:""}.fa-user-tag:before{content:""}.fa-rug:before{content:""}.fa-earth-europe:before{content:""}.fa-globe-europe:before{content:""}.fa-cart-flatbed-suitcase:before{content:""}.fa-luggage-cart:before{content:""}.fa-rectangle-xmark:before{content:""}.fa-rectangle-times:before{content:""}.fa-times-rectangle:before{content:""}.fa-window-close:before{content:""}.fa-baht-sign:before{content:""}.fa-book-open:before{content:""}.fa-book-journal-whills:before{content:""}.fa-journal-whills:before{content:""}.fa-handcuffs:before{content:""}.fa-triangle-exclamation:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-warning:before{content:""}.fa-database:before{content:""}.fa-share:before{content:""}.fa-mail-forward:before{content:""}.fa-bottle-droplet:before{content:""}.fa-mask-face:before{content:""}.fa-hill-rockslide:before{content:""}.fa-right-left:before{content:""}.fa-exchange-alt:before{content:""}.fa-paper-plane:before{content:""}.fa-road-circle-exclamation:before{content:""}.fa-dungeon:before{content:""}.fa-align-right:before{content:""}.fa-money-bill-1-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-life-ring:before{content:""}.fa-hands:before{content:""}.fa-sign-language:before{content:""}.fa-signing:before{content:""}.fa-calendar-day:before{content:""}.fa-water-ladder:before{content:""}.fa-ladder-water:before{content:""}.fa-swimming-pool:before{content:""}.fa-arrows-up-down:before{content:""}.fa-arrows-v:before{content:""}.fa-face-grimace:before{content:""}.fa-grimace:before{content:""}.fa-wheelchair-move:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-turn-down:before{content:""}.fa-level-down-alt:before{content:""}.fa-person-walking-arrow-right:before{content:""}.fa-square-envelope:before{content:""}.fa-envelope-square:before{content:""}.fa-dice:before{content:""}.fa-bowling-ball:before{content:""}.fa-brain:before{content:""}.fa-bandage:before{content:""}.fa-band-aid:before{content:""}.fa-calendar-minus:before{content:""}.fa-circle-xmark:before{content:""}.fa-times-circle:before{content:""}.fa-xmark-circle:before{content:""}.fa-gifts:before{content:""}.fa-hotel:before{content:""}.fa-earth-asia:before{content:""}.fa-globe-asia:before{content:""}.fa-id-card-clip:before{content:""}.fa-id-card-alt:before{content:""}.fa-magnifying-glass-plus:before{content:""}.fa-search-plus:before{content:""}.fa-thumbs-up:before{content:""}.fa-user-clock:before{content:""}.fa-hand-dots:before{content:""}.fa-allergies:before{content:""}.fa-file-invoice:before{content:""}.fa-window-minimize:before{content:""}.fa-mug-saucer:before{content:""}.fa-coffee:before{content:""}.fa-brush:before{content:""}.fa-mask:before{content:""}.fa-magnifying-glass-minus:before{content:""}.fa-search-minus:before{content:""}.fa-ruler-vertical:before{content:""}.fa-user-large:before{content:""}.fa-user-alt:before{content:""}.fa-train-tram:before{content:""}.fa-user-nurse:before{content:""}.fa-syringe:before{content:""}.fa-cloud-sun:before{content:""}.fa-stopwatch-20:before{content:""}.fa-square-full:before{content:""}.fa-magnet:before{content:""}.fa-jar:before{content:""}.fa-note-sticky:before{content:""}.fa-sticky-note:before{content:""}.fa-bug-slash:before{content:""}.fa-arrow-up-from-water-pump:before{content:""}.fa-bone:before{content:""}.fa-user-injured:before{content:""}.fa-face-sad-tear:before{content:""}.fa-sad-tear:before{content:""}.fa-plane:before{content:""}.fa-tent-arrows-down:before{content:""}.fa-exclamation:before{content:"!"}.fa-arrows-spin:before{content:""}.fa-print:before{content:""}.fa-turkish-lira-sign:before{content:""}.fa-try:before{content:""}.fa-turkish-lira:before{content:""}.fa-dollar-sign:before{content:"$"}.fa-dollar:before{content:"$"}.fa-usd:before{content:"$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before{content:""}.fa-search-dollar:before{content:""}.fa-users-gear:before{content:""}.fa-users-cog:before{content:""}.fa-person-military-pointing:before{content:""}.fa-building-columns:before{content:""}.fa-bank:before{content:""}.fa-institution:before{content:""}.fa-museum:before{content:""}.fa-university:before{content:""}.fa-umbrella:before{content:""}.fa-trowel:before{content:""}.fa-d:before{content:"D"}.fa-stapler:before{content:""}.fa-masks-theater:before{content:""}.fa-theater-masks:before{content:""}.fa-kip-sign:before{content:""}.fa-hand-point-left:before{content:""}.fa-handshake-simple:before{content:""}.fa-handshake-alt:before{content:""}.fa-jet-fighter:before{content:""}.fa-fighter-jet:before{content:""}.fa-square-share-nodes:before{content:""}.fa-share-alt-square:before{content:""}.fa-barcode:before{content:""}.fa-plus-minus:before{content:""}.fa-video:before{content:""}.fa-video-camera:before{content:""}.fa-graduation-cap:before{content:""}.fa-mortar-board:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-person-circle-check:before{content:""}.fa-turn-up:before{content:""}.fa-level-up-alt:before{content:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-Ch568Ea9.woff2) format("woff2"),url(/assets/fa-brands-400-DHHcbFjz.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-pixiv:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-square-js:before{content:""}.fa-js-square:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-jxl:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-square-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-brave:before{content:""}.fa-sistrix:before{content:""}.fa-square-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-square-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-square-snapchat:before{content:""}.fa-snapchat-square:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-square-font-awesome-stroke:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-opensuse:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-square-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-square-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wpressr:before{content:""}.fa-rendact:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-square-letterboxd:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-shoelace:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before{content:""}.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-square-github:before{content:""}.fa-github-square:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-google-scholar:before{content:""}.fa-square-gitlab:before{content:""}.fa-gitlab-square:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-square-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-square-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-signal-messenger:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-mintbit:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-brave-reverse:before{content:""}.fa-facebook-f:before{content:""}.fa-square-google-plus:before{content:""}.fa-google-plus-square:before{content:""}.fa-web-awesome:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before{content:""}.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-letterboxd:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before{content:""}.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-square-pied-piper:before{content:""}.fa-pied-piper-square:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-square-web-awesome-stroke:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-square-facebook:before{content:""}.fa-facebook-square:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-square-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-upwork:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-square-upwork:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-square-web-awesome:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before{content:""}.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-bluesky:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-square-behance:before{content:""}.fa-behance-square:before{content:""}.fa-supple:before{content:""}.fa-webflow:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-square-git:before{content:""}.fa-git-square:before{content:""}.fa-square-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-9VThgXHM.woff2) format("woff2"),url(/assets/fa-regular-400-C54-fRIQ.ttf) format("truetype")}.far,.fa-regular{font-weight:400}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-QWY35r5r.woff2) format("woff2"),url(/assets/fa-solid-900-Cm9M9sZB.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/fa-brands-400-Ch568Ea9.woff2) format("woff2"),url(/assets/fa-brands-400-DHHcbFjz.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/fa-solid-900-QWY35r5r.woff2) format("woff2"),url(/assets/fa-solid-900-Cm9M9sZB.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/fa-regular-400-9VThgXHM.woff2) format("woff2"),url(/assets/fa-regular-400-C54-fRIQ.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-solid-900-QWY35r5r.woff2) format("woff2"),url(/assets/fa-solid-900-Cm9M9sZB.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-brands-400-Ch568Ea9.woff2) format("woff2"),url(/assets/fa-brands-400-DHHcbFjz.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-regular-400-9VThgXHM.woff2) format("woff2"),url(/assets/fa-regular-400-C54-fRIQ.ttf) format("truetype");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-v4compatibility-BRdYr4HJ.woff2) format("woff2"),url(/assets/fa-v4compatibility-DLBX5pNp.ttf) format("truetype");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:url(/assets/KFOkCnqEu92Fr1MmgVxIIzQ-C5u4Lasg.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(/assets/KFOlCnqEu92Fr1MmSU5fBBc--CDXAfhRl.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/assets/KFOmCnqEu92Fr1Mu4mxM-CEBEUyyq.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(/assets/KFOlCnqEu92Fr1MmEU9fBBc--j0ba7u44.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/assets/KFOlCnqEu92Fr1MmWUlfBBc--7z0HfM8a.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:url(/assets/KFOlCnqEu92Fr1MmYUtfBBc--Yv75Cvt_.woff) format("woff")}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;font-display:block;src:url(/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ-D-x-0Q06.woff2) format("woff2"),url(/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNa-Dr0goTwe.woff) format("woff")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes flip{0%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.shakeY{animation-name:shakeY}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.backInUp{animation-name:backInUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.bounceIn{animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rotateIn{0%{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.backOutUp{animation-name:backOutUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:calc(var(--animate-duration) * .75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes rotateOut{0%{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}/*!
 * * Quasar Framework v2.16.10
 * * (c) 2015-present Razvan Stoenescu
 * * Released under the MIT License.
 * */*,*:before,*:after{box-sizing:inherit;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent}html,body,#q-app{width:100%;direction:ltr}body.platform-ios.within-iframe,body.platform-ios.within-iframe #q-app{width:100px;min-width:100%}html,body{margin:0;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}img{border-style:none}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;font-family:inherit;margin:0}optgroup{font-weight:700}button,input,select{overflow:visible;text-transform:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.q-icon{line-height:1;width:1em;height:1em;flex-shrink:0;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;text-align:center;position:relative;box-sizing:content-box;fill:currentColor}.q-icon:before,.q-icon:after{width:100%;height:100%;display:flex!important;align-items:center;justify-content:center}.q-icon>svg,.q-icon>img{width:100%;height:100%}.q-icon>div{box-sizing:border-box}.q-icon,.material-icons,.material-icons-outlined,.material-icons-round,.material-icons-sharp,.material-symbols-outlined,.material-symbols-rounded,.material-symbols-sharp{-webkit-user-select:none;user-select:none;cursor:inherit;font-size:inherit;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.q-panel{height:100%;width:100%}.q-panel>div{height:100%;width:100%}.q-panel-parent{overflow:hidden;position:relative}.q-loading-bar{position:fixed;z-index:9998;transition:transform .5s cubic-bezier(0,0,.2,1),opacity .5s;background:#f44336}.q-loading-bar--top{left:0;right:0;top:0;width:100%}.q-loading-bar--bottom{left:0;right:0;bottom:0;width:100%}.q-loading-bar--right{top:0;bottom:0;right:0;height:100%}.q-loading-bar--left{top:0;bottom:0;left:0;height:100%}.q-avatar{position:relative;vertical-align:middle;display:inline-block;border-radius:50%;font-size:48px;height:1em;width:1em}.q-avatar__content{font-size:.5em;line-height:.5em}.q-avatar__content,.q-avatar img:not(.q-icon):not(.q-img__image){border-radius:inherit;height:inherit;width:inherit}.q-avatar--square{border-radius:0}.q-badge{background-color:var(--q-primary);color:#fff;padding:2px 6px;border-radius:4px;font-size:12px;line-height:1;min-height:12px;font-weight:400;vertical-align:baseline}.q-badge--single-line{white-space:nowrap}.q-badge--multi-line{word-break:break-all;word-wrap:break-word}.q-badge--floating{position:absolute;top:-4px;right:-3px;cursor:inherit}.q-badge--transparent{opacity:.8}.q-badge--outline{background-color:transparent;border:1px solid currentColor}.q-badge--rounded{border-radius:1em}.q-banner{min-height:54px;padding:8px 16px;background:#fff}.q-banner--top-padding{padding-top:14px}.q-banner__avatar{min-width:1px!important}.q-banner__avatar>.q-avatar{font-size:46px}.q-banner__avatar>.q-icon{font-size:40px}.q-banner__avatar:not(:empty)+.q-banner__content{padding-left:16px}.q-banner__actions.col-auto{padding-left:16px}.q-banner__actions.col-all .q-btn-item{margin:4px 0 0 4px}.q-banner--dense{min-height:32px;padding:8px}.q-banner--dense.q-banner--top-padding{padding-top:12px}.q-banner--dense .q-banner__avatar>.q-avatar,.q-banner--dense .q-banner__avatar>.q-icon{font-size:28px}.q-banner--dense .q-banner__avatar:not(:empty)+.q-banner__content{padding-left:8px}.q-banner--dense .q-banner__actions.col-auto{padding-left:8px}.q-bar{background:#0003}.q-bar>.q-icon{margin-left:2px}.q-bar>div,.q-bar>div+.q-icon{margin-left:8px}.q-bar>.q-btn{margin-left:2px}.q-bar>.q-icon:first-child,.q-bar>.q-btn:first-child,.q-bar>div:first-child{margin-left:0}.q-bar--standard{padding:0 12px;height:32px;font-size:18px}.q-bar--standard>div{font-size:16px}.q-bar--standard .q-btn{font-size:11px}.q-bar--dense{padding:0 8px;height:24px;font-size:14px}.q-bar--dense .q-btn{font-size:8px}.q-bar--dark{background:#ffffff26}.q-breadcrumbs__el{color:inherit}.q-breadcrumbs__el-icon{font-size:125%}.q-breadcrumbs__el-icon--with-label{margin-right:8px}[dir=rtl] .q-breadcrumbs__separator .q-icon{transform:scaleX(-1)}.q-btn{display:inline-flex;flex-direction:column;align-items:stretch;position:relative;outline:0;border:0;vertical-align:middle;font-size:14px;line-height:1.715em;text-decoration:none;color:inherit;background:transparent;font-weight:500;text-transform:uppercase;text-align:center;width:auto;height:auto;cursor:default;padding:4px 16px;min-height:2.572em}.q-btn .q-icon,.q-btn .q-spinner{font-size:1.715em}.q-btn.disabled{opacity:.7!important}.q-btn:before{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;border-radius:inherit;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-btn--actionable{cursor:pointer}.q-btn--actionable.q-btn--standard:before{transition:box-shadow .3s cubic-bezier(.25,.8,.5,1)}.q-btn--actionable.q-btn--standard:active:before,.q-btn--actionable.q-btn--standard.q-btn--active:before{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.q-btn--no-uppercase{text-transform:none}.q-btn--rectangle{border-radius:3px}.q-btn--outline{background:transparent!important}.q-btn--outline:before{border:1px solid currentColor}.q-btn--push{border-radius:7px}.q-btn--push:before{border-bottom:3px solid rgba(0,0,0,.15)}.q-btn--push.q-btn--actionable{transition:transform .3s cubic-bezier(.25,.8,.5,1)}.q-btn--push.q-btn--actionable:before{transition:border-width .3s cubic-bezier(.25,.8,.5,1)}.q-btn--push.q-btn--actionable:active,.q-btn--push.q-btn--actionable.q-btn--active{transform:translateY(2px)}.q-btn--push.q-btn--actionable:active:before,.q-btn--push.q-btn--actionable.q-btn--active:before{border-bottom-width:0}.q-btn--rounded{border-radius:28px}.q-btn--round{border-radius:50%;padding:0;min-width:3em;min-height:3em}.q-btn--square{border-radius:0}.q-btn--flat:before,.q-btn--outline:before,.q-btn--unelevated:before{box-shadow:none}.q-btn--dense{padding:.285em;min-height:2em}.q-btn--dense.q-btn--round{padding:0;min-height:2.4em;min-width:2.4em}.q-btn--dense .on-left{margin-right:6px}.q-btn--dense .on-right{margin-left:6px}.q-btn--fab .q-icon,.q-btn--fab-mini .q-icon{font-size:24px}.q-btn--fab{padding:16px;min-height:56px;min-width:56px}.q-btn--fab .q-icon{margin:auto}.q-btn--fab-mini{padding:8px;min-height:40px;min-width:40px}.q-btn__content{transition:opacity .3s;z-index:0}.q-btn__content--hidden{opacity:0;pointer-events:none}.q-btn__progress{border-radius:inherit;z-index:0}.q-btn__progress-indicator{z-index:-1;transform:translate(-100%);background:#ffffff40}.q-btn__progress--dark .q-btn__progress-indicator{background:#0003}.q-btn--flat .q-btn__progress-indicator,.q-btn--outline .q-btn__progress-indicator{opacity:.2;background:currentColor}.q-btn-dropdown--split .q-btn-dropdown__arrow-container{padding:0 4px}.q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline{border-left:1px solid currentColor}.q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline){border-left:1px solid rgba(255,255,255,.3)}.q-btn-dropdown--simple *+.q-btn-dropdown__arrow{margin-left:8px}.q-btn-dropdown__arrow{transition:transform .28s}.q-btn-dropdown--current{flex-grow:1}.q-btn-group{border-radius:3px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;vertical-align:middle}.q-btn-group>.q-btn-item{border-radius:inherit;align-self:stretch}.q-btn-group>.q-btn-item:before{box-shadow:none}.q-btn-group>.q-btn-item .q-badge--floating{right:0}.q-btn-group>.q-btn-group{box-shadow:none}.q-btn-group>.q-btn-group:first-child>.q-btn:first-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.q-btn-group>.q-btn-group:last-child>.q-btn:last-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.q-btn-group>.q-btn-group:not(:first-child)>.q-btn:first-child:before{border-left:0}.q-btn-group>.q-btn-group:not(:last-child)>.q-btn:last-child:before{border-right:0}.q-btn-group>.q-btn-item:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.q-btn-group>.q-btn-item:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.q-btn-group>.q-btn-item.q-btn--standard:before{z-index:-1}.q-btn-group--push{border-radius:7px}.q-btn-group--push>.q-btn--push.q-btn--actionable{transform:none}.q-btn-group--push>.q-btn--push.q-btn--actionable .q-btn__content{transition:margin-top .3s cubic-bezier(.25,.8,.5,1),margin-bottom .3s cubic-bezier(.25,.8,.5,1)}.q-btn-group--push>.q-btn--push.q-btn--actionable:active .q-btn__content,.q-btn-group--push>.q-btn--push.q-btn--actionable.q-btn--active .q-btn__content{margin-top:2px;margin-bottom:-2px}.q-btn-group--rounded{border-radius:28px}.q-btn-group--square{border-radius:0}.q-btn-group--flat,.q-btn-group--outline,.q-btn-group--unelevated{box-shadow:none}.q-btn-group--outline>.q-separator{display:none}.q-btn-group--outline>.q-btn-item+.q-btn-item:before{border-left:0}.q-btn-group--outline>.q-btn-item:not(:last-child):before{border-right:0}.q-btn-group--stretch{align-self:stretch;border-radius:0}.q-btn-group--glossy>.q-btn-item{background-image:linear-gradient(to bottom,#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a)!important}.q-btn-group--spread>.q-btn-group{display:flex!important}.q-btn-group--spread>.q-btn-item,.q-btn-group--spread>.q-btn-group>.q-btn-item:not(.q-btn-dropdown__arrow-container){width:auto;min-width:0;max-width:100%;flex:10000 1 0%}.q-btn-toggle{position:relative}.q-card{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;border-radius:4px;vertical-align:top;background:#fff;position:relative}.q-card>div:not(.q--avoid-card-border),.q-card>img:not(.q--avoid-card-border){border-radius:0}.q-card>div:nth-child(1 of:not(.q--avoid-card-border)),.q-card>img:nth-child(1 of:not(.q--avoid-card-border)){border-top:0;border-top-left-radius:inherit;border-top-right-radius:inherit}.q-card>div:nth-last-child(1 of:not(.q--avoid-card-border)),.q-card>img:nth-last-child(1 of:not(.q--avoid-card-border)){border-bottom:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.q-card>div:not(.q--avoid-card-border){border-left:0;border-right:0;box-shadow:none}.q-card--bordered{border:1px solid rgba(0,0,0,.12)}.q-card--dark{border-color:#ffffff47;box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-card__section{position:relative}.q-card__section--vert{padding:16px}.q-card__section--horiz>div:not(.q--avoid-card-border),.q-card__section--horiz>img:not(.q--avoid-card-border){border-radius:0}.q-card__section--horiz>div:nth-child(1 of:not(.q--avoid-card-border)),.q-card__section--horiz>img:nth-child(1 of:not(.q--avoid-card-border)){border-top-left-radius:inherit;border-bottom-left-radius:inherit}.q-card__section--horiz>div:nth-last-child(1 of:not(.q--avoid-card-border)),.q-card__section--horiz>img:nth-last-child(1 of:not(.q--avoid-card-border)){border-top-right-radius:inherit;border-bottom-right-radius:inherit}.q-card__section--horiz>div:not(.q--avoid-card-border){border-top:0;border-bottom:0;box-shadow:none}.q-card__actions{padding:8px;align-items:center}.q-card__actions .q-btn--rectangle{padding:0 8px}.q-card__actions--horiz>.q-btn-item+.q-btn-item,.q-card__actions--horiz>.q-btn-group+.q-btn-item,.q-card__actions--horiz>.q-btn-item+.q-btn-group{margin-left:8px}.q-card__actions--vert>.q-btn-item.q-btn--round{align-self:center}.q-card__actions--vert>.q-btn-item+.q-btn-item,.q-card__actions--vert>.q-btn-group+.q-btn-item,.q-card__actions--vert>.q-btn-item+.q-btn-group{margin-top:4px}.q-card__actions--vert>.q-btn-group>.q-btn-item{flex-grow:1}.q-card>img{display:block;width:100%;max-width:100%;border:0}.q-carousel{background-color:#fff;height:400px}.q-carousel__slide{min-height:100%;background-size:cover;background-position:50%}.q-carousel__slide,.q-carousel .q-carousel--padding{padding:16px}.q-carousel__slides-container{height:100%}.q-carousel__control{color:#fff}.q-carousel__arrow{pointer-events:none}.q-carousel__arrow .q-icon{font-size:28px}.q-carousel__arrow .q-btn{pointer-events:all}.q-carousel__prev-arrow--horizontal,.q-carousel__next-arrow--horizontal{top:16px;bottom:16px}.q-carousel__prev-arrow--horizontal{left:16px}.q-carousel__next-arrow--horizontal{right:16px}.q-carousel__prev-arrow--vertical,.q-carousel__next-arrow--vertical{left:16px;right:16px}.q-carousel__prev-arrow--vertical{top:16px}.q-carousel__next-arrow--vertical{bottom:16px}.q-carousel__navigation--top,.q-carousel__navigation--bottom{left:16px;right:16px;overflow-x:auto;overflow-y:hidden}.q-carousel__navigation--top{top:16px}.q-carousel__navigation--bottom{bottom:16px}.q-carousel__navigation--left,.q-carousel__navigation--right{top:16px;bottom:16px;overflow-x:hidden;overflow-y:auto}.q-carousel__navigation--left>.q-carousel__navigation-inner,.q-carousel__navigation--right>.q-carousel__navigation-inner{flex-direction:column}.q-carousel__navigation--left{left:16px}.q-carousel__navigation--right{right:16px}.q-carousel__navigation-inner{flex:1 1 auto}.q-carousel__navigation .q-btn{margin:6px 4px;padding:5px}.q-carousel__navigation-icon--inactive{opacity:.7}.q-carousel .q-carousel__thumbnail{margin:2px;height:50px;width:auto;display:inline-block;cursor:pointer;border:1px solid transparent;border-radius:4px;vertical-align:middle;opacity:.7;transition:opacity .3s}.q-carousel .q-carousel__thumbnail:hover,.q-carousel .q-carousel__thumbnail--active{opacity:1}.q-carousel .q-carousel__thumbnail--active{border-color:currentColor;cursor:default}.q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-top .q-carousel--padding,.q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide,.q-carousel--arrows-vertical .q-carousel--padding{padding-top:60px}.q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-bottom .q-carousel--padding,.q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide,.q-carousel--arrows-vertical .q-carousel--padding{padding-bottom:60px}.q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-left .q-carousel--padding,.q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide,.q-carousel--arrows-horizontal .q-carousel--padding{padding-left:60px}.q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-right .q-carousel--padding,.q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide,.q-carousel--arrows-horizontal .q-carousel--padding{padding-right:60px}.q-carousel.fullscreen{height:100%}.q-message-name{font-size:small}.q-message-label{margin:24px 0;text-align:center;font-size:small}.q-message-stamp{color:inherit;margin-top:4px;opacity:.6;display:none;font-size:small}.q-message-avatar{border-radius:50%;width:48px;height:48px;min-width:48px}.q-message{margin-bottom:8px}.q-message:first-child .q-message-label{margin-top:0}.q-message-avatar--received{margin-right:8px}.q-message-text--received{color:#81c784;border-radius:4px 4px 4px 0}.q-message-text--received:last-child:before{right:100%;border-right:0 solid transparent;border-left:8px solid transparent;border-bottom:8px solid currentColor}.q-message-text-content--received{color:#000}.q-message-name--sent{text-align:right}.q-message-avatar--sent{margin-left:8px}.q-message-container--sent{flex-direction:row-reverse}.q-message-text--sent{color:#e0e0e0;border-radius:4px 4px 0}.q-message-text--sent:last-child:before{left:100%;border-left:0 solid transparent;border-right:8px solid transparent;border-bottom:8px solid currentColor}.q-message-text-content--sent{color:#000}.q-message-text{background:currentColor;padding:8px;line-height:1.2;word-break:break-word;position:relative}.q-message-text+.q-message-text{margin-top:3px}.q-message-text:last-child{min-height:48px}.q-message-text:last-child .q-message-stamp{display:block}.q-message-text:last-child:before{content:"";position:absolute;bottom:0;width:0;height:0}.q-checkbox{vertical-align:middle}.q-checkbox__native{width:1px;height:1px}.q-checkbox__bg,.q-checkbox__icon-container{-webkit-user-select:none;user-select:none}.q-checkbox__bg{top:25%;left:25%;width:50%;height:50%;border:2px solid currentColor;border-radius:2px;transition:background .22s cubic-bezier(0,0,.2,1) 0ms;-webkit-print-color-adjust:exact}.q-checkbox__icon{color:currentColor;font-size:.5em}.q-checkbox__svg{color:#fff}.q-checkbox__truthy{stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.78334;stroke-dasharray:29.78334}.q-checkbox__indet{fill:currentColor;transform-origin:50% 50%;transform:rotate(-280deg) scale(0)}.q-checkbox__inner{font-size:40px;width:1em;min-width:1em;height:1em;outline:0;border-radius:50%;color:#0000008a}.q-checkbox__inner--truthy,.q-checkbox__inner--indet{color:var(--q-primary)}.q-checkbox__inner--truthy .q-checkbox__bg,.q-checkbox__inner--indet .q-checkbox__bg{background:currentColor}.q-checkbox__inner--truthy path{stroke-dashoffset:0;transition:stroke-dashoffset .18s cubic-bezier(.4,0,.6,1) 0ms}.q-checkbox__inner--indet .q-checkbox__indet{transform:rotate(0) scale(1);transition:transform .22s cubic-bezier(0,0,.2,1) 0ms}.q-checkbox.disabled{opacity:.75!important}.q-checkbox--dark .q-checkbox__inner{color:#ffffffb3}.q-checkbox--dark .q-checkbox__inner:before{opacity:.32!important}.q-checkbox--dark .q-checkbox__inner--truthy,.q-checkbox--dark .q-checkbox__inner--indet{color:var(--q-primary)}.q-checkbox--dense .q-checkbox__inner{width:.5em;min-width:.5em;height:.5em}.q-checkbox--dense .q-checkbox__bg{left:5%;top:5%;width:90%;height:90%}.q-checkbox--dense .q-checkbox__label{padding-left:.5em}.q-checkbox--dense.reverse .q-checkbox__label{padding-left:0;padding-right:.5em}body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:currentColor;opacity:.12;transform:scale3d(0,0,1);transition:transform .22s cubic-bezier(0,0,.2,1)}body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before,body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before{transform:scaleZ(1)}body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before,body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before{transform:scale3d(1.4,1.4,1)}.q-chip{vertical-align:middle;border-radius:16px;outline:0;position:relative;height:2em;max-width:100%;margin:4px;background:#e0e0e0;color:#000000de;font-size:14px;padding:.5em .9em}.q-chip--colored .q-chip__icon,.q-chip--dark .q-chip__icon{color:inherit}.q-chip--outline{background:transparent!important;border:1px solid currentColor}.q-chip .q-avatar{font-size:2em;margin-left:-.45em;margin-right:.2em;border-radius:16px}.q-chip--selected .q-avatar{display:none}.q-chip__icon{color:#0000008a;font-size:1.5em;margin:-.2em}.q-chip__icon--left{margin-right:.2em}.q-chip__icon--right{margin-left:.2em}.q-chip__icon--remove{margin-left:.1em;margin-right:-.5em;opacity:.6;outline:0}.q-chip__icon--remove:hover,.q-chip__icon--remove:focus{opacity:1}.q-chip__content{white-space:nowrap}.q-chip--dense{border-radius:12px;padding:0 .4em;height:1.5em}.q-chip--dense .q-avatar{font-size:1.5em;margin-left:-.27em;margin-right:.1em;border-radius:12px}.q-chip--dense .q-chip__icon{font-size:1.25em}.q-chip--dense .q-chip__icon--left{margin-right:.195em}.q-chip--dense .q-chip__icon--remove{margin-right:-.25em}.q-chip--square{border-radius:4px}.q-chip--square .q-avatar{border-radius:3px 0 0 3px}body.desktop .q-chip--clickable:focus{box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}body.desktop.body--dark .q-chip--clickable:focus{box-shadow:0 1px 3px #fff3,0 1px 1px #ffffff24,0 2px 1px -1px #ffffff1f}.q-circular-progress{display:inline-block;position:relative;vertical-align:middle;width:1em;height:1em;line-height:1}.q-circular-progress.q-focusable{border-radius:50%}.q-circular-progress__svg{width:100%;height:100%}.q-circular-progress__text{font-size:.25em}.q-circular-progress--indeterminate .q-circular-progress__svg{transform-origin:50% 50%;animation:q-spin 2s linear infinite}.q-circular-progress--indeterminate .q-circular-progress__circle{stroke-dasharray:1 400;stroke-dashoffset:0;animation:q-circular-progress-circle 1.5s ease-in-out infinite}@keyframes q-circular-progress-circle{0%{stroke-dasharray:1,400;stroke-dashoffset:0}50%{stroke-dasharray:400,400;stroke-dashoffset:-100}to{stroke-dasharray:400,400;stroke-dashoffset:-300}}.q-color-picker{overflow:hidden;background:#fff;max-width:350px;vertical-align:top;min-width:180px;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-color-picker .q-tab{padding:0!important}.q-color-picker--bordered{border:1px solid rgba(0,0,0,.12)}.q-color-picker__header-tabs{height:32px}.q-color-picker__header input{line-height:24px;border:0}.q-color-picker__header .q-tab{min-height:32px!important;height:32px!important}.q-color-picker__header .q-tab--inactive{background:linear-gradient(to top,#0000004d,#00000026 25%,#0000001a)}.q-color-picker__error-icon{bottom:2px;right:2px;font-size:24px;opacity:0;transition:opacity .3s ease-in}.q-color-picker__header-content{position:relative;background:#fff}.q-color-picker__header-content--light{color:#000}.q-color-picker__header-content--dark{color:#fff}.q-color-picker__header-content--dark .q-tab--inactive:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff3}.q-color-picker__header-banner{height:36px}.q-color-picker__header-bg{background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==)!important}.q-color-picker__footer{height:36px}.q-color-picker__footer .q-tab{min-height:36px!important;height:36px!important}.q-color-picker__footer .q-tab--inactive{background:linear-gradient(to bottom,#0000004d,#00000026 25%,#0000001a)}.q-color-picker__spectrum{width:100%;height:100%}.q-color-picker__spectrum-tab{padding:0!important}.q-color-picker__spectrum-white{background:linear-gradient(to right,#fff,#fff0)}.q-color-picker__spectrum-black{background:linear-gradient(to top,#000,#0000)}.q-color-picker__spectrum-circle{width:10px;height:10px;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px #0000004d,0 0 1px 2px #0006;border-radius:50%;transform:translate(-5px,-5px)}.q-color-picker__hue .q-slider__track{background:linear-gradient(to right,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)!important;opacity:1}.q-color-picker__alpha .q-slider__track-container{padding-top:0}.q-color-picker__alpha .q-slider__track:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,#fff0,#757575)}.q-color-picker__sliders{padding:0 16px}.q-color-picker__sliders .q-slider__thumb{color:#424242}.q-color-picker__sliders .q-slider__thumb path{stroke-width:2px;fill:transparent}.q-color-picker__sliders .q-slider--active path{stroke-width:3px}.q-color-picker__tune-tab .q-slider{margin-left:18px;margin-right:18px}.q-color-picker__tune-tab input{font-size:11px;border:1px solid #e0e0e0;border-radius:4px;width:3.5em}.q-color-picker__palette-tab{padding:0!important}.q-color-picker__palette-rows--editable .q-color-picker__cube{cursor:pointer}.q-color-picker__cube{padding-bottom:10%;width:10%!important}.q-color-picker input{color:inherit;background:transparent;outline:0;text-align:center}.q-color-picker .q-tabs{overflow:hidden}.q-color-picker .q-tab--active{box-shadow:0 0 14px 3px #0003}.q-color-picker .q-tab--active .q-focus-helper,.q-color-picker .q-tab__indicator{display:none}.q-color-picker .q-tab-panels{background:inherit}.q-color-picker--dark{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-color-picker--dark .q-color-picker__tune-tab input{border:1px solid rgba(255,255,255,.3)}.q-color-picker--dark .q-slider__thumb{color:#fafafa}.q-date{display:inline-flex;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;border-radius:4px;background:#fff;width:290px;min-width:290px;max-width:100%}.q-date--bordered{border:1px solid rgba(0,0,0,.12)}.q-date__header{border-top-left-radius:inherit;color:#fff;background-color:var(--q-primary);padding:16px}.q-date__actions{padding:0 16px 16px}.q-date__content,.q-date__main{outline:0}.q-date__content .q-btn{font-weight:400}.q-date__header-link{opacity:.64;outline:0;transition:opacity .3s ease-out}.q-date__header-link--active,.q-date__header-link:hover,.q-date__header-link:focus{opacity:1}.q-date__header-subtitle{font-size:14px;line-height:1.75;letter-spacing:.00938em}.q-date__header-title-label{font-size:24px;line-height:1.2;letter-spacing:.00735em}.q-date__view{height:100%;width:100%;min-height:290px;padding:16px}.q-date__navigation{height:12.5%}.q-date__navigation>div:first-child{width:8%;min-width:24px;justify-content:flex-end}.q-date__navigation>div:last-child{width:8%;min-width:24px;justify-content:flex-start}.q-date__calendar-weekdays{height:12.5%}.q-date__calendar-weekdays>div{opacity:.38;font-size:12px}.q-date__calendar-item{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;width:14.285%!important;height:12.5%!important;position:relative;padding:1px}.q-date__calendar-item:after{content:"";position:absolute;pointer-events:none;top:1px;right:0;bottom:1px;left:0;border-style:dashed;border-color:transparent;border-width:1px}.q-date__calendar-item>div,.q-date__calendar-item button{width:30px;height:30px;border-radius:50%}.q-date__calendar-item>div{line-height:30px;text-align:center}.q-date__calendar-item>button{line-height:22px}.q-date__calendar-item--out{opacity:.18}.q-date__calendar-item--fill{visibility:hidden}.q-date__range:before,.q-date__range-from:before,.q-date__range-to:before{content:"";background-color:currentColor;position:absolute;top:1px;bottom:1px;left:0;right:0;opacity:.3}.q-date__range:nth-child(7n-6):before,.q-date__range-from:nth-child(7n-6):before,.q-date__range-to:nth-child(7n-6):before{border-top-left-radius:0;border-bottom-left-radius:0}.q-date__range:nth-child(7n):before,.q-date__range-from:nth-child(7n):before,.q-date__range-to:nth-child(7n):before{border-top-right-radius:0;border-bottom-right-radius:0}.q-date__range-from:before{left:50%}.q-date__range-to:before{right:50%}.q-date__edit-range:after{border-color:currentColor transparent}.q-date__edit-range:nth-child(7n-6):after{border-top-left-radius:0;border-bottom-left-radius:0}.q-date__edit-range:nth-child(7n):after{border-top-right-radius:0;border-bottom-right-radius:0}.q-date__edit-range-from:after,.q-date__edit-range-from-to:after{left:4px;border-left-color:currentColor;border-top-color:currentColor;border-bottom-color:currentColor;border-top-left-radius:28px;border-bottom-left-radius:28px}.q-date__edit-range-to:after,.q-date__edit-range-from-to:after{right:4px;border-right-color:currentColor;border-top-color:currentColor;border-bottom-color:currentColor;border-top-right-radius:28px;border-bottom-right-radius:28px}.q-date__calendar-days-container{height:75%;min-height:192px}.q-date__calendar-days>div{height:16.66%!important}.q-date__event{position:absolute;bottom:2px;left:50%;height:5px;width:8px;border-radius:5px;background-color:var(--q-secondary);transform:translate3d(-50%,0,0)}.q-date__today{box-shadow:0 0 1px 0 currentColor}.q-date__years-content{padding:0 8px}.q-date__years-item,.q-date__months-item{flex:0 0 33.3333%}.q-date.disabled .q-date__header,.q-date.disabled .q-date__content,.q-date--readonly .q-date__header,.q-date--readonly .q-date__content{pointer-events:none}.q-date--readonly .q-date__navigation{display:none}.q-date--portrait{flex-direction:column}.q-date--portrait-standard .q-date__content{height:calc(100% - 86px)}.q-date--portrait-standard .q-date__header{border-top-right-radius:inherit;height:86px}.q-date--portrait-standard .q-date__header-title{align-items:center;height:30px}.q-date--portrait-minimal .q-date__content{height:100%}.q-date--landscape{flex-direction:row;align-items:stretch;min-width:420px}.q-date--landscape>div{display:flex;flex-direction:column}.q-date--landscape .q-date__content{height:100%}.q-date--landscape-standard{min-width:420px}.q-date--landscape-standard .q-date__header{border-bottom-left-radius:inherit;min-width:110px;width:110px}.q-date--landscape-standard .q-date__header-title{flex-direction:column}.q-date--landscape-standard .q-date__header-today{margin-top:12px;margin-left:-8px}.q-date--landscape-minimal{width:310px}.q-date--dark{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f;border-color:#ffffff47}.q-dialog__title{font-size:1.25rem;font-weight:500;line-height:1.6;letter-spacing:.0125em}.q-dialog__progress{font-size:4rem}.q-dialog__inner{outline:0}.q-dialog__inner>div{pointer-events:all;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position;border-radius:4px}.q-dialog__inner--square>div{border-radius:0!important}.q-dialog__inner>.q-card>.q-card__actions .q-btn--rectangle{min-width:64px}.q-dialog__inner--minimized{padding:24px}.q-dialog__inner--minimized>div{max-height:calc(100vh - 48px)}.q-dialog__inner--maximized>div{height:100%;width:100%;max-height:100vh;max-width:100vw;border-radius:0!important;top:0!important;left:0!important}.q-dialog__inner--top,.q-dialog__inner--bottom{padding-top:0!important;padding-bottom:0!important}.q-dialog__inner--right,.q-dialog__inner--left{padding-right:0!important;padding-left:0!important}.q-dialog__inner--left:not(.q-dialog__inner--animating)>div,.q-dialog__inner--top:not(.q-dialog__inner--animating)>div{border-top-left-radius:0}.q-dialog__inner--right:not(.q-dialog__inner--animating)>div,.q-dialog__inner--top:not(.q-dialog__inner--animating)>div{border-top-right-radius:0}.q-dialog__inner--left:not(.q-dialog__inner--animating)>div,.q-dialog__inner--bottom:not(.q-dialog__inner--animating)>div{border-bottom-left-radius:0}.q-dialog__inner--right:not(.q-dialog__inner--animating)>div,.q-dialog__inner--bottom:not(.q-dialog__inner--animating)>div{border-bottom-right-radius:0}.q-dialog__inner--fullwidth>div{width:100%!important;max-width:100%!important}.q-dialog__inner--fullheight>div{height:100%!important;max-height:100%!important}.q-dialog__backdrop{z-index:-1;pointer-events:all;outline:0;background:#0006}body.platform-ios .q-dialog__inner--minimized>div,body.platform-android:not(.native-mobile) .q-dialog__inner--minimized>div{max-height:calc(100vh - 108px)}body.q-ios-padding .q-dialog__inner{padding-top:20px!important;padding-top:env(safe-area-inset-top)!important;padding-bottom:env(safe-area-inset-bottom)!important}body.q-ios-padding .q-dialog__inner>div{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important}@media (max-width: 599.98px){.q-dialog__inner--top,.q-dialog__inner--bottom{padding-left:0;padding-right:0}.q-dialog__inner--top>div,.q-dialog__inner--bottom>div{width:100%!important}}@media (min-width: 600px){.q-dialog__inner--minimized>div{max-width:560px}}.q-body--dialog{overflow:hidden}.q-editor{border:1px solid rgba(0,0,0,.12);border-radius:4px;background-color:#fff}.q-editor.disabled{border-style:dashed}.q-editor>div:first-child,.q-editor__toolbars-container,.q-editor__toolbars-container>div:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-editor__content{outline:0;padding:10px;min-height:10em;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:auto;max-width:100%}.q-editor__content pre{white-space:pre-wrap}.q-editor__content hr{border:0;outline:0;margin:1px;height:1px;background:#0000001f}.q-editor__content:empty:not(:focus):before{content:attr(placeholder);opacity:.7}.q-editor__toolbar{border-bottom:1px solid rgba(0,0,0,.12);min-height:32px}.q-editor__toolbars-container{max-width:100%}.q-editor .q-btn{margin:4px}.q-editor__toolbar-group{position:relative;margin:0 4px}.q-editor__toolbar-group+.q-editor__toolbar-group:before{content:"";position:absolute;left:-4px;top:4px;bottom:4px;width:1px;background:#0000001f}.q-editor__link-input{color:inherit;text-decoration:none;text-transform:none;border:none;border-radius:0;background:none;outline:0}.q-editor--flat,.q-editor--flat .q-editor__toolbar{border:0}.q-editor--dense .q-editor__toolbar-group{display:flex;align-items:center;flex-wrap:nowrap}.q-editor--dark{border-color:#ffffff47}.q-editor--dark .q-editor__content hr{background:#ffffff47}.q-editor--dark .q-editor__toolbar{border-color:#ffffff47}.q-editor--dark .q-editor__toolbar-group+.q-editor__toolbar-group:before{background:#ffffff47}.q-expansion-item__border{opacity:0}.q-expansion-item__toggle-icon{position:relative;transition:transform .3s}.q-expansion-item__toggle-icon--rotated{transform:rotate(180deg)}.q-expansion-item__toggle-focus{width:1em!important;height:1em!important;position:relative!important}.q-expansion-item__toggle-focus+.q-expansion-item__toggle-icon{margin-top:-1em}.q-expansion-item--standard.q-expansion-item--expanded>div>.q-expansion-item__border{opacity:1}.q-expansion-item--popup{transition:padding .5s}.q-expansion-item--popup>.q-expansion-item__container{border:1px solid rgba(0,0,0,.12)}.q-expansion-item--popup>.q-expansion-item__container>.q-separator{display:none}.q-expansion-item--popup.q-expansion-item--collapsed{padding:0 15px}.q-expansion-item--popup.q-expansion-item--expanded{padding:15px 0}.q-expansion-item--popup.q-expansion-item--expanded+.q-expansion-item--popup.q-expansion-item--expanded{padding-top:0}.q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child)>.q-expansion-item__container{border-top-width:0}.q-expansion-item--popup.q-expansion-item--expanded+.q-expansion-item--popup.q-expansion-item--collapsed>.q-expansion-item__container{border-top-width:1px}.q-expansion-item__content>.q-card{box-shadow:none;border-radius:0}.q-expansion-item:first-child>div>.q-expansion-item__border--top{opacity:0}.q-expansion-item:last-child>div>.q-expansion-item__border--bottom{opacity:0}.q-expansion-item--expanded+.q-expansion-item--expanded>div>.q-expansion-item__border--top{opacity:0}.q-expansion-item--expanded .q-textarea--autogrow textarea{animation:q-expansion-done 0s}@keyframes q-expansion-done{0%{--q-exp-done: 1}}.z-fab{z-index:990}.q-fab{position:relative;vertical-align:middle}.q-fab>.q-btn{width:100%}.q-fab--form-rounded{border-radius:28px}.q-fab--form-square{border-radius:4px}.q-fab__icon,.q-fab__active-icon{transition:opacity .4s,transform .4s}.q-fab__icon{opacity:1;transform:rotate(0)}.q-fab__active-icon{opacity:0;transform:rotate(-180deg)}.q-fab__label--external{position:absolute;padding:0 8px;transition:opacity .18s cubic-bezier(.65,.815,.735,.395)}.q-fab__label--external-hidden{opacity:0;pointer-events:none}.q-fab__label--external-left{top:50%;left:-12px;transform:translate(-100%,-50%)}.q-fab__label--external-right{top:50%;right:-12px;transform:translate(100%,-50%)}.q-fab__label--external-bottom{bottom:-12px;left:50%;transform:translate(-50%,100%)}.q-fab__label--external-top{top:-12px;left:50%;transform:translate(-50%,-100%)}.q-fab__label--internal{padding:0;transition:font-size .12s cubic-bezier(.65,.815,.735,.395),max-height .12s cubic-bezier(.65,.815,.735,.395),opacity .07s cubic-bezier(.65,.815,.735,.395);max-height:30px}.q-fab__label--internal-hidden{font-size:0;opacity:0}.q-fab__label--internal-top{padding-bottom:.12em}.q-fab__label--internal-bottom{padding-top:.12em}.q-fab__label--internal-top.q-fab__label--internal-hidden,.q-fab__label--internal-bottom.q-fab__label--internal-hidden{max-height:0}.q-fab__label--internal-left{padding-left:.285em;padding-right:.571em}.q-fab__label--internal-right{padding-right:.285em;padding-left:.571em}.q-fab__icon-holder{min-width:24px;min-height:24px;position:relative}.q-fab__icon-holder--opened .q-fab__icon{transform:rotate(180deg);opacity:0}.q-fab__icon-holder--opened .q-fab__active-icon{transform:rotate(0);opacity:1}.q-fab__actions{position:absolute;opacity:0;transition:transform .18s ease-in,opacity .18s ease-in;pointer-events:none;align-items:center;justify-content:center;align-self:center;padding:3px}.q-fab__actions .q-btn{margin:5px}.q-fab__actions--right{transform-origin:0 50%;transform:scale(.4) translate(-62px);height:56px;left:100%;margin-left:9px}.q-fab__actions--left{transform-origin:100% 50%;transform:scale(.4) translate(62px);height:56px;right:100%;margin-right:9px;flex-direction:row-reverse}.q-fab__actions--up{transform-origin:50% 100%;transform:scale(.4) translateY(62px);width:56px;bottom:100%;margin-bottom:9px;flex-direction:column-reverse}.q-fab__actions--down{transform-origin:50% 0;transform:scale(.4) translateY(-62px);width:56px;top:100%;margin-top:9px;flex-direction:column}.q-fab__actions--up,.q-fab__actions--down{left:50%;margin-left:-28px}.q-fab__actions--opened{opacity:1;transform:scale(1) translate(.1px);pointer-events:all}.q-fab--align-left>.q-fab__actions--up,.q-fab--align-left>.q-fab__actions--down{align-items:flex-start;left:28px}.q-fab--align-right>.q-fab__actions--up,.q-fab--align-right>.q-fab__actions--down{align-items:flex-end;left:auto;right:0}.q-field{font-size:14px}.q-field ::-ms-clear,.q-field ::-ms-reveal{display:none}.q-field--with-bottom{padding-bottom:20px}.q-field__marginal{height:56px;color:#0000008a;font-size:24px}.q-field__marginal>*+*{margin-left:2px}.q-field__marginal .q-avatar{font-size:32px}.q-field__before,.q-field__prepend{padding-right:12px}.q-field__after,.q-field__append{padding-left:12px}.q-field__after:empty,.q-field__append:empty{display:none}.q-field__append+.q-field__append{padding-left:2px}.q-field__inner{text-align:left}.q-field__bottom{font-size:12px;min-height:20px;line-height:1;color:#0000008a;padding:8px 12px 0;backface-visibility:hidden}.q-field__bottom--animated{transform:translateY(100%);position:absolute;left:0;right:0;bottom:0}.q-field__messages{line-height:1}.q-field__messages>div{word-break:break-word;word-wrap:break-word;overflow-wrap:break-word}.q-field__messages>div+div{margin-top:4px}.q-field__counter{padding-left:8px;line-height:1}.q-field--item-aligned{padding:8px 16px}.q-field--item-aligned .q-field__before{min-width:56px}.q-field__control-container{height:inherit}.q-field__control{color:var(--q-primary);height:56px;max-width:100%;outline:none}.q-field__control:before,.q-field__control:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.q-field__control:before{border-radius:inherit}.q-field__shadow{top:8px;opacity:0;overflow:hidden;white-space:pre-wrap;transition:opacity .36s cubic-bezier(.4,0,.2,1)}.q-field__shadow+.q-field__native::placeholder{transition:opacity .36s cubic-bezier(.4,0,.2,1)}.q-field__shadow+.q-field__native:focus::placeholder{opacity:0}.q-field__native,.q-field__prefix,.q-field__suffix,.q-field__input{font-weight:400;line-height:28px;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;border:none;border-radius:0;background:none;color:#000000de;outline:0;padding:6px 0}.q-field__native,.q-field__input{width:100%;min-width:0;outline:0!important;-webkit-user-select:auto;user-select:auto}.q-field__native:-webkit-autofill,.q-field__input:-webkit-autofill{-webkit-animation-name:q-autofill;-webkit-animation-fill-mode:both}.q-field__native:-webkit-autofill+.q-field__label,.q-field__input:-webkit-autofill+.q-field__label{transform:translateY(-40%) scale(.75)}.q-field__native[type=color]+.q-field__label,.q-field__native[type=date]+.q-field__label,.q-field__native[type=datetime-local]+.q-field__label,.q-field__native[type=month]+.q-field__label,.q-field__native[type=time]+.q-field__label,.q-field__native[type=week]+.q-field__label,.q-field__input[type=color]+.q-field__label,.q-field__input[type=date]+.q-field__label,.q-field__input[type=datetime-local]+.q-field__label,.q-field__input[type=month]+.q-field__label,.q-field__input[type=time]+.q-field__label,.q-field__input[type=week]+.q-field__label{transform:translateY(-40%) scale(.75)}.q-field__native:invalid,.q-field__input:invalid{box-shadow:none}.q-field__native[type=file]{line-height:1em}.q-field__input{padding:0;height:0;min-height:24px;line-height:24px}.q-field__prefix,.q-field__suffix{transition:opacity .36s cubic-bezier(.4,0,.2,1);white-space:nowrap}.q-field__prefix{padding-right:4px}.q-field__suffix{padding-left:4px}.q-field--readonly .q-placeholder,.q-field--disabled .q-placeholder{opacity:1!important}.q-field--readonly.q-field--labeled .q-field__native,.q-field--readonly.q-field--labeled .q-field__input{cursor:default}.q-field--readonly.q-field--float .q-field__native,.q-field--readonly.q-field--float .q-field__input{cursor:text}.q-field--disabled .q-field__inner{cursor:not-allowed}.q-field--disabled .q-field__control{pointer-events:none}.q-field--disabled .q-field__control>div{opacity:.6!important}.q-field--disabled .q-field__control>div,.q-field--disabled .q-field__control>div *{outline:0!important}.q-field__label{left:0;top:18px;max-width:100%;color:#0009;font-size:16px;line-height:1.25;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;transform-origin:left top;transition:transform .36s cubic-bezier(.4,0,.2,1),max-width .324s cubic-bezier(.4,0,.2,1);backface-visibility:hidden}.q-field--float .q-field__label{max-width:133%;transform:translateY(-40%) scale(.75);transition:transform .36s cubic-bezier(.4,0,.2,1),max-width .396s cubic-bezier(.4,0,.2,1)}.q-field--highlighted .q-field__label{color:currentColor}.q-field--highlighted .q-field__shadow{opacity:.5}.q-field--filled .q-field__control{padding:0 12px;background:#0000000d;border-radius:4px 4px 0 0}.q-field--filled .q-field__control:before{background:#0000000d;border-bottom:1px solid rgba(0,0,0,.42);opacity:0;transition:opacity .36s cubic-bezier(.4,0,.2,1),background .36s cubic-bezier(.4,0,.2,1)}.q-field--filled .q-field__control:hover:before{opacity:1}.q-field--filled .q-field__control:after{height:2px;top:auto;transform-origin:center bottom;transform:scale3d(0,1,1);background:currentColor;transition:transform .36s cubic-bezier(.4,0,.2,1)}.q-field--filled.q-field--rounded .q-field__control{border-radius:28px 28px 0 0}.q-field--filled.q-field--highlighted .q-field__control:before{opacity:1;background:#0000001f}.q-field--filled.q-field--highlighted .q-field__control:after{transform:scaleZ(1)}.q-field--filled.q-field--dark .q-field__control,.q-field--filled.q-field--dark .q-field__control:before{background:#ffffff12}.q-field--filled.q-field--dark.q-field--highlighted .q-field__control:before{background:#ffffff1a}.q-field--filled.q-field--readonly .q-field__control:before{opacity:1;background:transparent;border-bottom-style:dashed}.q-field--outlined .q-field__control{border-radius:4px;padding:0 12px}.q-field--outlined .q-field__control:before{border:1px solid rgba(0,0,0,.24);transition:border-color .36s cubic-bezier(.4,0,.2,1)}.q-field--outlined .q-field__control:hover:before{border-color:#000}.q-field--outlined .q-field__control:after{height:inherit;border-radius:inherit;border:2px solid transparent;transition:border-color .36s cubic-bezier(.4,0,.2,1)}.q-field--outlined .q-field__native:-webkit-autofill,.q-field--outlined .q-field__input:-webkit-autofill{margin-top:1px;margin-bottom:1px}.q-field--outlined.q-field--rounded .q-field__control{border-radius:28px}.q-field--outlined.q-field--highlighted .q-field__control:hover:before{border-color:transparent}.q-field--outlined.q-field--highlighted .q-field__control:after{border-color:currentColor;border-width:2px;transform:scaleZ(1)}.q-field--outlined.q-field--readonly .q-field__control:before{border-style:dashed}.q-field--standard .q-field__control:before{border-bottom:1px solid rgba(0,0,0,.24);transition:border-color .36s cubic-bezier(.4,0,.2,1)}.q-field--standard .q-field__control:hover:before{border-color:#000}.q-field--standard .q-field__control:after{height:2px;top:auto;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;transform-origin:center bottom;transform:scale3d(0,1,1);background:currentColor;transition:transform .36s cubic-bezier(.4,0,.2,1)}.q-field--standard.q-field--highlighted .q-field__control:after{transform:scaleZ(1)}.q-field--standard.q-field--readonly .q-field__control:before{border-bottom-style:dashed}.q-field--dark .q-field__control:before{border-color:#fff9}.q-field--dark .q-field__control:hover:before{border-color:#fff}.q-field--dark .q-field__native,.q-field--dark .q-field__prefix,.q-field--dark .q-field__suffix,.q-field--dark .q-field__input{color:#fff}.q-field--dark:not(.q-field--highlighted) .q-field__label,.q-field--dark .q-field__marginal,.q-field--dark .q-field__bottom{color:#ffffffb3}.q-field--standout .q-field__control{padding:0 12px;background:#0000000d;border-radius:4px;transition:box-shadow .36s cubic-bezier(.4,0,.2,1),background-color .36s cubic-bezier(.4,0,.2,1)}.q-field--standout .q-field__control:before{background:#00000012;opacity:0;transition:opacity .36s cubic-bezier(.4,0,.2,1),background .36s cubic-bezier(.4,0,.2,1)}.q-field--standout .q-field__control:hover:before{opacity:1}.q-field--standout.q-field--rounded .q-field__control{border-radius:28px}.q-field--standout.q-field--highlighted .q-field__control{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;background:#000}.q-field--standout.q-field--highlighted .q-field__native,.q-field--standout.q-field--highlighted .q-field__prefix,.q-field--standout.q-field--highlighted .q-field__suffix,.q-field--standout.q-field--highlighted .q-field__prepend,.q-field--standout.q-field--highlighted .q-field__append,.q-field--standout.q-field--highlighted .q-field__input{color:#fff}.q-field--standout.q-field--readonly .q-field__control:before{opacity:1;background:transparent;border:1px dashed rgba(0,0,0,.24)}.q-field--standout.q-field--dark .q-field__control{background:#ffffff12}.q-field--standout.q-field--dark .q-field__control:before{background:#ffffff12}.q-field--standout.q-field--dark.q-field--highlighted .q-field__control{background:#fff}.q-field--standout.q-field--dark.q-field--highlighted .q-field__native,.q-field--standout.q-field--dark.q-field--highlighted .q-field__prefix,.q-field--standout.q-field--dark.q-field--highlighted .q-field__suffix,.q-field--standout.q-field--dark.q-field--highlighted .q-field__prepend,.q-field--standout.q-field--dark.q-field--highlighted .q-field__append,.q-field--standout.q-field--dark.q-field--highlighted .q-field__input{color:#000}.q-field--standout.q-field--dark.q-field--readonly .q-field__control:before{border-color:#ffffff3d}.q-field--labeled .q-field__native,.q-field--labeled .q-field__prefix,.q-field--labeled .q-field__suffix{line-height:24px;padding-top:24px;padding-bottom:8px}.q-field--labeled .q-field__shadow{top:0}.q-field--labeled:not(.q-field--float) .q-field__prefix,.q-field--labeled:not(.q-field--float) .q-field__suffix{opacity:0}.q-field--labeled:not(.q-field--float) .q-field__native::placeholder,.q-field--labeled:not(.q-field--float) .q-field__input::placeholder{color:transparent}.q-field--labeled.q-field--dense .q-field__native,.q-field--labeled.q-field--dense .q-field__prefix,.q-field--labeled.q-field--dense .q-field__suffix{padding-top:14px;padding-bottom:2px}.q-field--dense .q-field--with-bottom{padding-bottom:19px}.q-field--dense .q-field__shadow{top:0}.q-field--dense .q-field__control,.q-field--dense .q-field__marginal{height:40px}.q-field--dense .q-field__bottom{font-size:11px}.q-field--dense .q-field__label{font-size:14px;top:10px}.q-field--dense .q-field__before,.q-field--dense .q-field__prepend{padding-right:6px}.q-field--dense .q-field__after,.q-field--dense .q-field__append{padding-left:6px}.q-field--dense .q-field__append+.q-field__append{padding-left:2px}.q-field--dense .q-field__marginal .q-avatar{font-size:24px}.q-field--dense.q-field--float .q-field__label{transform:translateY(-30%) scale(.75)}.q-field--dense .q-field__native:-webkit-autofill+.q-field__label,.q-field--dense .q-field__input:-webkit-autofill+.q-field__label{transform:translateY(-30%) scale(.75)}.q-field--dense .q-field__native[type=color]+.q-field__label,.q-field--dense .q-field__native[type=date]+.q-field__label,.q-field--dense .q-field__native[type=datetime-local]+.q-field__label,.q-field--dense .q-field__native[type=month]+.q-field__label,.q-field--dense .q-field__native[type=time]+.q-field__label,.q-field--dense .q-field__native[type=week]+.q-field__label,.q-field--dense .q-field__input[type=color]+.q-field__label,.q-field--dense .q-field__input[type=date]+.q-field__label,.q-field--dense .q-field__input[type=datetime-local]+.q-field__label,.q-field--dense .q-field__input[type=month]+.q-field__label,.q-field--dense .q-field__input[type=time]+.q-field__label,.q-field--dense .q-field__input[type=week]+.q-field__label{transform:translateY(-30%) scale(.75)}.q-field--borderless .q-field__bottom,.q-field--borderless.q-field--dense .q-field__control,.q-field--standard .q-field__bottom,.q-field--standard.q-field--dense .q-field__control{padding-left:0;padding-right:0}.q-field--error .q-field__label{animation:q-field-label .36s}.q-field--error .q-field__bottom{color:var(--q-negative)}.q-field__focusable-action{opacity:.6;cursor:pointer;outline:0!important;border:0;color:inherit;background:transparent;padding:0}.q-field__focusable-action:hover,.q-field__focusable-action:focus{opacity:1}.q-field--auto-height .q-field__control{height:auto}.q-field--auto-height .q-field__control,.q-field--auto-height .q-field__native{min-height:56px}.q-field--auto-height .q-field__native{align-items:center}.q-field--auto-height .q-field__control-container{padding-top:0}.q-field--auto-height .q-field__native,.q-field--auto-height .q-field__prefix,.q-field--auto-height .q-field__suffix{line-height:18px}.q-field--auto-height.q-field--labeled .q-field__control-container{padding-top:24px}.q-field--auto-height.q-field--labeled .q-field__shadow{top:24px}.q-field--auto-height.q-field--labeled .q-field__native,.q-field--auto-height.q-field--labeled .q-field__prefix,.q-field--auto-height.q-field--labeled .q-field__suffix{padding-top:0}.q-field--auto-height.q-field--labeled .q-field__native{min-height:24px}.q-field--auto-height.q-field--dense .q-field__control,.q-field--auto-height.q-field--dense .q-field__native{min-height:40px}.q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container{padding-top:14px}.q-field--auto-height.q-field--dense.q-field--labeled .q-field__shadow{top:14px}.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native{min-height:24px}.q-field--square .q-field__control{border-radius:0!important}.q-transition--field-message-enter-active,.q-transition--field-message-leave-active{transition:transform .6s cubic-bezier(.86,0,.07,1),opacity .6s cubic-bezier(.86,0,.07,1)}.q-transition--field-message-enter-from,.q-transition--field-message-leave-to{opacity:0;transform:translateY(-10px)}.q-transition--field-message-leave-from,.q-transition--field-message-leave-active{position:absolute}@keyframes q-field-label{40%{margin-left:2px}60%,80%{margin-left:-2px}70%,90%{margin-left:2px}}@keyframes q-autofill{to{background:transparent;color:inherit}}.q-file .q-field__native{word-break:break-all;overflow:hidden}.q-file .q-field__input{opacity:0!important}.q-file .q-field__input::-webkit-file-upload-button{cursor:pointer}.q-file__filler{visibility:hidden;width:100%;border:none;padding:0}.q-file__dnd{outline:1px dashed currentColor;outline-offset:-4px}.q-form{position:relative}.q-img{position:relative;width:100%;display:inline-block;vertical-align:middle;overflow:hidden}.q-img__loading .q-spinner{font-size:50px}.q-img__container{border-radius:inherit;font-size:0}.q-img__image{border-radius:inherit;width:100%;height:100%;opacity:0}.q-img__image--with-transition{transition:opacity .28s ease-in}.q-img__image--loaded{opacity:1}.q-img__content{border-radius:inherit;pointer-events:none}.q-img__content>div{pointer-events:all;position:absolute;padding:16px;color:#fff;background:#00000078}.q-img--no-menu .q-img__image,.q-img--no-menu .q-img__placeholder{pointer-events:none}.q-inner-loading{background:#fff9;border-radius:inherit}.q-inner-loading--dark{background:#0006}.q-inner-loading__label{margin-top:8px}.q-textarea .q-field__control{min-height:56px;height:auto}.q-textarea .q-field__control-container{padding-top:2px;padding-bottom:2px}.q-textarea .q-field__shadow{top:2px;bottom:2px}.q-textarea .q-field__native,.q-textarea .q-field__prefix,.q-textarea .q-field__suffix{line-height:18px}.q-textarea .q-field__native{resize:vertical;padding-top:17px;min-height:52px}.q-textarea.q-field--labeled .q-field__control-container{padding-top:26px}.q-textarea.q-field--labeled .q-field__shadow{top:26px}.q-textarea.q-field--labeled .q-field__native,.q-textarea.q-field--labeled .q-field__prefix,.q-textarea.q-field--labeled .q-field__suffix{padding-top:0}.q-textarea.q-field--labeled .q-field__native{min-height:26px;padding-top:1px}.q-textarea--autogrow .q-field__native{resize:none}.q-textarea.q-field--dense .q-field__control,.q-textarea.q-field--dense .q-field__native{min-height:36px}.q-textarea.q-field--dense .q-field__native{padding-top:9px}.q-textarea.q-field--dense.q-field--labeled .q-field__control-container{padding-top:14px}.q-textarea.q-field--dense.q-field--labeled .q-field__shadow{top:14px}.q-textarea.q-field--dense.q-field--labeled .q-field__native{min-height:24px;padding-top:3px}.q-textarea.q-field--dense.q-field--labeled .q-field__prefix,.q-textarea.q-field--dense.q-field--labeled .q-field__suffix{padding-top:2px}body.mobile .q-textarea .q-field__native,.q-textarea.disabled .q-field__native{resize:none}.q-intersection{position:relative}.q-item{min-height:48px;padding:8px 16px;color:inherit;transition:color .3s,background-color .3s}.q-item__section--side{color:#757575;align-items:flex-start;padding-right:16px;width:auto;min-width:0;max-width:100%}.q-item__section--side>.q-icon{font-size:24px}.q-item__section--side>.q-avatar{font-size:40px}.q-item__section--avatar{color:inherit;min-width:56px}.q-item__section--thumbnail img{width:100px;height:56px}.q-item__section--nowrap{white-space:nowrap}.q-item>.q-item__section--thumbnail:first-child,.q-item>.q-focus-helper+.q-item__section--thumbnail{margin-left:-16px}.q-item>.q-item__section--thumbnail:last-of-type{margin-right:-16px}.q-item__label{line-height:1.2em!important;max-width:100%}.q-item__label--overline{color:#000000b3}.q-item__label--caption{color:#0000008a}.q-item__label--header{color:#757575;padding:16px;font-size:.875rem;line-height:1.25rem;letter-spacing:.01786em}.q-separator--spaced+.q-item__label--header,.q-list--padding .q-item__label--header{padding-top:8px}.q-item__label+.q-item__label{margin-top:4px}.q-item__section--main{width:auto;min-width:0;max-width:100%;flex:10000 1 0%}.q-item__section--main+.q-item__section--main{margin-left:8px}.q-item__section--main~.q-item__section--side{align-items:flex-end;padding-right:0;padding-left:16px}.q-item__section--main.q-item__section--thumbnail{margin-left:0;margin-right:-16px}.q-list--bordered{border:1px solid rgba(0,0,0,.12)}.q-list--separator>.q-item-type+.q-item-type,.q-list--separator>.q-virtual-scroll__content>.q-item-type+.q-item-type{border-top:1px solid rgba(0,0,0,.12)}.q-list--padding{padding:8px 0}.q-list--dense>.q-item,.q-item--dense{min-height:32px;padding:2px 16px}.q-list--dark.q-list--separator>.q-item-type+.q-item-type,.q-list--dark.q-list--separator>.q-virtual-scroll__content>.q-item-type+.q-item-type{border-top-color:#ffffff47}.q-list--dark,.q-item--dark{color:#fff;border-color:#ffffff47}.q-list--dark .q-item__section--side:not(.q-item__section--avatar),.q-item--dark .q-item__section--side:not(.q-item__section--avatar){color:#ffffffb3}.q-list--dark .q-item__label--header,.q-item--dark .q-item__label--header{color:#ffffffa3}.q-list--dark .q-item__label--overline,.q-list--dark .q-item__label--caption,.q-item--dark .q-item__label--overline,.q-item--dark .q-item__label--caption{color:#fffc}.q-item{position:relative}.q-item.q-router-link--active,.q-item--active{color:var(--q-primary)}.q-knob{font-size:48px}.q-knob--editable{cursor:pointer;outline:0}.q-knob--editable:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:none;transition:box-shadow .24s ease-in-out}.q-knob--editable:focus:before{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}body.body--dark .q-knob--editable:focus:before{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-layout{width:100%;outline:0}.q-layout-container{position:relative;width:100%;height:100%}.q-layout-container .q-layout{min-height:100%}.q-layout-container>div{transform:translateZ(0)}.q-layout-container>div>div{min-height:0;max-height:100%}.q-layout__shadow{width:100%}.q-layout__shadow:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0 0 10px 2px #0003,0 0 10px #0000003d}.q-layout__section--marginal{background-color:var(--q-primary);color:#fff}.q-header--hidden{transform:translateY(-110%)}.q-header--bordered{border-bottom:1px solid rgba(0,0,0,.12)}.q-header .q-layout__shadow{bottom:-10px}.q-header .q-layout__shadow:after{bottom:10px}.q-footer--hidden{transform:translateY(110%)}.q-footer--bordered{border-top:1px solid rgba(0,0,0,.12)}.q-footer .q-layout__shadow{top:-10px}.q-footer .q-layout__shadow:after{top:10px}.q-header,.q-footer{z-index:2000}.q-drawer{position:absolute;top:0;bottom:0;background:#fff;z-index:1000}.q-drawer--on-top{z-index:3000}.q-drawer--left{left:0;transform:translate(-100%)}.q-drawer--left.q-drawer--bordered{border-right:1px solid rgba(0,0,0,.12)}.q-drawer--left .q-layout__shadow{left:10px;right:-10px}.q-drawer--left .q-layout__shadow:after{right:10px}.q-drawer--right{right:0;transform:translate(100%)}.q-drawer--right.q-drawer--bordered{border-left:1px solid rgba(0,0,0,.12)}.q-drawer--right .q-layout__shadow{left:-10px}.q-drawer--right .q-layout__shadow:after{left:10px}.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini{padding:0!important}.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section{text-align:center;justify-content:center;padding-left:0;padding-right:0;min-width:0}.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__label,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--main,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--side~.q-item__section--side{display:none}.q-drawer--mini .q-mini-drawer-hide,.q-drawer--mini .q-expansion-item__content{display:none}.q-drawer--mini-animate .q-drawer__content{overflow-x:hidden!important;white-space:nowrap}.q-drawer--standard .q-mini-drawer-only,.q-drawer--mobile .q-mini-drawer-only,.q-drawer--mobile .q-mini-drawer-hide{display:none}.q-drawer__backdrop{z-index:2999!important;will-change:background-color}.q-drawer__opener{z-index:2001;height:100%;width:15px;-webkit-user-select:none;user-select:none}.q-layout,.q-header,.q-footer,.q-page{position:relative}.q-page-sticky--shrink{pointer-events:none}.q-page-sticky--shrink>div{display:inline-block;pointer-events:auto}body.q-ios-padding .q-layout--standard .q-header>.q-toolbar:nth-child(1),body.q-ios-padding .q-layout--standard .q-header>.q-tabs:nth-child(1) .q-tabs__content,body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content{padding-top:20px;min-height:70px;padding-top:env(safe-area-inset-top);min-height:calc(env(safe-area-inset-top) + 50px)}body.q-ios-padding .q-layout--standard .q-footer>.q-toolbar:last-child,body.q-ios-padding .q-layout--standard .q-footer>.q-tabs:nth-last-child(1 of:not(.q-layout__shadow)) .q-tabs__content,body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content{padding-bottom:env(safe-area-inset-bottom);min-height:calc(env(safe-area-inset-bottom) + 50px)}.q-body--layout-animate .q-drawer__backdrop{transition:background-color .12s!important}.q-body--layout-animate .q-drawer{transition:transform .12s,width .12s,top .12s,bottom .12s!important}.q-body--layout-animate .q-layout__section--marginal{transition:transform .12s,left .12s,right .12s!important}.q-body--layout-animate .q-page-container{transition:padding-top .12s,padding-right .12s,padding-bottom .12s,padding-left .12s!important}.q-body--layout-animate .q-page-sticky{transition:transform .12s,left .12s,right .12s,top .12s,bottom .12s!important}body:not(.q-body--layout-animate) .q-layout--prevent-focus{visibility:hidden}.q-body--drawer-toggle{overflow-x:hidden!important}@media (max-width: 599.98px){.q-layout-padding{padding:8px}}@media (min-width: 600px) and (max-width: 1439.98px){.q-layout-padding{padding:16px}}@media (min-width: 1440px){.q-layout-padding{padding:24px}}body.body--dark .q-header,body.body--dark .q-footer,body.body--dark .q-drawer{border-color:#ffffff47}body.body--dark .q-layout__shadow:after{box-shadow:0 0 10px 2px #fff3,0 0 10px #ffffff3d}body.platform-ios .q-layout--containerized{position:unset!important}.q-linear-progress{--q-linear-progress-speed: .3s;position:relative;width:100%;overflow:hidden;font-size:4px;height:1em;color:var(--q-primary);transform:scaleZ(1)}.q-linear-progress__model,.q-linear-progress__track{transform-origin:0 0}.q-linear-progress__model--with-transition,.q-linear-progress__track--with-transition{transition:transform var(--q-linear-progress-speed)}.q-linear-progress--reverse .q-linear-progress__model,.q-linear-progress--reverse .q-linear-progress__track{transform-origin:0 100%}.q-linear-progress__model--determinate{background:currentColor}.q-linear-progress__model--indeterminate,.q-linear-progress__model--query{transition:none}.q-linear-progress__model--indeterminate:before,.q-linear-progress__model--indeterminate:after,.q-linear-progress__model--query:before,.q-linear-progress__model--query:after{background:currentColor;content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:0 0}.q-linear-progress__model--indeterminate:before,.q-linear-progress__model--query:before{animation:q-linear-progress--indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.q-linear-progress__model--indeterminate:after,.q-linear-progress__model--query:after{transform:translate3d(-101%,0,0) scaleZ(1);animation:q-linear-progress--indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}.q-linear-progress__track{opacity:.4}.q-linear-progress__track--light{background:#00000042}.q-linear-progress__track--dark{background:#fff9}.q-linear-progress__stripe{background-image:linear-gradient(45deg,#ffffff26 25%,#fff0 25% 50%,#ffffff26 50% 75%,#fff0 75%,#fff0)!important;background-size:40px 40px!important}.q-linear-progress__stripe--with-transition{transition:width var(--q-linear-progress-speed)}@keyframes q-linear-progress--indeterminate{0%{transform:translate3d(-35%,0,0) scale3d(.35,1,1)}60%{transform:translate3d(100%,0,0) scale3d(.9,1,1)}to{transform:translate3d(100%,0,0) scale3d(.9,1,1)}}@keyframes q-linear-progress--indeterminate-short{0%{transform:translate3d(-101%,0,0) scaleZ(1)}60%{transform:translate3d(107%,0,0) scale3d(.01,1,1)}to{transform:translate3d(107%,0,0) scale3d(.01,1,1)}}.q-menu{position:fixed!important;display:inline-block;max-width:95vw;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;background:#fff;border-radius:4px;overflow-y:auto;overflow-x:hidden;outline:0;max-height:65vh;z-index:6000}.q-menu--square{border-radius:0}.q-menu--dark{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-option-group--inline>div{display:inline-block}.q-pagination input{text-align:center;-moz-appearance:textfield}.q-pagination input::-webkit-outer-spin-button,.q-pagination input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.q-pagination__content{--q-pagination-gutter-parent: -2px;--q-pagination-gutter-child: 2px;margin-top:var(--q-pagination-gutter-parent);margin-left:var(--q-pagination-gutter-parent)}.q-pagination__content>.q-btn,.q-pagination__content>.q-input,.q-pagination__middle>.q-btn{margin-top:var(--q-pagination-gutter-child);margin-left:var(--q-pagination-gutter-child)}.q-parallax{position:relative;width:100%;overflow:hidden;border-radius:inherit}.q-parallax__media>img,.q-parallax__media>video{position:absolute;left:50%;bottom:0;min-width:100%;min-height:100%;will-change:transform;display:none}.q-popup-edit{padding:8px 16px}.q-popup-edit__buttons{margin-top:8px}.q-popup-edit__buttons .q-btn+.q-btn{margin-left:8px}.q-pull-to-refresh{position:relative}.q-pull-to-refresh__puller{border-radius:50%;width:40px;height:40px;color:var(--q-primary);background:#fff;box-shadow:0 0 4px #0000004d}.q-pull-to-refresh__puller--animating{transition:transform .3s,opacity .3s}.q-radio{vertical-align:middle}.q-radio__native{width:1px;height:1px}.q-radio__bg,.q-radio__icon-container{-webkit-user-select:none;user-select:none}.q-radio__bg{top:25%;left:25%;width:50%;height:50%;-webkit-print-color-adjust:exact}.q-radio__bg path{fill:currentColor}.q-radio__icon{color:currentColor;font-size:.5em}.q-radio__check{transform-origin:50% 50%;transform:scale3d(0,0,1);transition:transform .22s cubic-bezier(0,0,.2,1) 0ms}.q-radio__inner{font-size:40px;width:1em;min-width:1em;height:1em;outline:0;border-radius:50%;color:#0000008a}.q-radio__inner--truthy{color:var(--q-primary)}.q-radio__inner--truthy .q-radio__check{transform:scaleZ(1)}.q-radio.disabled{opacity:.75!important}.q-radio--dark .q-radio__inner{color:#ffffffb3}.q-radio--dark .q-radio__inner:before{opacity:.32!important}.q-radio--dark .q-radio__inner--truthy{color:var(--q-primary)}.q-radio--dense .q-radio__inner{width:.5em;min-width:.5em;height:.5em}.q-radio--dense .q-radio__bg{left:0;top:0;width:100%;height:100%}.q-radio--dense .q-radio__label{padding-left:.5em}.q-radio--dense.reverse .q-radio__label{padding-left:0;padding-right:.5em}body.desktop .q-radio:not(.disabled) .q-radio__inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:currentColor;opacity:.12;transform:scale3d(0,0,1);transition:transform .22s cubic-bezier(0,0,.2,1) 0ms}body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before,body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before{transform:scaleZ(1)}body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before,body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before{transform:scale3d(1.5,1.5,1)}.q-rating{color:#ffeb3b;vertical-align:middle}.q-rating__icon-container{height:1em;outline:0}.q-rating__icon-container+.q-rating__icon-container{margin-left:2px}.q-rating__icon{color:currentColor;text-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);position:relative;opacity:.4;transition:transform .2s ease-in,opacity .2s ease-in}.q-rating__icon--hovered{transform:scale(1.3)}.q-rating__icon--active{opacity:1}.q-rating__icon--exselected{opacity:.7}.q-rating--no-dimming .q-rating__icon{opacity:1}.q-rating--editable .q-rating__icon-container{cursor:pointer}.q-responsive{position:relative;max-width:100%;max-height:100%}.q-responsive__filler{width:inherit;max-width:inherit;height:inherit;max-height:inherit}.q-responsive__content{border-radius:inherit}.q-responsive__content>*{width:100%!important;height:100%!important;max-height:100%!important;max-width:100%!important}.q-scrollarea{position:relative;contain:strict}.q-scrollarea__bar,.q-scrollarea__thumb{opacity:.2;transition:opacity .3s;will-change:opacity;cursor:grab}.q-scrollarea__bar--v,.q-scrollarea__thumb--v{right:0;width:10px}.q-scrollarea__bar--h,.q-scrollarea__thumb--h{bottom:0;height:10px}.q-scrollarea__bar--invisible,.q-scrollarea__thumb--invisible{opacity:0!important;pointer-events:none}.q-scrollarea__thumb{background:#000;border-radius:3px}.q-scrollarea__thumb:hover{opacity:.3}.q-scrollarea__thumb:active{opacity:.5}.q-scrollarea__content{min-height:100%;min-width:100%}.q-scrollarea--dark .q-scrollarea__thumb{background:#fff}.q-select--without-input .q-field__control{cursor:pointer}.q-select--with-input .q-field__control{cursor:text}.q-select .q-field__input{min-width:50px!important;cursor:text}.q-select .q-field__input--padding{padding-left:4px}.q-select__focus-target,.q-select__autocomplete-input{position:absolute;outline:0!important;width:1px;height:1px;padding:0;border:0;opacity:0}.q-select__dropdown-icon{cursor:pointer;transition:transform .28s}.q-select.q-field--readonly .q-field__control,.q-select.q-field--readonly .q-select__dropdown-icon{cursor:default}.q-select__dialog{width:90vw!important;max-width:90vw!important;max-height:calc(100vh - 70px)!important;background:#fff;display:flex;flex-direction:column}.q-select__dialog>.scroll{position:relative;background:inherit}body.mobile:not(.native-mobile) .q-select__dialog{max-height:calc(100vh - 108px)!important}body.platform-android.native-mobile .q-dialog__inner--top .q-select__dialog{max-height:calc(100vh - 24px)!important}body.platform-android:not(.native-mobile) .q-dialog__inner--top .q-select__dialog{max-height:calc(100vh - 80px)!important}body.platform-ios.native-mobile .q-dialog__inner--top>div{border-radius:4px}body.platform-ios.native-mobile .q-dialog__inner--top .q-select__dialog--focused{max-height:47vh!important}body.platform-ios:not(.native-mobile) .q-dialog__inner--top .q-select__dialog--focused{max-height:50vh!important}.q-separator{border:0;background:#0000001f;margin:0;transition:background .3s,opacity .3s;flex-shrink:0}.q-separator--dark{background:#ffffff47}.q-separator--horizontal{display:block;height:1px}.q-separator--horizontal-inset{margin-left:16px;margin-right:16px}.q-separator--horizontal-item-inset{margin-left:72px;margin-right:0}.q-separator--horizontal-item-thumbnail-inset{margin-left:116px;margin-right:0}.q-separator--vertical{width:1px;height:auto;align-self:stretch}.q-separator--vertical-inset{margin-top:8px;margin-bottom:8px}.q-skeleton{--q-skeleton-speed: 1.5s;background:#0000001f;border-radius:4px;box-sizing:border-box}.q-skeleton--anim{cursor:wait}.q-skeleton:before{content:" "}.q-skeleton--type-text{transform:scaleY(.5)}.q-skeleton--type-circle,.q-skeleton--type-QAvatar{height:48px;width:48px;border-radius:50%}.q-skeleton--type-QBtn{width:90px;height:36px}.q-skeleton--type-QBadge{width:70px;height:16px}.q-skeleton--type-QChip{width:90px;height:28px;border-radius:16px}.q-skeleton--type-QToolbar{height:50px}.q-skeleton--type-QCheckbox,.q-skeleton--type-QRadio{width:40px;height:40px;border-radius:50%}.q-skeleton--type-QToggle{width:56px;height:40px;border-radius:7px}.q-skeleton--type-QSlider,.q-skeleton--type-QRange{height:40px}.q-skeleton--type-QInput{height:56px}.q-skeleton--bordered{border:1px solid rgba(0,0,0,.05)}.q-skeleton--square{border-radius:0}.q-skeleton--anim-fade{animation:q-skeleton--fade var(--q-skeleton-speed) linear .5s infinite}.q-skeleton--anim-pulse{animation:q-skeleton--pulse var(--q-skeleton-speed) ease-in-out .5s infinite}.q-skeleton--anim-pulse-x{animation:q-skeleton--pulse-x var(--q-skeleton-speed) ease-in-out .5s infinite}.q-skeleton--anim-pulse-y{animation:q-skeleton--pulse-y var(--q-skeleton-speed) ease-in-out .5s infinite}.q-skeleton--anim-wave,.q-skeleton--anim-blink,.q-skeleton--anim-pop{position:relative;overflow:hidden;z-index:1}.q-skeleton--anim-wave:after,.q-skeleton--anim-blink:after,.q-skeleton--anim-pop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.q-skeleton--anim-blink:after{background:#ffffffb3;animation:q-skeleton--fade var(--q-skeleton-speed) linear .5s infinite}.q-skeleton--anim-wave:after{background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);animation:q-skeleton--wave var(--q-skeleton-speed) linear .5s infinite}.q-skeleton--dark{background:#ffffff0d}.q-skeleton--dark.q-skeleton--bordered{border:1px solid rgba(255,255,255,.25)}.q-skeleton--dark.q-skeleton--anim-wave:after{background:linear-gradient(90deg,#fff0,#ffffff1a,#fff0)}.q-skeleton--dark.q-skeleton--anim-blink:after{background:#fff3}@keyframes q-skeleton--fade{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes q-skeleton--pulse{0%{transform:scale(1)}50%{transform:scale(.85)}to{transform:scale(1)}}@keyframes q-skeleton--pulse-x{0%{transform:scaleX(1)}50%{transform:scaleX(.75)}to{transform:scaleX(1)}}@keyframes q-skeleton--pulse-y{0%{transform:scaleY(1)}50%{transform:scaleY(.75)}to{transform:scaleY(1)}}@keyframes q-skeleton--wave{0%{transform:translate(-100%)}to{transform:translate(100%)}}.q-slide-item{position:relative;background:#fff}.q-slide-item__left,.q-slide-item__right,.q-slide-item__top,.q-slide-item__bottom{visibility:hidden;font-size:14px;color:#fff}.q-slide-item__left .q-icon,.q-slide-item__right .q-icon,.q-slide-item__top .q-icon,.q-slide-item__bottom .q-icon{font-size:1.714em}.q-slide-item__left{background:#4caf50;padding:8px 16px}.q-slide-item__left>div{transform-origin:left center}.q-slide-item__right{background:#ff9800;padding:8px 16px}.q-slide-item__right>div{transform-origin:right center}.q-slide-item__top{background:#2196f3;padding:16px 8px}.q-slide-item__top>div{transform-origin:top center}.q-slide-item__bottom{background:#9c27b0;padding:16px 8px}.q-slide-item__bottom>div{transform-origin:bottom center}.q-slide-item__content{background:inherit;transition:transform .2s ease-in;-webkit-user-select:none;user-select:none;cursor:pointer}.q-slider{position:relative}.q-slider--h{width:100%}.q-slider--v{height:200px}.q-slider--editable .q-slider__track-container{cursor:grab}.q-slider__track-container{outline:0}.q-slider__track-container--h{width:100%;padding:12px 0}.q-slider__track-container--h .q-slider__selection{will-change:width,left}.q-slider__track-container--v{height:100%;padding:0 12px}.q-slider__track-container--v .q-slider__selection{will-change:height,top}.q-slider__track{color:var(--q-primary);background:#0000001a;border-radius:4px;width:inherit;height:inherit}.q-slider__inner{background:#0000001a;border-radius:inherit;width:100%;height:100%}.q-slider__selection{background:currentColor;border-radius:inherit;width:100%;height:100%}.q-slider__markers{color:#0000004d;border-radius:inherit;width:100%;height:100%}.q-slider__markers:after{content:"";position:absolute;background:currentColor}.q-slider__markers--h{background-image:repeating-linear-gradient(to right,currentColor,currentColor 2px,rgba(255,255,255,0) 0,rgba(255,255,255,0))}.q-slider__markers--h:after{height:100%;width:2px;top:0;right:0}.q-slider__markers--v{background-image:repeating-linear-gradient(to bottom,currentColor,currentColor 2px,rgba(255,255,255,0) 0,rgba(255,255,255,0))}.q-slider__markers--v:after{width:100%;height:2px;left:0;bottom:0}.q-slider__marker-labels-container{position:relative;width:100%;height:100%;min-height:24px;min-width:24px}.q-slider__marker-labels{position:absolute}.q-slider__marker-labels--h-standard{top:0}.q-slider__marker-labels--h-switched{bottom:0}.q-slider__marker-labels--h-ltr{transform:translate(-50%)}.q-slider__marker-labels--h-rtl{transform:translate(50%)}.q-slider__marker-labels--v-standard{left:4px}.q-slider__marker-labels--v-switched{right:4px}.q-slider__marker-labels--v-ltr{transform:translateY(-50%)}.q-slider__marker-labels--v-rtl{transform:translateY(50%)}.q-slider__thumb{z-index:1;outline:0;color:var(--q-primary);transition:transform .18s ease-out,fill .18s ease-out,stroke .18s ease-out}.q-slider__thumb.q-slider--focus{opacity:1!important}.q-slider__thumb--h{top:50%;will-change:left}.q-slider__thumb--h-ltr{transform:scale(1) translate(-50%,-50%)}.q-slider__thumb--h-rtl{transform:scale(1) translate(50%,-50%)}.q-slider__thumb--v{left:50%;will-change:top}.q-slider__thumb--v-ltr{transform:scale(1) translate(-50%,-50%)}.q-slider__thumb--v-rtl{transform:scale(1) translate(-50%,50%)}.q-slider__thumb-shape{top:0;left:0;stroke-width:3.5;stroke:currentColor;transition:transform .28s}.q-slider__thumb-shape path{stroke:currentColor;fill:currentColor}.q-slider__focus-ring{border-radius:50%;opacity:0;transition:transform .26667s ease-out,opacity .26667s ease-out,background-color .26667s ease-out;transition-delay:.14s}.q-slider__pin{opacity:0;white-space:nowrap;transition:opacity .28s ease-out;transition-delay:.14s}.q-slider__pin:before{content:"";width:0;height:0;position:absolute}.q-slider__pin--h:before{border-left:6px solid transparent;border-right:6px solid transparent;left:50%;transform:translate(-50%)}.q-slider__pin--h-standard{bottom:100%}.q-slider__pin--h-standard:before{bottom:2px;border-top:6px solid currentColor}.q-slider__pin--h-switched{top:100%}.q-slider__pin--h-switched:before{top:2px;border-bottom:6px solid currentColor}.q-slider__pin--v{top:0}.q-slider__pin--v:before{top:50%;transform:translateY(-50%);border-top:6px solid transparent;border-bottom:6px solid transparent}.q-slider__pin--v-standard{left:100%}.q-slider__pin--v-standard:before{left:2px;border-right:6px solid currentColor}.q-slider__pin--v-switched{right:100%}.q-slider__pin--v-switched:before{right:2px;border-left:6px solid currentColor}.q-slider__label{z-index:1;white-space:nowrap;position:absolute}.q-slider__label--h{left:50%;transform:translate(-50%)}.q-slider__label--h-standard{bottom:7px}.q-slider__label--h-switched{top:7px}.q-slider__label--v{top:50%;transform:translateY(-50%)}.q-slider__label--v-standard{left:7px}.q-slider__label--v-switched{right:7px}.q-slider__text-container{min-height:25px;padding:2px 8px;border-radius:4px;background:currentColor;position:relative;text-align:center}.q-slider__text{color:#fff;font-size:12px}.q-slider--no-value .q-slider__thumb,.q-slider--no-value .q-slider__inner,.q-slider--no-value .q-slider__selection{opacity:0}.q-slider--focus .q-slider__focus-ring,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__focus-ring{background:currentColor;transform:scale3d(1.55,1.55,1);opacity:.25}.q-slider--focus .q-slider__thumb,.q-slider--focus .q-slider__inner,.q-slider--focus .q-slider__selection,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__thumb,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__inner,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__selection{opacity:1}.q-slider--inactive .q-slider__thumb--h{transition:left .28s,right .28s}.q-slider--inactive .q-slider__thumb--v{transition:top .28s,bottom .28s}.q-slider--inactive .q-slider__selection{transition:width .28s,left .28s,right .28s,height .28s,top .28s,bottom .28s}.q-slider--inactive .q-slider__text-container{transition:transform .28s}.q-slider--active{cursor:grabbing}.q-slider--active .q-slider__thumb-shape{transform:scale(1.5)}.q-slider--active .q-slider__focus-ring,.q-slider--active.q-slider--label .q-slider__thumb-shape{transform:scale(0)!important}body.desktop .q-slider.q-slider--enabled .q-slider__track-container:hover .q-slider__pin,.q-slider--label.q-slider--active .q-slider__pin,.q-slider--label .q-slider--focus .q-slider__pin,.q-slider--label.q-slider--label-always .q-slider__pin{opacity:1}.q-slider--dark .q-slider__track,.q-slider--dark .q-slider__inner{background:#ffffff1a}.q-slider--dark .q-slider__markers{color:#ffffff4d}.q-slider--dense .q-slider__track-container--h{padding:6px 0}.q-slider--dense .q-slider__track-container--v{padding:0 6px}.q-space{flex-grow:1!important}.q-spinner{vertical-align:middle}.q-spinner-mat{animation:q-spin 2s linear infinite;transform-origin:center center}.q-spinner-mat .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:q-mat-dash 1.5s ease-in-out infinite}@keyframes q-spin{0%{transform:rotate3d(0,0,1,0)}25%{transform:rotate3d(0,0,1,90deg)}50%{transform:rotate3d(0,0,1,180deg)}75%{transform:rotate3d(0,0,1,270deg)}to{transform:rotate3d(0,0,1,359deg)}}@keyframes q-mat-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.q-splitter__panel{position:relative;z-index:0}.q-splitter__panel>.q-splitter{width:100%;height:100%}.q-splitter__separator{background-color:#0000001f;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.q-splitter__separator-area>*{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.q-splitter--dark .q-splitter__separator{background-color:#ffffff47}.q-splitter--vertical>.q-splitter__panel{height:100%}.q-splitter--vertical.q-splitter--active{cursor:col-resize}.q-splitter--vertical>.q-splitter__separator{width:1px}.q-splitter--vertical>.q-splitter__separator>div{left:-6px;right:-6px}.q-splitter--vertical.q-splitter--workable>.q-splitter__separator{cursor:col-resize}.q-splitter--horizontal>.q-splitter__panel{width:100%}.q-splitter--horizontal.q-splitter--active{cursor:row-resize}.q-splitter--horizontal>.q-splitter__separator{height:1px}.q-splitter--horizontal>.q-splitter__separator>div{top:-6px;bottom:-6px}.q-splitter--horizontal.q-splitter--workable>.q-splitter__separator{cursor:row-resize}.q-splitter__before,.q-splitter__after{overflow:auto}.q-stepper{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;border-radius:4px;background:#fff}.q-stepper__title{font-size:14px;line-height:1.285714;letter-spacing:.1px}.q-stepper__caption{font-size:12px;line-height:1.16667}.q-stepper__dot{contain:layout;margin-right:8px;font-size:14px;width:24px;min-width:24px;height:24px;border-radius:50%;background:currentColor}.q-stepper__dot span{color:#fff}.q-stepper__tab{padding:8px 24px;font-size:14px;color:#9e9e9e;flex-direction:row}.q-stepper--dark{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-stepper--dark .q-stepper__dot span{color:#000}.q-stepper__tab--navigation{-webkit-user-select:none;user-select:none;cursor:pointer}.q-stepper__tab--active,.q-stepper__tab--done{color:var(--q-primary)}.q-stepper__tab--active .q-stepper__dot,.q-stepper__tab--active .q-stepper__label,.q-stepper__tab--done .q-stepper__dot,.q-stepper__tab--done .q-stepper__label{text-shadow:0 0 0 currentColor}.q-stepper__tab--disabled .q-stepper__dot{background:#00000038}.q-stepper__tab--disabled .q-stepper__label{color:#00000052}.q-stepper__tab--error{color:var(--q-negative)}.q-stepper__tab--error-with-icon .q-stepper__dot{background:transparent!important}.q-stepper__tab--error-with-icon .q-stepper__dot span{color:currentColor;font-size:24px}.q-stepper__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-stepper__header--border{border-bottom:1px solid rgba(0,0,0,.12)}.q-stepper__header--standard-labels .q-stepper__tab{min-height:72px;justify-content:center}.q-stepper__header--standard-labels .q-stepper__tab:first-child{justify-content:flex-start}.q-stepper__header--standard-labels .q-stepper__tab:last-child{justify-content:flex-end}.q-stepper__header--standard-labels .q-stepper__tab:only-child{justify-content:center}.q-stepper__header--standard-labels .q-stepper__dot:after{display:none}.q-stepper__header--alternative-labels .q-stepper__tab{min-height:104px;padding:24px 32px;flex-direction:column;justify-content:flex-start}.q-stepper__header--alternative-labels .q-stepper__dot{margin-right:0}.q-stepper__header--alternative-labels .q-stepper__label{margin-top:8px;text-align:center}.q-stepper__header--alternative-labels .q-stepper__label:before,.q-stepper__header--alternative-labels .q-stepper__label:after{display:none}.q-stepper__header--contracted,.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab{min-height:72px}.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:first-child{align-items:flex-start}.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:last-child{align-items:flex-end}.q-stepper__header--contracted .q-stepper__tab{padding:24px 0}.q-stepper__header--contracted .q-stepper__tab:first-child .q-stepper__dot{transform:translate(24px)}.q-stepper__header--contracted .q-stepper__tab:last-child .q-stepper__dot{transform:translate(-24px)}.q-stepper__header--contracted .q-stepper__tab:not(:last-child) .q-stepper__dot:after{display:block!important}.q-stepper__header--contracted .q-stepper__dot{margin:0}.q-stepper__header--contracted .q-stepper__label{display:none}.q-stepper__nav{padding-top:24px}.q-stepper--flat{box-shadow:none}.q-stepper--bordered{border:1px solid rgba(0,0,0,.12)}.q-stepper--horizontal .q-stepper__step-inner{padding:24px}.q-stepper--horizontal .q-stepper__tab:first-child{border-top-left-radius:inherit}.q-stepper--horizontal .q-stepper__tab:last-child{border-top-right-radius:inherit}.q-stepper--horizontal .q-stepper__tab:first-child .q-stepper__dot:before,.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__label:after,.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__dot:after{display:none}.q-stepper--horizontal .q-stepper__tab{overflow:hidden}.q-stepper--horizontal .q-stepper__line{contain:layout}.q-stepper--horizontal .q-stepper__line:before,.q-stepper--horizontal .q-stepper__line:after{position:absolute;top:50%;height:1px;width:100vw;background:#0000001f}.q-stepper--horizontal .q-stepper__label:after,.q-stepper--horizontal .q-stepper__dot:after{content:"";left:100%;margin-left:8px}.q-stepper--horizontal .q-stepper__dot:before{content:"";right:100%;margin-right:8px}.q-stepper--horizontal>.q-stepper__nav{padding:0 24px 24px}.q-stepper--vertical{padding:16px 0}.q-stepper--vertical .q-stepper__tab{padding:12px 24px}.q-stepper--vertical .q-stepper__title{line-height:18px}.q-stepper--vertical .q-stepper__step-inner{padding:0 24px 32px 60px}.q-stepper--vertical>.q-stepper__nav{padding:24px 24px 0}.q-stepper--vertical .q-stepper__step{overflow:hidden}.q-stepper--vertical .q-stepper__dot{margin-right:12px}.q-stepper--vertical .q-stepper__dot:before,.q-stepper--vertical .q-stepper__dot:after{content:"";position:absolute;left:50%;width:1px;height:99999px;background:#0000001f}.q-stepper--vertical .q-stepper__dot:before{bottom:100%;margin-bottom:8px}.q-stepper--vertical .q-stepper__dot:after{top:100%;margin-top:8px}.q-stepper--vertical .q-stepper__step:first-child .q-stepper__dot:before,.q-stepper--vertical .q-stepper__step:last-child .q-stepper__dot:after{display:none}.q-stepper--vertical .q-stepper__step:last-child .q-stepper__step-inner{padding-bottom:8px}.q-stepper--dark.q-stepper--bordered,.q-stepper--dark .q-stepper__header--border{border-color:#ffffff47}.q-stepper--dark.q-stepper--horizontal .q-stepper__line:before,.q-stepper--dark.q-stepper--horizontal .q-stepper__line:after{background:#ffffff47}.q-stepper--dark.q-stepper--vertical .q-stepper__dot:before,.q-stepper--dark.q-stepper--vertical .q-stepper__dot:after{background:#ffffff47}.q-stepper--dark .q-stepper__tab--disabled{color:#ffffff47}.q-stepper--dark .q-stepper__tab--disabled .q-stepper__dot{background:#ffffff47}.q-stepper--dark .q-stepper__tab--disabled .q-stepper__label{color:#ffffff8a}.q-tab-panels{background:#fff}.q-tab-panel{padding:16px}.q-markup-table{overflow:auto;background:#fff}.q-table{width:100%;max-width:100%;border-collapse:separate;border-spacing:0}.q-table thead tr,.q-table tbody td{height:48px}.q-table th{font-weight:500;font-size:12px;-webkit-user-select:none;user-select:none}.q-table th.sortable{cursor:pointer}.q-table th.sortable:hover .q-table__sort-icon{opacity:.64}.q-table th.sorted .q-table__sort-icon{opacity:.86!important}.q-table th.sort-desc .q-table__sort-icon{transform:rotate(180deg)}.q-table th,.q-table td{padding:7px 16px;background-color:inherit}.q-table thead,.q-table td,.q-table th{border-style:solid;border-width:0}.q-table tbody td{font-size:13px}.q-table__card{color:#000;background-color:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-table__card .q-table__middle{flex:1 1 auto}.q-table__card .q-table__top,.q-table__card .q-table__bottom{flex:0 0 auto}.q-table__container{position:relative}.q-table__container>div:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-table__container>div:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.q-table__container>.q-inner-loading{border-radius:inherit!important}.q-table__top{padding:12px 16px}.q-table__top .q-table__control{flex-wrap:wrap}.q-table__title{font-size:20px;letter-spacing:.005em;font-weight:400}.q-table__separator{min-width:8px!important}.q-table__progress{height:0!important}.q-table__progress th{padding:0!important;border:0!important}.q-table__progress .q-linear-progress{position:absolute;bottom:0}.q-table__middle{max-width:100%}.q-table__bottom{min-height:50px;padding:4px 14px 4px 16px;font-size:12px}.q-table__bottom .q-table__control{min-height:24px}.q-table__bottom-nodata-icon{font-size:200%;margin-right:8px}.q-table__bottom-item{margin-right:16px}.q-table__control{display:flex;align-items:center}.q-table__sort-icon{transition:transform .3s cubic-bezier(.25,.8,.5,1);opacity:0;font-size:120%}.q-table__sort-icon--left,.q-table__sort-icon--center{margin-left:4px}.q-table__sort-icon--right{margin-right:4px}.q-table--col-auto-width{width:1px}.q-table__card--dark,.q-table--dark{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-table--flat{box-shadow:none}.q-table--bordered{border:1px solid rgba(0,0,0,.12)}.q-table--square{border-radius:0}.q-table__linear-progress{height:2px}.q-table--no-wrap th,.q-table--no-wrap td{white-space:nowrap}.q-table--grid{box-shadow:none;border-radius:4px}.q-table--grid .q-table__top{padding-bottom:4px}.q-table--grid .q-table__middle{min-height:2px;margin-bottom:4px}.q-table--grid .q-table__middle thead,.q-table--grid .q-table__middle thead th{border:0!important}.q-table--grid .q-table__linear-progress{bottom:0}.q-table--grid .q-table__bottom{border-top:0}.q-table--grid .q-table__grid-content{flex:1 1 auto}.q-table--grid.fullscreen{background:inherit}.q-table__grid-item-card{vertical-align:top;padding:12px}.q-table__grid-item-card .q-separator{margin:12px 0}.q-table__grid-item-row+.q-table__grid-item-row{margin-top:8px}.q-table__grid-item-title{opacity:.54;font-weight:500;font-size:12px}.q-table__grid-item-value{font-size:13px}.q-table__grid-item{padding:4px;transition:transform .3s cubic-bezier(.25,.8,.5,1)}.q-table__grid-item--selected{transform:scale(.95)}.q-table--horizontal-separator thead th,.q-table--horizontal-separator tbody tr:not(:last-child)>td,.q-table--cell-separator thead th,.q-table--cell-separator tbody tr:not(:last-child)>td{border-bottom-width:1px}.q-table--vertical-separator td,.q-table--vertical-separator th,.q-table--cell-separator td,.q-table--cell-separator th{border-left-width:1px}.q-table--vertical-separator thead tr:last-child th,.q-table--vertical-separator.q-table--loading tr:nth-last-child(2) th,.q-table--cell-separator thead tr:last-child th,.q-table--cell-separator.q-table--loading tr:nth-last-child(2) th{border-bottom-width:1px}.q-table--vertical-separator td:first-child,.q-table--vertical-separator th:first-child,.q-table--cell-separator td:first-child,.q-table--cell-separator th:first-child{border-left:0}.q-table--vertical-separator .q-table__top,.q-table--cell-separator .q-table__top{border-bottom:1px solid rgba(0,0,0,.12)}.q-table--dense .q-table__top{padding:6px 16px}.q-table--dense .q-table__bottom{min-height:33px}.q-table--dense .q-table__sort-icon{font-size:110%}.q-table--dense .q-table th,.q-table--dense .q-table td{padding:4px 8px}.q-table--dense .q-table thead tr,.q-table--dense .q-table tbody tr,.q-table--dense .q-table tbody td{height:28px}.q-table--dense .q-table th:first-child,.q-table--dense .q-table td:first-child{padding-left:16px}.q-table--dense .q-table th:last-child,.q-table--dense .q-table td:last-child{padding-right:16px}.q-table--dense .q-table__bottom-item{margin-right:8px}.q-table--dense .q-table__select .q-field__control,.q-table--dense .q-table__select .q-field__native{min-height:24px;padding:0}.q-table--dense .q-table__select .q-field__marginal{height:24px}.q-table__bottom{border-top:1px solid rgba(0,0,0,.12)}.q-table thead,.q-table tr,.q-table th,.q-table td{border-color:#0000001f}.q-table tbody td{position:relative}.q-table tbody td:before,.q-table tbody td:after{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.q-table tbody td:before{background:#00000008}.q-table tbody td:after{background:#0000000f}.q-table tbody tr.selected td:after{content:""}body.desktop .q-table>tbody>tr:not(.q-tr--no-hover):hover>td:not(.q-td--no-hover):before{content:""}.q-table__card--dark,.q-table--dark,.q-table--dark .q-table__bottom,.q-table--dark thead,.q-table--dark tr,.q-table--dark th,.q-table--dark td{border-color:#ffffff47}.q-table--dark tbody td:before{background:#ffffff12}.q-table--dark tbody td:after{background:#ffffff1a}.q-table--dark.q-table--vertical-separator .q-table__top,.q-table--dark.q-table--cell-separator .q-table__top{border-color:#ffffff47}.q-tab{padding:0 16px;min-height:48px;transition:color .3s,background-color .3s;text-transform:uppercase;white-space:nowrap;color:inherit;text-decoration:none}.q-tab--full{min-height:72px}.q-tab--no-caps{text-transform:none}.q-tab__content{height:inherit;padding:4px 0;min-width:40px}.q-tab__content--inline .q-tab__icon+.q-tab__label{padding-left:8px}.q-tab__content .q-chip--floating{top:0;right:-16px}.q-tab__icon{width:24px;height:24px;font-size:24px}.q-tab__label{font-size:14px;line-height:1.715em;font-weight:500}.q-tab .q-badge{top:3px;right:-12px}.q-tab__alert,.q-tab__alert-icon{position:absolute}.q-tab__alert{top:7px;right:-9px;height:10px;width:10px;border-radius:50%;background:currentColor}.q-tab__alert-icon{top:2px;right:-12px;font-size:18px}.q-tab__indicator{opacity:0;height:2px;background:currentColor}.q-tab--active .q-tab__indicator{opacity:1;transform-origin:left}.q-tab--inactive{opacity:.85}.q-tabs{position:relative;transition:color .3s,background-color .3s}.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--horizontal{padding-left:36px;padding-right:36px}.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--vertical{padding-top:36px;padding-bottom:36px}.q-tabs--scrollable.q-tabs__arrows--outside .q-tabs__arrow--faded{opacity:.3;pointer-events:none}.q-tabs--scrollable.q-tabs__arrows--inside .q-tabs__arrow--faded{display:none}.q-tabs--not-scrollable.q-tabs__arrows--outside,body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows.q-tabs__arrows--outside{padding-left:0;padding-right:0}.q-tabs--not-scrollable .q-tabs__arrow,body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows .q-tabs__arrow{display:none}.q-tabs--not-scrollable .q-tabs__content,body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows .q-tabs__content{border-radius:inherit}.q-tabs__arrow{cursor:pointer;font-size:32px;min-width:36px;text-shadow:0 0 3px #fff,0 0 1px #fff,0 0 1px #000;transition:opacity .3s}.q-tabs__content{overflow:hidden;flex:1 1 auto}.q-tabs__content--align-center{justify-content:center}.q-tabs__content--align-right{justify-content:flex-end}.q-tabs__content--align-justify .q-tab{flex:1 1 auto}.q-tabs__offset{display:none}.q-tabs--horizontal .q-tabs__arrow{height:100%}.q-tabs--horizontal .q-tabs__arrow--left{top:0;left:0;bottom:0}.q-tabs--horizontal .q-tabs__arrow--right{top:0;right:0;bottom:0}.q-tabs--vertical,.q-tabs--vertical .q-tabs__content{display:block!important;height:100%}.q-tabs--vertical .q-tabs__arrow{width:100%;height:36px;text-align:center}.q-tabs--vertical .q-tabs__arrow--left{top:0;left:0;right:0}.q-tabs--vertical .q-tabs__arrow--right{left:0;right:0;bottom:0}.q-tabs--vertical .q-tab{padding:0 8px}.q-tabs--vertical .q-tab__indicator{height:unset;width:2px}.q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content{height:100%}.q-tabs--vertical.q-tabs--dense .q-tab__content{min-width:24px}.q-tabs--dense .q-tab{min-height:36px}.q-tabs--dense .q-tab--full{min-height:52px}.q-time{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;border-radius:4px;background:#fff;outline:0;width:290px;min-width:290px;max-width:100%}.q-time--bordered{border:1px solid rgba(0,0,0,.12)}.q-time__header{border-top-left-radius:inherit;color:#fff;background-color:var(--q-primary);padding:16px;font-weight:300}.q-time__actions{padding:0 16px 16px}.q-time__header-label{font-size:28px;line-height:1;letter-spacing:-.00833em}.q-time__header-label>div+div{margin-left:4px}.q-time__link{opacity:.56;outline:0;transition:opacity .3s ease-out}.q-time__link--active,.q-time__link:hover,.q-time__link:focus{opacity:1}.q-time__header-ampm{font-size:16px;letter-spacing:.1em}.q-time__content{padding:16px}.q-time__content:before{content:"";display:block;padding-bottom:100%}.q-time__container-parent{padding:16px}.q-time__container-child{border-radius:50%;background:#0000001f}.q-time__clock{padding:24px;width:100%;height:100%;max-width:100%;max-height:100%;font-size:14px}.q-time__clock-circle{position:relative}.q-time__clock-center{height:6px;width:6px;margin:auto;border-radius:50%;min-height:0;background:currentColor}.q-time__clock-pointer{width:2px;height:50%;transform-origin:0 0;min-height:0;position:absolute;left:50%;right:0;bottom:0;color:var(--q-primary);background:currentColor;transform:translate(-50%)}.q-time__clock-pointer:before,.q-time__clock-pointer:after{content:"";position:absolute;left:50%;border-radius:50%;background:currentColor;transform:translate(-50%)}.q-time__clock-pointer:before{bottom:-4px;width:8px;height:8px}.q-time__clock-pointer:after{top:-3px;height:6px;width:6px}.q-time__clock-position{position:absolute;min-height:32px;width:32px;height:32px;font-size:12px;line-height:32px;margin:0;padding:0;transform:translate(-50%,-50%);border-radius:50%}.q-time__clock-position--disable{opacity:.4}.q-time__clock-position--active{background-color:var(--q-primary);color:#fff}.q-time__clock-pos-0{top:0%;left:50%}.q-time__clock-pos-1{top:6.7%;left:75%}.q-time__clock-pos-2{top:25%;left:93.3%}.q-time__clock-pos-3{top:50%;left:100%}.q-time__clock-pos-4{top:75%;left:93.3%}.q-time__clock-pos-5{top:93.3%;left:75%}.q-time__clock-pos-6{top:100%;left:50%}.q-time__clock-pos-7{top:93.3%;left:25%}.q-time__clock-pos-8{top:75%;left:6.7%}.q-time__clock-pos-9{top:50%;left:0%}.q-time__clock-pos-10{top:25%;left:6.7%}.q-time__clock-pos-11{top:6.7%;left:25%}.q-time__clock-pos-12{top:15%;left:50%}.q-time__clock-pos-13{top:19.69%;left:67.5%}.q-time__clock-pos-14{top:32.5%;left:80.31%}.q-time__clock-pos-15{top:50%;left:85%}.q-time__clock-pos-16{top:67.5%;left:80.31%}.q-time__clock-pos-17{top:80.31%;left:67.5%}.q-time__clock-pos-18{top:85%;left:50%}.q-time__clock-pos-19{top:80.31%;left:32.5%}.q-time__clock-pos-20{top:67.5%;left:19.69%}.q-time__clock-pos-21{top:50%;left:15%}.q-time__clock-pos-22{top:32.5%;left:19.69%}.q-time__clock-pos-23{top:19.69%;left:32.5%}.q-time__now-button{background-color:var(--q-primary);color:#fff;top:12px;right:12px}.q-time.disabled .q-time__header-ampm,.q-time.disabled .q-time__content,.q-time--readonly .q-time__header-ampm,.q-time--readonly .q-time__content{pointer-events:none}.q-time--portrait{display:inline-flex;flex-direction:column}.q-time--portrait .q-time__header{border-top-right-radius:inherit;min-height:86px}.q-time--portrait .q-time__header-ampm{margin-left:12px}.q-time--portrait.q-time--bordered .q-time__content{margin:1px 0}.q-time--landscape{display:inline-flex;align-items:stretch;min-width:420px}.q-time--landscape>div{display:flex;flex-direction:column;justify-content:center}.q-time--landscape .q-time__header{border-bottom-left-radius:inherit;min-width:156px}.q-time--landscape .q-time__header-ampm{margin-top:12px}.q-time--dark{border-color:#ffffff47;box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-timeline{padding:0;width:100%;list-style:none}.q-timeline h6{line-height:inherit}.q-timeline--dark{color:#fff}.q-timeline--dark .q-timeline__subtitle{opacity:.7}.q-timeline__content{padding-bottom:24px}.q-timeline__title{margin-top:0;margin-bottom:16px}.q-timeline__subtitle{font-size:12px;margin-bottom:8px;opacity:.6;text-transform:uppercase;letter-spacing:1px;font-weight:700}.q-timeline__dot{position:absolute;top:0;bottom:0;width:15px}.q-timeline__dot:before,.q-timeline__dot:after{content:"";background:currentColor;display:block;position:absolute}.q-timeline__dot:before{border:3px solid transparent;border-radius:100%;height:15px;width:15px;top:4px;left:0;transition:background .3s ease-in-out,border .3s ease-in-out}.q-timeline__dot:after{width:3px;opacity:.4;top:24px;bottom:0;left:6px}.q-timeline__dot .q-icon{position:absolute;top:0;left:0;right:0;font-size:16px;height:38px;line-height:38px;width:100%;color:#fff}.q-timeline__dot .q-icon>svg,.q-timeline__dot .q-icon>img{width:1em;height:1em}.q-timeline__dot-img{position:absolute;top:4px;left:0;right:0;height:31px;width:31px;background:currentColor;border-radius:50%}.q-timeline__heading{position:relative}.q-timeline__heading:first-child .q-timeline__heading-title{padding-top:0}.q-timeline__heading:last-child .q-timeline__heading-title{padding-bottom:0}.q-timeline__heading-title{padding:32px 0;margin:0}.q-timeline__entry{position:relative;line-height:22px}.q-timeline__entry:last-child{padding-bottom:0!important}.q-timeline__entry:last-child .q-timeline__dot:after{content:none}.q-timeline__entry--icon .q-timeline__dot{width:31px}.q-timeline__entry--icon .q-timeline__dot:before{height:31px;width:31px}.q-timeline__entry--icon .q-timeline__dot:after{top:41px;left:14px}.q-timeline__entry--icon .q-timeline__subtitle{padding-top:8px}.q-timeline--dense--right .q-timeline__entry{padding-left:40px}.q-timeline--dense--right .q-timeline__entry--icon .q-timeline__dot{left:-8px}.q-timeline--dense--right .q-timeline__dot{left:0}.q-timeline--dense--left .q-timeline__heading{text-align:right}.q-timeline--dense--left .q-timeline__entry{padding-right:40px}.q-timeline--dense--left .q-timeline__entry--icon .q-timeline__dot{right:-8px}.q-timeline--dense--left .q-timeline__content,.q-timeline--dense--left .q-timeline__title,.q-timeline--dense--left .q-timeline__subtitle{text-align:right}.q-timeline--dense--left .q-timeline__dot{right:0}.q-timeline--comfortable{display:table}.q-timeline--comfortable .q-timeline__heading{display:table-row;font-size:200%}.q-timeline--comfortable .q-timeline__heading>div{display:table-cell}.q-timeline--comfortable .q-timeline__entry{display:table-row;padding:0}.q-timeline--comfortable .q-timeline__entry--icon .q-timeline__content{padding-top:8px}.q-timeline--comfortable .q-timeline__subtitle,.q-timeline--comfortable .q-timeline__dot,.q-timeline--comfortable .q-timeline__content{display:table-cell;vertical-align:top}.q-timeline--comfortable .q-timeline__subtitle{width:35%}.q-timeline--comfortable .q-timeline__dot{position:relative;min-width:31px}.q-timeline--comfortable--right .q-timeline__heading .q-timeline__heading-title{margin-left:-50px}.q-timeline--comfortable--right .q-timeline__subtitle{text-align:right;padding-right:30px}.q-timeline--comfortable--right .q-timeline__content{padding-left:30px}.q-timeline--comfortable--right .q-timeline__entry--icon .q-timeline__dot{left:-8px}.q-timeline--comfortable--left .q-timeline__heading{text-align:right}.q-timeline--comfortable--left .q-timeline__heading .q-timeline__heading-title{margin-right:-50px}.q-timeline--comfortable--left .q-timeline__subtitle{padding-left:30px}.q-timeline--comfortable--left .q-timeline__content{padding-right:30px}.q-timeline--comfortable--left .q-timeline__content,.q-timeline--comfortable--left .q-timeline__title{text-align:right}.q-timeline--comfortable--left .q-timeline__entry--icon .q-timeline__dot{right:0}.q-timeline--comfortable--left .q-timeline__dot{right:-8px}.q-timeline--loose .q-timeline__heading-title{text-align:center;margin-left:0}.q-timeline--loose .q-timeline__entry,.q-timeline--loose .q-timeline__subtitle,.q-timeline--loose .q-timeline__dot,.q-timeline--loose .q-timeline__content{display:block;margin:0;padding:0}.q-timeline--loose .q-timeline__dot{position:absolute;left:50%;margin-left:-7.15px}.q-timeline--loose .q-timeline__entry{padding-bottom:24px;overflow:hidden}.q-timeline--loose .q-timeline__entry--icon .q-timeline__dot{margin-left:-15px}.q-timeline--loose .q-timeline__entry--icon .q-timeline__subtitle{line-height:38px}.q-timeline--loose .q-timeline__entry--icon .q-timeline__content{padding-top:8px}.q-timeline--loose .q-timeline__entry--left .q-timeline__content,.q-timeline--loose .q-timeline__entry--right .q-timeline__subtitle{float:left;padding-right:30px;text-align:right}.q-timeline--loose .q-timeline__entry--left .q-timeline__subtitle,.q-timeline--loose .q-timeline__entry--right .q-timeline__content{float:right;text-align:left;padding-left:30px}.q-timeline--loose .q-timeline__subtitle,.q-timeline--loose .q-timeline__content{width:50%}.q-toggle{vertical-align:middle}.q-toggle__native{width:1px;height:1px}.q-toggle__track{height:.35em;border-radius:.175em;opacity:.38;background:currentColor}.q-toggle__thumb{top:.25em;left:.25em;width:.5em;height:.5em;transition:left .22s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;z-index:0}.q-toggle__thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#fff;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.q-toggle__thumb .q-icon{font-size:.3em;min-width:1em;color:#000;opacity:.54;z-index:1}.q-toggle__inner{font-size:40px;width:1.4em;min-width:1.4em;height:1em;padding:.325em .3em;-webkit-print-color-adjust:exact}.q-toggle__inner--indet .q-toggle__thumb{left:.45em}.q-toggle__inner--truthy{color:var(--q-primary)}.q-toggle__inner--truthy .q-toggle__track{opacity:.54}.q-toggle__inner--truthy .q-toggle__thumb{left:.65em}.q-toggle__inner--truthy .q-toggle__thumb:after{background-color:currentColor}.q-toggle__inner--truthy .q-toggle__thumb .q-icon{color:#fff;opacity:1}.q-toggle.disabled{opacity:.75!important}.q-toggle--dark .q-toggle__inner{color:#fff}.q-toggle--dark .q-toggle__inner--truthy{color:var(--q-primary)}.q-toggle--dark .q-toggle__thumb:after{box-shadow:none}.q-toggle--dark .q-toggle__thumb:before{opacity:.32!important}.q-toggle--dense .q-toggle__inner{width:.8em;min-width:.8em;height:.5em;padding:.07625em 0}.q-toggle--dense .q-toggle__thumb{top:0;left:0}.q-toggle--dense .q-toggle__inner--indet .q-toggle__thumb{left:.15em}.q-toggle--dense .q-toggle__inner--truthy .q-toggle__thumb{left:.3em}.q-toggle--dense .q-toggle__label{padding-left:.5em}.q-toggle--dense.reverse .q-toggle__label{padding-left:0;padding-right:.5em}body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:currentColor;opacity:.12;transform:scale3d(0,0,1);transition:transform .22s cubic-bezier(0,0,.2,1)}body.desktop .q-toggle:not(.disabled):focus .q-toggle__thumb:before,body.desktop .q-toggle:not(.disabled):hover .q-toggle__thumb:before{transform:scale3d(2,2,1)}body.desktop .q-toggle--dense:not(.disabled):focus .q-toggle__thumb:before,body.desktop .q-toggle--dense:not(.disabled):hover .q-toggle__thumb:before{transform:scale3d(1.5,1.5,1)}.q-toolbar{position:relative;padding:0 12px;min-height:50px;width:100%}.q-toolbar--inset{padding-left:58px}.q-toolbar .q-avatar{font-size:38px}.q-toolbar__title{flex:1 1 0%;min-width:1px;max-width:100%;font-size:21px;font-weight:400;letter-spacing:.01em;padding:0 12px}.q-toolbar__title:first-child{padding-left:0}.q-toolbar__title:last-child{padding-right:0}.q-tooltip--style{font-size:10px;color:#fafafa;background:#757575;border-radius:4px;text-transform:none;font-weight:400}.q-tooltip{z-index:9000;position:fixed!important;overflow-y:auto;overflow-x:hidden;padding:6px 10px}@media (max-width: 599.98px){.q-tooltip{font-size:14px;padding:8px 16px}}.q-tree{position:relative;color:#9e9e9e}.q-tree__node{padding:0 0 3px 22px}.q-tree__node:after{content:"";position:absolute;top:-3px;bottom:0;width:2px;right:auto;left:-13px;border-left:1px solid currentColor}.q-tree__node:last-child:after{display:none}.q-tree__node--disabled{pointer-events:none}.q-tree__node--disabled .disabled{opacity:1!important}.q-tree__node--disabled>div,.q-tree__node--disabled>i,.q-tree__node--disabled>.disabled{opacity:.6!important}.q-tree__node--disabled>div .q-tree__node--disabled>div,.q-tree__node--disabled>div .q-tree__node--disabled>i,.q-tree__node--disabled>div .q-tree__node--disabled>.disabled,.q-tree__node--disabled>i .q-tree__node--disabled>div,.q-tree__node--disabled>i .q-tree__node--disabled>i,.q-tree__node--disabled>i .q-tree__node--disabled>.disabled,.q-tree__node--disabled>.disabled .q-tree__node--disabled>div,.q-tree__node--disabled>.disabled .q-tree__node--disabled>i,.q-tree__node--disabled>.disabled .q-tree__node--disabled>.disabled{opacity:1!important}.q-tree__node-header:before{content:"";position:absolute;top:-3px;bottom:50%;width:31px;left:-35px;border-left:1px solid currentColor;border-bottom:1px solid currentColor}.q-tree__children{padding-left:25px}.q-tree__node-body{padding:5px 0 8px 5px}.q-tree__node--parent{padding-left:2px}.q-tree__node--parent>.q-tree__node-header:before{width:15px;left:-15px}.q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body{padding:5px 0 8px 27px}.q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body:after{content:"";position:absolute;top:0;width:2px;height:100%;right:auto;left:12px;border-left:1px solid currentColor;bottom:50px}.q-tree__node--link{cursor:pointer}.q-tree__node-header{padding:4px;margin-top:3px;border-radius:4px;outline:0}.q-tree__node-header-content{color:#000;transition:color .3s}.q-tree__node--selected .q-tree__node-header-content{color:#9e9e9e}.q-tree__icon,.q-tree__node-header-content .q-icon{font-size:21px}.q-tree__img{height:42px;border-radius:2px}.q-tree__avatar,.q-tree__node-header-content .q-avatar{font-size:28px;border-radius:50%;width:28px;height:28px}.q-tree__arrow,.q-tree__spinner{font-size:16px;margin-right:4px}.q-tree__arrow{transition:transform .3s}.q-tree__arrow--rotate{transform:rotate3d(0,0,1,90deg)}.q-tree__tickbox{margin-right:4px}.q-tree>.q-tree__node{padding:0}.q-tree>.q-tree__node:after,.q-tree>.q-tree__node>.q-tree__node-header:before{display:none}.q-tree>.q-tree__node--child>.q-tree__node-header{padding-left:24px}.q-tree--dark .q-tree__node-header-content{color:#fff}.q-tree--no-connectors .q-tree__node:after,.q-tree--no-connectors .q-tree__node-header:before,.q-tree--no-connectors .q-tree__node-body:after{display:none!important}.q-tree--dense>.q-tree__node--child>.q-tree__node-header{padding-left:1px}.q-tree--dense .q-tree__arrow,.q-tree--dense .q-tree__spinner{margin-right:1px}.q-tree--dense .q-tree__img{height:32px}.q-tree--dense .q-tree__tickbox{margin-right:3px}.q-tree--dense .q-tree__node{padding:0}.q-tree--dense .q-tree__node:after{top:0;left:-8px}.q-tree--dense .q-tree__node-header{margin-top:0;padding:1px}.q-tree--dense .q-tree__node-header:before{top:0;left:-8px;width:8px}.q-tree--dense .q-tree__node--child{padding-left:17px}.q-tree--dense .q-tree__node--child>.q-tree__node-header:before{left:-25px;width:21px}.q-tree--dense .q-tree__node-body{padding:0 0 2px}.q-tree--dense .q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body{padding:0 0 2px 20px}.q-tree--dense .q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body:after{left:8px}.q-tree--dense .q-tree__children{padding-left:16px}[dir=rtl] .q-tree__arrow{transform:rotate3d(0,0,1,180deg)}[dir=rtl] .q-tree__arrow--rotate{transform:rotate3d(0,0,1,90deg)}.q-uploader{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;border-radius:4px;vertical-align:top;background:#fff;position:relative;width:320px;max-height:320px}.q-uploader--bordered{border:1px solid rgba(0,0,0,.12)}.q-uploader__input{opacity:0;width:100%;height:100%;cursor:pointer!important;z-index:1}.q-uploader__input::-webkit-file-upload-button{cursor:pointer}.q-uploader__file:before{content:"";border-top-left-radius:inherit;border-top-right-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:currentColor;opacity:.04}.q-uploader__header{position:relative;border-top-left-radius:inherit;border-top-right-radius:inherit;background-color:var(--q-primary);color:#fff;width:100%}.q-uploader__spinner{font-size:24px;margin-right:4px}.q-uploader__header-content{padding:8px}.q-uploader__dnd{outline:1px dashed currentColor;outline-offset:-4px;background:#fff9}.q-uploader__overlay{font-size:36px;color:#000;background-color:#fff9}.q-uploader__list{position:relative;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;padding:8px;min-height:60px;flex:1 1 auto}.q-uploader__file{border-radius:4px 4px 0 0;border:1px solid rgba(0,0,0,.12)}.q-uploader__file .q-circular-progress{font-size:24px}.q-uploader__file--img{color:#fff;height:200px;min-width:200px;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.q-uploader__file--img:before{content:none}.q-uploader__file--img .q-circular-progress{color:#fff}.q-uploader__file--img .q-uploader__file-header{padding-bottom:24px;background:linear-gradient(to bottom,#000000b3 20%,#fff0)}.q-uploader__file+.q-uploader__file{margin-top:8px}.q-uploader__file-header{position:relative;padding:4px 8px;border-top-left-radius:inherit;border-top-right-radius:inherit}.q-uploader__file-header-content{padding-right:8px}.q-uploader__file-status{font-size:24px;margin-right:4px}.q-uploader__title{font-size:14px;font-weight:700;line-height:1.285714;word-break:break-word}.q-uploader__subtitle{font-size:12px;line-height:1.5}.q-uploader--disable .q-uploader__header,.q-uploader--disable .q-uploader__list{pointer-events:none}.q-uploader--dark{border-color:#ffffff47;box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-uploader--dark .q-uploader__file{border-color:#ffffff47}.q-uploader--dark .q-uploader__dnd,.q-uploader--dark .q-uploader__overlay{background:#ffffff4d}.q-uploader--dark .q-uploader__overlay{color:#fff}.q-video{position:relative;overflow:hidden;border-radius:inherit}.q-video iframe,.q-video object,.q-video embed{width:100%;height:100%}.q-video--responsive{height:0}.q-video--responsive iframe,.q-video--responsive object,.q-video--responsive embed{position:absolute;top:0;left:0}.q-virtual-scroll:focus{outline:0}.q-virtual-scroll__content{outline:none;contain:content}.q-virtual-scroll__content>*{overflow-anchor:none}.q-virtual-scroll__content>[data-q-vs-anchor]{overflow-anchor:auto}.q-virtual-scroll__padding{background:linear-gradient(#fff0,#fff0 20%,#80808008 20%,#80808014,#80808008 80%,#fff0 80%,#fff0);background-size:var(--q-virtual-scroll-item-width, 100%) var(--q-virtual-scroll-item-height, 50px)}.q-table .q-virtual-scroll__padding tr{height:0!important}.q-table .q-virtual-scroll__padding td{padding:0!important}.q-virtual-scroll--horizontal{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch}.q-virtual-scroll--horizontal .q-virtual-scroll__content{display:flex;flex-direction:row;flex-wrap:nowrap}.q-virtual-scroll--horizontal .q-virtual-scroll__padding,.q-virtual-scroll--horizontal .q-virtual-scroll__content,.q-virtual-scroll--horizontal .q-virtual-scroll__content>*{flex:0 0 auto}.q-virtual-scroll--horizontal .q-virtual-scroll__padding{background:linear-gradient(to left,#fff0,#fff0 20%,#80808008 20%,#80808014,#80808008 80%,#fff0 80%,#fff0);background-size:var(--q-virtual-scroll-item-width, 50px) var(--q-virtual-scroll-item-height, 100%)}.q-ripple{position:absolute;top:0;left:0;width:100%;height:100%;color:inherit;border-radius:inherit;z-index:0;pointer-events:none;overflow:hidden;contain:strict}.q-ripple__inner{position:absolute;top:0;left:0;opacity:0;color:inherit;border-radius:50%;background:currentColor;pointer-events:none;will-change:transform,opacity}.q-ripple__inner--enter{transition:transform .225s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1)}.q-ripple__inner--leave{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.q-morph--invisible,.q-morph--internal{opacity:0!important;pointer-events:none!important;position:fixed!important;right:200vw!important;bottom:200vh!important}.q-bottom-sheet{padding-bottom:8px}.q-bottom-sheet__avatar{border-radius:50%}.q-bottom-sheet--list{width:400px}.q-bottom-sheet--list .q-icon,.q-bottom-sheet--list img{font-size:24px;width:24px;height:24px}.q-bottom-sheet--grid{width:700px}.q-bottom-sheet--grid .q-bottom-sheet__item{padding:8px;text-align:center;min-width:100px}.q-bottom-sheet--grid .q-icon,.q-bottom-sheet--grid img,.q-bottom-sheet--grid .q-bottom-sheet__empty-icon{font-size:48px;width:48px;height:48px;margin-bottom:8px}.q-bottom-sheet--grid .q-separator{margin:12px 0}.q-bottom-sheet__item{flex:0 0 33.3333%}@media (min-width: 600px){.q-bottom-sheet__item{flex:0 0 25%}}.q-dialog-plugin{width:400px}.q-dialog-plugin__form{max-height:50vh}.q-dialog-plugin .q-card__section+.q-card__section{padding-top:0}.q-dialog-plugin--progress{text-align:center}.q-loading{color:#000;position:fixed!important}.q-loading__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;opacity:.5;z-index:-1;background-color:#000;transition:background-color .28s}.q-loading__box{border-radius:4px;padding:18px;color:#fff;max-width:450px}.q-loading__message{margin:40px 20px 0;text-align:center}.q-notifications__list{z-index:9500;pointer-events:none;left:0;right:0;margin-bottom:10px;position:relative}.q-notifications__list--center{top:0;bottom:0}.q-notifications__list--top{top:0}.q-notifications__list--bottom{bottom:0}body.q-ios-padding .q-notifications__list--center,body.q-ios-padding .q-notifications__list--top{top:20px;top:env(safe-area-inset-top)}body.q-ios-padding .q-notifications__list--center,body.q-ios-padding .q-notifications__list--bottom{bottom:env(safe-area-inset-bottom)}.q-notification{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;border-radius:4px;pointer-events:all;display:inline-flex;margin:10px 10px 0;transition:transform 1s,opacity 1s;z-index:9500;flex-shrink:0;max-width:95vw;background:#323232;color:#fff;font-size:14px}.q-notification__icon{font-size:24px;flex:0 0 1em}.q-notification__icon--additional{margin-right:16px}.q-notification__avatar{font-size:32px}.q-notification__avatar--additional{margin-right:8px}.q-notification__spinner{font-size:32px}.q-notification__spinner--additional{margin-right:8px}.q-notification__message{padding:8px 0}.q-notification__caption{font-size:.9em;opacity:.7}.q-notification__actions{color:var(--q-primary)}.q-notification__badge{animation:q-notif-badge .42s;padding:4px 8px;position:absolute;box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f;background-color:var(--q-negative);color:#fff;border-radius:4px;font-size:12px;line-height:12px}.q-notification__badge--top-left,.q-notification__badge--top-right{top:-6px}.q-notification__badge--bottom-left,.q-notification__badge--bottom-right{bottom:-6px}.q-notification__badge--top-left,.q-notification__badge--bottom-left{left:-22px}.q-notification__badge--top-right,.q-notification__badge--bottom-right{right:-22px}.q-notification__progress{z-index:-1;position:absolute;height:3px;bottom:0;left:-10px;right:-10px;animation:q-notif-progress linear;background:currentColor;opacity:.3;border-radius:4px 4px 0 0;transform-origin:0 50%;transform:scaleX(0)}.q-notification--standard{padding:0 16px;min-height:48px}.q-notification--standard .q-notification__actions{padding:6px 0 6px 8px;margin-right:-8px}.q-notification--multi-line{min-height:68px;padding:8px 16px}.q-notification--multi-line .q-notification__badge--top-left,.q-notification--multi-line .q-notification__badge--top-right{top:-15px}.q-notification--multi-line .q-notification__badge--bottom-left,.q-notification--multi-line .q-notification__badge--bottom-right{bottom:-15px}.q-notification--multi-line .q-notification__progress{bottom:-8px}.q-notification--multi-line .q-notification__actions{padding:0}.q-notification--multi-line .q-notification__actions--with-media{padding-left:25px}.q-notification--top-left-enter-from,.q-notification--top-left-leave-to,.q-notification--top-enter-from,.q-notification--top-leave-to,.q-notification--top-right-enter-from,.q-notification--top-right-leave-to{opacity:0;transform:translateY(-50px);z-index:9499}.q-notification--left-enter-from,.q-notification--left-leave-to,.q-notification--center-enter-from,.q-notification--center-leave-to,.q-notification--right-enter-from,.q-notification--right-leave-to{opacity:0;transform:rotateX(90deg);z-index:9499}.q-notification--bottom-left-enter-from,.q-notification--bottom-left-leave-to,.q-notification--bottom-enter-from,.q-notification--bottom-leave-to,.q-notification--bottom-right-enter-from,.q-notification--bottom-right-leave-to{opacity:0;transform:translateY(50px);z-index:9499}.q-notification--top-left-leave-active,.q-notification--top-leave-active,.q-notification--top-right-leave-active,.q-notification--left-leave-active,.q-notification--center-leave-active,.q-notification--right-leave-active,.q-notification--bottom-left-leave-active,.q-notification--bottom-leave-active,.q-notification--bottom-right-leave-active{position:absolute;z-index:9499;margin-left:0;margin-right:0}.q-notification--top-leave-active,.q-notification--center-leave-active{top:0}.q-notification--bottom-left-leave-active,.q-notification--bottom-leave-active,.q-notification--bottom-right-leave-active{bottom:0}@media (min-width: 600px){.q-notification{max-width:65vw}}@keyframes q-notif-badge{15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes q-notif-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}:root{--animate-duration: .3s;--animate-delay: .3s;--animate-repeat: 1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{animation-duration:calc(var(--animate-duration) / 2)}.animated.fast{animation-duration:calc(var(--animate-duration) * .8)}.animated.slow{animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}.q-animate--scale{animation:q-scale .15s;animation-timing-function:cubic-bezier(.25,.8,.25,1)}@keyframes q-scale{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.q-animate--fade{animation:q-fade .2s}@keyframes q-fade{0%{opacity:0}to{opacity:1}}:root{--q-primary: #1976D2;--q-secondary: #26A69A;--q-accent: #9C27B0;--q-positive: #21BA45;--q-negative: #C10015;--q-info: #31CCEC;--q-warning: #F2C037;--q-dark: #1D1D1D;--q-dark-page: #121212}.text-dark{color:var(--q-dark)!important}.bg-dark{background:var(--q-dark)!important}.text-primary{color:var(--q-primary)!important}.bg-primary{background:var(--q-primary)!important}.text-secondary{color:var(--q-secondary)!important}.bg-secondary{background:var(--q-secondary)!important}.text-accent{color:var(--q-accent)!important}.bg-accent{background:var(--q-accent)!important}.text-positive{color:var(--q-positive)!important}.bg-positive{background:var(--q-positive)!important}.text-negative{color:var(--q-negative)!important}.bg-negative{background:var(--q-negative)!important}.text-info{color:var(--q-info)!important}.bg-info{background:var(--q-info)!important}.text-warning{color:var(--q-warning)!important}.bg-warning{background:var(--q-warning)!important}.text-white{color:#fff!important}.bg-white{background:#fff!important}.text-black{color:#000!important}.bg-black{background:#000!important}.text-transparent{color:transparent!important}.bg-transparent{background:transparent!important}.text-separator{color:#0000001f!important}.bg-separator{background:#0000001f!important}.text-dark-separator{color:#ffffff47!important}.bg-dark-separator{background:#ffffff47!important}.text-red{color:#f44336!important}.text-red-1{color:#ffebee!important}.text-red-2{color:#ffcdd2!important}.text-red-3{color:#ef9a9a!important}.text-red-4{color:#e57373!important}.text-red-5{color:#ef5350!important}.text-red-6{color:#f44336!important}.text-red-7{color:#e53935!important}.text-red-8{color:#d32f2f!important}.text-red-9{color:#c62828!important}.text-red-10{color:#b71c1c!important}.text-red-11{color:#ff8a80!important}.text-red-12{color:#ff5252!important}.text-red-13{color:#ff1744!important}.text-red-14{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-1{color:#fce4ec!important}.text-pink-2{color:#f8bbd0!important}.text-pink-3{color:#f48fb1!important}.text-pink-4{color:#f06292!important}.text-pink-5{color:#ec407a!important}.text-pink-6{color:#e91e63!important}.text-pink-7{color:#d81b60!important}.text-pink-8{color:#c2185b!important}.text-pink-9{color:#ad1457!important}.text-pink-10{color:#880e4f!important}.text-pink-11{color:#ff80ab!important}.text-pink-12{color:#ff4081!important}.text-pink-13{color:#f50057!important}.text-pink-14{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-1{color:#f3e5f5!important}.text-purple-2{color:#e1bee7!important}.text-purple-3{color:#ce93d8!important}.text-purple-4{color:#ba68c8!important}.text-purple-5{color:#ab47bc!important}.text-purple-6{color:#9c27b0!important}.text-purple-7{color:#8e24aa!important}.text-purple-8{color:#7b1fa2!important}.text-purple-9{color:#6a1b9a!important}.text-purple-10{color:#4a148c!important}.text-purple-11{color:#ea80fc!important}.text-purple-12{color:#e040fb!important}.text-purple-13{color:#d500f9!important}.text-purple-14{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-1{color:#ede7f6!important}.text-deep-purple-2{color:#d1c4e9!important}.text-deep-purple-3{color:#b39ddb!important}.text-deep-purple-4{color:#9575cd!important}.text-deep-purple-5{color:#7e57c2!important}.text-deep-purple-6{color:#673ab7!important}.text-deep-purple-7{color:#5e35b1!important}.text-deep-purple-8{color:#512da8!important}.text-deep-purple-9{color:#4527a0!important}.text-deep-purple-10{color:#311b92!important}.text-deep-purple-11{color:#b388ff!important}.text-deep-purple-12{color:#7c4dff!important}.text-deep-purple-13{color:#651fff!important}.text-deep-purple-14{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-1{color:#e8eaf6!important}.text-indigo-2{color:#c5cae9!important}.text-indigo-3{color:#9fa8da!important}.text-indigo-4{color:#7986cb!important}.text-indigo-5{color:#5c6bc0!important}.text-indigo-6{color:#3f51b5!important}.text-indigo-7{color:#3949ab!important}.text-indigo-8{color:#303f9f!important}.text-indigo-9{color:#283593!important}.text-indigo-10{color:#1a237e!important}.text-indigo-11{color:#8c9eff!important}.text-indigo-12{color:#536dfe!important}.text-indigo-13{color:#3d5afe!important}.text-indigo-14{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-1{color:#e3f2fd!important}.text-blue-2{color:#bbdefb!important}.text-blue-3{color:#90caf9!important}.text-blue-4{color:#64b5f6!important}.text-blue-5{color:#42a5f5!important}.text-blue-6{color:#2196f3!important}.text-blue-7{color:#1e88e5!important}.text-blue-8{color:#1976d2!important}.text-blue-9{color:#1565c0!important}.text-blue-10{color:#0d47a1!important}.text-blue-11{color:#82b1ff!important}.text-blue-12{color:#448aff!important}.text-blue-13{color:#2979ff!important}.text-blue-14{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-1{color:#e1f5fe!important}.text-light-blue-2{color:#b3e5fc!important}.text-light-blue-3{color:#81d4fa!important}.text-light-blue-4{color:#4fc3f7!important}.text-light-blue-5{color:#29b6f6!important}.text-light-blue-6{color:#03a9f4!important}.text-light-blue-7{color:#039be5!important}.text-light-blue-8{color:#0288d1!important}.text-light-blue-9{color:#0277bd!important}.text-light-blue-10{color:#01579b!important}.text-light-blue-11{color:#80d8ff!important}.text-light-blue-12{color:#40c4ff!important}.text-light-blue-13{color:#00b0ff!important}.text-light-blue-14{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-1{color:#e0f7fa!important}.text-cyan-2{color:#b2ebf2!important}.text-cyan-3{color:#80deea!important}.text-cyan-4{color:#4dd0e1!important}.text-cyan-5{color:#26c6da!important}.text-cyan-6{color:#00bcd4!important}.text-cyan-7{color:#00acc1!important}.text-cyan-8{color:#0097a7!important}.text-cyan-9{color:#00838f!important}.text-cyan-10{color:#006064!important}.text-cyan-11{color:#84ffff!important}.text-cyan-12{color:#18ffff!important}.text-cyan-13{color:#00e5ff!important}.text-cyan-14{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-1{color:#e0f2f1!important}.text-teal-2{color:#b2dfdb!important}.text-teal-3{color:#80cbc4!important}.text-teal-4{color:#4db6ac!important}.text-teal-5{color:#26a69a!important}.text-teal-6{color:#009688!important}.text-teal-7{color:#00897b!important}.text-teal-8{color:#00796b!important}.text-teal-9{color:#00695c!important}.text-teal-10{color:#004d40!important}.text-teal-11{color:#a7ffeb!important}.text-teal-12{color:#64ffda!important}.text-teal-13{color:#1de9b6!important}.text-teal-14{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-1{color:#e8f5e9!important}.text-green-2{color:#c8e6c9!important}.text-green-3{color:#a5d6a7!important}.text-green-4{color:#81c784!important}.text-green-5{color:#66bb6a!important}.text-green-6{color:#4caf50!important}.text-green-7{color:#43a047!important}.text-green-8{color:#388e3c!important}.text-green-9{color:#2e7d32!important}.text-green-10{color:#1b5e20!important}.text-green-11{color:#b9f6ca!important}.text-green-12{color:#69f0ae!important}.text-green-13{color:#00e676!important}.text-green-14{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-1{color:#f1f8e9!important}.text-light-green-2{color:#dcedc8!important}.text-light-green-3{color:#c5e1a5!important}.text-light-green-4{color:#aed581!important}.text-light-green-5{color:#9ccc65!important}.text-light-green-6{color:#8bc34a!important}.text-light-green-7{color:#7cb342!important}.text-light-green-8{color:#689f38!important}.text-light-green-9{color:#558b2f!important}.text-light-green-10{color:#33691e!important}.text-light-green-11{color:#ccff90!important}.text-light-green-12{color:#b2ff59!important}.text-light-green-13{color:#76ff03!important}.text-light-green-14{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-1{color:#f9fbe7!important}.text-lime-2{color:#f0f4c3!important}.text-lime-3{color:#e6ee9c!important}.text-lime-4{color:#dce775!important}.text-lime-5{color:#d4e157!important}.text-lime-6{color:#cddc39!important}.text-lime-7{color:#c0ca33!important}.text-lime-8{color:#afb42b!important}.text-lime-9{color:#9e9d24!important}.text-lime-10{color:#827717!important}.text-lime-11{color:#f4ff81!important}.text-lime-12{color:#eeff41!important}.text-lime-13{color:#c6ff00!important}.text-lime-14{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-1{color:#fffde7!important}.text-yellow-2{color:#fff9c4!important}.text-yellow-3{color:#fff59d!important}.text-yellow-4{color:#fff176!important}.text-yellow-5{color:#ffee58!important}.text-yellow-6{color:#ffeb3b!important}.text-yellow-7{color:#fdd835!important}.text-yellow-8{color:#fbc02d!important}.text-yellow-9{color:#f9a825!important}.text-yellow-10{color:#f57f17!important}.text-yellow-11{color:#ffff8d!important}.text-yellow-12{color:#ff0!important}.text-yellow-13{color:#ffea00!important}.text-yellow-14{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-1{color:#fff8e1!important}.text-amber-2{color:#ffecb3!important}.text-amber-3{color:#ffe082!important}.text-amber-4{color:#ffd54f!important}.text-amber-5{color:#ffca28!important}.text-amber-6{color:#ffc107!important}.text-amber-7{color:#ffb300!important}.text-amber-8{color:#ffa000!important}.text-amber-9{color:#ff8f00!important}.text-amber-10{color:#ff6f00!important}.text-amber-11{color:#ffe57f!important}.text-amber-12{color:#ffd740!important}.text-amber-13{color:#ffc400!important}.text-amber-14{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-1{color:#fff3e0!important}.text-orange-2{color:#ffe0b2!important}.text-orange-3{color:#ffcc80!important}.text-orange-4{color:#ffb74d!important}.text-orange-5{color:#ffa726!important}.text-orange-6{color:#ff9800!important}.text-orange-7{color:#fb8c00!important}.text-orange-8{color:#f57c00!important}.text-orange-9{color:#ef6c00!important}.text-orange-10{color:#e65100!important}.text-orange-11{color:#ffd180!important}.text-orange-12{color:#ffab40!important}.text-orange-13{color:#ff9100!important}.text-orange-14{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-1{color:#fbe9e7!important}.text-deep-orange-2{color:#ffccbc!important}.text-deep-orange-3{color:#ffab91!important}.text-deep-orange-4{color:#ff8a65!important}.text-deep-orange-5{color:#ff7043!important}.text-deep-orange-6{color:#ff5722!important}.text-deep-orange-7{color:#f4511e!important}.text-deep-orange-8{color:#e64a19!important}.text-deep-orange-9{color:#d84315!important}.text-deep-orange-10{color:#bf360c!important}.text-deep-orange-11{color:#ff9e80!important}.text-deep-orange-12{color:#ff6e40!important}.text-deep-orange-13{color:#ff3d00!important}.text-deep-orange-14{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-1{color:#efebe9!important}.text-brown-2{color:#d7ccc8!important}.text-brown-3{color:#bcaaa4!important}.text-brown-4{color:#a1887f!important}.text-brown-5{color:#8d6e63!important}.text-brown-6{color:#795548!important}.text-brown-7{color:#6d4c41!important}.text-brown-8{color:#5d4037!important}.text-brown-9{color:#4e342e!important}.text-brown-10{color:#3e2723!important}.text-brown-11{color:#d7ccc8!important}.text-brown-12{color:#bcaaa4!important}.text-brown-13{color:#8d6e63!important}.text-brown-14{color:#5d4037!important}.text-grey{color:#9e9e9e!important}.text-grey-1{color:#fafafa!important}.text-grey-2{color:#f5f5f5!important}.text-grey-3{color:#eee!important}.text-grey-4{color:#e0e0e0!important}.text-grey-5{color:#bdbdbd!important}.text-grey-6{color:#9e9e9e!important}.text-grey-7{color:#757575!important}.text-grey-8{color:#616161!important}.text-grey-9{color:#424242!important}.text-grey-10{color:#212121!important}.text-grey-11{color:#f5f5f5!important}.text-grey-12{color:#eee!important}.text-grey-13{color:#bdbdbd!important}.text-grey-14{color:#616161!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-1{color:#eceff1!important}.text-blue-grey-2{color:#cfd8dc!important}.text-blue-grey-3{color:#b0bec5!important}.text-blue-grey-4{color:#90a4ae!important}.text-blue-grey-5{color:#78909c!important}.text-blue-grey-6{color:#607d8b!important}.text-blue-grey-7{color:#546e7a!important}.text-blue-grey-8{color:#455a64!important}.text-blue-grey-9{color:#37474f!important}.text-blue-grey-10{color:#263238!important}.text-blue-grey-11{color:#cfd8dc!important}.text-blue-grey-12{color:#b0bec5!important}.text-blue-grey-13{color:#78909c!important}.text-blue-grey-14{color:#455a64!important}.bg-red{background:#f44336!important}.bg-red-1{background:#ffebee!important}.bg-red-2{background:#ffcdd2!important}.bg-red-3{background:#ef9a9a!important}.bg-red-4{background:#e57373!important}.bg-red-5{background:#ef5350!important}.bg-red-6{background:#f44336!important}.bg-red-7{background:#e53935!important}.bg-red-8{background:#d32f2f!important}.bg-red-9{background:#c62828!important}.bg-red-10{background:#b71c1c!important}.bg-red-11{background:#ff8a80!important}.bg-red-12{background:#ff5252!important}.bg-red-13{background:#ff1744!important}.bg-red-14{background:#d50000!important}.bg-pink{background:#e91e63!important}.bg-pink-1{background:#fce4ec!important}.bg-pink-2{background:#f8bbd0!important}.bg-pink-3{background:#f48fb1!important}.bg-pink-4{background:#f06292!important}.bg-pink-5{background:#ec407a!important}.bg-pink-6{background:#e91e63!important}.bg-pink-7{background:#d81b60!important}.bg-pink-8{background:#c2185b!important}.bg-pink-9{background:#ad1457!important}.bg-pink-10{background:#880e4f!important}.bg-pink-11{background:#ff80ab!important}.bg-pink-12{background:#ff4081!important}.bg-pink-13{background:#f50057!important}.bg-pink-14{background:#c51162!important}.bg-purple{background:#9c27b0!important}.bg-purple-1{background:#f3e5f5!important}.bg-purple-2{background:#e1bee7!important}.bg-purple-3{background:#ce93d8!important}.bg-purple-4{background:#ba68c8!important}.bg-purple-5{background:#ab47bc!important}.bg-purple-6{background:#9c27b0!important}.bg-purple-7{background:#8e24aa!important}.bg-purple-8{background:#7b1fa2!important}.bg-purple-9{background:#6a1b9a!important}.bg-purple-10{background:#4a148c!important}.bg-purple-11{background:#ea80fc!important}.bg-purple-12{background:#e040fb!important}.bg-purple-13{background:#d500f9!important}.bg-purple-14{background:#a0f!important}.bg-deep-purple{background:#673ab7!important}.bg-deep-purple-1{background:#ede7f6!important}.bg-deep-purple-2{background:#d1c4e9!important}.bg-deep-purple-3{background:#b39ddb!important}.bg-deep-purple-4{background:#9575cd!important}.bg-deep-purple-5{background:#7e57c2!important}.bg-deep-purple-6{background:#673ab7!important}.bg-deep-purple-7{background:#5e35b1!important}.bg-deep-purple-8{background:#512da8!important}.bg-deep-purple-9{background:#4527a0!important}.bg-deep-purple-10{background:#311b92!important}.bg-deep-purple-11{background:#b388ff!important}.bg-deep-purple-12{background:#7c4dff!important}.bg-deep-purple-13{background:#651fff!important}.bg-deep-purple-14{background:#6200ea!important}.bg-indigo{background:#3f51b5!important}.bg-indigo-1{background:#e8eaf6!important}.bg-indigo-2{background:#c5cae9!important}.bg-indigo-3{background:#9fa8da!important}.bg-indigo-4{background:#7986cb!important}.bg-indigo-5{background:#5c6bc0!important}.bg-indigo-6{background:#3f51b5!important}.bg-indigo-7{background:#3949ab!important}.bg-indigo-8{background:#303f9f!important}.bg-indigo-9{background:#283593!important}.bg-indigo-10{background:#1a237e!important}.bg-indigo-11{background:#8c9eff!important}.bg-indigo-12{background:#536dfe!important}.bg-indigo-13{background:#3d5afe!important}.bg-indigo-14{background:#304ffe!important}.bg-blue{background:#2196f3!important}.bg-blue-1{background:#e3f2fd!important}.bg-blue-2{background:#bbdefb!important}.bg-blue-3{background:#90caf9!important}.bg-blue-4{background:#64b5f6!important}.bg-blue-5{background:#42a5f5!important}.bg-blue-6{background:#2196f3!important}.bg-blue-7{background:#1e88e5!important}.bg-blue-8{background:#1976d2!important}.bg-blue-9{background:#1565c0!important}.bg-blue-10{background:#0d47a1!important}.bg-blue-11{background:#82b1ff!important}.bg-blue-12{background:#448aff!important}.bg-blue-13{background:#2979ff!important}.bg-blue-14{background:#2962ff!important}.bg-light-blue{background:#03a9f4!important}.bg-light-blue-1{background:#e1f5fe!important}.bg-light-blue-2{background:#b3e5fc!important}.bg-light-blue-3{background:#81d4fa!important}.bg-light-blue-4{background:#4fc3f7!important}.bg-light-blue-5{background:#29b6f6!important}.bg-light-blue-6{background:#03a9f4!important}.bg-light-blue-7{background:#039be5!important}.bg-light-blue-8{background:#0288d1!important}.bg-light-blue-9{background:#0277bd!important}.bg-light-blue-10{background:#01579b!important}.bg-light-blue-11{background:#80d8ff!important}.bg-light-blue-12{background:#40c4ff!important}.bg-light-blue-13{background:#00b0ff!important}.bg-light-blue-14{background:#0091ea!important}.bg-cyan{background:#00bcd4!important}.bg-cyan-1{background:#e0f7fa!important}.bg-cyan-2{background:#b2ebf2!important}.bg-cyan-3{background:#80deea!important}.bg-cyan-4{background:#4dd0e1!important}.bg-cyan-5{background:#26c6da!important}.bg-cyan-6{background:#00bcd4!important}.bg-cyan-7{background:#00acc1!important}.bg-cyan-8{background:#0097a7!important}.bg-cyan-9{background:#00838f!important}.bg-cyan-10{background:#006064!important}.bg-cyan-11{background:#84ffff!important}.bg-cyan-12{background:#18ffff!important}.bg-cyan-13{background:#00e5ff!important}.bg-cyan-14{background:#00b8d4!important}.bg-teal{background:#009688!important}.bg-teal-1{background:#e0f2f1!important}.bg-teal-2{background:#b2dfdb!important}.bg-teal-3{background:#80cbc4!important}.bg-teal-4{background:#4db6ac!important}.bg-teal-5{background:#26a69a!important}.bg-teal-6{background:#009688!important}.bg-teal-7{background:#00897b!important}.bg-teal-8{background:#00796b!important}.bg-teal-9{background:#00695c!important}.bg-teal-10{background:#004d40!important}.bg-teal-11{background:#a7ffeb!important}.bg-teal-12{background:#64ffda!important}.bg-teal-13{background:#1de9b6!important}.bg-teal-14{background:#00bfa5!important}.bg-green{background:#4caf50!important}.bg-green-1{background:#e8f5e9!important}.bg-green-2{background:#c8e6c9!important}.bg-green-3{background:#a5d6a7!important}.bg-green-4{background:#81c784!important}.bg-green-5{background:#66bb6a!important}.bg-green-6{background:#4caf50!important}.bg-green-7{background:#43a047!important}.bg-green-8{background:#388e3c!important}.bg-green-9{background:#2e7d32!important}.bg-green-10{background:#1b5e20!important}.bg-green-11{background:#b9f6ca!important}.bg-green-12{background:#69f0ae!important}.bg-green-13{background:#00e676!important}.bg-green-14{background:#00c853!important}.bg-light-green{background:#8bc34a!important}.bg-light-green-1{background:#f1f8e9!important}.bg-light-green-2{background:#dcedc8!important}.bg-light-green-3{background:#c5e1a5!important}.bg-light-green-4{background:#aed581!important}.bg-light-green-5{background:#9ccc65!important}.bg-light-green-6{background:#8bc34a!important}.bg-light-green-7{background:#7cb342!important}.bg-light-green-8{background:#689f38!important}.bg-light-green-9{background:#558b2f!important}.bg-light-green-10{background:#33691e!important}.bg-light-green-11{background:#ccff90!important}.bg-light-green-12{background:#b2ff59!important}.bg-light-green-13{background:#76ff03!important}.bg-light-green-14{background:#64dd17!important}.bg-lime{background:#cddc39!important}.bg-lime-1{background:#f9fbe7!important}.bg-lime-2{background:#f0f4c3!important}.bg-lime-3{background:#e6ee9c!important}.bg-lime-4{background:#dce775!important}.bg-lime-5{background:#d4e157!important}.bg-lime-6{background:#cddc39!important}.bg-lime-7{background:#c0ca33!important}.bg-lime-8{background:#afb42b!important}.bg-lime-9{background:#9e9d24!important}.bg-lime-10{background:#827717!important}.bg-lime-11{background:#f4ff81!important}.bg-lime-12{background:#eeff41!important}.bg-lime-13{background:#c6ff00!important}.bg-lime-14{background:#aeea00!important}.bg-yellow{background:#ffeb3b!important}.bg-yellow-1{background:#fffde7!important}.bg-yellow-2{background:#fff9c4!important}.bg-yellow-3{background:#fff59d!important}.bg-yellow-4{background:#fff176!important}.bg-yellow-5{background:#ffee58!important}.bg-yellow-6{background:#ffeb3b!important}.bg-yellow-7{background:#fdd835!important}.bg-yellow-8{background:#fbc02d!important}.bg-yellow-9{background:#f9a825!important}.bg-yellow-10{background:#f57f17!important}.bg-yellow-11{background:#ffff8d!important}.bg-yellow-12{background:#ff0!important}.bg-yellow-13{background:#ffea00!important}.bg-yellow-14{background:#ffd600!important}.bg-amber{background:#ffc107!important}.bg-amber-1{background:#fff8e1!important}.bg-amber-2{background:#ffecb3!important}.bg-amber-3{background:#ffe082!important}.bg-amber-4{background:#ffd54f!important}.bg-amber-5{background:#ffca28!important}.bg-amber-6{background:#ffc107!important}.bg-amber-7{background:#ffb300!important}.bg-amber-8{background:#ffa000!important}.bg-amber-9{background:#ff8f00!important}.bg-amber-10{background:#ff6f00!important}.bg-amber-11{background:#ffe57f!important}.bg-amber-12{background:#ffd740!important}.bg-amber-13{background:#ffc400!important}.bg-amber-14{background:#ffab00!important}.bg-orange{background:#ff9800!important}.bg-orange-1{background:#fff3e0!important}.bg-orange-2{background:#ffe0b2!important}.bg-orange-3{background:#ffcc80!important}.bg-orange-4{background:#ffb74d!important}.bg-orange-5{background:#ffa726!important}.bg-orange-6{background:#ff9800!important}.bg-orange-7{background:#fb8c00!important}.bg-orange-8{background:#f57c00!important}.bg-orange-9{background:#ef6c00!important}.bg-orange-10{background:#e65100!important}.bg-orange-11{background:#ffd180!important}.bg-orange-12{background:#ffab40!important}.bg-orange-13{background:#ff9100!important}.bg-orange-14{background:#ff6d00!important}.bg-deep-orange{background:#ff5722!important}.bg-deep-orange-1{background:#fbe9e7!important}.bg-deep-orange-2{background:#ffccbc!important}.bg-deep-orange-3{background:#ffab91!important}.bg-deep-orange-4{background:#ff8a65!important}.bg-deep-orange-5{background:#ff7043!important}.bg-deep-orange-6{background:#ff5722!important}.bg-deep-orange-7{background:#f4511e!important}.bg-deep-orange-8{background:#e64a19!important}.bg-deep-orange-9{background:#d84315!important}.bg-deep-orange-10{background:#bf360c!important}.bg-deep-orange-11{background:#ff9e80!important}.bg-deep-orange-12{background:#ff6e40!important}.bg-deep-orange-13{background:#ff3d00!important}.bg-deep-orange-14{background:#dd2c00!important}.bg-brown{background:#795548!important}.bg-brown-1{background:#efebe9!important}.bg-brown-2{background:#d7ccc8!important}.bg-brown-3{background:#bcaaa4!important}.bg-brown-4{background:#a1887f!important}.bg-brown-5{background:#8d6e63!important}.bg-brown-6{background:#795548!important}.bg-brown-7{background:#6d4c41!important}.bg-brown-8{background:#5d4037!important}.bg-brown-9{background:#4e342e!important}.bg-brown-10{background:#3e2723!important}.bg-brown-11{background:#d7ccc8!important}.bg-brown-12{background:#bcaaa4!important}.bg-brown-13{background:#8d6e63!important}.bg-brown-14{background:#5d4037!important}.bg-grey{background:#9e9e9e!important}.bg-grey-1{background:#fafafa!important}.bg-grey-2{background:#f5f5f5!important}.bg-grey-3{background:#eee!important}.bg-grey-4{background:#e0e0e0!important}.bg-grey-5{background:#bdbdbd!important}.bg-grey-6{background:#9e9e9e!important}.bg-grey-7{background:#757575!important}.bg-grey-8{background:#616161!important}.bg-grey-9{background:#424242!important}.bg-grey-10{background:#212121!important}.bg-grey-11{background:#f5f5f5!important}.bg-grey-12{background:#eee!important}.bg-grey-13{background:#bdbdbd!important}.bg-grey-14{background:#616161!important}.bg-blue-grey{background:#607d8b!important}.bg-blue-grey-1{background:#eceff1!important}.bg-blue-grey-2{background:#cfd8dc!important}.bg-blue-grey-3{background:#b0bec5!important}.bg-blue-grey-4{background:#90a4ae!important}.bg-blue-grey-5{background:#78909c!important}.bg-blue-grey-6{background:#607d8b!important}.bg-blue-grey-7{background:#546e7a!important}.bg-blue-grey-8{background:#455a64!important}.bg-blue-grey-9{background:#37474f!important}.bg-blue-grey-10{background:#263238!important}.bg-blue-grey-11{background:#cfd8dc!important}.bg-blue-grey-12{background:#b0bec5!important}.bg-blue-grey-13{background:#78909c!important}.bg-blue-grey-14{background:#455a64!important}.shadow-transition{transition:box-shadow .28s cubic-bezier(.4,0,.2,1)!important}.shadow-1{box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}.shadow-up-1{box-shadow:0 -1px 3px #0003,0 -1px 1px #00000024,0 -2px 1px -1px #0000001f}.shadow-2{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.shadow-up-2{box-shadow:0 -1px 5px #0003,0 -2px 2px #00000024,0 -3px 1px -2px #0000001f}.shadow-3{box-shadow:0 1px 8px #0003,0 3px 4px #00000024,0 3px 3px -2px #0000001f}.shadow-up-3{box-shadow:0 -1px 8px #0003,0 -3px 4px #00000024,0 -3px 3px -2px #0000001f}.shadow-4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.shadow-up-4{box-shadow:0 -2px 4px -1px #0003,0 -4px 5px #00000024,0 -1px 10px #0000001f}.shadow-5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.shadow-up-5{box-shadow:0 -3px 5px -1px #0003,0 -5px 8px #00000024,0 -1px 14px #0000001f}.shadow-6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.shadow-up-6{box-shadow:0 -3px 5px -1px #0003,0 -6px 10px #00000024,0 -1px 18px #0000001f}.shadow-7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.shadow-up-7{box-shadow:0 -4px 5px -2px #0003,0 -7px 10px 1px #00000024,0 -2px 16px 1px #0000001f}.shadow-8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.shadow-up-8{box-shadow:0 -5px 5px -3px #0003,0 -8px 10px 1px #00000024,0 -3px 14px 2px #0000001f}.shadow-9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.shadow-up-9{box-shadow:0 -5px 6px -3px #0003,0 -9px 12px 1px #00000024,0 -3px 16px 2px #0000001f}.shadow-10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.shadow-up-10{box-shadow:0 -6px 6px -3px #0003,0 -10px 14px 1px #00000024,0 -4px 18px 3px #0000001f}.shadow-11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.shadow-up-11{box-shadow:0 -6px 7px -4px #0003,0 -11px 15px 1px #00000024,0 -4px 20px 3px #0000001f}.shadow-12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.shadow-up-12{box-shadow:0 -7px 8px -4px #0003,0 -12px 17px 2px #00000024,0 -5px 22px 4px #0000001f}.shadow-13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.shadow-up-13{box-shadow:0 -7px 8px -4px #0003,0 -13px 19px 2px #00000024,0 -5px 24px 4px #0000001f}.shadow-14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.shadow-up-14{box-shadow:0 -7px 9px -4px #0003,0 -14px 21px 2px #00000024,0 -5px 26px 4px #0000001f}.shadow-15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.shadow-up-15{box-shadow:0 -8px 9px -5px #0003,0 -15px 22px 2px #00000024,0 -6px 28px 5px #0000001f}.shadow-16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.shadow-up-16{box-shadow:0 -8px 10px -5px #0003,0 -16px 24px 2px #00000024,0 -6px 30px 5px #0000001f}.shadow-17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.shadow-up-17{box-shadow:0 -8px 11px -5px #0003,0 -17px 26px 2px #00000024,0 -6px 32px 5px #0000001f}.shadow-18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.shadow-up-18{box-shadow:0 -9px 11px -5px #0003,0 -18px 28px 2px #00000024,0 -7px 34px 6px #0000001f}.shadow-19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.shadow-up-19{box-shadow:0 -9px 12px -6px #0003,0 -19px 29px 2px #00000024,0 -7px 36px 6px #0000001f}.shadow-20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.shadow-up-20{box-shadow:0 -10px 13px -6px #0003,0 -20px 31px 3px #00000024,0 -8px 38px 7px #0000001f}.shadow-21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.shadow-up-21{box-shadow:0 -10px 13px -6px #0003,0 -21px 33px 3px #00000024,0 -8px 40px 7px #0000001f}.shadow-22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.shadow-up-22{box-shadow:0 -10px 14px -6px #0003,0 -22px 35px 3px #00000024,0 -8px 42px 7px #0000001f}.shadow-23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.shadow-up-23{box-shadow:0 -11px 14px -7px #0003,0 -23px 36px 3px #00000024,0 -9px 44px 8px #0000001f}.shadow-24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.shadow-up-24{box-shadow:0 -11px 15px -7px #0003,0 -24px 38px 3px #00000024,0 -9px 46px 8px #0000001f}.inset-shadow{box-shadow:0 7px 9px -7px #000000b3 inset}.inset-shadow-down{box-shadow:0 -7px 9px -7px #000000b3 inset}body.body--dark .shadow-1{box-shadow:0 1px 3px #fff3,0 1px 1px #ffffff24,0 2px 1px -1px #ffffff1f}body.body--dark .shadow-up-1{box-shadow:0 -1px 3px #fff3,0 -1px 1px #ffffff24,0 -2px 1px -1px #ffffff1f}body.body--dark .shadow-2{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}body.body--dark .shadow-up-2{box-shadow:0 -1px 5px #fff3,0 -2px 2px #ffffff24,0 -3px 1px -2px #ffffff1f}body.body--dark .shadow-3{box-shadow:0 1px 8px #fff3,0 3px 4px #ffffff24,0 3px 3px -2px #ffffff1f}body.body--dark .shadow-up-3{box-shadow:0 -1px 8px #fff3,0 -3px 4px #ffffff24,0 -3px 3px -2px #ffffff1f}body.body--dark .shadow-4{box-shadow:0 2px 4px -1px #fff3,0 4px 5px #ffffff24,0 1px 10px #ffffff1f}body.body--dark .shadow-up-4{box-shadow:0 -2px 4px -1px #fff3,0 -4px 5px #ffffff24,0 -1px 10px #ffffff1f}body.body--dark .shadow-5{box-shadow:0 3px 5px -1px #fff3,0 5px 8px #ffffff24,0 1px 14px #ffffff1f}body.body--dark .shadow-up-5{box-shadow:0 -3px 5px -1px #fff3,0 -5px 8px #ffffff24,0 -1px 14px #ffffff1f}body.body--dark .shadow-6{box-shadow:0 3px 5px -1px #fff3,0 6px 10px #ffffff24,0 1px 18px #ffffff1f}body.body--dark .shadow-up-6{box-shadow:0 -3px 5px -1px #fff3,0 -6px 10px #ffffff24,0 -1px 18px #ffffff1f}body.body--dark .shadow-7{box-shadow:0 4px 5px -2px #fff3,0 7px 10px 1px #ffffff24,0 2px 16px 1px #ffffff1f}body.body--dark .shadow-up-7{box-shadow:0 -4px 5px -2px #fff3,0 -7px 10px 1px #ffffff24,0 -2px 16px 1px #ffffff1f}body.body--dark .shadow-8{box-shadow:0 5px 5px -3px #fff3,0 8px 10px 1px #ffffff24,0 3px 14px 2px #ffffff1f}body.body--dark .shadow-up-8{box-shadow:0 -5px 5px -3px #fff3,0 -8px 10px 1px #ffffff24,0 -3px 14px 2px #ffffff1f}body.body--dark .shadow-9{box-shadow:0 5px 6px -3px #fff3,0 9px 12px 1px #ffffff24,0 3px 16px 2px #ffffff1f}body.body--dark .shadow-up-9{box-shadow:0 -5px 6px -3px #fff3,0 -9px 12px 1px #ffffff24,0 -3px 16px 2px #ffffff1f}body.body--dark .shadow-10{box-shadow:0 6px 6px -3px #fff3,0 10px 14px 1px #ffffff24,0 4px 18px 3px #ffffff1f}body.body--dark .shadow-up-10{box-shadow:0 -6px 6px -3px #fff3,0 -10px 14px 1px #ffffff24,0 -4px 18px 3px #ffffff1f}body.body--dark .shadow-11{box-shadow:0 6px 7px -4px #fff3,0 11px 15px 1px #ffffff24,0 4px 20px 3px #ffffff1f}body.body--dark .shadow-up-11{box-shadow:0 -6px 7px -4px #fff3,0 -11px 15px 1px #ffffff24,0 -4px 20px 3px #ffffff1f}body.body--dark .shadow-12{box-shadow:0 7px 8px -4px #fff3,0 12px 17px 2px #ffffff24,0 5px 22px 4px #ffffff1f}body.body--dark .shadow-up-12{box-shadow:0 -7px 8px -4px #fff3,0 -12px 17px 2px #ffffff24,0 -5px 22px 4px #ffffff1f}body.body--dark .shadow-13{box-shadow:0 7px 8px -4px #fff3,0 13px 19px 2px #ffffff24,0 5px 24px 4px #ffffff1f}body.body--dark .shadow-up-13{box-shadow:0 -7px 8px -4px #fff3,0 -13px 19px 2px #ffffff24,0 -5px 24px 4px #ffffff1f}body.body--dark .shadow-14{box-shadow:0 7px 9px -4px #fff3,0 14px 21px 2px #ffffff24,0 5px 26px 4px #ffffff1f}body.body--dark .shadow-up-14{box-shadow:0 -7px 9px -4px #fff3,0 -14px 21px 2px #ffffff24,0 -5px 26px 4px #ffffff1f}body.body--dark .shadow-15{box-shadow:0 8px 9px -5px #fff3,0 15px 22px 2px #ffffff24,0 6px 28px 5px #ffffff1f}body.body--dark .shadow-up-15{box-shadow:0 -8px 9px -5px #fff3,0 -15px 22px 2px #ffffff24,0 -6px 28px 5px #ffffff1f}body.body--dark .shadow-16{box-shadow:0 8px 10px -5px #fff3,0 16px 24px 2px #ffffff24,0 6px 30px 5px #ffffff1f}body.body--dark .shadow-up-16{box-shadow:0 -8px 10px -5px #fff3,0 -16px 24px 2px #ffffff24,0 -6px 30px 5px #ffffff1f}body.body--dark .shadow-17{box-shadow:0 8px 11px -5px #fff3,0 17px 26px 2px #ffffff24,0 6px 32px 5px #ffffff1f}body.body--dark .shadow-up-17{box-shadow:0 -8px 11px -5px #fff3,0 -17px 26px 2px #ffffff24,0 -6px 32px 5px #ffffff1f}body.body--dark .shadow-18{box-shadow:0 9px 11px -5px #fff3,0 18px 28px 2px #ffffff24,0 7px 34px 6px #ffffff1f}body.body--dark .shadow-up-18{box-shadow:0 -9px 11px -5px #fff3,0 -18px 28px 2px #ffffff24,0 -7px 34px 6px #ffffff1f}body.body--dark .shadow-19{box-shadow:0 9px 12px -6px #fff3,0 19px 29px 2px #ffffff24,0 7px 36px 6px #ffffff1f}body.body--dark .shadow-up-19{box-shadow:0 -9px 12px -6px #fff3,0 -19px 29px 2px #ffffff24,0 -7px 36px 6px #ffffff1f}body.body--dark .shadow-20{box-shadow:0 10px 13px -6px #fff3,0 20px 31px 3px #ffffff24,0 8px 38px 7px #ffffff1f}body.body--dark .shadow-up-20{box-shadow:0 -10px 13px -6px #fff3,0 -20px 31px 3px #ffffff24,0 -8px 38px 7px #ffffff1f}body.body--dark .shadow-21{box-shadow:0 10px 13px -6px #fff3,0 21px 33px 3px #ffffff24,0 8px 40px 7px #ffffff1f}body.body--dark .shadow-up-21{box-shadow:0 -10px 13px -6px #fff3,0 -21px 33px 3px #ffffff24,0 -8px 40px 7px #ffffff1f}body.body--dark .shadow-22{box-shadow:0 10px 14px -6px #fff3,0 22px 35px 3px #ffffff24,0 8px 42px 7px #ffffff1f}body.body--dark .shadow-up-22{box-shadow:0 -10px 14px -6px #fff3,0 -22px 35px 3px #ffffff24,0 -8px 42px 7px #ffffff1f}body.body--dark .shadow-23{box-shadow:0 11px 14px -7px #fff3,0 23px 36px 3px #ffffff24,0 9px 44px 8px #ffffff1f}body.body--dark .shadow-up-23{box-shadow:0 -11px 14px -7px #fff3,0 -23px 36px 3px #ffffff24,0 -9px 44px 8px #ffffff1f}body.body--dark .shadow-24{box-shadow:0 11px 15px -7px #fff3,0 24px 38px 3px #ffffff24,0 9px 46px 8px #ffffff1f}body.body--dark .shadow-up-24{box-shadow:0 -11px 15px -7px #fff3,0 -24px 38px 3px #ffffff24,0 -9px 46px 8px #ffffff1f}body.body--dark .inset-shadow{box-shadow:0 7px 9px -7px #ffffffb3 inset}body.body--dark .inset-shadow-down{box-shadow:0 -7px 9px -7px #ffffffb3 inset}.no-shadow,.shadow-0{box-shadow:none!important}.z-marginals{z-index:2000}.z-notify{z-index:9500}.z-fullscreen{z-index:6000}.z-inherit{z-index:inherit!important}.row,.column,.flex{display:flex;flex-wrap:wrap}.row.inline,.column.inline,.flex.inline{display:inline-flex}.row.reverse{flex-direction:row-reverse}.column{flex-direction:column}.column.reverse{flex-direction:column-reverse}.wrap{flex-wrap:wrap}.no-wrap{flex-wrap:nowrap}.reverse-wrap{flex-wrap:wrap-reverse}.order-first{order:-10000}.order-last{order:10000}.order-none{order:0}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center,.flex-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center,.flex-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-stretch{align-content:stretch}.content-between{align-content:space-between}.content-around{align-content:space-around}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.self-stretch{align-self:stretch}.q-gutter-x-none,.q-gutter-none{margin-left:0}.q-gutter-x-none>*,.q-gutter-none>*{margin-left:0}.q-gutter-y-none,.q-gutter-none{margin-top:0}.q-gutter-y-none>*,.q-gutter-none>*{margin-top:0}.q-col-gutter-x-none,.q-col-gutter-none{margin-left:0}.q-col-gutter-x-none>*,.q-col-gutter-none>*{padding-left:0}.q-col-gutter-y-none,.q-col-gutter-none{margin-top:0}.q-col-gutter-y-none>*,.q-col-gutter-none>*{padding-top:0}.q-gutter-x-xs,.q-gutter-xs{margin-left:-4px}.q-gutter-x-xs>*,.q-gutter-xs>*{margin-left:4px}.q-gutter-y-xs,.q-gutter-xs{margin-top:-4px}.q-gutter-y-xs>*,.q-gutter-xs>*{margin-top:4px}.q-col-gutter-x-xs,.q-col-gutter-xs{margin-left:-4px}.q-col-gutter-x-xs>*,.q-col-gutter-xs>*{padding-left:4px}.q-col-gutter-y-xs,.q-col-gutter-xs{margin-top:-4px}.q-col-gutter-y-xs>*,.q-col-gutter-xs>*{padding-top:4px}.q-gutter-x-sm,.q-gutter-sm{margin-left:-8px}.q-gutter-x-sm>*,.q-gutter-sm>*{margin-left:8px}.q-gutter-y-sm,.q-gutter-sm{margin-top:-8px}.q-gutter-y-sm>*,.q-gutter-sm>*{margin-top:8px}.q-col-gutter-x-sm,.q-col-gutter-sm{margin-left:-8px}.q-col-gutter-x-sm>*,.q-col-gutter-sm>*{padding-left:8px}.q-col-gutter-y-sm,.q-col-gutter-sm{margin-top:-8px}.q-col-gutter-y-sm>*,.q-col-gutter-sm>*{padding-top:8px}.q-gutter-x-md,.q-gutter-md{margin-left:-16px}.q-gutter-x-md>*,.q-gutter-md>*{margin-left:16px}.q-gutter-y-md,.q-gutter-md{margin-top:-16px}.q-gutter-y-md>*,.q-gutter-md>*{margin-top:16px}.q-col-gutter-x-md,.q-col-gutter-md{margin-left:-16px}.q-col-gutter-x-md>*,.q-col-gutter-md>*{padding-left:16px}.q-col-gutter-y-md,.q-col-gutter-md{margin-top:-16px}.q-col-gutter-y-md>*,.q-col-gutter-md>*{padding-top:16px}.q-gutter-x-lg,.q-gutter-lg{margin-left:-24px}.q-gutter-x-lg>*,.q-gutter-lg>*{margin-left:24px}.q-gutter-y-lg,.q-gutter-lg{margin-top:-24px}.q-gutter-y-lg>*,.q-gutter-lg>*{margin-top:24px}.q-col-gutter-x-lg,.q-col-gutter-lg{margin-left:-24px}.q-col-gutter-x-lg>*,.q-col-gutter-lg>*{padding-left:24px}.q-col-gutter-y-lg,.q-col-gutter-lg{margin-top:-24px}.q-col-gutter-y-lg>*,.q-col-gutter-lg>*{padding-top:24px}.q-gutter-x-xl,.q-gutter-xl{margin-left:-48px}.q-gutter-x-xl>*,.q-gutter-xl>*{margin-left:48px}.q-gutter-y-xl,.q-gutter-xl{margin-top:-48px}.q-gutter-y-xl>*,.q-gutter-xl>*{margin-top:48px}.q-col-gutter-x-xl,.q-col-gutter-xl{margin-left:-48px}.q-col-gutter-x-xl>*,.q-col-gutter-xl>*{padding-left:48px}.q-col-gutter-y-xl,.q-col-gutter-xl{margin-top:-48px}.q-col-gutter-y-xl>*,.q-col-gutter-xl>*{padding-top:48px}@media (min-width: 0){.row>.col,.flex>.col,.row>.col-auto,.flex>.col-auto,.row>.col-grow,.flex>.col-grow,.row>.col-shrink,.flex>.col-shrink,.row>.col-xs,.flex>.col-xs,.row>.col-xs-auto,.row>.col-12,.row>.col-xs-12,.row>.col-11,.row>.col-xs-11,.row>.col-10,.row>.col-xs-10,.row>.col-9,.row>.col-xs-9,.row>.col-8,.row>.col-xs-8,.row>.col-7,.row>.col-xs-7,.row>.col-6,.row>.col-xs-6,.row>.col-5,.row>.col-xs-5,.row>.col-4,.row>.col-xs-4,.row>.col-3,.row>.col-xs-3,.row>.col-2,.row>.col-xs-2,.row>.col-1,.row>.col-xs-1,.row>.col-0,.row>.col-xs-0,.flex>.col-xs-auto,.flex>.col-12,.flex>.col-xs-12,.flex>.col-11,.flex>.col-xs-11,.flex>.col-10,.flex>.col-xs-10,.flex>.col-9,.flex>.col-xs-9,.flex>.col-8,.flex>.col-xs-8,.flex>.col-7,.flex>.col-xs-7,.flex>.col-6,.flex>.col-xs-6,.flex>.col-5,.flex>.col-xs-5,.flex>.col-4,.flex>.col-xs-4,.flex>.col-3,.flex>.col-xs-3,.flex>.col-2,.flex>.col-xs-2,.flex>.col-1,.flex>.col-xs-1,.flex>.col-0,.flex>.col-xs-0,.row>.col-xs-grow,.flex>.col-xs-grow,.row>.col-xs-shrink,.flex>.col-xs-shrink{width:auto;min-width:0;max-width:100%}.column>.col,.flex>.col,.column>.col-auto,.flex>.col-auto,.column>.col-grow,.flex>.col-grow,.column>.col-shrink,.flex>.col-shrink,.column>.col-xs,.flex>.col-xs,.column>.col-xs-auto,.column>.col-12,.column>.col-xs-12,.column>.col-11,.column>.col-xs-11,.column>.col-10,.column>.col-xs-10,.column>.col-9,.column>.col-xs-9,.column>.col-8,.column>.col-xs-8,.column>.col-7,.column>.col-xs-7,.column>.col-6,.column>.col-xs-6,.column>.col-5,.column>.col-xs-5,.column>.col-4,.column>.col-xs-4,.column>.col-3,.column>.col-xs-3,.column>.col-2,.column>.col-xs-2,.column>.col-1,.column>.col-xs-1,.column>.col-0,.column>.col-xs-0,.flex>.col-xs-auto,.flex>.col-12,.flex>.col-xs-12,.flex>.col-11,.flex>.col-xs-11,.flex>.col-10,.flex>.col-xs-10,.flex>.col-9,.flex>.col-xs-9,.flex>.col-8,.flex>.col-xs-8,.flex>.col-7,.flex>.col-xs-7,.flex>.col-6,.flex>.col-xs-6,.flex>.col-5,.flex>.col-xs-5,.flex>.col-4,.flex>.col-xs-4,.flex>.col-3,.flex>.col-xs-3,.flex>.col-2,.flex>.col-xs-2,.flex>.col-1,.flex>.col-xs-1,.flex>.col-0,.flex>.col-xs-0,.column>.col-xs-grow,.flex>.col-xs-grow,.column>.col-xs-shrink,.flex>.col-xs-shrink{height:auto;min-height:0;max-height:100%}.col,.col-xs{flex:10000 1 0%}.col-auto,.col-xs-auto,.col-12,.col-xs-12,.col-11,.col-xs-11,.col-10,.col-xs-10,.col-9,.col-xs-9,.col-8,.col-xs-8,.col-7,.col-xs-7,.col-6,.col-xs-6,.col-5,.col-xs-5,.col-4,.col-xs-4,.col-3,.col-xs-3,.col-2,.col-xs-2,.col-1,.col-xs-1,.col-0,.col-xs-0{flex:0 0 auto}.col-grow,.col-xs-grow{flex:1 0 auto}.col-shrink,.col-xs-shrink{flex:0 1 auto}.row>.col-0,.row>.col-xs-0{height:auto;width:0%}.row>.offset-0,.row>.offset-xs-0{margin-left:0%}.column>.col-0,.column>.col-xs-0{height:0%;width:auto}.row>.col-1,.row>.col-xs-1{height:auto;width:8.3333%}.row>.offset-1,.row>.offset-xs-1{margin-left:8.3333%}.column>.col-1,.column>.col-xs-1{height:8.3333%;width:auto}.row>.col-2,.row>.col-xs-2{height:auto;width:16.6667%}.row>.offset-2,.row>.offset-xs-2{margin-left:16.6667%}.column>.col-2,.column>.col-xs-2{height:16.6667%;width:auto}.row>.col-3,.row>.col-xs-3{height:auto;width:25%}.row>.offset-3,.row>.offset-xs-3{margin-left:25%}.column>.col-3,.column>.col-xs-3{height:25%;width:auto}.row>.col-4,.row>.col-xs-4{height:auto;width:33.3333%}.row>.offset-4,.row>.offset-xs-4{margin-left:33.3333%}.column>.col-4,.column>.col-xs-4{height:33.3333%;width:auto}.row>.col-5,.row>.col-xs-5{height:auto;width:41.6667%}.row>.offset-5,.row>.offset-xs-5{margin-left:41.6667%}.column>.col-5,.column>.col-xs-5{height:41.6667%;width:auto}.row>.col-6,.row>.col-xs-6{height:auto;width:50%}.row>.offset-6,.row>.offset-xs-6{margin-left:50%}.column>.col-6,.column>.col-xs-6{height:50%;width:auto}.row>.col-7,.row>.col-xs-7{height:auto;width:58.3333%}.row>.offset-7,.row>.offset-xs-7{margin-left:58.3333%}.column>.col-7,.column>.col-xs-7{height:58.3333%;width:auto}.row>.col-8,.row>.col-xs-8{height:auto;width:66.6667%}.row>.offset-8,.row>.offset-xs-8{margin-left:66.6667%}.column>.col-8,.column>.col-xs-8{height:66.6667%;width:auto}.row>.col-9,.row>.col-xs-9{height:auto;width:75%}.row>.offset-9,.row>.offset-xs-9{margin-left:75%}.column>.col-9,.column>.col-xs-9{height:75%;width:auto}.row>.col-10,.row>.col-xs-10{height:auto;width:83.3333%}.row>.offset-10,.row>.offset-xs-10{margin-left:83.3333%}.column>.col-10,.column>.col-xs-10{height:83.3333%;width:auto}.row>.col-11,.row>.col-xs-11{height:auto;width:91.6667%}.row>.offset-11,.row>.offset-xs-11{margin-left:91.6667%}.column>.col-11,.column>.col-xs-11{height:91.6667%;width:auto}.row>.col-12,.row>.col-xs-12{height:auto;width:100%}.row>.offset-12,.row>.offset-xs-12{margin-left:100%}.column>.col-12,.column>.col-xs-12{height:100%;width:auto}.row>.col-all{height:auto;flex:0 0 100%}}@media (min-width: 600px){.row>.col-sm,.flex>.col-sm,.row>.col-sm-auto,.row>.col-sm-12,.row>.col-sm-11,.row>.col-sm-10,.row>.col-sm-9,.row>.col-sm-8,.row>.col-sm-7,.row>.col-sm-6,.row>.col-sm-5,.row>.col-sm-4,.row>.col-sm-3,.row>.col-sm-2,.row>.col-sm-1,.row>.col-sm-0,.flex>.col-sm-auto,.flex>.col-sm-12,.flex>.col-sm-11,.flex>.col-sm-10,.flex>.col-sm-9,.flex>.col-sm-8,.flex>.col-sm-7,.flex>.col-sm-6,.flex>.col-sm-5,.flex>.col-sm-4,.flex>.col-sm-3,.flex>.col-sm-2,.flex>.col-sm-1,.flex>.col-sm-0,.row>.col-sm-grow,.flex>.col-sm-grow,.row>.col-sm-shrink,.flex>.col-sm-shrink{width:auto;min-width:0;max-width:100%}.column>.col-sm,.flex>.col-sm,.column>.col-sm-auto,.column>.col-sm-12,.column>.col-sm-11,.column>.col-sm-10,.column>.col-sm-9,.column>.col-sm-8,.column>.col-sm-7,.column>.col-sm-6,.column>.col-sm-5,.column>.col-sm-4,.column>.col-sm-3,.column>.col-sm-2,.column>.col-sm-1,.column>.col-sm-0,.flex>.col-sm-auto,.flex>.col-sm-12,.flex>.col-sm-11,.flex>.col-sm-10,.flex>.col-sm-9,.flex>.col-sm-8,.flex>.col-sm-7,.flex>.col-sm-6,.flex>.col-sm-5,.flex>.col-sm-4,.flex>.col-sm-3,.flex>.col-sm-2,.flex>.col-sm-1,.flex>.col-sm-0,.column>.col-sm-grow,.flex>.col-sm-grow,.column>.col-sm-shrink,.flex>.col-sm-shrink{height:auto;min-height:0;max-height:100%}.col-sm{flex:10000 1 0%}.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col-sm-0{flex:0 0 auto}.col-sm-grow{flex:1 0 auto}.col-sm-shrink{flex:0 1 auto}.row>.col-sm-0{height:auto;width:0%}.row>.offset-sm-0{margin-left:0%}.column>.col-sm-0{height:0%;width:auto}.row>.col-sm-1{height:auto;width:8.3333%}.row>.offset-sm-1{margin-left:8.3333%}.column>.col-sm-1{height:8.3333%;width:auto}.row>.col-sm-2{height:auto;width:16.6667%}.row>.offset-sm-2{margin-left:16.6667%}.column>.col-sm-2{height:16.6667%;width:auto}.row>.col-sm-3{height:auto;width:25%}.row>.offset-sm-3{margin-left:25%}.column>.col-sm-3{height:25%;width:auto}.row>.col-sm-4{height:auto;width:33.3333%}.row>.offset-sm-4{margin-left:33.3333%}.column>.col-sm-4{height:33.3333%;width:auto}.row>.col-sm-5{height:auto;width:41.6667%}.row>.offset-sm-5{margin-left:41.6667%}.column>.col-sm-5{height:41.6667%;width:auto}.row>.col-sm-6{height:auto;width:50%}.row>.offset-sm-6{margin-left:50%}.column>.col-sm-6{height:50%;width:auto}.row>.col-sm-7{height:auto;width:58.3333%}.row>.offset-sm-7{margin-left:58.3333%}.column>.col-sm-7{height:58.3333%;width:auto}.row>.col-sm-8{height:auto;width:66.6667%}.row>.offset-sm-8{margin-left:66.6667%}.column>.col-sm-8{height:66.6667%;width:auto}.row>.col-sm-9{height:auto;width:75%}.row>.offset-sm-9{margin-left:75%}.column>.col-sm-9{height:75%;width:auto}.row>.col-sm-10{height:auto;width:83.3333%}.row>.offset-sm-10{margin-left:83.3333%}.column>.col-sm-10{height:83.3333%;width:auto}.row>.col-sm-11{height:auto;width:91.6667%}.row>.offset-sm-11{margin-left:91.6667%}.column>.col-sm-11{height:91.6667%;width:auto}.row>.col-sm-12{height:auto;width:100%}.row>.offset-sm-12{margin-left:100%}.column>.col-sm-12{height:100%;width:auto}}@media (min-width: 1024px){.row>.col-md,.flex>.col-md,.row>.col-md-auto,.row>.col-md-12,.row>.col-md-11,.row>.col-md-10,.row>.col-md-9,.row>.col-md-8,.row>.col-md-7,.row>.col-md-6,.row>.col-md-5,.row>.col-md-4,.row>.col-md-3,.row>.col-md-2,.row>.col-md-1,.row>.col-md-0,.flex>.col-md-auto,.flex>.col-md-12,.flex>.col-md-11,.flex>.col-md-10,.flex>.col-md-9,.flex>.col-md-8,.flex>.col-md-7,.flex>.col-md-6,.flex>.col-md-5,.flex>.col-md-4,.flex>.col-md-3,.flex>.col-md-2,.flex>.col-md-1,.flex>.col-md-0,.row>.col-md-grow,.flex>.col-md-grow,.row>.col-md-shrink,.flex>.col-md-shrink{width:auto;min-width:0;max-width:100%}.column>.col-md,.flex>.col-md,.column>.col-md-auto,.column>.col-md-12,.column>.col-md-11,.column>.col-md-10,.column>.col-md-9,.column>.col-md-8,.column>.col-md-7,.column>.col-md-6,.column>.col-md-5,.column>.col-md-4,.column>.col-md-3,.column>.col-md-2,.column>.col-md-1,.column>.col-md-0,.flex>.col-md-auto,.flex>.col-md-12,.flex>.col-md-11,.flex>.col-md-10,.flex>.col-md-9,.flex>.col-md-8,.flex>.col-md-7,.flex>.col-md-6,.flex>.col-md-5,.flex>.col-md-4,.flex>.col-md-3,.flex>.col-md-2,.flex>.col-md-1,.flex>.col-md-0,.column>.col-md-grow,.flex>.col-md-grow,.column>.col-md-shrink,.flex>.col-md-shrink{height:auto;min-height:0;max-height:100%}.col-md{flex:10000 1 0%}.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-md-0{flex:0 0 auto}.col-md-grow{flex:1 0 auto}.col-md-shrink{flex:0 1 auto}.row>.col-md-0{height:auto;width:0%}.row>.offset-md-0{margin-left:0%}.column>.col-md-0{height:0%;width:auto}.row>.col-md-1{height:auto;width:8.3333%}.row>.offset-md-1{margin-left:8.3333%}.column>.col-md-1{height:8.3333%;width:auto}.row>.col-md-2{height:auto;width:16.6667%}.row>.offset-md-2{margin-left:16.6667%}.column>.col-md-2{height:16.6667%;width:auto}.row>.col-md-3{height:auto;width:25%}.row>.offset-md-3{margin-left:25%}.column>.col-md-3{height:25%;width:auto}.row>.col-md-4{height:auto;width:33.3333%}.row>.offset-md-4{margin-left:33.3333%}.column>.col-md-4{height:33.3333%;width:auto}.row>.col-md-5{height:auto;width:41.6667%}.row>.offset-md-5{margin-left:41.6667%}.column>.col-md-5{height:41.6667%;width:auto}.row>.col-md-6{height:auto;width:50%}.row>.offset-md-6{margin-left:50%}.column>.col-md-6{height:50%;width:auto}.row>.col-md-7{height:auto;width:58.3333%}.row>.offset-md-7{margin-left:58.3333%}.column>.col-md-7{height:58.3333%;width:auto}.row>.col-md-8{height:auto;width:66.6667%}.row>.offset-md-8{margin-left:66.6667%}.column>.col-md-8{height:66.6667%;width:auto}.row>.col-md-9{height:auto;width:75%}.row>.offset-md-9{margin-left:75%}.column>.col-md-9{height:75%;width:auto}.row>.col-md-10{height:auto;width:83.3333%}.row>.offset-md-10{margin-left:83.3333%}.column>.col-md-10{height:83.3333%;width:auto}.row>.col-md-11{height:auto;width:91.6667%}.row>.offset-md-11{margin-left:91.6667%}.column>.col-md-11{height:91.6667%;width:auto}.row>.col-md-12{height:auto;width:100%}.row>.offset-md-12{margin-left:100%}.column>.col-md-12{height:100%;width:auto}}@media (min-width: 1440px){.row>.col-lg,.flex>.col-lg,.row>.col-lg-auto,.row>.col-lg-12,.row>.col-lg-11,.row>.col-lg-10,.row>.col-lg-9,.row>.col-lg-8,.row>.col-lg-7,.row>.col-lg-6,.row>.col-lg-5,.row>.col-lg-4,.row>.col-lg-3,.row>.col-lg-2,.row>.col-lg-1,.row>.col-lg-0,.flex>.col-lg-auto,.flex>.col-lg-12,.flex>.col-lg-11,.flex>.col-lg-10,.flex>.col-lg-9,.flex>.col-lg-8,.flex>.col-lg-7,.flex>.col-lg-6,.flex>.col-lg-5,.flex>.col-lg-4,.flex>.col-lg-3,.flex>.col-lg-2,.flex>.col-lg-1,.flex>.col-lg-0,.row>.col-lg-grow,.flex>.col-lg-grow,.row>.col-lg-shrink,.flex>.col-lg-shrink{width:auto;min-width:0;max-width:100%}.column>.col-lg,.flex>.col-lg,.column>.col-lg-auto,.column>.col-lg-12,.column>.col-lg-11,.column>.col-lg-10,.column>.col-lg-9,.column>.col-lg-8,.column>.col-lg-7,.column>.col-lg-6,.column>.col-lg-5,.column>.col-lg-4,.column>.col-lg-3,.column>.col-lg-2,.column>.col-lg-1,.column>.col-lg-0,.flex>.col-lg-auto,.flex>.col-lg-12,.flex>.col-lg-11,.flex>.col-lg-10,.flex>.col-lg-9,.flex>.col-lg-8,.flex>.col-lg-7,.flex>.col-lg-6,.flex>.col-lg-5,.flex>.col-lg-4,.flex>.col-lg-3,.flex>.col-lg-2,.flex>.col-lg-1,.flex>.col-lg-0,.column>.col-lg-grow,.flex>.col-lg-grow,.column>.col-lg-shrink,.flex>.col-lg-shrink{height:auto;min-height:0;max-height:100%}.col-lg{flex:10000 1 0%}.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-lg-0{flex:0 0 auto}.col-lg-grow{flex:1 0 auto}.col-lg-shrink{flex:0 1 auto}.row>.col-lg-0{height:auto;width:0%}.row>.offset-lg-0{margin-left:0%}.column>.col-lg-0{height:0%;width:auto}.row>.col-lg-1{height:auto;width:8.3333%}.row>.offset-lg-1{margin-left:8.3333%}.column>.col-lg-1{height:8.3333%;width:auto}.row>.col-lg-2{height:auto;width:16.6667%}.row>.offset-lg-2{margin-left:16.6667%}.column>.col-lg-2{height:16.6667%;width:auto}.row>.col-lg-3{height:auto;width:25%}.row>.offset-lg-3{margin-left:25%}.column>.col-lg-3{height:25%;width:auto}.row>.col-lg-4{height:auto;width:33.3333%}.row>.offset-lg-4{margin-left:33.3333%}.column>.col-lg-4{height:33.3333%;width:auto}.row>.col-lg-5{height:auto;width:41.6667%}.row>.offset-lg-5{margin-left:41.6667%}.column>.col-lg-5{height:41.6667%;width:auto}.row>.col-lg-6{height:auto;width:50%}.row>.offset-lg-6{margin-left:50%}.column>.col-lg-6{height:50%;width:auto}.row>.col-lg-7{height:auto;width:58.3333%}.row>.offset-lg-7{margin-left:58.3333%}.column>.col-lg-7{height:58.3333%;width:auto}.row>.col-lg-8{height:auto;width:66.6667%}.row>.offset-lg-8{margin-left:66.6667%}.column>.col-lg-8{height:66.6667%;width:auto}.row>.col-lg-9{height:auto;width:75%}.row>.offset-lg-9{margin-left:75%}.column>.col-lg-9{height:75%;width:auto}.row>.col-lg-10{height:auto;width:83.3333%}.row>.offset-lg-10{margin-left:83.3333%}.column>.col-lg-10{height:83.3333%;width:auto}.row>.col-lg-11{height:auto;width:91.6667%}.row>.offset-lg-11{margin-left:91.6667%}.column>.col-lg-11{height:91.6667%;width:auto}.row>.col-lg-12{height:auto;width:100%}.row>.offset-lg-12{margin-left:100%}.column>.col-lg-12{height:100%;width:auto}}@media (min-width: 1920px){.row>.col-xl,.flex>.col-xl,.row>.col-xl-auto,.row>.col-xl-12,.row>.col-xl-11,.row>.col-xl-10,.row>.col-xl-9,.row>.col-xl-8,.row>.col-xl-7,.row>.col-xl-6,.row>.col-xl-5,.row>.col-xl-4,.row>.col-xl-3,.row>.col-xl-2,.row>.col-xl-1,.row>.col-xl-0,.flex>.col-xl-auto,.flex>.col-xl-12,.flex>.col-xl-11,.flex>.col-xl-10,.flex>.col-xl-9,.flex>.col-xl-8,.flex>.col-xl-7,.flex>.col-xl-6,.flex>.col-xl-5,.flex>.col-xl-4,.flex>.col-xl-3,.flex>.col-xl-2,.flex>.col-xl-1,.flex>.col-xl-0,.row>.col-xl-grow,.flex>.col-xl-grow,.row>.col-xl-shrink,.flex>.col-xl-shrink{width:auto;min-width:0;max-width:100%}.column>.col-xl,.flex>.col-xl,.column>.col-xl-auto,.column>.col-xl-12,.column>.col-xl-11,.column>.col-xl-10,.column>.col-xl-9,.column>.col-xl-8,.column>.col-xl-7,.column>.col-xl-6,.column>.col-xl-5,.column>.col-xl-4,.column>.col-xl-3,.column>.col-xl-2,.column>.col-xl-1,.column>.col-xl-0,.flex>.col-xl-auto,.flex>.col-xl-12,.flex>.col-xl-11,.flex>.col-xl-10,.flex>.col-xl-9,.flex>.col-xl-8,.flex>.col-xl-7,.flex>.col-xl-6,.flex>.col-xl-5,.flex>.col-xl-4,.flex>.col-xl-3,.flex>.col-xl-2,.flex>.col-xl-1,.flex>.col-xl-0,.column>.col-xl-grow,.flex>.col-xl-grow,.column>.col-xl-shrink,.flex>.col-xl-shrink{height:auto;min-height:0;max-height:100%}.col-xl{flex:10000 1 0%}.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-xl-0{flex:0 0 auto}.col-xl-grow{flex:1 0 auto}.col-xl-shrink{flex:0 1 auto}.row>.col-xl-0{height:auto;width:0%}.row>.offset-xl-0{margin-left:0%}.column>.col-xl-0{height:0%;width:auto}.row>.col-xl-1{height:auto;width:8.3333%}.row>.offset-xl-1{margin-left:8.3333%}.column>.col-xl-1{height:8.3333%;width:auto}.row>.col-xl-2{height:auto;width:16.6667%}.row>.offset-xl-2{margin-left:16.6667%}.column>.col-xl-2{height:16.6667%;width:auto}.row>.col-xl-3{height:auto;width:25%}.row>.offset-xl-3{margin-left:25%}.column>.col-xl-3{height:25%;width:auto}.row>.col-xl-4{height:auto;width:33.3333%}.row>.offset-xl-4{margin-left:33.3333%}.column>.col-xl-4{height:33.3333%;width:auto}.row>.col-xl-5{height:auto;width:41.6667%}.row>.offset-xl-5{margin-left:41.6667%}.column>.col-xl-5{height:41.6667%;width:auto}.row>.col-xl-6{height:auto;width:50%}.row>.offset-xl-6{margin-left:50%}.column>.col-xl-6{height:50%;width:auto}.row>.col-xl-7{height:auto;width:58.3333%}.row>.offset-xl-7{margin-left:58.3333%}.column>.col-xl-7{height:58.3333%;width:auto}.row>.col-xl-8{height:auto;width:66.6667%}.row>.offset-xl-8{margin-left:66.6667%}.column>.col-xl-8{height:66.6667%;width:auto}.row>.col-xl-9{height:auto;width:75%}.row>.offset-xl-9{margin-left:75%}.column>.col-xl-9{height:75%;width:auto}.row>.col-xl-10{height:auto;width:83.3333%}.row>.offset-xl-10{margin-left:83.3333%}.column>.col-xl-10{height:83.3333%;width:auto}.row>.col-xl-11{height:auto;width:91.6667%}.row>.offset-xl-11{margin-left:91.6667%}.column>.col-xl-11{height:91.6667%;width:auto}.row>.col-xl-12{height:auto;width:100%}.row>.offset-xl-12{margin-left:100%}.column>.col-xl-12{height:100%;width:auto}}.rounded-borders{border-radius:4px}.border-radius-inherit{border-radius:inherit}.no-transition{transition:none!important}.transition-0{transition:0s!important}.glossy{background-image:linear-gradient(to bottom,#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a)!important}.q-placeholder::placeholder{color:inherit;opacity:.7}.q-body--fullscreen-mixin,.q-body--prevent-scroll{position:fixed!important}.q-body--force-scrollbar-x{overflow-x:scroll}.q-body--force-scrollbar-y{overflow-y:scroll}.q-no-input-spinner{-moz-appearance:textfield!important}.q-no-input-spinner::-webkit-outer-spin-button,.q-no-input-spinner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.q-link{outline:0;text-decoration:none}.q-link--focusable:focus-visible{-webkit-text-decoration:underline dashed currentColor 1px;text-decoration:underline dashed currentColor 1px}body.electron .q-electron-drag{-webkit-user-select:none;-webkit-app-region:drag}body.electron .q-electron-drag .q-btn-item,body.electron .q-electron-drag--exception{-webkit-app-region:no-drag}img.responsive{max-width:100%;height:auto}.non-selectable{-webkit-user-select:none!important;user-select:none!important}.scroll,body.mobile .scroll--mobile{overflow:auto}.scroll,.scroll-x,.scroll-y{-webkit-overflow-scrolling:touch;will-change:scroll-position}.scroll-x{overflow-x:auto}.scroll-y{overflow-y:auto}.no-scroll{overflow:hidden!important}.no-pointer-events,.no-pointer-events--children,.no-pointer-events--children *{pointer-events:none!important}.all-pointer-events{pointer-events:all!important}.cursor-pointer{cursor:pointer!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-inherit{cursor:inherit!important}.cursor-none{cursor:none!important}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}.rotate-45{transform:rotate(45deg)}.rotate-90{transform:rotate(90deg)}.rotate-135{transform:rotate(135deg)}.rotate-180{transform:rotate(180deg)}.rotate-225{transform:rotate(225deg)}.rotate-270{transform:rotate(270deg)}.rotate-315{transform:rotate(315deg)}.flip-horizontal{transform:scaleX(-1)}.flip-vertical{transform:scaleY(-1)}.float-left{float:left}.float-right{float:right}.relative-position{position:relative}.fixed,.fixed-full,.fullscreen,.fixed-center,.fixed-bottom,.fixed-left,.fixed-right,.fixed-top,.fixed-top-left,.fixed-top-right,.fixed-bottom-left,.fixed-bottom-right{position:fixed}.absolute,.absolute-full,.absolute-center,.absolute-bottom,.absolute-left,.absolute-right,.absolute-top,.absolute-top-left,.absolute-top-right,.absolute-bottom-left,.absolute-bottom-right{position:absolute}.fixed-top,.absolute-top{top:0;left:0;right:0}.fixed-right,.absolute-right{top:0;right:0;bottom:0}.fixed-bottom,.absolute-bottom{right:0;bottom:0;left:0}.fixed-left,.absolute-left{top:0;bottom:0;left:0}.fixed-top-left,.absolute-top-left{top:0;left:0}.fixed-top-right,.absolute-top-right{top:0;right:0}.fixed-bottom-left,.absolute-bottom-left{bottom:0;left:0}.fixed-bottom-right,.absolute-bottom-right{bottom:0;right:0}.fullscreen{z-index:6000;border-radius:0!important;max-width:100vw;max-height:100vh}body.q-ios-padding .fullscreen{padding-top:20px!important;padding-top:env(safe-area-inset-top)!important;padding-bottom:env(safe-area-inset-bottom)!important}.absolute-full,.fullscreen,.fixed-full{top:0;right:0;bottom:0;left:0}.fixed-center,.absolute-center{top:50%;left:50%;transform:translate(-50%,-50%)}.vertical-top{vertical-align:top!important}.vertical-middle{vertical-align:middle!important}.vertical-bottom{vertical-align:bottom!important}.on-left{margin-right:12px}.on-right{margin-left:12px}.q-position-engine{margin-top:var(--q-pe-top, 0)!important;margin-left:var(--q-pe-left, 0)!important;will-change:auto;visibility:collapse}:root{--q-size-xs: 0;--q-size-sm: 600px;--q-size-md: 1024px;--q-size-lg: 1440px;--q-size-xl: 1920px}.fit{width:100%!important;height:100%!important}.full-height{height:100%!important}.full-width{width:100%!important;margin-left:0!important;margin-right:0!important}.window-height{margin-top:0!important;margin-bottom:0!important;height:100vh!important}.window-width{margin-left:0!important;margin-right:0!important;width:100vw!important}.block{display:block!important}.inline-block{display:inline-block!important}.q-pa-none{padding:0}.q-pl-none{padding-left:0}.q-pr-none{padding-right:0}.q-pt-none{padding-top:0}.q-pb-none{padding-bottom:0}.q-px-none{padding-left:0;padding-right:0}.q-py-none{padding-top:0;padding-bottom:0}.q-ma-none{margin:0}.q-ml-none{margin-left:0}.q-mr-none{margin-right:0}.q-mt-none{margin-top:0}.q-mb-none{margin-bottom:0}.q-mx-none{margin-left:0;margin-right:0}.q-my-none{margin-top:0;margin-bottom:0}.q-pa-xs{padding:4px}.q-pl-xs{padding-left:4px}.q-pr-xs{padding-right:4px}.q-pt-xs{padding-top:4px}.q-pb-xs{padding-bottom:4px}.q-px-xs{padding-left:4px;padding-right:4px}.q-py-xs{padding-top:4px;padding-bottom:4px}.q-ma-xs{margin:4px}.q-ml-xs{margin-left:4px}.q-mr-xs{margin-right:4px}.q-mt-xs{margin-top:4px}.q-mb-xs{margin-bottom:4px}.q-mx-xs{margin-left:4px;margin-right:4px}.q-my-xs{margin-top:4px;margin-bottom:4px}.q-pa-sm{padding:8px}.q-pl-sm{padding-left:8px}.q-pr-sm{padding-right:8px}.q-pt-sm{padding-top:8px}.q-pb-sm{padding-bottom:8px}.q-px-sm{padding-left:8px;padding-right:8px}.q-py-sm{padding-top:8px;padding-bottom:8px}.q-ma-sm{margin:8px}.q-ml-sm{margin-left:8px}.q-mr-sm{margin-right:8px}.q-mt-sm{margin-top:8px}.q-mb-sm{margin-bottom:8px}.q-mx-sm{margin-left:8px;margin-right:8px}.q-my-sm{margin-top:8px;margin-bottom:8px}.q-pa-md{padding:16px}.q-pl-md{padding-left:16px}.q-pr-md{padding-right:16px}.q-pt-md{padding-top:16px}.q-pb-md{padding-bottom:16px}.q-px-md{padding-left:16px;padding-right:16px}.q-py-md{padding-top:16px;padding-bottom:16px}.q-ma-md{margin:16px}.q-ml-md{margin-left:16px}.q-mr-md{margin-right:16px}.q-mt-md{margin-top:16px}.q-mb-md{margin-bottom:16px}.q-mx-md{margin-left:16px;margin-right:16px}.q-my-md{margin-top:16px;margin-bottom:16px}.q-pa-lg{padding:24px}.q-pl-lg{padding-left:24px}.q-pr-lg{padding-right:24px}.q-pt-lg{padding-top:24px}.q-pb-lg{padding-bottom:24px}.q-px-lg{padding-left:24px;padding-right:24px}.q-py-lg{padding-top:24px;padding-bottom:24px}.q-ma-lg{margin:24px}.q-ml-lg{margin-left:24px}.q-mr-lg{margin-right:24px}.q-mt-lg{margin-top:24px}.q-mb-lg{margin-bottom:24px}.q-mx-lg{margin-left:24px;margin-right:24px}.q-my-lg{margin-top:24px;margin-bottom:24px}.q-pa-xl{padding:48px}.q-pl-xl{padding-left:48px}.q-pr-xl{padding-right:48px}.q-pt-xl{padding-top:48px}.q-pb-xl{padding-bottom:48px}.q-px-xl{padding-left:48px;padding-right:48px}.q-py-xl{padding-top:48px;padding-bottom:48px}.q-ma-xl{margin:48px}.q-ml-xl{margin-left:48px}.q-mr-xl{margin-right:48px}.q-mt-xl{margin-top:48px}.q-mb-xl{margin-bottom:48px}.q-mx-xl{margin-left:48px;margin-right:48px}.q-my-xl{margin-top:48px;margin-bottom:48px}.q-mt-auto,.q-my-auto{margin-top:auto}.q-ml-auto{margin-left:auto}.q-mb-auto,.q-my-auto{margin-bottom:auto}.q-mr-auto{margin-right:auto}.q-mx-auto{margin-left:auto;margin-right:auto}.q-touch{-webkit-user-select:none;user-select:none;user-drag:none;-khtml-user-drag:none;-webkit-user-drag:none}.q-touch-x{touch-action:pan-x}.q-touch-y{touch-action:pan-y}:root{--q-transition-duration: .3s}.q-transition--slide-right-enter-active,.q-transition--slide-right-leave-active,.q-transition--slide-left-enter-active,.q-transition--slide-left-leave-active,.q-transition--slide-up-enter-active,.q-transition--slide-up-leave-active,.q-transition--slide-down-enter-active,.q-transition--slide-down-leave-active,.q-transition--jump-right-enter-active,.q-transition--jump-right-leave-active,.q-transition--jump-left-enter-active,.q-transition--jump-left-leave-active,.q-transition--jump-up-enter-active,.q-transition--jump-up-leave-active,.q-transition--jump-down-enter-active,.q-transition--jump-down-leave-active,.q-transition--fade-enter-active,.q-transition--fade-leave-active,.q-transition--scale-enter-active,.q-transition--scale-leave-active,.q-transition--rotate-enter-active,.q-transition--rotate-leave-active,.q-transition--flip-enter-active,.q-transition--flip-leave-active{--q-transition-duration: .3s;--q-transition-easing: cubic-bezier(.215,.61,.355,1)}.q-transition--slide-right-leave-active,.q-transition--slide-left-leave-active,.q-transition--slide-up-leave-active,.q-transition--slide-down-leave-active,.q-transition--jump-right-leave-active,.q-transition--jump-left-leave-active,.q-transition--jump-up-leave-active,.q-transition--jump-down-leave-active,.q-transition--fade-leave-active,.q-transition--scale-leave-active,.q-transition--rotate-leave-active,.q-transition--flip-leave-active{position:absolute}.q-transition--slide-right-enter-active,.q-transition--slide-right-leave-active,.q-transition--slide-left-enter-active,.q-transition--slide-left-leave-active,.q-transition--slide-up-enter-active,.q-transition--slide-up-leave-active,.q-transition--slide-down-enter-active,.q-transition--slide-down-leave-active{transition:transform var(--q-transition-duration) var(--q-transition-easing)}.q-transition--slide-right-enter-from{transform:translate3d(-100%,0,0)}.q-transition--slide-right-leave-to,.q-transition--slide-left-enter-from{transform:translate3d(100%,0,0)}.q-transition--slide-left-leave-to{transform:translate3d(-100%,0,0)}.q-transition--slide-up-enter-from{transform:translate3d(0,100%,0)}.q-transition--slide-up-leave-to,.q-transition--slide-down-enter-from{transform:translate3d(0,-100%,0)}.q-transition--slide-down-leave-to{transform:translate3d(0,100%,0)}.q-transition--jump-right-enter-active,.q-transition--jump-right-leave-active,.q-transition--jump-left-enter-active,.q-transition--jump-left-leave-active,.q-transition--jump-up-enter-active,.q-transition--jump-up-leave-active,.q-transition--jump-down-enter-active,.q-transition--jump-down-leave-active{transition:opacity var(--q-transition-duration),transform var(--q-transition-duration)}.q-transition--jump-right-enter-from,.q-transition--jump-right-leave-to,.q-transition--jump-left-enter-from,.q-transition--jump-left-leave-to,.q-transition--jump-up-enter-from,.q-transition--jump-up-leave-to,.q-transition--jump-down-enter-from,.q-transition--jump-down-leave-to{opacity:0}.q-transition--jump-right-enter-from{transform:translate3d(-15px,0,0)}.q-transition--jump-right-leave-to,.q-transition--jump-left-enter-from{transform:translate3d(15px,0,0)}.q-transition--jump-left-leave-to{transform:translate(-15px)}.q-transition--jump-up-enter-from{transform:translate3d(0,15px,0)}.q-transition--jump-up-leave-to,.q-transition--jump-down-enter-from{transform:translate3d(0,-15px,0)}.q-transition--jump-down-leave-to{transform:translate3d(0,15px,0)}.q-transition--fade-enter-active,.q-transition--fade-leave-active{transition:opacity var(--q-transition-duration) ease-out}.q-transition--fade-enter-from,.q-transition--fade-leave-to{opacity:0}.q-transition--scale-enter-active,.q-transition--scale-leave-active{transition:opacity var(--q-transition-duration),transform var(--q-transition-duration) var(--q-transition-easing)}.q-transition--scale-enter-from,.q-transition--scale-leave-to{opacity:0;transform:scale3d(0,0,1)}.q-transition--rotate-enter-active,.q-transition--rotate-leave-active{transition:opacity var(--q-transition-duration),transform var(--q-transition-duration) var(--q-transition-easing);transform-style:preserve-3d}.q-transition--rotate-enter-from,.q-transition--rotate-leave-to{opacity:0;transform:scale3d(0,0,1) rotate3d(0,0,1,90deg)}.q-transition--flip-right-enter-active,.q-transition--flip-right-leave-active,.q-transition--flip-left-enter-active,.q-transition--flip-left-leave-active,.q-transition--flip-up-enter-active,.q-transition--flip-up-leave-active,.q-transition--flip-down-enter-active,.q-transition--flip-down-leave-active{transition:transform var(--q-transition-duration);backface-visibility:hidden}.q-transition--flip-right-enter-to,.q-transition--flip-right-leave-from,.q-transition--flip-left-enter-to,.q-transition--flip-left-leave-from,.q-transition--flip-up-enter-to,.q-transition--flip-up-leave-from,.q-transition--flip-down-enter-to,.q-transition--flip-down-leave-from{transform:perspective(400px) rotate3d(1,1,0,0)}.q-transition--flip-right-enter-from{transform:perspective(400px) rotateY(-180deg)}.q-transition--flip-right-leave-to,.q-transition--flip-left-enter-from{transform:perspective(400px) rotateY(180deg)}.q-transition--flip-left-leave-to{transform:perspective(400px) rotateY(-180deg)}.q-transition--flip-up-enter-from{transform:perspective(400px) rotateX(-180deg)}.q-transition--flip-up-leave-to,.q-transition--flip-down-enter-from{transform:perspective(400px) rotateX(180deg)}.q-transition--flip-down-leave-to{transform:perspective(400px) rotateX(-180deg)}body{min-width:100px;min-height:100%;font-family:Roboto,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;line-height:1.5;font-size:14px}h1{font-size:6rem;font-weight:300;line-height:6rem;letter-spacing:-.01562em}h2{font-size:3.75rem;font-weight:300;line-height:3.75rem;letter-spacing:-.00833em}h3{font-size:3rem;font-weight:400;line-height:3.125rem;letter-spacing:normal}h4{font-size:2.125rem;font-weight:400;line-height:2.5rem;letter-spacing:.00735em}h5{font-size:1.5rem;font-weight:400;line-height:2rem;letter-spacing:normal}h6{font-size:1.25rem;font-weight:500;line-height:2rem;letter-spacing:.0125em}p{margin:0 0 16px}.text-h1{font-size:6rem;font-weight:300;line-height:6rem;letter-spacing:-.01562em}.text-h2{font-size:3.75rem;font-weight:300;line-height:3.75rem;letter-spacing:-.00833em}.text-h3{font-size:3rem;font-weight:400;line-height:3.125rem;letter-spacing:normal}.text-h4{font-size:2.125rem;font-weight:400;line-height:2.5rem;letter-spacing:.00735em}.text-h5{font-size:1.5rem;font-weight:400;line-height:2rem;letter-spacing:normal}.text-h6{font-size:1.25rem;font-weight:500;line-height:2rem;letter-spacing:.0125em}.text-subtitle1{font-size:1rem;font-weight:400;line-height:1.75rem;letter-spacing:.00937em}.text-subtitle2{font-size:.875rem;font-weight:500;line-height:1.375rem;letter-spacing:.00714em}.text-body1{font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:.03125em}.text-body2{font-size:.875rem;font-weight:400;line-height:1.25rem;letter-spacing:.01786em}.text-overline{font-size:.75rem;font-weight:500;line-height:2rem;letter-spacing:.16667em}.text-caption{font-size:.75rem;font-weight:400;line-height:1.25rem;letter-spacing:.03333em}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify;-webkit-hyphens:auto;hyphens:auto}.text-italic{font-style:italic}.text-bold{font-weight:700}.text-no-wrap{white-space:nowrap}.text-strike{text-decoration:line-through}.text-weight-thin{font-weight:100}.text-weight-light{font-weight:300}.text-weight-regular{font-weight:400}.text-weight-medium{font-weight:500}.text-weight-bold{font-weight:700}.text-weight-bolder{font-weight:900}small{font-size:80%}big{font-size:170%}sub{bottom:-.25em}sup{top:-.5em}.no-margin{margin:0!important}.no-padding{padding:0!important}.no-border{border:0!important}.no-border-radius{border-radius:0!important}.no-box-shadow{box-shadow:none!important}.no-outline{outline:0!important}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ellipsis-2-lines,.ellipsis-3-lines{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.ellipsis-2-lines{-webkit-line-clamp:2}.ellipsis-3-lines{-webkit-line-clamp:3}.readonly{cursor:default!important}.disabled,.disabled *,[disabled],[disabled] *{outline:0!important;cursor:not-allowed!important}.disabled,[disabled]{opacity:.6!important}.hidden{display:none!important}.invisible,.invisible *{visibility:hidden!important;transition:none!important;animation:none!important}.transparent{background:transparent!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-hidden-y{overflow-y:hidden!important}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.dimmed:after,.light-dimmed:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.dimmed:after{background:#0006!important}.light-dimmed:after{background:#fff9!important}.z-top{z-index:7000!important}.z-max{z-index:9998!important}body:not(.desktop) .desktop-only,body.desktop .desktop-hide{display:none!important}body:not(.mobile) .mobile-only,body.mobile .mobile-hide{display:none!important}body:not(.native-mobile) .native-mobile-only,body.native-mobile .native-mobile-hide{display:none!important}body:not(.cordova) .cordova-only,body.cordova .cordova-hide{display:none!important}body:not(.capacitor) .capacitor-only,body.capacitor .capacitor-hide{display:none!important}body:not(.electron) .electron-only,body.electron .electron-hide{display:none!important}body:not(.touch) .touch-only,body.touch .touch-hide{display:none!important}body:not(.within-iframe) .within-iframe-only,body.within-iframe .within-iframe-hide{display:none!important}body:not(.platform-ios) .platform-ios-only,body.platform-ios .platform-ios-hide{display:none!important}body:not(.platform-android) .platform-android-only,body.platform-android .platform-android-hide{display:none!important}@media all and (orientation: portrait){.orientation-landscape{display:none!important}}@media all and (orientation: landscape){.orientation-portrait{display:none!important}}@media screen{.print-only{display:none!important}}@media print{.print-hide{display:none!important}}@media (max-width: 599.98px){.xs-hide,.gt-xs,.sm,.gt-sm,.md,.gt-md,.lg,.gt-lg,.xl{display:none!important}}@media (min-width: 600px) and (max-width: 1023.98px){.sm-hide,.xs,.lt-sm,.gt-sm,.md,.gt-md,.lg,.gt-lg,.xl{display:none!important}}@media (min-width: 1024px) and (max-width: 1439.98px){.md-hide,.xs,.lt-sm,.sm,.lt-md,.gt-md,.lg,.gt-lg,.xl{display:none!important}}@media (min-width: 1440px) and (max-width: 1919.98px){.lg-hide,.xs,.lt-sm,.sm,.lt-md,.md,.lt-lg,.gt-lg,.xl{display:none!important}}@media (min-width: 1920px){.xl-hide,.xs,.lt-sm,.sm,.lt-md,.md,.lt-lg,.lg,.lt-xl{display:none!important}}.q-focus-helper,.q-focusable,.q-manual-focusable,.q-hoverable{outline:0}body.desktop .q-focus-helper{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;border-radius:inherit;opacity:0;transition:background-color .3s cubic-bezier(.25,.8,.5,1),opacity .4s cubic-bezier(.25,.8,.5,1)}body.desktop .q-focus-helper:before,body.desktop .q-focus-helper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;border-radius:inherit;transition:background-color .3s cubic-bezier(.25,.8,.5,1),opacity .6s cubic-bezier(.25,.8,.5,1)}body.desktop .q-focus-helper:before{background:#000}body.desktop .q-focus-helper:after{background:#fff}body.desktop .q-focus-helper--rounded{border-radius:4px}body.desktop .q-focus-helper--round{border-radius:50%}body.desktop .q-focusable:focus>.q-focus-helper,body.desktop .q-manual-focusable--focused>.q-focus-helper,body.desktop .q-hoverable:hover>.q-focus-helper{background:currentColor;opacity:.15}body.desktop .q-focusable:focus>.q-focus-helper:before,body.desktop .q-manual-focusable--focused>.q-focus-helper:before,body.desktop .q-hoverable:hover>.q-focus-helper:before{opacity:.1}body.desktop .q-focusable:focus>.q-focus-helper:after,body.desktop .q-manual-focusable--focused>.q-focus-helper:after,body.desktop .q-hoverable:hover>.q-focus-helper:after{opacity:.4}body.desktop .q-focusable:focus>.q-focus-helper,body.desktop .q-manual-focusable--focused>.q-focus-helper{opacity:.22}body.body--dark{color:#fff;background:var(--q-dark-page)}.q-dark{color:#fff;background:var(--q-dark)}:root{--sat: env(safe-area-inset-top);--sar: env(safe-area-inset-right);--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left)}.safe-padding{padding-top:var(--sat);padding-right:var(--sar);padding-bottom:var(--sab);padding-left:var(--sal)}.poi-marker{width:30px;height:30px}.poi-marker-content{width:100%;height:100%;border:2px solid white;background-color:#8c8f91;border-radius:50%;animation:poi-marker-pop-up .3s ease-in-out;display:flex;justify-content:center}.poi-marker-content .fi{margin-top:2px;color:#fff;font-size:18px}@keyframes poi-marker-pop-up{0%{transform:scale(.66)}50%{transform:scale(1.1)}to{transform:scale(1)}}.swal2-container{z-index:9999999}:root{--bg-color: #f6f8f9}body{background-color:var(--bg-color)}.q-carousel__arrow{color:#000}@font-face{font-family:PoppinsBold;src:url(/font/Poppins-Bold.ttf) format("truetype");font-weight:700;font-style:normal}.text-headline{font-family:PoppinsBold;color:#193238}@keyframes marker-pop-up{0%{transform:scale(.66)}50%{transform:scale(1.1)}to{transform:scale(1)}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;top:0;right:0;bottom:0;left:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}@font-face{font-family:uicons-regular-rounded;src:url(/assets/uicons-regular-rounded-J3WOUERV-0sU45oCT.woff2) format("woff2"),url(/assets/uicons-regular-rounded-KDJ23353-YBToKgOV.woff) format("woff"),url(/assets/uicons-regular-rounded-ESQGLQQ4-oBMUkbc4.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-CdPka4yL.woff2) format("woff2"),url(/assets/uicons-solid-rounded-UWVI4CEC-BquqBmA0.woff) format("woff"),url(/assets/uicons-solid-rounded-N5CQNTC6-D6eJ0FUi.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-solid-straight;src:url(/assets/uicons-solid-straight-4DZ3VA4V-h_sLUC1L.woff2) format("woff2"),url(/assets/uicons-solid-straight-ITFA7HIK-D8xIydPE.woff) format("woff"),url(/assets/uicons-solid-straight-W4CCEH4W-tgviSdRN.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-regular-straight;src:url(/assets/uicons-regular-straight-2I3O25UC-BTo29w1U.woff2) format("woff2"),url(/assets/uicons-regular-straight-AFQI6GFM-DphnoBbK.woff) format("woff"),url(/assets/uicons-regular-straight-E4NUVXFC-BEgV9gQl.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}.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-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:"Ｌ"}/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/.flag-btn[data-v-8a8ee731]{width:50px;height:50px;cursor:pointer;z-index:99;transition:.2s;transform-origin:center}.flag-btn[data-v-8a8ee731]:hover{transform:scale(1.1)}.flag-btn .flag[data-v-8a8ee731]{pointer-events:none;outline:5px solid white;overflow:visible;transition:.2s}.flag-btn .flag.selected[data-v-8a8ee731]{outline:5px solid var(--q-primary)}.content[data-v-35174d7a]{z-index:1;position:relative}.welcome-dialog[data-v-35174d7a]{overflow-y:auto;position:relative}@media (max-width: 600px){.bottom-img[data-v-35174d7a]{position:fixed!important}}.bottom-img[data-v-35174d7a]{position:absolute;bottom:0;width:100%;height:50vh;z-index:0;-webkit-mask-image:linear-gradient(to bottom,#0000,#000);mask-image:linear-gradient(to bottom,#0000,#000);background-image:url(/img/background/forest.webp);pointer-events:none}
