Loading...
 

PluginList - Hacks and Fun

A collection of tips, hacks and fun things you can do with PluginList that don't really belong anywhere else.

How to reference any of the search indexed parameters

In all the various LIST examples the way the value that a particular Tiki feature can be used is to refer to its 'field' description e.g. tracker_field_myPictures, and the data for this field will be in the search index (if its kept up to date!).

But as the search facilities in Tiki are now very extensive it is not always possible to keep up to date with all the possible parameter 'references' that can be used - so very, very usefully these are all summarised at Search and List from Unified Index.

Set the Browser Page Title

A client needed a wiki page title (set in the </code> tag) changed from the default page name, and (eventually) we did it like this: </p> <div class="codelisting_container"><div class="icon_copy_code far fa-clipboard" tabindex="0" data-clipboard-target="#codebox1"><span class="copy_code_tooltiptext">Copy to clipboard</span></div><pre class="codelisting" data-theme="off" data-syntax="tiki" data-wrap="1" dir="ltr" style="white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;" id="codebox1"><div class="code">{DIV(class="d-none")}{LIST()} {pagination max="1"} {OUTPUT()}{display name="mytitle" pagetitle="y"}{OUTPUT} {FORMAT(name="mytitle")}This is the page title, not the wiki page title{FORMAT} {LIST}{DIV}</div></pre></div> <p> </p> </td></tr></table></section><section><table width="100%" cellpadding="0" cellspace="0"><tr><td colspan="2" style="border-bottom:0px;" class="ss-heading"><h1 class="showhide_heading d-flex justify-content-start" id="Make_a_carousel_with_wikipages"> Make a carousel with wikipages</h1></td></tr><tr><td> <p>You need to create some wikipages and set a category to them. In the example it is the category id 22. LIST will load all pages which contain the category and the carousel will display them. </p> <div class="codelisting_container"><div class="icon_copy_code far fa-clipboard" tabindex="0" data-clipboard-target="#codebox2"><span class="copy_code_tooltiptext">Copy to clipboard</span></div><pre class="codelisting" data-theme="default" data-wrap="1" dir="ltr" style="white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;" id="codebox2"><div class="code">{LIST()} {filter type ="wiki page"} {filter categories="22"} {OUTPUT(template="carousel")} {carousel interval="2000" wrap="true" pause="hover" id="mycarousel" } {body field="page" mode="raw"} {OUTPUT} {FORMAT(name="page")} {display format="wikiplugin" name="wikiplugin_include" page="object_id"} {FORMAT} {LIST}</div></pre></div> <p> </p> </td></tr></table></section><section><table width="100%" cellpadding="0" cellspace="0"><tr><td colspan="2" style="border-bottom:0px;" class="ss-heading"><h1 class="showhide_heading d-flex justify-content-start" id="Add_links_to_view_page_with_item_details_or_update_form_in_the_Bootstrap_modal"> Add links to view page with item details or update form in the Bootstrap modal</h1></td></tr><tr><td> <p>One needs to add class <code>click-modal</code> to the links (buttons) leading to service controller to be displayed in the modal. As there is no working Tracker view item action in the Tracker controller we need to create a wiki page first (in this case named "Item Details") to display the requested item details and use the the Wiki action_get_page controller (the Argument variables pref must be enabled for this example to work with <code>{{itemId}}</code> arg variable): </p> <div class="codelisting_container"><div class="icon_copy_code far fa-clipboard" tabindex="0" data-clipboard-target="#codebox3"><span class="copy_code_tooltiptext">Copy to clipboard</span></div><pre class="codelisting" data-theme="off" data-wrap="1" dir="ltr" style="white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;" id="codebox3"><div class="code">{LIST()}{pagination max=1}{filter field="tracker_id" exact="1"}{filter field="object_id" exact="{{itemId}}"}{OUTPUT()} {display default="" name="wikiplugin_img" format="wikiplugin" fileId="tracker_field_myPictures" default="fileId=4"}{OUTPUT}{ALTERNATE()} {ALTERNATE} {LIST}</div></pre></div> <p> <br>Then we just add those two buttons on our listing of items using PluginList: </p> <div class="codelisting_container"><div class="icon_copy_code far fa-clipboard" tabindex="0" data-clipboard-target="#codebox4"><span class="copy_code_tooltiptext">Copy to clipboard</span></div><pre class="codelisting" data-theme="off" data-wrap="1" dir="ltr" style="white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;" id="codebox4"><div class="code">{LIST()} {filter field="tracker_id" exact="1"}{OUTPUT()} ... | <a class="btn btn-primary click-modal" href="tiki-wiki-get_page?page=Item%20Details&itemId={display name="object_id"}&modal=1">View Details</a>{GROUP(groups=Admins)} <a class="btn btn-dark click-modal" href="tiki-tracker-update_item?trackerId=1&itemId={display name="object_id"}&modal=1">Update Item</a>{GROUP}{OUTPUT} {LIST}</div></pre></div> <p> <br>...add your tips here! </p> <p> <br></p> </body> </td></tr></table></section> <div class="row mx-0 my-3" id="page-bar"> <div class="btn-bar"> <a class="btn btn-info mb-2 " target="" data-role="button" data-inline="true" href="/tiki-pagehistory.php?page=PluginList+-+Hacks+and+Fun">History</a> <a class="btn btn-info mb-2 " target="" data-role="button" data-inline="true" href="/tiki-pagehistory.php?page=PluginList+-+Hacks+and+Fun&source=0">Source</a> </div> </div> <div id="comment-container"></div> <style>[hidden] {display: block !important;}</style> </div> <div id="ss-settings-holder" title="Click for slideshow operations"><span class="fas fa-cogs" style="font-size:1rem;color:#666" id="ss-settings"></span></div> <div id="ss-options" class="d-flex flex-row justify-content-around align-content-end flex-wrap"> <div class="p-2"> <select id="showtheme" class="form-control"> <option value="">Change Theme</option> <option value="black" selected="selected">Black</option><option value="blood" >Blood</option><option value="beige" >Beige</option><option value="league" >League</option><option value="moon" >Moon</option><option value="night" >Night</option><option value="serif" >Serif</option><option value="simple" >Simple</option><option value="sky" >Sky</option><option value="solarized" >Solarized</option> </select> </div> <div class="p-2"> <select id="showtransition" class="form-control"> <option value="">Change Transition</option> <option value="zoom">Zoom</option> <option value="fade">Fade</option> <option value="slide">Slide</option> <option value="convex">Convex</option> <option value="concave">Concave</option> <option value="">Off</option> </select> </div> <div class="p-2" id="reveal-controls"><span class="fas fa-fast-backward me-1" id="firstSlide" title="Go to First Slide"></span><span class="fas fa-step-backward me-1" id="prevSlide" title="Go to Previous Slide"></span><span class="fas fa-play-circle me-1" id="play"></span><span class="fas fa-undo me-1 icon-inactive" id="loop" title="Auto-play in loop"></span><span class="fas fa-step-forward me-1" id="nextSlide" title="Go to Next Slide"></span><span class="fas fa-fast-forward" id="lastSlide" title="Go to Last Slide"></span></div> <div class="p-2" id="listSlides"><span class="fas fa-list me-1" title="List Slides"></span> List Slides</div> <div class="p-2"><a href="tiki-slideshow.php?page=PluginList - Hacks and Fun&pdf=1&landscape=1" target="_blank" id="exportPDF"><span class="far fa-file-pdf"></span> Export PDF</a></div> <div class="p-2"><a href="tiki-slideshow.php?page=PluginList - Hacks and Fun&pdf=1&printslides=1" target="_blank"><span class="fas fa-print"></span> Handouts</a></div> <div class="p-2"><a href="tiki-index.php?page=PluginList - Hacks and Fun"><span class="fas fa-sign-out-alt"></span> Exit Slideshow</a></div> </div> <div id=bootstrap-modal class="modal fade footer-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="myModalLabel1"></h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> </div> <div class="modal-footer"> <button type="button" class="btn btn-link" data-bs-dismiss="modal">Close</button> </div> </div> </div> </div> <div id=bootstrap-modal-2 class="modal fade footer-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="myModalLabel2"></h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> </div> <div class="modal-footer"> <button type="button" class="btn btn-link" data-bs-dismiss="modal">Close</button> </div> </div> </div> </div> <div id=bootstrap-modal-3 class="modal fade footer-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="myModalLabel3"></h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> </div> <div class="modal-footer"> <button type="button" class="btn btn-link" data-bs-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2110868-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2110868-4'); </script> <!-- js_config before loading JSfile --> <script type="text/javascript"> <!--//--><![CDATA[//><!-- // js 0 window.elementPlus = {"select":{"enabled":true,"clearable":false,"collapseTags":false,"maxCollapseTags":3,"filterable":false,"allowCreate":false,"ordering":false},"autocomplete":true}; //--><!]]> </script> <script type="module" name="App"> // js_modules 0 import "@jquery-tiki/tiki-svgedit_draw"; import * as bootstrap from "bootstrap"; window.bootstrap = bootstrap; import "@jquery-tiki/tiki-calendar"; import "@jquery-tiki/fullcalendar_to_pdf"; import Sortable from "sortablejs"; window.Sortable = Sortable; import '@shoelace/color-picker'; import { textareaColorpicker } from '@jquery-tiki/ui-utils'; textareaColorpicker(); import * as elementPlus from '@vue-widgets/element-plus-ui'; elementPlus.applySelect(); import { autocomplete } from '@jquery-tiki/ui-utils'; window.autocomplete = autocomplete; </script> <script type="text/javascript" src="temp/public/min_main_5b9e77a4a6fdbc3ef7ea8fc328bcaa7a.js"></script> <script type="text/javascript" src="temp/public/min_main_7ce5fb6bf3716b17e97befc18990aab3.js"></script> <script type="text/javascript"> <!--//--><![CDATA[//><!-- // js 0 window.tikiroot = "/"; tiki_cookie_jar=new Object(); $.lang = 'en'; // JS Object to hold prefs for jq var jqueryTiki = {"ui":true,"ui_theme":"flick","tooltips":true,"autocomplete":true,"smartmenus":false,"smartmenus_collapsible_behavior":"default","smartmenus_open_close_click":false,"reflection":true,"tablesorter":true,"colorbox":true,"cboxCurrent":"{current} / {total}","sheet":true,"carousel":true,"validate":true,"zoom":true,"url_fragment_guesser":false,"effect":"","effect_direction":"vertical","effect_speed":"400","effect_tabs":"none","effect_tabs_direction":"vertical","effect_tabs_speed":"fast","home_file_gallery":"5","autosave":true,"sefurl":true,"ajax":true,"syntaxHighlighter":false,"select2":true,"select2_sortable":false,"mapTileSets":["openstreetmap"],"infoboxTypes":["trackeritem","activity"],"googleStreetView":false,"googleStreetViewOverlay":false,"googleMapsAPIKey":"ABQIAAAAQNyVqGjgbUkeBZjVGN43nBQm7qDLuUr6PD9lu03O3Na4Jgp-xBTEdlCs9LWoI9vHWo2xg50eOgmWKw","structurePageRepeat":false,"no_cookie":false,"cookie_consent_analytics":false,"language":"en","useInlineComment":true,"useInlineAnnotations":false,"helpurl":"http://doc.tiki.org/","shortDateFormat":"yy-mm-dd","shortTimeFormat":"HH:mm","changeMonth":false,"changeYear":false,"username":null,"userRealName":"","userAvatar":"https://doc.tiki.org/img/noavatar.png?v=1687888517","autoToc_inline":false,"autoToc_pos":"right","autoToc_offset":"44","autoToc_tabs":"no","bingMapsAPIKey":"","nextzenAPIKey":"","numericFieldScroll":"none","themeIconset":"default","display_start_year":"-3","display_end_year":"+1","display_field_order":"MDY","tiki_same_day_time_only":"y","jquery_timeago":true,"short_date_format":"%a %d %b, %Y","short_time_format":"%H:%M %Z","securityTimeout":14400,"current_object":{"type":"wiki page","object":"PluginList - Hacks and Fun"},"usernamePattern":"/^[ '\\-_a-zA-Z0-9@\\.]*$/","print_pdf_from_url":"mpdf","firstDayofWeek":0} var syntaxHighlighter = { ready: function(textarea, settings) { return null; }, sync: function(textarea) { return null; }, add: function(editor, $input, none, skipResize) { return null; }, remove: function($input) { return null; }, get: function($input) { return null; }, fullscreen: function(textarea) { return null; }, find: function(textareaEditor, val) { return null; }, searchCursor: [], replace: function(textareaEditor, val, replaceVal) { return null; }, insertAt: function(textareaEditor, replaceString, perLine, blockLevel) { return null; } };$(document).on("shown.bs.modal", function(event) { $(event.target).find(".modal-dialog") .css({ left: "", top: "" }) .draggable({ handle: ".modal-header", cursor: "grabbing" }); });$(document).on("tiki.modal.redraw", function(event) { var $modalContent = $(event.target); if (!$modalContent.is(".modal-content")) { $modalContent = $modalContent.find(".modal-content") } if ($modalContent.is(".ui-resizable") && $modalContent.resizable("instance").started) { $modalContent.resizable("destroy"); } $modalContent .css({ width: "", height: "" }) .resizable({ minHeight: 100, minWidth: 200 }) .find(".modal-body").css({ "overflow": "auto" }); }); jqueryTiki.iconset = {"defaults":["ad","address-book","address-card","adjust","air-freshener","align-center","align-justify","align-left","align-right","allergies","ambulance","american-sign-language-interpreting","anchor","angle-double-down","angle-double-left","angle-double-right","angle-double-up","angle-down","angle-left","angle-right","angle-up","angry","ankh","apple-alt","archive","archway","arrow-alt-circle-down","arrow-alt-circle-left","arrow-alt-circle-right","arrow-alt-circle-up","arrow-circle-down","arrow-circle-left","arrow-circle-right","arrow-circle-up","arrow-down","arrow-left","arrow-right","arrow-up","arrows-alt","arrows-alt-h","arrows-alt-v","assistive-listening-systems","asterisk","at","atlas","atom","audio-description","award","baby","baby-carriage","backspace","backward","bacon","bacteria","bacterium","bahai","balance-scale","balance-scale-left","balance-scale-right","ban","band-aid","barcode","bars","baseball-ball","basketball-ball","bath","battery-empty","battery-full","battery-half","battery-quarter","battery-three-quarters","bed","beer","bell","bell-slash","bezier-curve","bible","bicycle","biking","binoculars","biohazard","birthday-cake","blender","blender-phone","blind","blog","bold","bolt","bomb","bone","bong","book","book-dead","book-medical","book-open","book-reader","bookmark","border-all","border-none","border-style","bowling-ball","box","box-open","box-tissue","boxes","braille","brain","bread-slice","briefcase","briefcase-medical","broadcast-tower","broom","brush","bug","building","bullhorn","bullseye","burn","bus","bus-alt","business-time","calculator","calendar","calendar-alt","calendar-check","calendar-day","calendar-minus","calendar-plus","calendar-times","calendar-week","camera","camera-retro","campground","candy-cane","cannabis","capsules","car","car-alt","car-battery","car-crash","car-side","caravan","caret-down","caret-left","caret-right","caret-square-down","caret-square-left","caret-square-right","caret-square-up","caret-up","carrot","cart-arrow-down","cart-plus","cash-register","cat","certificate","chair","chalkboard","chalkboard-teacher","charging-station","chart-area","chart-bar","chart-line","chart-pie","check","check-circle","check-double","check-square","cheese","chess","chess-bishop","chess-board","chess-king","chess-knight","chess-pawn","chess-queen","chess-rook","chevron-circle-down","chevron-circle-left","chevron-circle-right","chevron-circle-up","chevron-down","chevron-left","chevron-right","chevron-up","child","church","circle","circle-notch","city","clinic-medical","clipboard","clipboard-check","clipboard-list","clock","clone","closed-captioning","cloud","cloud-download-alt","cloud-meatball","cloud-moon","cloud-moon-rain","cloud-rain","cloud-showers-heavy","cloud-sun","cloud-sun-rain","cloud-upload-alt","cocktail","code","code-branch","coffee","cog","cogs","coins","columns","comment","comment-alt","comment-dollar","comment-dots","comment-medical","comment-slash","comments","comments-dollar","compact-disc","compass","compress","compress-alt","compress-arrows-alt","concierge-bell","cookie","cookie-bite","copy","copyright","couch","credit-card","crop","crop-alt","cross","crosshairs","crow","crown","crutch","cube","cubes","cut","database","deaf","democrat","desktop","dharmachakra","diagnoses","dice","dice-d20","dice-d6","dice-five","dice-four","dice-one","dice-six","dice-three","dice-two","digital-tachograph","directions","disease","divide","dizzy","dna","dog","dollar-sign","dolly","dolly-flatbed","donate","door-closed","door-open","dot-circle","dove","download","drafting-compass","dragon","draw-polygon","drum","drum-steelpan","drumstick-bite","dumbbell","dumpster","dumpster-fire","dungeon","edit","egg","eject","ellipsis-h","ellipsis-v","envelope","envelope-open","envelope-open-text","envelope-square","equals","eraser","ethernet","euro-sign","exchange-alt","exclamation","exclamation-circle","exclamation-triangle","expand","expand-alt","expand-arrows-alt","external-link-alt","external-link-square-alt","eye","eye-dropper","eye-slash","fan","fast-backward","fast-forward","faucet","fax","feather","feather-alt","female","fighter-jet","file","file-alt","file-archive","file-audio","file-code","file-contract","file-csv","file-download","file-excel","file-export","file-image","file-import","file-invoice","file-invoice-dollar","file-medical","file-medical-alt","file-pdf","file-powerpoint","file-prescription","file-signature","file-upload","file-video","file-word","fill","fill-drip","film","filter","fingerprint","fire","fire-alt","fire-extinguisher","first-aid","fish","fist-raised","flag","flag-checkered","flag-usa","flask","flushed","folder","folder-minus","folder-open","folder-plus","font","football-ball","forward","frog","frown","frown-open","funnel-dollar","futbol","gamepad","gas-pump","gavel","gem","genderless","ghost","gift","gifts","glass-cheers","glass-martini","glass-martini-alt","glass-whiskey","glasses","globe","globe-africa","globe-americas","globe-asia","globe-europe","golf-ball","gopuram","graduation-cap","greater-than","greater-than-equal","grimace","grin","grin-alt","grin-beam","grin-beam-sweat","grin-hearts","grin-squint","grin-squint-tears","grin-stars","grin-tears","grin-tongue","grin-tongue-squint","grin-tongue-wink","grin-wink","grip-horizontal","grip-lines","grip-lines-vertical","grip-vertical","guitar","h-square","hamburger","hammer","hamsa","hand-holding","hand-holding-heart","hand-holding-medical","hand-holding-usd","hand-holding-water","hand-lizard","hand-middle-finger","hand-paper","hand-peace","hand-point-down","hand-point-left","hand-point-right","hand-point-up","hand-pointer","hand-rock","hand-scissors","hand-sparkles","hand-spock","hands","hands-helping","hands-wash","handshake","handshake-alt-slash","handshake-slash","hanukiah","hard-hat","hashtag","hat-cowboy","hat-cowboy-side","hat-wizard","hdd","head-side-cough","head-side-cough-slash","head-side-mask","head-side-virus","heading","headphones","headphones-alt","headset","heart","heart-broken","heartbeat","helicopter","highlighter","hiking","hippo","history","hockey-puck","holly-berry","home","horse","horse-head","hospital","hospital-alt","hospital-symbol","hospital-user","hot-tub","hotdog","hotel","hourglass","hourglass-end","hourglass-half","hourglass-start","house-damage","house-user","hryvnia","i-cursor","ice-cream","icicles","icons","id-badge","id-card","id-card-alt","igloo","image","images","inbox","indent","industry","infinity","info","info-circle","italic","jedi","joint","journal-whills","kaaba","key","keyboard","khanda","kiss","kiss-beam","kiss-wink-heart","kiwi-bird","landmark","language","laptop","laptop-code","laptop-house","laptop-medical","laugh","laugh-beam","laugh-squint","laugh-wink","layer-group","leaf","lemon","less-than","less-than-equal","level-down-alt","level-up-alt","life-ring","lightbulb","link","lira-sign","list","list-alt","list-ol","list-ul","location-arrow","lock","lock-open","long-arrow-alt-down","long-arrow-alt-left","long-arrow-alt-right","long-arrow-alt-up","low-vision","luggage-cart","lungs","lungs-virus","magic","magnet","mail-bulk","male","map","map-marked","map-marked-alt","map-marker","map-marker-alt","map-pin","map-signs","marker","mars","mars-double","mars-stroke","mars-stroke-h","mars-stroke-v","mask","medal","medkit","meh","meh-blank","meh-rolling-eyes","memory","menorah","mercury","meteor","microchip","microphone","microphone-alt","microphone-alt-slash","microphone-slash","microscope","minus","minus-circle","minus-square","mitten","mobile","mobile-alt","money-bill","money-bill-alt","money-bill-wave","money-bill-wave-alt","money-check","money-check-alt","monument","moon","mortar-pestle","mosque","motorcycle","mountain","mouse","mouse-pointer","mug-hot","music","network-wired","neuter","newspaper","not-equal","notes-medical","object-group","object-ungroup","oil-can","om","otter","outdent","pager","paint-brush","paint-roller","palette","pallet","paper-plane","paperclip","parachute-box","paragraph","parking","passport","pastafarianism","paste","pause","pause-circle","paw","peace","pen","pen-alt","pen-fancy","pen-nib","pen-square","pencil-alt","pencil-ruler","people-arrows","people-carry","pepper-hot","percent","percentage","person-booth","phone","phone-alt","phone-slash","phone-square","phone-square-alt","phone-volume","photo-video","piggy-bank","pills","pizza-slice","place-of-worship","plane","plane-arrival","plane-departure","plane-slash","play","play-circle","plug","plus","plus-circle","plus-square","podcast","poll","poll-h","poo","poo-storm","poop","portrait","pound-sign","power-off","pray","praying-hands","prescription","prescription-bottle","prescription-bottle-alt","print","procedures","project-diagram","pump-medical","pump-soap","puzzle-piece","qrcode","question","question-circle","quidditch","quote-left","quote-right","quran","radiation","radiation-alt","rainbow","random","receipt","record-vinyl","recycle","redo","redo-alt","registered","remove-format","reply","reply-all","republican","restroom","retweet","ribbon","ring","road","robot","rocket","route","rss","rss-square","ruble-sign","ruler","ruler-combined","ruler-horizontal","ruler-vertical","running","rupee-sign","sad-cry","sad-tear","satellite","satellite-dish","save","school","screwdriver","scroll","sd-card","search","search-dollar","search-location","search-minus","search-plus","seedling","server","shapes","share","share-alt","share-alt-square","share-square","shekel-sign","shield-alt","shield-virus","ship","shipping-fast","shoe-prints","shopping-bag","shopping-basket","shopping-cart","shower","shuttle-van","sign","sign-in-alt","sign-language","sign-out-alt","signal","signature","sim-card","sink","sitemap","skating","skiing","skiing-nordic","skull","skull-crossbones","slash","sleigh","sliders-h","smile","smile-beam","smile-wink","smog","smoking","smoking-ban","sms","snowboarding","snowflake","snowman","snowplow","soap","socks","solar-panel","sort","sort-alpha-down","sort-alpha-down-alt","sort-alpha-up","sort-alpha-up-alt","sort-amount-down","sort-amount-down-alt","sort-amount-up","sort-amount-up-alt","sort-down","sort-numeric-down","sort-numeric-down-alt","sort-numeric-up","sort-numeric-up-alt","sort-up","spa","space-shuttle","spell-check","spider","spinner","splotch","spray-can","square","square-full","square-root-alt","stamp","star","star-and-crescent","star-half","star-half-alt","star-of-david","star-of-life","step-backward","step-forward","stethoscope","sticky-note","stop","stop-circle","stopwatch","stopwatch-20","store","store-alt","store-alt-slash","store-slash","stream","street-view","strikethrough","stroopwafel","subscript","subway","suitcase","suitcase-rolling","sun","superscript","surprise","swatchbook","swimmer","swimming-pool","synagogue","sync","sync-alt","syringe","table","table-tennis","tablet","tablet-alt","tablets","tachometer-alt","tag","tags","tape","tasks","taxi","teeth","teeth-open","temperature-high","temperature-low","tenge","terminal","text-height","text-width","th","th-large","th-list","theater-masks","thermometer","thermometer-empty","thermometer-full","thermometer-half","thermometer-quarter","thermometer-three-quarters","thumbs-down","thumbs-up","thumbtack","ticket-alt","times","times-circle","tint","tint-slash","tired","toggle-off","toggle-on","toilet","toilet-paper","toilet-paper-slash","toolbox","tools","tooth","torah","torii-gate","tractor","trademark","traffic-light","trailer","train","tram","transgender","transgender-alt","trash","trash-alt","trash-restore","trash-restore-alt","tree","trophy","truck","truck-loading","truck-monster","truck-moving","truck-pickup","tshirt","tty","tv","umbrella","umbrella-beach","underline","undo","undo-alt","universal-access","university","unlink","unlock","unlock-alt","upload","user","user-alt","user-alt-slash","user-astronaut","user-check","user-circle","user-clock","user-cog","user-edit","user-friends","user-graduate","user-injured","user-lock","user-md","user-minus","user-ninja","user-nurse","user-plus","user-secret","user-shield","user-slash","user-tag","user-tie","user-times","users","users-cog","users-slash","utensil-spoon","utensils","vector-square","venus","venus-double","venus-mars","vest","vest-patches","vial","vials","video","video-slash","vihara","virus","virus-slash","viruses","voicemail","volleyball-ball","volume-down","volume-mute","volume-off","volume-up","vote-yea","vr-cardboard","walking","wallet","warehouse","water","wave-square","weight","weight-hanging","wheelchair","wifi","wind","window-close","window-maximize","window-minimize","window-restore","wine-bottle","wine-glass","wine-glass-alt","won-sign","wrench","x-ray","yen-sign","yin-yang","500px","accessible-icon","accusoft","acquisitions-incorporated","adn","adversal","affiliatetheme","airbnb","algolia","alipay","amazon","amazon-pay","amilia","android","angellist","angrycreative","angular","app-store","app-store-ios","apper","apple","apple-pay","artstation","asymmetrik","atlassian","audible","autoprefixer","avianex","aviato","aws","bandcamp","battle-net","behance","behance-square","bimobject","bitbucket","bitcoin","bity","black-tie","blackberry","blogger","blogger-b","bluetooth","bluetooth-b","bootstrap","btc","buffer","buromobelexperte","buy-n-large","buysellads","canadian-maple-leaf","cc-amazon-pay","cc-amex","cc-apple-pay","cc-diners-club","cc-discover","cc-jcb","cc-mastercard","cc-paypal","cc-stripe","cc-visa","centercode","centos","chrome","chromecast","cloudflare","cloudscale","cloudsmith","cloudversify","codepen","codiepie","confluence","connectdevelop","contao","cotton-bureau","cpanel","creative-commons","creative-commons-by","creative-commons-nc","creative-commons-nc-eu","creative-commons-nc-jp","creative-commons-nd","creative-commons-pd","creative-commons-pd-alt","creative-commons-remix","creative-commons-sa","creative-commons-sampling","creative-commons-sampling-plus","creative-commons-share","creative-commons-zero","critical-role","css3","css3-alt","cuttlefish","d-and-d","d-and-d-beyond","dailymotion","dashcube","deezer","delicious","deploydog","deskpro","dev","deviantart","dhl","diaspora","digg","digital-ocean","discord","discourse","dochub","docker","draft2digital","dribbble","dribbble-square","dropbox","drupal","dyalog","earlybirds","ebay","edge","edge-legacy","elementor","ello","ember","empire","envira","erlang","ethereum","etsy","evernote","expeditedssl","facebook","facebook-f","facebook-messenger","facebook-square","fantasy-flight-games","fedex","fedora","figma","firefox","firefox-browser","first-order","first-order-alt","firstdraft","flickr","flipboard","fly","font-awesome","font-awesome-alt","font-awesome-flag","fonticons","fonticons-fi","fort-awesome","fort-awesome-alt","forumbee","foursquare","free-code-camp","freebsd","fulcrum","galactic-republic","galactic-senate","get-pocket","gg","gg-circle","git","git-alt","git-square","github","github-alt","github-square","gitkraken","gitlab","gitter","glide","glide-g","gofore","goodreads","goodreads-g","google","google-drive","google-pay","google-play","google-plus","google-plus-g","google-plus-square","google-wallet","gratipay","grav","gripfire","grunt","guilded","gulp","hacker-news","hacker-news-square","hackerrank","hips","hire-a-helper","hive","hooli","hornbill","hotjar","houzz","html5","hubspot","ideal","imdb","innosoft","instagram","instagram-square","instalod","intercom","internet-explorer","invision","ioxhost","itch-io","itunes","itunes-note","java","jedi-order","jenkins","jira","joget","joomla","js","js-square","jsfiddle","kaggle","keybase","keycdn","kickstarter","kickstarter-k","korvue","laravel","lastfm","lastfm-square","leanpub","less","line","linkedin","linkedin-in","linode","linux","lyft","magento","mailchimp","mandalorian","markdown","mastodon","maxcdn","mdb","medapps","medium","medium-m","medrt","meetup","megaport","mendeley","microblog","microsoft","mix","mixcloud","mixer","mizuni","modx","monero","napster","neos","nimblr","node","node-js","npm","ns8","nutritionix","octopus-deploy","odnoklassniki","odnoklassniki-square","old-republic","opencart","opera","optin-monster","orcid","osi","page4","pagelines","palfed","patreon","paypal","penny-arcade","perbyte","periscope","phabricator","phoenix-framework","phoenix-squadron","php","pied-piper","pied-piper-alt","pied-piper-hat","pied-piper-pp","pied-piper-square","pinterest","pinterest-p","pinterest-square","playstation","product-hunt","pushed","python","qq","quinscape","quora","r-project","raspberry-pi","ravelry","react","reacteurope","readme","rebel","red-river","reddit","reddit-alien","reddit-square","redhat","renren","replyd","researchgate","resolving","rev","rocketchat","rockrms","rust","safari","salesforce","sass","schlix","scribd","searchengin","sellcast","sellsy","servicestack","shirtsinbulk","shopify","shopware","simplybuilt","sistrix","sith","sketch","skyatlas","skype","slack","slack-hash","slideshare","snapchat","snapchat-ghost","snapchat-square","soundcloud","sourcetree","speakap","speaker-deck","spotify","squarespace","stack-exchange","stack-overflow","stackpath","staylinked","steam","steam-square","steam-symbol","sticker-mule","strava","stripe","stripe-s","studiovinari","stumbleupon","stumbleupon-circle","superpowers","supple","suse","swift","symfony","teamspeak","telegram","telegram-plane","tencent-weibo","the-red-yeti","themeco","themeisle","think-peaks","tiktok","trade-federation","trello","tumblr","tumblr-square","twitch","twitter","twitter-square","typo3","uber","ubuntu","uikit","umbraco","uncharted","uniregistry","unity","unsplash","untappd","ups","usb","usps","ussunnah","vaadin","viacoin","viadeo","viadeo-square","viber","vimeo","vimeo-square","vimeo-v","vine","vk","vnv","vuejs","watchman-monitoring","waze","weebly","weibo","weixin","whatsapp","whatsapp-square","whmcs","wikipedia-w","windows","wix","wizards-of-the-coast","wodu","wolf-pack-battalion","wordpress","wordpress-simple","wpbeginner","wpexplorer","wpforms","wpressr","xbox","xing","xing-square","y-combinator","yahoo","yammer","yandex","yandex-international","yarn","yelp","yoast","youtube","youtube-square","zhihu"],"icons":{"accordion":{"id":"bars"},"actions":{"id":"play-circle"},"admin":{"id":"cog"},"add":{"id":"plus-circle"},"admin_ads":{"id":"film"},"admin_articles":{"id":"newspaper","prepend":"far fa-"},"admin_blogs":{"id":"bold"},"admin_calendar":{"id":"calendar-alt","prepend":"far fa-"},"admin_category":{"id":"sitemap fa-rotate-270"},"admin_comments":{"id":"comment"},"admin_community":{"id":"users"},"admin_connect":{"id":"link"},"admin_copyright":{"id":"copyright","prepend":"far fa-"},"admin_directory":{"id":"folder","prepend":"far fa-"},"admin_faqs":{"id":"question"},"admin_features":{"id":"power-off"},"admin_fgal":{"id":"folder-open"},"admin_forums":{"id":"comments"},"admin_freetags":{"id":"tags"},"admin_gal":{"id":"file-image","prepend":"far fa-"},"admin_general":{"id":"cog"},"admin_i18n":{"id":"language"},"admin_intertiki":{"id":"exchange-alt"},"admin_login":{"id":"sign-in-alt"},"admin_user":{"id":"user"},"admin_look":{"id":"image","prepend":"far fa-"},"admin_maps":{"id":"map-marker-alt"},"admin_messages":{"id":"envelope","prepend":"far fa-"},"admin_metatags":{"id":"tag"},"admin_module":{"id":"shapes"},"admin_orphanprefs":{"id":"exclamation-triangle"},"admin_payment":{"id":"credit-card","prepend":"far fa-"},"admin_performance":{"id":"tachometer-alt"},"admin_polls":{"id":"tasks"},"admin_profiles":{"id":"cube"},"admin_rating":{"id":"check-square"},"admin_rss":{"id":"rss"},"admin_score":{"id":"trophy"},"admin_search":{"id":"search"},"admin_semantic":{"id":"arrows-alt-h"},"admin_security":{"id":"lock"},"admin_sefurl":{"id":"search-plus"},"admin_mautic":{"id":"book"},"admin_share":{"id":"share-alt"},"admin_socialnetworks":{"id":"thumbs-up"},"admin_stats":{"id":"chart-bar","prepend":"far fa-"},"admin_textarea":{"id":"edit"},"admin_trackers":{"id":"database"},"admin_userfiles":{"id":"cog"},"admin_video":{"id":"video"},"admin_webmail":{"id":"inbox"},"admin_webservices":{"id":"mouse-pointer"},"admin_wiki":{"id":"file-alt","prepend":"far fa-"},"admin_workspace":{"id":"desktop"},"admin_wysiwyg":{"id":"file-alt"},"admin_print":{"id":"print"},"admin_packages":{"id":"gift"},"admin_rtc":{"id":"bullhorn"},"admin_wizard":{"id":"magic"},"admin_section_general":{"id":"tools"},"admin_section_content":{"id":"toolbox"},"admin_section_other":{"id":"flask"},"admin_section_community":{"id":"users-cog"},"admin_section_backend":{"id":"cogs"},"admin_seoprefs":{"id":"search-dollar"},"adn":{"id":"adn","prepend":"fab fa-"},"amazon":{"id":"amazon","prepend":"fab fa-"},"android":{"id":"android","prepend":"fab fa-"},"angellist":{"id":"angellist","prepend":"fab fa-"},"apple":{"id":"apple","prepend":"fab fa-"},"area-chart":{"id":"chart-area"},"arrows":{"id":"arrows-alt"},"arrows-h":{"id":"arrows-alt-h"},"arrow-right":{"id":"arrow-right","prepend":"fas fa-"},"arrows-v":{"id":"arrows-alt-v"},"articles":{"id":"newspaper","prepend":"far fa-"},"attach":{"id":"paperclip"},"audio":{"id":"file-audio","prepend":"far fa-"},"back":{"id":"arrow-left"},"background-color":{"id":"paint-brush"},"backlink":{"id":"reply"},"backward_step":{"id":"step-backward"},"bar-chart":{"id":"chart-bar"},"behance":{"id":"behance","prepend":"fab fa-"},"behance-square":{"id":"behance-square","prepend":"fab fa-"},"bitbucket":{"id":"bitbucket","prepend":"fab fa-"},"black-tie":{"id":"black-tie","prepend":"fab fa-"},"bluetooth":{"id":"bluetooth","prepend":"fab fa-"},"bluetooth-b":{"id":"bluetooth-b","prepend":"fab fa-"},"box":{"id":"list-alt","prepend":"far fa-"},"btc":{"id":"btc","prepend":"fab fa-"},"buysellads":{"id":"buysellads","prepend":"fab fa-"},"cart":{"id":"shopping-cart"},"chart":{"id":"chart-area"},"cc-amex":{"id":"cc-amex","prepend":"fab fa-"},"cc-diners-club":{"id":"cc-diners-club","prepend":"fab fa-"},"cc-discover":{"id":"cc-discover","prepend":"fab fa-"},"cc-jcb":{"id":"cc-jcb","prepend":"fab fa-"},"cc-mastercard":{"id":"cc-mastercard","prepend":"fab fa-"},"cc-paypal":{"id":"cc-paypal","prepend":"fab fa-"},"cc-stripe":{"id":"cc-stripe","prepend":"fab fa-"},"cc-visa":{"id":"cc-visa","prepend":"fab fa-"},"chrome":{"id":"chrome","prepend":"fab fa-"},"close":{"id":"times"},"cloud-download":{"id":"cloud-download-alt"},"cloud-upload":{"id":"cloud-upload-alt"},"code_file":{"id":"file-code","prepend":"far fa-"},"code-fork":{"id":"code-fork","prepend":"fas fa-"},"codepen":{"id":"codepen","prepend":"fab fa-"},"codiepie":{"id":"codiepie","prepend":"fab fa-"},"collapsed":{"id":"plus-square","prepend":"far fa-"},"comments":{"id":"comments","prepend":"far fa-"},"compose":{"id":"pencil-alt"},"computer":{"id":"desktop"},"contacts":{"id":"users"},"content":{"id":"box"},"content-template":{"id":"file","prepend":"far fa-"},"create":{"id":"plus"},"creative-commons":{"id":"creative-commons","prepend":"fab fa-"},"css3":{"id":"css3","prepend":"fab fa-"},"dashboard":{"id":"tachometer-alt"},"dashcube":{"id":"dashcube","prepend":"fab fa-"},"delete":{"id":"times"},"delicious":{"id":"delicious","prepend":"fab fa-"},"deviantart":{"id":"deviantart","prepend":"fab fa-"},"difference":{"id":"strikethrough"},"directory":{"id":"list"},"disable":{"id":"minus-square"},"documentation":{"id":"book"},"down":{"id":"sort-down"},"dribbble":{"id":"dribbble","prepend":"fab fa-"},"dropbox":{"id":"dropbox","prepend":"fab fa-"},"drupal":{"id":"drupal","prepend":"fab fa-"},"edge":{"id":"edge","prepend":"fab fa-"},"education":{"id":"graduation-cap"},"empire":{"id":"empire","prepend":"fab fa-"},"envelope":{"id":"envelope","prepend":"far fa-"},"envira":{"id":"envira","prepend":"fab fa-"},"erase":{"id":"eraser"},"error":{"id":"exclamation-circle"},"excel":{"id":"file-excel","prepend":"far fa-"},"exchange":{"id":"exchange-alt"},"expanded":{"id":"minus-square","prepend":"far fa-"},"expeditedssl":{"id":"expeditedssl","prepend":"fab fa-"},"export":{"id":"file-export"},"facebook":{"id":"facebook","prepend":"fab fa-"},"facebook-f":{"id":"facebook-f","prepend":"fab fa-"},"file":{"id":"file","prepend":"far fa-"},"file-archive":{"id":"folder"},"file-archive-open":{"id":"folder-open"},"file-text":{"id":"file-alt"},"file-text-o":{"id":"file-alt","prepend":"far fa-"},"firefox":{"id":"firefox","prepend":"fab fa-"},"first-order":{"id":"first-order","prepend":"fab fa-"},"flickr":{"id":"flickr","prepend":"fab fa-"},"floppy":{"id":"save","prepend":"far fa-"},"font-awesome":{"id":"font-awesome","prepend":"fab fa-"},"font-color":{"id":"font","class":"text-danger"},"fonticons":{"id":"fonticons","prepend":"fab fa-"},"fort-awesome":{"id":"fort-awesome","prepend":"fab fa-"},"forumbee":{"id":"forumbee","prepend":"fab fa-"},"forward_step":{"id":"step-forward"},"foursquare":{"id":"foursquare","prepend":"fab fa-"},"fullscreen":{"id":"expand-arrows-alt"},"get-pocket":{"id":"get-pocket","prepend":"fab fa-"},"gg":{"id":"gg","prepend":"fab fa-"},"gg-circle":{"id":"gg-circle","prepend":"fab fa-"},"git":{"id":"git","prepend":"fab fa-"},"git-square":{"id":"git-square","prepend":"fab fa-"},"github":{"id":"github","prepend":"fab fa-"},"github-alt":{"id":"github-alt","prepend":"fab fa-"},"github-square":{"id":"github-square","prepend":"fab fa-"},"gitlab":{"id":"gitlab","prepend":"fab fa-"},"glide":{"id":"glide","prepend":"fab fa-"},"glide-g":{"id":"glide-g","prepend":"fab fa-"},"google":{"id":"google","prepend":"fab fa-"},"google-plus":{"id":"google-plus","prepend":"fab fa-"},"google-plus-g":{"id":"google-plus-g","prepend":"fab fa-"},"google-plus-square":{"id":"google-plus-square","prepend":"fab fa-"},"group":{"id":"users"},"h1":{"id":"heading"},"h2":{"id":"heading","size":".9"},"h3":{"id":"heading","size":".8"},"hacker-news":{"id":"hacker-news","prepend":"fab fa-"},"help":{"id":"question-circle"},"history":{"id":"clock","prepend":"far fa-"},"horizontal-rule":{"id":"minus"},"houzz":{"id":"houzz","prepend":"fab fa-"},"html":{"id":"html5","prepend":"fa-brands fa-"},"image":{"id":"file-image","prepend":"far fa-"},"import":{"id":"file-import"},"index":{"id":"spinner"},"information":{"id":"info-circle","prepend":null,"append":null},"instagram":{"id":"instagram","prepend":"fab fa-"},"internet-explorer":{"id":"internet-explorer","prepend":"fab fa-"},"ioxhost":{"id":"ioxhost","prepend":"fab fa-"},"java":{"id":"java","prepend":"fab fa-"},"joomla":{"id":"joomla","prepend":"fab fa-"},"js":{"id":"js","prepend":"fab fa-"},"jsfiddle":{"id":"jsfiddle","prepend":"fab fa-"},"keyboard":{"id":"keyboard","prepend":"far fa-"},"lastfm":{"id":"lastfm","prepend":"fab fa-"},"lastfm-square":{"id":"lastfm-square","prepend":"fab fa-"},"leanpub":{"id":"leanpub","prepend":"fab fa-"},"less":{"id":"less","prepend":"fab fa-"},"level-down":{"id":"level-down-alt"},"level-up":{"id":"level-up-alt"},"like":{"id":"thumbs-up"},"line-chart":{"id":"chart-line"},"link-external":{"id":"external-link-alt"},"link-external-alt":{"id":"external-link-square-alt"},"linkedin":{"id":"linkedin","prepend":"fab fa-"},"linkedin-in":{"id":"linkedin-in","prepend":"fab fa-"},"linux":{"id":"linux","prepend":"fab fa-"},"list-numbered":{"id":"list-ol"},"listgui_display":{"id":"desktop"},"listgui_filter":{"id":"filter"},"listgui_format":{"id":"indent"},"listgui_pagination":{"id":"book"},"listgui_output":{"id":"eye","prepend":"far fa-"},"listgui_column":{"id":"columns"},"listgui_tablesorter":{"id":"table"},"listgui_icon":{"id":"user"},"listgui_body":{"id":"align-justify"},"listgui_carousel":{"id":"slideshare","prepend":"fab fa-"},"listgui_sort":{"id":"sort-alpha-up"},"listgui_wikitext":{"id":"file-alt","prepend":"far fa-"},"listgui_caption":{"id":"align-center"},"log":{"id":"history"},"login":{"id":"sign-in-alt"},"logout":{"id":"sign-out-alt"},"long-arrow-down":{"id":"long-arrow-alt-down"},"long-arrow-left":{"id":"long-arrow-alt-left"},"long-arrow-right":{"id":"long-arrow-alt-right"},"long-arrow-up":{"id":"long-arrow-alt-up"},"mailbox":{"id":"inbox"},"magnifier":{"id":"search"},"maxcdn":{"id":"maxcdn","prepend":"fab fa-"},"medium":{"id":"medium","prepend":"fab fa-"},"menu":{"id":"bars"},"menu-extra":{"id":"ellipsis-v"},"menuitem":{"id":"angle-right"},"merge":{"id":"random"},"microsoft":{"id":"microsoft","prepend":"fab fa-"},"minimize":{"id":"compress"},"mixcloud":{"id":"mixcloud","prepend":"fab fa-"},"module":{"id":"square"},"modules":{"id":"shapes"},"modx":{"id":"modx","prepend":"fab fa-"},"money":{"id":"money-bill"},"more":{"id":"ellipsis-h"},"move":{"id":"exchange-alt"},"next":{"id":"arrow-right"},"notepad":{"id":"file-alt","prepend":"far fa-"},"notification":{"id":"bell","prepend":"far fa-"},"off":{"id":"power-off"},"ok":{"id":"check-circle"},"opencart":{"id":"opencart","prepend":"fab fa-"},"opera":{"id":"opera","prepend":"fab fa-"},"optin-monster":{"id":"optin-monster","prepend":"fab fa-"},"page-break":{"id":"cut"},"pagelines":{"id":"pagelines","prepend":"fab fa-"},"paypal":{"id":"paypal","prepend":"fab fa-"},"pdf":{"id":"file-pdf","prepend":"far fa-"},"pencil":{"id":"pencil-alt"},"permission":{"id":"key"},"php":{"id":"php","prepend":"fa-brands fa-"},"pie-chart":{"id":"chart-pie"},"pied-piper":{"id":"pied-piper","prepend":"fab fa-"},"pied-piper-alt":{"id":"pied-piper-alt","prepend":"fab fa-"},"pied-piper-pp":{"id":"pied-piper-pp","prepend":"fab fa-"},"pinterest":{"id":"pinterest","prepend":"fab fa-"},"pinterest-p":{"id":"pinterest-p","prepend":"fab fa-"},"pinterest-square":{"id":"pinterest-square","prepend":"fab fa-"},"plugin":{"id":"puzzle-piece"},"poll":{"id":"chart-bar"},"popup":{"id":"list-alt","prepend":"far fa-"},"post":{"id":"pencil-alt"},"powerpoint":{"id":"file-powerpoint","prepend":"far fa-"},"previous":{"id":"arrow-left"},"qq":{"id":"qq","prepend":"fab fa-"},"quiz":{"id":"circle-question"},"quotes":{"id":"quote-left"},"ranking":{"id":"sort-numeric-down"},"reddit":{"id":"reddit","prepend":"fab fa-"},"reddit-alien":{"id":"reddit-alien","prepend":"fab fa-"},"reddit-square":{"id":"reddit-square","prepend":"fab fa-"},"refresh":{"id":"sync"},"remove":{"id":"times"},"renren":{"id":"renren","prepend":"fab fa-"},"repeat":{"id":"redo"},"safari":{"id":"safari","prepend":"fab fa-"},"sass":{"id":"sass","prepend":"fab fa-"},"scissors":{"id":"cut"},"scribd":{"id":"scribd","prepend":"fab fa-"},"screencapture":{"id":"camera"},"selectall":{"id":"file-alt"},"send":{"id":"paper-plane"},"settings":{"id":"wrench"},"sharethis":{"id":"share-alt"},"shorten":{"id":"crop"},"simplybuilt":{"id":"simplybuilt","prepend":"fab fa-"},"skyatlas":{"id":"skyatlas","prepend":"fab fa-"},"skype":{"id":"skype","prepend":"fab fa-"},"slack":{"id":"slack","prepend":"fab fa-"},"smile":{"id":"smile","prepend":"far fa-"},"snapchat":{"id":"snapchat","prepend":"fab fa-"},"snapchat-ghost":{"id":"snapchat-ghost","prepend":"fab fa-"},"snapchat-square":{"id":"snapchat-square","prepend":"fab fa-"},"sort-asc":{"id":"sort-up"},"sort-alpha-asc":{"id":"sort-alpha-up"},"sort-alpha-desc":{"id":"sort-alpha-down"},"sort-amount-asc":{"id":"sort-amount-up"},"sort-amount-desc":{"id":"sort-amount-down"},"sort-desc":{"id":"sort-down"},"sort-down":{"id":"sort-down"},"sort-numeric-asc":{"id":"sort-numeric-up"},"sort-numeric-desc":{"id":"sort-numeric-down"},"sort-up":{"id":"sort-up"},"soundcloud":{"id":"soundcloud","prepend":"fab fa-"},"spotify":{"id":"spotify","prepend":"fab fa-"},"spreadsheet":{"id":"table"},"stack-exchange":{"id":"stack-exchange","prepend":"fab fa-"},"stack-overflow":{"id":"stack-overflow","prepend":"fab fa-"},"star-empty":{"id":"star","prepend":"far fa-"},"star-empty-selected":{"id":"star","prepend":"far fa-","class":"text-success"},"star-half-rating":{"id":"star-half","prepend":"far fa-"},"star-half-selected":{"id":"star-half","prepend":"far fa-","class":"text-success"},"star-selected":{"id":"star","class":"text-success"},"status-open":{"id":"circle","style":"color:green"},"status-pending":{"id":"adjust","style":"color:orange"},"status-closed":{"id":"times-circle","prepend":"far fa-","style":"color:grey"},"steam":{"id":"steam","prepend":"fab fa-"},"steam-square":{"id":"steam-square","prepend":"fab fa-"},"stop-watching":{"id":"eye-slash","prepend":"far fa-"},"structure":{"id":"sitemap"},"stumbleupon":{"id":"stumbleupon","prepend":"fab fa-"},"success":{"id":"check"},"survey":{"id":"clipboard-question"},"textfile":{"id":"file-alt","prepend":"far fa-"},"themeisle":{"id":"themeisle","prepend":"fab fa-"},"three-d":{"id":"cube"},"ticket":{"id":"ticket-alt"},"time":{"id":"clock","prepend":"far fa-"},"title":{"id":"text-width"},"toggle-left":{"id":"chevron-left","prepend":"fas fa-"},"toggle-off":{"id":"toggle-off"},"toggle-on":{"id":"toggle-on"},"toggle-right":{"id":"chevron-right","prepend":"fas fa-"},"trackers":{"id":"database"},"translate":{"id":"language"},"trash":{"id":"trash-alt","prepend":"far fa-"},"trello":{"id":"trello","prepend":"fab fa-"},"tripadvisor":{"id":"tripadvisor","prepend":"fab fa-"},"tumblr":{"id":"tumblr","prepend":"fab fa-"},"tumblr-square":{"id":"tumblr-square","prepend":"fab fa-"},"twitch":{"id":"twitch","prepend":"fab fa-"},"twitter":{"id":"twitter","prepend":"fab fa-"},"twitter-square":{"id":"twitter-square","prepend":"fab fa-"},"unlike":{"id":"thumbs-down"},"up":{"id":"sort-up"},"usb":{"id":"usb","prepend":"fab fa-"},"viacoin":{"id":"viacoin","prepend":"fab fa-"},"video":{"id":"file-video","prepend":"far fa-"},"video_file":{"id":"file-video","prepend":"far fa-"},"view":{"id":"search-plus"},"vimeo":{"id":"vimeo-square","prepend":"fab fa-"},"vine":{"id":"vine","prepend":"fab fa-"},"vk":{"id":"vk","prepend":"fab fa-"},"warning":{"id":"exclamation-triangle"},"watch":{"id":"eye","prepend":"far fa-"},"watch-group":{"id":"users"},"weibo":{"id":"weibo","prepend":"fab fa-"},"whatsapp":{"id":"whatsapp","prepend":"fab fa-"},"windows":{"id":"windows","prepend":"fab fa-"},"wiki":{"id":"file-alt","prepend":"far fa-"},"wizard":{"id":"magic"},"word":{"id":"file-word","prepend":"far fa-"},"wysiwyg":{"id":"file-alt"},"xbox":{"id":"xbox","prepend":"fab fa-"},"xing":{"id":"xing","prepend":"fab fa-"},"xing-square":{"id":"xing-square","prepend":"fab fa-"},"yahoo":{"id":"yahoo","prepend":"fab fa-"},"youtube":{"id":"youtube","prepend":"fab fa-"},"youtube-square":{"id":"youtube-square","prepend":"fab fa-"},"zip":{"id":"file-archive","prepend":"far fa-"},"_0":{"id":"0","prepend":"fas fa-"},"_1":{"id":"1","prepend":"fas fa-"},"_2":{"id":"2","prepend":"fas fa-"},"_3":{"id":"3","prepend":"fas fa-"},"_4":{"id":"4","prepend":"fas fa-"},"_5":{"id":"5","prepend":"fas fa-"},"_6":{"id":"6","prepend":"fas fa-"},"_7":{"id":"7","prepend":"fas fa-"},"_8":{"id":"8","prepend":"fas fa-"},"_9":{"id":"9","prepend":"fas fa-"},"a":{"id":"a","prepend":"fas fa-"},"anchor-circle-check":{"id":"anchor-circle-check","prepend":"fas fa-"},"anchor-circle-exclamation":{"id":"anchor-circle-exclamation","prepend":"fas fa-"},"anchor-circle-xmark":{"id":"anchor-circle-xmark","prepend":"fas fa-"},"anchor-lock":{"id":"anchor-lock","prepend":"fas fa-"},"arrow-down-up-across-line":{"id":"arrow-down-up-across-line","prepend":"fas fa-"},"arrow-down-up-lock":{"id":"arrow-down-up-lock","prepend":"fas fa-"},"arrow-right-to-city":{"id":"arrow-right-to-city","prepend":"fas fa-"},"arrow-trend-down":{"id":"arrow-trend-down","prepend":"fas fa-"},"arrow-trend-up":{"id":"arrow-trend-up","prepend":"fas fa-"},"arrow-up-from-bracket":{"id":"arrow-up-from-bracket","prepend":"fas fa-"},"arrow-up-from-ground-water":{"id":"arrow-up-from-ground-water","prepend":"fas fa-"},"arrow-up-from-water-pump":{"id":"arrow-up-from-water-pump","prepend":"fas fa-"},"arrow-up-right-dots":{"id":"arrow-up-right-dots","prepend":"fas fa-"},"arrows-down-to-line":{"id":"arrows-down-to-line","prepend":"fas fa-"},"arrows-down-to-people":{"id":"arrows-down-to-people","prepend":"fas fa-"},"arrows-left-right-to-line":{"id":"arrows-left-right-to-line","prepend":"fas fa-"},"arrows-spin":{"id":"arrows-spin","prepend":"fas fa-"},"arrows-split-up-and-left":{"id":"arrows-split-up-and-left","prepend":"fas fa-"},"arrows-to-circle":{"id":"arrows-to-circle","prepend":"fas fa-"},"arrows-to-dot":{"id":"arrows-to-dot","prepend":"fas fa-"},"arrows-to-eye":{"id":"arrows-to-eye","prepend":"fas fa-"},"arrows-turn-right":{"id":"arrows-turn-right","prepend":"fas fa-"},"arrows-turn-to-dots":{"id":"arrows-turn-to-dots","prepend":"fas fa-"},"arrows-up-to-line":{"id":"arrows-up-to-line","prepend":"fas fa-"},"austral-sign":{"id":"austral-sign","prepend":"fas fa-"},"b":{"id":"b","prepend":"fas fa-"},"baht-sign":{"id":"baht-sign","prepend":"fas fa-"},"bitcoin-sign":{"id":"bitcoin-sign","prepend":"fas fa-"},"bolt-lightning":{"id":"bolt-lightning","prepend":"fas fa-"},"book-bookmark":{"id":"book-bookmark","prepend":"fas fa-"},"bore-hole":{"id":"bore-hole","prepend":"fas fa-"},"bottle-droplet":{"id":"bottle-droplet","prepend":"fas fa-"},"bottle-water":{"id":"bottle-water","prepend":"fas fa-"},"bowl-food":{"id":"bowl-food","prepend":"fas fa-"},"bowl-rice":{"id":"bowl-rice","prepend":"fas fa-"},"boxes-packing":{"id":"boxes-packing","prepend":"fas fa-"},"brazilian-real-sign":{"id":"brazilian-real-sign","prepend":"fas fa-"},"bridge":{"id":"bridge","prepend":"fas fa-"},"bridge-circle-check":{"id":"bridge-circle-check","prepend":"fas fa-"},"bridge-circle-exclamation":{"id":"bridge-circle-exclamation","prepend":"fas fa-"},"bridge-circle-xmark":{"id":"bridge-circle-xmark","prepend":"fas fa-"},"bridge-lock":{"id":"bridge-lock","prepend":"fas fa-"},"bridge-water":{"id":"bridge-water","prepend":"fas fa-"},"bucket":{"id":"bucket","prepend":"fas fa-"},"bug-slash":{"id":"bug-slash","prepend":"fas fa-"},"bugs":{"id":"bugs","prepend":"fas fa-"},"building-circle-arrow-right":{"id":"building-circle-arrow-right","prepend":"fas fa-"},"building-circle-check":{"id":"building-circle-check","prepend":"fas fa-"},"building-circle-exclamation":{"id":"building-circle-exclamation","prepend":"fas fa-"},"building-circle-xmark":{"id":"building-circle-xmark","prepend":"fas fa-"},"building-flag":{"id":"building-flag","prepend":"fas fa-"},"building-lock":{"id":"building-lock","prepend":"fas fa-"},"building-ngo":{"id":"building-ngo","prepend":"fas fa-"},"building-shield":{"id":"building-shield","prepend":"fas fa-"},"building-un":{"id":"building-un","prepend":"fas fa-"},"building-user":{"id":"building-user","prepend":"fas fa-"},"building-wheat":{"id":"building-wheat","prepend":"fas fa-"},"burst":{"id":"burst","prepend":"fas fa-"},"c":{"id":"c","prepend":"fas fa-"},"cable-car":{"id":"cable-car","prepend":"fas fa-"},"camera-rotate":{"id":"camera-rotate","prepend":"fas fa-"},"car-on":{"id":"car-on","prepend":"fas fa-"},"car-tunnel":{"id":"car-tunnel","prepend":"fas fa-"},"cedi-sign":{"id":"cedi-sign","prepend":"fas fa-"},"cent-sign":{"id":"cent-sign","prepend":"fas fa-"},"chart-column":{"id":"chart-column","prepend":"fas fa-"},"chart-gantt":{"id":"chart-gantt","prepend":"fas fa-"},"chart-simple":{"id":"chart-simple","prepend":"fas fa-"},"child-dress":{"id":"child-dress","prepend":"fas fa-"},"child-reaching":{"id":"child-reaching","prepend":"fas fa-"},"child-rifle":{"id":"child-rifle","prepend":"fas fa-"},"children":{"id":"children","prepend":"fas fa-"},"circle-nodes":{"id":"circle-nodes","prepend":"fas fa-"},"clapperboard":{"id":"clapperboard","prepend":"fas fa-"},"clipboard-question":{"id":"clipboard-question","prepend":"fas fa-"},"cloud-showers-water":{"id":"cloud-showers-water","prepend":"fas fa-"},"clover":{"id":"clover","prepend":"fas fa-"},"code-compare":{"id":"code-compare","prepend":"fas fa-"},"code-pull-request":{"id":"code-pull-request","prepend":"fas fa-"},"colon-sign":{"id":"colon-sign","prepend":"fas fa-"},"cookie":{"id":"cookie-bite"},"cruzeiro-sign":{"id":"cruzeiro-sign","prepend":"fas fa-"},"cubes-stacked":{"id":"cubes-stacked","prepend":"fas fa-"},"d":{"id":"d","prepend":"fas fa-"},"diagram-next":{"id":"diagram-next","prepend":"fas fa-"},"diagram-predecessor":{"id":"diagram-predecessor","prepend":"fas fa-"},"diagram-successor":{"id":"diagram-successor","prepend":"fas fa-"},"display":{"id":"display","prepend":"fas fa-"},"dong-sign":{"id":"dong-sign","prepend":"fas fa-"},"e":{"id":"e","prepend":"fas fa-"},"earth-oceania":{"id":"earth-oceania","prepend":"fas fa-"},"elevator":{"id":"elevator","prepend":"fas fa-"},"envelope-circle-check":{"id":"envelope-circle-check","prepend":"fas fa-"},"explosion":{"id":"explosion","prepend":"fas fa-"},"f":{"id":"f","prepend":"fas fa-"},"faq":{"id":"circle-question"},"ferry":{"id":"ferry","prepend":"fas fa-"},"file-circle-check":{"id":"file-circle-check","prepend":"fas fa-"},"file-circle-exclamation":{"id":"file-circle-exclamation","prepend":"fas fa-"},"file-circle-minus":{"id":"file-circle-minus","prepend":"fas fa-"},"file-circle-plus":{"id":"file-circle-plus","prepend":"fas fa-"},"file-circle-question":{"id":"file-circle-question","prepend":"fas fa-"},"file-circle-xmark":{"id":"file-circle-xmark","prepend":"fas fa-"},"file-shield":{"id":"file-shield","prepend":"fas fa-"},"filter-circle-xmark":{"id":"filter-circle-xmark","prepend":"fas fa-"},"fire-burner":{"id":"fire-burner","prepend":"fas fa-"},"fish-fins":{"id":"fish-fins","prepend":"fas fa-"},"flask-vial":{"id":"flask-vial","prepend":"fas fa-"},"florin-sign":{"id":"florin-sign","prepend":"fas fa-"},"folder-closed":{"id":"folder-closed","prepend":"fas fa-"},"franc-sign":{"id":"franc-sign","prepend":"fas fa-"},"g":{"id":"g","prepend":"fas fa-"},"glass-water":{"id":"glass-water","prepend":"fas fa-"},"glass-water-droplet":{"id":"glass-water-droplet","prepend":"fas fa-"},"group-arrows-rotate":{"id":"group-arrows-rotate","prepend":"fas fa-"},"guarani-sign":{"id":"guarani-sign","prepend":"fas fa-"},"gun":{"id":"gun","prepend":"fas fa-"},"h":{"id":"h","prepend":"fas fa-"},"hand-holding-hand":{"id":"hand-holding-hand","prepend":"fas fa-"},"handcuffs":{"id":"handcuffs","prepend":"fas fa-"},"hands-bound":{"id":"hands-bound","prepend":"fas fa-"},"hands-clapping":{"id":"hands-clapping","prepend":"fas fa-"},"hands-holding-child":{"id":"hands-holding-child","prepend":"fas fa-"},"hands-holding-circle":{"id":"hands-holding-circle","prepend":"fas fa-"},"heart-circle-bolt":{"id":"heart-circle-bolt","prepend":"fas fa-"},"heart-circle-check":{"id":"heart-circle-check","prepend":"fas fa-"},"heart-circle-exclamation":{"id":"heart-circle-exclamation","prepend":"fas fa-"},"heart-circle-minus":{"id":"heart-circle-minus","prepend":"fas fa-"},"heart-circle-plus":{"id":"heart-circle-plus","prepend":"fas fa-"},"heart-circle-xmark":{"id":"heart-circle-xmark","prepend":"fas fa-"},"heartbeat-fill":{"id":"heartbeat"},"helicopter-symbol":{"id":"helicopter-symbol","prepend":"fas fa-"},"helmet-un":{"id":"helmet-un","prepend":"fas fa-"},"hill-avalanche":{"id":"hill-avalanche","prepend":"fas fa-"},"hill-rockslide":{"id":"hill-rockslide","prepend":"fas fa-"},"house-chimney":{"id":"house-chimney","prepend":"fas fa-"},"house-circle-check":{"id":"house-circle-check","prepend":"fas fa-"},"house-circle-exclamation":{"id":"house-circle-exclamation","prepend":"fas fa-"},"house-circle-xmark":{"id":"house-circle-xmark","prepend":"fas fa-"},"house-crack":{"id":"house-crack","prepend":"fas fa-"},"house-fire":{"id":"house-fire","prepend":"fas fa-"},"house-flag":{"id":"house-flag","prepend":"fas fa-"},"house-flood-water":{"id":"house-flood-water","prepend":"fas fa-"},"house-flood-water-circle-arrow-right":{"id":"house-flood-water-circle-arrow-right","prepend":"fas fa-"},"house-lock":{"id":"house-lock","prepend":"fas fa-"},"house-medical":{"id":"house-medical","prepend":"fas fa-"},"house-medical-circle-check":{"id":"house-medical-circle-check","prepend":"fas fa-"},"house-medical-circle-exclamation":{"id":"house-medical-circle-exclamation","prepend":"fas fa-"},"house-medical-circle-xmark":{"id":"house-medical-circle-xmark","prepend":"fas fa-"},"house-medical-flag":{"id":"house-medical-flag","prepend":"fas fa-"},"house-tsunami":{"id":"house-tsunami","prepend":"fas fa-"},"house-user":{"id":"house-user","prepend":"fas fa-"},"html-pages":{"id":"html5","prepend":"fa-brands fa-"},"i":{"id":"i","prepend":"fas fa-"},"indian-rupee-sign":{"id":"indian-rupee-sign","prepend":"fas fa-"},"j":{"id":"j","prepend":"fas fa-"},"jar":{"id":"jar","prepend":"fas fa-"},"jar-wheat":{"id":"jar-wheat","prepend":"fas fa-"},"jet-fighter-up":{"id":"jet-fighter-up","prepend":"fas fa-"},"jug-detergent":{"id":"jug-detergent","prepend":"fas fa-"},"k":{"id":"k","prepend":"fas fa-"},"kip-sign":{"id":"kip-sign","prepend":"fas fa-"},"kitchen-set":{"id":"kitchen-set","prepend":"fas fa-"},"l":{"id":"l","prepend":"fas fa-"},"land-mine-on":{"id":"land-mine-on","prepend":"fas fa-"},"landmark-flag":{"id":"landmark-flag","prepend":"fas fa-"},"laptop-file":{"id":"laptop-file","prepend":"fas fa-"},"lari-sign":{"id":"lari-sign","prepend":"fas fa-"},"lines-leaning":{"id":"lines-leaning","prepend":"fas fa-"},"litecoin-sign":{"id":"litecoin-sign","prepend":"fas fa-"},"location-pin-lock":{"id":"location-pin-lock","prepend":"fas fa-"},"locust":{"id":"locust","prepend":"fas fa-"},"m":{"id":"m","prepend":"fas fa-"},"magnifying-glass-arrow-right":{"id":"magnifying-glass-arrow-right","prepend":"fas fa-"},"magnifying-glass-chart":{"id":"magnifying-glass-chart","prepend":"fas fa-"},"manage":{"id":"gamepad"},"manat-sign":{"id":"manat-sign","prepend":"fas fa-"},"mars-and-venus-burst":{"id":"mars-and-venus-burst","prepend":"fas fa-"},"mask-face":{"id":"mask-face","prepend":"fas fa-"},"mask-ventilator":{"id":"mask-ventilator","prepend":"fas fa-"},"mattress-pillow":{"id":"mattress-pillow","prepend":"fas fa-"},"mill-sign":{"id":"mill-sign","prepend":"fas fa-"},"mobile-retro":{"id":"mobile-retro","prepend":"fas fa-"},"money-bill-transfer":{"id":"money-bill-transfer","prepend":"fas fa-"},"money-bill-trend-up":{"id":"money-bill-trend-up","prepend":"fas fa-"},"money-bill-wheat":{"id":"money-bill-wheat","prepend":"fas fa-"},"money-bills":{"id":"money-bills","prepend":"fas fa-"},"mosquito":{"id":"mosquito","prepend":"fas fa-"},"mosquito-net":{"id":"mosquito-net","prepend":"fas fa-"},"mound":{"id":"mound","prepend":"fas fa-"},"mountain-city":{"id":"mountain-city","prepend":"fas fa-"},"mountain-sun":{"id":"mountain-sun","prepend":"fas fa-"},"n":{"id":"n","prepend":"fas fa-"},"naira-sign":{"id":"naira-sign","prepend":"fas fa-"},"o":{"id":"o","prepend":"fas fa-"},"oil-well":{"id":"oil-well","prepend":"fas fa-"},"p":{"id":"p","prepend":"fas fa-"},"panorama":{"id":"panorama","prepend":"fas fa-"},"people-group":{"id":"people-group","prepend":"fas fa-"},"people-line":{"id":"people-line","prepend":"fas fa-"},"people-pulling":{"id":"people-pulling","prepend":"fas fa-"},"people-robbery":{"id":"people-robbery","prepend":"fas fa-"},"people-roof":{"id":"people-roof","prepend":"fas fa-"},"person-arrow-down-to-line":{"id":"person-arrow-down-to-line","prepend":"fas fa-"},"person-arrow-up-from-line":{"id":"person-arrow-up-from-line","prepend":"fas fa-"},"person-breastfeeding":{"id":"person-breastfeeding","prepend":"fas fa-"},"person-burst":{"id":"person-burst","prepend":"fas fa-"},"person-cane":{"id":"person-cane","prepend":"fas fa-"},"person-chalkboard":{"id":"person-chalkboard","prepend":"fas fa-"},"person-circle-check":{"id":"person-circle-check","prepend":"fas fa-"},"person-circle-exclamation":{"id":"person-circle-exclamation","prepend":"fas fa-"},"person-circle-minus":{"id":"person-circle-minus","prepend":"fas fa-"},"person-circle-plus":{"id":"person-circle-plus","prepend":"fas fa-"},"person-circle-question":{"id":"person-circle-question","prepend":"fas fa-"},"person-circle-xmark":{"id":"person-circle-xmark","prepend":"fas fa-"},"person-dress-burst":{"id":"person-dress-burst","prepend":"fas fa-"},"person-drowning":{"id":"person-drowning","prepend":"fas fa-"},"person-falling":{"id":"person-falling","prepend":"fas fa-"},"person-falling-burst":{"id":"person-falling-burst","prepend":"fas fa-"},"person-half-dress":{"id":"person-half-dress","prepend":"fas fa-"},"person-harassing":{"id":"person-harassing","prepend":"fas fa-"},"person-military-pointing":{"id":"person-military-pointing","prepend":"fas fa-"},"person-military-rifle":{"id":"person-military-rifle","prepend":"fas fa-"},"person-military-to-person":{"id":"person-military-to-person","prepend":"fas fa-"},"person-pregnant":{"id":"person-pregnant","prepend":"fas fa-"},"person-rays":{"id":"person-rays","prepend":"fas fa-"},"person-rifle":{"id":"person-rifle","prepend":"fas fa-"},"person-shelter":{"id":"person-shelter","prepend":"fas fa-"},"person-through-window":{"id":"person-through-window","prepend":"fas fa-"},"person-walking-arrow-loop-left":{"id":"person-walking-arrow-loop-left","prepend":"fas fa-"},"person-walking-arrow-right":{"id":"person-walking-arrow-right","prepend":"fas fa-"},"person-walking-dashed-line-arrow-right":{"id":"person-walking-dashed-line-arrow-right","prepend":"fas fa-"},"person-walking-luggage":{"id":"person-walking-luggage","prepend":"fas fa-"},"peseta-sign":{"id":"peseta-sign","prepend":"fas fa-"},"peso-sign":{"id":"peso-sign","prepend":"fas fa-"},"plane-circle-check":{"id":"plane-circle-check","prepend":"fas fa-"},"plane-circle-exclamation":{"id":"plane-circle-exclamation","prepend":"fas fa-"},"plane-circle-xmark":{"id":"plane-circle-xmark","prepend":"fas fa-"},"plane-lock":{"id":"plane-lock","prepend":"fas fa-"},"plane-up":{"id":"plane-up","prepend":"fas fa-"},"plant-wilt":{"id":"plant-wilt","prepend":"fas fa-"},"plate-wheat":{"id":"plate-wheat","prepend":"fas fa-"},"plug-circle-bolt":{"id":"plug-circle-bolt","prepend":"fas fa-"},"plug-circle-check":{"id":"plug-circle-check","prepend":"fas fa-"},"plug-circle-exclamation":{"id":"plug-circle-exclamation","prepend":"fas fa-"},"plug-circle-minus":{"id":"plug-circle-minus","prepend":"fas fa-"},"plug-circle-plus":{"id":"plug-circle-plus","prepend":"fas fa-"},"plug-circle-xmark":{"id":"plug-circle-xmark","prepend":"fas fa-"},"plus-minus":{"id":"plus-minus","prepend":"fas fa-"},"q":{"id":"q","prepend":"fas fa-"},"r":{"id":"r","prepend":"fas fa-"},"ranking-star":{"id":"ranking-star","prepend":"fas fa-"},"road-barrier":{"id":"road-barrier","prepend":"fas fa-"},"road-bridge":{"id":"road-bridge","prepend":"fas fa-"},"road-circle-check":{"id":"road-circle-check","prepend":"fas fa-"},"road-circle-exclamation":{"id":"road-circle-exclamation","prepend":"fas fa-"},"road-circle-xmark":{"id":"road-circle-xmark","prepend":"fas fa-"},"road-lock":{"id":"road-lock","prepend":"fas fa-"},"road-spikes":{"id":"road-spikes","prepend":"fas fa-"},"rug":{"id":"rug","prepend":"fas fa-"},"rupiah-sign":{"id":"rupiah-sign","prepend":"fas fa-"},"s":{"id":"s","prepend":"fas fa-"},"sack-xmark":{"id":"sack-xmark","prepend":"fas fa-"},"sailboat":{"id":"sailboat","prepend":"fas fa-"},"school-circle-check":{"id":"school-circle-check","prepend":"fas fa-"},"school-circle-exclamation":{"id":"school-circle-exclamation","prepend":"fas fa-"},"school-circle-xmark":{"id":"school-circle-xmark","prepend":"fas fa-"},"school-flag":{"id":"school-flag","prepend":"fas fa-"},"school-lock":{"id":"school-lock","prepend":"fas fa-"},"section":{"id":"section","prepend":"fas fa-"},"server-rack":{"id":"server","prepend":"fas fa-"},"server-rack-fill":{"id":"hdd-stack-fill","prepend":"fas fa-"},"sheet-plastic":{"id":"sheet-plastic","prepend":"fas fa-"},"shield-cat":{"id":"shield-cat","prepend":"fas fa-"},"shield-dog":{"id":"shield-dog","prepend":"fas fa-"},"shield-heart":{"id":"shield-heart","prepend":"fas fa-"},"shop-lock":{"id":"shop-lock","prepend":"fas fa-"},"shrimp":{"id":"shrimp","prepend":"fas fa-"},"square-nfi":{"id":"square-nfi","prepend":"fas fa-"},"square-person-confined":{"id":"square-person-confined","prepend":"fas fa-"},"square-virus":{"id":"square-virus","prepend":"fas fa-"},"sliders":{"id":"sliders-h","prepend":"fas fa-"},"staff-snake":{"id":"staff-snake","prepend":"fas fa-"},"stairs":{"id":"stairs","prepend":"fas fa-"},"stapler":{"id":"stapler","prepend":"fas fa-"},"sun-plant-wilt":{"id":"sun-plant-wilt","prepend":"fas fa-"},"system":{"id":"vector-square"},"t":{"id":"t","prepend":"fas fa-"},"tarp":{"id":"tarp","prepend":"fas fa-"},"tarp-droplet":{"id":"tarp-droplet","prepend":"fas fa-"},"tent":{"id":"tent","prepend":"fas fa-"},"tent-arrow-down-to-line":{"id":"tent-arrow-down-to-line","prepend":"fas fa-"},"tent-arrow-left-right":{"id":"tent-arrow-left-right","prepend":"fas fa-"},"tent-arrow-turn-left":{"id":"tent-arrow-turn-left","prepend":"fas fa-"},"tent-arrows-down":{"id":"tent-arrows-down","prepend":"fas fa-"},"tents":{"id":"tents","prepend":"fas fa-"},"timeline":{"id":"timeline","prepend":"fas fa-"},"toilet-portable":{"id":"toilet-portable","prepend":"fas fa-"},"toilets-portable":{"id":"toilets-portable","prepend":"fas fa-"},"tower-cell":{"id":"tower-cell","prepend":"fas fa-"},"tower-observation":{"id":"tower-observation","prepend":"fas fa-"},"tree-city":{"id":"tree-city","prepend":"fas fa-"},"trowel":{"id":"trowel","prepend":"fas fa-"},"trowel-bricks":{"id":"trowel-bricks","prepend":"fas fa-"},"truck-arrow-right":{"id":"truck-arrow-right","prepend":"fas fa-"},"truck-droplet":{"id":"truck-droplet","prepend":"fas fa-"},"truck-field":{"id":"truck-field","prepend":"fas fa-"},"truck-field-un":{"id":"truck-field-un","prepend":"fas fa-"},"truck-front":{"id":"truck-front","prepend":"fas fa-"},"truck-plane":{"id":"truck-plane","prepend":"fas fa-"},"turkish-lira-sign":{"id":"turkish-lira-sign","prepend":"fas fa-"},"u":{"id":"u","prepend":"fas fa-"},"users-between-lines":{"id":"users-between-lines","prepend":"fas fa-"},"users-line":{"id":"users-line","prepend":"fas fa-"},"users-rays":{"id":"users-rays","prepend":"fas fa-"},"users-rectangle":{"id":"users-rectangle","prepend":"fas fa-"},"users-viewfinder":{"id":"users-viewfinder","prepend":"fas fa-"},"v":{"id":"v","prepend":"fas fa-"},"vault":{"id":"vault","prepend":"fas fa-"},"vial-circle-check":{"id":"vial-circle-check","prepend":"fas fa-"},"vial-virus":{"id":"vial-virus","prepend":"fas fa-"},"virus-covid":{"id":"virus-covid","prepend":"fas fa-"},"virus-covid-slash":{"id":"virus-covid-slash","prepend":"fas fa-"},"w":{"id":"w","prepend":"fas fa-"},"wand-magic-sparkles":{"id":"wand-magic-sparkles","prepend":"fas fa-"},"wheat-awn":{"id":"wheat-awn","prepend":"fas fa-"},"wheat-awn-circle-exclamation":{"id":"wheat-awn-circle-exclamation","prepend":"fas fa-"},"wheelchair-move":{"id":"wheelchair-move","prepend":"fas fa-"},"wizards":{"id":"wand-magic-sparkles"},"worm":{"id":"worm","prepend":"fas fa-"},"x":{"id":"x","prepend":"fas fa-"},"xmarks-lines":{"id":"xmarks-lines","prepend":"fas fa-"},"y":{"id":"y","prepend":"fas fa-"},"z":{"id":"z","prepend":"fas fa-"},"circle-half":{"id":"circle-half-stroke","prepend":"fas fa-"},"0":{"id":"0","prepend":"fas fa-"},"1":{"id":"1","prepend":"fas fa-"},"2":{"id":"2","prepend":"fas fa-"},"3":{"id":"3","prepend":"fas fa-"},"4":{"id":"4","prepend":"fas fa-"},"5":{"id":"5","prepend":"fas fa-"},"6":{"id":"6","prepend":"fas fa-"},"7":{"id":"7","prepend":"fas fa-"},"8":{"id":"8","prepend":"fas fa-"},"9":{"id":"9","prepend":"fas fa-"},"fill_drip":{"id":"fill-drip","prepend":"fas fa-"},"arrows_to_circle":{"id":"arrows-to-circle","prepend":"fas fa-"},"circle_chevron_right":{"id":"circle-chevron-right","prepend":"fas fa-"},"chevron_circle_right":{"id":"chevron-circle-right","prepend":"fas fa-"},"at":{"id":"at","prepend":"fas fa-"},"trash_can":{"id":"trash-can","prepend":"fas fa-"},"trash_alt":{"id":"trash-alt","prepend":"fas fa-"},"text_height":{"id":"text-height","prepend":"fas fa-"},"user_xmark":{"id":"user-xmark","prepend":"fas fa-"},"user_times":{"id":"user-times","prepend":"fas fa-"},"stethoscope":{"id":"stethoscope","prepend":"fas fa-"},"message":{"id":"message","prepend":"fas fa-"},"comment_alt":{"id":"comment-alt","prepend":"fas fa-"},"info":{"id":"info","prepend":"fas fa-"},"down_left_and_up_right_to_center":{"id":"down-left-and-up-right-to-center","prepend":"fas fa-"},"compress_alt":{"id":"compress-alt","prepend":"fas fa-"},"file_lines":{"id":"file-lines","prepend":"fas fa-"},"file_alt":{"id":"file-alt","prepend":"fas fa-"},"file_text":{"id":"file-text","prepend":"fas fa-"},"wave_square":{"id":"wave-square","prepend":"fas fa-"},"ring":{"id":"ring","prepend":"fas fa-"},"building_un":{"id":"building-un","prepend":"fas fa-"},"dice_three":{"id":"dice-three","prepend":"fas fa-"},"calendar_days":{"id":"calendar-days","prepend":"fas fa-"},"calendar_alt":{"id":"calendar-alt","prepend":"fas fa-"},"anchor_circle_check":{"id":"anchor-circle-check","prepend":"fas fa-"},"building_circle_arrow_right":{"id":"building-circle-arrow-right","prepend":"fas fa-"},"volleyball":{"id":"volleyball","prepend":"fas fa-"},"volleyball_ball":{"id":"volleyball-ball","prepend":"fas fa-"},"arrows_up_to_line":{"id":"arrows-up-to-line","prepend":"fas fa-"},"sort_down":{"id":"sort-down","prepend":"fas fa-"},"sort_desc":{"id":"sort-desc","prepend":"fas fa-"},"circle_minus":{"id":"circle-minus","prepend":"fas fa-"},"minus_circle":{"id":"minus-circle","prepend":"fas fa-"},"door_open":{"id":"door-open","prepend":"fas fa-"},"right_from_bracket":{"id":"right-from-bracket","prepend":"fas fa-"},"sign_out_alt":{"id":"sign-out-alt","prepend":"fas fa-"},"atom":{"id":"atom","prepend":"fas fa-"},"soap":{"id":"soap","prepend":"fas fa-"},"icons":{"id":"icons","prepend":"fas fa-"},"heart_music_camera_bolt":{"id":"heart-music-camera-bolt","prepend":"fas fa-"},"microphone_lines_slash":{"id":"microphone-lines-slash","prepend":"fas fa-"},"microphone_alt_slash":{"id":"microphone-alt-slash","prepend":"fas fa-"},"bridge_circle_check":{"id":"bridge-circle-check","prepend":"fas fa-"},"pump_medical":{"id":"pump-medical","prepend":"fas fa-"},"fingerprint":{"id":"fingerprint","prepend":"fas fa-"},"hand_point_right":{"id":"hand-point-right","prepend":"fas fa-"},"magnifying_glass_location":{"id":"magnifying-glass-location","prepend":"fas fa-"},"search_location":{"id":"search-location","prepend":"fas fa-"},"step_forward":{"id":"step-forward","prepend":"fas fa-"},"face_smile_beam":{"id":"face-smile-beam","prepend":"fas fa-"},"smile_beam":{"id":"smile-beam","prepend":"fas fa-"},"flag_checkered":{"id":"flag-checkered","prepend":"fas fa-"},"football":{"id":"football","prepend":"fas fa-"},"football_ball":{"id":"football-ball","prepend":"fas fa-"},"school_circle_exclamation":{"id":"school-circle-exclamation","prepend":"fas fa-"},"crop":{"id":"crop","prepend":"fas fa-"},"angles_down":{"id":"angles-down","prepend":"fas fa-"},"angle_double_down":{"id":"angle-double-down","prepend":"fas fa-"},"users_rectangle":{"id":"users-rectangle","prepend":"fas fa-"},"people_roof":{"id":"people-roof","prepend":"fas fa-"},"people_line":{"id":"people-line","prepend":"fas fa-"},"beer_mug_empty":{"id":"beer-mug-empty","prepend":"fas fa-"},"beer":{"id":"beer","prepend":"fas fa-"},"diagram_predecessor":{"id":"diagram-predecessor","prepend":"fas fa-"},"arrow_up_long":{"id":"arrow-up-long","prepend":"fas fa-"},"long_arrow_up":{"id":"long-arrow-up","prepend":"fas fa-"},"fire_flame_simple":{"id":"fire-flame-simple","prepend":"fas fa-"},"burn":{"id":"burn","prepend":"fas fa-"},"person":{"id":"person","prepend":"fas fa-"},"male":{"id":"male","prepend":"fas fa-"},"laptop":{"id":"laptop","prepend":"fas fa-"},"file_csv":{"id":"file-csv","prepend":"fas fa-"},"menorah":{"id":"menorah","prepend":"fas fa-"},"truck_plane":{"id":"truck-plane","prepend":"fas fa-"},"record_vinyl":{"id":"record-vinyl","prepend":"fas fa-"},"face_grin_stars":{"id":"face-grin-stars","prepend":"fas fa-"},"grin_stars":{"id":"grin-stars","prepend":"fas fa-"},"bong":{"id":"bong","prepend":"fas fa-"},"spaghetti_monster_flying":{"id":"spaghetti-monster-flying","prepend":"fas fa-"},"pastafarianism":{"id":"pastafarianism","prepend":"fas fa-"},"arrow_down_up_across_line":{"id":"arrow-down-up-across-line","prepend":"fas fa-"},"spoon":{"id":"spoon","prepend":"fas fa-"},"utensil_spoon":{"id":"utensil-spoon","prepend":"fas fa-"},"jar_wheat":{"id":"jar-wheat","prepend":"fas fa-"},"envelopes_bulk":{"id":"envelopes-bulk","prepend":"fas fa-"},"mail_bulk":{"id":"mail-bulk","prepend":"fas fa-"},"file_circle_exclamation":{"id":"file-circle-exclamation","prepend":"fas fa-"},"circle_h":{"id":"circle-h","prepend":"fas fa-"},"hospital_symbol":{"id":"hospital-symbol","prepend":"fas fa-"},"pager":{"id":"pager","prepend":"fas fa-"},"address_book":{"id":"address-book","prepend":"fas fa-"},"contact_book":{"id":"contact-book","prepend":"fas fa-"},"strikethrough":{"id":"strikethrough","prepend":"fas fa-"},"landmark_flag":{"id":"landmark-flag","prepend":"fas fa-"},"pencil_alt":{"id":"pencil-alt","prepend":"fas fa-"},"backward":{"id":"backward","prepend":"fas fa-"},"caret_right":{"id":"caret-right","prepend":"fas fa-"},"paste":{"id":"paste","prepend":"fas fa-"},"file_clipboard":{"id":"file-clipboard","prepend":"fas fa-"},"code_pull_request":{"id":"code-pull-request","prepend":"fas fa-"},"clipboard_list":{"id":"clipboard-list","prepend":"fas fa-"},"truck_ramp_box":{"id":"truck-ramp-box","prepend":"fas fa-"},"truck_loading":{"id":"truck-loading","prepend":"fas fa-"},"user_check":{"id":"user-check","prepend":"fas fa-"},"vial_virus":{"id":"vial-virus","prepend":"fas fa-"},"sheet_plastic":{"id":"sheet-plastic","prepend":"fas fa-"},"blog":{"id":"blog","prepend":"fas fa-"},"user_ninja":{"id":"user-ninja","prepend":"fas fa-"},"person_arrow_up_from_line":{"id":"person-arrow-up-from-line","prepend":"fas fa-"},"scroll_torah":{"id":"scroll-torah","prepend":"fas fa-"},"torah":{"id":"torah","prepend":"fas fa-"},"broom_ball":{"id":"broom-ball","prepend":"fas fa-"},"quidditch":{"id":"quidditch","prepend":"fas fa-"},"quidditch_broom_ball":{"id":"quidditch-broom-ball","prepend":"fas fa-"},"toggle_off":{"id":"toggle-off","prepend":"fas fa-"},"box_archive":{"id":"box-archive","prepend":"fas fa-"},"archive":{"id":"archive","prepend":"fas fa-"},"person_drowning":{"id":"person-drowning","prepend":"fas fa-"},"arrow_down_9_1":{"id":"arrow-down-9-1","prepend":"fas fa-"},"sort_numeric_desc":{"id":"sort-numeric-desc","prepend":"fas fa-"},"sort_numeric_down_alt":{"id":"sort-numeric-down-alt","prepend":"fas fa-"},"face_grin_tongue_squint":{"id":"face-grin-tongue-squint","prepend":"fas fa-"},"grin_tongue_squint":{"id":"grin-tongue-squint","prepend":"fas fa-"},"spray_can":{"id":"spray-can","prepend":"fas fa-"},"truck_monster":{"id":"truck-monster","prepend":"fas fa-"},"earth_africa":{"id":"earth-africa","prepend":"fas fa-"},"globe_africa":{"id":"globe-africa","prepend":"fas fa-"},"rainbow":{"id":"rainbow","prepend":"fas fa-"},"circle_notch":{"id":"circle-notch","prepend":"fas fa-"},"tablet_screen_button":{"id":"tablet-screen-button","prepend":"fas fa-"},"tablet_alt":{"id":"tablet-alt","prepend":"fas fa-"},"paw":{"id":"paw","prepend":"fas fa-"},"cloud":{"id":"cloud","prepend":"fas fa-"},"trowel_bricks":{"id":"trowel-bricks","prepend":"fas fa-"},"face_flushed":{"id":"face-flushed","prepend":"fas fa-"},"flushed":{"id":"flushed","prepend":"fas fa-"},"hospital_user":{"id":"hospital-user","prepend":"fas fa-"},"tent_arrow_left_right":{"id":"tent-arrow-left-right","prepend":"fas fa-"},"gavel":{"id":"gavel","prepend":"fas fa-"},"legal":{"id":"legal","prepend":"fas fa-"},"binoculars":{"id":"binoculars","prepend":"fas fa-"},"microphone_slash":{"id":"microphone-slash","prepend":"fas fa-"},"box_tissue":{"id":"box-tissue","prepend":"fas fa-"},"motorcycle":{"id":"motorcycle","prepend":"fas fa-"},"bell_concierge":{"id":"bell-concierge","prepend":"fas fa-"},"concierge_bell":{"id":"concierge-bell","prepend":"fas fa-"},"pen_ruler":{"id":"pen-ruler","prepend":"fas fa-"},"pencil_ruler":{"id":"pencil-ruler","prepend":"fas fa-"},"people_arrows":{"id":"people-arrows","prepend":"fas fa-"},"people_arrows_left_right":{"id":"people-arrows-left-right","prepend":"fas fa-"},"mars_and_venus_burst":{"id":"mars-and-venus-burst","prepend":"fas fa-"},"square_caret_right":{"id":"square-caret-right","prepend":"fas fa-"},"caret_square_right":{"id":"caret-square-right","prepend":"fas fa-"},"cut":{"id":"cut","prepend":"fas fa-"},"sun_plant_wilt":{"id":"sun-plant-wilt","prepend":"fas fa-"},"toilets_portable":{"id":"toilets-portable","prepend":"fas fa-"},"hockey_puck":{"id":"hockey-puck","prepend":"fas fa-"},"table":{"id":"table","prepend":"fas fa-"},"magnifying_glass_arrow_right":{"id":"magnifying-glass-arrow-right","prepend":"fas fa-"},"tachograph_digital":{"id":"tachograph-digital","prepend":"fas fa-"},"digital_tachograph":{"id":"digital-tachograph","prepend":"fas fa-"},"users_slash":{"id":"users-slash","prepend":"fas fa-"},"reply":{"id":"reply","prepend":"fas fa-"},"mail_reply":{"id":"mail-reply","prepend":"fas fa-"},"star_and_crescent":{"id":"star-and-crescent","prepend":"fas fa-"},"house_fire":{"id":"house-fire","prepend":"fas fa-"},"square_minus":{"id":"square-minus","prepend":"fas fa-"},"minus_square":{"id":"minus-square","prepend":"fas fa-"},"helicopter":{"id":"helicopter","prepend":"fas fa-"},"compass":{"id":"compass","prepend":"fas fa-"},"square_caret_down":{"id":"square-caret-down","prepend":"fas fa-"},"caret_square_down":{"id":"caret-square-down","prepend":"fas fa-"},"file_circle_question":{"id":"file-circle-question","prepend":"fas fa-"},"laptop_code":{"id":"laptop-code","prepend":"fas fa-"},"swatchbook":{"id":"swatchbook","prepend":"fas fa-"},"prescription_bottle":{"id":"prescription-bottle","prepend":"fas fa-"},"bars":{"id":"bars","prepend":"fas fa-"},"navicon":{"id":"navicon","prepend":"fas fa-"},"people_group":{"id":"people-group","prepend":"fas fa-"},"hourglass_end":{"id":"hourglass-end","prepend":"fas fa-"},"hourglass_3":{"id":"hourglass-3","prepend":"fas fa-"},"heart_crack":{"id":"heart-crack","prepend":"fas fa-"},"heart_broken":{"id":"heart-broken","prepend":"fas fa-"},"square_up_right":{"id":"square-up-right","prepend":"fas fa-"},"external_link_square_alt":{"id":"external-link-square-alt","prepend":"fas fa-"},"face_kiss_beam":{"id":"face-kiss-beam","prepend":"fas fa-"},"kiss_beam":{"id":"kiss-beam","prepend":"fas fa-"},"film":{"id":"film","prepend":"fas fa-"},"ruler_horizontal":{"id":"ruler-horizontal","prepend":"fas fa-"},"people_robbery":{"id":"people-robbery","prepend":"fas fa-"},"lightbulb":{"id":"lightbulb","prepend":"fas fa-"},"caret_left":{"id":"caret-left","prepend":"fas fa-"},"circle_exclamation":{"id":"circle-exclamation","prepend":"fas fa-"},"exclamation_circle":{"id":"exclamation-circle","prepend":"fas fa-"},"school_circle_xmark":{"id":"school-circle-xmark","prepend":"fas fa-"},"arrow_right_from_bracket":{"id":"arrow-right-from-bracket","prepend":"fas fa-"},"sign_out":{"id":"sign-out","prepend":"fas fa-"},"circle_chevron_down":{"id":"circle-chevron-down","prepend":"fas fa-"},"chevron_circle_down":{"id":"chevron-circle-down","prepend":"fas fa-"},"unlock_keyhole":{"id":"unlock-keyhole","prepend":"fas fa-"},"unlock_alt":{"id":"unlock-alt","prepend":"fas fa-"},"cloud_showers_heavy":{"id":"cloud-showers-heavy","prepend":"fas fa-"},"headphones_simple":{"id":"headphones-simple","prepend":"fas fa-"},"headphones_alt":{"id":"headphones-alt","prepend":"fas fa-"},"sitemap":{"id":"sitemap","prepend":"fas fa-"},"circle_dollar_to_slot":{"id":"circle-dollar-to-slot","prepend":"fas fa-"},"donate":{"id":"donate","prepend":"fas fa-"},"memory":{"id":"memory","prepend":"fas fa-"},"road_spikes":{"id":"road-spikes","prepend":"fas fa-"},"fire_burner":{"id":"fire-burner","prepend":"fas fa-"},"flag":{"id":"flag","prepend":"fas fa-"},"hanukiah":{"id":"hanukiah","prepend":"fas fa-"},"feather":{"id":"feather","prepend":"fas fa-"},"volume_low":{"id":"volume-low","prepend":"fas fa-"},"volume_down":{"id":"volume-down","prepend":"fas fa-"},"comment_slash":{"id":"comment-slash","prepend":"fas fa-"},"cloud_sun_rain":{"id":"cloud-sun-rain","prepend":"fas fa-"},"compress":{"id":"compress","prepend":"fas fa-"},"wheat_awn":{"id":"wheat-awn","prepend":"fas fa-"},"wheat_alt":{"id":"wheat-alt","prepend":"fas fa-"},"ankh":{"id":"ankh","prepend":"fas fa-"},"hands_holding_child":{"id":"hands-holding-child","prepend":"fas fa-"},"asterisk":{"id":"asterisk","prepend":"fas fa-"},"square_check":{"id":"square-check","prepend":"fas fa-"},"check_square":{"id":"check-square","prepend":"fas fa-"},"peseta_sign":{"id":"peseta-sign","prepend":"fas fa-"},"heading":{"id":"heading","prepend":"fas fa-"},"header":{"id":"header","prepend":"fas fa-"},"ghost":{"id":"ghost","prepend":"fas fa-"},"list":{"id":"list","prepend":"fas fa-"},"list_squares":{"id":"list-squares","prepend":"fas fa-"},"square_phone_flip":{"id":"square-phone-flip","prepend":"fas fa-"},"phone_square_alt":{"id":"phone-square-alt","prepend":"fas fa-"},"cart_plus":{"id":"cart-plus","prepend":"fas fa-"},"gamepad":{"id":"gamepad","prepend":"fas fa-"},"circle_dot":{"id":"circle-dot","prepend":"fas fa-"},"dot_circle":{"id":"dot-circle","prepend":"fas fa-"},"face_dizzy":{"id":"face-dizzy","prepend":"fas fa-"},"dizzy":{"id":"dizzy","prepend":"fas fa-"},"egg":{"id":"egg","prepend":"fas fa-"},"house_medical_circle_xmark":{"id":"house-medical-circle-xmark","prepend":"fas fa-"},"campground":{"id":"campground","prepend":"fas fa-"},"folder_plus":{"id":"folder-plus","prepend":"fas fa-"},"futbol":{"id":"futbol","prepend":"fas fa-"},"futbol_ball":{"id":"futbol-ball","prepend":"fas fa-"},"soccer_ball":{"id":"soccer-ball","prepend":"fas fa-"},"paintbrush":{"id":"paintbrush","prepend":"fas fa-"},"paint_brush":{"id":"paint-brush","prepend":"fas fa-"},"lock":{"id":"lock","prepend":"fas fa-"},"gas_pump":{"id":"gas-pump","prepend":"fas fa-"},"hot_tub_person":{"id":"hot-tub-person","prepend":"fas fa-"},"hot_tub":{"id":"hot-tub","prepend":"fas fa-"},"map_location":{"id":"map-location","prepend":"fas fa-"},"map_marked":{"id":"map-marked","prepend":"fas fa-"},"house_flood_water":{"id":"house-flood-water","prepend":"fas fa-"},"tree":{"id":"tree","prepend":"fas fa-"},"bridge_lock":{"id":"bridge-lock","prepend":"fas fa-"},"sack_dollar":{"id":"sack-dollar","prepend":"fas fa-"},"pen_to_square":{"id":"pen-to-square","prepend":"fas fa-"},"edit":{"id":"edit","prepend":"fas fa-"},"car_side":{"id":"car-side","prepend":"fas fa-"},"share_nodes":{"id":"share-nodes","prepend":"fas fa-"},"share_alt":{"id":"share-alt","prepend":"fas fa-"},"heart_circle_minus":{"id":"heart-circle-minus","prepend":"fas fa-"},"hourglass_half":{"id":"hourglass-half","prepend":"fas fa-"},"hourglass_2":{"id":"hourglass-2","prepend":"fas fa-"},"microscope":{"id":"microscope","prepend":"fas fa-"},"sink":{"id":"sink","prepend":"fas fa-"},"bag_shopping":{"id":"bag-shopping","prepend":"fas fa-"},"shopping_bag":{"id":"shopping-bag","prepend":"fas fa-"},"arrow_down_z_a":{"id":"arrow-down-z-a","prepend":"fas fa-"},"sort_alpha_desc":{"id":"sort-alpha-desc","prepend":"fas fa-"},"sort_alpha_down_alt":{"id":"sort-alpha-down-alt","prepend":"fas fa-"},"mitten":{"id":"mitten","prepend":"fas fa-"},"person_rays":{"id":"person-rays","prepend":"fas fa-"},"users":{"id":"users","prepend":"fas fa-"},"eye_slash":{"id":"eye-slash","prepend":"fas fa-"},"flask_vial":{"id":"flask-vial","prepend":"fas fa-"},"hand":{"id":"hand","prepend":"fas fa-"},"hand_paper":{"id":"hand-paper","prepend":"fas fa-"},"om":{"id":"om","prepend":"fas fa-"},"house_circle_xmark":{"id":"house-circle-xmark","prepend":"fas fa-"},"plug":{"id":"plug","prepend":"fas fa-"},"chevron_up":{"id":"chevron-up","prepend":"fas fa-"},"hand_spock":{"id":"hand-spock","prepend":"fas fa-"},"stopwatch":{"id":"stopwatch","prepend":"fas fa-"},"face_kiss":{"id":"face-kiss","prepend":"fas fa-"},"kiss":{"id":"kiss","prepend":"fas fa-"},"bridge_circle_xmark":{"id":"bridge-circle-xmark","prepend":"fas fa-"},"face_grin_tongue":{"id":"face-grin-tongue","prepend":"fas fa-"},"grin_tongue":{"id":"grin-tongue","prepend":"fas fa-"},"chess_bishop":{"id":"chess-bishop","prepend":"fas fa-"},"face_grin_wink":{"id":"face-grin-wink","prepend":"fas fa-"},"grin_wink":{"id":"grin-wink","prepend":"fas fa-"},"ear_deaf":{"id":"ear-deaf","prepend":"fas fa-"},"deaf":{"id":"deaf","prepend":"fas fa-"},"deafness":{"id":"deafness","prepend":"fas fa-"},"hard_of_hearing":{"id":"hard-of-hearing","prepend":"fas fa-"},"road_circle_check":{"id":"road-circle-check","prepend":"fas fa-"},"dice_five":{"id":"dice-five","prepend":"fas fa-"},"square_rss":{"id":"square-rss","prepend":"fas fa-"},"rss_square":{"id":"rss-square","prepend":"fas fa-"},"land_mine_on":{"id":"land-mine-on","prepend":"fas fa-"},"i_cursor":{"id":"i-cursor","prepend":"fas fa-"},"stamp":{"id":"stamp","prepend":"fas fa-"},"hryvnia_sign":{"id":"hryvnia-sign","prepend":"fas fa-"},"hryvnia":{"id":"hryvnia","prepend":"fas fa-"},"pills":{"id":"pills","prepend":"fas fa-"},"face_grin_wide":{"id":"face-grin-wide","prepend":"fas fa-"},"grin_alt":{"id":"grin-alt","prepend":"fas fa-"},"tooth":{"id":"tooth","prepend":"fas fa-"},"bangladeshi_taka_sign":{"id":"bangladeshi-taka-sign","prepend":"fas fa-"},"bicycle":{"id":"bicycle","prepend":"fas fa-"},"staff_snake":{"id":"staff-snake","prepend":"fas fa-"},"rod_asclepius":{"id":"rod-asclepius","prepend":"fas fa-"},"rod_snake":{"id":"rod-snake","prepend":"fas fa-"},"staff_aesculapius":{"id":"staff-aesculapius","prepend":"fas fa-"},"head_side_cough_slash":{"id":"head-side-cough-slash","prepend":"fas fa-"},"truck_medical":{"id":"truck-medical","prepend":"fas fa-"},"ambulance":{"id":"ambulance","prepend":"fas fa-"},"wheat_awn_circle_exclamation":{"id":"wheat-awn-circle-exclamation","prepend":"fas fa-"},"snowman":{"id":"snowman","prepend":"fas fa-"},"mortar_pestle":{"id":"mortar-pestle","prepend":"fas fa-"},"road_barrier":{"id":"road-barrier","prepend":"fas fa-"},"school":{"id":"school","prepend":"fas fa-"},"igloo":{"id":"igloo","prepend":"fas fa-"},"joint":{"id":"joint","prepend":"fas fa-"},"angle_right":{"id":"angle-right","prepend":"fas fa-"},"horse":{"id":"horse","prepend":"fas fa-"},"notes_medical":{"id":"notes-medical","prepend":"fas fa-"},"temperature_half":{"id":"temperature-half","prepend":"fas fa-"},"temperature_2":{"id":"temperature-2","prepend":"fas fa-"},"thermometer_2":{"id":"thermometer-2","prepend":"fas fa-"},"thermometer_half":{"id":"thermometer-half","prepend":"fas fa-"},"dong_sign":{"id":"dong-sign","prepend":"fas fa-"},"capsules":{"id":"capsules","prepend":"fas fa-"},"poo_storm":{"id":"poo-storm","prepend":"fas fa-"},"poo_bolt":{"id":"poo-bolt","prepend":"fas fa-"},"face_frown_open":{"id":"face-frown-open","prepend":"fas fa-"},"frown_open":{"id":"frown-open","prepend":"fas fa-"},"hand_point_up":{"id":"hand-point-up","prepend":"fas fa-"},"money_bill":{"id":"money-bill","prepend":"fas fa-"},"bookmark":{"id":"bookmark","prepend":"fas fa-"},"align_justify":{"id":"align-justify","prepend":"fas fa-"},"umbrella_beach":{"id":"umbrella-beach","prepend":"fas fa-"},"helmet_un":{"id":"helmet-un","prepend":"fas fa-"},"bullseye":{"id":"bullseye","prepend":"fas fa-"},"bacon":{"id":"bacon","prepend":"fas fa-"},"hand_point_down":{"id":"hand-point-down","prepend":"fas fa-"},"arrow_up_from_bracket":{"id":"arrow-up-from-bracket","prepend":"fas fa-"},"folder":{"id":"folder","prepend":"fas fa-"},"folder_blank":{"id":"folder-blank","prepend":"fas fa-"},"file_waveform":{"id":"file-waveform","prepend":"fas fa-"},"file_medical_alt":{"id":"file-medical-alt","prepend":"fas fa-"},"radiation":{"id":"radiation","prepend":"fas fa-"},"chart_simple":{"id":"chart-simple","prepend":"fas fa-"},"mars_stroke":{"id":"mars-stroke","prepend":"fas fa-"},"vial":{"id":"vial","prepend":"fas fa-"},"gauge":{"id":"gauge","prepend":"fas fa-"},"gauge_med":{"id":"gauge-med","prepend":"fas fa-"},"tachometer_alt_average":{"id":"tachometer-alt-average","prepend":"fas fa-"},"wand_magic_sparkles":{"id":"wand-magic-sparkles","prepend":"fas fa-"},"magic_wand_sparkles":{"id":"magic-wand-sparkles","prepend":"fas fa-"},"pen_clip":{"id":"pen-clip","prepend":"fas fa-"},"pen_alt":{"id":"pen-alt","prepend":"fas fa-"},"bridge_circle_exclamation":{"id":"bridge-circle-exclamation","prepend":"fas fa-"},"user":{"id":"user","prepend":"fas fa-"},"school_circle_check":{"id":"school-circle-check","prepend":"fas fa-"},"dumpster":{"id":"dumpster","prepend":"fas fa-"},"van_shuttle":{"id":"van-shuttle","prepend":"fas fa-"},"shuttle_van":{"id":"shuttle-van","prepend":"fas fa-"},"building_user":{"id":"building-user","prepend":"fas fa-"},"square_caret_left":{"id":"square-caret-left","prepend":"fas fa-"},"caret_square_left":{"id":"caret-square-left","prepend":"fas fa-"},"highlighter":{"id":"highlighter","prepend":"fas fa-"},"key":{"id":"key","prepend":"fas fa-"},"bullhorn":{"id":"bullhorn","prepend":"fas fa-"},"globe":{"id":"globe","prepend":"fas fa-"},"synagogue":{"id":"synagogue","prepend":"fas fa-"},"person_half_dress":{"id":"person-half-dress","prepend":"fas fa-"},"road_bridge":{"id":"road-bridge","prepend":"fas fa-"},"location_arrow":{"id":"location-arrow","prepend":"fas fa-"},"tablet_button":{"id":"tablet-button","prepend":"fas fa-"},"building_lock":{"id":"building-lock","prepend":"fas fa-"},"pizza_slice":{"id":"pizza-slice","prepend":"fas fa-"},"money_bill_wave":{"id":"money-bill-wave","prepend":"fas fa-"},"chart_area":{"id":"chart-area","prepend":"fas fa-"},"area_chart":{"id":"area-chart","prepend":"fas fa-"},"house_flag":{"id":"house-flag","prepend":"fas fa-"},"person_circle_minus":{"id":"person-circle-minus","prepend":"fas fa-"},"ban":{"id":"ban","prepend":"fas fa-"},"cancel":{"id":"cancel","prepend":"fas fa-"},"camera_rotate":{"id":"camera-rotate","prepend":"fas fa-"},"spray_can_sparkles":{"id":"spray-can-sparkles","prepend":"fas fa-"},"air_freshener":{"id":"air-freshener","prepend":"fas fa-"},"star":{"id":"star","prepend":"fas fa-"},"cross":{"id":"cross","prepend":"fas fa-"},"venus_mars":{"id":"venus-mars","prepend":"fas fa-"},"arrow_pointer":{"id":"arrow-pointer","prepend":"fas fa-"},"mouse_pointer":{"id":"mouse-pointer","prepend":"fas fa-"},"maximize":{"id":"maximize","prepend":"fas fa-"},"expand_arrows_alt":{"id":"expand-arrows-alt","prepend":"fas fa-"},"charging_station":{"id":"charging-station","prepend":"fas fa-"},"shapes":{"id":"shapes","prepend":"fas fa-"},"triangle_circle_square":{"id":"triangle-circle-square","prepend":"fas fa-"},"shuffle":{"id":"shuffle","prepend":"fas fa-"},"random":{"id":"random","prepend":"fas fa-"},"person_running":{"id":"person-running","prepend":"fas fa-"},"running":{"id":"running","prepend":"fas fa-"},"mobile_retro":{"id":"mobile-retro","prepend":"fas fa-"},"grip_lines_vertical":{"id":"grip-lines-vertical","prepend":"fas fa-"},"spider":{"id":"spider","prepend":"fas fa-"},"hands_bound":{"id":"hands-bound","prepend":"fas fa-"},"file_invoice_dollar":{"id":"file-invoice-dollar","prepend":"fas fa-"},"plane_circle_exclamation":{"id":"plane-circle-exclamation","prepend":"fas fa-"},"x_ray":{"id":"x-ray","prepend":"fas fa-"},"spell_check":{"id":"spell-check","prepend":"fas fa-"},"slash":{"id":"slash","prepend":"fas fa-"},"computer_mouse":{"id":"computer-mouse","prepend":"fas fa-"},"mouse":{"id":"mouse","prepend":"fas fa-"},"arrow_right_to_bracket":{"id":"arrow-right-to-bracket","prepend":"fas fa-"},"sign_in":{"id":"sign-in","prepend":"fas fa-"},"shop_slash":{"id":"shop-slash","prepend":"fas fa-"},"store_alt_slash":{"id":"store-alt-slash","prepend":"fas fa-"},"server":{"id":"server","prepend":"fas fa-"},"virus_covid_slash":{"id":"virus-covid-slash","prepend":"fas fa-"},"shop_lock":{"id":"shop-lock","prepend":"fas fa-"},"hourglass_start":{"id":"hourglass-start","prepend":"fas fa-"},"hourglass_1":{"id":"hourglass-1","prepend":"fas fa-"},"blender_phone":{"id":"blender-phone","prepend":"fas fa-"},"building_wheat":{"id":"building-wheat","prepend":"fas fa-"},"person_breastfeeding":{"id":"person-breastfeeding","prepend":"fas fa-"},"right_to_bracket":{"id":"right-to-bracket","prepend":"fas fa-"},"sign_in_alt":{"id":"sign-in-alt","prepend":"fas fa-"},"venus":{"id":"venus","prepend":"fas fa-"},"passport":{"id":"passport","prepend":"fas fa-"},"thumbtack_slash":{"id":"thumbtack-slash","prepend":"fas fa-"},"thumb_tack_slash":{"id":"thumb-tack-slash","prepend":"fas fa-"},"heart_pulse":{"id":"heart-pulse","prepend":"fas fa-"},"heartbeat":{"id":"heartbeat","prepend":"fas fa-"},"people_carry_box":{"id":"people-carry-box","prepend":"fas fa-"},"people_carry":{"id":"people-carry","prepend":"fas fa-"},"temperature_high":{"id":"temperature-high","prepend":"fas fa-"},"microchip":{"id":"microchip","prepend":"fas fa-"},"crown":{"id":"crown","prepend":"fas fa-"},"weight_hanging":{"id":"weight-hanging","prepend":"fas fa-"},"xmarks_lines":{"id":"xmarks-lines","prepend":"fas fa-"},"file_prescription":{"id":"file-prescription","prepend":"fas fa-"},"weight_scale":{"id":"weight-scale","prepend":"fas fa-"},"weight":{"id":"weight","prepend":"fas fa-"},"user_group":{"id":"user-group","prepend":"fas fa-"},"user_friends":{"id":"user-friends","prepend":"fas fa-"},"arrow_up_a_z":{"id":"arrow-up-a-z","prepend":"fas fa-"},"sort_alpha_up":{"id":"sort-alpha-up","prepend":"fas fa-"},"chess_knight":{"id":"chess-knight","prepend":"fas fa-"},"face_laugh_squint":{"id":"face-laugh-squint","prepend":"fas fa-"},"laugh_squint":{"id":"laugh-squint","prepend":"fas fa-"},"wheelchair":{"id":"wheelchair","prepend":"fas fa-"},"circle_arrow_up":{"id":"circle-arrow-up","prepend":"fas fa-"},"arrow_circle_up":{"id":"arrow-circle-up","prepend":"fas fa-"},"toggle_on":{"id":"toggle-on","prepend":"fas fa-"},"person_walking":{"id":"person-walking","prepend":"fas fa-"},"walking":{"id":"walking","prepend":"fas fa-"},"fire":{"id":"fire","prepend":"fas fa-"},"bed_pulse":{"id":"bed-pulse","prepend":"fas fa-"},"procedures":{"id":"procedures","prepend":"fas fa-"},"shuttle_space":{"id":"shuttle-space","prepend":"fas fa-"},"space_shuttle":{"id":"space-shuttle","prepend":"fas fa-"},"face_laugh":{"id":"face-laugh","prepend":"fas fa-"},"laugh":{"id":"laugh","prepend":"fas fa-"},"folder_open":{"id":"folder-open","prepend":"fas fa-"},"heart_circle_plus":{"id":"heart-circle-plus","prepend":"fas fa-"},"code_fork":{"id":"code-fork","prepend":"fas fa-"},"city":{"id":"city","prepend":"fas fa-"},"microphone_lines":{"id":"microphone-lines","prepend":"fas fa-"},"microphone_alt":{"id":"microphone-alt","prepend":"fas fa-"},"pepper_hot":{"id":"pepper-hot","prepend":"fas fa-"},"unlock":{"id":"unlock","prepend":"fas fa-"},"colon_sign":{"id":"colon-sign","prepend":"fas fa-"},"headset":{"id":"headset","prepend":"fas fa-"},"store_slash":{"id":"store-slash","prepend":"fas fa-"},"road_circle_xmark":{"id":"road-circle-xmark","prepend":"fas fa-"},"user_minus":{"id":"user-minus","prepend":"fas fa-"},"mars_stroke_up":{"id":"mars-stroke-up","prepend":"fas fa-"},"mars_stroke_v":{"id":"mars-stroke-v","prepend":"fas fa-"},"champagne_glasses":{"id":"champagne-glasses","prepend":"fas fa-"},"glass_cheers":{"id":"glass-cheers","prepend":"fas fa-"},"clipboard":{"id":"clipboard","prepend":"fas fa-"},"house_circle_exclamation":{"id":"house-circle-exclamation","prepend":"fas fa-"},"file_arrow_up":{"id":"file-arrow-up","prepend":"fas fa-"},"file_upload":{"id":"file-upload","prepend":"fas fa-"},"wifi":{"id":"wifi","prepend":"fas fa-"},"wifi_3":{"id":"wifi-3","prepend":"fas fa-"},"wifi_strong":{"id":"wifi-strong","prepend":"fas fa-"},"bath":{"id":"bath","prepend":"fas fa-"},"bathtub":{"id":"bathtub","prepend":"fas fa-"},"underline":{"id":"underline","prepend":"fas fa-"},"user_pen":{"id":"user-pen","prepend":"fas fa-"},"user_edit":{"id":"user-edit","prepend":"fas fa-"},"signature":{"id":"signature","prepend":"fas fa-"},"stroopwafel":{"id":"stroopwafel","prepend":"fas fa-"},"bold":{"id":"bold","prepend":"fas fa-"},"anchor_lock":{"id":"anchor-lock","prepend":"fas fa-"},"building_ngo":{"id":"building-ngo","prepend":"fas fa-"},"manat_sign":{"id":"manat-sign","prepend":"fas fa-"},"not_equal":{"id":"not-equal","prepend":"fas fa-"},"border_top_left":{"id":"border-top-left","prepend":"fas fa-"},"border_style":{"id":"border-style","prepend":"fas fa-"},"map_location_dot":{"id":"map-location-dot","prepend":"fas fa-"},"map_marked_alt":{"id":"map-marked-alt","prepend":"fas fa-"},"jedi":{"id":"jedi","prepend":"fas fa-"},"square_poll_vertical":{"id":"square-poll-vertical","prepend":"fas fa-"},"mug_hot":{"id":"mug-hot","prepend":"fas fa-"},"car_battery":{"id":"car-battery","prepend":"fas fa-"},"battery_car":{"id":"battery-car","prepend":"fas fa-"},"gift":{"id":"gift","prepend":"fas fa-"},"dice_two":{"id":"dice-two","prepend":"fas fa-"},"chess_queen":{"id":"chess-queen","prepend":"fas fa-"},"glasses":{"id":"glasses","prepend":"fas fa-"},"chess_board":{"id":"chess-board","prepend":"fas fa-"},"building_circle_check":{"id":"building-circle-check","prepend":"fas fa-"},"person_chalkboard":{"id":"person-chalkboard","prepend":"fas fa-"},"mars_stroke_right":{"id":"mars-stroke-right","prepend":"fas fa-"},"mars_stroke_h":{"id":"mars-stroke-h","prepend":"fas fa-"},"hand_back_fist":{"id":"hand-back-fist","prepend":"fas fa-"},"hand_rock":{"id":"hand-rock","prepend":"fas fa-"},"square_caret_up":{"id":"square-caret-up","prepend":"fas fa-"},"caret_square_up":{"id":"caret-square-up","prepend":"fas fa-"},"cloud_showers_water":{"id":"cloud-showers-water","prepend":"fas fa-"},"chart_bar":{"id":"chart-bar","prepend":"fas fa-"},"bar_chart":{"id":"bar-chart","prepend":"fas fa-"},"hands_bubbles":{"id":"hands-bubbles","prepend":"fas fa-"},"hands_wash":{"id":"hands-wash","prepend":"fas fa-"},"less_than_equal":{"id":"less-than-equal","prepend":"fas fa-"},"train":{"id":"train","prepend":"fas fa-"},"eye_low_vision":{"id":"eye-low-vision","prepend":"fas fa-"},"low_vision":{"id":"low-vision","prepend":"fas fa-"},"crow":{"id":"crow","prepend":"fas fa-"},"window_restore":{"id":"window-restore","prepend":"fas fa-"},"square_plus":{"id":"square-plus","prepend":"fas fa-"},"plus_square":{"id":"plus-square","prepend":"fas fa-"},"torii_gate":{"id":"torii-gate","prepend":"fas fa-"},"frog":{"id":"frog","prepend":"fas fa-"},"microphone":{"id":"microphone","prepend":"fas fa-"},"cow":{"id":"cow","prepend":"fas fa-"},"caret_up":{"id":"caret-up","prepend":"fas fa-"},"screwdriver":{"id":"screwdriver","prepend":"fas fa-"},"folder_closed":{"id":"folder-closed","prepend":"fas fa-"},"house_tsunami":{"id":"house-tsunami","prepend":"fas fa-"},"square_nfi":{"id":"square-nfi","prepend":"fas fa-"},"arrow_up_from_ground_water":{"id":"arrow-up-from-ground-water","prepend":"fas fa-"},"martini_glass":{"id":"martini-glass","prepend":"fas fa-"},"glass_martini_alt":{"id":"glass-martini-alt","prepend":"fas fa-"},"rotate_left":{"id":"rotate-left","prepend":"fas fa-"},"rotate_back":{"id":"rotate-back","prepend":"fas fa-"},"rotate_backward":{"id":"rotate-backward","prepend":"fas fa-"},"undo_alt":{"id":"undo-alt","prepend":"fas fa-"},"table_columns":{"id":"table-columns","prepend":"fas fa-"},"columns":{"id":"columns","prepend":"fas fa-"},"lemon":{"id":"lemon","prepend":"fas fa-"},"head_side_mask":{"id":"head-side-mask","prepend":"fas fa-"},"handshake":{"id":"handshake","prepend":"fas fa-"},"gem":{"id":"gem","prepend":"fas fa-"},"dolly":{"id":"dolly","prepend":"fas fa-"},"dolly_box":{"id":"dolly-box","prepend":"fas fa-"},"smoking":{"id":"smoking","prepend":"fas fa-"},"compress_arrows_alt":{"id":"compress-arrows-alt","prepend":"fas fa-"},"monument":{"id":"monument","prepend":"fas fa-"},"snowplow":{"id":"snowplow","prepend":"fas fa-"},"angles_right":{"id":"angles-right","prepend":"fas fa-"},"angle_double_right":{"id":"angle-double-right","prepend":"fas fa-"},"cannabis":{"id":"cannabis","prepend":"fas fa-"},"circle_play":{"id":"circle-play","prepend":"fas fa-"},"play_circle":{"id":"play-circle","prepend":"fas fa-"},"tablets":{"id":"tablets","prepend":"fas fa-"},"ethernet":{"id":"ethernet","prepend":"fas fa-"},"euro_sign":{"id":"euro-sign","prepend":"fas fa-"},"eur":{"id":"eur","prepend":"fas fa-"},"euro":{"id":"euro","prepend":"fas fa-"},"chair":{"id":"chair","prepend":"fas fa-"},"circle_check":{"id":"circle-check","prepend":"fas fa-"},"check_circle":{"id":"check-circle","prepend":"fas fa-"},"circle_stop":{"id":"circle-stop","prepend":"fas fa-"},"stop_circle":{"id":"stop-circle","prepend":"fas fa-"},"compass_drafting":{"id":"compass-drafting","prepend":"fas fa-"},"drafting_compass":{"id":"drafting-compass","prepend":"fas fa-"},"plate_wheat":{"id":"plate-wheat","prepend":"fas fa-"},"icicles":{"id":"icicles","prepend":"fas fa-"},"person_shelter":{"id":"person-shelter","prepend":"fas fa-"},"neuter":{"id":"neuter","prepend":"fas fa-"},"id_badge":{"id":"id-badge","prepend":"fas fa-"},"marker":{"id":"marker","prepend":"fas fa-"},"face_laugh_beam":{"id":"face-laugh-beam","prepend":"fas fa-"},"laugh_beam":{"id":"laugh-beam","prepend":"fas fa-"},"helicopter_symbol":{"id":"helicopter-symbol","prepend":"fas fa-"},"universal_access":{"id":"universal-access","prepend":"fas fa-"},"circle_chevron_up":{"id":"circle-chevron-up","prepend":"fas fa-"},"chevron_circle_up":{"id":"chevron-circle-up","prepend":"fas fa-"},"lari_sign":{"id":"lari-sign","prepend":"fas fa-"},"volcano":{"id":"volcano","prepend":"fas fa-"},"person_walking_dashed_line_arrow_right":{"id":"person-walking-dashed-line-arrow-right","prepend":"fas fa-"},"sterling_sign":{"id":"sterling-sign","prepend":"fas fa-"},"gbp":{"id":"gbp","prepend":"fas fa-"},"pound_sign":{"id":"pound-sign","prepend":"fas fa-"},"viruses":{"id":"viruses","prepend":"fas fa-"},"square_person_confined":{"id":"square-person-confined","prepend":"fas fa-"},"user_tie":{"id":"user-tie","prepend":"fas fa-"},"arrow_down_long":{"id":"arrow-down-long","prepend":"fas fa-"},"long_arrow_down":{"id":"long-arrow-down","prepend":"fas fa-"},"tent_arrow_down_to_line":{"id":"tent-arrow-down-to-line","prepend":"fas fa-"},"certificate":{"id":"certificate","prepend":"fas fa-"},"reply_all":{"id":"reply-all","prepend":"fas fa-"},"mail_reply_all":{"id":"mail-reply-all","prepend":"fas fa-"},"suitcase":{"id":"suitcase","prepend":"fas fa-"},"person_skating":{"id":"person-skating","prepend":"fas fa-"},"skating":{"id":"skating","prepend":"fas fa-"},"filter_circle_dollar":{"id":"filter-circle-dollar","prepend":"fas fa-"},"funnel_dollar":{"id":"funnel-dollar","prepend":"fas fa-"},"camera_retro":{"id":"camera-retro","prepend":"fas fa-"},"circle_arrow_down":{"id":"circle-arrow-down","prepend":"fas fa-"},"arrow_circle_down":{"id":"arrow-circle-down","prepend":"fas fa-"},"file_import":{"id":"file-import","prepend":"fas fa-"},"arrow_right_to_file":{"id":"arrow-right-to-file","prepend":"fas fa-"},"square_arrow_up_right":{"id":"square-arrow-up-right","prepend":"fas fa-"},"external_link_square":{"id":"external-link-square","prepend":"fas fa-"},"box_open":{"id":"box-open","prepend":"fas fa-"},"scroll":{"id":"scroll","prepend":"fas fa-"},"spa":{"id":"spa","prepend":"fas fa-"},"location_pin_lock":{"id":"location-pin-lock","prepend":"fas fa-"},"pause":{"id":"pause","prepend":"fas fa-"},"hill_avalanche":{"id":"hill-avalanche","prepend":"fas fa-"},"temperature_empty":{"id":"temperature-empty","prepend":"fas fa-"},"temperature_0":{"id":"temperature-0","prepend":"fas fa-"},"thermometer_0":{"id":"thermometer-0","prepend":"fas fa-"},"thermometer_empty":{"id":"thermometer-empty","prepend":"fas fa-"},"bomb":{"id":"bomb","prepend":"fas fa-"},"registered":{"id":"registered","prepend":"fas fa-"},"address_card":{"id":"address-card","prepend":"fas fa-"},"contact_card":{"id":"contact-card","prepend":"fas fa-"},"vcard":{"id":"vcard","prepend":"fas fa-"},"scale_unbalanced_flip":{"id":"scale-unbalanced-flip","prepend":"fas fa-"},"balance_scale_right":{"id":"balance-scale-right","prepend":"fas fa-"},"subscript":{"id":"subscript","prepend":"fas fa-"},"diamond_turn_right":{"id":"diamond-turn-right","prepend":"fas fa-"},"directions":{"id":"directions","prepend":"fas fa-"},"house_laptop":{"id":"house-laptop","prepend":"fas fa-"},"laptop_house":{"id":"laptop-house","prepend":"fas fa-"},"face_tired":{"id":"face-tired","prepend":"fas fa-"},"tired":{"id":"tired","prepend":"fas fa-"},"money_bills":{"id":"money-bills","prepend":"fas fa-"},"smog":{"id":"smog","prepend":"fas fa-"},"crutch":{"id":"crutch","prepend":"fas fa-"},"cloud_arrow_up":{"id":"cloud-arrow-up","prepend":"fas fa-"},"cloud_upload":{"id":"cloud-upload","prepend":"fas fa-"},"cloud_upload_alt":{"id":"cloud-upload-alt","prepend":"fas fa-"},"palette":{"id":"palette","prepend":"fas fa-"},"arrows_turn_right":{"id":"arrows-turn-right","prepend":"fas fa-"},"vest":{"id":"vest","prepend":"fas fa-"},"arrows_down_to_people":{"id":"arrows-down-to-people","prepend":"fas fa-"},"seedling":{"id":"seedling","prepend":"fas fa-"},"sprout":{"id":"sprout","prepend":"fas fa-"},"left_right":{"id":"left-right","prepend":"fas fa-"},"arrows_alt_h":{"id":"arrows-alt-h","prepend":"fas fa-"},"boxes_packing":{"id":"boxes-packing","prepend":"fas fa-"},"circle_arrow_left":{"id":"circle-arrow-left","prepend":"fas fa-"},"arrow_circle_left":{"id":"arrow-circle-left","prepend":"fas fa-"},"group_arrows_rotate":{"id":"group-arrows-rotate","prepend":"fas fa-"},"bowl_food":{"id":"bowl-food","prepend":"fas fa-"},"candy_cane":{"id":"candy-cane","prepend":"fas fa-"},"arrow_down_wide_short":{"id":"arrow-down-wide-short","prepend":"fas fa-"},"sort_amount_asc":{"id":"sort-amount-asc","prepend":"fas fa-"},"sort_amount_down":{"id":"sort-amount-down","prepend":"fas fa-"},"cloud_bolt":{"id":"cloud-bolt","prepend":"fas fa-"},"thunderstorm":{"id":"thunderstorm","prepend":"fas fa-"},"text_slash":{"id":"text-slash","prepend":"fas fa-"},"remove_format":{"id":"remove-format","prepend":"fas fa-"},"face_smile_wink":{"id":"face-smile-wink","prepend":"fas fa-"},"smile_wink":{"id":"smile-wink","prepend":"fas fa-"},"file_word":{"id":"file-word","prepend":"fas fa-"},"file_powerpoint":{"id":"file-powerpoint","prepend":"fas fa-"},"arrows_left_right":{"id":"arrows-left-right","prepend":"fas fa-"},"arrows_h":{"id":"arrows-h","prepend":"fas fa-"},"house_lock":{"id":"house-lock","prepend":"fas fa-"},"cloud_arrow_down":{"id":"cloud-arrow-down","prepend":"fas fa-"},"cloud_download":{"id":"cloud-download","prepend":"fas fa-"},"cloud_download_alt":{"id":"cloud-download-alt","prepend":"fas fa-"},"chalkboard":{"id":"chalkboard","prepend":"fas fa-"},"blackboard":{"id":"blackboard","prepend":"fas fa-"},"user_large_slash":{"id":"user-large-slash","prepend":"fas fa-"},"user_alt_slash":{"id":"user-alt-slash","prepend":"fas fa-"},"envelope_open":{"id":"envelope-open","prepend":"fas fa-"},"handshake_simple_slash":{"id":"handshake-simple-slash","prepend":"fas fa-"},"handshake_alt_slash":{"id":"handshake-alt-slash","prepend":"fas fa-"},"mattress_pillow":{"id":"mattress-pillow","prepend":"fas fa-"},"guarani_sign":{"id":"guarani-sign","prepend":"fas fa-"},"arrows_rotate":{"id":"arrows-rotate","prepend":"fas fa-"},"sync":{"id":"sync","prepend":"fas fa-"},"fire_extinguisher":{"id":"fire-extinguisher","prepend":"fas fa-"},"cruzeiro_sign":{"id":"cruzeiro-sign","prepend":"fas fa-"},"greater_than_equal":{"id":"greater-than-equal","prepend":"fas fa-"},"shield_halved":{"id":"shield-halved","prepend":"fas fa-"},"shield_alt":{"id":"shield-alt","prepend":"fas fa-"},"book_atlas":{"id":"book-atlas","prepend":"fas fa-"},"atlas":{"id":"atlas","prepend":"fas fa-"},"virus":{"id":"virus","prepend":"fas fa-"},"envelope_circle_check":{"id":"envelope-circle-check","prepend":"fas fa-"},"layer_group":{"id":"layer-group","prepend":"fas fa-"},"arrows_to_dot":{"id":"arrows-to-dot","prepend":"fas fa-"},"archway":{"id":"archway","prepend":"fas fa-"},"heart_circle_check":{"id":"heart-circle-check","prepend":"fas fa-"},"house_chimney_crack":{"id":"house-chimney-crack","prepend":"fas fa-"},"house_damage":{"id":"house-damage","prepend":"fas fa-"},"file_zipper":{"id":"file-zipper","prepend":"fas fa-"},"file_archive":{"id":"file-archive","prepend":"fas fa-"},"square":{"id":"square","prepend":"fas fa-"},"martini_glass_empty":{"id":"martini-glass-empty","prepend":"fas fa-"},"glass_martini":{"id":"glass-martini","prepend":"fas fa-"},"couch":{"id":"couch","prepend":"fas fa-"},"cedi_sign":{"id":"cedi-sign","prepend":"fas fa-"},"italic":{"id":"italic","prepend":"fas fa-"},"table_cells_column_lock":{"id":"table-cells-column-lock","prepend":"fas fa-"},"church":{"id":"church","prepend":"fas fa-"},"comments_dollar":{"id":"comments-dollar","prepend":"fas fa-"},"democrat":{"id":"democrat","prepend":"fas fa-"},"person_skiing":{"id":"person-skiing","prepend":"fas fa-"},"skiing":{"id":"skiing","prepend":"fas fa-"},"road_lock":{"id":"road-lock","prepend":"fas fa-"},"temperature_arrow_down":{"id":"temperature-arrow-down","prepend":"fas fa-"},"temperature_down":{"id":"temperature-down","prepend":"fas fa-"},"feather_pointed":{"id":"feather-pointed","prepend":"fas fa-"},"feather_alt":{"id":"feather-alt","prepend":"fas fa-"},"snowflake":{"id":"snowflake","prepend":"fas fa-"},"newspaper":{"id":"newspaper","prepend":"fas fa-"},"rectangle_ad":{"id":"rectangle-ad","prepend":"fas fa-"},"ad":{"id":"ad","prepend":"fas fa-"},"circle_arrow_right":{"id":"circle-arrow-right","prepend":"fas fa-"},"arrow_circle_right":{"id":"arrow-circle-right","prepend":"fas fa-"},"filter_circle_xmark":{"id":"filter-circle-xmark","prepend":"fas fa-"},"sort":{"id":"sort","prepend":"fas fa-"},"unsorted":{"id":"unsorted","prepend":"fas fa-"},"list_ol":{"id":"list-ol","prepend":"fas fa-"},"list_1_2":{"id":"list-1-2","prepend":"fas fa-"},"list_numeric":{"id":"list-numeric","prepend":"fas fa-"},"person_dress_burst":{"id":"person-dress-burst","prepend":"fas fa-"},"money_check_dollar":{"id":"money-check-dollar","prepend":"fas fa-"},"money_check_alt":{"id":"money-check-alt","prepend":"fas fa-"},"vector_square":{"id":"vector-square","prepend":"fas fa-"},"bread_slice":{"id":"bread-slice","prepend":"fas fa-"},"language":{"id":"language","prepend":"fas fa-"},"face_kiss_wink_heart":{"id":"face-kiss-wink-heart","prepend":"fas fa-"},"kiss_wink_heart":{"id":"kiss-wink-heart","prepend":"fas fa-"},"filter":{"id":"filter","prepend":"fas fa-"},"question":{"id":"question","prepend":"fas fa-"},"file_signature":{"id":"file-signature","prepend":"fas fa-"},"up_down_left_right":{"id":"up-down-left-right","prepend":"fas fa-"},"arrows_alt":{"id":"arrows-alt","prepend":"fas fa-"},"house_chimney_user":{"id":"house-chimney-user","prepend":"fas fa-"},"hand_holding_heart":{"id":"hand-holding-heart","prepend":"fas fa-"},"puzzle_piece":{"id":"puzzle-piece","prepend":"fas fa-"},"money_check":{"id":"money-check","prepend":"fas fa-"},"star_half_stroke":{"id":"star-half-stroke","prepend":"fas fa-"},"star_half_alt":{"id":"star-half-alt","prepend":"fas fa-"},"code":{"id":"code","prepend":"fas fa-"},"whiskey_glass":{"id":"whiskey-glass","prepend":"fas fa-"},"glass_whiskey":{"id":"glass-whiskey","prepend":"fas fa-"},"building_circle_exclamation":{"id":"building-circle-exclamation","prepend":"fas fa-"},"magnifying_glass_chart":{"id":"magnifying-glass-chart","prepend":"fas fa-"},"arrow_up_right_from_square":{"id":"arrow-up-right-from-square","prepend":"fas fa-"},"external_link":{"id":"external-link","prepend":"fas fa-"},"cubes_stacked":{"id":"cubes-stacked","prepend":"fas fa-"},"won_sign":{"id":"won-sign","prepend":"fas fa-"},"krw":{"id":"krw","prepend":"fas fa-"},"won":{"id":"won","prepend":"fas fa-"},"virus_covid":{"id":"virus-covid","prepend":"fas fa-"},"austral_sign":{"id":"austral-sign","prepend":"fas fa-"},"leaf":{"id":"leaf","prepend":"fas fa-"},"road":{"id":"road","prepend":"fas fa-"},"taxi":{"id":"taxi","prepend":"fas fa-"},"cab":{"id":"cab","prepend":"fas fa-"},"person_circle_plus":{"id":"person-circle-plus","prepend":"fas fa-"},"chart_pie":{"id":"chart-pie","prepend":"fas fa-"},"pie_chart":{"id":"pie-chart","prepend":"fas fa-"},"bolt_lightning":{"id":"bolt-lightning","prepend":"fas fa-"},"sack_xmark":{"id":"sack-xmark","prepend":"fas fa-"},"file_excel":{"id":"file-excel","prepend":"fas fa-"},"file_contract":{"id":"file-contract","prepend":"fas fa-"},"fish_fins":{"id":"fish-fins","prepend":"fas fa-"},"building_flag":{"id":"building-flag","prepend":"fas fa-"},"face_grin_beam":{"id":"face-grin-beam","prepend":"fas fa-"},"grin_beam":{"id":"grin-beam","prepend":"fas fa-"},"object_ungroup":{"id":"object-ungroup","prepend":"fas fa-"},"poop":{"id":"poop","prepend":"fas fa-"},"location_pin":{"id":"location-pin","prepend":"fas fa-"},"map_marker":{"id":"map-marker","prepend":"fas fa-"},"kaaba":{"id":"kaaba","prepend":"fas fa-"},"toilet_paper":{"id":"toilet-paper","prepend":"fas fa-"},"helmet_safety":{"id":"helmet-safety","prepend":"fas fa-"},"hard_hat":{"id":"hard-hat","prepend":"fas fa-"},"hat_hard":{"id":"hat-hard","prepend":"fas fa-"},"eject":{"id":"eject","prepend":"fas fa-"},"circle_right":{"id":"circle-right","prepend":"fas fa-"},"arrow_alt_circle_right":{"id":"arrow-alt-circle-right","prepend":"fas fa-"},"plane_circle_check":{"id":"plane-circle-check","prepend":"fas fa-"},"face_rolling_eyes":{"id":"face-rolling-eyes","prepend":"fas fa-"},"meh_rolling_eyes":{"id":"meh-rolling-eyes","prepend":"fas fa-"},"object_group":{"id":"object-group","prepend":"fas fa-"},"chart_line":{"id":"chart-line","prepend":"fas fa-"},"line_chart":{"id":"line-chart","prepend":"fas fa-"},"mask_ventilator":{"id":"mask-ventilator","prepend":"fas fa-"},"arrow_right":{"id":"arrow-right","prepend":"fas fa-"},"signs_post":{"id":"signs-post","prepend":"fas fa-"},"map_signs":{"id":"map-signs","prepend":"fas fa-"},"cash_register":{"id":"cash-register","prepend":"fas fa-"},"person_circle_question":{"id":"person-circle-question","prepend":"fas fa-"},"screwdriver_wrench":{"id":"screwdriver-wrench","prepend":"fas fa-"},"tools":{"id":"tools","prepend":"fas fa-"},"arrows_to_eye":{"id":"arrows-to-eye","prepend":"fas fa-"},"plug_circle_bolt":{"id":"plug-circle-bolt","prepend":"fas fa-"},"heart":{"id":"heart","prepend":"fas fa-"},"mars_and_venus":{"id":"mars-and-venus","prepend":"fas fa-"},"house_user":{"id":"house-user","prepend":"fas fa-"},"home_user":{"id":"home-user","prepend":"fas fa-"},"dumpster_fire":{"id":"dumpster-fire","prepend":"fas fa-"},"house_crack":{"id":"house-crack","prepend":"fas fa-"},"martini_glass_citrus":{"id":"martini-glass-citrus","prepend":"fas fa-"},"cocktail":{"id":"cocktail","prepend":"fas fa-"},"face_surprise":{"id":"face-surprise","prepend":"fas fa-"},"surprise":{"id":"surprise","prepend":"fas fa-"},"bottle_water":{"id":"bottle-water","prepend":"fas fa-"},"circle_pause":{"id":"circle-pause","prepend":"fas fa-"},"pause_circle":{"id":"pause-circle","prepend":"fas fa-"},"toilet_paper_slash":{"id":"toilet-paper-slash","prepend":"fas fa-"},"apple_whole":{"id":"apple-whole","prepend":"fas fa-"},"apple_alt":{"id":"apple-alt","prepend":"fas fa-"},"kitchen_set":{"id":"kitchen-set","prepend":"fas fa-"},"temperature_quarter":{"id":"temperature-quarter","prepend":"fas fa-"},"temperature_1":{"id":"temperature-1","prepend":"fas fa-"},"thermometer_1":{"id":"thermometer-1","prepend":"fas fa-"},"thermometer_quarter":{"id":"thermometer-quarter","prepend":"fas fa-"},"cube":{"id":"cube","prepend":"fas fa-"},"bitcoin_sign":{"id":"bitcoin-sign","prepend":"fas fa-"},"shield_dog":{"id":"shield-dog","prepend":"fas fa-"},"solar_panel":{"id":"solar-panel","prepend":"fas fa-"},"lock_open":{"id":"lock-open","prepend":"fas fa-"},"money_bill_transfer":{"id":"money-bill-transfer","prepend":"fas fa-"},"money_bill_trend_up":{"id":"money-bill-trend-up","prepend":"fas fa-"},"house_flood_water_circle_arrow_right":{"id":"house-flood-water-circle-arrow-right","prepend":"fas fa-"},"square_poll_horizontal":{"id":"square-poll-horizontal","prepend":"fas fa-"},"poll_h":{"id":"poll-h","prepend":"fas fa-"},"circle":{"id":"circle","prepend":"fas fa-"},"backward_fast":{"id":"backward-fast","prepend":"fas fa-"},"fast_backward":{"id":"fast-backward","prepend":"fas fa-"},"recycle":{"id":"recycle","prepend":"fas fa-"},"user_astronaut":{"id":"user-astronaut","prepend":"fas fa-"},"plane_slash":{"id":"plane-slash","prepend":"fas fa-"},"trademark":{"id":"trademark","prepend":"fas fa-"},"basketball":{"id":"basketball","prepend":"fas fa-"},"basketball_ball":{"id":"basketball-ball","prepend":"fas fa-"},"satellite_dish":{"id":"satellite-dish","prepend":"fas fa-"},"circle_up":{"id":"circle-up","prepend":"fas fa-"},"arrow_alt_circle_up":{"id":"arrow-alt-circle-up","prepend":"fas fa-"},"mobile_screen_button":{"id":"mobile-screen-button","prepend":"fas fa-"},"mobile_alt":{"id":"mobile-alt","prepend":"fas fa-"},"volume_high":{"id":"volume-high","prepend":"fas fa-"},"volume_up":{"id":"volume-up","prepend":"fas fa-"},"users_rays":{"id":"users-rays","prepend":"fas fa-"},"wallet":{"id":"wallet","prepend":"fas fa-"},"clipboard_check":{"id":"clipboard-check","prepend":"fas fa-"},"file_audio":{"id":"file-audio","prepend":"fas fa-"},"burger":{"id":"burger","prepend":"fas fa-"},"hamburger":{"id":"hamburger","prepend":"fas fa-"},"wrench":{"id":"wrench","prepend":"fas fa-"},"rupee_sign":{"id":"rupee-sign","prepend":"fas fa-"},"rupee":{"id":"rupee","prepend":"fas fa-"},"file_image":{"id":"file-image","prepend":"fas fa-"},"circle_question":{"id":"circle-question","prepend":"fas fa-"},"question_circle":{"id":"question-circle","prepend":"fas fa-"},"plane_departure":{"id":"plane-departure","prepend":"fas fa-"},"handshake_slash":{"id":"handshake-slash","prepend":"fas fa-"},"book_bookmark":{"id":"book-bookmark","prepend":"fas fa-"},"code_branch":{"id":"code-branch","prepend":"fas fa-"},"hat_cowboy":{"id":"hat-cowboy","prepend":"fas fa-"},"phone_flip":{"id":"phone-flip","prepend":"fas fa-"},"phone_alt":{"id":"phone-alt","prepend":"fas fa-"},"truck_front":{"id":"truck-front","prepend":"fas fa-"},"cat":{"id":"cat","prepend":"fas fa-"},"anchor_circle_exclamation":{"id":"anchor-circle-exclamation","prepend":"fas fa-"},"truck_field":{"id":"truck-field","prepend":"fas fa-"},"route":{"id":"route","prepend":"fas fa-"},"clipboard_question":{"id":"clipboard-question","prepend":"fas fa-"},"comment_medical":{"id":"comment-medical","prepend":"fas fa-"},"teeth_open":{"id":"teeth-open","prepend":"fas fa-"},"file_circle_minus":{"id":"file-circle-minus","prepend":"fas fa-"},"tags":{"id":"tags","prepend":"fas fa-"},"wine_glass":{"id":"wine-glass","prepend":"fas fa-"},"forward_fast":{"id":"forward-fast","prepend":"fas fa-"},"fast_forward":{"id":"fast-forward","prepend":"fas fa-"},"face_meh_blank":{"id":"face-meh-blank","prepend":"fas fa-"},"meh_blank":{"id":"meh-blank","prepend":"fas fa-"},"square_parking":{"id":"square-parking","prepend":"fas fa-"},"parking":{"id":"parking","prepend":"fas fa-"},"house_signal":{"id":"house-signal","prepend":"fas fa-"},"bars_progress":{"id":"bars-progress","prepend":"fas fa-"},"tasks_alt":{"id":"tasks-alt","prepend":"fas fa-"},"faucet_drip":{"id":"faucet-drip","prepend":"fas fa-"},"cart_flatbed":{"id":"cart-flatbed","prepend":"fas fa-"},"dolly_flatbed":{"id":"dolly-flatbed","prepend":"fas fa-"},"ban_smoking":{"id":"ban-smoking","prepend":"fas fa-"},"smoking_ban":{"id":"smoking-ban","prepend":"fas fa-"},"terminal":{"id":"terminal","prepend":"fas fa-"},"mobile_button":{"id":"mobile-button","prepend":"fas fa-"},"house_medical_flag":{"id":"house-medical-flag","prepend":"fas fa-"},"basket_shopping":{"id":"basket-shopping","prepend":"fas fa-"},"shopping_basket":{"id":"shopping-basket","prepend":"fas fa-"},"tape":{"id":"tape","prepend":"fas fa-"},"bus_simple":{"id":"bus-simple","prepend":"fas fa-"},"bus_alt":{"id":"bus-alt","prepend":"fas fa-"},"eye":{"id":"eye","prepend":"fas fa-"},"face_sad_cry":{"id":"face-sad-cry","prepend":"fas fa-"},"sad_cry":{"id":"sad-cry","prepend":"fas fa-"},"audio_description":{"id":"audio-description","prepend":"fas fa-"},"person_military_to_person":{"id":"person-military-to-person","prepend":"fas fa-"},"file_shield":{"id":"file-shield","prepend":"fas fa-"},"user_slash":{"id":"user-slash","prepend":"fas fa-"},"pen":{"id":"pen","prepend":"fas fa-"},"tower_observation":{"id":"tower-observation","prepend":"fas fa-"},"file_code":{"id":"file-code","prepend":"fas fa-"},"signal":{"id":"signal","prepend":"fas fa-"},"signal_5":{"id":"signal-5","prepend":"fas fa-"},"signal_perfect":{"id":"signal-perfect","prepend":"fas fa-"},"bus":{"id":"bus","prepend":"fas fa-"},"heart_circle_xmark":{"id":"heart-circle-xmark","prepend":"fas fa-"},"house_chimney":{"id":"house-chimney","prepend":"fas fa-"},"home_lg":{"id":"home-lg","prepend":"fas fa-"},"window_maximize":{"id":"window-maximize","prepend":"fas fa-"},"face_frown":{"id":"face-frown","prepend":"fas fa-"},"frown":{"id":"frown","prepend":"fas fa-"},"prescription":{"id":"prescription","prepend":"fas fa-"},"shop":{"id":"shop","prepend":"fas fa-"},"store_alt":{"id":"store-alt","prepend":"fas fa-"},"floppy_disk":{"id":"floppy-disk","prepend":"fas fa-"},"save":{"id":"save","prepend":"fas fa-"},"vihara":{"id":"vihara","prepend":"fas fa-"},"scale_unbalanced":{"id":"scale-unbalanced","prepend":"fas fa-"},"balance_scale_left":{"id":"balance-scale-left","prepend":"fas fa-"},"sort_up":{"id":"sort-up","prepend":"fas fa-"},"sort_asc":{"id":"sort-asc","prepend":"fas fa-"},"comment_dots":{"id":"comment-dots","prepend":"fas fa-"},"commenting":{"id":"commenting","prepend":"fas fa-"},"plant_wilt":{"id":"plant-wilt","prepend":"fas fa-"},"diamond":{"id":"diamond","prepend":"fas fa-"},"face_grin_squint":{"id":"face-grin-squint","prepend":"fas fa-"},"grin_squint":{"id":"grin-squint","prepend":"fas fa-"},"hand_holding_dollar":{"id":"hand-holding-dollar","prepend":"fas fa-"},"hand_holding_usd":{"id":"hand-holding-usd","prepend":"fas fa-"},"bacterium":{"id":"bacterium","prepend":"fas fa-"},"hand_pointer":{"id":"hand-pointer","prepend":"fas fa-"},"drum_steelpan":{"id":"drum-steelpan","prepend":"fas fa-"},"hand_scissors":{"id":"hand-scissors","prepend":"fas fa-"},"hands_praying":{"id":"hands-praying","prepend":"fas fa-"},"praying_hands":{"id":"praying-hands","prepend":"fas fa-"},"arrow_rotate_right":{"id":"arrow-rotate-right","prepend":"fas fa-"},"arrow_right_rotate":{"id":"arrow-right-rotate","prepend":"fas fa-"},"arrow_rotate_forward":{"id":"arrow-rotate-forward","prepend":"fas fa-"},"redo":{"id":"redo","prepend":"fas fa-"},"biohazard":{"id":"biohazard","prepend":"fas fa-"},"location_crosshairs":{"id":"location-crosshairs","prepend":"fas fa-"},"location":{"id":"location","prepend":"fas fa-"},"mars_double":{"id":"mars-double","prepend":"fas fa-"},"child_dress":{"id":"child-dress","prepend":"fas fa-"},"users_between_lines":{"id":"users-between-lines","prepend":"fas fa-"},"lungs_virus":{"id":"lungs-virus","prepend":"fas fa-"},"face_grin_tears":{"id":"face-grin-tears","prepend":"fas fa-"},"grin_tears":{"id":"grin-tears","prepend":"fas fa-"},"phone":{"id":"phone","prepend":"fas fa-"},"calendar_xmark":{"id":"calendar-xmark","prepend":"fas fa-"},"calendar_times":{"id":"calendar-times","prepend":"fas fa-"},"child_reaching":{"id":"child-reaching","prepend":"fas fa-"},"head_side_virus":{"id":"head-side-virus","prepend":"fas fa-"},"user_gear":{"id":"user-gear","prepend":"fas fa-"},"user_cog":{"id":"user-cog","prepend":"fas fa-"},"arrow_up_1_9":{"id":"arrow-up-1-9","prepend":"fas fa-"},"sort_numeric_up":{"id":"sort-numeric-up","prepend":"fas fa-"},"door_closed":{"id":"door-closed","prepend":"fas fa-"},"shield_virus":{"id":"shield-virus","prepend":"fas fa-"},"dice_six":{"id":"dice-six","prepend":"fas fa-"},"mosquito_net":{"id":"mosquito-net","prepend":"fas fa-"},"bridge_water":{"id":"bridge-water","prepend":"fas fa-"},"person_booth":{"id":"person-booth","prepend":"fas fa-"},"text_width":{"id":"text-width","prepend":"fas fa-"},"hat_wizard":{"id":"hat-wizard","prepend":"fas fa-"},"pen_fancy":{"id":"pen-fancy","prepend":"fas fa-"},"person_digging":{"id":"person-digging","prepend":"fas fa-"},"digging":{"id":"digging","prepend":"fas fa-"},"gauge_simple":{"id":"gauge-simple","prepend":"fas fa-"},"gauge_simple_med":{"id":"gauge-simple-med","prepend":"fas fa-"},"tachometer_average":{"id":"tachometer-average","prepend":"fas fa-"},"book_medical":{"id":"book-medical","prepend":"fas fa-"},"poo":{"id":"poo","prepend":"fas fa-"},"quote_right":{"id":"quote-right","prepend":"fas fa-"},"quote_right_alt":{"id":"quote-right-alt","prepend":"fas fa-"},"shirt":{"id":"shirt","prepend":"fas fa-"},"t_shirt":{"id":"t-shirt","prepend":"fas fa-"},"tshirt":{"id":"tshirt","prepend":"fas fa-"},"cubes":{"id":"cubes","prepend":"fas fa-"},"divide":{"id":"divide","prepend":"fas fa-"},"tenge_sign":{"id":"tenge-sign","prepend":"fas fa-"},"tenge":{"id":"tenge","prepend":"fas fa-"},"headphones":{"id":"headphones","prepend":"fas fa-"},"hands_holding":{"id":"hands-holding","prepend":"fas fa-"},"hands_clapping":{"id":"hands-clapping","prepend":"fas fa-"},"republican":{"id":"republican","prepend":"fas fa-"},"arrow_left":{"id":"arrow-left","prepend":"fas fa-"},"person_circle_xmark":{"id":"person-circle-xmark","prepend":"fas fa-"},"ruler":{"id":"ruler","prepend":"fas fa-"},"align_left":{"id":"align-left","prepend":"fas fa-"},"dice_d6":{"id":"dice-d6","prepend":"fas fa-"},"restroom":{"id":"restroom","prepend":"fas fa-"},"users_viewfinder":{"id":"users-viewfinder","prepend":"fas fa-"},"file_video":{"id":"file-video","prepend":"fas fa-"},"up_right_from_square":{"id":"up-right-from-square","prepend":"fas fa-"},"external_link_alt":{"id":"external-link-alt","prepend":"fas fa-"},"table_cells":{"id":"table-cells","prepend":"fas fa-"},"th":{"id":"th","prepend":"fas fa-"},"file_pdf":{"id":"file-pdf","prepend":"fas fa-"},"book_bible":{"id":"book-bible","prepend":"fas fa-"},"bible":{"id":"bible","prepend":"fas fa-"},"suitcase_medical":{"id":"suitcase-medical","prepend":"fas fa-"},"medkit":{"id":"medkit","prepend":"fas fa-"},"user_secret":{"id":"user-secret","prepend":"fas fa-"},"otter":{"id":"otter","prepend":"fas fa-"},"person_dress":{"id":"person-dress","prepend":"fas fa-"},"female":{"id":"female","prepend":"fas fa-"},"comment_dollar":{"id":"comment-dollar","prepend":"fas fa-"},"business_time":{"id":"business-time","prepend":"fas fa-"},"briefcase_clock":{"id":"briefcase-clock","prepend":"fas fa-"},"table_cells_large":{"id":"table-cells-large","prepend":"fas fa-"},"th_large":{"id":"th-large","prepend":"fas fa-"},"book_tanakh":{"id":"book-tanakh","prepend":"fas fa-"},"tanakh":{"id":"tanakh","prepend":"fas fa-"},"phone_volume":{"id":"phone-volume","prepend":"fas fa-"},"volume_control_phone":{"id":"volume-control-phone","prepend":"fas fa-"},"hat_cowboy_side":{"id":"hat-cowboy-side","prepend":"fas fa-"},"clipboard_user":{"id":"clipboard-user","prepend":"fas fa-"},"child":{"id":"child","prepend":"fas fa-"},"lira_sign":{"id":"lira-sign","prepend":"fas fa-"},"satellite":{"id":"satellite","prepend":"fas fa-"},"plane_lock":{"id":"plane-lock","prepend":"fas fa-"},"tag":{"id":"tag","prepend":"fas fa-"},"comment":{"id":"comment","prepend":"fas fa-"},"cake_candles":{"id":"cake-candles","prepend":"fas fa-"},"birthday_cake":{"id":"birthday-cake","prepend":"fas fa-"},"cake":{"id":"cake","prepend":"fas fa-"},"angles_up":{"id":"angles-up","prepend":"fas fa-"},"angle_double_up":{"id":"angle-double-up","prepend":"fas fa-"},"paperclip":{"id":"paperclip","prepend":"fas fa-"},"arrow_right_to_city":{"id":"arrow-right-to-city","prepend":"fas fa-"},"ribbon":{"id":"ribbon","prepend":"fas fa-"},"lungs":{"id":"lungs","prepend":"fas fa-"},"arrow_up_9_1":{"id":"arrow-up-9-1","prepend":"fas fa-"},"sort_numeric_up_alt":{"id":"sort-numeric-up-alt","prepend":"fas fa-"},"litecoin_sign":{"id":"litecoin-sign","prepend":"fas fa-"},"border_none":{"id":"border-none","prepend":"fas fa-"},"circle_nodes":{"id":"circle-nodes","prepend":"fas fa-"},"parachute_box":{"id":"parachute-box","prepend":"fas fa-"},"indent":{"id":"indent","prepend":"fas fa-"},"truck_field_un":{"id":"truck-field-un","prepend":"fas fa-"},"hourglass":{"id":"hourglass","prepend":"fas fa-"},"hourglass_empty":{"id":"hourglass-empty","prepend":"fas fa-"},"mountain":{"id":"mountain","prepend":"fas fa-"},"user_doctor":{"id":"user-doctor","prepend":"fas fa-"},"user_md":{"id":"user-md","prepend":"fas fa-"},"circle_info":{"id":"circle-info","prepend":"fas fa-"},"info_circle":{"id":"info-circle","prepend":"fas fa-"},"cloud_meatball":{"id":"cloud-meatball","prepend":"fas fa-"},"camera":{"id":"camera","prepend":"fas fa-"},"camera_alt":{"id":"camera-alt","prepend":"fas fa-"},"square_virus":{"id":"square-virus","prepend":"fas fa-"},"meteor":{"id":"meteor","prepend":"fas fa-"},"car_on":{"id":"car-on","prepend":"fas fa-"},"sleigh":{"id":"sleigh","prepend":"fas fa-"},"arrow_down_1_9":{"id":"arrow-down-1-9","prepend":"fas fa-"},"sort_numeric_asc":{"id":"sort-numeric-asc","prepend":"fas fa-"},"sort_numeric_down":{"id":"sort-numeric-down","prepend":"fas fa-"},"hand_holding_droplet":{"id":"hand-holding-droplet","prepend":"fas fa-"},"hand_holding_water":{"id":"hand-holding-water","prepend":"fas fa-"},"water":{"id":"water","prepend":"fas fa-"},"calendar_check":{"id":"calendar-check","prepend":"fas fa-"},"braille":{"id":"braille","prepend":"fas fa-"},"prescription_bottle_medical":{"id":"prescription-bottle-medical","prepend":"fas fa-"},"prescription_bottle_alt":{"id":"prescription-bottle-alt","prepend":"fas fa-"},"landmark":{"id":"landmark","prepend":"fas fa-"},"truck":{"id":"truck","prepend":"fas fa-"},"crosshairs":{"id":"crosshairs","prepend":"fas fa-"},"person_cane":{"id":"person-cane","prepend":"fas fa-"},"vest_patches":{"id":"vest-patches","prepend":"fas fa-"},"check_double":{"id":"check-double","prepend":"fas fa-"},"arrow_down_a_z":{"id":"arrow-down-a-z","prepend":"fas fa-"},"sort_alpha_asc":{"id":"sort-alpha-asc","prepend":"fas fa-"},"sort_alpha_down":{"id":"sort-alpha-down","prepend":"fas fa-"},"money_bill_wheat":{"id":"money-bill-wheat","prepend":"fas fa-"},"arrow_rotate_left":{"id":"arrow-rotate-left","prepend":"fas fa-"},"arrow_left_rotate":{"id":"arrow-left-rotate","prepend":"fas fa-"},"arrow_rotate_back":{"id":"arrow-rotate-back","prepend":"fas fa-"},"arrow_rotate_backward":{"id":"arrow-rotate-backward","prepend":"fas fa-"},"undo":{"id":"undo","prepend":"fas fa-"},"hard_drive":{"id":"hard-drive","prepend":"fas fa-"},"hdd":{"id":"hdd","prepend":"fas fa-"},"face_grin_squint_tears":{"id":"face-grin-squint-tears","prepend":"fas fa-"},"grin_squint_tears":{"id":"grin-squint-tears","prepend":"fas fa-"},"dumbbell":{"id":"dumbbell","prepend":"fas fa-"},"rectangle_list":{"id":"rectangle-list","prepend":"fas fa-"},"list_alt":{"id":"list-alt","prepend":"fas fa-"},"tarp_droplet":{"id":"tarp-droplet","prepend":"fas fa-"},"house_medical_circle_check":{"id":"house-medical-circle-check","prepend":"fas fa-"},"person_skiing_nordic":{"id":"person-skiing-nordic","prepend":"fas fa-"},"skiing_nordic":{"id":"skiing-nordic","prepend":"fas fa-"},"calendar_plus":{"id":"calendar-plus","prepend":"fas fa-"},"plane_arrival":{"id":"plane-arrival","prepend":"fas fa-"},"circle_left":{"id":"circle-left","prepend":"fas fa-"},"arrow_alt_circle_left":{"id":"arrow-alt-circle-left","prepend":"fas fa-"},"train_subway":{"id":"train-subway","prepend":"fas fa-"},"subway":{"id":"subway","prepend":"fas fa-"},"chart_gantt":{"id":"chart-gantt","prepend":"fas fa-"},"indian_rupee_sign":{"id":"indian-rupee-sign","prepend":"fas fa-"},"indian_rupee":{"id":"indian-rupee","prepend":"fas fa-"},"inr":{"id":"inr","prepend":"fas fa-"},"crop_simple":{"id":"crop-simple","prepend":"fas fa-"},"crop_alt":{"id":"crop-alt","prepend":"fas fa-"},"money_bill_1":{"id":"money-bill-1","prepend":"fas fa-"},"money_bill_alt":{"id":"money-bill-alt","prepend":"fas fa-"},"left_long":{"id":"left-long","prepend":"fas fa-"},"long_arrow_alt_left":{"id":"long-arrow-alt-left","prepend":"fas fa-"},"dna":{"id":"dna","prepend":"fas fa-"},"virus_slash":{"id":"virus-slash","prepend":"fas fa-"},"minus":{"id":"minus","prepend":"fas fa-"},"subtract":{"id":"subtract","prepend":"fas fa-"},"chess":{"id":"chess","prepend":"fas fa-"},"arrow_left_long":{"id":"arrow-left-long","prepend":"fas fa-"},"long_arrow_left":{"id":"long-arrow-left","prepend":"fas fa-"},"plug_circle_check":{"id":"plug-circle-check","prepend":"fas fa-"},"street_view":{"id":"street-view","prepend":"fas fa-"},"franc_sign":{"id":"franc-sign","prepend":"fas fa-"},"volume_off":{"id":"volume-off","prepend":"fas fa-"},"hands_asl_interpreting":{"id":"hands-asl-interpreting","prepend":"fas fa-"},"american_sign_language_interpreting":{"id":"american-sign-language-interpreting","prepend":"fas fa-"},"asl_interpreting":{"id":"asl-interpreting","prepend":"fas fa-"},"hands_american_sign_language_interpreting":{"id":"hands-american-sign-language-interpreting","prepend":"fas fa-"},"gear":{"id":"gear","prepend":"fas fa-"},"cog":{"id":"cog","prepend":"fas fa-"},"droplet_slash":{"id":"droplet-slash","prepend":"fas fa-"},"tint_slash":{"id":"tint-slash","prepend":"fas fa-"},"mosque":{"id":"mosque","prepend":"fas fa-"},"star_of_david":{"id":"star-of-david","prepend":"fas fa-"},"person_military_rifle":{"id":"person-military-rifle","prepend":"fas fa-"},"cart_shopping":{"id":"cart-shopping","prepend":"fas fa-"},"shopping_cart":{"id":"shopping-cart","prepend":"fas fa-"},"vials":{"id":"vials","prepend":"fas fa-"},"plug_circle_plus":{"id":"plug-circle-plus","prepend":"fas fa-"},"place_of_worship":{"id":"place-of-worship","prepend":"fas fa-"},"grip_vertical":{"id":"grip-vertical","prepend":"fas fa-"},"arrow_turn_up":{"id":"arrow-turn-up","prepend":"fas fa-"},"level_up":{"id":"level-up","prepend":"fas fa-"},"square_root_variable":{"id":"square-root-variable","prepend":"fas fa-"},"square_root_alt":{"id":"square-root-alt","prepend":"fas fa-"},"clock":{"id":"clock","prepend":"fas fa-"},"clock_four":{"id":"clock-four","prepend":"fas fa-"},"step_backward":{"id":"step-backward","prepend":"fas fa-"},"pallet":{"id":"pallet","prepend":"fas fa-"},"faucet":{"id":"faucet","prepend":"fas fa-"},"baseball_bat_ball":{"id":"baseball-bat-ball","prepend":"fas fa-"},"caret_down":{"id":"caret-down","prepend":"fas fa-"},"house_chimney_medical":{"id":"house-chimney-medical","prepend":"fas fa-"},"clinic_medical":{"id":"clinic-medical","prepend":"fas fa-"},"temperature_three_quarters":{"id":"temperature-three-quarters","prepend":"fas fa-"},"temperature_3":{"id":"temperature-3","prepend":"fas fa-"},"thermometer_3":{"id":"thermometer-3","prepend":"fas fa-"},"thermometer_three_quarters":{"id":"thermometer-three-quarters","prepend":"fas fa-"},"mobile_screen":{"id":"mobile-screen","prepend":"fas fa-"},"mobile_android_alt":{"id":"mobile-android-alt","prepend":"fas fa-"},"plane_up":{"id":"plane-up","prepend":"fas fa-"},"piggy_bank":{"id":"piggy-bank","prepend":"fas fa-"},"battery_half":{"id":"battery-half","prepend":"fas fa-"},"battery_3":{"id":"battery-3","prepend":"fas fa-"},"mountain_city":{"id":"mountain-city","prepend":"fas fa-"},"coins":{"id":"coins","prepend":"fas fa-"},"khanda":{"id":"khanda","prepend":"fas fa-"},"sliders_h":{"id":"sliders-h","prepend":"fas fa-"},"folder_tree":{"id":"folder-tree","prepend":"fas fa-"},"network_wired":{"id":"network-wired","prepend":"fas fa-"},"map_pin":{"id":"map-pin","prepend":"fas fa-"},"hamsa":{"id":"hamsa","prepend":"fas fa-"},"cent_sign":{"id":"cent-sign","prepend":"fas fa-"},"flask":{"id":"flask","prepend":"fas fa-"},"person_pregnant":{"id":"person-pregnant","prepend":"fas fa-"},"wand_sparkles":{"id":"wand-sparkles","prepend":"fas fa-"},"ellipsis_vertical":{"id":"ellipsis-vertical","prepend":"fas fa-"},"ellipsis_v":{"id":"ellipsis-v","prepend":"fas fa-"},"power_off":{"id":"power-off","prepend":"fas fa-"},"right_long":{"id":"right-long","prepend":"fas fa-"},"long_arrow_alt_right":{"id":"long-arrow-alt-right","prepend":"fas fa-"},"flag_usa":{"id":"flag-usa","prepend":"fas fa-"},"laptop_file":{"id":"laptop-file","prepend":"fas fa-"},"tty":{"id":"tty","prepend":"fas fa-"},"teletype":{"id":"teletype","prepend":"fas fa-"},"diagram_next":{"id":"diagram-next","prepend":"fas fa-"},"person_rifle":{"id":"person-rifle","prepend":"fas fa-"},"house_medical_circle_exclamation":{"id":"house-medical-circle-exclamation","prepend":"fas fa-"},"closed_captioning":{"id":"closed-captioning","prepend":"fas fa-"},"person_hiking":{"id":"person-hiking","prepend":"fas fa-"},"hiking":{"id":"hiking","prepend":"fas fa-"},"venus_double":{"id":"venus-double","prepend":"fas fa-"},"images":{"id":"images","prepend":"fas fa-"},"calculator":{"id":"calculator","prepend":"fas fa-"},"people_pulling":{"id":"people-pulling","prepend":"fas fa-"},"cable_car":{"id":"cable-car","prepend":"fas fa-"},"tram":{"id":"tram","prepend":"fas fa-"},"cloud_rain":{"id":"cloud-rain","prepend":"fas fa-"},"building_circle_xmark":{"id":"building-circle-xmark","prepend":"fas fa-"},"ship":{"id":"ship","prepend":"fas fa-"},"arrows_down_to_line":{"id":"arrows-down-to-line","prepend":"fas fa-"},"download":{"id":"download","prepend":"fas fa-"},"face_grin":{"id":"face-grin","prepend":"fas fa-"},"grin":{"id":"grin","prepend":"fas fa-"},"delete_left":{"id":"delete-left","prepend":"fas fa-"},"backspace":{"id":"backspace","prepend":"fas fa-"},"eye_dropper":{"id":"eye-dropper","prepend":"fas fa-"},"eye_dropper_empty":{"id":"eye-dropper-empty","prepend":"fas fa-"},"eyedropper":{"id":"eyedropper","prepend":"fas fa-"},"file_circle_check":{"id":"file-circle-check","prepend":"fas fa-"},"forward":{"id":"forward","prepend":"fas fa-"},"mobile":{"id":"mobile","prepend":"fas fa-"},"mobile_android":{"id":"mobile-android","prepend":"fas fa-"},"mobile_phone":{"id":"mobile-phone","prepend":"fas fa-"},"face_meh":{"id":"face-meh","prepend":"fas fa-"},"meh":{"id":"meh","prepend":"fas fa-"},"align_center":{"id":"align-center","prepend":"fas fa-"},"book_skull":{"id":"book-skull","prepend":"fas fa-"},"book_dead":{"id":"book-dead","prepend":"fas fa-"},"id_card":{"id":"id-card","prepend":"fas fa-"},"drivers_license":{"id":"drivers-license","prepend":"fas fa-"},"outdent":{"id":"outdent","prepend":"fas fa-"},"dedent":{"id":"dedent","prepend":"fas fa-"},"heart_circle_exclamation":{"id":"heart-circle-exclamation","prepend":"fas fa-"},"house":{"id":"house","prepend":"fas fa-"},"home":{"id":"home","prepend":"fas fa-"},"home_alt":{"id":"home-alt","prepend":"fas fa-"},"home_lg_alt":{"id":"home-lg-alt","prepend":"fas fa-"},"calendar_week":{"id":"calendar-week","prepend":"fas fa-"},"laptop_medical":{"id":"laptop-medical","prepend":"fas fa-"},"file_medical":{"id":"file-medical","prepend":"fas fa-"},"dice_one":{"id":"dice-one","prepend":"fas fa-"},"kiwi_bird":{"id":"kiwi-bird","prepend":"fas fa-"},"arrow_right_arrow_left":{"id":"arrow-right-arrow-left","prepend":"fas fa-"},"rotate_right":{"id":"rotate-right","prepend":"fas fa-"},"redo_alt":{"id":"redo-alt","prepend":"fas fa-"},"rotate_forward":{"id":"rotate-forward","prepend":"fas fa-"},"utensils":{"id":"utensils","prepend":"fas fa-"},"cutlery":{"id":"cutlery","prepend":"fas fa-"},"arrow_up_wide_short":{"id":"arrow-up-wide-short","prepend":"fas fa-"},"sort_amount_up":{"id":"sort-amount-up","prepend":"fas fa-"},"mill_sign":{"id":"mill-sign","prepend":"fas fa-"},"bowl_rice":{"id":"bowl-rice","prepend":"fas fa-"},"skull":{"id":"skull","prepend":"fas fa-"},"tower_broadcast":{"id":"tower-broadcast","prepend":"fas fa-"},"broadcast_tower":{"id":"broadcast-tower","prepend":"fas fa-"},"truck_pickup":{"id":"truck-pickup","prepend":"fas fa-"},"up_long":{"id":"up-long","prepend":"fas fa-"},"long_arrow_alt_up":{"id":"long-arrow-alt-up","prepend":"fas fa-"},"stop":{"id":"stop","prepend":"fas fa-"},"code_merge":{"id":"code-merge","prepend":"fas fa-"},"upload":{"id":"upload","prepend":"fas fa-"},"hurricane":{"id":"hurricane","prepend":"fas fa-"},"toilet_portable":{"id":"toilet-portable","prepend":"fas fa-"},"compact_disc":{"id":"compact-disc","prepend":"fas fa-"},"file_arrow_down":{"id":"file-arrow-down","prepend":"fas fa-"},"file_download":{"id":"file-download","prepend":"fas fa-"},"caravan":{"id":"caravan","prepend":"fas fa-"},"shield_cat":{"id":"shield-cat","prepend":"fas fa-"},"bolt":{"id":"bolt","prepend":"fas fa-"},"zap":{"id":"zap","prepend":"fas fa-"},"glass_water":{"id":"glass-water","prepend":"fas fa-"},"oil_well":{"id":"oil-well","prepend":"fas fa-"},"mars":{"id":"mars","prepend":"fas fa-"},"toilet":{"id":"toilet","prepend":"fas fa-"},"plane_circle_xmark":{"id":"plane-circle-xmark","prepend":"fas fa-"},"yen_sign":{"id":"yen-sign","prepend":"fas fa-"},"cny":{"id":"cny","prepend":"fas fa-"},"jpy":{"id":"jpy","prepend":"fas fa-"},"rmb":{"id":"rmb","prepend":"fas fa-"},"yen":{"id":"yen","prepend":"fas fa-"},"ruble_sign":{"id":"ruble-sign","prepend":"fas fa-"},"rouble":{"id":"rouble","prepend":"fas fa-"},"rub":{"id":"rub","prepend":"fas fa-"},"ruble":{"id":"ruble","prepend":"fas fa-"},"sun":{"id":"sun","prepend":"fas fa-"},"guitar":{"id":"guitar","prepend":"fas fa-"},"face_laugh_wink":{"id":"face-laugh-wink","prepend":"fas fa-"},"laugh_wink":{"id":"laugh-wink","prepend":"fas fa-"},"horse_head":{"id":"horse-head","prepend":"fas fa-"},"bore_hole":{"id":"bore-hole","prepend":"fas fa-"},"industry":{"id":"industry","prepend":"fas fa-"},"circle_down":{"id":"circle-down","prepend":"fas fa-"},"arrow_alt_circle_down":{"id":"arrow-alt-circle-down","prepend":"fas fa-"},"arrows_turn_to_dots":{"id":"arrows-turn-to-dots","prepend":"fas fa-"},"florin_sign":{"id":"florin-sign","prepend":"fas fa-"},"arrow_down_short_wide":{"id":"arrow-down-short-wide","prepend":"fas fa-"},"sort_amount_desc":{"id":"sort-amount-desc","prepend":"fas fa-"},"sort_amount_down_alt":{"id":"sort-amount-down-alt","prepend":"fas fa-"},"less_than":{"id":"less-than","prepend":"fas fa-"},"angle_down":{"id":"angle-down","prepend":"fas fa-"},"car_tunnel":{"id":"car-tunnel","prepend":"fas fa-"},"head_side_cough":{"id":"head-side-cough","prepend":"fas fa-"},"grip_lines":{"id":"grip-lines","prepend":"fas fa-"},"thumbs_down":{"id":"thumbs-down","prepend":"fas fa-"},"user_lock":{"id":"user-lock","prepend":"fas fa-"},"arrow_right_long":{"id":"arrow-right-long","prepend":"fas fa-"},"long_arrow_right":{"id":"long-arrow-right","prepend":"fas fa-"},"anchor_circle_xmark":{"id":"anchor-circle-xmark","prepend":"fas fa-"},"ellipsis":{"id":"ellipsis","prepend":"fas fa-"},"ellipsis_h":{"id":"ellipsis-h","prepend":"fas fa-"},"chess_pawn":{"id":"chess-pawn","prepend":"fas fa-"},"kit_medical":{"id":"kit-medical","prepend":"fas fa-"},"first_aid":{"id":"first-aid","prepend":"fas fa-"},"person_through_window":{"id":"person-through-window","prepend":"fas fa-"},"toolbox":{"id":"toolbox","prepend":"fas fa-"},"hands_holding_circle":{"id":"hands-holding-circle","prepend":"fas fa-"},"bug":{"id":"bug","prepend":"fas fa-"},"credit_card":{"id":"credit-card","prepend":"fas fa-"},"credit_card_alt":{"id":"credit-card-alt","prepend":"fas fa-"},"car":{"id":"car","prepend":"fas fa-"},"automobile":{"id":"automobile","prepend":"fas fa-"},"hand_holding_hand":{"id":"hand-holding-hand","prepend":"fas fa-"},"book_open_reader":{"id":"book-open-reader","prepend":"fas fa-"},"book_reader":{"id":"book-reader","prepend":"fas fa-"},"mountain_sun":{"id":"mountain-sun","prepend":"fas fa-"},"arrows_left_right_to_line":{"id":"arrows-left-right-to-line","prepend":"fas fa-"},"dice_d20":{"id":"dice-d20","prepend":"fas fa-"},"truck_droplet":{"id":"truck-droplet","prepend":"fas fa-"},"file_circle_xmark":{"id":"file-circle-xmark","prepend":"fas fa-"},"temperature_arrow_up":{"id":"temperature-arrow-up","prepend":"fas fa-"},"temperature_up":{"id":"temperature-up","prepend":"fas fa-"},"medal":{"id":"medal","prepend":"fas fa-"},"bed":{"id":"bed","prepend":"fas fa-"},"square_h":{"id":"square-h","prepend":"fas fa-"},"h_square":{"id":"h-square","prepend":"fas fa-"},"podcast":{"id":"podcast","prepend":"fas fa-"},"temperature_full":{"id":"temperature-full","prepend":"fas fa-"},"temperature_4":{"id":"temperature-4","prepend":"fas fa-"},"thermometer_4":{"id":"thermometer-4","prepend":"fas fa-"},"thermometer_full":{"id":"thermometer-full","prepend":"fas fa-"},"bell":{"id":"bell","prepend":"fas fa-"},"superscript":{"id":"superscript","prepend":"fas fa-"},"plug_circle_xmark":{"id":"plug-circle-xmark","prepend":"fas fa-"},"star_of_life":{"id":"star-of-life","prepend":"fas fa-"},"phone_slash":{"id":"phone-slash","prepend":"fas fa-"},"paint_roller":{"id":"paint-roller","prepend":"fas fa-"},"handshake_angle":{"id":"handshake-angle","prepend":"fas fa-"},"hands_helping":{"id":"hands-helping","prepend":"fas fa-"},"location_dot":{"id":"location-dot","prepend":"fas fa-"},"map_marker_alt":{"id":"map-marker-alt","prepend":"fas fa-"},"greater_than":{"id":"greater-than","prepend":"fas fa-"},"person_swimming":{"id":"person-swimming","prepend":"fas fa-"},"swimmer":{"id":"swimmer","prepend":"fas fa-"},"arrow_down":{"id":"arrow-down","prepend":"fas fa-"},"droplet":{"id":"droplet","prepend":"fas fa-"},"tint":{"id":"tint","prepend":"fas fa-"},"eraser":{"id":"eraser","prepend":"fas fa-"},"earth_americas":{"id":"earth-americas","prepend":"fas fa-"},"earth":{"id":"earth","prepend":"fas fa-"},"earth_america":{"id":"earth-america","prepend":"fas fa-"},"globe_americas":{"id":"globe-americas","prepend":"fas fa-"},"person_burst":{"id":"person-burst","prepend":"fas fa-"},"dove":{"id":"dove","prepend":"fas fa-"},"battery_empty":{"id":"battery-empty","prepend":"fas fa-"},"battery_0":{"id":"battery-0","prepend":"fas fa-"},"socks":{"id":"socks","prepend":"fas fa-"},"inbox":{"id":"inbox","prepend":"fas fa-"},"gauge_high":{"id":"gauge-high","prepend":"fas fa-"},"tachometer_alt":{"id":"tachometer-alt","prepend":"fas fa-"},"tachometer_alt_fast":{"id":"tachometer-alt-fast","prepend":"fas fa-"},"envelope_open_text":{"id":"envelope-open-text","prepend":"fas fa-"},"hospital":{"id":"hospital","prepend":"fas fa-"},"hospital_alt":{"id":"hospital-alt","prepend":"fas fa-"},"hospital_wide":{"id":"hospital-wide","prepend":"fas fa-"},"wine_bottle":{"id":"wine-bottle","prepend":"fas fa-"},"chess_rook":{"id":"chess-rook","prepend":"fas fa-"},"bars_staggered":{"id":"bars-staggered","prepend":"fas fa-"},"reorder":{"id":"reorder","prepend":"fas fa-"},"stream":{"id":"stream","prepend":"fas fa-"},"dharmachakra":{"id":"dharmachakra","prepend":"fas fa-"},"hotdog":{"id":"hotdog","prepend":"fas fa-"},"person_walking_with_cane":{"id":"person-walking-with-cane","prepend":"fas fa-"},"blind":{"id":"blind","prepend":"fas fa-"},"drum":{"id":"drum","prepend":"fas fa-"},"ice_cream":{"id":"ice-cream","prepend":"fas fa-"},"heart_circle_bolt":{"id":"heart-circle-bolt","prepend":"fas fa-"},"fax":{"id":"fax","prepend":"fas fa-"},"paragraph":{"id":"paragraph","prepend":"fas fa-"},"check_to_slot":{"id":"check-to-slot","prepend":"fas fa-"},"vote_yea":{"id":"vote-yea","prepend":"fas fa-"},"star_half":{"id":"star-half","prepend":"fas fa-"},"boxes_stacked":{"id":"boxes-stacked","prepend":"fas fa-"},"boxes":{"id":"boxes","prepend":"fas fa-"},"boxes_alt":{"id":"boxes-alt","prepend":"fas fa-"},"link":{"id":"link","prepend":"fas fa-"},"chain":{"id":"chain","prepend":"fas fa-"},"ear_listen":{"id":"ear-listen","prepend":"fas fa-"},"assistive_listening_systems":{"id":"assistive-listening-systems","prepend":"fas fa-"},"tree_city":{"id":"tree-city","prepend":"fas fa-"},"play":{"id":"play","prepend":"fas fa-"},"font":{"id":"font","prepend":"fas fa-"},"table_cells_row_lock":{"id":"table-cells-row-lock","prepend":"fas fa-"},"rupiah_sign":{"id":"rupiah-sign","prepend":"fas fa-"},"magnifying_glass":{"id":"magnifying-glass","prepend":"fas fa-"},"search":{"id":"search","prepend":"fas fa-"},"table_tennis_paddle_ball":{"id":"table-tennis-paddle-ball","prepend":"fas fa-"},"ping_pong_paddle_ball":{"id":"ping-pong-paddle-ball","prepend":"fas fa-"},"table_tennis":{"id":"table-tennis","prepend":"fas fa-"},"person_dots_from_line":{"id":"person-dots-from-line","prepend":"fas fa-"},"diagnoses":{"id":"diagnoses","prepend":"fas fa-"},"trash_can_arrow_up":{"id":"trash-can-arrow-up","prepend":"fas fa-"},"trash_restore_alt":{"id":"trash-restore-alt","prepend":"fas fa-"},"naira_sign":{"id":"naira-sign","prepend":"fas fa-"},"cart_arrow_down":{"id":"cart-arrow-down","prepend":"fas fa-"},"walkie_talkie":{"id":"walkie-talkie","prepend":"fas fa-"},"file_pen":{"id":"file-pen","prepend":"fas fa-"},"file_edit":{"id":"file-edit","prepend":"fas fa-"},"receipt":{"id":"receipt","prepend":"fas fa-"},"square_pen":{"id":"square-pen","prepend":"fas fa-"},"pen_square":{"id":"pen-square","prepend":"fas fa-"},"pencil_square":{"id":"pencil-square","prepend":"fas fa-"},"suitcase_rolling":{"id":"suitcase-rolling","prepend":"fas fa-"},"person_circle_exclamation":{"id":"person-circle-exclamation","prepend":"fas fa-"},"chevron_down":{"id":"chevron-down","prepend":"fas fa-"},"battery_full":{"id":"battery-full","prepend":"fas fa-"},"battery":{"id":"battery","prepend":"fas fa-"},"battery_5":{"id":"battery-5","prepend":"fas fa-"},"skull_crossbones":{"id":"skull-crossbones","prepend":"fas fa-"},"code_compare":{"id":"code-compare","prepend":"fas fa-"},"list_ul":{"id":"list-ul","prepend":"fas fa-"},"list_dots":{"id":"list-dots","prepend":"fas fa-"},"school_lock":{"id":"school-lock","prepend":"fas fa-"},"tower_cell":{"id":"tower-cell","prepend":"fas fa-"},"down_long":{"id":"down-long","prepend":"fas fa-"},"long_arrow_alt_down":{"id":"long-arrow-alt-down","prepend":"fas fa-"},"ranking_star":{"id":"ranking-star","prepend":"fas fa-"},"chess_king":{"id":"chess-king","prepend":"fas fa-"},"person_harassing":{"id":"person-harassing","prepend":"fas fa-"},"brazilian_real_sign":{"id":"brazilian-real-sign","prepend":"fas fa-"},"landmark_dome":{"id":"landmark-dome","prepend":"fas fa-"},"landmark_alt":{"id":"landmark-alt","prepend":"fas fa-"},"arrow_up":{"id":"arrow-up","prepend":"fas fa-"},"tv":{"id":"tv","prepend":"fas fa-"},"television":{"id":"television","prepend":"fas fa-"},"tv_alt":{"id":"tv-alt","prepend":"fas fa-"},"list_check":{"id":"list-check","prepend":"fas fa-"},"tasks":{"id":"tasks","prepend":"fas fa-"},"jug_detergent":{"id":"jug-detergent","prepend":"fas fa-"},"circle_user":{"id":"circle-user","prepend":"fas fa-"},"user_circle":{"id":"user-circle","prepend":"fas fa-"},"user_shield":{"id":"user-shield","prepend":"fas fa-"},"wind":{"id":"wind","prepend":"fas fa-"},"car_burst":{"id":"car-burst","prepend":"fas fa-"},"car_crash":{"id":"car-crash","prepend":"fas fa-"},"person_snowboarding":{"id":"person-snowboarding","prepend":"fas fa-"},"snowboarding":{"id":"snowboarding","prepend":"fas fa-"},"truck_fast":{"id":"truck-fast","prepend":"fas fa-"},"shipping_fast":{"id":"shipping-fast","prepend":"fas fa-"},"fish":{"id":"fish","prepend":"fas fa-"},"user_graduate":{"id":"user-graduate","prepend":"fas fa-"},"circle_half_stroke":{"id":"circle-half-stroke","prepend":"fas fa-"},"adjust":{"id":"adjust","prepend":"fas fa-"},"circle_radiation":{"id":"circle-radiation","prepend":"fas fa-"},"radiation_alt":{"id":"radiation-alt","prepend":"fas fa-"},"baseball":{"id":"baseball","prepend":"fas fa-"},"baseball_ball":{"id":"baseball-ball","prepend":"fas fa-"},"jet_fighter_up":{"id":"jet-fighter-up","prepend":"fas fa-"},"diagram_project":{"id":"diagram-project","prepend":"fas fa-"},"project_diagram":{"id":"project-diagram","prepend":"fas fa-"},"copy":{"id":"copy","prepend":"fas fa-"},"volume_xmark":{"id":"volume-xmark","prepend":"fas fa-"},"volume_mute":{"id":"volume-mute","prepend":"fas fa-"},"volume_times":{"id":"volume-times","prepend":"fas fa-"},"hand_sparkles":{"id":"hand-sparkles","prepend":"fas fa-"},"grip":{"id":"grip","prepend":"fas fa-"},"grip_horizontal":{"id":"grip-horizontal","prepend":"fas fa-"},"share_from_square":{"id":"share-from-square","prepend":"fas fa-"},"share_square":{"id":"share-square","prepend":"fas fa-"},"child_combatant":{"id":"child-combatant","prepend":"fas fa-"},"child_rifle":{"id":"child-rifle","prepend":"fas fa-"},"square_phone":{"id":"square-phone","prepend":"fas fa-"},"phone_square":{"id":"phone-square","prepend":"fas fa-"},"plus":{"id":"plus","prepend":"fas fa-"},"expand":{"id":"expand","prepend":"fas fa-"},"xmark":{"id":"xmark","prepend":"fas fa-"},"multiply":{"id":"multiply","prepend":"fas fa-"},"times":{"id":"times","prepend":"fas fa-"},"arrows_up_down_left_right":{"id":"arrows-up-down-left-right","prepend":"fas fa-"},"chalkboard_user":{"id":"chalkboard-user","prepend":"fas fa-"},"chalkboard_teacher":{"id":"chalkboard-teacher","prepend":"fas fa-"},"peso_sign":{"id":"peso-sign","prepend":"fas fa-"},"building_shield":{"id":"building-shield","prepend":"fas fa-"},"baby":{"id":"baby","prepend":"fas fa-"},"users_line":{"id":"users-line","prepend":"fas fa-"},"quote_left":{"id":"quote-left","prepend":"fas fa-"},"quote_left_alt":{"id":"quote-left-alt","prepend":"fas fa-"},"tractor":{"id":"tractor","prepend":"fas fa-"},"trash_arrow_up":{"id":"trash-arrow-up","prepend":"fas fa-"},"trash_restore":{"id":"trash-restore","prepend":"fas fa-"},"arrow_down_up_lock":{"id":"arrow-down-up-lock","prepend":"fas fa-"},"lines_leaning":{"id":"lines-leaning","prepend":"fas fa-"},"ruler_combined":{"id":"ruler-combined","prepend":"fas fa-"},"copyright":{"id":"copyright","prepend":"fas fa-"},"equals":{"id":"equals","prepend":"fas fa-"},"blender":{"id":"blender","prepend":"fas fa-"},"teeth":{"id":"teeth","prepend":"fas fa-"},"shekel_sign":{"id":"shekel-sign","prepend":"fas fa-"},"ils":{"id":"ils","prepend":"fas fa-"},"shekel":{"id":"shekel","prepend":"fas fa-"},"sheqel":{"id":"sheqel","prepend":"fas fa-"},"sheqel_sign":{"id":"sheqel-sign","prepend":"fas fa-"},"map":{"id":"map","prepend":"fas fa-"},"rocket":{"id":"rocket","prepend":"fas fa-"},"photo_film":{"id":"photo-film","prepend":"fas fa-"},"photo_video":{"id":"photo-video","prepend":"fas fa-"},"folder_minus":{"id":"folder-minus","prepend":"fas fa-"},"store":{"id":"store","prepend":"fas fa-"},"arrow_trend_up":{"id":"arrow-trend-up","prepend":"fas fa-"},"plug_circle_minus":{"id":"plug-circle-minus","prepend":"fas fa-"},"sign_hanging":{"id":"sign-hanging","prepend":"fas fa-"},"sign":{"id":"sign","prepend":"fas fa-"},"bezier_curve":{"id":"bezier-curve","prepend":"fas fa-"},"bell_slash":{"id":"bell-slash","prepend":"fas fa-"},"tablet":{"id":"tablet","prepend":"fas fa-"},"tablet_android":{"id":"tablet-android","prepend":"fas fa-"},"school_flag":{"id":"school-flag","prepend":"fas fa-"},"fill":{"id":"fill","prepend":"fas fa-"},"angle_up":{"id":"angle-up","prepend":"fas fa-"},"drumstick_bite":{"id":"drumstick-bite","prepend":"fas fa-"},"holly_berry":{"id":"holly-berry","prepend":"fas fa-"},"chevron_left":{"id":"chevron-left","prepend":"fas fa-"},"bacteria":{"id":"bacteria","prepend":"fas fa-"},"hand_lizard":{"id":"hand-lizard","prepend":"fas fa-"},"notdef":{"id":"notdef","prepend":"fas fa-"},"disease":{"id":"disease","prepend":"fas fa-"},"briefcase_medical":{"id":"briefcase-medical","prepend":"fas fa-"},"genderless":{"id":"genderless","prepend":"fas fa-"},"chevron_right":{"id":"chevron-right","prepend":"fas fa-"},"retweet":{"id":"retweet","prepend":"fas fa-"},"car_rear":{"id":"car-rear","prepend":"fas fa-"},"car_alt":{"id":"car-alt","prepend":"fas fa-"},"pump_soap":{"id":"pump-soap","prepend":"fas fa-"},"video_slash":{"id":"video-slash","prepend":"fas fa-"},"battery_quarter":{"id":"battery-quarter","prepend":"fas fa-"},"battery_2":{"id":"battery-2","prepend":"fas fa-"},"radio":{"id":"radio","prepend":"fas fa-"},"baby_carriage":{"id":"baby-carriage","prepend":"fas fa-"},"carriage_baby":{"id":"carriage-baby","prepend":"fas fa-"},"traffic_light":{"id":"traffic-light","prepend":"fas fa-"},"thermometer":{"id":"thermometer","prepend":"fas fa-"},"vr_cardboard":{"id":"vr-cardboard","prepend":"fas fa-"},"hand_middle_finger":{"id":"hand-middle-finger","prepend":"fas fa-"},"percent":{"id":"percent","prepend":"fas fa-"},"percentage":{"id":"percentage","prepend":"fas fa-"},"truck_moving":{"id":"truck-moving","prepend":"fas fa-"},"glass_water_droplet":{"id":"glass-water-droplet","prepend":"fas fa-"},"face_smile":{"id":"face-smile","prepend":"fas fa-"},"thumbtack":{"id":"thumbtack","prepend":"fas fa-"},"thumb_tack":{"id":"thumb-tack","prepend":"fas fa-"},"trophy":{"id":"trophy","prepend":"fas fa-"},"person_praying":{"id":"person-praying","prepend":"fas fa-"},"pray":{"id":"pray","prepend":"fas fa-"},"hammer":{"id":"hammer","prepend":"fas fa-"},"hand_peace":{"id":"hand-peace","prepend":"fas fa-"},"rotate":{"id":"rotate","prepend":"fas fa-"},"sync_alt":{"id":"sync-alt","prepend":"fas fa-"},"spinner":{"id":"spinner","prepend":"fas fa-"},"robot":{"id":"robot","prepend":"fas fa-"},"peace":{"id":"peace","prepend":"fas fa-"},"gears":{"id":"gears","prepend":"fas fa-"},"cogs":{"id":"cogs","prepend":"fas fa-"},"warehouse":{"id":"warehouse","prepend":"fas fa-"},"arrow_up_right_dots":{"id":"arrow-up-right-dots","prepend":"fas fa-"},"splotch":{"id":"splotch","prepend":"fas fa-"},"face_grin_hearts":{"id":"face-grin-hearts","prepend":"fas fa-"},"grin_hearts":{"id":"grin-hearts","prepend":"fas fa-"},"dice_four":{"id":"dice-four","prepend":"fas fa-"},"sim_card":{"id":"sim-card","prepend":"fas fa-"},"transgender":{"id":"transgender","prepend":"fas fa-"},"transgender_alt":{"id":"transgender-alt","prepend":"fas fa-"},"mercury":{"id":"mercury","prepend":"fas fa-"},"arrow_turn_down":{"id":"arrow-turn-down","prepend":"fas fa-"},"level_down":{"id":"level-down","prepend":"fas fa-"},"person_falling_burst":{"id":"person-falling-burst","prepend":"fas fa-"},"award":{"id":"award","prepend":"fas fa-"},"ticket_simple":{"id":"ticket-simple","prepend":"fas fa-"},"ticket_alt":{"id":"ticket-alt","prepend":"fas fa-"},"building":{"id":"building","prepend":"fas fa-"},"angles_left":{"id":"angles-left","prepend":"fas fa-"},"angle_double_left":{"id":"angle-double-left","prepend":"fas fa-"},"qrcode":{"id":"qrcode","prepend":"fas fa-"},"clock_rotate_left":{"id":"clock-rotate-left","prepend":"fas fa-"},"face_grin_beam_sweat":{"id":"face-grin-beam-sweat","prepend":"fas fa-"},"grin_beam_sweat":{"id":"grin-beam-sweat","prepend":"fas fa-"},"file_export":{"id":"file-export","prepend":"fas fa-"},"arrow_right_from_file":{"id":"arrow-right-from-file","prepend":"fas fa-"},"shield":{"id":"shield","prepend":"fas fa-"},"shield_blank":{"id":"shield-blank","prepend":"fas fa-"},"arrow_up_short_wide":{"id":"arrow-up-short-wide","prepend":"fas fa-"},"sort_amount_up_alt":{"id":"sort-amount-up-alt","prepend":"fas fa-"},"house_medical":{"id":"house-medical","prepend":"fas fa-"},"golf_ball_tee":{"id":"golf-ball-tee","prepend":"fas fa-"},"golf_ball":{"id":"golf-ball","prepend":"fas fa-"},"circle_chevron_left":{"id":"circle-chevron-left","prepend":"fas fa-"},"chevron_circle_left":{"id":"chevron-circle-left","prepend":"fas fa-"},"house_chimney_window":{"id":"house-chimney-window","prepend":"fas fa-"},"pen_nib":{"id":"pen-nib","prepend":"fas fa-"},"tent_arrow_turn_left":{"id":"tent-arrow-turn-left","prepend":"fas fa-"},"wand_magic":{"id":"wand-magic","prepend":"fas fa-"},"magic":{"id":"magic","prepend":"fas fa-"},"dog":{"id":"dog","prepend":"fas fa-"},"carrot":{"id":"carrot","prepend":"fas fa-"},"moon":{"id":"moon","prepend":"fas fa-"},"wine_glass_empty":{"id":"wine-glass-empty","prepend":"fas fa-"},"wine_glass_alt":{"id":"wine-glass-alt","prepend":"fas fa-"},"cheese":{"id":"cheese","prepend":"fas fa-"},"yin_yang":{"id":"yin-yang","prepend":"fas fa-"},"music":{"id":"music","prepend":"fas fa-"},"code_commit":{"id":"code-commit","prepend":"fas fa-"},"temperature_low":{"id":"temperature-low","prepend":"fas fa-"},"person_biking":{"id":"person-biking","prepend":"fas fa-"},"biking":{"id":"biking","prepend":"fas fa-"},"broom":{"id":"broom","prepend":"fas fa-"},"shield_heart":{"id":"shield-heart","prepend":"fas fa-"},"gopuram":{"id":"gopuram","prepend":"fas fa-"},"earth_oceania":{"id":"earth-oceania","prepend":"fas fa-"},"globe_oceania":{"id":"globe-oceania","prepend":"fas fa-"},"square_xmark":{"id":"square-xmark","prepend":"fas fa-"},"times_square":{"id":"times-square","prepend":"fas fa-"},"xmark_square":{"id":"xmark-square","prepend":"fas fa-"},"hashtag":{"id":"hashtag","prepend":"fas fa-"},"up_right_and_down_left_from_center":{"id":"up-right-and-down-left-from-center","prepend":"fas fa-"},"expand_alt":{"id":"expand-alt","prepend":"fas fa-"},"oil_can":{"id":"oil-can","prepend":"fas fa-"},"hippo":{"id":"hippo","prepend":"fas fa-"},"chart_column":{"id":"chart-column","prepend":"fas fa-"},"infinity":{"id":"infinity","prepend":"fas fa-"},"vial_circle_check":{"id":"vial-circle-check","prepend":"fas fa-"},"person_arrow_down_to_line":{"id":"person-arrow-down-to-line","prepend":"fas fa-"},"voicemail":{"id":"voicemail","prepend":"fas fa-"},"fan":{"id":"fan","prepend":"fas fa-"},"person_walking_luggage":{"id":"person-walking-luggage","prepend":"fas fa-"},"up_down":{"id":"up-down","prepend":"fas fa-"},"arrows_alt_v":{"id":"arrows-alt-v","prepend":"fas fa-"},"cloud_moon_rain":{"id":"cloud-moon-rain","prepend":"fas fa-"},"calendar":{"id":"calendar","prepend":"fas fa-"},"trailer":{"id":"trailer","prepend":"fas fa-"},"bahai":{"id":"bahai","prepend":"fas fa-"},"haykal":{"id":"haykal","prepend":"fas fa-"},"sd_card":{"id":"sd-card","prepend":"fas fa-"},"dragon":{"id":"dragon","prepend":"fas fa-"},"shoe_prints":{"id":"shoe-prints","prepend":"fas fa-"},"circle_plus":{"id":"circle-plus","prepend":"fas fa-"},"plus_circle":{"id":"plus-circle","prepend":"fas fa-"},"face_grin_tongue_wink":{"id":"face-grin-tongue-wink","prepend":"fas fa-"},"grin_tongue_wink":{"id":"grin-tongue-wink","prepend":"fas fa-"},"hand_holding":{"id":"hand-holding","prepend":"fas fa-"},"plug_circle_exclamation":{"id":"plug-circle-exclamation","prepend":"fas fa-"},"link_slash":{"id":"link-slash","prepend":"fas fa-"},"chain_broken":{"id":"chain-broken","prepend":"fas fa-"},"chain_slash":{"id":"chain-slash","prepend":"fas fa-"},"unlink":{"id":"unlink","prepend":"fas fa-"},"clone":{"id":"clone","prepend":"fas fa-"},"person_walking_arrow_loop_left":{"id":"person-walking-arrow-loop-left","prepend":"fas fa-"},"arrow_up_z_a":{"id":"arrow-up-z-a","prepend":"fas fa-"},"sort_alpha_up_alt":{"id":"sort-alpha-up-alt","prepend":"fas fa-"},"fire_flame_curved":{"id":"fire-flame-curved","prepend":"fas fa-"},"fire_alt":{"id":"fire-alt","prepend":"fas fa-"},"tornado":{"id":"tornado","prepend":"fas fa-"},"file_circle_plus":{"id":"file-circle-plus","prepend":"fas fa-"},"book_quran":{"id":"book-quran","prepend":"fas fa-"},"quran":{"id":"quran","prepend":"fas fa-"},"anchor":{"id":"anchor","prepend":"fas fa-"},"border_all":{"id":"border-all","prepend":"fas fa-"},"face_angry":{"id":"face-angry","prepend":"fas fa-"},"angry":{"id":"angry","prepend":"fas fa-"},"cookie_bite":{"id":"cookie-bite","prepend":"fas fa-"},"arrow_trend_down":{"id":"arrow-trend-down","prepend":"fas fa-"},"rss":{"id":"rss","prepend":"fas fa-"},"feed":{"id":"feed","prepend":"fas fa-"},"draw_polygon":{"id":"draw-polygon","prepend":"fas fa-"},"scale_balanced":{"id":"scale-balanced","prepend":"fas fa-"},"balance_scale":{"id":"balance-scale","prepend":"fas fa-"},"gauge_simple_high":{"id":"gauge-simple-high","prepend":"fas fa-"},"tachometer":{"id":"tachometer","prepend":"fas fa-"},"tachometer_fast":{"id":"tachometer-fast","prepend":"fas fa-"},"shower":{"id":"shower","prepend":"fas fa-"},"desktop":{"id":"desktop","prepend":"fas fa-"},"desktop_alt":{"id":"desktop-alt","prepend":"fas fa-"},"table_list":{"id":"table-list","prepend":"fas fa-"},"th_list":{"id":"th-list","prepend":"fas fa-"},"comment_sms":{"id":"comment-sms","prepend":"fas fa-"},"sms":{"id":"sms","prepend":"fas fa-"},"book":{"id":"book","prepend":"fas fa-"},"user_plus":{"id":"user-plus","prepend":"fas fa-"},"check":{"id":"check","prepend":"fas fa-"},"battery_three_quarters":{"id":"battery-three-quarters","prepend":"fas fa-"},"battery_4":{"id":"battery-4","prepend":"fas fa-"},"house_circle_check":{"id":"house-circle-check","prepend":"fas fa-"},"angle_left":{"id":"angle-left","prepend":"fas fa-"},"diagram_successor":{"id":"diagram-successor","prepend":"fas fa-"},"truck_arrow_right":{"id":"truck-arrow-right","prepend":"fas fa-"},"arrows_split_up_and_left":{"id":"arrows-split-up-and-left","prepend":"fas fa-"},"hand_fist":{"id":"hand-fist","prepend":"fas fa-"},"fist_raised":{"id":"fist-raised","prepend":"fas fa-"},"cloud_moon":{"id":"cloud-moon","prepend":"fas fa-"},"briefcase":{"id":"briefcase","prepend":"fas fa-"},"person_falling":{"id":"person-falling","prepend":"fas fa-"},"image_portrait":{"id":"image-portrait","prepend":"fas fa-"},"portrait":{"id":"portrait","prepend":"fas fa-"},"user_tag":{"id":"user-tag","prepend":"fas fa-"},"earth_europe":{"id":"earth-europe","prepend":"fas fa-"},"globe_europe":{"id":"globe-europe","prepend":"fas fa-"},"cart_flatbed_suitcase":{"id":"cart-flatbed-suitcase","prepend":"fas fa-"},"luggage_cart":{"id":"luggage-cart","prepend":"fas fa-"},"rectangle_xmark":{"id":"rectangle-xmark","prepend":"fas fa-"},"rectangle_times":{"id":"rectangle-times","prepend":"fas fa-"},"times_rectangle":{"id":"times-rectangle","prepend":"fas fa-"},"window_close":{"id":"window-close","prepend":"fas fa-"},"baht_sign":{"id":"baht-sign","prepend":"fas fa-"},"book_open":{"id":"book-open","prepend":"fas fa-"},"book_journal_whills":{"id":"book-journal-whills","prepend":"fas fa-"},"journal_whills":{"id":"journal-whills","prepend":"fas fa-"},"triangle_exclamation":{"id":"triangle-exclamation","prepend":"fas fa-"},"exclamation_triangle":{"id":"exclamation-triangle","prepend":"fas fa-"},"database":{"id":"database","prepend":"fas fa-"},"share":{"id":"share","prepend":"fas fa-"},"mail_forward":{"id":"mail-forward","prepend":"fas fa-"},"bottle_droplet":{"id":"bottle-droplet","prepend":"fas fa-"},"mask_face":{"id":"mask-face","prepend":"fas fa-"},"hill_rockslide":{"id":"hill-rockslide","prepend":"fas fa-"},"right_left":{"id":"right-left","prepend":"fas fa-"},"exchange_alt":{"id":"exchange-alt","prepend":"fas fa-"},"paper_plane":{"id":"paper-plane","prepend":"fas fa-"},"road_circle_exclamation":{"id":"road-circle-exclamation","prepend":"fas fa-"},"dungeon":{"id":"dungeon","prepend":"fas fa-"},"align_right":{"id":"align-right","prepend":"fas fa-"},"money_bill_1_wave":{"id":"money-bill-1-wave","prepend":"fas fa-"},"money_bill_wave_alt":{"id":"money-bill-wave-alt","prepend":"fas fa-"},"life_ring":{"id":"life-ring","prepend":"fas fa-"},"hands":{"id":"hands","prepend":"fas fa-"},"sign_language":{"id":"sign-language","prepend":"fas fa-"},"signing":{"id":"signing","prepend":"fas fa-"},"calendar_day":{"id":"calendar-day","prepend":"fas fa-"},"water_ladder":{"id":"water-ladder","prepend":"fas fa-"},"ladder_water":{"id":"ladder-water","prepend":"fas fa-"},"swimming_pool":{"id":"swimming-pool","prepend":"fas fa-"},"arrows_up_down":{"id":"arrows-up-down","prepend":"fas fa-"},"arrows_v":{"id":"arrows-v","prepend":"fas fa-"},"face_grimace":{"id":"face-grimace","prepend":"fas fa-"},"grimace":{"id":"grimace","prepend":"fas fa-"},"wheelchair_move":{"id":"wheelchair-move","prepend":"fas fa-"},"wheelchair_alt":{"id":"wheelchair-alt","prepend":"fas fa-"},"turn_down":{"id":"turn-down","prepend":"fas fa-"},"level_down_alt":{"id":"level-down-alt","prepend":"fas fa-"},"person_walking_arrow_right":{"id":"person-walking-arrow-right","prepend":"fas fa-"},"square_envelope":{"id":"square-envelope","prepend":"fas fa-"},"envelope_square":{"id":"envelope-square","prepend":"fas fa-"},"dice":{"id":"dice","prepend":"fas fa-"},"bowling_ball":{"id":"bowling-ball","prepend":"fas fa-"},"brain":{"id":"brain","prepend":"fas fa-"},"bandage":{"id":"bandage","prepend":"fas fa-"},"band_aid":{"id":"band-aid","prepend":"fas fa-"},"calendar_minus":{"id":"calendar-minus","prepend":"fas fa-"},"circle_xmark":{"id":"circle-xmark","prepend":"fas fa-"},"times_circle":{"id":"times-circle","prepend":"fas fa-"},"xmark_circle":{"id":"xmark-circle","prepend":"fas fa-"},"gifts":{"id":"gifts","prepend":"fas fa-"},"hotel":{"id":"hotel","prepend":"fas fa-"},"earth_asia":{"id":"earth-asia","prepend":"fas fa-"},"globe_asia":{"id":"globe-asia","prepend":"fas fa-"},"id_card_clip":{"id":"id-card-clip","prepend":"fas fa-"},"id_card_alt":{"id":"id-card-alt","prepend":"fas fa-"},"magnifying_glass_plus":{"id":"magnifying-glass-plus","prepend":"fas fa-"},"search_plus":{"id":"search-plus","prepend":"fas fa-"},"thumbs_up":{"id":"thumbs-up","prepend":"fas fa-"},"user_clock":{"id":"user-clock","prepend":"fas fa-"},"hand_dots":{"id":"hand-dots","prepend":"fas fa-"},"allergies":{"id":"allergies","prepend":"fas fa-"},"file_invoice":{"id":"file-invoice","prepend":"fas fa-"},"window_minimize":{"id":"window-minimize","prepend":"fas fa-"},"mug_saucer":{"id":"mug-saucer","prepend":"fas fa-"},"coffee":{"id":"coffee","prepend":"fas fa-"},"brush":{"id":"brush","prepend":"fas fa-"},"mask":{"id":"mask","prepend":"fas fa-"},"magnifying_glass_minus":{"id":"magnifying-glass-minus","prepend":"fas fa-"},"search_minus":{"id":"search-minus","prepend":"fas fa-"},"ruler_vertical":{"id":"ruler-vertical","prepend":"fas fa-"},"user_large":{"id":"user-large","prepend":"fas fa-"},"user_alt":{"id":"user-alt","prepend":"fas fa-"},"train_tram":{"id":"train-tram","prepend":"fas fa-"},"user_nurse":{"id":"user-nurse","prepend":"fas fa-"},"syringe":{"id":"syringe","prepend":"fas fa-"},"cloud_sun":{"id":"cloud-sun","prepend":"fas fa-"},"stopwatch_20":{"id":"stopwatch-20","prepend":"fas fa-"},"square_full":{"id":"square-full","prepend":"fas fa-"},"magnet":{"id":"magnet","prepend":"fas fa-"},"note_sticky":{"id":"note-sticky","prepend":"fas fa-"},"sticky_note":{"id":"sticky-note","prepend":"fas fa-"},"bug_slash":{"id":"bug-slash","prepend":"fas fa-"},"arrow_up_from_water_pump":{"id":"arrow-up-from-water-pump","prepend":"fas fa-"},"bone":{"id":"bone","prepend":"fas fa-"},"table_cells_row_unlock":{"id":"table-cells-row-unlock","prepend":"fas fa-"},"user_injured":{"id":"user-injured","prepend":"fas fa-"},"face_sad_tear":{"id":"face-sad-tear","prepend":"fas fa-"},"sad_tear":{"id":"sad-tear","prepend":"fas fa-"},"plane":{"id":"plane","prepend":"fas fa-"},"tent_arrows_down":{"id":"tent-arrows-down","prepend":"fas fa-"},"exclamation":{"id":"exclamation","prepend":"fas fa-"},"arrows_spin":{"id":"arrows-spin","prepend":"fas fa-"},"print":{"id":"print","prepend":"fas fa-"},"turkish_lira_sign":{"id":"turkish-lira-sign","prepend":"fas fa-"},"try":{"id":"try","prepend":"fas fa-"},"turkish_lira":{"id":"turkish-lira","prepend":"fas fa-"},"dollar_sign":{"id":"dollar-sign","prepend":"fas fa-"},"dollar":{"id":"dollar","prepend":"fas fa-"},"usd":{"id":"usd","prepend":"fas fa-"},"magnifying_glass_dollar":{"id":"magnifying-glass-dollar","prepend":"fas fa-"},"search_dollar":{"id":"search-dollar","prepend":"fas fa-"},"users_gear":{"id":"users-gear","prepend":"fas fa-"},"users_cog":{"id":"users-cog","prepend":"fas fa-"},"person_military_pointing":{"id":"person-military-pointing","prepend":"fas fa-"},"building_columns":{"id":"building-columns","prepend":"fas fa-"},"bank":{"id":"bank","prepend":"fas fa-"},"institution":{"id":"institution","prepend":"fas fa-"},"museum":{"id":"museum","prepend":"fas fa-"},"university":{"id":"university","prepend":"fas fa-"},"umbrella":{"id":"umbrella","prepend":"fas fa-"},"masks_theater":{"id":"masks-theater","prepend":"fas fa-"},"theater_masks":{"id":"theater-masks","prepend":"fas fa-"},"kip_sign":{"id":"kip-sign","prepend":"fas fa-"},"hand_point_left":{"id":"hand-point-left","prepend":"fas fa-"},"handshake_simple":{"id":"handshake-simple","prepend":"fas fa-"},"handshake_alt":{"id":"handshake-alt","prepend":"fas fa-"},"jet_fighter":{"id":"jet-fighter","prepend":"fas fa-"},"fighter_jet":{"id":"fighter-jet","prepend":"fas fa-"},"square_share_nodes":{"id":"square-share-nodes","prepend":"fas fa-"},"share_alt_square":{"id":"share-alt-square","prepend":"fas fa-"},"barcode":{"id":"barcode","prepend":"fas fa-"},"plus_minus":{"id":"plus-minus","prepend":"fas fa-"},"video_camera":{"id":"video-camera","prepend":"fas fa-"},"graduation_cap":{"id":"graduation-cap","prepend":"fas fa-"},"mortar_board":{"id":"mortar-board","prepend":"fas fa-"},"hand_holding_medical":{"id":"hand-holding-medical","prepend":"fas fa-"},"person_circle_check":{"id":"person-circle-check","prepend":"fas fa-"},"turn_up":{"id":"turn-up","prepend":"fas fa-"},"level_up_alt":{"id":"level-up-alt","prepend":"fas fa-"},"monero":{"id":"monero","prepend":"fas fa-"},"hooli":{"id":"hooli","prepend":"fas fa-"},"yelp":{"id":"yelp","prepend":"fas fa-"},"cc_visa":{"id":"cc-visa","prepend":"fas fa-"},"shopware":{"id":"shopware","prepend":"fas fa-"},"creative_commons_nc":{"id":"creative-commons-nc","prepend":"fas fa-"},"aws":{"id":"aws","prepend":"fas fa-"},"redhat":{"id":"redhat","prepend":"fas fa-"},"yoast":{"id":"yoast","prepend":"fas fa-"},"cloudflare":{"id":"cloudflare","prepend":"fas fa-"},"ups":{"id":"ups","prepend":"fas fa-"},"pixiv":{"id":"pixiv","prepend":"fas fa-"},"wpexplorer":{"id":"wpexplorer","prepend":"fas fa-"},"dyalog":{"id":"dyalog","prepend":"fas fa-"},"bity":{"id":"bity","prepend":"fas fa-"},"stackpath":{"id":"stackpath","prepend":"fas fa-"},"first_order":{"id":"first-order","prepend":"fas fa-"},"guilded":{"id":"guilded","prepend":"fas fa-"},"vnv":{"id":"vnv","prepend":"fas fa-"},"square_js":{"id":"square-js","prepend":"fas fa-"},"js_square":{"id":"js-square","prepend":"fas fa-"},"orcid":{"id":"orcid","prepend":"fas fa-"},"invision":{"id":"invision","prepend":"fas fa-"},"creative_commons_pd_alt":{"id":"creative-commons-pd-alt","prepend":"fas fa-"},"centercode":{"id":"centercode","prepend":"fas fa-"},"glide_g":{"id":"glide-g","prepend":"fas fa-"},"jxl":{"id":"jxl","prepend":"fas fa-"},"dart_lang":{"id":"dart-lang","prepend":"fas fa-"},"hire_a_helper":{"id":"hire-a-helper","prepend":"fas fa-"},"creative_commons_by":{"id":"creative-commons-by","prepend":"fas fa-"},"unity":{"id":"unity","prepend":"fas fa-"},"whmcs":{"id":"whmcs","prepend":"fas fa-"},"rocketchat":{"id":"rocketchat","prepend":"fas fa-"},"untappd":{"id":"untappd","prepend":"fas fa-"},"mailchimp":{"id":"mailchimp","prepend":"fas fa-"},"css3_alt":{"id":"css3-alt","prepend":"fas fa-"},"square_reddit":{"id":"square-reddit","prepend":"fas fa-"},"reddit_square":{"id":"reddit-square","prepend":"fas fa-"},"vimeo_v":{"id":"vimeo-v","prepend":"fas fa-"},"contao":{"id":"contao","prepend":"fas fa-"},"square_font_awesome":{"id":"square-font-awesome","prepend":"fas fa-"},"deskpro":{"id":"deskpro","prepend":"fas fa-"},"brave":{"id":"brave","prepend":"fas fa-"},"sistrix":{"id":"sistrix","prepend":"fas fa-"},"square_instagram":{"id":"square-instagram","prepend":"fas fa-"},"instagram_square":{"id":"instagram-square","prepend":"fas fa-"},"battle_net":{"id":"battle-net","prepend":"fas fa-"},"the_red_yeti":{"id":"the-red-yeti","prepend":"fas fa-"},"square_hacker_news":{"id":"square-hacker-news","prepend":"fas fa-"},"hacker_news_square":{"id":"hacker-news-square","prepend":"fas fa-"},"threads":{"id":"threads","prepend":"fas fa-"},"napster":{"id":"napster","prepend":"fas fa-"},"square_snapchat":{"id":"square-snapchat","prepend":"fas fa-"},"snapchat_square":{"id":"snapchat-square","prepend":"fas fa-"},"google_plus_g":{"id":"google-plus-g","prepend":"fas fa-"},"artstation":{"id":"artstation","prepend":"fas fa-"},"markdown":{"id":"markdown","prepend":"fas fa-"},"sourcetree":{"id":"sourcetree","prepend":"fas fa-"},"google_plus":{"id":"google-plus","prepend":"fas fa-"},"diaspora":{"id":"diaspora","prepend":"fas fa-"},"stack_overflow":{"id":"stack-overflow","prepend":"fas fa-"},"github_alt":{"id":"github-alt","prepend":"fas fa-"},"phoenix_squadron":{"id":"phoenix-squadron","prepend":"fas fa-"},"algolia":{"id":"algolia","prepend":"fas fa-"},"red_river":{"id":"red-river","prepend":"fas fa-"},"creative_commons_sa":{"id":"creative-commons-sa","prepend":"fas fa-"},"square_font_awesome_stroke":{"id":"square-font-awesome-stroke","prepend":"fas fa-"},"font_awesome_alt":{"id":"font-awesome-alt","prepend":"fas fa-"},"atlassian":{"id":"atlassian","prepend":"fas fa-"},"linkedin_in":{"id":"linkedin-in","prepend":"fas fa-"},"digital_ocean":{"id":"digital-ocean","prepend":"fas fa-"},"nimblr":{"id":"nimblr","prepend":"fas fa-"},"chromecast":{"id":"chromecast","prepend":"fas fa-"},"evernote":{"id":"evernote","prepend":"fas fa-"},"hacker_news":{"id":"hacker-news","prepend":"fas fa-"},"creative_commons_sampling":{"id":"creative-commons-sampling","prepend":"fas fa-"},"adversal":{"id":"adversal","prepend":"fas fa-"},"creative_commons":{"id":"creative-commons","prepend":"fas fa-"},"watchman_monitoring":{"id":"watchman-monitoring","prepend":"fas fa-"},"weixin":{"id":"weixin","prepend":"fas fa-"},"shirtsinbulk":{"id":"shirtsinbulk","prepend":"fas fa-"},"git_alt":{"id":"git-alt","prepend":"fas fa-"},"lyft":{"id":"lyft","prepend":"fas fa-"},"rev":{"id":"rev","prepend":"fas fa-"},"wizards_of_the_coast":{"id":"wizards-of-the-coast","prepend":"fas fa-"},"square_viadeo":{"id":"square-viadeo","prepend":"fas fa-"},"viadeo_square":{"id":"viadeo-square","prepend":"fas fa-"},"meetup":{"id":"meetup","prepend":"fas fa-"},"centos":{"id":"centos","prepend":"fas fa-"},"cloudsmith":{"id":"cloudsmith","prepend":"fas fa-"},"opensuse":{"id":"opensuse","prepend":"fas fa-"},"pied_piper_alt":{"id":"pied-piper-alt","prepend":"fas fa-"},"square_dribbble":{"id":"square-dribbble","prepend":"fas fa-"},"dribbble_square":{"id":"dribbble-square","prepend":"fas fa-"},"node":{"id":"node","prepend":"fas fa-"},"mix":{"id":"mix","prepend":"fas fa-"},"cc_apple_pay":{"id":"cc-apple-pay","prepend":"fas fa-"},"debian":{"id":"debian","prepend":"fas fa-"},"openid":{"id":"openid","prepend":"fas fa-"},"instalod":{"id":"instalod","prepend":"fas fa-"},"sellcast":{"id":"sellcast","prepend":"fas fa-"},"square_twitter":{"id":"square-twitter","prepend":"fas fa-"},"twitter_square":{"id":"twitter-square","prepend":"fas fa-"},"r_project":{"id":"r-project","prepend":"fas fa-"},"freebsd":{"id":"freebsd","prepend":"fas fa-"},"vuejs":{"id":"vuejs","prepend":"fas fa-"},"accusoft":{"id":"accusoft","prepend":"fas fa-"},"fonticons_fi":{"id":"fonticons-fi","prepend":"fas fa-"},"app_store":{"id":"app-store","prepend":"fas fa-"},"cc_mastercard":{"id":"cc-mastercard","prepend":"fas fa-"},"itunes_note":{"id":"itunes-note","prepend":"fas fa-"},"golang":{"id":"golang","prepend":"fas fa-"},"kickstarter":{"id":"kickstarter","prepend":"fas fa-"},"square_kickstarter":{"id":"square-kickstarter","prepend":"fas fa-"},"grav":{"id":"grav","prepend":"fas fa-"},"uncharted":{"id":"uncharted","prepend":"fas fa-"},"firstdraft":{"id":"firstdraft","prepend":"fas fa-"},"square_youtube":{"id":"square-youtube","prepend":"fas fa-"},"youtube_square":{"id":"youtube-square","prepend":"fas fa-"},"wikipedia_w":{"id":"wikipedia-w","prepend":"fas fa-"},"wpressr":{"id":"wpressr","prepend":"fas fa-"},"rendact":{"id":"rendact","prepend":"fas fa-"},"galactic_republic":{"id":"galactic-republic","prepend":"fas fa-"},"nfc_directional":{"id":"nfc-directional","prepend":"fas fa-"},"joget":{"id":"joget","prepend":"fas fa-"},"fedora":{"id":"fedora","prepend":"fas fa-"},"stripe_s":{"id":"stripe-s","prepend":"fas fa-"},"meta":{"id":"meta","prepend":"fas fa-"},"laravel":{"id":"laravel","prepend":"fas fa-"},"hotjar":{"id":"hotjar","prepend":"fas fa-"},"bluetooth_b":{"id":"bluetooth-b","prepend":"fas fa-"},"square_letterboxd":{"id":"square-letterboxd","prepend":"fas fa-"},"sticker_mule":{"id":"sticker-mule","prepend":"fas fa-"},"creative_commons_zero":{"id":"creative-commons-zero","prepend":"fas fa-"},"hips":{"id":"hips","prepend":"fas fa-"},"discord":{"id":"discord","prepend":"fas fa-"},"app_store_ios":{"id":"app-store-ios","prepend":"fas fa-"},"cc_discover":{"id":"cc-discover","prepend":"fas fa-"},"wpbeginner":{"id":"wpbeginner","prepend":"fas fa-"},"confluence":{"id":"confluence","prepend":"fas fa-"},"shoelace":{"id":"shoelace","prepend":"fas fa-"},"mdb":{"id":"mdb","prepend":"fas fa-"},"dochub":{"id":"dochub","prepend":"fas fa-"},"accessible_icon":{"id":"accessible-icon","prepend":"fas fa-"},"ebay":{"id":"ebay","prepend":"fas fa-"},"unsplash":{"id":"unsplash","prepend":"fas fa-"},"yarn":{"id":"yarn","prepend":"fas fa-"},"square_steam":{"id":"square-steam","prepend":"fas fa-"},"steam_square":{"id":"steam-square","prepend":"fas fa-"},"500px":{"id":"500px","prepend":"fas fa-"},"square_vimeo":{"id":"square-vimeo","prepend":"fas fa-"},"vimeo_square":{"id":"vimeo-square","prepend":"fas fa-"},"asymmetrik":{"id":"asymmetrik","prepend":"fas fa-"},"font_awesome":{"id":"font-awesome","prepend":"fas fa-"},"font_awesome_flag":{"id":"font-awesome-flag","prepend":"fas fa-"},"font_awesome_logo_full":{"id":"font-awesome-logo-full","prepend":"fas fa-"},"gratipay":{"id":"gratipay","prepend":"fas fa-"},"hive":{"id":"hive","prepend":"fas fa-"},"gitkraken":{"id":"gitkraken","prepend":"fas fa-"},"keybase":{"id":"keybase","prepend":"fas fa-"},"apple_pay":{"id":"apple-pay","prepend":"fas fa-"},"padlet":{"id":"padlet","prepend":"fas fa-"},"amazon_pay":{"id":"amazon-pay","prepend":"fas fa-"},"square_github":{"id":"square-github","prepend":"fas fa-"},"github_square":{"id":"github-square","prepend":"fas fa-"},"fedex":{"id":"fedex","prepend":"fas fa-"},"phoenix_framework":{"id":"phoenix-framework","prepend":"fas fa-"},"shopify":{"id":"shopify","prepend":"fas fa-"},"neos":{"id":"neos","prepend":"fas fa-"},"square_threads":{"id":"square-threads","prepend":"fas fa-"},"hackerrank":{"id":"hackerrank","prepend":"fas fa-"},"researchgate":{"id":"researchgate","prepend":"fas fa-"},"swift":{"id":"swift","prepend":"fas fa-"},"angular":{"id":"angular","prepend":"fas fa-"},"speakap":{"id":"speakap","prepend":"fas fa-"},"angrycreative":{"id":"angrycreative","prepend":"fas fa-"},"y_combinator":{"id":"y-combinator","prepend":"fas fa-"},"google_scholar":{"id":"google-scholar","prepend":"fas fa-"},"square_gitlab":{"id":"square-gitlab","prepend":"fas fa-"},"gitlab_square":{"id":"gitlab-square","prepend":"fas fa-"},"studiovinari":{"id":"studiovinari","prepend":"fas fa-"},"pied_piper":{"id":"pied-piper","prepend":"fas fa-"},"wordpress":{"id":"wordpress","prepend":"fas fa-"},"product_hunt":{"id":"product-hunt","prepend":"fas fa-"},"linode":{"id":"linode","prepend":"fas fa-"},"goodreads":{"id":"goodreads","prepend":"fas fa-"},"square_odnoklassniki":{"id":"square-odnoklassniki","prepend":"fas fa-"},"odnoklassniki_square":{"id":"odnoklassniki-square","prepend":"fas fa-"},"sith":{"id":"sith","prepend":"fas fa-"},"page4":{"id":"page4","prepend":"fas fa-"},"hashnode":{"id":"hashnode","prepend":"fas fa-"},"react":{"id":"react","prepend":"fas fa-"},"cc_paypal":{"id":"cc-paypal","prepend":"fas fa-"},"squarespace":{"id":"squarespace","prepend":"fas fa-"},"cc_stripe":{"id":"cc-stripe","prepend":"fas fa-"},"creative_commons_share":{"id":"creative-commons-share","prepend":"fas fa-"},"bitcoin":{"id":"bitcoin","prepend":"fas fa-"},"keycdn":{"id":"keycdn","prepend":"fas fa-"},"itch_io":{"id":"itch-io","prepend":"fas fa-"},"umbraco":{"id":"umbraco","prepend":"fas fa-"},"galactic_senate":{"id":"galactic-senate","prepend":"fas fa-"},"ubuntu":{"id":"ubuntu","prepend":"fas fa-"},"draft2digital":{"id":"draft2digital","prepend":"fas fa-"},"stripe":{"id":"stripe","prepend":"fas fa-"},"dhl":{"id":"dhl","prepend":"fas fa-"},"square_pinterest":{"id":"square-pinterest","prepend":"fas fa-"},"pinterest_square":{"id":"pinterest-square","prepend":"fas fa-"},"blackberry":{"id":"blackberry","prepend":"fas fa-"},"creative_commons_pd":{"id":"creative-commons-pd","prepend":"fas fa-"},"playstation":{"id":"playstation","prepend":"fas fa-"},"quinscape":{"id":"quinscape","prepend":"fas fa-"},"blogger_b":{"id":"blogger-b","prepend":"fas fa-"},"signal_messenger":{"id":"signal-messenger","prepend":"fas fa-"},"typo3":{"id":"typo3","prepend":"fas fa-"},"reddit_alien":{"id":"reddit-alien","prepend":"fas fa-"},"dailymotion":{"id":"dailymotion","prepend":"fas fa-"},"affiliatetheme":{"id":"affiliatetheme","prepend":"fas fa-"},"pied_piper_pp":{"id":"pied-piper-pp","prepend":"fas fa-"},"bootstrap":{"id":"bootstrap","prepend":"fas fa-"},"odnoklassniki":{"id":"odnoklassniki","prepend":"fas fa-"},"nfc_symbol":{"id":"nfc-symbol","prepend":"fas fa-"},"mintbit":{"id":"mintbit","prepend":"fas fa-"},"ethereum":{"id":"ethereum","prepend":"fas fa-"},"speaker_deck":{"id":"speaker-deck","prepend":"fas fa-"},"creative_commons_nc_eu":{"id":"creative-commons-nc-eu","prepend":"fas fa-"},"patreon":{"id":"patreon","prepend":"fas fa-"},"avianex":{"id":"avianex","prepend":"fas fa-"},"ello":{"id":"ello","prepend":"fas fa-"},"gofore":{"id":"gofore","prepend":"fas fa-"},"bimobject":{"id":"bimobject","prepend":"fas fa-"},"brave_reverse":{"id":"brave-reverse","prepend":"fas fa-"},"facebook_f":{"id":"facebook-f","prepend":"fas fa-"},"square_google_plus":{"id":"square-google-plus","prepend":"fas fa-"},"google_plus_square":{"id":"google-plus-square","prepend":"fas fa-"},"web_awesome":{"id":"web-awesome","prepend":"fas fa-"},"mandalorian":{"id":"mandalorian","prepend":"fas fa-"},"first_order_alt":{"id":"first-order-alt","prepend":"fas fa-"},"osi":{"id":"osi","prepend":"fas fa-"},"google_wallet":{"id":"google-wallet","prepend":"fas fa-"},"d_and_d_beyond":{"id":"d-and-d-beyond","prepend":"fas fa-"},"periscope":{"id":"periscope","prepend":"fas fa-"},"fulcrum":{"id":"fulcrum","prepend":"fas fa-"},"cloudscale":{"id":"cloudscale","prepend":"fas fa-"},"mizuni":{"id":"mizuni","prepend":"fas fa-"},"schlix":{"id":"schlix","prepend":"fas fa-"},"square_xing":{"id":"square-xing","prepend":"fas fa-"},"xing_square":{"id":"xing-square","prepend":"fas fa-"},"bandcamp":{"id":"bandcamp","prepend":"fas fa-"},"wpforms":{"id":"wpforms","prepend":"fas fa-"},"cloudversify":{"id":"cloudversify","prepend":"fas fa-"},"usps":{"id":"usps","prepend":"fas fa-"},"megaport":{"id":"megaport","prepend":"fas fa-"},"magento":{"id":"magento","prepend":"fas fa-"},"optin_monster":{"id":"optin-monster","prepend":"fas fa-"},"fly":{"id":"fly","prepend":"fas fa-"},"aviato":{"id":"aviato","prepend":"fas fa-"},"itunes":{"id":"itunes","prepend":"fas fa-"},"cuttlefish":{"id":"cuttlefish","prepend":"fas fa-"},"blogger":{"id":"blogger","prepend":"fas fa-"},"viber":{"id":"viber","prepend":"fas fa-"},"digg":{"id":"digg","prepend":"fas fa-"},"tencent_weibo":{"id":"tencent-weibo","prepend":"fas fa-"},"letterboxd":{"id":"letterboxd","prepend":"fas fa-"},"symfony":{"id":"symfony","prepend":"fas fa-"},"etsy":{"id":"etsy","prepend":"fas fa-"},"facebook_messenger":{"id":"facebook-messenger","prepend":"fas fa-"},"audible":{"id":"audible","prepend":"fas fa-"},"think_peaks":{"id":"think-peaks","prepend":"fas fa-"},"bilibili":{"id":"bilibili","prepend":"fas fa-"},"erlang":{"id":"erlang","prepend":"fas fa-"},"x_twitter":{"id":"x-twitter","prepend":"fas fa-"},"cotton_bureau":{"id":"cotton-bureau","prepend":"fas fa-"},"42_group":{"id":"42-group","prepend":"fas fa-"},"innosoft":{"id":"innosoft","prepend":"fas fa-"},"stack_exchange":{"id":"stack-exchange","prepend":"fas fa-"},"elementor":{"id":"elementor","prepend":"fas fa-"},"square_pied_piper":{"id":"square-pied-piper","prepend":"fas fa-"},"pied_piper_square":{"id":"pied-piper-square","prepend":"fas fa-"},"creative_commons_nd":{"id":"creative-commons-nd","prepend":"fas fa-"},"palfed":{"id":"palfed","prepend":"fas fa-"},"superpowers":{"id":"superpowers","prepend":"fas fa-"},"resolving":{"id":"resolving","prepend":"fas fa-"},"square_web_awesome_stroke":{"id":"square-web-awesome-stroke","prepend":"fas fa-"},"searchengin":{"id":"searchengin","prepend":"fas fa-"},"tiktok":{"id":"tiktok","prepend":"fas fa-"},"square_facebook":{"id":"square-facebook","prepend":"fas fa-"},"facebook_square":{"id":"facebook-square","prepend":"fas fa-"},"hubspot":{"id":"hubspot","prepend":"fas fa-"},"deploydog":{"id":"deploydog","prepend":"fas fa-"},"flutter":{"id":"flutter","prepend":"fas fa-"},"ravelry":{"id":"ravelry","prepend":"fas fa-"},"mixer":{"id":"mixer","prepend":"fas fa-"},"square_lastfm":{"id":"square-lastfm","prepend":"fas fa-"},"lastfm_square":{"id":"lastfm-square","prepend":"fas fa-"},"mendeley":{"id":"mendeley","prepend":"fas fa-"},"uniregistry":{"id":"uniregistry","prepend":"fas fa-"},"figma":{"id":"figma","prepend":"fas fa-"},"creative_commons_remix":{"id":"creative-commons-remix","prepend":"fas fa-"},"cc_amazon_pay":{"id":"cc-amazon-pay","prepend":"fas fa-"},"cmplid":{"id":"cmplid","prepend":"fas fa-"},"upwork":{"id":"upwork","prepend":"fas fa-"},"gripfire":{"id":"gripfire","prepend":"fas fa-"},"jedi_order":{"id":"jedi-order","prepend":"fas fa-"},"uikit":{"id":"uikit","prepend":"fas fa-"},"fort_awesome_alt":{"id":"fort-awesome-alt","prepend":"fas fa-"},"phabricator":{"id":"phabricator","prepend":"fas fa-"},"ussunnah":{"id":"ussunnah","prepend":"fas fa-"},"earlybirds":{"id":"earlybirds","prepend":"fas fa-"},"trade_federation":{"id":"trade-federation","prepend":"fas fa-"},"autoprefixer":{"id":"autoprefixer","prepend":"fas fa-"},"square_upwork":{"id":"square-upwork","prepend":"fas fa-"},"slideshare":{"id":"slideshare","prepend":"fas fa-"},"google_play":{"id":"google-play","prepend":"fas fa-"},"viadeo":{"id":"viadeo","prepend":"fas fa-"},"line":{"id":"line","prepend":"fas fa-"},"google_drive":{"id":"google-drive","prepend":"fas fa-"},"servicestack":{"id":"servicestack","prepend":"fas fa-"},"imdb":{"id":"imdb","prepend":"fas fa-"},"deezer":{"id":"deezer","prepend":"fas fa-"},"raspberry_pi":{"id":"raspberry-pi","prepend":"fas fa-"},"jira":{"id":"jira","prepend":"fas fa-"},"docker":{"id":"docker","prepend":"fas fa-"},"screenpal":{"id":"screenpal","prepend":"fas fa-"},"gitter":{"id":"gitter","prepend":"fas fa-"},"d_and_d":{"id":"d-and-d","prepend":"fas fa-"},"microblog":{"id":"microblog","prepend":"fas fa-"},"cc_diners_club":{"id":"cc-diners-club","prepend":"fas fa-"},"gg_circle":{"id":"gg-circle","prepend":"fas fa-"},"pied_piper_hat":{"id":"pied-piper-hat","prepend":"fas fa-"},"kickstarter_k":{"id":"kickstarter-k","prepend":"fas fa-"},"yandex":{"id":"yandex","prepend":"fas fa-"},"readme":{"id":"readme","prepend":"fas fa-"},"html5":{"id":"html5","prepend":"fas fa-"},"sellsy":{"id":"sellsy","prepend":"fas fa-"},"square_web_awesome":{"id":"square-web-awesome","prepend":"fas fa-"},"wirsindhandwerk":{"id":"wirsindhandwerk","prepend":"fas fa-"},"wsh":{"id":"wsh","prepend":"fas fa-"},"buromobelexperte":{"id":"buromobelexperte","prepend":"fas fa-"},"salesforce":{"id":"salesforce","prepend":"fas fa-"},"octopus_deploy":{"id":"octopus-deploy","prepend":"fas fa-"},"medapps":{"id":"medapps","prepend":"fas fa-"},"ns8":{"id":"ns8","prepend":"fas fa-"},"pinterest_p":{"id":"pinterest-p","prepend":"fas fa-"},"apper":{"id":"apper","prepend":"fas fa-"},"fort_awesome":{"id":"fort-awesome","prepend":"fas fa-"},"waze":{"id":"waze","prepend":"fas fa-"},"bluesky":{"id":"bluesky","prepend":"fas fa-"},"cc_jcb":{"id":"cc-jcb","prepend":"fas fa-"},"snapchat_ghost":{"id":"snapchat-ghost","prepend":"fas fa-"},"fantasy_flight_games":{"id":"fantasy-flight-games","prepend":"fas fa-"},"rust":{"id":"rust","prepend":"fas fa-"},"wix":{"id":"wix","prepend":"fas fa-"},"square_behance":{"id":"square-behance","prepend":"fas fa-"},"behance_square":{"id":"behance-square","prepend":"fas fa-"},"supple":{"id":"supple","prepend":"fas fa-"},"webflow":{"id":"webflow","prepend":"fas fa-"},"rebel":{"id":"rebel","prepend":"fas fa-"},"staylinked":{"id":"staylinked","prepend":"fas fa-"},"kaggle":{"id":"kaggle","prepend":"fas fa-"},"space_awesome":{"id":"space-awesome","prepend":"fas fa-"},"cpanel":{"id":"cpanel","prepend":"fas fa-"},"goodreads_g":{"id":"goodreads-g","prepend":"fas fa-"},"square_git":{"id":"square-git","prepend":"fas fa-"},"git_square":{"id":"git-square","prepend":"fas fa-"},"square_tumblr":{"id":"square-tumblr","prepend":"fas fa-"},"tumblr_square":{"id":"tumblr-square","prepend":"fas fa-"},"creative_commons_nc_jp":{"id":"creative-commons-nc-jp","prepend":"fas fa-"},"get_pocket":{"id":"get-pocket","prepend":"fas fa-"},"perbyte":{"id":"perbyte","prepend":"fas fa-"},"grunt":{"id":"grunt","prepend":"fas fa-"},"weebly":{"id":"weebly","prepend":"fas fa-"},"connectdevelop":{"id":"connectdevelop","prepend":"fas fa-"},"black_tie":{"id":"black-tie","prepend":"fas fa-"},"themeco":{"id":"themeco","prepend":"fas fa-"},"python":{"id":"python","prepend":"fas fa-"},"bots":{"id":"bots","prepend":"fas fa-"},"free_code_camp":{"id":"free-code-camp","prepend":"fas fa-"},"hornbill":{"id":"hornbill","prepend":"fas fa-"},"ideal":{"id":"ideal","prepend":"fas fa-"},"dev":{"id":"dev","prepend":"fas fa-"},"sketch":{"id":"sketch","prepend":"fas fa-"},"yandex_international":{"id":"yandex-international","prepend":"fas fa-"},"cc_amex":{"id":"cc-amex","prepend":"fas fa-"},"uber":{"id":"uber","prepend":"fas fa-"},"alipay":{"id":"alipay","prepend":"fas fa-"},"firefox_browser":{"id":"firefox-browser","prepend":"fas fa-"},"replyd":{"id":"replyd","prepend":"fas fa-"},"suse":{"id":"suse","prepend":"fas fa-"},"jenkins":{"id":"jenkins","prepend":"fas fa-"},"rockrms":{"id":"rockrms","prepend":"fas fa-"},"buffer":{"id":"buffer","prepend":"fas fa-"},"npm":{"id":"npm","prepend":"fas fa-"},"yammer":{"id":"yammer","prepend":"fas fa-"},"stumbleupon_circle":{"id":"stumbleupon-circle","prepend":"fas fa-"},"internet_explorer":{"id":"internet-explorer","prepend":"fas fa-"},"stubber":{"id":"stubber","prepend":"fas fa-"},"telegram":{"id":"telegram","prepend":"fas fa-"},"telegram_plane":{"id":"telegram-plane","prepend":"fas fa-"},"old_republic":{"id":"old-republic","prepend":"fas fa-"},"odysee":{"id":"odysee","prepend":"fas fa-"},"square_whatsapp":{"id":"square-whatsapp","prepend":"fas fa-"},"whatsapp_square":{"id":"whatsapp-square","prepend":"fas fa-"},"node_js":{"id":"node-js","prepend":"fas fa-"},"edge_legacy":{"id":"edge-legacy","prepend":"fas fa-"},"slack_hash":{"id":"slack-hash","prepend":"fas fa-"},"medrt":{"id":"medrt","prepend":"fas fa-"},"vaadin":{"id":"vaadin","prepend":"fas fa-"},"quora":{"id":"quora","prepend":"fas fa-"},"square_x_twitter":{"id":"square-x-twitter","prepend":"fas fa-"},"reacteurope":{"id":"reacteurope","prepend":"fas fa-"},"medium_m":{"id":"medium-m","prepend":"fas fa-"},"amilia":{"id":"amilia","prepend":"fas fa-"},"flipboard":{"id":"flipboard","prepend":"fas fa-"},"critical_role":{"id":"critical-role","prepend":"fas fa-"},"sitrox":{"id":"sitrox","prepend":"fas fa-"},"discourse":{"id":"discourse","prepend":"fas fa-"},"mastodon":{"id":"mastodon","prepend":"fas fa-"},"airbnb":{"id":"airbnb","prepend":"fas fa-"},"wolf_pack_battalion":{"id":"wolf-pack-battalion","prepend":"fas fa-"},"buy_n_large":{"id":"buy-n-large","prepend":"fas fa-"},"gulp":{"id":"gulp","prepend":"fas fa-"},"creative_commons_sampling_plus":{"id":"creative-commons-sampling-plus","prepend":"fas fa-"},"strava":{"id":"strava","prepend":"fas fa-"},"ember":{"id":"ember","prepend":"fas fa-"},"canadian_maple_leaf":{"id":"canadian-maple-leaf","prepend":"fas fa-"},"teamspeak":{"id":"teamspeak","prepend":"fas fa-"},"pushed":{"id":"pushed","prepend":"fas fa-"},"wordpress_simple":{"id":"wordpress-simple","prepend":"fas fa-"},"nutritionix":{"id":"nutritionix","prepend":"fas fa-"},"wodu":{"id":"wodu","prepend":"fas fa-"},"google_pay":{"id":"google-pay","prepend":"fas fa-"},"intercom":{"id":"intercom","prepend":"fas fa-"},"zhihu":{"id":"zhihu","prepend":"fas fa-"},"korvue":{"id":"korvue","prepend":"fas fa-"},"pix":{"id":"pix","prepend":"fas fa-"},"steam_symbol":{"id":"steam-symbol","prepend":"fas fa-"}},"tag":"span","prepend":"fas fa-","append":" fa-fw","rotate":{"90":" fa-rotate-90","180":" fa-rotate-180","270":" fa-rotate-270","horizontal":" fa-flip-horizontal","vertical":" fa-flip-vertical"}} var zoomToFoundLocation = "street"; var bootstrapButton; if (typeof $.fn.button.noConflict === "function") { bootstrapButton = $.fn.button.noConflict() // return $.fn.button to previously assigned value $.fn.bootstrapBtn = bootstrapButton // give $().bootstrapBtn the Bootstrap functionality } /* if (getCookie('postitnote') != 'hidden') { $('#postitnote').removeClass('hidden').hide().delay('500').fadeIn('slow'); } */ /* * this section of the custom js amends the way that OpenLayers 'spaces out' * dot and dot/dash markings for paths etc - added by Geoff (eromneg) Aug '14 */ if ( typeof OpenLayers != "undefined") { OpenLayers.Renderer.SVG.prototype.dashStyle = function(style, widthFactor) { var w = style.strokeWidth * widthFactor; var str = style.strokeDashstyle; switch (str) { case 'solid': return 'none'; case 'dot': return [1, 4 * w].join(); case 'dash': return [4 * w, 2 * w].join(); case 'dashdot': return [4 * w, 2 * w, 1, 2 * w].join(); case 'longdash': return [8 * w, 2 * w].join(); case 'longdashdot': return [8 * w, 2 * w, 1, 2 * w].join(); default: return OpenLayers.String.trim(str).replace(/\s+/g, ","); } } } $(".map-container:not(.done)") .addClass("done") .visible(function() { $(this).createMap(); }); var fragments='y'; var fragmentClass='grow'; var fragmentHighlightColor='highlight-blue'; Reveal.configure({theme:'black', transition:'zoom', backgroundTransition:'fade', controls:true, controlsLayout:'bottom-right', controlsBackArrows:'faded', progress:true, slideNumber:false, fragments:true, fragmentClass:'grow', fragmentHighlightColor:'blue', autoSlide:0, autoSlideStoppable:true, alignImage:false, headingLevelSlideSeparator:'3', page:'PluginList - Hacks and Fun', viewDistance:3, display:'block', hash:'true'}); // js 2 try { var timezone = Intl.DateTimeFormat().resolvedOptions().timeZone; setCookie("local_tz", timezone); } catch (e) {} // this is used by tiki-confirm.js checkTimeout, so needs to be always set const scriptStartDate = new Date(); //Be careful, this will not be a global if this script ever becomes a module - benoitg - 2023-11-21 if (! timezone) { function inArray(item, array) { for (var i in array) { if (array[i] === item) { return i; } } return false; } var allTimeZoneCodes = ["ACDT","ACST","ADDT","ADT","AEDT","AEST","AHDT","AHST","AKDT","AKST","AMT","APT","AST","AWDT","AWST","AWT","BDST","BDT","BMT","BST","CAST","CAT","CDDT","CDT","CEMT","CEST","CET","CMT","CPT","CST","CWT","CHST","DMT","EAT","EDDT","EDT","EEST","EET","EMT","EPT","EST","EWT","FFMT","FMT","GDT","GMT","GST","HDT","HKST","HKT","HMT","HPT","HST","HWT","IDDT","IDT","IMT","IST","JDT","JMT","JST","KDT","KMT","KST","LST","MDDT","MDST","MDT","MEST","MET","MMT","MPT","MSD","MSK","MST","MWT","NDDT","NDT","NPT","NST","NWT","NZDT","NZMT","NZST","PDDT","PDT","PKST","PKT","PLMT","PMT","PPMT","PPT","PST","PWT","QMT","RMT","SAST","SDMT","SJMT","SMT","SST","TBMT","TMT","UCT","UTC","WAST","WAT","WEMT","WEST","WET","WIB","WITA","WIT","WMT","YDDT","YDT","YPT","YST","YWT","A","B","C","D","E","F","G","H","I","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"]; var now_string = now.toString(); var offsethours = - now.getTimezoneOffset() / 60; setCookie("local_tzoffset", offsethours); var m = now_string.match(/[ \(]([A-Z]{3,6})[ \)]?[ \d]*$/); // try three or more char tz first at the end or just before the year if (!m) { m = now_string.match(/[ \(]([A-Z]{1,6})[ \)]?[ \d]*$/); // might be a "military" one if not } if (m) { m = m[1]; } else { // IE (sometimes) gives UTC +offset instead of the abbreviation // sadly this workaround will fail for non-whole hour offsets var hours = - now.getTimezoneOffset() / 60; m = "GMT" + (hours > 0 ? " + " : "") + hours; } // Etc/GMT+ is equivalent to GMT- if (m.substring(0,4) == "GMT + ") { m = "Etc / GMT - " + m.substring(4); setCookie("local_tz", m); } if (m.substring(0,4) == "GMT - ") { m = "Etc / GMT + " + m.substring(4); setCookie("local_tz", m); } if (inArray(m, allTimeZoneCodes)) { setCookie("local_tz", m); } } //--><!]]> </script> <script type="text/javascript"> <!--//--><![CDATA[//><!-- $(function(){ // jq_onready 0 fitvids('article', ); $("time.timeago").timeago(); jQuery.timeago.settings.allowFuture = true; $(".table-responsive").doubleScroll({resetOnWindowResize: true}); $(".convert-mailto").removeClass("convert-mailto").each(function () { var address = $(this).data("encode-name") + "@" + $(this).data("encode-domain"); $(this).attr("href", "mailto:" + address).text(address); }); $("<link/>", {rel: "stylesheet",type: "text/css",href: "", id:"themeCSS"}).appendTo("head"); $("body").append("<style type=\"text/css\">.reveal li,.reveal section p { font-size: 1.3em; line-height:1.4em } .reveal li{margin:0.1em 0.5em 0.1em 0.5em} .reveal li ul li{font-size:0.9em !important; margin:0em !important}.reveal section pre code { font-size: 0.7em !important;} .reveal h1 {font-size: 2.8em; text-transform:none !important;margin-bottom:0 !important;} .reveal {font-size: 1.4em;}.reveal .slides section .fragment.grow.visible {transform: scale(1.03);}.reveal table {overflow: hidden;} .reveal section img {border:0px;background:none;box-shadow:none} .reveal table th, .reveal table td{text-align:center;vertical-align:top !important} .reveal ul{vertical-align:top !important}</style>"); var extraElements=["#page-bar",".icon_edit_section",".icon-link-external",".editplugin","#show-errors-button",".wikitext",".icon_edit_section","#toc","footer",".heading-link"]; jQuery.each( extraElements, function( i, val ) { $( val ).remove(); }); if(fragments=="y") { $( "li" ).addClass( "fragment "+fragmentClass+" "+fragmentHighlightColor ); } $("#ss-settings").on("click", function () { var position = $("#ss-options").position(); if(position.left==0){ $("#ss-settings").switchClass("fa-times","fa-cogs"); $("#ss-options").animate({left: '-2000px'}); } else { $("#ss-settings").switchClass("fa-cogs","fa-times"); $("#ss-options").animate({left: '0px'});} }); Reveal.addEventListener( 'slidechanged', function( event ) { var position = $("#ss-options").position(); if(position.left==0){ $("#ss-settings").switchClass("fa-times","fa-cogs"); $("#ss-options").animate({left: '-2000px'}); } }); //reveal controls $("body").on("click", "#play", function () { if($("#play").hasClass("fa-play-circle")) { $("#play").switchClass("fa-play-circle","fa-pause-circle", 1000, "easeInOutQuad"); Reveal.configure({ autoSlide:10000 }); $(this).attr("style","color:#fff"); } else { $("#play").switchClass("fa-pause-circle","fa-play-circle", 1000, "easeInOutQuad"); Reveal.configure({ autoSlide: 0 }); $(this).attr("style",""); } }); $("body").on("click", "#firstSlide", function () { Reveal.slide( 0, 0,0 ); //Reveal.slide( indexh, indexv, indexf ); }); $("body").on("click", "#lastSlide", function () { Reveal.slide( Reveal.getTotalSlides()-1, 0,0 ); //Reveal.slide( indexh, indexv, indexf ); }); $("body").on("click", "#nextSlide", function () { var currentSlide=Reveal.getIndices().h; Reveal.slide(currentSlide+1,0,0); //Reveal.slide( indexh, indexv, indexf ); }); $("body").on("click", "#prevSlide", function () { var currentSlide=Reveal.getIndices().h; if(currentSlide>0) { Reveal.slide(currentSlide-1,0,0); } //Reveal.slide( indexh, indexv, indexf ); }); $("body").on("click", "#listSlides", function () { Reveal.toggleOverview(); }); $("body").on("click", "#loop", function () { if($("#loop").hasClass("icon-inactive")){ $("#loop").switchClass("icon-inactive","icon-active"); Reveal.configure({loop: true}); $(this).attr("style","color:#fff"); } else{ $("#loop").switchClass("icon-active","icon-inactive"); Reveal.configure({loop: false}); $(this).attr("style",""); } }); //end of controls $( "#showtheme" ).on("change", function() { var selectedCSS=$("#showtheme" ).val(); $("#themeCSS").attr("href","public/generated/js/vendor_dist/reveal.js/dist/theme/"+selectedCSS+".css"); }); $( "#showtransition" ).on("change", function() { var selectedTransition=$("#showtransition" ).val(); Reveal.configure({ transition: selectedTransition }); }); $("body").on("click", "#exportPDF", function () { if($("#showtheme" ).val()!="") { var pdfURL= $( "#exportPDF" ).attr("href")+"&theme="+$("#showtheme" ).val(); $( "#exportPDF" ).attr("href",pdfURL); } }); //Append slide title with URL on slide change Reveal.addEventListener( "slidechanged", function( event ) { location.hash = "!_"+$(".present table tr td").children("h1").attr("id");}); Reveal.initialize({ width: "98%",height: "100%",center: false}); $(window).on("load", function() { //loop to scale contents $( "section" ).each(function( index ) { var overflow=$(this).innerHeight()-$(document).innerHeight(); var scalePercent=Math.round(100-((overflow/$(document).innerHeight())*100)); if(overflow>30){ if(scalePercent>70){ scalePercent>85?scalePercent=1:scalePercent=2;} else if(scalePercent>30) {scalePercent>45?scalePercent=3:scalePercent=4;} else if(scalePercent>25){scalePercent=5;} else{scalePercent=6;} $(this).addClass("scale-"+scalePercent); } }); //end of loop }); Reveal.addEventListener( 'ready', function( event ) { var found=0; if(location.hash && found==0){ var goToSlide = location.hash.replace("#!_",""); var slideCount=0; $( "section table tr td" ).each(function( index ) { if(found==1){return;} if($(this).children("h1").attr("id")==goToSlide && found==0){ Reveal.slide(slideCount); found=1; } if($(this).children("h1").attr("id")){ slideCount++; } }); } }); // jq_onready 5 var color = window.getComputedStyle(document.documentElement).getPropertyValue('--tiki-top-dark-bg');$('meta[name="theme-color"]').attr('content', color); }); //--><!]]> </script> <script type="text/javascript"> BOOMR.init({ beacon_url: "tiki-performance-beacon" }); </script> </body> </html>