@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--app-content-inner-padding:clamp(12px,1.5vw,24px);--app-interface-padding:6px;--app-border-radius-xs:6px;--app-border-radius-sm:8px;--app-border-radius-md:12px;--app-border-radius-lg:16px;--app-border-radius-xl:24px;--app-shadow-sm:0 0 10px -2px rgba(0,0,0,.05);--app-shadow-md:0 0 28px -4px rgba(0,0,0,.1);--app-overlay-bg:rgba(0,0,0,.5);--app-text-color:rgba(0,0,0,.9);--app-text-color-muted:rgba(0,0,0,.6);--app-border-color:rgba(0,0,0,.08);--app-default-font-size:clamp(.9rem,1.5vw,1.1rem);--app-default-font-size-small:calc(var(--app-default-font-size)*.8);--app-default-font-size-large:calc(var(--app-default-font-size)*1.15);--h1-font-size:calc(var(--app-default-font-size)*2.2);--h2-font-size:calc(var(--app-default-font-size)*1.7);--h3-font-size:calc(var(--app-default-font-size)*1.45);--h4-font-size:calc(var(--app-default-font-size)*1.2);--h5-font-size:calc(var(--app-default-font-size)*1.05);--app-theme-rgb:255,255,255;--color-purple-rgb:148,40,255;--color-blue-rgb:0,128,255;--color-green-rgb:0,192,125;--color-turquoise-rgb:0,213,181;--color-yellow-rgb:254,197,106;--color-orange-rgb:254,132,99;--color-red-rgb:255,107,132;--color-pink-rgb:255,119,194;--color-black-rgb:15,15,15;--color-gray-rgb:120,120,120;--color-purple:rgba(var(--color-purple-rgb),1);--color-blue:rgba(var(--color-blue-rgb),1);--color-green:rgba(var(--color-green-rgb),1);--color-turquoise:rgba(var(--color-turquoise-rgb),1);--color-yellow:rgba(var(--color-yellow-rgb),1);--color-orange:rgba(var(--color-orange-rgb),1);--color-red:rgba(var(--color-red-rgb),1);--color-pink:rgba(var(--color-pink-rgb),1);--color-black:rgba(var(--color-black-rgb),1);--color-gray:rgba(var(--color-gray-rgb),1);--color-primary-rgb:var(--color-blue-rgb);--color-primary:var(--color-blue)}body{font-family:Inter,sans-serif}h1{color:var(--app-text-color);font-size:var(--h1-font-size);font-weight:700;margin:0}h2{font-size:var(--h2-font-size);line-height:1.2}h2,h3{color:var(--app-text-color);font-weight:600;margin:0}h3{font-size:var(--h3-font-size)}h4{font-size:var(--h4-font-size)}h4,h5{color:var(--app-text-color);font-weight:600;margin:0}h5{font-size:var(--h5-font-size)}p{color:var(--app-text-color-muted);font-size:var(--app-default-font-size)!important;margin:0;max-width:600px}p.small{font-size:var(--app-default-font-size-small)!important}.app-tooltip{background:#000000d9;border-radius:var(--app-border-radius-xs);box-shadow:var(--app-shadow-sm);color:#fff;font-size:var(--app-default-font-size-small);line-height:1.4;max-width:240px;padding:.35rem .6rem;pointer-events:none;white-space:normal;z-index:1100;word-wrap:break-word;opacity:0;position:fixed;transform:translateZ(0) scale(.98);transform-origin:center;transition:opacity .12s ease-out,transform .12s ease-out}.app-tooltip--visible{opacity:1;transform:translateZ(0) scale(1)}.app-tooltip:after{border-style:solid;content:"";height:0;position:absolute;width:0}.app-tooltip[data-placement=top]:after{border-color:rgba(0,0,0,.85) transparent transparent;border-width:6px 6px 0;left:50%;top:100%;transform:translate(-50%)}.app-tooltip[data-placement=bottom]:after{border-color:transparent transparent rgba(0,0,0,.85);border-width:0 6px 6px;bottom:100%;left:50%;transform:translate(-50%)}.app-tooltip[data-placement=left]:after{border-color:transparent transparent transparent rgba(0,0,0,.85);border-width:6px 0 6px 6px;left:100%;top:50%;transform:translateY(-50%)}.app-tooltip[data-placement=right]:after{border-color:transparent rgba(0,0,0,.85) transparent transparent;border-width:6px 6px 6px 0;right:100%;top:50%;transform:translateY(-50%)}.app-form{gap:1.5rem}.app-form,.app-input{display:flex;flex-direction:column}.app-input{font-size:var(--app-default-font-size);gap:.35rem;--padding-x:.7rem;--padding-y:.65rem}.app-input__label-row{align-items:center;display:flex;gap:.5rem;justify-content:space-between;padding-inline:var(--padding-x)}.app-input__label{align-items:center;color:var(--app-text-color);display:inline-flex;font-size:var(--app-default-font-size-small);font-weight:500;gap:.25rem}.app-input__hint-icon{align-items:center;border-radius:50%;color:var(--app-text-color-muted);cursor:help;display:inline-flex;flex-shrink:0;height:1.1em;justify-content:center;width:1.1em}.app-input__hint-icon:hover{color:var(--color-primary)}.app-input__required{color:var(--color-red);font-size:var(--app-default-font-size-small)}.app-input__control{position:relative;width:100%}.app-input__native{background-color:#fff;border:1px solid rgba(0,0,0,.14);border-radius:var(--app-border-radius-sm);box-sizing:border-box;color:var(--app-text-color);font:inherit;outline:none;padding:var(--padding-y) var(--padding-x);transition:border-color .12s ease-out,box-shadow .12s ease-out,background-color .12s ease-out;width:100%}textarea.app-input__native{resize:vertical}.app-input__native::-moz-placeholder{color:var(--app-text-color-muted)}.app-input__native::placeholder{color:var(--app-text-color-muted)}.app-input__native:focus-visible{border-color:var(--color-primary)}.app-input__error{color:var(--color-red);font-size:var(--app-default-font-size-small)!important;margin:0;padding:0 var(--padding-x)}.app-input--error .app-input__native{background-color:rgba(var(--color-red-rgb),.02);border-color:var(--color-red);color:var(--color-red)}.app-input--error .app-input__native::-moz-placeholder{color:var(--color-red)!important}.app-input--error .app-input__native::placeholder{color:var(--color-red)!important}.app-input--disabled .app-input__native{background-color:#00000005;color:var(--app-text-color-muted);cursor:not-allowed}.app-input--select .app-input__control{cursor:pointer}.app-input__native--select{align-items:center;cursor:pointer;display:flex;gap:.5rem;justify-content:space-between;padding-right:.9rem}.app-input__value{flex:1;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.app-input__icon{color:var(--app-text-color-muted);flex-shrink:0;font-size:.9em;transition:transform .12s ease-out}.app-input__control--open .app-input__icon{transform:rotate(180deg)}.app-input__dropdown{background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:var(--app-border-radius-sm);box-shadow:var(--app-shadow-sm);display:flex;flex-direction:column;gap:.25rem;margin-top:0;max-height:220px;overflow:auto;padding:.25rem;position:fixed;width:auto;z-index:1000}.app-input__option{align-items:center;border-radius:var(--app-border-radius-sm);color:var(--app-text-color);cursor:pointer;display:flex;font-size:var(--app-default-font-size);gap:.4rem;padding:.45rem .7rem;transition:background-color .12s ease-out}.app-input__option--highlighted,.app-input__option:hover{background-color:rgba(var(--color-primary-rgb),.12)}.app-input__option--selected{background-color:rgba(var(--color-primary-rgb),.06);font-weight:500}.app-input--disabled .app-input__dropdown{display:none}.app-input-switch__row{align-items:center;display:flex;gap:.6rem;padding-inline:var(--padding-x)}.app-input-switch__track{background-color:#00000014;border:1px solid rgba(0,0,0,.14);border-radius:999px;cursor:pointer;flex-shrink:0;height:1.5em;padding:0;position:relative;transition:background-color .18s ease-out,border-color .18s ease-out;width:2.6em}.app-input-switch__track:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.app-input-switch__thumb{background-color:#fff;border-radius:50%;box-shadow:0 1px 3px #0000002e;height:1.05em;left:3px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:left .18s ease-out;width:1.05em}.app-input-switch__track--on{background-color:var(--color-primary);border-color:var(--color-primary)}.app-input-switch__track--on .app-input-switch__thumb{left:calc(100% - 1.05em - 3px)}.app-input-switch__label{color:var(--app-text-color);cursor:pointer;font-size:var(--app-default-font-size-small);font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.app-input--disabled .app-input-switch__label,.app-input--disabled .app-input-switch__track{cursor:not-allowed;opacity:.5}.app-input--error .app-input-switch__track{border-color:var(--color-red)}.app-input--error .app-input-switch__track--on{background-color:var(--color-red)}@font-face{font-display:swap;font-family:uicons-bold-rounded;src:url(./uicons-bold-rounded-MQNABNC6.BFPrIFeu.woff2) format("woff2"),url(./uicons-bold-rounded-UTQQXXF3.DiPEwy3H.woff) format("woff"),url(./uicons-bold-rounded-CPL6VNRV.C7vERUOv.eot#iefix) format("embedded-opentype")}i[class*=" fi-br-"]:before,i[class^=fi-br-]:before,span[class*=fi-br-]:before,span[class^=fi-br-]:before{font-family:uicons-bold-rounded!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.variable-selector-00:before{content:"︀"}.variable-selector-01:before{content:"︁"}.variable-selector-02:before{content:"︂"}.variable-selector-03:before{content:"︃"}.variable-selector-04:before{content:"︄"}.variable-selector-05:before{content:"︅"}.variable-selector-06:before{content:"︆"}.variable-selector-07:before{content:"︇"}.variable-selector-08:before{content:"︈"}.variable-selector-09:before{content:"︉"}.variable-selector-0a:before{content:"︊"}.variable-selector-0b:before{content:"︋"}.variable-selector-0c:before{content:"︌"}.variable-selector-0d:before{content:"︍"}.variable-selector-0e:before{content:"︎"}.variable-selector-0f:before{content:"️"}.combining-half-marks-00:before{content:"︠"}.combining-half-marks-01:before{content:"︡"}.combining-half-marks-02:before{content:"︢"}.combining-half-marks-03:before{content:"︣"}.combining-half-marks-04:before{content:"︤"}.combining-half-marks-05:before{content:"︥"}.combining-half-marks-06:before{content:"︦"}.combining-half-marks-07:before{content:"︧"}.combining-half-marks-08:before{content:"︨"}.combining-half-marks-09:before{content:"︩"}.combining-half-marks-0a:before{content:"︪"}.combining-half-marks-0b:before{content:"︫"}.combining-half-marks-0c:before{content:"︬"}.combining-half-marks-0d:before{content:"︭"}.combining-half-marks-0e:before{content:"︮"}.combining-half-marks-0f:before{content:"︯"}.zero-width-no-break-space-0f:before{content:"\feff"}.fi-br-0:before{content:""}.fi-br-00s-music-disc:before{content:""}.fi-br-1:before{content:""}.fi-br-2:before{content:""}.fi-br-3:before{content:""}.fi-br-360-degrees:before{content:""}.fi-br-4:before{content:""}.fi-br-404:before{content:""}.fi-br-5:before{content:""}.fi-br-6:before{content:""}.fi-br-60s-music-disc:before{content:""}.fi-br-7:before{content:""}.fi-br-70s-music-disc:before{content:""}.fi-br-8:before{content:""}.fi-br-80s-music-disc:before{content:""}.fi-br-9:before{content:""}.fi-br-90s-music-disc:before{content:""}.fi-br-a:before{content:""}.fi-br-accident:before{content:""}.fi-br-acorn:before{content:""}.fi-br-ad-paid:before{content:""}.fi-br-ad:before{content:""}.fi-br-add-document:before{content:""}.fi-br-add-folder:before{content:""}.fi-br-add-image:before{content:""}.fi-br-add:before{content:""}.fi-br-address-book:before{content:""}.fi-br-address-card:before{content:""}.fi-br-admin-alt:before{content:""}.fi-br-admin:before{content:""}.fi-br-age-alt:before{content:""}.fi-br-age-restriction-eighteen:before{content:""}.fi-br-age-restriction-seven:before{content:""}.fi-br-age-restriction-six:before{content:""}.fi-br-age-restriction-sixteen:before{content:""}.fi-br-age-restriction-thirteen:before{content:""}.fi-br-age-restriction-three:before{content:""}.fi-br-age-restriction-twelve:before{content:""}.fi-br-age-restriction-twenty-one:before{content:""}.fi-br-age-restriction-zero:before{content:""}.fi-br-age:before{content:""}.fi-br-air-conditioner:before{content:""}.fi-br-air-freshener:before{content:""}.fi-br-air-pollution:before{content:""}.fi-br-airplane-journey:before{content:""}.fi-br-airplane-window-open:before{content:""}.fi-br-airplay:before{content:""}.fi-br-alarm-clock:before{content:""}.fi-br-alarm-exclamation:before{content:""}.fi-br-alarm-plus:before{content:""}.fi-br-alarm-snooze:before{content:""}.fi-br-album-circle-plus:before{content:""}.fi-br-album-circle-user:before{content:""}.fi-br-album-collection:before{content:""}.fi-br-album:before{content:""}.fi-br-algorithm:before{content:""}.fi-br-alicorn:before{content:""}.fi-br-alien:before{content:""}.fi-br-align-center:before{content:""}.fi-br-align-justify:before{content:""}.fi-br-align-left:before{content:""}.fi-br-align-slash:before{content:""}.fi-br-ambulance:before{content:""}.fi-br-analyse-alt:before{content:""}.fi-br-analyse:before{content:""}.fi-br-anatomical-heart:before{content:""}.fi-br-anchor:before{content:""}.fi-br-angel:before{content:""}.fi-br-angle-90:before{content:""}.fi-br-angle-circle-down:before{content:""}.fi-br-angle-circle-left:before{content:""}.fi-br-angle-circle-right:before{content:""}.fi-br-angle-circle-up:before{content:""}.fi-br-angle-double-left:before{content:""}.fi-br-angle-double-right:before{content:""}.fi-br-angle-double-small-down:before{content:""}.fi-br-angle-double-small-left:before{content:""}.fi-br-angle-double-small-right:before{content:""}.fi-br-angle-double-small-up:before{content:""}.fi-br-angle-down:before{content:""}.fi-br-angle-left:before{content:""}.fi-br-angle-right:before{content:""}.fi-br-angle-small-down:before{content:""}.fi-br-angle-small-left:before{content:""}.fi-br-angle-small-right:before{content:""}.fi-br-angle-small-up:before{content:""}.fi-br-angle-square-down:before{content:""}.fi-br-angle-square-left:before{content:""}.fi-br-angle-square-right:before{content:""}.fi-br-angle-square-up:before{content:""}.fi-br-angle-up:before{content:""}.fi-br-angle:before{content:""}.fi-br-angles-up-down:before{content:""}.fi-br-angry:before{content:""}.fi-br-animated-icon:before{content:""}.fi-br-ankh:before{content:""}.fi-br-answer-alt:before{content:""}.fi-br-answer:before{content:""}.fi-br-apartment:before{content:""}.fi-br-aperture:before{content:""}.fi-br-api:before{content:""}.fi-br-apple-core:before{content:""}.fi-br-apple-crate:before{content:""}.fi-br-apple-whole:before{content:""}.fi-br-apps-add:before{content:""}.fi-br-apps-delete:before{content:""}.fi-br-apps-sort:before{content:""}.fi-br-apps:before{content:""}.fi-br-archive:before{content:""}.fi-br-archway:before{content:""}.fi-br-arrow-alt-circle-down:before{content:""}.fi-br-arrow-alt-circle-left:before{content:""}.fi-br-arrow-alt-circle-right:before{content:""}.fi-br-arrow-alt-circle-up:before{content:""}.fi-br-arrow-alt-down:before{content:""}.fi-br-arrow-alt-from-bottom:before{content:""}.fi-br-arrow-alt-from-left:before{content:""}.fi-br-arrow-alt-from-right:before{content:""}.fi-br-arrow-alt-from-top:before{content:""}.fi-br-arrow-alt-left:before{content:""}.fi-br-arrow-alt-right:before{content:""}.fi-br-arrow-alt-square-down:before{content:""}.fi-br-arrow-alt-square-left:before{content:""}.fi-br-arrow-alt-square-right:before{content:""}.fi-br-arrow-alt-square-up:before{content:""}.fi-br-arrow-alt-to-bottom:before{content:""}.fi-br-arrow-alt-to-left:before{content:""}.fi-br-arrow-alt-to-right:before{content:""}.fi-br-arrow-alt-to-top:before{content:""}.fi-br-arrow-alt-up:before{content:""}.fi-br-arrow-circle-down:before{content:""}.fi-br-arrow-circle-left:before{content:""}.fi-br-arrow-circle-right:before{content:""}.fi-br-arrow-circle-up:before{content:""}.fi-br-arrow-comparison:before{content:""}.fi-br-arrow-down-from-arc:before{content:""}.fi-br-arrow-down-from-dotted-line:before{content:""}.fi-br-arrow-down-left:before{content:""}.fi-br-arrow-down-small-big:before{content:""}.fi-br-arrow-down-to-dotted-line:before{content:""}.fi-br-arrow-down-to-square:before{content:""}.fi-br-arrow-down-triangle-square:before{content:""}.fi-br-arrow-down:before{content:""}.fi-br-arrow-from-bottom:before{content:""}.fi-br-arrow-from-left:before{content:""}.fi-br-arrow-from-right:before{content:""}.fi-br-arrow-from-top:before{content:""}.fi-br-arrow-left-from-arc:before{content:""}.fi-br-arrow-left-from-line:before{content:""}.fi-br-arrow-left-to-arc:before{content:""}.fi-br-arrow-left:before{content:""}.fi-br-arrow-progress-alt:before{content:""}.fi-br-arrow-progress:before{content:""}.fi-br-arrow-right-to-bracket:before{content:""}.fi-br-arrow-right:before{content:""}.fi-br-arrow-small-down:before{content:""}.fi-br-arrow-small-left:before{content:""}.fi-br-arrow-small-right:before{content:""}.fi-br-arrow-small-up:before{content:""}.fi-br-arrow-square-down:before{content:""}.fi-br-arrow-square-left:before{content:""}.fi-br-arrow-square-right:before{content:""}.fi-br-arrow-square-up:before{content:""}.fi-br-arrow-to-bottom:before{content:""}.fi-br-arrow-to-left:before{content:""}.fi-br-arrow-to-right:before{content:""}.fi-br-arrow-to-top:before{content:""}.fi-br-arrow-trend-down:before{content:""}.fi-br-arrow-trend-up:before{content:""}.fi-br-arrow-turn-down-left:before{content:""}.fi-br-arrow-turn-down-right:before{content:""}.fi-br-arrow-turn-left-up:before{content:""}.fi-br-arrow-up-from-dotted-line:before{content:""}.fi-br-arrow-up-from-ground-water:before{content:""}.fi-br-arrow-up-from-square:before{content:""}.fi-br-arrow-up-left-from-circle:before{content:""}.fi-br-arrow-up-left:before{content:""}.fi-br-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-br-arrow-up-right-from-square:before{content:""}.fi-br-arrow-up-right:before{content:""}.fi-br-arrow-up-small-big:before{content:""}.fi-br-arrow-up-square-triangle:before{content:""}.fi-br-arrow-up-to-arc:before{content:""}.fi-br-arrow-up-to-dotted-line:before{content:""}.fi-br-arrow-up:before{content:""}.fi-br-arrow-upward-growth-crypto:before{content:""}.fi-br-arrows-alt-h:before{content:""}.fi-br-arrows-alt-v:before{content:""}.fi-br-arrows-alt:before{content:""}.fi-br-arrows-cross:before{content:""}.fi-br-arrows-from-dotted-line:before{content:""}.fi-br-arrows-from-line:before{content:""}.fi-br-arrows-h-copy:before{content:""}.fi-br-arrows-h:before{content:""}.fi-br-arrows-repeat-1:before{content:""}.fi-br-arrows-repeat:before{content:""}.fi-br-arrows-retweet:before{content:""}.fi-br-arrows-split-right-and-left:before{content:""}.fi-br-arrows-split-up-and-left:before{content:""}.fi-br-arrows-to-circle:before{content:""}.fi-br-arrows-to-dotted-line:before{content:""}.fi-br-arrows-to-eye:before{content:""}.fi-br-arrows-to-line:before{content:""}.fi-br-arrows:before{content:""}.fi-br-artificial-intelligence:before{content:""}.fi-br-assept-document:before{content:""}.fi-br-assessment-alt:before{content:""}.fi-br-assessment:before{content:""}.fi-br-assign:before{content:""}.fi-br-assistive-listening-systems:before{content:""}.fi-br-asterik:before{content:""}.fi-br-astonished-face:before{content:""}.fi-br-at:before{content:""}.fi-br-attribution-pen:before{content:""}.fi-br-attribution-pencil:before{content:""}.fi-br-aubergine:before{content:""}.fi-br-auction:before{content:""}.fi-br-audience-megaphone:before{content:""}.fi-br-audio-description-slash:before{content:""}.fi-br-audit-alt:before{content:""}.fi-br-audit:before{content:""}.fi-br-austral-sign:before{content:""}.fi-br-avocado:before{content:""}.fi-br-award:before{content:""}.fi-br-axe-battle:before{content:""}.fi-br-axe:before{content:""}.fi-br-b:before{content:""}.fi-br-baby-carriage:before{content:""}.fi-br-baby:before{content:""}.fi-br-back-up:before{content:""}.fi-br-background:before{content:""}.fi-br-backpack:before{content:""}.fi-br-bacon:before{content:""}.fi-br-bacteria:before{content:""}.fi-br-bacterium:before{content:""}.fi-br-badge-check:before{content:""}.fi-br-badge-dollar:before{content:""}.fi-br-badge-leaf:before{content:""}.fi-br-badge-percent:before{content:""}.fi-br-badge-sheriff:before{content:""}.fi-br-badge:before{content:""}.fi-br-badger-honey:before{content:""}.fi-br-badget-check-alt:before{content:""}.fi-br-badminton:before{content:""}.fi-br-bag-map-pin:before{content:""}.fi-br-bag-seedling:before{content:""}.fi-br-bag-shopping-minus:before{content:""}.fi-br-bags-shopping:before{content:""}.fi-br-baguette:before{content:""}.fi-br-bahai:before{content:""}.fi-br-baht-sign:before{content:""}.fi-br-balance-scale-left:before{content:""}.fi-br-balance-scale-right:before{content:""}.fi-br-ball-pile:before{content:""}.fi-br-ballet-dance:before{content:""}.fi-br-balloon:before{content:""}.fi-br-balloons:before{content:""}.fi-br-ballot-check:before{content:""}.fi-br-ballot:before{content:""}.fi-br-ban-bug:before{content:""}.fi-br-ban:before{content:""}.fi-br-banana:before{content:""}.fi-br-band-aid:before{content:""}.fi-br-bangladeshi-taka-sign:before{content:""}.fi-br-banjo:before{content:""}.fi-br-bank:before{content:""}.fi-br-banner-2:before{content:""}.fi-br-banner-3:before{content:""}.fi-br-banner-4:before{content:""}.fi-br-banner-5:before{content:""}.fi-br-banner:before{content:""}.fi-br-barber-pole:before{content:""}.fi-br-barber-shop:before{content:""}.fi-br-barcode-read:before{content:""}.fi-br-barcode-scan:before{content:""}.fi-br-barcode:before{content:""}.fi-br-bars-filter:before{content:""}.fi-br-bars-progress:before{content:""}.fi-br-bars-sort:before{content:""}.fi-br-bars-staggered:before{content:""}.fi-br-baseball-alt:before{content:""}.fi-br-baseball:before{content:""}.fi-br-basket-shopping-minus:before{content:""}.fi-br-basket-shopping-plus:before{content:""}.fi-br-basket-shopping-simple:before{content:""}.fi-br-basketball-hoop:before{content:""}.fi-br-basketball:before{content:""}.fi-br-bat:before{content:""}.fi-br-bath:before{content:""}.fi-br-battery-bolt:before{content:""}.fi-br-battery-empty:before{content:""}.fi-br-battery-exclamation:before{content:""}.fi-br-battery-full:before{content:""}.fi-br-battery-half:before{content:""}.fi-br-battery-quarter:before{content:""}.fi-br-battery-slash:before{content:""}.fi-br-battery-three-quarters:before{content:""}.fi-br-beacon:before{content:""}.fi-br-bed-alt:before{content:""}.fi-br-bed-bunk:before{content:""}.fi-br-bed-empty:before{content:""}.fi-br-bed:before{content:""}.fi-br-bee:before{content:""}.fi-br-beer-mug-empty:before{content:""}.fi-br-beer:before{content:""}.fi-br-bell-concierge:before{content:""}.fi-br-bell-notification-call:before{content:""}.fi-br-bell-notification-social-media:before{content:""}.fi-br-bell-ring:before{content:""}.fi-br-bell-school-slash:before{content:""}.fi-br-bell-school:before{content:""}.fi-br-bell-slash:before{content:""}.fi-br-bell:before{content:""}.fi-br-bells:before{content:""}.fi-br-bench-tree:before{content:""}.fi-br-benefit-diamond-alt:before{content:""}.fi-br-benefit-diamond:before{content:""}.fi-br-benefit-hand:before{content:""}.fi-br-benefit-increase:before{content:""}.fi-br-benefit-porcent:before{content:""}.fi-br-benefit:before{content:""}.fi-br-betamax:before{content:""}.fi-br-bible:before{content:""}.fi-br-bicycle-journey:before{content:""}.fi-br-bike:before{content:""}.fi-br-biking-mountain:before{content:""}.fi-br-biking:before{content:""}.fi-br-bill-arrow:before{content:""}.fi-br-billiard:before{content:""}.fi-br-bin-bottles:before{content:""}.fi-br-binary-circle-check:before{content:""}.fi-br-binary-lock:before{content:""}.fi-br-binary-slash:before{content:""}.fi-br-binary:before{content:""}.fi-br-binoculars:before{content:""}.fi-br-bio-leaves:before{content:""}.fi-br-bio:before{content:""}.fi-br-biohazard:before{content:""}.fi-br-bird:before{content:""}.fi-br-bitcoin-sign:before{content:""}.fi-br-blanket:before{content:""}.fi-br-blender-phone:before{content:""}.fi-br-blender:before{content:""}.fi-br-blinds-open:before{content:""}.fi-br-blinds-raised:before{content:""}.fi-br-blinds:before{content:""}.fi-br-block-brick:before{content:""}.fi-br-block-microphone:before{content:""}.fi-br-block-question:before{content:""}.fi-br-block-quote:before{content:""}.fi-br-block:before{content:""}.fi-br-blockchain-3:before{content:""}.fi-br-blog-pencil:before{content:""}.fi-br-blog-text:before{content:""}.fi-br-blood-dropper:before{content:""}.fi-br-blood-test-tube-alt:before{content:""}.fi-br-blood-test-tube:before{content:""}.fi-br-blood:before{content:""}.fi-br-blueberries:before{content:""}.fi-br-blueprint:before{content:""}.fi-br-bold:before{content:""}.fi-br-bolt-auto:before{content:""}.fi-br-bolt-slash:before{content:""}.fi-br-bolt:before{content:""}.fi-br-bomb:before{content:""}.fi-br-bone-break:before{content:""}.fi-br-bone:before{content:""}.fi-br-bong:before{content:""}.fi-br-bonus-alt:before{content:""}.fi-br-bonus-star:before{content:""}.fi-br-bonus:before{content:""}.fi-br-book-alt:before{content:""}.fi-br-book-arrow-right:before{content:""}.fi-br-book-arrow-up:before{content:""}.fi-br-book-atlas:before{content:""}.fi-br-book-bookmark:before{content:""}.fi-br-book-circle-arrow-right:before{content:""}.fi-br-book-circle-arrow-up:before{content:""}.fi-br-book-copy:before{content:""}.fi-br-book-dead:before{content:""}.fi-br-book-font:before{content:""}.fi-br-book-heart:before{content:""}.fi-br-book-medical:before{content:""}.fi-br-book-open-cover:before{content:""}.fi-br-book-open-reader:before{content:""}.fi-br-book-plus:before{content:""}.fi-br-book-quran:before{content:""}.fi-br-book-section:before{content:""}.fi-br-book-spells:before{content:""}.fi-br-book-tanakh:before{content:""}.fi-br-book-user:before{content:""}.fi-br-book:before{content:""}.fi-br-Booking:before{content:""}.fi-br-bookmark-slash:before{content:""}.fi-br-bookmark:before{content:""}.fi-br-books-medical:before{content:""}.fi-br-books:before{content:""}.fi-br-boot-heeled:before{content:""}.fi-br-boot:before{content:""}.fi-br-booth-curtain:before{content:""}.fi-br-border-all:before{content:""}.fi-br-border-bottom:before{content:""}.fi-br-border-center-h:before{content:""}.fi-br-border-center-v:before{content:""}.fi-br-border-inner:before{content:""}.fi-br-border-left:before{content:""}.fi-br-border-none:before{content:""}.fi-br-border-outer:before{content:""}.fi-br-border-right:before{content:""}.fi-br-border-style-alt:before{content:""}.fi-br-border-style:before{content:""}.fi-br-border-top:before{content:""}.fi-br-boss:before{content:""}.fi-br-bottle-droplet:before{content:""}.fi-br-bottle:before{content:""}.fi-br-bow-arrow:before{content:""}.fi-br-bowl-chopsticks-noodles:before{content:""}.fi-br-bowl-chopsticks:before{content:""}.fi-br-bowl-rice:before{content:""}.fi-br-bowl-scoop:before{content:""}.fi-br-bowl-scoops:before{content:""}.fi-br-bowl-soft-serve:before{content:""}.fi-br-bowl-spoon:before{content:""}.fi-br-bowling-ball:before{content:""}.fi-br-bowling-pins:before{content:""}.fi-br-bowling:before{content:""}.fi-br-box-alt:before{content:""}.fi-br-box-ballot:before{content:""}.fi-br-box-check:before{content:""}.fi-br-box-circle-check:before{content:""}.fi-br-box-dollar:before{content:""}.fi-br-box-fragile:before{content:""}.fi-br-box-heart:before{content:""}.fi-br-box-open-full:before{content:""}.fi-br-box-open:before{content:""}.fi-br-box-tissue:before{content:""}.fi-br-box-up:before{content:""}.fi-br-box:before{content:""}.fi-br-boxes:before{content:""}.fi-br-boxing-glove:before{content:""}.fi-br-bracket-curly-right:before{content:""}.fi-br-bracket-curly:before{content:""}.fi-br-bracket-round-right:before{content:""}.fi-br-bracket-round:before{content:""}.fi-br-bracket-square-right:before{content:""}.fi-br-bracket-square:before{content:""}.fi-br-brackets-curly:before{content:""}.fi-br-brackets-round:before{content:""}.fi-br-brackets-square:before{content:""}.fi-br-braille-a:before{content:""}.fi-br-braille-b:before{content:""}.fi-br-braille-c:before{content:""}.fi-br-braille-d:before{content:""}.fi-br-braille-e:before{content:""}.fi-br-braille-g:before{content:""}.fi-br-braille-h:before{content:""}.fi-br-braille-i:before{content:""}.fi-br-braille-j:before{content:""}.fi-br-braille-k:before{content:""}.fi-br-braille-l:before{content:""}.fi-br-braille-m:before{content:""}.fi-br-braille-n-alt:before{content:""}.fi-br-braille-n:before{content:""}.fi-br-braille-o:before{content:""}.fi-br-braille-p:before{content:""}.fi-br-braille-q:before{content:""}.fi-br-braille-r:before{content:""}.fi-br-braille-s:before{content:""}.fi-br-braille-t:before{content:""}.fi-br-braille-u:before{content:""}.fi-br-braille-v:before{content:""}.fi-br-braille-w:before{content:""}.fi-br-braille-x:before{content:""}.fi-br-braille-y:before{content:""}.fi-br-braille-z:before{content:""}.fi-br-braille:before{content:""}.fi-br-brain-circuit:before{content:""}.fi-br-brain:before{content:""}.fi-br-brake-warning:before{content:""}.fi-br-branching:before{content:""}.fi-br-brand:before{content:""}.fi-br-branding:before{content:""}.fi-br-bread-loaf:before{content:""}.fi-br-bread-slice-butter:before{content:""}.fi-br-bread-slice:before{content:""}.fi-br-bread:before{content:""}.fi-br-briefcase-arrow-right:before{content:""}.fi-br-briefcase-blank:before{content:""}.fi-br-briefcase:before{content:""}.fi-br-brightness-low:before{content:""}.fi-br-brightness:before{content:""}.fi-br-bring-forward:before{content:""}.fi-br-bring-front:before{content:""}.fi-br-broadcast-tower:before{content:""}.fi-br-broccoli:before{content:""}.fi-br-broken-chain-link-wrong:before{content:""}.fi-br-broken-image:before{content:""}.fi-br-broom-ball:before{content:""}.fi-br-broom:before{content:""}.fi-br-browser-ui:before{content:""}.fi-br-browser:before{content:""}.fi-br-browsers:before{content:""}.fi-br-brush:before{content:""}.fi-br-bucket:before{content:""}.fi-br-budget-alt:before{content:""}.fi-br-budget:before{content:""}.fi-br-bug-slash:before{content:""}.fi-br-bug:before{content:""}.fi-br-bugs:before{content:""}.fi-br-build-alt:before{content:""}.fi-br-build:before{content:""}.fi-br-builder:before{content:""}.fi-br-building-circle-arrow-right:before{content:""}.fi-br-building-ngo:before{content:""}.fi-br-building:before{content:""}.fi-br-bulb:before{content:""}.fi-br-bullet:before{content:""}.fi-br-bullhorn:before{content:""}.fi-br-bullseye-arrow:before{content:""}.fi-br-bullseye-pointer:before{content:""}.fi-br-bullseye:before{content:""}.fi-br-burger-alt:before{content:""}.fi-br-burger-fries:before{content:""}.fi-br-burger-glass:before{content:""}.fi-br-burrito:before{content:""}.fi-br-burst:before{content:""}.fi-br-bus-alt:before{content:""}.fi-br-bus:before{content:""}.fi-br-business-time:before{content:""}.fi-br-Butter:before{content:""}.fi-br-butterfly:before{content:""}.fi-br-c:before{content:""}.fi-br-cabin:before{content:""}.fi-br-cactus:before{content:""}.fi-br-cage-empty:before{content:""}.fi-br-cake-birthday:before{content:""}.fi-br-cake-slice:before{content:""}.fi-br-cake-wedding:before{content:""}.fi-br-calculator-bill:before{content:""}.fi-br-calculator-math-tax:before{content:""}.fi-br-calculator-money:before{content:""}.fi-br-calculator-simple:before{content:""}.fi-br-calculator:before{content:""}.fi-br-calendar-arrow-down:before{content:""}.fi-br-calendar-arrow-up:before{content:""}.fi-br-calendar-birhtday-cake:before{content:""}.fi-br-calendar-call:before{content:""}.fi-br-calendar-check:before{content:""}.fi-br-calendar-clock:before{content:""}.fi-br-calendar-day:before{content:""}.fi-br-calendar-days:before{content:""}.fi-br-calendar-event-tax:before{content:""}.fi-br-calendar-exclamation:before{content:""}.fi-br-calendar-gavel-legal:before{content:""}.fi-br-calendar-heart:before{content:""}.fi-br-calendar-image:before{content:""}.fi-br-calendar-lines-pen:before{content:""}.fi-br-calendar-lines:before{content:""}.fi-br-calendar-minus:before{content:""}.fi-br-calendar-payment-loan:before{content:""}.fi-br-calendar-pen:before{content:""}.fi-br-calendar-plus:before{content:""}.fi-br-calendar-salary:before{content:""}.fi-br-calendar-shift-swap:before{content:""}.fi-br-calendar-star:before{content:""}.fi-br-calendar-swap:before{content:""}.fi-br-calendar-week:before{content:""}.fi-br-calendar-xmark:before{content:""}.fi-br-calendar:before{content:""}.fi-br-calendars:before{content:""}.fi-br-call-duration:before{content:""}.fi-br-call-history:before{content:""}.fi-br-call-incoming:before{content:""}.fi-br-call-missed:before{content:""}.fi-br-call-outgoing:before{content:""}.fi-br-camcorder:before{content:""}.fi-br-camera-cctv:before{content:""}.fi-br-camera-movie:before{content:""}.fi-br-camera-retro:before{content:""}.fi-br-camera-rotate:before{content:""}.fi-br-camera-security:before{content:""}.fi-br-camera-slash:before{content:""}.fi-br-camera-viewfinder:before{content:""}.fi-br-camera:before{content:""}.fi-br-campfire:before{content:""}.fi-br-camping:before{content:""}.fi-br-can-food:before{content:""}.fi-br-candle-holder:before{content:""}.fi-br-candle-lotus-yoga:before{content:""}.fi-br-candle-pose-yoga:before{content:""}.fi-br-candy-alt:before{content:""}.fi-br-candy-bar:before{content:""}.fi-br-candy-cane:before{content:""}.fi-br-candy-corn:before{content:""}.fi-br-candy-sweet:before{content:""}.fi-br-candy:before{content:""}.fi-br-Cannabis:before{content:""}.fi-br-canned-food:before{content:""}.fi-br-capsules:before{content:""}.fi-br-car-alt:before{content:""}.fi-br-car-battery:before{content:""}.fi-br-car-bolt:before{content:""}.fi-br-car-building:before{content:""}.fi-br-car-bump:before{content:""}.fi-br-car-bus:before{content:""}.fi-br-car-circle-bolt:before{content:""}.fi-br-car-crash:before{content:""}.fi-br-car-garage:before{content:""}.fi-br-car-journey:before{content:""}.fi-br-car-mechanic:before{content:""}.fi-br-car-rear:before{content:""}.fi-br-car-side-bolt:before{content:""}.fi-br-car-side:before{content:""}.fi-br-car-tilt:before{content:""}.fi-br-car-tunnel:before{content:""}.fi-br-car-wash:before{content:""}.fi-br-car:before{content:""}.fi-br-caravan-alt:before{content:""}.fi-br-caravan:before{content:""}.fi-br-card-club:before{content:""}.fi-br-card-diamond:before{content:""}.fi-br-card-heart:before{content:""}.fi-br-card-spade:before{content:""}.fi-br-cardinal-compass:before{content:""}.fi-br-care:before{content:""}.fi-br-career-growth:before{content:""}.fi-br-career-path:before{content:""}.fi-br-caret-circle-down:before{content:""}.fi-br-caret-circle-right:before{content:""}.fi-br-caret-circle-up:before{content:""}.fi-br-caret-down:before{content:""}.fi-br-caret-left:before{content:""}.fi-br-caret-quare-up:before{content:""}.fi-br-caret-right:before{content:""}.fi-br-caret-square-down:before{content:""}.fi-br-caret-square-left_1:before{content:""}.fi-br-caret-square-left:before{content:""}.fi-br-caret-square-right:before{content:""}.fi-br-caret-up:before{content:""}.fi-br-carrot:before{content:""}.fi-br-cars-crash:before{content:""}.fi-br-cars:before{content:""}.fi-br-cart-arrow-down:before{content:""}.fi-br-cart-minus:before{content:""}.fi-br-cart-shopping-fast:before{content:""}.fi-br-cash-register:before{content:""}.fi-br-cassette-tape:before{content:""}.fi-br-cassette-vhs:before{content:""}.fi-br-castle:before{content:""}.fi-br-cat-head:before{content:""}.fi-br-cat-space:before{content:""}.fi-br-cat:before{content:""}.fi-br-catalog-alt:before{content:""}.fi-br-catalog-magazine:before{content:""}.fi-br-catalog:before{content:""}.fi-br-category-alt:before{content:""}.fi-br-category:before{content:""}.fi-br-cauldron:before{content:""}.fi-br-cedi-sign:before{content:""}.fi-br-cello:before{content:""}.fi-br-cent-sign:before{content:""}.fi-br-chair-office:before{content:""}.fi-br-chair:before{content:""}.fi-br-chalkboard-user:before{content:""}.fi-br-chalkboard:before{content:""}.fi-br-challenge-alt:before{content:""}.fi-br-challenge:before{content:""}.fi-br-channel:before{content:""}.fi-br-charging-station:before{content:""}.fi-br-chart-area:before{content:""}.fi-br-chart-bullet:before{content:""}.fi-br-chart-candlestick:before{content:""}.fi-br-chart-connected:before{content:""}.fi-br-chart-gantt:before{content:""}.fi-br-chart-histogram:before{content:""}.fi-br-chart-kanban:before{content:""}.fi-br-chart-line-up-down:before{content:""}.fi-br-chart-line-up:before{content:""}.fi-br-chart-mixed-up-circle-currency:before{content:""}.fi-br-chart-mixed-up-circle-dollar:before{content:""}.fi-br-chart-mixed:before{content:""}.fi-br-chart-network:before{content:""}.fi-br-chart-pie-alt:before{content:""}.fi-br-chart-pie-simple-circle-currency:before{content:""}.fi-br-chart-pie-simple-circle-dollar:before{content:""}.fi-br-chart-pie:before{content:""}.fi-br-chart-pyramid:before{content:""}.fi-br-chart-radar:before{content:""}.fi-br-chart-scatter-3d:before{content:""}.fi-br-chart-scatter-bubble:before{content:""}.fi-br-chart-scatter:before{content:""}.fi-br-chart-set-theory:before{content:""}.fi-br-chart-simple-horizontal:before{content:""}.fi-br-chart-simple:before{content:""}.fi-br-chart-tree-map:before{content:""}.fi-br-chart-tree:before{content:""}.fi-br-chart-user:before{content:""}.fi-br-chart-waterfall:before{content:""}.fi-br-chat-arrow-down:before{content:""}.fi-br-chat-arrow-grow:before{content:""}.fi-br-chat-bubble-call:before{content:""}.fi-br-chatbot-speech-bubble:before{content:""}.fi-br-chatbot:before{content:""}.fi-br-cheap-bill:before{content:""}.fi-br-cheap-dollar:before{content:""}.fi-br-cheap-stack-dollar:before{content:""}.fi-br-cheap-stack:before{content:""}.fi-br-cheap:before{content:""}.fi-br-check-circle:before{content:""}.fi-br-check-double:before{content:""}.fi-br-check-in-calendar:before{content:""}.fi-br-check-out-calendar:before{content:""}.fi-br-check:before{content:""}.fi-br-checkbox:before{content:""}.fi-br-checklist-task-budget:before{content:""}.fi-br-cheese-alt:before{content:""}.fi-br-cheese:before{content:""}.fi-br-cheeseburger:before{content:""}.fi-br-cherry:before{content:""}.fi-br-chess-bishop:before{content:""}.fi-br-chess-board:before{content:""}.fi-br-chess-clock-alt:before{content:""}.fi-br-chess-clock:before{content:""}.fi-br-chess-king-alt:before{content:""}.fi-br-chess-king:before{content:""}.fi-br-chess-knight-alt:before{content:""}.fi-br-chess-knight:before{content:""}.fi-br-chess-pawn-alt:before{content:""}.fi-br-chess-pawn:before{content:""}.fi-br-chess-piece:before{content:""}.fi-br-chess-queen-alt:before{content:""}.fi-br-chess-queen:before{content:""}.fi-br-chess-rook-alt:before{content:""}.fi-br-chess-rook:before{content:""}.fi-br-chess:before{content:""}.fi-br-chevron-double-down:before{content:""}.fi-br-chevron-double-up:before{content:""}.fi-br-child-head:before{content:""}.fi-br-child:before{content:""}.fi-br-chimney:before{content:""}.fi-br-chip:before{content:""}.fi-br-chocolate:before{content:""}.fi-br-choir-singing:before{content:""}.fi-br-choose-alt:before{content:""}.fi-br-choose:before{content:""}.fi-br-church:before{content:""}.fi-br-circle-0:before{content:""}.fi-br-circle-1:before{content:""}.fi-br-circle-2:before{content:""}.fi-br-circle-3:before{content:""}.fi-br-circle-4:before{content:""}.fi-br-circle-5:before{content:""}.fi-br-circle-6:before{content:""}.fi-br-circle-7:before{content:""}.fi-br-circle-8:before{content:""}.fi-br-circle-9:before{content:""}.fi-br-circle-a:before{content:""}.fi-br-circle-b:before{content:""}.fi-br-circle-bolt:before{content:""}.fi-br-circle-book-open:before{content:""}.fi-br-circle-bookmark:before{content:""}.fi-br-circle-c:before{content:""}.fi-br-circle-calendar:before{content:""}.fi-br-circle-camera:before{content:""}.fi-br-circle-d:before{content:""}.fi-br-circle-dashed:before{content:""}.fi-br-circle-divide:before{content:""}.fi-br-circle-e:before{content:""}.fi-br-circle-ellipsis-vertical:before{content:""}.fi-br-circle-ellipsis:before{content:""}.fi-br-circle-envelope:before{content:""}.fi-br-circle-exclamation-check:before{content:""}.fi-br-circle-f:before{content:""}.fi-br-circle-g:before{content:""}.fi-br-circle-h:before{content:""}.fi-br-circle-half-stroke:before{content:""}.fi-br-circle-half:before{content:""}.fi-br-circle-heart:before{content:""}.fi-br-circle-i:before{content:""}.fi-br-circle-j:before{content:""}.fi-br-circle-k:before{content:""}.fi-br-circle-l:before{content:""}.fi-br-circle-m:before{content:""}.fi-br-circle-microphone-lines:before{content:""}.fi-br-circle-microphone:before{content:""}.fi-br-circle-n:before{content:""}.fi-br-circle-nodes:before{content:""}.fi-br-circle-o:before{content:""}.fi-br-circle-overlap:before{content:""}.fi-br-circle-p:before{content:""}.fi-br-circle-phone-flip:before{content:""}.fi-br-circle-phone-hangup:before{content:""}.fi-br-circle-phone:before{content:""}.fi-br-circle-q:before{content:""}.fi-br-circle-quarter:before{content:""}.fi-br-circle-quarters-alt:before{content:""}.fi-br-circle-r:before{content:""}.fi-br-circle-s:before{content:""}.fi-br-circle-small:before{content:""}.fi-br-circle-star:before{content:""}.fi-br-circle-t:before{content:""}.fi-br-circle-three-quarters:before{content:""}.fi-br-circle-trash:before{content:""}.fi-br-circle-u:before{content:""}.fi-br-circle-user:before{content:""}.fi-br-circle-v:before{content:""}.fi-br-circle-video:before{content:""}.fi-br-circle-w:before{content:""}.fi-br-circle-waveform-lines:before{content:""}.fi-br-circle-x:before{content:""}.fi-br-circle-xmark:before{content:""}.fi-br-circle-y:before{content:""}.fi-br-circle-z:before{content:""}.fi-br-circle:before{content:""}.fi-br-citrus-slice:before{content:""}.fi-br-citrus:before{content:""}.fi-br-city:before{content:""}.fi-br-clapperboard-play:before{content:""}.fi-br-clapperboard:before{content:""}.fi-br-clarinet:before{content:""}.fi-br-claw-marks:before{content:""}.fi-br-clear-alt:before{content:""}.fi-br-clip-file:before{content:""}.fi-br-clip-mail:before{content:""}.fi-br-clip:before{content:""}.fi-br-clipboard-check:before{content:""}.fi-br-clipboard-exclamation:before{content:""}.fi-br-clipboard-list-check:before{content:""}.fi-br-clipboard-list:before{content:""}.fi-br-clipboard-prescription:before{content:""}.fi-br-clipboard-question:before{content:""}.fi-br-clipboard-user:before{content:""}.fi-br-clipboard:before{content:""}.fi-br-clipoard-wrong:before{content:""}.fi-br-clock-desk:before{content:""}.fi-br-clock-eight-thirty:before{content:""}.fi-br-clock-eleven-thirty:before{content:""}.fi-br-clock-eleven:before{content:""}.fi-br-clock-five-thirty:before{content:""}.fi-br-clock-five:before{content:""}.fi-br-clock-four-thirty:before{content:""}.fi-br-clock-nine-thirty:before{content:""}.fi-br-clock-nine:before{content:""}.fi-br-clock-one-thirty:before{content:""}.fi-br-clock-one:before{content:""}.fi-br-clock-seven-thirty:before{content:""}.fi-br-clock-seven:before{content:""}.fi-br-clock-six-thirty:before{content:""}.fi-br-clock-six:before{content:""}.fi-br-clock-ten-thirty:before{content:""}.fi-br-clock-ten:before{content:""}.fi-br-clock-three-thirty:before{content:""}.fi-br-clock-three:before{content:""}.fi-br-clock-time-tracking:before{content:""}.fi-br-clock-twelve-thirty:before{content:""}.fi-br-clock-twelve:before{content:""}.fi-br-clock-two-thirty:before{content:""}.fi-br-clock-two:before{content:""}.fi-br-clock-up-arrow:before{content:""}.fi-br-clock:before{content:""}.fi-br-clone:before{content:""}.fi-br-closed-captioning-slash:before{content:""}.fi-br-clothes-hanger:before{content:""}.fi-br-cloud-back-up-alt:before{content:""}.fi-br-cloud-back-up:before{content:""}.fi-br-cloud-check:before{content:""}.fi-br-cloud-code:before{content:""}.fi-br-cloud-disabled:before{content:""}.fi-br-cloud-download-alt:before{content:""}.fi-br-cloud-download:before{content:""}.fi-br-cloud-drizzle:before{content:""}.fi-br-cloud-exclamation:before{content:""}.fi-br-cloud-gear-automation:before{content:""}.fi-br-cloud-hail-mixed:before{content:""}.fi-br-cloud-hail:before{content:""}.fi-br-cloud-meatball:before{content:""}.fi-br-cloud-moon-rain:before{content:""}.fi-br-cloud-moon:before{content:""}.fi-br-cloud-question:before{content:""}.fi-br-cloud-rain:before{content:""}.fi-br-cloud-rainbow:before{content:""}.fi-br-cloud-share:before{content:""}.fi-br-cloud-showers-heavy:before{content:""}.fi-br-cloud-showers:before{content:""}.fi-br-cloud-sleet:before{content:""}.fi-br-cloud-snow:before{content:""}.fi-br-cloud-sun-rain:before{content:""}.fi-br-cloud-sun:before{content:""}.fi-br-cloud-upload-alt:before{content:""}.fi-br-cloud-upload:before{content:""}.fi-br-cloud:before{content:""}.fi-br-clouds-moon:before{content:""}.fi-br-clouds-sun:before{content:""}.fi-br-clouds:before{content:""}.fi-br-clover-alt:before{content:""}.fi-br-club:before{content:""}.fi-br-cocktail-alt:before{content:""}.fi-br-cocktail:before{content:""}.fi-br-coconut:before{content:""}.fi-br-code-branch:before{content:""}.fi-br-code-commit:before{content:""}.fi-br-code-compare:before{content:""}.fi-br-code-fork:before{content:""}.fi-br-code-merge:before{content:""}.fi-br-code-pull-request-closed:before{content:""}.fi-br-code-pull-request-draft:before{content:""}.fi-br-code-pull-request:before{content:""}.fi-br-code-simple:before{content:""}.fi-br-coffee-bean:before{content:""}.fi-br-coffee-beans:before{content:""}.fi-br-coffee-heart:before{content:""}.fi-br-coffee-pot:before{content:""}.fi-br-coffee:before{content:""}.fi-br-coffin-cross:before{content:""}.fi-br-coffin:before{content:""}.fi-br-coin-up-arrow:before{content:""}.fi-br-coin:before{content:""}.fi-br-coins:before{content:""}.fi-br-colon-sign:before{content:""}.fi-br-columns-3:before{content:""}.fi-br-comet:before{content:""}.fi-br-command:before{content:""}.fi-br-comment-alt-check:before{content:""}.fi-br-comment-alt-dots:before{content:""}.fi-br-comment-alt-edit:before{content:""}.fi-br-comment-alt-medical:before{content:""}.fi-br-comment-alt-middle-top:before{content:""}.fi-br-comment-alt-middle:before{content:""}.fi-br-comment-alt-minus:before{content:""}.fi-br-comment-alt-music:before{content:""}.fi-br-comment-alt:before{content:""}.fi-br-comment-arrow-down:before{content:""}.fi-br-comment-arrow-up-right:before{content:""}.fi-br-comment-arrow-up:before{content:""}.fi-br-comment-check:before{content:""}.fi-br-comment-code:before{content:""}.fi-br-comment-dollar:before{content:""}.fi-br-comment-dots:before{content:""}.fi-br-comment-exclamation:before{content:""}.fi-br-comment-heart:before{content:""}.fi-br-comment-image:before{content:""}.fi-br-comment-info:before{content:""}.fi-br-comment-medical:before{content:""}.fi-br-comment-minus:before{content:""}.fi-br-comment-pen:before{content:""}.fi-br-comment-question:before{content:""}.fi-br-comment-quote:before{content:""}.fi-br-comment-slash:before{content:""}.fi-br-comment-smile:before{content:""}.fi-br-comment-sms:before{content:""}.fi-br-comment-text:before{content:""}.fi-br-comment-user:before{content:""}.fi-br-comment-xmark:before{content:""}.fi-br-comment:before{content:""}.fi-br-comments-dollar:before{content:""}.fi-br-comments-question-check:before{content:""}.fi-br-comments-question:before{content:""}.fi-br-comments:before{content:""}.fi-br-compass-alt:before{content:""}.fi-br-compass-east:before{content:""}.fi-br-compass-north:before{content:""}.fi-br-compass-slash:before{content:""}.fi-br-compass-south:before{content:""}.fi-br-compass-west:before{content:""}.fi-br-completed:before{content:""}.fi-br-compliance-clipboard:before{content:""}.fi-br-compliance-document:before{content:""}.fi-br-compliance:before{content:""}.fi-br-compress-alt:before{content:""}.fi-br-compress:before{content:""}.fi-br-computer-classic:before{content:""}.fi-br-computer-mouse:before{content:""}.fi-br-computer-speaker:before{content:""}.fi-br-computer:before{content:""}.fi-br-concierge-bell:before{content:""}.fi-br-condition-alt:before{content:""}.fi-br-condition:before{content:""}.fi-br-confetti:before{content:""}.fi-br-constellation:before{content:""}.fi-br-container-storage:before{content:""}.fi-br-convert-document:before{content:""}.fi-br-convert-shapes:before{content:""}.fi-br-conveyor-belt-alt:before{content:""}.fi-br-conveyor-belt-arm:before{content:""}.fi-br-conveyor-belt-empty:before{content:""}.fi-br-conveyor-belt:before{content:""}.fi-br-cookie-alt:before{content:""}.fi-br-cookie:before{content:""}.fi-br-copy-alt:before{content:""}.fi-br-copy-image:before{content:""}.fi-br-copy:before{content:""}.fi-br-copyright:before{content:""}.fi-br-corn:before{content:""}.fi-br-corporate-alt:before{content:""}.fi-br-corporate:before{content:""}.fi-br-couch:before{content:""}.fi-br-couple:before{content:""}.fi-br-court-sport:before{content:""}.fi-br-cow-alt:before{content:""}.fi-br-cow:before{content:""}.fi-br-cowbell-circle-plus:before{content:""}.fi-br-cowbell-more:before{content:""}.fi-br-cowbell:before{content:""}.fi-br-crab:before{content:""}.fi-br-crate-empty:before{content:""}.fi-br-cream:before{content:""}.fi-br-credit-card-buyer:before{content:""}.fi-br-credit-card-eye:before{content:""}.fi-br-credit-card:before{content:""}.fi-br-cricket:before{content:""}.fi-br-crm-alt:before{content:""}.fi-br-crm-computer:before{content:""}.fi-br-CRM:before{content:""}.fi-br-croissant:before{content:""}.fi-br-cross-circle:before{content:""}.fi-br-cross-religion:before{content:""}.fi-br-cross-small:before{content:""}.fi-br-cross:before{content:""}.fi-br-crow:before{content:""}.fi-br-crown:before{content:""}.fi-br-crutch:before{content:""}.fi-br-crutches:before{content:""}.fi-br-cruzeiro-sign:before{content:""}.fi-br-crypto-calendar:before{content:""}.fi-br-cryptocurrency:before{content:""}.fi-br-crystal-ball:before{content:""}.fi-br-cube:before{content:""}.fi-br-cubes-stacked:before{content:""}.fi-br-cubes:before{content:""}.fi-br-cucumber:before{content:""}.fi-br-cup-straw-swoosh:before{content:""}.fi-br-cup-straw:before{content:""}.fi-br-cup-togo:before{content:""}.fi-br-cupcake-alt:before{content:""}.fi-br-cupcake:before{content:""}.fi-br-curling:before{content:""}.fi-br-cursor-finger:before{content:""}.fi-br-cursor-plus:before{content:""}.fi-br-cursor-text-alt:before{content:""}.fi-br-cursor-text:before{content:""}.fi-br-cursor:before{content:""}.fi-br-curve-alt:before{content:""}.fi-br-curve-arrow:before{content:""}.fi-br-curve:before{content:""}.fi-br-custard:before{content:""}.fi-br-customer-care:before{content:""}.fi-br-customer-service:before{content:""}.fi-br-customization-cogwheel:before{content:""}.fi-br-customization:before{content:""}.fi-br-customize-computer:before{content:""}.fi-br-customize-edit:before{content:""}.fi-br-customize:before{content:""}.fi-br-CV:before{content:""}.fi-br-cvv-card:before{content:""}.fi-br-d:before{content:""}.fi-br-dagger:before{content:""}.fi-br-daily-calendar:before{content:""}.fi-br-damage:before{content:""}.fi-br-dart:before{content:""}.fi-br-dashboard-monitor:before{content:""}.fi-br-dashboard-panel:before{content:""}.fi-br-dashboard:before{content:""}.fi-br-data-transfer:before{content:""}.fi-br-database:before{content:""}.fi-br-debt:before{content:""}.fi-br-deer-rudolph:before{content:""}.fi-br-deer:before{content:""}.fi-br-delete-document:before{content:""}.fi-br-delete-right:before{content:""}.fi-br-delete-user:before{content:""}.fi-br-delete:before{content:""}.fi-br-democrat:before{content:""}.fi-br-department-structure:before{content:""}.fi-br-department:before{content:""}.fi-br-deposit-alt:before{content:""}.fi-br-deposit:before{content:""}.fi-br-description-alt:before{content:""}.fi-br-description:before{content:""}.fi-br-desk:before{content:""}.fi-br-desktop-arrow-down:before{content:""}.fi-br-desktop-wallpaper:before{content:""}.fi-br-devices:before{content:""}.fi-br-dewpoint:before{content:""}.fi-br-dharmachakra:before{content:""}.fi-br-diagram-cells:before{content:""}.fi-br-diagram-lean-canvas:before{content:""}.fi-br-diagram-nested:before{content:""}.fi-br-diagram-next:before{content:""}.fi-br-diagram-predecessor:before{content:""}.fi-br-diagram-previous:before{content:""}.fi-br-diagram-project:before{content:""}.fi-br-diagram-sankey:before{content:""}.fi-br-diagram-subtask:before{content:""}.fi-br-diagram-successor:before{content:""}.fi-br-diagram-venn:before{content:""}.fi-br-dial-high:before{content:""}.fi-br-dial-low:before{content:""}.fi-br-dial-max:before{content:""}.fi-br-dial-med-low:before{content:""}.fi-br-dial-med:before{content:""}.fi-br-dial-min:before{content:""}.fi-br-dial-off:before{content:""}.fi-br-dial:before{content:""}.fi-br-diamond-exclamation:before{content:""}.fi-br-diamond-turn-right:before{content:""}.fi-br-diamond:before{content:""}.fi-br-diary-bookmark-down:before{content:""}.fi-br-diary-bookmarks:before{content:""}.fi-br-diary-clasp:before{content:""}.fi-br-dice-alt:before{content:""}.fi-br-dice-d10:before{content:""}.fi-br-dice-d12:before{content:""}.fi-br-dice-d20:before{content:""}.fi-br-dice-d4:before{content:""}.fi-br-dice-d6:before{content:""}.fi-br-dice-d8:before{content:""}.fi-br-dice-four:before{content:""}.fi-br-dice-one:before{content:""}.fi-br-dice-six:before{content:""}.fi-br-dice-three:before{content:""}.fi-br-dice-two:before{content:""}.fi-br-dice:before{content:""}.fi-br-digging:before{content:""}.fi-br-digital-tachograph:before{content:""}.fi-br-dinner:before{content:""}.fi-br-diploma:before{content:""}.fi-br-direction-signal-arrow:before{content:""}.fi-br-direction-signal:before{content:""}.fi-br-disc-drive:before{content:""}.fi-br-disco-ball:before{content:""}.fi-br-discover:before{content:""}.fi-br-disease:before{content:""}.fi-br-disk:before{content:""}.fi-br-display-arrow-down:before{content:""}.fi-br-display-chart-up:before{content:""}.fi-br-display-code:before{content:""}.fi-br-display-medical:before{content:""}.fi-br-display-slash:before{content:""}.fi-br-distribute-spacing-horizontal:before{content:""}.fi-br-distribute-spacing-vertical:before{content:""}.fi-br-divide:before{content:""}.fi-br-dizzy:before{content:""}.fi-br-dna:before{content:""}.fi-br-do-not-enter:before{content:""}.fi-br-doctor:before{content:""}.fi-br-document-circle-wrong:before{content:""}.fi-br-document-paid:before{content:""}.fi-br-document-signed:before{content:""}.fi-br-document:before{content:""}.fi-br-dog-leashed:before{content:""}.fi-br-dog:before{content:""}.fi-br-dollar:before{content:""}.fi-br-dolly-flatbed-alt:before{content:""}.fi-br-dolly-flatbed-empty:before{content:""}.fi-br-dolly-flatbed:before{content:""}.fi-br-dolphin:before{content:""}.fi-br-domino-effect:before{content:""}.fi-br-donate:before{content:""}.fi-br-dong-sign:before{content:""}.fi-br-donut:before{content:""}.fi-br-door-closed:before{content:""}.fi-br-door-open:before{content:""}.fi-br-dot-circle:before{content:""}.fi-br-dot-pending:before{content:""}.fi-br-dove:before{content:""}.fi-br-down-from-bracket:before{content:""}.fi-br-down-left-and-up-right-to-center:before{content:""}.fi-br-down-left:before{content:""}.fi-br-down-right:before{content:""}.fi-br-down-to-line:before{content:""}.fi-br-down:before{content:""}.fi-br-download:before{content:""}.fi-br-drafting-compass:before{content:""}.fi-br-dragon:before{content:""}.fi-br-draw-polygon:before{content:""}.fi-br-draw-square:before{content:""}.fi-br-drawer-alt:before{content:""}.fi-br-drawer-empty:before{content:""}.fi-br-drawer:before{content:""}.fi-br-dreidel:before{content:""}.fi-br-drink-alt:before{content:""}.fi-br-driver-man:before{content:""}.fi-br-driver-woman:before{content:""}.fi-br-drone-alt:before{content:""}.fi-br-drone-front:before{content:""}.fi-br-drone:before{content:""}.fi-br-drop-down:before{content:""}.fi-br-dropdown-select:before{content:""}.fi-br-dropdown:before{content:""}.fi-br-drum-steelpan:before{content:""}.fi-br-drum:before{content:""}.fi-br-drumstick-bite:before{content:""}.fi-br-drumstick:before{content:""}.fi-br-dryer-alt:before{content:""}.fi-br-dryer:before{content:""}.fi-br-duck:before{content:""}.fi-br-dumbbell-fitness:before{content:""}.fi-br-dumbbell-horizontal:before{content:""}.fi-br-dumbbell-ray:before{content:""}.fi-br-dumbbell-weightlifting:before{content:""}.fi-br-dumpster-fire:before{content:""}.fi-br-dumpster:before{content:""}.fi-br-dungeon:before{content:""}.fi-br-duplicate:before{content:""}.fi-br-duration-alt:before{content:""}.fi-br-duration:before{content:""}.fi-br-e-learning:before{content:""}.fi-br-e:before{content:""}.fi-br-ear-deaf:before{content:""}.fi-br-ear-muffs:before{content:""}.fi-br-ear:before{content:""}.fi-br-earnings:before{content:""}.fi-br-earth-africa:before{content:""}.fi-br-earth-americas:before{content:""}.fi-br-earth-asia:before{content:""}.fi-br-earth-europa:before{content:""}.fi-br-eclipse-alt:before{content:""}.fi-br-eclipse:before{content:""}.fi-br-edit-alt:before{content:""}.fi-br-edit:before{content:""}.fi-br-effect:before{content:""}.fi-br-egg-fried:before{content:""}.fi-br-egg:before{content:""}.fi-br-eject:before{content:""}.fi-br-elephant:before{content:""}.fi-br-elevator:before{content:""}.fi-br-email-pending:before{content:""}.fi-br-employee-alt:before{content:""}.fi-br-employee-handbook:before{content:""}.fi-br-employee-man-alt:before{content:""}.fi-br-employee-man:before{content:""}.fi-br-employees-woman-man:before{content:""}.fi-br-employees:before{content:""}.fi-br-empty-set:before{content:""}.fi-br-endless-loop:before{content:""}.fi-br-engine-warning:before{content:""}.fi-br-engine:before{content:""}.fi-br-enter:before{content:""}.fi-br-envelope-ban:before{content:""}.fi-br-envelope-bulk:before{content:""}.fi-br-envelope-dot:before{content:""}.fi-br-envelope-download:before{content:""}.fi-br-envelope-heart:before{content:""}.fi-br-envelope-marker:before{content:""}.fi-br-envelope-open-dollar:before{content:""}.fi-br-envelope-open-text:before{content:""}.fi-br-envelope-open:before{content:""}.fi-br-envelope-plus:before{content:""}.fi-br-envelope:before{content:""}.fi-br-envelopes:before{content:""}.fi-br-equality:before{content:""}.fi-br-equals:before{content:""}.fi-br-eraser:before{content:""}.fi-br-error-camera:before{content:""}.fi-br-escalator:before{content:""}.fi-br-ethernet:before{content:""}.fi-br-euro:before{content:""}.fi-br-excavator:before{content:""}.fi-br-exchange-alt:before{content:""}.fi-br-exchange-cryptocurrency:before{content:""}.fi-br-exchange:before{content:""}.fi-br-exclamation:before{content:""}.fi-br-exit-alt:before{content:""}.fi-br-exit:before{content:""}.fi-br-expand-arrows-alt:before{content:""}.fi-br-expand-arrows:before{content:""}.fi-br-expand:before{content:""}.fi-br-expense-bill:before{content:""}.fi-br-expense:before{content:""}.fi-br-external-hard-drive:before{content:""}.fi-br-external-world:before{content:""}.fi-br-eye-crossed:before{content:""}.fi-br-eye-dropper-half:before{content:""}.fi-br-eye-dropper:before{content:""}.fi-br-eye:before{content:""}.fi-br-eyes:before{content:""}.fi-br-f:before{content:""}.fi-br-fabric:before{content:""}.fi-br-face-angry-horns:before{content:""}.fi-br-face-anguished:before{content:""}.fi-br-face-anxious-sweat:before{content:""}.fi-br-face-astonished:before{content:""}.fi-br-face-awesome:before{content:""}.fi-br-face-beam-hand-over-mouth:before{content:""}.fi-br-face-confounded:before{content:""}.fi-br-face-confused:before{content:""}.fi-br-face-cowboy-hat:before{content:""}.fi-br-face-disappointed:before{content:""}.fi-br-face-disguise:before{content:""}.fi-br-face-downcast-sweat:before{content:""}.fi-br-face-drooling:before{content:""}.fi-br-face-explode:before{content:""}.fi-br-face-expressionless:before{content:""}.fi-br-face-eyes-xmarks:before{content:""}.fi-br-face-fearful:before{content:""}.fi-br-face-glasses:before{content:""}.fi-br-face-grin-tongue-wink:before{content:""}.fi-br-face-hand-yawn:before{content:""}.fi-br-face-head-bandage:before{content:""}.fi-br-face-hushed:before{content:""}.fi-br-face-icicles:before{content:""}.fi-br-face-lying:before{content:""}.fi-br-face-mask:before{content:""}.fi-br-face-monocle:before{content:""}.fi-br-face-nauseated:before{content:""}.fi-br-face-nose-steam:before{content:""}.fi-br-face-party:before{content:""}.fi-br-face-pensive:before{content:""}.fi-br-face-persevering:before{content:""}.fi-br-face-pleading:before{content:""}.fi-br-face-raised-eyebrow:before{content:""}.fi-br-face-relieved:before{content:""}.fi-br-face-sad-sweat:before{content:""}.fi-br-face-scream:before{content:""}.fi-br-face-shush:before{content:""}.fi-br-face-sleeping:before{content:""}.fi-br-face-sleepy:before{content:""}.fi-br-face-smile-halo:before{content:""}.fi-br-face-smile-hearts:before{content:""}.fi-br-face-smile-horns:before{content:""}.fi-br-face-smile-tear:before{content:""}.fi-br-face-smile-tongue:before{content:""}.fi-br-face-smile-upside-down:before{content:""}.fi-br-face-smiling-hands:before{content:""}.fi-br-face-smirking:before{content:""}.fi-br-face-sunglasses-alt:before{content:""}.fi-br-face-sunglasses:before{content:""}.fi-br-face-swear:before{content:""}.fi-br-face-thermometer:before{content:""}.fi-br-face-thinking:before{content:""}.fi-br-face-tissue:before{content:""}.fi-br-face-tongue-money:before{content:""}.fi-br-face-tongue-sweat:before{content:""}.fi-br-face-unamused:before{content:""}.fi-br-face-viewfinder:before{content:""}.fi-br-face-vomit:before{content:""}.fi-br-face-weary:before{content:""}.fi-br-face-woozy:before{content:""}.fi-br-face-worried:before{content:""}.fi-br-face-zany:before{content:""}.fi-br-face-zipper:before{content:""}.fi-br-fail:before{content:""}.fi-br-falafel:before{content:""}.fi-br-family-dress:before{content:""}.fi-br-family-pants:before{content:""}.fi-br-family:before{content:""}.fi-br-fan-table:before{content:""}.fi-br-fan:before{content:""}.fi-br-farm:before{content:""}.fi-br-faucet-drip:before{content:""}.fi-br-faucet:before{content:""}.fi-br-fax:before{content:""}.fi-br-feather-pointed:before{content:""}.fi-br-feather:before{content:""}.fi-br-features-alt:before{content:""}.fi-br-features:before{content:""}.fi-br-fee-receipt:before{content:""}.fi-br-fee:before{content:""}.fi-br-feedback-alt:before{content:""}.fi-br-feedback-cycle-loop:before{content:""}.fi-br-feedback-hand:before{content:""}.fi-br-feedback-review:before{content:""}.fi-br-feedback:before{content:""}.fi-br-female-couple:before{content:""}.fi-br-female:before{content:""}.fi-br-fence:before{content:""}.fi-br-ferris-wheel:before{content:""}.fi-br-field-hockey:before{content:""}.fi-br-fighter-jet:before{content:""}.fi-br-file-ai:before{content:""}.fi-br-file-audio:before{content:""}.fi-br-file-binary:before{content:""}.fi-br-file-chart-line:before{content:""}.fi-br-file-chart-pie:before{content:""}.fi-br-file-circle-info:before{content:""}.fi-br-file-cloud:before{content:""}.fi-br-file-code:before{content:""}.fi-br-file-csv:before{content:""}.fi-br-file-download:before{content:""}.fi-br-file-edit:before{content:""}.fi-br-file-eps:before{content:""}.fi-br-file-excel:before{content:""}.fi-br-file-exclamation:before{content:""}.fi-br-file-export:before{content:""}.fi-br-file-image:before{content:""}.fi-br-file-import:before{content:""}.fi-br-file-invoice-dollar:before{content:""}.fi-br-file-invoice:before{content:""}.fi-br-file-medical-alt:before{content:""}.fi-br-file-medical:before{content:""}.fi-br-file-minus:before{content:""}.fi-br-file-pdf:before{content:""}.fi-br-file-powerpoint:before{content:""}.fi-br-file-prescription:before{content:""}.fi-br-file-psd:before{content:""}.fi-br-file-signature:before{content:""}.fi-br-file-spreadsheet:before{content:""}.fi-br-file-upload:before{content:""}.fi-br-file-user:before{content:""}.fi-br-file-video:before{content:""}.fi-br-file-word:before{content:""}.fi-br-file-zipper:before{content:""}.fi-br-file:before{content:""}.fi-br-files-medical:before{content:""}.fi-br-fill:before{content:""}.fi-br-film-canister:before{content:""}.fi-br-film-slash:before{content:""}.fi-br-film:before{content:""}.fi-br-films:before{content:""}.fi-br-filter-list:before{content:""}.fi-br-filter-slash:before{content:""}.fi-br-filter:before{content:""}.fi-br-filters:before{content:""}.fi-br-fingerprint-security-risk:before{content:""}.fi-br-fingerprint:before{content:""}.fi-br-fire-burner:before{content:""}.fi-br-fire-extinguisher:before{content:""}.fi-br-fire-flame-curved:before{content:""}.fi-br-fire-flame-simple:before{content:""}.fi-br-fire-hydrant:before{content:""}.fi-br-fire-smoke:before{content:""}.fi-br-fireplace:before{content:""}.fi-br-first-award:before{content:""}.fi-br-first-laurel:before{content:""}.fi-br-first-medal:before{content:""}.fi-br-first:before{content:""}.fi-br-fish-bones:before{content:""}.fi-br-fish-cooked:before{content:""}.fi-br-fish:before{content:""}.fi-br-fishing-rod:before{content:""}.fi-br-fist-move:before{content:""}.fi-br-flag-alt:before{content:""}.fi-br-flag-checkered:before{content:""}.fi-br-flag-usa:before{content:""}.fi-br-flag:before{content:""}.fi-br-flame:before{content:""}.fi-br-flashlight:before{content:""}.fi-br-flask-gear:before{content:""}.fi-br-flask-poison:before{content:""}.fi-br-flask-potion:before{content:""}.fi-br-flask:before{content:""}.fi-br-flatbread-stuffed:before{content:""}.fi-br-flatbread:before{content:""}.fi-br-flip-horizontal:before{content:""}.fi-br-floor-alt:before{content:""}.fi-br-floor-layer:before{content:""}.fi-br-floor:before{content:""}.fi-br-floppy-disk-circle-arrow-right:before{content:""}.fi-br-floppy-disk-circle-xmark:before{content:""}.fi-br-floppy-disk-pen:before{content:""}.fi-br-floppy-disks:before{content:""}.fi-br-florin-sign:before{content:""}.fi-br-flower-bouquet:before{content:""}.fi-br-flower-butterfly:before{content:""}.fi-br-flower-daffodil:before{content:""}.fi-br-flower-tulip:before{content:""}.fi-br-flower:before{content:""}.fi-br-flushed-face:before{content:""}.fi-br-flushed:before{content:""}.fi-br-flute:before{content:""}.fi-br-flux-capacitor:before{content:""}.fi-br-fly-insect:before{content:""}.fi-br-flying-disc:before{content:""}.fi-br-fog:before{content:""}.fi-br-folder-download:before{content:""}.fi-br-folder-fire:before{content:""}.fi-br-folder-minus:before{content:""}.fi-br-folder-open:before{content:""}.fi-br-folder-times:before{content:""}.fi-br-folder-tree:before{content:""}.fi-br-folder-upload:before{content:""}.fi-br-folder-xmark:before{content:""}.fi-br-folder:before{content:""}.fi-br-folders:before{content:""}.fi-br-follow-folder:before{content:""}.fi-br-followcollection:before{content:""}.fi-br-following:before{content:""}.fi-br-fondue-pot:before{content:""}.fi-br-football:before{content:""}.fi-br-foreign-language-audio:before{content:""}.fi-br-fork:before{content:""}.fi-br-forklift:before{content:""}.fi-br-form:before{content:""}.fi-br-fort:before{content:""}.fi-br-forward-fast:before{content:""}.fi-br-forward:before{content:""}.fi-br-fox:before{content:""}.fi-br-frame:before{content:""}.fi-br-franc-sign:before{content:""}.fi-br-free-delivery:before{content:""}.fi-br-free:before{content:""}.fi-br-french-fries:before{content:""}.fi-br-friday:before{content:""}.fi-br-frog:before{content:""}.fi-br-ftp:before{content:""}.fi-br-fuel-gauge:before{content:""}.fi-br-function-process:before{content:""}.fi-br-function-square:before{content:""}.fi-br-function:before{content:""}.fi-br-funnel-dollar:before{content:""}.fi-br-g:before{content:""}.fi-br-galaxy-alt:before{content:""}.fi-br-galaxy-planet:before{content:""}.fi-br-galaxy-star:before{content:""}.fi-br-galaxy:before{content:""}.fi-br-gallery-thumbnails:before{content:""}.fi-br-gallery:before{content:""}.fi-br-game-board-alt:before{content:""}.fi-br-gamepad:before{content:""}.fi-br-garage-car:before{content:""}.fi-br-garage-open:before{content:""}.fi-br-garage:before{content:""}.fi-br-garlic-alt:before{content:""}.fi-br-garlic:before{content:""}.fi-br-gas-pump-alt:before{content:""}.fi-br-gas-pump-slash:before{content:""}.fi-br-gas-pump:before{content:""}.fi-br-gauge-circle-bolt:before{content:""}.fi-br-gauge-circle-minus:before{content:""}.fi-br-gauge-circle-plus:before{content:""}.fi-br-gavel:before{content:""}.fi-br-gay-couple:before{content:""}.fi-br-gears:before{content:""}.fi-br-gem:before{content:""}.fi-br-general:before{content:""}.fi-br-ghost:before{content:""}.fi-br-gif-square:before{content:""}.fi-br-gif:before{content:""}.fi-br-gift-box-benefits:before{content:""}.fi-br-gift-card:before{content:""}.fi-br-gift:before{content:""}.fi-br-gifts:before{content:""}.fi-br-gingerbread-man:before{content:""}.fi-br-glass-champagne:before{content:""}.fi-br-glass-cheers:before{content:""}.fi-br-glass-citrus:before{content:""}.fi-br-glass-empty:before{content:""}.fi-br-glass-half:before{content:""}.fi-br-glass-water-droplet:before{content:""}.fi-br-glass-whiskey-rocks:before{content:""}.fi-br-glass-whiskey:before{content:""}.fi-br-glass:before{content:""}.fi-br-glasses:before{content:""}.fi-br-globe-alt:before{content:""}.fi-br-globe-pointer:before{content:""}.fi-br-globe-snow:before{content:""}.fi-br-globe:before{content:""}.fi-br-goal-net:before{content:""}.fi-br-golf-ball:before{content:""}.fi-br-golf-club:before{content:""}.fi-br-golf-hole:before{content:""}.fi-br-golf:before{content:""}.fi-br-gopuram:before{content:""}.fi-br-government-budget:before{content:""}.fi-br-government-flag:before{content:""}.fi-br-government-user:before{content:""}.fi-br-gps-navigation:before{content:""}.fi-br-graduation-cap:before{content:""}.fi-br-gramophone:before{content:""}.fi-br-grape:before{content:""}.fi-br-graph-curve:before{content:""}.fi-br-graphic-style:before{content:""}.fi-br-graphic-tablet:before{content:""}.fi-br-grate-droplet:before{content:""}.fi-br-grate:before{content:""}.fi-br-greater-than-equal:before{content:""}.fi-br-greater-than:before{content:""}.fi-br-greek-helmet:before{content:""}.fi-br-grid-alt:before{content:""}.fi-br-grid-dividers:before{content:""}.fi-br-grid:before{content:""}.fi-br-grill-hot-alt:before{content:""}.fi-br-grill:before{content:""}.fi-br-grimace:before{content:""}.fi-br-grin-alt:before{content:""}.fi-br-grin-beam-sweat:before{content:""}.fi-br-grin-beam:before{content:""}.fi-br-grin-hearts:before{content:""}.fi-br-grin-squint-tears:before{content:""}.fi-br-grin-squint:before{content:""}.fi-br-grin-stars:before{content:""}.fi-br-grin-tears:before{content:""}.fi-br-grin-tongue-squint:before{content:""}.fi-br-grin-tongue-wink:before{content:""}.fi-br-grin-tongue:before{content:""}.fi-br-grin-wink:before{content:""}.fi-br-grin:before{content:""}.fi-br-grip-dots-vertical:before{content:""}.fi-br-grip-dots:before{content:""}.fi-br-grip-horizontal:before{content:""}.fi-br-grip-lines-vertical:before{content:""}.fi-br-grip-lines:before{content:""}.fi-br-grip-vertical:before{content:""}.fi-br-grocery-bag:before{content:""}.fi-br-grocery-basket:before{content:""}.fi-br-group-arrows-rotate:before{content:""}.fi-br-group-call:before{content:""}.fi-br-group-community-social-media:before{content:""}.fi-br-growth-chart-invest:before{content:""}.fi-br-guarani-sign:before{content:""}.fi-br-guide-alt:before{content:""}.fi-br-guide:before{content:""}.fi-br-guitar-electric:before{content:""}.fi-br-guitar:before{content:""}.fi-br-guitars:before{content:""}.fi-br-gun-squirt:before{content:""}.fi-br-gym:before{content:""}.fi-br-h-square:before{content:""}.fi-br-h:before{content:""}.fi-br-h1:before{content:""}.fi-br-h2:before{content:""}.fi-br-h3:before{content:""}.fi-br-h4:before{content:""}.fi-br-hair-clipper:before{content:""}.fi-br-hamburger-soda:before{content:""}.fi-br-hamburger:before{content:""}.fi-br-hammer-crash:before{content:""}.fi-br-hammer-war:before{content:""}.fi-br-hammer:before{content:""}.fi-br-hamsa:before{content:""}.fi-br-hand-back-fist:before{content:""}.fi-br-hand-back-point-down:before{content:""}.fi-br-hand-back-point-left:before{content:""}.fi-br-hand-back-point-ribbon:before{content:""}.fi-br-hand-back-point-right:before{content:""}.fi-br-hand-bill:before{content:""}.fi-br-hand-dots:before{content:""}.fi-br-hand-fingers-crossed:before{content:""}.fi-br-hand-fist:before{content:""}.fi-br-hand-heart:before{content:""}.fi-br-hand-holding-box:before{content:""}.fi-br-hand-holding-droplet:before{content:""}.fi-br-hand-holding-magic:before{content:""}.fi-br-hand-holding-medical:before{content:""}.fi-br-hand-holding-seeding:before{content:""}.fi-br-hand-holding-skull:before{content:""}.fi-br-hand-holding-usd:before{content:""}.fi-br-hand-holding-water:before{content:""}.fi-br-hand-horns:before{content:""}.fi-br-hand-lizard:before{content:""}.fi-br-hand-love:before{content:""}.fi-br-hand-middle-finger:before{content:""}.fi-br-hand-paper:before{content:""}.fi-br-hand-peace:before{content:""}.fi-br-hand-point-ribbon:before{content:""}.fi-br-hand-scissors:before{content:""}.fi-br-hand-sparkles:before{content:""}.fi-br-hand-spock:before{content:""}.fi-br-hand-wave:before{content:""}.fi-br-hand:before{content:""}.fi-br-handmade:before{content:""}.fi-br-hands-bubbles:before{content:""}.fi-br-hands-clapping:before{content:""}.fi-br-hands-heart:before{content:""}.fi-br-hands-holding-diamond:before{content:""}.fi-br-hands-holding:before{content:""}.fi-br-hands-usd:before{content:""}.fi-br-handshake-angle:before{content:""}.fi-br-handshake-deal-loan:before{content:""}.fi-br-handshake-house:before{content:""}.fi-br-handshake-simple-slash:before{content:""}.fi-br-handshake-trust:before{content:""}.fi-br-handshake:before{content:""}.fi-br-happy:before{content:""}.fi-br-hard-hat:before{content:""}.fi-br-hashtag-lock:before{content:""}.fi-br-hastag:before{content:""}.fi-br-hat-beach:before{content:""}.fi-br-hat-birthday:before{content:""}.fi-br-hat-chef:before{content:""}.fi-br-hat-cowboy-side:before{content:""}.fi-br-hat-cowboy:before{content:""}.fi-br-hat-santa:before{content:""}.fi-br-hat-winter:before{content:""}.fi-br-hat-witch:before{content:""}.fi-br-hat-wizard:before{content:""}.fi-br-hdd:before{content:""}.fi-br-head-side-brain:before{content:""}.fi-br-head-side-cough-slash:before{content:""}.fi-br-head-side-cough:before{content:""}.fi-br-head-side-headphones:before{content:""}.fi-br-head-side-heart:before{content:""}.fi-br-head-side-mask:before{content:""}.fi-br-head-side-medical:before{content:""}.fi-br-head-side-thinking:before{content:""}.fi-br-head-side-virus:before{content:""}.fi-br-head-side:before{content:""}.fi-br-head-vr:before{content:""}.fi-br-heading:before{content:""}.fi-br-headphones:before{content:""}.fi-br-headset:before{content:""}.fi-br-heart-arrow:before{content:""}.fi-br-heart-brain:before{content:""}.fi-br-heart-crack:before{content:""}.fi-br-heart-half-stroke:before{content:""}.fi-br-heart-half:before{content:""}.fi-br-heart-health-muscle:before{content:""}.fi-br-heart-lock:before{content:""}.fi-br-heart-partner-handshake:before{content:""}.fi-br-heart-rate:before{content:""}.fi-br-heart-slash:before{content:""}.fi-br-heart-upside-down:before{content:""}.fi-br-heart:before{content:""}.fi-br-heat:before{content:""}.fi-br-helicopter-side:before{content:""}.fi-br-helmet-battle:before{content:""}.fi-br-hexagon-check:before{content:""}.fi-br-hexagon-divide:before{content:""}.fi-br-hexagon-exclamation:before{content:""}.fi-br-hexagon:before{content:""}.fi-br-high-definition:before{content:""}.fi-br-high-five-celebration-yes:before{content:""}.fi-br-high-five:before{content:""}.fi-br-highlighter-line:before{content:""}.fi-br-highlighter:before{content:""}.fi-br-hiking:before{content:""}.fi-br-hippo:before{content:""}.fi-br-hockey-mask:before{content:""}.fi-br-hockey-puck:before{content:""}.fi-br-hockey-stick-puck:before{content:""}.fi-br-hockey-sticks:before{content:""}.fi-br-holding-hand-gear:before{content:""}.fi-br-holding-hand-revenue:before{content:""}.fi-br-holly-berry:before{content:""}.fi-br-home-heart:before{content:""}.fi-br-home-location-alt:before{content:""}.fi-br-home-location:before{content:""}.fi-br-home:before{content:""}.fi-br-honey-pot:before{content:""}.fi-br-hood-cloak:before{content:""}.fi-br-horizontal-rule:before{content:""}.fi-br-horse-head:before{content:""}.fi-br-horse-saddle:before{content:""}.fi-br-horse:before{content:""}.fi-br-horseshoe-broken:before{content:""}.fi-br-horseshoe:before{content:""}.fi-br-hose-reel:before{content:""}.fi-br-hose:before{content:""}.fi-br-hospital-symbol:before{content:""}.fi-br-hospital-user:before{content:""}.fi-br-hospital:before{content:""}.fi-br-hospitals:before{content:""}.fi-br-hot-tub:before{content:""}.fi-br-hotdog:before{content:""}.fi-br-hotel:before{content:""}.fi-br-hourglass-end:before{content:""}.fi-br-hourglass-start:before{content:""}.fi-br-hourglass:before{content:""}.fi-br-house-blank:before{content:""}.fi-br-house-building:before{content:""}.fi-br-house-chimney-blank:before{content:""}.fi-br-house-chimney-crack:before{content:""}.fi-br-house-chimney-heart:before{content:""}.fi-br-house-chimney-medical:before{content:""}.fi-br-house-chimney-user:before{content:""}.fi-br-house-chimney-window:before{content:""}.fi-br-house-chimney:before{content:""}.fi-br-house-circle-check:before{content:""}.fi-br-house-circle-exclamation:before{content:""}.fi-br-house-circle-xmark:before{content:""}.fi-br-house-crack-alt:before{content:""}.fi-br-house-crack:before{content:""}.fi-br-house-day:before{content:""}.fi-br-house-fire:before{content:""}.fi-br-house-flag:before{content:""}.fi-br-house-flood:before{content:""}.fi-br-house-laptop:before{content:""}.fi-br-house-leave:before{content:""}.fi-br-house-lock:before{content:""}.fi-br-house-medical:before{content:""}.fi-br-house-night:before{content:""}.fi-br-house-return:before{content:""}.fi-br-house-signal:before{content:""}.fi-br-house-tree:before{content:""}.fi-br-house-tsunami:before{content:""}.fi-br-house-turret:before{content:""}.fi-br-house-user:before{content:""}.fi-br-house-window:before{content:""}.fi-br-hr-group:before{content:""}.fi-br-hr-person:before{content:""}.fi-br-hr:before{content:""}.fi-br-hryvnia:before{content:""}.fi-br-humidity:before{content:""}.fi-br-hundred-points:before{content:""}.fi-br-hurricane:before{content:""}.fi-br-i:before{content:""}.fi-br-ice-cream:before{content:""}.fi-br-ice-skate:before{content:""}.fi-br-icicles:before{content:""}.fi-br-icon-star:before{content:""}.fi-br-id-badge:before{content:""}.fi-br-id-card-clip-alt:before{content:""}.fi-br-igloo:before{content:""}.fi-br-image-slash:before{content:""}.fi-br-images-user:before{content:""}.fi-br-images:before{content:""}.fi-br-improve-user:before{content:""}.fi-br-inbox-full:before{content:""}.fi-br-inbox-in:before{content:""}.fi-br-inbox-out:before{content:""}.fi-br-inbox:before{content:""}.fi-br-inboxes:before{content:""}.fi-br-incense-sticks-yoga:before{content:""}.fi-br-incognito:before{content:""}.fi-br-indent:before{content:""}.fi-br-indian-rupee-sign:before{content:""}.fi-br-industry-alt:before{content:""}.fi-br-industry-windows:before{content:""}.fi-br-infinity:before{content:""}.fi-br-info-guide:before{content:""}.fi-br-info:before{content:""}.fi-br-information:before{content:""}.fi-br-inhaler:before{content:""}.fi-br-input-numeric:before{content:""}.fi-br-input-pipe:before{content:""}.fi-br-input-text:before{content:""}.fi-br-insert-alt:before{content:""}.fi-br-insert-arrows:before{content:""}.fi-br-insert-button-circle:before{content:""}.fi-br-insert-credit-card:before{content:""}.fi-br-insert-square:before{content:""}.fi-br-insert:before{content:""}.fi-br-insight-alt:before{content:""}.fi-br-insight-head:before{content:""}.fi-br-insight:before{content:""}.fi-br-integral:before{content:""}.fi-br-interactive:before{content:""}.fi-br-interlining:before{content:""}.fi-br-internet-speed-wifi:before{content:""}.fi-br-interrogation:before{content:""}.fi-br-intersection:before{content:""}.fi-br-introduction-handshake:before{content:""}.fi-br-introduction:before{content:""}.fi-br-inventory-alt:before{content:""}.fi-br-invest:before{content:""}.fi-br-investment:before{content:""}.fi-br-invite-alt:before{content:""}.fi-br-invite:before{content:""}.fi-br-iot-alt:before{content:""}.fi-br-iot:before{content:""}.fi-br-ip-address:before{content:""}.fi-br-island-tropical:before{content:""}.fi-br-issue-loupe:before{content:""}.fi-br-it-alt:before{content:""}.fi-br-it-computer:before{content:""}.fi-br-it:before{content:""}.fi-br-italian-lira-sign:before{content:""}.fi-br-italic:before{content:""}.fi-br-j:before{content:""}.fi-br-jam:before{content:""}.fi-br-jar-alt:before{content:""}.fi-br-jar-wheat:before{content:""}.fi-br-javascript:before{content:""}.fi-br-joint:before{content:""}.fi-br-joker:before{content:""}.fi-br-journal-alt:before{content:""}.fi-br-journal:before{content:""}.fi-br-journey:before{content:""}.fi-br-joystick:before{content:""}.fi-br-jpg:before{content:""}.fi-br-jug-alt:before{content:""}.fi-br-jug-bottle:before{content:""}.fi-br-jug:before{content:""}.fi-br-jumping-rope:before{content:""}.fi-br-k:before{content:""}.fi-br-kaaba:before{content:""}.fi-br-kazoo:before{content:""}.fi-br-kerning:before{content:""}.fi-br-key-lock-crypto:before{content:""}.fi-br-key-skeleton-left-right:before{content:""}.fi-br-key:before{content:""}.fi-br-keyboard-brightness-low:before{content:""}.fi-br-keyboard-brightness:before{content:""}.fi-br-keyboard-down:before{content:""}.fi-br-keyboard-left:before{content:""}.fi-br-keyboard:before{content:""}.fi-br-keynote:before{content:""}.fi-br-kidneys:before{content:""}.fi-br-kip-sign:before{content:""}.fi-br-kiss-beam:before{content:""}.fi-br-kiss-wink-heart:before{content:""}.fi-br-kiss:before{content:""}.fi-br-kite:before{content:""}.fi-br-kiwi-bird:before{content:""}.fi-br-kiwi-fruit:before{content:""}.fi-br-knife-kitchen:before{content:""}.fi-br-knife:before{content:""}.fi-br-knitting:before{content:""}.fi-br-kpi-evaluation:before{content:""}.fi-br-kpi:before{content:""}.fi-br-l:before{content:""}.fi-br-label:before{content:""}.fi-br-lacrosse-stick-ball:before{content:""}.fi-br-lacrosse-stick:before{content:""}.fi-br-lambda:before{content:""}.fi-br-lamp-desk:before{content:""}.fi-br-lamp-floor:before{content:""}.fi-br-lamp-street:before{content:""}.fi-br-lamp:before{content:""}.fi-br-land-layer-location:before{content:""}.fi-br-land-layers:before{content:""}.fi-br-land-location:before{content:""}.fi-br-landmark-alt:before{content:""}.fi-br-language:before{content:""}.fi-br-laptop-arrow-down:before{content:""}.fi-br-laptop-binary:before{content:""}.fi-br-laptop-code:before{content:""}.fi-br-laptop-medical:before{content:""}.fi-br-laptop-mobile:before{content:""}.fi-br-laptop-slash:before{content:""}.fi-br-laptop:before{content:""}.fi-br-lari-sign:before{content:""}.fi-br-lasso-sparkles:before{content:""}.fi-br-lasso:before{content:""}.fi-br-last-square:before{content:""}.fi-br-laugh-beam:before{content:""}.fi-br-laugh-squint:before{content:""}.fi-br-laugh-wink:before{content:""}.fi-br-laugh:before{content:""}.fi-br-lawyer-man:before{content:""}.fi-br-lawyer-woman:before{content:""}.fi-br-layer-minus:before{content:""}.fi-br-layer-plus:before{content:""}.fi-br-layers:before{content:""}.fi-br-layout-fluid:before{content:""}.fi-br-lead-funnel:before{content:""}.fi-br-lead-management:before{content:""}.fi-br-lead:before{content:""}.fi-br-leader-alt:before{content:""}.fi-br-leader-speech:before{content:""}.fi-br-leader:before{content:""}.fi-br-leaderboard-alt:before{content:""}.fi-br-leaderboard-trophy:before{content:""}.fi-br-leaderboard:before{content:""}.fi-br-leadership-alt:before{content:""}.fi-br-leadership:before{content:""}.fi-br-leaf-heart:before{content:""}.fi-br-leaf-maple:before{content:""}.fi-br-leaf-oak:before{content:""}.fi-br-leaf:before{content:""}.fi-br-leafy-green:before{content:""}.fi-br-leave:before{content:""}.fi-br-left-from-bracket:before{content:""}.fi-br-left:before{content:""}.fi-br-legal:before{content:""}.fi-br-lemon:before{content:""}.fi-br-lesbian-couple:before{content:""}.fi-br-less-than-equal:before{content:""}.fi-br-less-than:before{content:""}.fi-br-lesson-class:before{content:""}.fi-br-lesson:before{content:""}.fi-br-letter-case:before{content:""}.fi-br-lettuce:before{content:""}.fi-br-level-down-alt:before{content:""}.fi-br-level-down:before{content:""}.fi-br-level-up-alt:before{content:""}.fi-br-level-up:before{content:""}.fi-br-license:before{content:""}.fi-br-life-ring:before{content:""}.fi-br-life:before{content:""}.fi-br-light-ceiling:before{content:""}.fi-br-light-emergency-on:before{content:""}.fi-br-light-emergency:before{content:""}.fi-br-light-switch-off:before{content:""}.fi-br-light-switch-on:before{content:""}.fi-br-light-switch:before{content:""}.fi-br-lightbulb-cfl-on:before{content:""}.fi-br-lightbulb-cfl:before{content:""}.fi-br-lightbulb-dollar:before{content:""}.fi-br-lightbulb-exclamation:before{content:""}.fi-br-lightbulb-head:before{content:""}.fi-br-lightbulb-on:before{content:""}.fi-br-lightbulb-question:before{content:""}.fi-br-lightbulb-setting:before{content:""}.fi-br-lightbulb-slash:before{content:""}.fi-br-lighthouse:before{content:""}.fi-br-lights-holiday:before{content:""}.fi-br-limit-hand:before{content:""}.fi-br-limit-speedometer:before{content:""}.fi-br-line-width:before{content:""}.fi-br-link-alt:before{content:""}.fi-br-link-horizontal-slash:before{content:""}.fi-br-link-horizontal:before{content:""}.fi-br-link-slash-alt:before{content:""}.fi-br-link-slash:before{content:""}.fi-br-link:before{content:""}.fi-br-lion-head:before{content:""}.fi-br-lion:before{content:""}.fi-br-lips:before{content:""}.fi-br-lipstick:before{content:""}.fi-br-lira-sign:before{content:""}.fi-br-list-check:before{content:""}.fi-br-list-dropdown:before{content:""}.fi-br-list-music:before{content:""}.fi-br-list-timeline:before{content:""}.fi-br-list:before{content:""}.fi-br-litecoin-sign:before{content:""}.fi-br-live-alt:before{content:""}.fi-br-live:before{content:""}.fi-br-loading:before{content:""}.fi-br-loan:before{content:""}.fi-br-lobster:before{content:""}.fi-br-location-alt:before{content:""}.fi-br-location-arrow:before{content:""}.fi-br-location-crosshairs-slash:before{content:""}.fi-br-location-crosshairs:before{content:""}.fi-br-location-dot-slash:before{content:""}.fi-br-location-exclamation:before{content:""}.fi-br-location-pin-call:before{content:""}.fi-br-lock-alt:before{content:""}.fi-br-lock-hashtag:before{content:""}.fi-br-lock-open-alt:before{content:""}.fi-br-lock:before{content:""}.fi-br-locust:before{content:""}.fi-br-loop-square:before{content:""}.fi-br-loveseat:before{content:""}.fi-br-low-vision:before{content:""}.fi-br-luchador:before{content:""}.fi-br-luggage-cart:before{content:""}.fi-br-luggage-rolling:before{content:""}.fi-br-lungs-virus:before{content:""}.fi-br-lungs:before{content:""}.fi-br-m:before{content:""}.fi-br-mace:before{content:""}.fi-br-magic-wand:before{content:""}.fi-br-magnet-user:before{content:""}.fi-br-magnet:before{content:""}.fi-br-mailbox-envelope:before{content:""}.fi-br-mailbox-flag-up:before{content:""}.fi-br-mailbox:before{content:""}.fi-br-makeup-brush:before{content:""}.fi-br-male-couple:before{content:""}.fi-br-male:before{content:""}.fi-br-man-head:before{content:""}.fi-br-man-scientist:before{content:""}.fi-br-manat-sign:before{content:""}.fi-br-mandolin:before{content:""}.fi-br-mango:before{content:""}.fi-br-manhole:before{content:""}.fi-br-map-location-track:before{content:""}.fi-br-map-marker-check:before{content:""}.fi-br-map-marker-cross:before{content:""}.fi-br-map-marker-edit:before{content:""}.fi-br-map-marker-home:before{content:""}.fi-br-map-marker-minus:before{content:""}.fi-br-map-marker-plus:before{content:""}.fi-br-map-marker-question:before{content:""}.fi-br-map-marker-slash:before{content:"豈"}.fi-br-map-marker-smile:before{content:"更"}.fi-br-map-marker:before{content:"車"}.fi-br-map-pin:before{content:"賈"}.fi-br-map-point:before{content:"滑"}.fi-br-map:before{content:"串"}.fi-br-marker-time:before{content:"句"}.fi-br-marker:before{content:"龜"}.fi-br-marketplace-alt:before{content:"龜"}.fi-br-marketplace-store:before{content:"契"}.fi-br-marketplace:before{content:"金"}.fi-br-mars-stroke-right:before{content:"喇"}.fi-br-mars-stroke-up:before{content:"奈"}.fi-br-martini-glass-citrus:before{content:"懶"}.fi-br-martini-glass-empty:before{content:"癩"}.fi-br-mask-carnival:before{content:"羅"}.fi-br-mask-face:before{content:"蘿"}.fi-br-mask-snorkel:before{content:"螺"}.fi-br-massage:before{content:"裸"}.fi-br-match-fire:before{content:"邏"}.fi-br-mattress-pillow:before{content:"樂"}.fi-br-measuring-tape:before{content:"洛"}.fi-br-meat:before{content:"烙"}.fi-br-medal:before{content:"珞"}.fi-br-medical-star:before{content:"落"}.fi-br-medicine:before{content:"酪"}.fi-br-meditation:before{content:"駱"}.fi-br-meeting-alt:before{content:"亂"}.fi-br-meeting:before{content:"卵"}.fi-br-megaphone-announcement-leader:before{content:"欄"}.fi-br-megaphone:before{content:"爛"}.fi-br-meh-blank:before{content:"蘭"}.fi-br-meh-rolling-eyes:before{content:"鸞"}.fi-br-melon-alt:before{content:"嵐"}.fi-br-melon:before{content:"濫"}.fi-br-member-list:before{content:"藍"}.fi-br-member-search:before{content:"襤"}.fi-br-membership-vip:before{content:"拉"}.fi-br-membership:before{content:"臘"}.fi-br-memo-circle-check:before{content:"蠟"}.fi-br-memo-pad:before{content:"廊"}.fi-br-memo:before{content:"朗"}.fi-br-memory:before{content:"浪"}.fi-br-menu-burger:before{content:"狼"}.fi-br-menu-dots-vertical:before{content:"郎"}.fi-br-menu-dots:before{content:"來"}.fi-br-mercury:before{content:"冷"}.fi-br-message-arrow-down:before{content:"勞"}.fi-br-message-arrow-up-right:before{content:"擄"}.fi-br-message-arrow-up:before{content:"櫓"}.fi-br-message-bot:before{content:"爐"}.fi-br-message-code:before{content:"盧"}.fi-br-message-dollar:before{content:"老"}.fi-br-message-heart:before{content:"蘆"}.fi-br-message-image:before{content:"虜"}.fi-br-message-question:before{content:"路"}.fi-br-message-quote:before{content:"露"}.fi-br-message-slash:before{content:"魯"}.fi-br-message-sms:before{content:"鷺"}.fi-br-message-text:before{content:"碌"}.fi-br-message-xmark:before{content:"祿"}.fi-br-messages-dollar:before{content:"綠"}.fi-br-messages-question:before{content:"菉"}.fi-br-messages:before{content:"錄"}.fi-br-meteor:before{content:"鹿"}.fi-br-meter-bolt:before{content:"論"}.fi-br-meter-droplet:before{content:"壟"}.fi-br-meter-fire:before{content:"弄"}.fi-br-meter:before{content:"籠"}.fi-br-method:before{content:"聾"}.fi-br-microchip-ai:before{content:"牢"}.fi-br-microchip:before{content:"磊"}.fi-br-microphone-alt:before{content:"賂"}.fi-br-microphone-slash:before{content:"雷"}.fi-br-microphone:before{content:"壘"}.fi-br-microscope:before{content:"屢"}.fi-br-microwave:before{content:"樓"}.fi-br-milk-alt:before{content:"淚"}.fi-br-milk:before{content:"漏"}.fi-br-mill-sign:before{content:"累"}.fi-br-mind-share:before{content:"縷"}.fi-br-minus-circle:before{content:"陋"}.fi-br-minus-hexagon:before{content:"勒"}.fi-br-minus-small:before{content:"肋"}.fi-br-minus:before{content:"凜"}.fi-br-mistletoe:before{content:"凌"}.fi-br-mix:before{content:"稜"}.fi-br-mobile-button:before{content:"綾"}.fi-br-mobile-notch:before{content:"菱"}.fi-br-mobile:before{content:"陵"}.fi-br-mockup:before{content:"讀"}.fi-br-mode-alt:before{content:"拏"}.fi-br-mode-landscape:before{content:"樂"}.fi-br-mode-portrait:before{content:"諾"}.fi-br-mode:before{content:"丹"}.fi-br-model-cube-arrows:before{content:"寧"}.fi-br-model-cube-space:before{content:"怒"}.fi-br-model-cube:before{content:"率"}.fi-br-module:before{content:"異"}.fi-br-monday:before{content:"北"}.fi-br-money-bill-simple:before{content:"磻"}.fi-br-money-bill-transfer:before{content:"便"}.fi-br-money-bill-wave-alt:before{content:"復"}.fi-br-money-bill-wave:before{content:"不"}.fi-br-money-bills-simple:before{content:"泌"}.fi-br-money-bills:before{content:"數"}.fi-br-money-check-edit-alt:before{content:"索"}.fi-br-money-check-edit:before{content:"參"}.fi-br-money-check:before{content:"塞"}.fi-br-money-coin-transfer:before{content:"省"}.fi-br-money-from-bracket:before{content:"葉"}.fi-br-money-simple-from-bracket:before{content:"說"}.fi-br-money-transfer-alt:before{content:"殺"}.fi-br-money-transfer-coin-arrow:before{content:"辰"}.fi-br-money-transfer-smartphone:before{content:"沈"}.fi-br-money-wings:before{content:"拾"}.fi-br-money:before{content:"若"}.fi-br-monkey:before{content:"掠"}.fi-br-monument:before{content:"略"}.fi-br-moon-stars:before{content:"亮"}.fi-br-moon:before{content:"兩"}.fi-br-moped:before{content:"凉"}.fi-br-mortar-pestle:before{content:"梁"}.fi-br-mortgage:before{content:"糧"}.fi-br-mosque-alt:before{content:"良"}.fi-br-mosque-moon:before{content:"諒"}.fi-br-mosque:before{content:"量"}.fi-br-mosquito-net:before{content:"勵"}.fi-br-mosquito:before{content:"呂"}.fi-br-motorcycle:before{content:"女"}.fi-br-mound:before{content:"廬"}.fi-br-mountain-city:before{content:"旅"}.fi-br-mountain:before{content:"濾"}.fi-br-mountains:before{content:"礪"}.fi-br-mouse-field:before{content:"閭"}.fi-br-mouse:before{content:"驪"}.fi-br-mov-file:before{content:"麗"}.fi-br-move-to-folder-2:before{content:"黎"}.fi-br-move-to-folder:before{content:"力"}.fi-br-mp3-file:before{content:"曆"}.fi-br-mp3-player:before{content:"歷"}.fi-br-mp4-file:before{content:"轢"}.fi-br-mug-alt:before{content:"年"}.fi-br-mug-hot-alt:before{content:"憐"}.fi-br-mug-hot:before{content:"戀"}.fi-br-mug-marshmallows:before{content:"撚"}.fi-br-mug-tea-saucer:before{content:"漣"}.fi-br-mug-tea:before{content:"煉"}.fi-br-mug:before{content:"璉"}.fi-br-multiple-alt:before{content:"秊"}.fi-br-multiple:before{content:"練"}.fi-br-muscle:before{content:"聯"}.fi-br-mushroom-alt:before{content:"輦"}.fi-br-mushroom:before{content:"蓮"}.fi-br-music-alt:before{content:"連"}.fi-br-music-file:before{content:"鍊"}.fi-br-music-note-slash:before{content:"列"}.fi-br-music-note:before{content:"劣"}.fi-br-music-slash:before{content:"咽"}.fi-br-music:before{content:"烈"}.fi-br-n:before{content:"裂"}.fi-br-naira-sign:before{content:"說"}.fi-br-narwhal:before{content:"廉"}.fi-br-navigation:before{content:"念"}.fi-br-nesting-dolls:before{content:"捻"}.fi-br-network-analytic:before{content:"殮"}.fi-br-network-cloud:before{content:"簾"}.fi-br-network:before{content:"獵"}.fi-br-neuter:before{content:"令"}.fi-br-newsletter-subscribe:before{content:"囹"}.fi-br-newspaper-open:before{content:"寧"}.fi-br-newspaper:before{content:"嶺"}.fi-br-nfc-lock:before{content:"怜"}.fi-br-nfc-magnifying-glass:before{content:"玲"}.fi-br-nfc-pen:before{content:"瑩"}.fi-br-nfc-slash:before{content:"羚"}.fi-br-nfc-trash:before{content:"聆"}.fi-br-nfc:before{content:"鈴"}.fi-br-night-day:before{content:"零"}.fi-br-no-fee:before{content:"靈"}.fi-br-no-people:before{content:"領"}.fi-br-noodles:before{content:"例"}.fi-br-nose:before{content:"禮"}.fi-br-not-equal:before{content:"醴"}.fi-br-not-found-alt:before{content:"隸"}.fi-br-not-found-magnifying-glass:before{content:"惡"}.fi-br-not-found:before{content:"了"}.fi-br-notdef:before{content:"僚"}.fi-br-note-medical:before{content:"寮"}.fi-br-note-sticky:before{content:"尿"}.fi-br-note:before{content:"料"}.fi-br-notebook-alt:before{content:"樂"}.fi-br-notebook:before{content:"燎"}.fi-br-notes-medical:before{content:"療"}.fi-br-notes:before{content:"蓼"}.fi-br-o:before{content:"遼"}.fi-br-object-exclude:before{content:"龍"}.fi-br-object-group:before{content:"暈"}.fi-br-object-intersect:before{content:"阮"}.fi-br-object-subtract:before{content:"劉"}.fi-br-object-ungroup:before{content:"杻"}.fi-br-object-union:before{content:"柳"}.fi-br-objects-column:before{content:"流"}.fi-br-octagon-check:before{content:"溜"}.fi-br-octagon-divide:before{content:"琉"}.fi-br-octagon-exclamation:before{content:"留"}.fi-br-octagon-minus:before{content:"硫"}.fi-br-octagon-plus:before{content:"紐"}.fi-br-octagon-xmark:before{content:"類"}.fi-br-octagon:before{content:"六"}.fi-br-oil-can:before{content:"戮"}.fi-br-oil-temp:before{content:"陸"}.fi-br-olive-oil:before{content:"倫"}.fi-br-olive:before{content:"崙"}.fi-br-olives:before{content:"淪"}.fi-br-om:before{content:"輪"}.fi-br-omega:before{content:"律"}.fi-br-onboarding:before{content:"慄"}.fi-br-onion:before{content:"栗"}.fi-br-opacity:before{content:"率"}.fi-br-open-mail-clip:before{content:"隆"}.fi-br-operating-system-upgrade:before{content:"利"}.fi-br-operation:before{content:"吏"}.fi-br-order-history:before{content:"履"}.fi-br-organization-chart:before{content:"易"}.fi-br-ornament:before{content:"李"}.fi-br-otp:before{content:"梨"}.fi-br-otter:before{content:"泥"}.fi-br-outdent:before{content:"理"}.fi-br-oval-alt:before{content:"痢"}.fi-br-oval:before{content:"罹"}.fi-br-oven:before{content:"裏"}.fi-br-overline:before{content:"裡"}.fi-br-overview:before{content:"里"}.fi-br-p:before{content:"離"}.fi-br-package:before{content:"匿"}.fi-br-padlock-check:before{content:"溺"}.fi-br-page-break:before{content:"吝"}.fi-br-pager:before{content:"燐"}.fi-br-paid:before{content:"璘"}.fi-br-paint-brush:before{content:"藺"}.fi-br-paint-roller:before{content:"隣"}.fi-br-paintbrush-pencil:before{content:"鱗"}.fi-br-palette:before{content:"麟"}.fi-br-pallet-alt:before{content:"林"}.fi-br-pallet:before{content:"淋"}.fi-br-pan-food:before{content:"臨"}.fi-br-pan-frying:before{content:"立"}.fi-br-pan:before{content:"笠"}.fi-br-pancakes:before{content:"粒"}.fi-br-panorama:before{content:"狀"}.fi-br-paper-plane-launch:before{content:"炙"}.fi-br-paper-plane-top:before{content:"識"}.fi-br-paper-plane:before{content:"什"}.fi-br-paperclip-vertical:before{content:"茶"}.fi-br-parachute-box:before{content:"刺"}.fi-br-paragraph-left:before{content:"切"}.fi-br-paragraph:before{content:"度"}.fi-br-parking-circle-slash:before{content:"拓"}.fi-br-parking-circle:before{content:"糖"}.fi-br-parking-slash:before{content:"宅"}.fi-br-parking:before{content:"洞"}.fi-br-party-bell:before{content:"暴"}.fi-br-party-horn:before{content:"輻"}.fi-br-passport:before{content:"行"}.fi-br-password-alt:before{content:"降"}.fi-br-password-computer:before{content:"見"}.fi-br-password-email:before{content:"廓"}.fi-br-password-smartphone:before{content:"兀"}.fi-br-password:before{content:"嗀"}.fi-br-paste:before{content:"﨎"}.fi-br-pattern:before{content:"﨏"}.fi-br-pause-circle:before{content:"塚"}.fi-br-pause-square:before{content:"﨑"}.fi-br-pause:before{content:"晴"}.fi-br-paw-claws:before{content:"﨓"}.fi-br-paw-heart:before{content:"﨔"}.fi-br-paw:before{content:"凞"}.fi-br-payment-pos:before{content:"猪"}.fi-br-payroll-calendar:before{content:"益"}.fi-br-payroll-check:before{content:"礼"}.fi-br-payroll:before{content:"神"}.fi-br-peace:before{content:"祥"}.fi-br-peach:before{content:"福"}.fi-br-peanut:before{content:"靖"}.fi-br-peanuts:before{content:"精"}.fi-br-peapod:before{content:"羽"}.fi-br-pear:before{content:"﨟"}.fi-br-pedestal:before{content:"蘒"}.fi-br-pen-circle:before{content:"﨡"}.fi-br-pen-clip-slash:before{content:"諸"}.fi-br-pen-clip:before{content:"﨣"}.fi-br-pen-fancy-slash:before{content:"﨤"}.fi-br-pen-fancy:before{content:"逸"}.fi-br-pen-field:before{content:"都"}.fi-br-pen-nib-slash:before{content:"﨧"}.fi-br-pen-nib:before{content:"﨨"}.fi-br-pen-slash:before{content:"﨩"}.fi-br-pen-square:before{content:"飯"}.fi-br-pen-swirl:before{content:"飼"}.fi-br-pencil-paintbrush:before{content:"館"}.fi-br-pencil-ruler:before{content:"鶴"}.fi-br-pencil-slash:before{content:"郞"}.fi-br-pencil:before{content:"隷"}.fi-br-pending:before{content:"侮"}.fi-br-pennant:before{content:"僧"}.fi-br-people-arrows-left-right:before{content:"免"}.fi-br-people-carry-box:before{content:"勉"}.fi-br-people-dress:before{content:"勤"}.fi-br-people-network-partner:before{content:"卑"}.fi-br-people-pants:before{content:"喝"}.fi-br-people-poll:before{content:"嘆"}.fi-br-people-pulling:before{content:"器"}.fi-br-people-roof:before{content:"塀"}.fi-br-people:before{content:"墨"}.fi-br-pepper-alt:before{content:"層"}.fi-br-pepper-hot:before{content:"屮"}.fi-br-pepper:before{content:"悔"}.fi-br-percent-10:before{content:"慨"}.fi-br-percent-100:before{content:"憎"}.fi-br-percent-20:before{content:"懲"}.fi-br-percent-25:before{content:"敏"}.fi-br-percent-30:before{content:"既"}.fi-br-percent-40:before{content:"暑"}.fi-br-percent-50:before{content:"梅"}.fi-br-percent-60:before{content:"海"}.fi-br-percent-70:before{content:"渚"}.fi-br-percent-75:before{content:"漢"}.fi-br-percent-80:before{content:"煮"}.fi-br-percent-90:before{content:"爫"}.fi-br-percentage:before{content:"琢"}.fi-br-person-burst:before{content:"碑"}.fi-br-person-carry-box:before{content:"社"}.fi-br-person-circle-check:before{content:"祉"}.fi-br-person-circle-exclamation:before{content:"祈"}.fi-br-person-circle-minus:before{content:"祐"}.fi-br-person-circle-plus:before{content:"祖"}.fi-br-person-circle-question:before{content:"祝"}.fi-br-person-circle-xmark:before{content:"禍"}.fi-br-person-cv:before{content:"禎"}.fi-br-person-dolly-empty:before{content:"穀"}.fi-br-person-dolly:before{content:"突"}.fi-br-person-dress-simple:before{content:"節"}.fi-br-person-dress:before{content:"練"}.fi-br-person-luggage:before{content:"縉"}.fi-br-person-lunge:before{content:"繁"}.fi-br-person-pilates:before{content:"署"}.fi-br-person-praying:before{content:"者"}.fi-br-person-pregnant:before{content:"臭"}.fi-br-person-seat-reclined:before{content:"艹"}.fi-br-person-seat:before{content:"艹"}.fi-br-person-shelter:before{content:"著"}.fi-br-person-sign:before{content:"褐"}.fi-br-person-simple:before{content:"視"}.fi-br-person-walking-with-cane:before{content:"謁"}.fi-br-peseta-sign:before{content:"謹"}.fi-br-peso-sign:before{content:"賓"}.fi-br-pets:before{content:"贈"}.fi-br-pharmacy:before{content:"辶"}.fi-br-phone-call:before{content:"逸"}.fi-br-phone-cross:before{content:"難"}.fi-br-phone-flip:before{content:"響"}.fi-br-phone-guide:before{content:"頻"}.fi-br-phone-heart-message:before{content:"恵"}.fi-br-phone-office:before{content:"𤋮"}.fi-br-phone-pause:before{content:"舘"}.fi-br-phone-plus:before{content:"﩮"}.fi-br-phone-rotary:before{content:"﩯"}.fi-br-phone-slash:before{content:"並"}.fi-br-photo-capture:before{content:"况"}.fi-br-photo-film-music:before{content:"全"}.fi-br-photo-video:before{content:"侀"}.fi-br-physics:before{content:"充"}.fi-br-Pi:before{content:"冀"}.fi-br-piano-keyboard:before{content:"勇"}.fi-br-piano:before{content:"勺"}.fi-br-pickaxe:before{content:"喝"}.fi-br-picking-box:before{content:"啕"}.fi-br-picking:before{content:"喙"}.fi-br-picnic:before{content:"嗢"}.fi-br-picpeople-filled:before{content:"塚"}.fi-br-picpeople:before{content:"墳"}.fi-br-picture:before{content:"奄"}.fi-br-pie:before{content:"奔"}.fi-br-pig-bank-bulb:before{content:"婢"}.fi-br-pig-face:before{content:"嬨"}.fi-br-pig:before{content:"廒"}.fi-br-piggy-bank-budget:before{content:"廙"}.fi-br-piggy-bank:before{content:"彩"}.fi-br-pills:before{content:"徭"}.fi-br-pinata:before{content:"惘"}.fi-br-pineapple-alt:before{content:"慎"}.fi-br-pineapple:before{content:"愈"}.fi-br-ping-pong:before{content:"憎"}.fi-br-pipe-smoking:before{content:"慠"}.fi-br-pizza-slice:before{content:"懲"}.fi-br-place-of-worship:before{content:"戴"}.fi-br-plan-strategy:before{content:"揄"}.fi-br-plan:before{content:"搜"}.fi-br-plane-alt:before{content:"摒"}.fi-br-plane-arrival:before{content:"敖"}.fi-br-plane-departure:before{content:"晴"}.fi-br-plane-prop:before{content:"朗"}.fi-br-plane-slash:before{content:"望"}.fi-br-plane-tail:before{content:"杖"}.fi-br-plane:before{content:"歹"}.fi-br-planet-moon:before{content:"殺"}.fi-br-planet-ringed:before{content:"流"}.fi-br-plant-care:before{content:"滛"}.fi-br-plant-growth:before{content:"滋"}.fi-br-plant-seed-invest:before{content:"漢"}.fi-br-plant-wilt:before{content:"瀞"}.fi-br-plate-utensils:before{content:"煮"}.fi-br-plate-wheat:before{content:"瞧"}.fi-br-plate:before{content:"爵"}.fi-br-play-alt:before{content:"犯"}.fi-br-play-circle:before{content:"猪"}.fi-br-play-microphone:before{content:"瑱"}.fi-br-play-pause:before{content:"甆"}.fi-br-play:before{content:"画"}.fi-br-playing-cards:before{content:"瘝"}.fi-br-plug-alt:before{content:"瘟"}.fi-br-plug-cable:before{content:"益"}.fi-br-plug-circle-bolt:before{content:"盛"}.fi-br-plug-circle-check:before{content:"直"}.fi-br-plug-circle-exclamation:before{content:"睊"}.fi-br-plug-circle-minus:before{content:"着"}.fi-br-plug-circle-plus:before{content:"磌"}.fi-br-plug-connection:before{content:"窱"}.fi-br-plug:before{content:"節"}.fi-br-plus-hexagon:before{content:"类"}.fi-br-plus-minus:before{content:"絛"}.fi-br-plus-small:before{content:"練"}.fi-br-plus:before{content:"缾"}.fi-br-png-file:before{content:"者"}.fi-br-podcast:before{content:"荒"}.fi-br-podium-star:before{content:"華"}.fi-br-podium-victory-leader:before{content:"蝹"}.fi-br-podium:before{content:"襁"}.fi-br-point-of-sale-bill:before{content:"覆"}.fi-br-point-of-sale-signal:before{content:"視"}.fi-br-point-of-sale:before{content:"調"}.fi-br-pointer-loading:before{content:"諸"}.fi-br-pointer-text:before{content:"請"}.fi-br-poker-chip:before{content:"謁"}.fi-br-police-box:before{content:"諾"}.fi-br-poll-h:before{content:"諭"}.fi-br-pollution:before{content:"謹"}.fi-br-pompebled:before{content:"變"}.fi-br-poo-bolt:before{content:"贈"}.fi-br-poo:before{content:"輸"}.fi-br-pool-8-ball:before{content:"遲"}.fi-br-poop:before{content:"醙"}.fi-br-popcorn:before{content:"鉶"}.fi-br-popsicle:before{content:"陼"}.fi-br-portal-enter:before{content:"難"}.fi-br-portal-exit:before{content:"靖"}.fi-br-portrait:before{content:"韛"}.fi-br-postal-address:before{content:"響"}.fi-br-pot:before{content:"頋"}.fi-br-potato:before{content:"頻"}.fi-br-pound:before{content:"鬒"}.fi-br-power:before{content:"龜"}.fi-br-ppt-file:before{content:"𢡊"}.fi-br-practice:before{content:"𢡄"}.fi-br-praying-hands:before{content:"𣏕"}.fi-br-prescription-bottle-alt:before{content:"㮝"}.fi-br-prescription-bottle-pill:before{content:"䀘"}.fi-br-prescription-bottle:before{content:"䀹"}.fi-br-prescription:before{content:"𥉉"}.fi-br-presentation:before{content:"𥳐"}.fi-br-preview:before{content:"𧻓"}.fi-br-previous-square:before{content:"齃"}.fi-br-print-magnifying-glass:before{content:"龎"}.fi-br-print-slash:before{content:"﫚"}.fi-br-print:before{content:"﫛"}.fi-br-priority-arrow:before{content:"﫜"}.fi-br-priority-arrows:before{content:"﫝"}.fi-br-priority-importance:before{content:"﫞"}.fi-br-problem-solving:before{content:"﫟"}.fi-br-procedures:before{content:"﫠"}.fi-br-process:before{content:"﫡"}.fi-br-productivity:before{content:"﫢"}.fi-br-progress-complete:before{content:"﫣"}.fi-br-progress-download:before{content:"﫤"}.fi-br-progress-upload:before{content:"﫥"}.fi-br-projector:before{content:"﫦"}.fi-br-protractor:before{content:"﫧"}.fi-br-pulse:before{content:"﫨"}.fi-br-pump-medical:before{content:"﫩"}.fi-br-pump:before{content:"﫪"}.fi-br-pumpkin-alt-2:before{content:"﫫"}.fi-br-pumpkin-alt:before{content:"﫬"}.fi-br-pumpkin:before{content:"﫭"}.fi-br-puzzle-alt:before{content:"﫮"}.fi-br-puzzle-piece-integration:before{content:"﫯"}.fi-br-puzzle-piece:before{content:"﫰"}.fi-br-puzzle-pieces:before{content:"﫱"}.fi-br-pyramid:before{content:"﫲"}.fi-br-q:before{content:"﫳"}.fi-br-qr-scan:before{content:"﫴"}.fi-br-QR:before{content:"﫵"}.fi-br-qrcode:before{content:"﫶"}.fi-br-question-square:before{content:"﫷"}.fi-br-question:before{content:"﫸"}.fi-br-queue-alt:before{content:"﫹"}.fi-br-queue-line:before{content:"﫺"}.fi-br-queue-signal:before{content:"﫻"}.fi-br-queue:before{content:"﫼"}.fi-br-quill-pen-story:before{content:"﫽"}.fi-br-quiz-alt:before{content:"﫾"}.fi-br-quiz:before{content:"﫿"}.fi-br-quote-right:before{content:"ﬀ"}.fi-br-r:before{content:"ﬁ"}.fi-br-rabbit-fast:before{content:"ﬂ"}.fi-br-rabbit:before{content:"ﬃ"}.fi-br-raccoon:before{content:"ﬄ"}.fi-br-racquet:before{content:"ﬅ"}.fi-br-radar-monitoring-track:before{content:"ﬆ"}.fi-br-radar:before{content:"﬇"}.fi-br-radiation-alt:before{content:"﬈"}.fi-br-radiation:before{content:"﬉"}.fi-br-radio-alt:before{content:"﬊"}.fi-br-radio-button:before{content:"﬋"}.fi-br-radio:before{content:"﬌"}.fi-br-radish:before{content:"﬍"}.fi-br-rainbow:before{content:"﬎"}.fi-br-raindrops:before{content:"﬏"}.fi-br-ram:before{content:"﬐"}.fi-br-ramp-loading:before{content:"﬑"}.fi-br-rank:before{content:"﬒"}.fi-br-ranking-podium-empty:before{content:"ﬓ"}.fi-br-ranking-podium:before{content:"ﬔ"}.fi-br-ranking-star:before{content:"ﬕ"}.fi-br-ranking-stars:before{content:"ﬖ"}.fi-br-raygun:before{content:"ﬗ"}.fi-br-razor-barber:before{content:"﬘"}.fi-br-react:before{content:"﬙"}.fi-br-rec:before{content:"﬚"}.fi-br-receipt:before{content:"﬛"}.fi-br-recipe-book:before{content:"﬜"}.fi-br-recipe:before{content:"יִ"}.fi-br-record-vinyl:before{content:"ﬞ"}.fi-br-rectabgle-vertical:before{content:"ײַ"}.fi-br-rectangle-barcode:before{content:"ﬠ"}.fi-br-rectangle-code:before{content:"ﬡ"}.fi-br-rectangle-history-circle-plus:before{content:"ﬢ"}.fi-br-rectangle-horizontal:before{content:"ﬣ"}.fi-br-rectangle-list:before{content:"ﬤ"}.fi-br-rectangle-panoramic:before{content:"ﬥ"}.fi-br-rectangle-pro:before{content:"ﬦ"}.fi-br-rectangle-vertical-history:before{content:"ﬧ"}.fi-br-rectangle-vertical:before{content:"ﬨ"}.fi-br-rectangle-xmark:before{content:"﬩"}.fi-br-rectangles-mixed:before{content:"שׁ"}.fi-br-recycle-bin:before{content:"שׂ"}.fi-br-recycle:before{content:"שּׁ"}.fi-br-redo-alt:before{content:"שּׂ"}.fi-br-redo:before{content:"אַ"}.fi-br-reel:before{content:"אָ"}.fi-br-refer-arrow:before{content:"אּ"}.fi-br-refer:before{content:"בּ"}.fi-br-referral-alt:before{content:"גּ"}.fi-br-referral-user:before{content:"דּ"}.fi-br-referral:before{content:"הּ"}.fi-br-reflect-horizontal-alt:before{content:"וּ"}.fi-br-reflect-horizontal:before{content:"זּ"}.fi-br-reflect-vertical:before{content:"﬷"}.fi-br-reflect:before{content:"טּ"}.fi-br-refresh:before{content:"יּ"}.fi-br-refrigerator:before{content:"ךּ"}.fi-br-refund-alt:before{content:"כּ"}.fi-br-refund:before{content:"לּ"}.fi-br-region-pin-alt:before{content:"﬽"}.fi-br-region-pin:before{content:"מּ"}.fi-br-registered:before{content:"﬿"}.fi-br-registration-paper:before{content:"נּ"}.fi-br-remove-folder:before{content:"סּ"}.fi-br-remove-user:before{content:"﭂"}.fi-br-rent-signal:before{content:"ףּ"}.fi-br-rent:before{content:"פּ"}.fi-br-replace:before{content:"﭅"}.fi-br-replay-10:before{content:"צּ"}.fi-br-replay-30:before{content:"קּ"}.fi-br-replay-5:before{content:"רּ"}.fi-br-reply-all:before{content:"שּ"}.fi-br-republican:before{content:"תּ"}.fi-br-reservation-smartphone:before{content:"וֹ"}.fi-br-reservation-table:before{content:"בֿ"}.fi-br-resistance-band:before{content:"כֿ"}.fi-br-resize:before{content:"פֿ"}.fi-br-resources:before{content:"ﭏ"}.fi-br-restaurant:before{content:"ﭐ"}.fi-br-restock:before{content:"ﭑ"}.fi-br-restroom-simple:before{content:"ﭒ"}.fi-br-resume:before{content:"ﭓ"}.fi-br-revenue-alt:before{content:"ﭔ"}.fi-br-revenue-euro:before{content:"ﭕ"}.fi-br-Revenue:before{content:"ﭖ"}.fi-br-review:before{content:"ﭗ"}.fi-br-rewind-button-circle:before{content:"ﭘ"}.fi-br-rewind:before{content:"ﭙ"}.fi-br-rhombus:before{content:"ﭚ"}.fi-br-ribbon:before{content:"ﭛ"}.fi-br-right-from-bracket:before{content:"ﭜ"}.fi-br-right:before{content:"ﭝ"}.fi-br-ring-diamond:before{content:"ﭞ"}.fi-br-ring:before{content:"ﭟ"}.fi-br-rings-wedding:before{content:"ﭠ"}.fi-br-risk-alt:before{content:"ﭡ"}.fi-br-risk:before{content:"ﭢ"}.fi-br-road-barrier:before{content:"ﭣ"}.fi-br-road-sign-left:before{content:"ﭤ"}.fi-br-road:before{content:"ﭥ"}.fi-br-robot:before{content:"ﭦ"}.fi-br-robotic-arm:before{content:"ﭧ"}.fi-br-rocket-lunch:before{content:"ﭨ"}.fi-br-rocket:before{content:"ﭩ"}.fi-br-roller-coaster:before{content:"ﭪ"}.fi-br-room-service:before{content:"ﭫ"}.fi-br-rotate-exclamation:before{content:"ﭬ"}.fi-br-rotate-left:before{content:"ﭭ"}.fi-br-rotate-reverse:before{content:"ﭮ"}.fi-br-rotate-right:before{content:"ﭯ"}.fi-br-rotate-square:before{content:"ﭰ"}.fi-br-roulette:before{content:"ﭱ"}.fi-br-route-highway:before{content:"ﭲ"}.fi-br-route-interstate:before{content:"ﭳ"}.fi-br-route:before{content:"ﭴ"}.fi-br-router:before{content:"ﭵ"}.fi-br-rss-alt:before{content:"ﭶ"}.fi-br-rss:before{content:"ﭷ"}.fi-br-ruble-sign:before{content:"ﭸ"}.fi-br-rugby-helmet:before{content:"ﭹ"}.fi-br-rugby:before{content:"ﭺ"}.fi-br-ruler-combined:before{content:"ﭻ"}.fi-br-ruler-horizontal:before{content:"ﭼ"}.fi-br-ruler-triangle:before{content:"ﭽ"}.fi-br-ruler-vertical:before{content:"ﭾ"}.fi-br-rules-alt:before{content:"ﭿ"}.fi-br-rules:before{content:"ﮀ"}.fi-br-running-track:before{content:"ﮁ"}.fi-br-running:before{content:"ﮂ"}.fi-br-rupee-sign:before{content:"ﮃ"}.fi-br-rupiah-sign:before{content:"ﮄ"}.fi-br-rv:before{content:"ﮅ"}.fi-br-s:before{content:"ﮆ"}.fi-br-sack-dollar:before{content:"ﮇ"}.fi-br-sack:before{content:"ﮈ"}.fi-br-sad-cry:before{content:"ﮉ"}.fi-br-sad-tear:before{content:"ﮊ"}.fi-br-sad:before{content:"ﮋ"}.fi-br-safe-box:before{content:"ﮌ"}.fi-br-sailboat:before{content:"ﮍ"}.fi-br-salad:before{content:"ﮎ"}.fi-br-salary-alt:before{content:"ﮏ"}.fi-br-salt-pepper:before{content:"ﮐ"}.fi-br-salt-shaker:before{content:"ﮑ"}.fi-br-sandwich-alt:before{content:"ﮒ"}.fi-br-sandwich:before{content:"ﮓ"}.fi-br-satellite-dish:before{content:"ﮔ"}.fi-br-satellite:before{content:"ﮕ"}.fi-br-saturday:before{content:"ﮖ"}.fi-br-sauce:before{content:"ﮗ"}.fi-br-sausage:before{content:"ﮘ"}.fi-br-sax-hot:before{content:"ﮙ"}.fi-br-saxophone:before{content:"ﮚ"}.fi-br-scale-comparison-alt:before{content:"ﮛ"}.fi-br-scale-comparison:before{content:"ﮜ"}.fi-br-scale:before{content:"ﮝ"}.fi-br-scalpel-path:before{content:"ﮞ"}.fi-br-scalpel:before{content:"ﮟ"}.fi-br-scanner-gun:before{content:"ﮠ"}.fi-br-scanner-image:before{content:"ﮡ"}.fi-br-scanner-keyboard:before{content:"ﮢ"}.fi-br-scanner-touchscreen:before{content:"ﮣ"}.fi-br-scarecrow:before{content:"ﮤ"}.fi-br-scarf:before{content:"ﮥ"}.fi-br-school-bus:before{content:"ﮦ"}.fi-br-school:before{content:"ﮧ"}.fi-br-scissors:before{content:"ﮨ"}.fi-br-scooter:before{content:"ﮩ"}.fi-br-screen:before{content:"ﮪ"}.fi-br-screencast:before{content:"ﮫ"}.fi-br-screw-alt:before{content:"ﮬ"}.fi-br-screw:before{content:"ﮭ"}.fi-br-screwdriver:before{content:"ﮮ"}.fi-br-scribble:before{content:"ﮯ"}.fi-br-script:before{content:"ﮰ"}.fi-br-scroll-document-story:before{content:"ﮱ"}.fi-br-scroll-old:before{content:"﮲"}.fi-br-scroll-torah:before{content:"﮳"}.fi-br-scroll:before{content:"﮴"}.fi-br-scrubber:before{content:"﮵"}.fi-br-scythe:before{content:"﮶"}.fi-br-sd-card:before{content:"﮷"}.fi-br-sd-cards:before{content:"﮸"}.fi-br-seal-exclamation:before{content:"﮹"}.fi-br-seal-question:before{content:"﮺"}.fi-br-seal:before{content:"﮻"}.fi-br-search-alt:before{content:"﮼"}.fi-br-search-dollar:before{content:"﮽"}.fi-br-search-heart:before{content:"﮾"}.fi-br-search-location:before{content:"﮿"}.fi-br-search:before{content:"﯀"}.fi-br-seat-airline:before{content:"﯁"}.fi-br-seatbelt-safety-driver:before{content:"﯂"}.fi-br-second-award:before{content:"﯃"}.fi-br-second-laurel:before{content:"﯄"}.fi-br-second-medal:before{content:"﯅"}.fi-br-second:before{content:"﯆"}.fi-br-seedling:before{content:"﯇"}.fi-br-selection:before{content:"﯈"}.fi-br-sell:before{content:"﯉"}.fi-br-seller-store:before{content:"﯊"}.fi-br-seller:before{content:"﯋"}.fi-br-selling:before{content:"﯌"}.fi-br-send-back:before{content:"﯍"}.fi-br-send-backward:before{content:"﯎"}.fi-br-send-money-smartphone:before{content:"﯏"}.fi-br-send-money:before{content:"﯐"}.fi-br-sensor-alert:before{content:"﯑"}.fi-br-sensor-fire:before{content:"﯒"}.fi-br-sensor-on:before{content:"ﯓ"}.fi-br-sensor-smoke:before{content:"ﯔ"}.fi-br-sensor:before{content:"ﯕ"}.fi-br-settings-sliders:before{content:"ﯖ"}.fi-br-settings:before{content:"ﯗ"}.fi-br-share-alt-square:before{content:"ﯘ"}.fi-br-share-square:before{content:"ﯙ"}.fi-br-share:before{content:"ﯚ"}.fi-br-sheep:before{content:"ﯛ"}.fi-br-shekel-sign:before{content:"ﯜ"}.fi-br-shelves:before{content:"ﯝ"}.fi-br-shield-alt:before{content:"ﯞ"}.fi-br-shield-cat:before{content:"ﯟ"}.fi-br-shield-check:before{content:"ﯠ"}.fi-br-shield-cross:before{content:"ﯡ"}.fi-br-shield-dog:before{content:"ﯢ"}.fi-br-shield-exclamation:before{content:"ﯣ"}.fi-br-shield-interrogation:before{content:"ﯤ"}.fi-br-shield-keyhole:before{content:"ﯥ"}.fi-br-shield-minus:before{content:"ﯦ"}.fi-br-shield-plus:before{content:"ﯧ"}.fi-br-shield-security-risk:before{content:"ﯨ"}.fi-br-shield-slash:before{content:"ﯩ"}.fi-br-shield-trust:before{content:"ﯪ"}.fi-br-shield-virus:before{content:"ﯫ"}.fi-br-shield-xmark:before{content:"ﯬ"}.fi-br-shield:before{content:"ﯭ"}.fi-br-ship-side:before{content:"ﯮ"}.fi-br-ship:before{content:"ﯯ"}.fi-br-shipping-fast:before{content:"ﯰ"}.fi-br-shipping-timed:before{content:"ﯱ"}.fi-br-shirt-long-sleeve:before{content:"ﯲ"}.fi-br-shirt-running:before{content:"ﯳ"}.fi-br-shirt-tank-top:before{content:"ﯴ"}.fi-br-shirt:before{content:"ﯵ"}.fi-br-shish-kebab:before{content:"ﯶ"}.fi-br-shoe-prints:before{content:"ﯷ"}.fi-br-shop-lock:before{content:"ﯸ"}.fi-br-shop-slash:before{content:"ﯹ"}.fi-br-shop:before{content:"ﯺ"}.fi-br-shopping-bag-add:before{content:"ﯻ"}.fi-br-shopping-bag:before{content:"ﯼ"}.fi-br-shopping-basket:before{content:"ﯽ"}.fi-br-shopping-cart-add:before{content:"ﯾ"}.fi-br-shopping-cart-buyer:before{content:"ﯿ"}.fi-br-shopping-cart-check:before{content:"ﰀ"}.fi-br-shopping-cart:before{content:"ﰁ"}.fi-br-shovel-snow:before{content:"ﰂ"}.fi-br-shovel:before{content:"ﰃ"}.fi-br-shower-down:before{content:"ﰄ"}.fi-br-shower:before{content:"ﰅ"}.fi-br-shredder:before{content:"ﰆ"}.fi-br-shrimp:before{content:"ﰇ"}.fi-br-shuffle:before{content:"ﰈ"}.fi-br-shuttle-van:before{content:"ﰉ"}.fi-br-shuttlecock:before{content:"ﰊ"}.fi-br-Sickle:before{content:"ﰋ"}.fi-br-sidebar-flip:before{content:"ﰌ"}.fi-br-sidebar:before{content:"ﰍ"}.fi-br-sigma:before{content:"ﰎ"}.fi-br-sign-hanging:before{content:"ﰏ"}.fi-br-sign-in-alt:before{content:"ﰐ"}.fi-br-sign-out-alt:before{content:"ﰑ"}.fi-br-sign-posts-wrench:before{content:"ﰒ"}.fi-br-sign-posts:before{content:"ﰓ"}.fi-br-sign-up:before{content:"ﰔ"}.fi-br-signal-alt-1:before{content:"ﰕ"}.fi-br-signal-alt-2:before{content:"ﰖ"}.fi-br-signal-alt-slash:before{content:"ﰗ"}.fi-br-signal-alt:before{content:"ﰘ"}.fi-br-signal-bars-fair:before{content:"ﰙ"}.fi-br-signal-bars-good:before{content:"ﰚ"}.fi-br-signal-bars-weak:before{content:"ﰛ"}.fi-br-signal-stream-slash:before{content:"ﰜ"}.fi-br-signal-stream:before{content:"ﰝ"}.fi-br-signature-lock:before{content:"ﰞ"}.fi-br-signature-slash:before{content:"ﰟ"}.fi-br-signature:before{content:"ﰠ"}.fi-br-sim-card:before{content:"ﰡ"}.fi-br-sim-cards:before{content:"ﰢ"}.fi-br-sink:before{content:"ﰣ"}.fi-br-siren-on:before{content:"ﰤ"}.fi-br-Siren:before{content:"ﰥ"}.fi-br-site-alt:before{content:"ﰦ"}.fi-br-site-browser:before{content:"ﰧ"}.fi-br-site:before{content:"ﰨ"}.fi-br-sitemap:before{content:"ﰩ"}.fi-br-skateboard:before{content:"ﰪ"}.fi-br-skating:before{content:"ﰫ"}.fi-br-skeleton-ribs:before{content:"ﰬ"}.fi-br-skeleton:before{content:"ﰭ"}.fi-br-skewer:before{content:"ﰮ"}.fi-br-ski-boot-ski:before{content:"ﰯ"}.fi-br-ski-jump:before{content:"ﰰ"}.fi-br-ski-lift:before{content:"ﰱ"}.fi-br-skiing-nordic:before{content:"ﰲ"}.fi-br-skiing:before{content:"ﰳ"}.fi-br-skill-alt:before{content:"ﰴ"}.fi-br-skill-user:before{content:"ﰵ"}.fi-br-skill:before{content:"ﰶ"}.fi-br-skin-arrow:before{content:"ﰷ"}.fi-br-skin-drop:before{content:"ﰸ"}.fi-br-skin-hair:before{content:"ﰹ"}.fi-br-skin:before{content:"ﰺ"}.fi-br-skip-15-seconds:before{content:"ﰻ"}.fi-br-skull-cow:before{content:"ﰼ"}.fi-br-skull-crossbones:before{content:"ﰽ"}.fi-br-skull:before{content:"ﰾ"}.fi-br-slash:before{content:"ﰿ"}.fi-br-sledding:before{content:"ﱀ"}.fi-br-sleeping-bag:before{content:"ﱁ"}.fi-br-sleigh:before{content:"ﱂ"}.fi-br-sliders-h-square:before{content:"ﱃ"}.fi-br-sliders-v-square:before{content:"ﱄ"}.fi-br-sliders-v:before{content:"ﱅ"}.fi-br-slot-machine:before{content:"ﱆ"}.fi-br-smart-home-alt:before{content:"ﱇ"}.fi-br-smart-home:before{content:"ﱈ"}.fi-br-smartphone:before{content:"ﱉ"}.fi-br-smile-beam:before{content:"ﱊ"}.fi-br-smile-plus:before{content:"ﱋ"}.fi-br-smiley-comment-alt:before{content:"ﱌ"}.fi-br-smog:before{content:"ﱍ"}.fi-br-smoke:before{content:"ﱎ"}.fi-br-smoking-ban:before{content:"ﱏ"}.fi-br-smoking:before{content:"ﱐ"}.fi-br-snake:before{content:"ﱑ"}.fi-br-snap:before{content:"ﱒ"}.fi-br-snooze:before{content:"ﱓ"}.fi-br-snow-blowing:before{content:"ﱔ"}.fi-br-snowboarding:before{content:"ﱕ"}.fi-br-snowflake-droplets:before{content:"ﱖ"}.fi-br-snowflake:before{content:"ﱗ"}.fi-br-snowflakes:before{content:"ﱘ"}.fi-br-snowman-alt:before{content:"ﱙ"}.fi-br-snowman-head:before{content:"ﱚ"}.fi-br-snowmobile:before{content:"ﱛ"}.fi-br-snowplow:before{content:"ﱜ"}.fi-br-soap-alt:before{content:"ﱝ"}.fi-br-soap:before{content:"ﱞ"}.fi-br-social-network:before{content:"ﱟ"}.fi-br-socks:before{content:"ﱠ"}.fi-br-sofa-size:before{content:"ﱡ"}.fi-br-sofa:before{content:"ﱢ"}.fi-br-solar-panel-sun:before{content:"ﱣ"}.fi-br-solar-panel:before{content:"ﱤ"}.fi-br-solar-system:before{content:"ﱥ"}.fi-br-sold-house:before{content:"ﱦ"}.fi-br-sold-signal:before{content:"ﱧ"}.fi-br-sort-alpha-down-alt:before{content:"ﱨ"}.fi-br-sort-alpha-down:before{content:"ﱩ"}.fi-br-sort-alpha-up-alt:before{content:"ﱪ"}.fi-br-sort-alpha-up:before{content:"ﱫ"}.fi-br-sort-alt:before{content:"ﱬ"}.fi-br-sort-amount-down-alt:before{content:"ﱭ"}.fi-br-sort-amount-down:before{content:"ﱮ"}.fi-br-sort-amount-up-alt:before{content:"ﱯ"}.fi-br-sort-amount-up:before{content:"ﱰ"}.fi-br-sort-circle-down:before{content:"ﱱ"}.fi-br-sort-circle-up:before{content:"ﱲ"}.fi-br-sort-circle:before{content:"ﱳ"}.fi-br-sort-down:before{content:"ﱴ"}.fi-br-sort-numeric-down-alt:before{content:"ﱵ"}.fi-br-sort-numeric-down:before{content:"ﱶ"}.fi-br-sort-shapes-down:before{content:"ﱷ"}.fi-br-sort-shapes-up:before{content:"ﱸ"}.fi-br-sort-size-down:before{content:"ﱹ"}.fi-br-sort-size-up:before{content:"ﱺ"}.fi-br-sort:before{content:"ﱻ"}.fi-br-soup:before{content:"ﱼ"}.fi-br-source-data:before{content:"ﱽ"}.fi-br-source-document-alt:before{content:"ﱾ"}.fi-br-source-document:before{content:"ﱿ"}.fi-br-spa:before{content:"ﲀ"}.fi-br-space-shuttle:before{content:"ﲁ"}.fi-br-space-station-moon-alt:before{content:"ﲂ"}.fi-br-space-station-moon:before{content:"ﲃ"}.fi-br-spade:before{content:"ﲄ"}.fi-br-spaghetti-monster-flying:before{content:"ﲅ"}.fi-br-spain-map:before{content:"ﲆ"}.fi-br-sparkles:before{content:"ﲇ"}.fi-br-spartan-helmet:before{content:"ﲈ"}.fi-br-speaker:before{content:"ﲉ"}.fi-br-speakers:before{content:"ﲊ"}.fi-br-speech-bubble-story:before{content:"ﲋ"}.fi-br-speedometer-arrow:before{content:"ﲌ"}.fi-br-speedometer-kpi:before{content:"ﲍ"}.fi-br-sphere:before{content:"ﲎ"}.fi-br-spider-black-widow:before{content:"ﲏ"}.fi-br-spider-web:before{content:"ﲐ"}.fi-br-spider:before{content:"ﲑ"}.fi-br-spinner:before{content:"ﲒ"}.fi-br-split-up-relation:before{content:"ﲓ"}.fi-br-split:before{content:"ﲔ"}.fi-br-splotch:before{content:"ﲕ"}.fi-br-spoon:before{content:"ﲖ"}.fi-br-spray-can-sparkles:before{content:"ﲗ"}.fi-br-spray-can:before{content:"ﲘ"}.fi-br-spring-calendar:before{content:"ﲙ"}.fi-br-sprinkler:before{content:"ﲚ"}.fi-br-spy:before{content:"ﲛ"}.fi-br-square-0:before{content:"ﲜ"}.fi-br-square-1:before{content:"ﲝ"}.fi-br-square-2:before{content:"ﲞ"}.fi-br-square-3:before{content:"ﲟ"}.fi-br-square-4:before{content:"ﲠ"}.fi-br-square-5:before{content:"ﲡ"}.fi-br-square-6:before{content:"ﲢ"}.fi-br-square-7:before{content:"ﲣ"}.fi-br-square-8:before{content:"ﲤ"}.fi-br-square-9:before{content:"ﲥ"}.fi-br-square-a:before{content:"ﲦ"}.fi-br-square-b:before{content:"ﲧ"}.fi-br-square-bolt:before{content:"ﲨ"}.fi-br-square-c:before{content:"ﲩ"}.fi-br-square-code:before{content:"ﲪ"}.fi-br-square-d:before{content:"ﲫ"}.fi-br-square-dashed-circle-plus:before{content:"ﲬ"}.fi-br-square-dashed:before{content:"ﲭ"}.fi-br-square-divide:before{content:"ﲮ"}.fi-br-square-e:before{content:"ﲯ"}.fi-br-square-ellipsis-vertical:before{content:"ﲰ"}.fi-br-square-ellipsis:before{content:"ﲱ"}.fi-br-square-exclamation:before{content:"ﲲ"}.fi-br-square-f:before{content:"ﲳ"}.fi-br-square-g:before{content:"ﲴ"}.fi-br-square-h:before{content:"ﲵ"}.fi-br-square-heart:before{content:"ﲶ"}.fi-br-square-i:before{content:"ﲷ"}.fi-br-square-info:before{content:"ﲸ"}.fi-br-square-j:before{content:"ﲹ"}.fi-br-square-k:before{content:"ﲺ"}.fi-br-square-kanban:before{content:"ﲻ"}.fi-br-square-l:before{content:"ﲼ"}.fi-br-square-m:before{content:"ﲽ"}.fi-br-square-minus:before{content:"ﲾ"}.fi-br-square-n:before{content:"ﲿ"}.fi-br-square-o:before{content:"ﳀ"}.fi-br-square-p:before{content:"ﳁ"}.fi-br-square-phone-hangup:before{content:"ﳂ"}.fi-br-square-plus:before{content:"ﳃ"}.fi-br-square-poll-horizontal:before{content:"ﳄ"}.fi-br-square-poll-vertical:before{content:"ﳅ"}.fi-br-square-q:before{content:"ﳆ"}.fi-br-square-quote:before{content:"ﳇ"}.fi-br-square-r:before{content:"ﳈ"}.fi-br-square-root:before{content:"ﳉ"}.fi-br-square-s:before{content:"ﳊ"}.fi-br-square-small:before{content:"ﳋ"}.fi-br-square-star:before{content:"ﳌ"}.fi-br-square-t:before{content:"ﳍ"}.fi-br-square-terminal:before{content:"ﳎ"}.fi-br-square-u:before{content:"ﳏ"}.fi-br-square-up-right:before{content:"ﳐ"}.fi-br-square-v:before{content:"ﳑ"}.fi-br-square-w:before{content:"ﳒ"}.fi-br-square-x:before{content:"ﳓ"}.fi-br-square-y:before{content:"ﳔ"}.fi-br-square-z:before{content:"ﳕ"}.fi-br-square:before{content:"ﳖ"}.fi-br-squid:before{content:"ﳗ"}.fi-br-squircle:before{content:"ﳘ"}.fi-br-squirrel:before{content:"ﳙ"}.fi-br-staff:before{content:"ﳚ"}.fi-br-stage-concert:before{content:"ﳛ"}.fi-br-stage-theatre:before{content:"ﳜ"}.fi-br-stage:before{content:"ﳝ"}.fi-br-stairs:before{content:"ﳞ"}.fi-br-stamp:before{content:"ﳟ"}.fi-br-standard-definition:before{content:"ﳠ"}.fi-br-star-and-crescent:before{content:"ﳡ"}.fi-br-star-christmas:before{content:"ﳢ"}.fi-br-star-comment-alt:before{content:"ﳣ"}.fi-br-star-exclamation:before{content:"ﳤ"}.fi-br-star-octogram:before{content:"ﳥ"}.fi-br-star-of-david:before{content:"ﳦ"}.fi-br-star-rating-call:before{content:"ﳧ"}.fi-br-star-sharp-half-stroke:before{content:"ﳨ"}.fi-br-star-sharp-half:before{content:"ﳩ"}.fi-br-star-shooting:before{content:"ﳪ"}.fi-br-star:before{content:"ﳫ"}.fi-br-starfighter:before{content:"ﳬ"}.fi-br-stars:before{content:"ﳭ"}.fi-br-state-country:before{content:"ﳮ"}.fi-br-stationary-bike:before{content:"ﳯ"}.fi-br-stats:before{content:"ﳰ"}.fi-br-steak:before{content:"ﳱ"}.fi-br-steering-wheel:before{content:"ﳲ"}.fi-br-step-backward:before{content:"ﳳ"}.fi-br-step-forward:before{content:"ﳴ"}.fi-br-sterling-sign:before{content:"ﳵ"}.fi-br-stethoscope:before{content:"ﳶ"}.fi-br-sticker:before{content:"ﳷ"}.fi-br-stocking:before{content:"ﳸ"}.fi-br-stomach:before{content:"ﳹ"}.fi-br-stop-circle:before{content:"ﳺ"}.fi-br-stop-square:before{content:"ﳻ"}.fi-br-stop:before{content:"ﳼ"}.fi-br-stopwatch:before{content:"ﳽ"}.fi-br-store-alt:before{content:"ﳾ"}.fi-br-store-buyer:before{content:"ﳿ"}.fi-br-store-lock:before{content:"ﴀ"}.fi-br-store-slash:before{content:"ﴁ"}.fi-br-story-book:before{content:"ﴂ"}.fi-br-story-fairy-tale:before{content:"ﴃ"}.fi-br-story-fantasy:before{content:"ﴄ"}.fi-br-strategy-chess-risk:before{content:"ﴅ"}.fi-br-strawberry:before{content:"ﴆ"}.fi-br-street-view:before{content:"ﴇ"}.fi-br-stretcher:before{content:"ﴈ"}.fi-br-strikethrough:before{content:"ﴉ"}.fi-br-stroopwafel:before{content:"ﴊ"}.fi-br-student-alt:before{content:"ﴋ"}.fi-br-student:before{content:"ﴌ"}.fi-br-subscript:before{content:"ﴍ"}.fi-br-subscription-alt:before{content:"ﴎ"}.fi-br-subscription:before{content:"ﴏ"}.fi-br-subtitles-slash:before{content:"ﴐ"}.fi-br-subtitles:before{content:"ﴑ"}.fi-br-subway:before{content:"ﴒ"}.fi-br-suitcase-alt:before{content:"ﴓ"}.fi-br-summary-check:before{content:"ﴔ"}.fi-br-summer:before{content:"ﴕ"}.fi-br-sun-dust:before{content:"ﴖ"}.fi-br-sun-plant-wilt:before{content:"ﴗ"}.fi-br-sun-salutation-yoga:before{content:"ﴘ"}.fi-br-sun:before{content:"ﴙ"}.fi-br-sunday:before{content:"ﴚ"}.fi-br-sunglasses-alt:before{content:"ﴛ"}.fi-br-sunglasses:before{content:"ﴜ"}.fi-br-sunrise-alt:before{content:"ﴝ"}.fi-br-sunrise:before{content:"ﴞ"}.fi-br-sunset:before{content:"ﴟ"}.fi-br-superscript:before{content:"ﴠ"}.fi-br-supplier-alt:before{content:"ﴡ"}.fi-br-supplier:before{content:"ﴢ"}.fi-br-surfing:before{content:"ﴣ"}.fi-br-surprise:before{content:"ﴤ"}.fi-br-surveillance-camera:before{content:"ﴥ"}.fi-br-survey-xmark:before{content:"ﴦ"}.fi-br-sushi-alt:before{content:"ﴧ"}.fi-br-sushi-roll:before{content:"ﴨ"}.fi-br-sushi:before{content:"ﴩ"}.fi-br-svg:before{content:"ﴪ"}.fi-br-swap:before{content:"ﴫ"}.fi-br-swatchbook:before{content:"ﴬ"}.fi-br-swimmer:before{content:"ﴭ"}.fi-br-swimming-pool:before{content:"ﴮ"}.fi-br-swing:before{content:"ﴯ"}.fi-br-swipe-down:before{content:"ﴰ"}.fi-br-swipe-left:before{content:"ﴱ"}.fi-br-swipe-right:before{content:"ﴲ"}.fi-br-swipe-up:before{content:"ﴳ"}.fi-br-sword:before{content:"ﴴ"}.fi-br-symbol:before{content:"ﴵ"}.fi-br-symbols:before{content:"ﴶ"}.fi-br-synagogue:before{content:"ﴷ"}.fi-br-syringe:before{content:"ﴸ"}.fi-br-system-cloud:before{content:"ﴹ"}.fi-br-t:before{content:"ﴺ"}.fi-br-tab-folder:before{content:"ﴻ"}.fi-br-table-columns:before{content:"ﴼ"}.fi-br-table-layout:before{content:"ﴽ"}.fi-br-table-list:before{content:"﴾"}.fi-br-table-picnic:before{content:"﴿"}.fi-br-table-pivot:before{content:"﵀"}.fi-br-table-rows:before{content:"﵁"}.fi-br-table-tree:before{content:"﵂"}.fi-br-table:before{content:"﵃"}.fi-br-tablet-android-alt:before{content:"﵄"}.fi-br-tablet-android:before{content:"﵅"}.fi-br-tablet-rugged:before{content:"﵆"}.fi-br-tablet:before{content:"﵇"}.fi-br-tachometer-alt-average:before{content:"﵈"}.fi-br-tachometer-alt-fastest:before{content:"﵉"}.fi-br-tachometer-alt-slow:before{content:"﵊"}.fi-br-tachometer-alt-slowest:before{content:"﵋"}.fi-br-tachometer-average:before{content:"﵌"}.fi-br-tachometer-fast:before{content:"﵍"}.fi-br-tachometer-fastest:before{content:"﵎"}.fi-br-tachometer-slow:before{content:"﵏"}.fi-br-tachometer-slowest:before{content:"ﵐ"}.fi-br-tachometer:before{content:"ﵑ"}.fi-br-taco:before{content:"ﵒ"}.fi-br-tags:before{content:"ﵓ"}.fi-br-talent-alt:before{content:"ﵔ"}.fi-br-talent-hand:before{content:"ﵕ"}.fi-br-talent:before{content:"ﵖ"}.fi-br-tally-1:before{content:"ﵗ"}.fi-br-tally-2:before{content:"ﵘ"}.fi-br-tally-3:before{content:"ﵙ"}.fi-br-tally-4:before{content:"ﵚ"}.fi-br-tally:before{content:"ﵛ"}.fi-br-tamale:before{content:"ﵜ"}.fi-br-tank-water:before{content:"ﵝ"}.fi-br-tap:before{content:"ﵞ"}.fi-br-tape:before{content:"ﵟ"}.fi-br-target-audience:before{content:"ﵠ"}.fi-br-target:before{content:"ﵡ"}.fi-br-tax-alt:before{content:"ﵢ"}.fi-br-tax:before{content:"ﵣ"}.fi-br-taxi-bus:before{content:"ﵤ"}.fi-br-taxi:before{content:"ﵥ"}.fi-br-team-check-alt:before{content:"ﵦ"}.fi-br-team-check:before{content:"ﵧ"}.fi-br-teddy-bear:before{content:"ﵨ"}.fi-br-teeth-open:before{content:"ﵩ"}.fi-br-telescope:before{content:"ﵪ"}.fi-br-temperature-down:before{content:"ﵫ"}.fi-br-temperature-frigid:before{content:"ﵬ"}.fi-br-temperature-high:before{content:"ﵭ"}.fi-br-temperature-list:before{content:"ﵮ"}.fi-br-temperature-low:before{content:"ﵯ"}.fi-br-temperature-up:before{content:"ﵰ"}.fi-br-template-alt:before{content:"ﵱ"}.fi-br-template:before{content:"ﵲ"}.fi-br-tenge:before{content:"ﵳ"}.fi-br-tennis:before{content:"ﵴ"}.fi-br-tent-arrow-down-to-line:before{content:"ﵵ"}.fi-br-tent-arrow-left-right:before{content:"ﵶ"}.fi-br-tent-arrow-turn-left:before{content:"ﵷ"}.fi-br-tent-arrows-down:before{content:"ﵸ"}.fi-br-tents:before{content:"ﵹ"}.fi-br-terminal:before{content:"ﵺ"}.fi-br-terrace:before{content:"ﵻ"}.fi-br-test-tube:before{content:"ﵼ"}.fi-br-test:before{content:"ﵽ"}.fi-br-text-box-dots:before{content:"ﵾ"}.fi-br-text-box-edit:before{content:"ﵿ"}.fi-br-text-box:before{content:"ﶀ"}.fi-br-text-check:before{content:"ﶁ"}.fi-br-text-height:before{content:"ﶂ"}.fi-br-text-shadow:before{content:"ﶃ"}.fi-br-text-size:before{content:"ﶄ"}.fi-br-text-slash:before{content:"ﶅ"}.fi-br-text-width:before{content:"ﶆ"}.fi-br-text:before{content:"ﶇ"}.fi-br-theater-masks:before{content:"ﶈ"}.fi-br-thermometer-alt:before{content:"ﶉ"}.fi-br-thermometer-empty:before{content:"ﶊ"}.fi-br-thermometer-full:before{content:"ﶋ"}.fi-br-thermometer-half:before{content:"ﶌ"}.fi-br-thermometer-quarter:before{content:"ﶍ"}.fi-br-thermometer-three-quarters:before{content:"ﶎ"}.fi-br-theta:before{content:"ﶏ"}.fi-br-third-award:before{content:"﶐"}.fi-br-third-laurel:before{content:"﶑"}.fi-br-third-medal:before{content:"ﶒ"}.fi-br-third:before{content:"ﶓ"}.fi-br-thought-bubble:before{content:"ﶔ"}.fi-br-three-leaf-clover:before{content:"ﶕ"}.fi-br-thumbs-up-trust:before{content:"ﶖ"}.fi-br-thumbtack:before{content:"ﶗ"}.fi-br-thunderstorm-moon:before{content:"ﶘ"}.fi-br-thunderstorm-risk:before{content:"ﶙ"}.fi-br-thunderstorm-sun:before{content:"ﶚ"}.fi-br-thunderstorm:before{content:"ﶛ"}.fi-br-thursday:before{content:"ﶜ"}.fi-br-ticket-airline:before{content:"ﶝ"}.fi-br-ticket-alt:before{content:"ﶞ"}.fi-br-ticket:before{content:"ﶟ"}.fi-br-tickets-airline:before{content:"ﶠ"}.fi-br-tie:before{content:"ﶡ"}.fi-br-tilde:before{content:"ﶢ"}.fi-br-time-add:before{content:"ﶣ"}.fi-br-time-check:before{content:"ﶤ"}.fi-br-time-delete:before{content:"ﶥ"}.fi-br-time-fast:before{content:"ﶦ"}.fi-br-time-forward-sixty:before{content:"ﶧ"}.fi-br-time-forward-ten:before{content:"ﶨ"}.fi-br-time-forward:before{content:"ﶩ"}.fi-br-time-half-past:before{content:"ﶪ"}.fi-br-time-oclock:before{content:"ﶫ"}.fi-br-time-past:before{content:"ﶬ"}.fi-br-time-quarter-past:before{content:"ﶭ"}.fi-br-time-quarter-to:before{content:"ﶮ"}.fi-br-time-twenty-four:before{content:"ﶯ"}.fi-br-time-watch-calendar:before{content:"ﶰ"}.fi-br-timer-clock-call:before{content:"ﶱ"}.fi-br-times-hexagon:before{content:"ﶲ"}.fi-br-tint-slash:before{content:"ﶳ"}.fi-br-tip-coin:before{content:"ﶴ"}.fi-br-tire-flat:before{content:"ﶵ"}.fi-br-tire-pressure-warning:before{content:"ﶶ"}.fi-br-tire-rugged:before{content:"ﶷ"}.fi-br-tire:before{content:"ﶸ"}.fi-br-tired:before{content:"ﶹ"}.fi-br-to-do-alt:before{content:"ﶺ"}.fi-br-to-do:before{content:"ﶻ"}.fi-br-together-people:before{content:"ﶼ"}.fi-br-toggle-off:before{content:"ﶽ"}.fi-br-toggle-on:before{content:"ﶾ"}.fi-br-toilet-paper-blank-under:before{content:"ﶿ"}.fi-br-toilet-paper-blank:before{content:"ﷀ"}.fi-br-toilet-paper-slash:before{content:"ﷁ"}.fi-br-toilet-paper-under-slash:before{content:"ﷂ"}.fi-br-toilet-paper-under:before{content:"ﷃ"}.fi-br-toilet:before{content:"ﷄ"}.fi-br-toilets-portable:before{content:"ﷅ"}.fi-br-token:before{content:"ﷆ"}.fi-br-tomato:before{content:"ﷇ"}.fi-br-tombstone-alt:before{content:"﷈"}.fi-br-tombstone:before{content:"﷉"}.fi-br-tool-box:before{content:"﷊"}.fi-br-tool-crop:before{content:"﷋"}.fi-br-tool-marquee:before{content:"﷌"}.fi-br-tools:before{content:"﷍"}.fi-br-tooth:before{content:"﷎"}.fi-br-toothbrush:before{content:"﷏"}.fi-br-torch-inspiration-leader:before{content:"﷐"}.fi-br-torii-gate:before{content:"﷑"}.fi-br-tornado:before{content:"﷒"}.fi-br-total:before{content:"﷓"}.fi-br-tour-guide-people:before{content:"﷔"}.fi-br-tour-virtual:before{content:"﷕"}.fi-br-tower-control:before{content:"﷖"}.fi-br-track:before{content:"﷗"}.fi-br-tractor:before{content:"﷘"}.fi-br-trademark:before{content:"﷙"}.fi-br-traffic-cone:before{content:"﷚"}.fi-br-traffic-light-go:before{content:"﷛"}.fi-br-traffic-light-slow:before{content:"﷜"}.fi-br-traffic-light-stop:before{content:"﷝"}.fi-br-traffic-light:before{content:"﷞"}.fi-br-trailer:before{content:"﷟"}.fi-br-train-journey:before{content:"﷠"}.fi-br-train-side:before{content:"﷡"}.fi-br-train-station-building:before{content:"﷢"}.fi-br-train-station:before{content:"﷣"}.fi-br-train-subway-tunnel:before{content:"﷤"}.fi-br-train-track:before{content:"﷥"}.fi-br-train-tram:before{content:"﷦"}.fi-br-train:before{content:"﷧"}.fi-br-tram:before{content:"﷨"}.fi-br-transform:before{content:"﷩"}.fi-br-transformation-block:before{content:"﷪"}.fi-br-transformation-circle:before{content:"﷫"}.fi-br-transformation-design:before{content:"﷬"}.fi-br-transformation-shapes:before{content:"﷭"}.fi-br-transformer-bolt:before{content:"﷮"}.fi-br-transgender:before{content:"﷯"}.fi-br-transporter-1:before{content:"ﷰ"}.fi-br-transporter-2:before{content:"ﷱ"}.fi-br-transporter-3:before{content:"ﷲ"}.fi-br-transporter-4:before{content:"ﷳ"}.fi-br-transporter-5:before{content:"ﷴ"}.fi-br-transporter-6:before{content:"ﷵ"}.fi-br-transporter-7:before{content:"ﷶ"}.fi-br-transporter-empty:before{content:"ﷷ"}.fi-br-transporter:before{content:"ﷸ"}.fi-br-trash-can-check:before{content:"ﷹ"}.fi-br-trash-can-clock:before{content:"ﷺ"}.fi-br-trash-can-list:before{content:"ﷻ"}.fi-br-trash-can-plus:before{content:"﷼"}.fi-br-trash-can-slash:before{content:"﷽"}.fi-br-trash-check:before{content:"﷾"}.fi-br-trash-clock:before{content:"﷿"}.fi-br-trash-empty:before{content:"︐"}.fi-br-trash-list:before{content:"︑"}.fi-br-trash-plus:before{content:"︒"}.fi-br-trash-restore-alt:before{content:"︓"}.fi-br-trash-restore:before{content:"︔"}.fi-br-trash-slash:before{content:"︕"}.fi-br-trash-undo-alt:before{content:"︖"}.fi-br-trash-undo:before{content:"︗"}.fi-br-trash-xmark:before{content:"︘"}.fi-br-trash:before{content:"︙"}.fi-br-treadmill:before{content:"︚"}.fi-br-treasure-chest:before{content:"︛"}.fi-br-treatment:before{content:"︜"}.fi-br-tree-alt:before{content:"︝"}.fi-br-tree-christmas:before{content:"︞"}.fi-br-tree-deciduous:before{content:"︟"}.fi-br-tree:before{content:"︰"}.fi-br-trees-alt:before{content:"︱"}.fi-br-trees:before{content:"︲"}.fi-br-triangle-music:before{content:"︳"}.fi-br-triangle-person-digging:before{content:"︴"}.fi-br-triangle-warning:before{content:"︵"}.fi-br-triangle:before{content:"︶"}.fi-br-tricycle:before{content:"︷"}.fi-br-trillium:before{content:"︸"}.fi-br-trophy-achievement-skill:before{content:"︹"}.fi-br-trophy-star:before{content:"︺"}.fi-br-trophy:before{content:"︻"}.fi-br-truck-arrow-left:before{content:"︼"}.fi-br-truck-arrow-right:before{content:"︽"}.fi-br-truck-bolt:before{content:"︾"}.fi-br-truck-box:before{content:"︿"}.fi-br-truck-check:before{content:"﹀"}.fi-br-truck-container-empty:before{content:"﹁"}.fi-br-truck-container:before{content:"﹂"}.fi-br-truck-couch:before{content:"﹃"}.fi-br-truck-fire:before{content:"﹄"}.fi-br-truck-flatbed:before{content:"﹅"}.fi-br-truck-front:before{content:"﹆"}.fi-br-truck-ladder:before{content:"﹇"}.fi-br-truck-loading:before{content:"﹈"}.fi-br-truck-medical:before{content:"﹉"}.fi-br-truck-monster:before{content:"﹊"}.fi-br-truck-moving:before{content:"﹋"}.fi-br-truck-pickup:before{content:"﹌"}.fi-br-truck-plow:before{content:"﹍"}.fi-br-truck-ramp:before{content:"﹎"}.fi-br-truck-side:before{content:"﹏"}.fi-br-truck-tow:before{content:"﹐"}.fi-br-truck-utensils:before{content:"﹑"}.fi-br-trumpet:before{content:"﹒"}.fi-br-trust-alt:before{content:"﹓"}.fi-br-trust:before{content:"﹔"}.fi-br-tshirt:before{content:"﹕"}.fi-br-tty-answer:before{content:"﹖"}.fi-br-tty:before{content:"﹗"}.fi-br-tubes:before{content:"﹘"}.fi-br-tuesday:before{content:"﹙"}.fi-br-tugrik-sign:before{content:"﹚"}.fi-br-turkey:before{content:"﹛"}.fi-br-turn-left-down:before{content:"﹜"}.fi-br-turn-left:before{content:"﹝"}.fi-br-turn-right:before{content:"﹞"}.fi-br-turntable:before{content:"﹟"}.fi-br-turtle:before{content:"﹠"}.fi-br-tv-music:before{content:"﹡"}.fi-br-tv-retro:before{content:"﹢"}.fi-br-typewriter:before{content:"﹣"}.fi-br-u:before{content:"﹤"}.fi-br-ufo-beam:before{content:"﹥"}.fi-br-ufo:before{content:"﹦"}.fi-br-ui-ux:before{content:"﹧"}.fi-br-umbrella-beach:before{content:"﹨"}.fi-br-umbrella:before{content:"﹩"}.fi-br-under-construction:before{content:"﹪"}.fi-br-underline:before{content:"﹫"}.fi-br-undo-alt:before{content:"﹬"}.fi-br-undo:before{content:"﹭"}.fi-br-unicorn:before{content:"﹮"}.fi-br-uniform-martial-arts:before{content:"﹯"}.fi-br-universal-access:before{content:"ﹰ"}.fi-br-unlock:before{content:"ﹱ"}.fi-br-up-from-bracket:before{content:"ﹲ"}.fi-br-up-left:before{content:"ﹳ"}.fi-br-up-right-from-square:before{content:"ﹴ"}.fi-br-up-right:before{content:"﹵"}.fi-br-up:before{content:"ﹶ"}.fi-br-upload:before{content:"ﹷ"}.fi-br-url:before{content:"ﹸ"}.fi-br-usb-pendrive:before{content:"ﹹ"}.fi-br-usd-circle:before{content:"ﹺ"}.fi-br-usd-square:before{content:"ﹻ"}.fi-br-user-add:before{content:"ﹼ"}.fi-br-user-alien:before{content:"ﹽ"}.fi-br-user-astronaut:before{content:"ﹾ"}.fi-br-user-check:before{content:"ﹿ"}.fi-br-user-chef:before{content:"ﺀ"}.fi-br-user-coach:before{content:"ﺁ"}.fi-br-user-cowboy:before{content:"ﺂ"}.fi-br-user-crown:before{content:"ﺃ"}.fi-br-user-gear:before{content:"ﺄ"}.fi-br-user-graduate:before{content:"ﺅ"}.fi-br-user-headset:before{content:"ﺆ"}.fi-br-user-helmet-safety:before{content:"ﺇ"}.fi-br-user-injured:before{content:"ﺈ"}.fi-br-user-interface-ui:before{content:"ﺉ"}.fi-br-user-key:before{content:"ﺊ"}.fi-br-user-lock:before{content:"ﺋ"}.fi-br-user-md-chat:before{content:"ﺌ"}.fi-br-user-md:before{content:"ﺍ"}.fi-br-user-minus:before{content:"ﺎ"}.fi-br-user-music:before{content:"ﺏ"}.fi-br-user-ninja:before{content:"ﺐ"}.fi-br-user-nurse:before{content:"ﺑ"}.fi-br-user-pen:before{content:"ﺒ"}.fi-br-user-pilot-tie:before{content:"ﺓ"}.fi-br-user-pilot:before{content:"ﺔ"}.fi-br-user-police:before{content:"ﺕ"}.fi-br-user-robot-xmarks:before{content:"ﺖ"}.fi-br-user-robot:before{content:"ﺗ"}.fi-br-user-salary:before{content:"ﺘ"}.fi-br-user-shield:before{content:"ﺙ"}.fi-br-user-skill-gear:before{content:"ﺚ"}.fi-br-user-slash:before{content:"ﺛ"}.fi-br-user-tag:before{content:"ﺜ"}.fi-br-user-time:before{content:"ﺝ"}.fi-br-user-trust:before{content:"ﺞ"}.fi-br-user-unlock:before{content:"ﺟ"}.fi-br-user-visor:before{content:"ﺠ"}.fi-br-user-xmark:before{content:"ﺡ"}.fi-br-user:before{content:"ﺢ"}.fi-br-users-alt:before{content:"ﺣ"}.fi-br-users-class:before{content:"ﺤ"}.fi-br-users-gear:before{content:"ﺥ"}.fi-br-users-medical:before{content:"ﺦ"}.fi-br-users-slash:before{content:"ﺧ"}.fi-br-users:before{content:"ﺨ"}.fi-br-utensils-slash:before{content:"ﺩ"}.fi-br-utensils:before{content:"ﺪ"}.fi-br-utility-pole-double:before{content:"ﺫ"}.fi-br-utility-pole:before{content:"ﺬ"}.fi-br-ux-browser:before{content:"ﺭ"}.fi-br-ux:before{content:"ﺮ"}.fi-br-v:before{content:"ﺯ"}.fi-br-vacuum-robot:before{content:"ﺰ"}.fi-br-vacuum:before{content:"ﺱ"}.fi-br-value-absolute:before{content:"ﺲ"}.fi-br-vault:before{content:"ﺳ"}.fi-br-vector-alt:before{content:"ﺴ"}.fi-br-vector-circle:before{content:"ﺵ"}.fi-br-vector-polygon:before{content:"ﺶ"}.fi-br-vector:before{content:"ﺷ"}.fi-br-vest-patches:before{content:"ﺸ"}.fi-br-vest:before{content:"ﺹ"}.fi-br-video-arrow-down-left:before{content:"ﺺ"}.fi-br-video-arrow-up-right:before{content:"ﺻ"}.fi-br-video-camera-alt:before{content:"ﺼ"}.fi-br-video-camera:before{content:"ﺽ"}.fi-br-video-duration:before{content:"ﺾ"}.fi-br-video-plus:before{content:"ﺿ"}.fi-br-video-slash:before{content:"ﻀ"}.fi-br-videoconference:before{content:"ﻁ"}.fi-br-vihara:before{content:"ﻂ"}.fi-br-violin:before{content:"ﻃ"}.fi-br-virus-slash:before{content:"ﻄ"}.fi-br-virus:before{content:"ﻅ"}.fi-br-viruses:before{content:"ﻆ"}.fi-br-visit:before{content:"ﻇ"}.fi-br-voicemail:before{content:"ﻈ"}.fi-br-volcano:before{content:"ﻉ"}.fi-br-volleyball:before{content:"ﻊ"}.fi-br-volume-down:before{content:"ﻋ"}.fi-br-volume-mute:before{content:"ﻌ"}.fi-br-volume-off:before{content:"ﻍ"}.fi-br-volume-slash:before{content:"ﻎ"}.fi-br-volume:before{content:"ﻏ"}.fi-br-vote-nay:before{content:"ﻐ"}.fi-br-vote-yea:before{content:"ﻑ"}.fi-br-vr-cardboard:before{content:"ﻒ"}.fi-br-w:before{content:"ﻓ"}.fi-br-waffle:before{content:"ﻔ"}.fi-br-wagon-covered:before{content:"ﻕ"}.fi-br-walker:before{content:"ﻖ"}.fi-br-walkie-talkie:before{content:"ﻗ"}.fi-br-walking:before{content:"ﻘ"}.fi-br-wallet-arrow:before{content:"ﻙ"}.fi-br-wallet-buyer:before{content:"ﻚ"}.fi-br-wallet:before{content:"ﻛ"}.fi-br-warehouse-alt:before{content:"ﻜ"}.fi-br-warranty:before{content:"ﻝ"}.fi-br-washer:before{content:"ﻞ"}.fi-br-waste-pollution:before{content:"ﻟ"}.fi-br-waste:before{content:"ﻠ"}.fi-br-watch-calculator:before{content:"ﻡ"}.fi-br-watch-fitness:before{content:"ﻢ"}.fi-br-watch-smart:before{content:"ﻣ"}.fi-br-watch:before{content:"ﻤ"}.fi-br-water-bottle:before{content:"ﻥ"}.fi-br-water-ladder:before{content:"ﻦ"}.fi-br-water-lower:before{content:"ﻧ"}.fi-br-water-rise:before{content:"ﻨ"}.fi-br-water:before{content:"ﻩ"}.fi-br-watermelon:before{content:"ﻪ"}.fi-br-wave-sine:before{content:"ﻫ"}.fi-br-wave-square:before{content:"ﻬ"}.fi-br-wave-triangle:before{content:"ﻭ"}.fi-br-wave:before{content:"ﻮ"}.fi-br-waveform-path:before{content:"ﻯ"}.fi-br-waveform:before{content:"ﻰ"}.fi-br-web-design:before{content:"ﻱ"}.fi-br-webcam-slash:before{content:"ﻲ"}.fi-br-webcam:before{content:"ﻳ"}.fi-br-webhook:before{content:"ﻴ"}.fi-br-wednesday:before{content:"ﻵ"}.fi-br-whale:before{content:"ﻶ"}.fi-br-wheat-awn-circle-exclamation:before{content:"ﻷ"}.fi-br-wheat-awn-slash:before{content:"ﻸ"}.fi-br-wheat-awn:before{content:"ﻹ"}.fi-br-wheat-slash:before{content:"ﻺ"}.fi-br-wheat:before{content:"ﻻ"}.fi-br-wheelchair-move:before{content:"ﻼ"}.fi-br-wheelchair-sleeping:before{content:"﻽"}.fi-br-wheelchair:before{content:"﻾"}.fi-br-whistle:before{content:"＀"}.fi-br-white-space:before{content:"！"}.fi-br-wifi-1:before{content:"＂"}.fi-br-wifi-2:before{content:"＃"}.fi-br-wifi-alt:before{content:"＄"}.fi-br-wifi-exclamation:before{content:"％"}.fi-br-wifi-slash:before{content:"＆"}.fi-br-wifi:before{content:"＇"}.fi-br-wind-turbine:before{content:"（"}.fi-br-wind-warning:before{content:"）"}.fi-br-wind:before{content:"＊"}.fi-br-window-alt:before{content:"＋"}.fi-br-window-frame-open:before{content:"，"}.fi-br-window-frame:before{content:"－"}.fi-br-window-maximize:before{content:"．"}.fi-br-window-minimize:before{content:"／"}.fi-br-window-restore:before{content:"０"}.fi-br-windsock:before{content:"１"}.fi-br-wine-bottle:before{content:"２"}.fi-br-wine-glass-crack:before{content:"３"}.fi-br-wine-glass-empty:before{content:"４"}.fi-br-wink:before{content:"５"}.fi-br-wishlist-heart:before{content:"６"}.fi-br-wishlist-star:before{content:"７"}.fi-br-woman-head:before{content:"８"}.fi-br-woman-scientist:before{content:"９"}.fi-br-won-sign:before{content:"："}.fi-br-work-in-progress:before{content:"；"}.fi-br-workflow-alt:before{content:"＜"}.fi-br-workflow-setting-alt:before{content:"＝"}.fi-br-workflow-setting:before{content:"＞"}.fi-br-workflow:before{content:"？"}.fi-br-workshop:before{content:"＠"}.fi-br-world:before{content:"Ａ"}.fi-br-worm:before{content:"Ｂ"}.fi-br-wreath:before{content:"Ｃ"}.fi-br-wrench-alt:before{content:"Ｄ"}.fi-br-wrench-simple:before{content:"Ｅ"}.fi-br-x-ray:before{content:"Ｆ"}.fi-br-x:before{content:"Ｇ"}.fi-br-y:before{content:"Ｈ"}.fi-br-yen:before{content:"Ｉ"}.fi-br-yin-yang:before{content:"Ｊ"}.fi-br-z:before{content:"Ｋ"}.fi-br-zip-file:before{content:"Ｌ"}.fi-br-zoom-in:before{content:"Ｍ"}.fi-br-zoom-out:before{content:"Ｎ"}:root{--nav-height:70px}.section-title{color:var(--color-black);font-size:clamp(1.8rem,4vw,3rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem;position:relative;z-index:1}.section-description{color:var(--app-text-color-muted);font-size:var(--app-default-font-size);line-height:1.7;margin-bottom:2.5rem;max-width:680px;position:relative;z-index:1}.section-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;min-height:100vh;padding:4rem 3rem;position:relative;z-index:2}.section-inner{max-width:1280px;width:100%}.section-header{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.section-header.center{align-items:center;justify-content:center;text-align:center}@media(max-width:768px){.section-wrapper{min-height:unset;padding:3rem 1.25rem}}.app-loading-circle[data-v-32a156d3]{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center}.app-loading-circle__svg[data-v-32a156d3]{animation:app-loading-circle-spin-32a156d3 .8s linear infinite;display:block}.app-loading-circle__stroke[data-v-32a156d3]{stroke:var(--loading-circle-color);stroke-dasharray:58 30;stroke-dashoffset:0}.app-loading-circle--size-sm[data-v-32a156d3],.app-loading-circle--size-sm .app-loading-circle__svg[data-v-32a156d3]{height:1.25rem;width:1.25rem}.app-loading-circle--size-md[data-v-32a156d3],.app-loading-circle--size-md .app-loading-circle__svg[data-v-32a156d3]{height:1.5rem;width:1.5rem}.app-loading-circle--size-lg[data-v-32a156d3],.app-loading-circle--size-lg .app-loading-circle__svg[data-v-32a156d3]{height:2rem;width:2rem}.app-loading-circle--size-custom .app-loading-circle__svg[data-v-32a156d3]{height:100%;width:100%}@keyframes app-loading-circle-spin-32a156d3{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.app-badge[data-v-dcb471c2]{align-items:center;display:inline-flex;font-weight:500;gap:.35rem;line-height:1.6;vertical-align:middle;white-space:nowrap;--badge-color:var(--d9fb6760);--badge-color-rgb:var(--cf205b46)}.app-badge--size-sm[data-v-dcb471c2]{font-size:.7rem;padding:.1rem .45rem}.app-badge--size-md[data-v-dcb471c2]{font-size:var(--app-default-font-size-small);padding:.1rem .5rem}.app-badge--size-lg[data-v-dcb471c2]{font-size:var(--app-default-font-size);padding:.15rem .6rem}.app-badge--soft[data-v-dcb471c2]{background:rgba(var(--badge-color-rgb),.12);border-radius:100px;color:var(--badge-color)}.app-badge--text[data-v-dcb471c2]{color:var(--badge-color);padding-inline:0}.app-badge--icon-only[data-v-dcb471c2]{justify-content:center;line-height:1;padding:.3em}.app-badge__icon[data-v-dcb471c2]{font-size:.85em;line-height:1;position:relative;top:.5px}.app-badge__loading[data-v-dcb471c2]{color:var(--badge-color)}.app-loading-dots[data-v-97a30e27]{align-items:center;display:inline-flex;font-size:1rem;gap:.25em;justify-content:center}.app-loading-dots__dot[data-v-97a30e27]{animation:app-loading-dots-pulse-97a30e27 1.4s ease-in-out infinite both;background:var(--loading-dots-color);border-radius:50%}.app-loading-dots__dot--1[data-v-97a30e27]{animation-delay:0s}.app-loading-dots__dot--2[data-v-97a30e27]{animation-delay:.2s}.app-loading-dots__dot--3[data-v-97a30e27]{animation-delay:.4s}.app-loading-dots--size-sm[data-v-97a30e27]{font-size:.75rem}.app-loading-dots--size-sm .app-loading-dots__dot[data-v-97a30e27]{height:.4em;width:.4em}.app-loading-dots[style*=--loading-dots-size] .app-loading-dots__dot[data-v-97a30e27]{height:var(--loading-dots-size);width:var(--loading-dots-size)}.app-loading-dots--size-md .app-loading-dots__dot[data-v-97a30e27]{height:.4em;width:.4em}.app-loading-dots--size-lg[data-v-97a30e27]{font-size:1.25rem}.app-loading-dots--size-lg .app-loading-dots__dot[data-v-97a30e27]{height:.4em;width:.4em}@keyframes app-loading-dots-pulse-97a30e27{0%,80%,to{opacity:.5;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.app-button[data-v-1245d92c]{border:none;border-radius:var(--app-border-radius-sm);cursor:pointer;font-family:inherit;font-weight:500;gap:.4em;line-height:1;text-decoration:none;transition:background .2s ease,color .2s ease,box-shadow .2s ease;--btn-color:var(--1b9e2b45);--btn-color-rgb:var(--2962d970)}.app-button[data-v-1245d92c],.app-button__inner[data-v-1245d92c]{align-items:center;display:inline-flex;justify-content:center}.app-button__inner[data-v-1245d92c]{position:relative}.app-button__content[data-v-1245d92c]{align-items:center;display:inline-flex;gap:.4em}.app-button__content--hidden[data-v-1245d92c]{visibility:hidden}.app-button__loader[data-v-1245d92c]{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.app-button__label[data-v-1245d92c]{align-items:center;display:inline-flex;line-height:1}.app-button--disabled[data-v-1245d92c],.app-button--loading[data-v-1245d92c]{cursor:not-allowed;pointer-events:none}.app-button--disabled.app-button--variant-text[data-v-1245d92c],.app-button--disabled.app-button--variant-text[data-v-1245d92c]:hover{background:transparent;color:var(--color-gray)}.app-button--disabled.app-button--variant-normal[data-v-1245d92c],.app-button--disabled.app-button--variant-normal[data-v-1245d92c]:hover{background:var(--color-gray);color:#fff}.app-button--disabled.app-button--variant-opaq[data-v-1245d92c],.app-button--disabled.app-button--variant-opaq[data-v-1245d92c]:hover{background:rgba(var(--color-gray-rgb),.08);color:var(--color-gray)}.app-button--disabled.app-button--variant-raised[data-v-1245d92c]{background:#fff;box-shadow:0 0 2px #0000001f;color:var(--color-gray)}.app-button--disabled.app-button--variant-raised[data-v-1245d92c]:hover{background:#fff;box-shadow:0 1px 2px -1px #0000000d;color:var(--color-gray)}.app-button[data-v-1245d92c]:focus-visible{outline:2px solid var(--app-text-color);outline-offset:2px}.app-button--size-sm[data-v-1245d92c]{font-size:var(--app-default-font-size-small);height:2rem;padding:0 .75rem}.app-button--size-md[data-v-1245d92c]{font-size:var(--app-default-font-size);height:2.5rem;padding:0 1rem}.app-button--size-lg[data-v-1245d92c]{font-size:var(--app-default-font-size-large);height:3rem;padding:0 1.25rem}.app-button--icon-only[data-v-1245d92c]{aspect-ratio:1;gap:0;padding:0}.app-button__icon[data-v-1245d92c]{flex-shrink:0;font-size:.8em}.app-button__icon[data-v-1245d92c],.app-button__icon i[data-v-1245d92c]{align-items:center;display:inline-flex;justify-content:center;line-height:1}.app-button__icon i[data-v-1245d92c]{vertical-align:middle}.app-button__icon--prefix[data-v-1245d92c]{margin-inline-end:.35em}.app-button--icon-only .app-button__icon--prefix[data-v-1245d92c]{margin-inline-end:0}.app-button__icon--suffix[data-v-1245d92c]{margin-inline-start:.35em}.app-button--icon-only .app-button__icon--suffix[data-v-1245d92c]{margin-inline-start:0}.app-button--variant-text[data-v-1245d92c]{background:transparent;color:var(--btn-color)}.app-button--variant-text[data-v-1245d92c]:hover{background:rgba(var(--btn-color-rgb),.08);color:var(--btn-color)}.app-button--variant-normal[data-v-1245d92c]{background:rgba(var(--btn-color-rgb),1);color:#fff}.app-button--variant-normal[data-v-1245d92c]:hover{background:rgba(var(--btn-color-rgb),.88);color:#fff}.app-button--variant-opaq[data-v-1245d92c]{background:rgba(var(--btn-color-rgb),.1);color:var(--btn-color)}.app-button--variant-opaq[data-v-1245d92c]:hover{background:rgba(var(--btn-color-rgb),.15);color:var(--btn-color)}.app-button--variant-raised[data-v-1245d92c]{background:#fff;box-shadow:0 2px 4px -1px #00000014;color:var(--btn-color)}.app-button--variant-raised[data-v-1245d92c]:hover{background:#fff;box-shadow:0 3px 9px -2px #0000001f;color:var(--btn-color)}.app-card[data-v-03611887]{display:flex;flex-direction:column;overflow:hidden;position:relative;--card-padding:var(--app-content-inner-padding)}.app-card--elevated[data-v-03611887]{background:rgba(var(--app-theme-rgb),1);border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-lg);box-shadow:var(--app-shadow-sm)}.app-card--flat[data-v-03611887]{background:transparent;border-radius:0;box-shadow:none}.app-card__header[data-v-03611887]{align-items:center;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:var(--card-padding);padding-bottom:calc(var(--card-padding)*.5)}.app-card--header-bordered .app-card__header[data-v-03611887]{border-bottom:1px solid rgba(0,0,0,.08)}.app-card__header-content[data-v-03611887]{flex:1;min-width:0}.app-card__header-actions[data-v-03611887]{align-items:center;display:flex;flex-shrink:0;gap:.25rem}.app-card__body[data-v-03611887]{display:flex;flex:1;flex-direction:column;min-width:0;padding:var(--card-padding)}.app-card__body--scrollable[data-v-03611887]{min-height:0;overflow-y:auto}.app-card--footer-bordered .app-card__footer[data-v-03611887]{border-top:1px solid rgba(0,0,0,.08)}.app-card__footer[data-v-03611887]{align-items:center;display:flex;flex-shrink:0;gap:.5rem;justify-content:flex-end;padding:var(--card-padding);padding-top:calc(var(--card-padding)*.5)}.app-dialog[data-v-b6af1cdc]{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:var(--app-overlay-bg);display:flex;inset:0;justify-content:center;overflow-y:auto;padding:1rem;position:fixed;z-index:1000}.app-dialog__content[data-v-b6af1cdc]{transition:transform .2s ease}.app-dialog[data-v-b6af1cdc]:focus{outline:none}.app-dialog-enter-active[data-v-b6af1cdc],.app-dialog-leave-active[data-v-b6af1cdc]{transition:opacity .2s ease,backdrop-filter .2s ease}.app-dialog-enter-active .app-dialog__content[data-v-b6af1cdc],.app-dialog-leave-active .app-dialog__content[data-v-b6af1cdc]{transition:transform .2s ease}.app-dialog-enter-from[data-v-b6af1cdc],.app-dialog-leave-to[data-v-b6af1cdc]{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);opacity:0}.app-dialog-enter-from .app-dialog__content[data-v-b6af1cdc],.app-dialog-leave-to .app-dialog__content[data-v-b6af1cdc]{transform:translateY(100%)}.app-dialog-card[data-v-9ea78cb8]{background:#fff;border-radius:var(--app-border-radius-lg);box-shadow:var(--app-shadow-md);display:flex;flex-direction:column;margin:auto;max-height:70vh;overflow:hidden;position:relative;transition:width .2s ease,height .2s ease,max-height .2s ease,margin .2s ease,border-radius .2s ease}.app-dialog-card[data-v-9ea78cb8]:focus{outline:none}.app-dialog-card--size-sm[data-v-9ea78cb8]{width:360px}.app-dialog-card--size-md[data-v-9ea78cb8]{width:580px}.app-dialog-card--size-lg[data-v-9ea78cb8]{width:720px}.app-dialog-card[data-v-9ea78cb8] .app-dialog-card__card{flex:1;min-height:0}.app-dialog-card--expanded[data-v-9ea78cb8]{height:calc(100vh - 2rem);max-height:100vh;width:calc(100vw - 2rem)}.app-confirm-dialog__message[data-v-12ffde66]{color:var(--app-text-color);font-size:.9375rem;line-height:1.5;margin:0}.app-data-table__columns-register[data-v-9b0919c2]{height:1px;overflow:hidden;position:absolute;width:1px;clip:rect(0,0,0,0)}.app-data-table[data-v-9b0919c2]{--app-data-table-padding-x:var(--f9094178);background:#fff;display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden;position:relative}.app-data-table__header[data-v-9b0919c2]{align-items:center;border-bottom:1px solid rgba(0,0,0,.08);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1rem var(--app-data-table-padding-x)}.app-data-table__header-left[data-v-9b0919c2]{align-items:center;display:flex;gap:.5rem}.app-data-table__header-left h3[data-v-9b0919c2]{margin:0}.app-data-table__search[data-v-9b0919c2]{align-items:center;border-bottom:1px solid transparent;display:flex;gap:.5rem;max-width:320px;min-width:200px;padding:0}.app-data-table__search[data-v-9b0919c2]:focus-within{border-bottom:1px solid var(--color-primary)}.app-data-table__search-icon[data-v-9b0919c2]{color:var(--app-text-color-muted);flex-shrink:0;font-size:.75rem;position:relative;top:.05rem}.app-data-table__search-input[data-v-9b0919c2]{background:none;border:none;color:var(--app-text-color);flex:1;font-size:var(--app-default-font-size);height:2.5rem;min-width:0}.app-data-table__search-input[data-v-9b0919c2]::-moz-placeholder{color:var(--app-text-color-muted)}.app-data-table__search-input[data-v-9b0919c2]::placeholder{color:var(--app-text-color-muted)}.app-data-table__search-input[data-v-9b0919c2]:focus{outline:none}.app-data-table__search-clear[data-v-9b0919c2]{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;width:2.5rem}.app-data-table__wrapper[data-v-9b0919c2]{flex:1;min-height:0;overflow-x:auto;overflow-y:auto}.app-data-table__table[data-v-9b0919c2]{border-collapse:collapse;min-width:600px;table-layout:fixed;width:100%}.app-data-table__thead th[data-v-9b0919c2]{background:#fff;border-bottom:1px solid var(--app-border-color);position:sticky;top:0;z-index:1}.app-data-table__th[data-v-9b0919c2]{border-bottom:1px solid rgba(0,0,0,.08);color:var(--app-text-color-muted);font-size:var(--app-default-font-size-small);font-weight:600;letter-spacing:.03em;padding:.75rem var(--app-data-table-padding-x);text-align:left;text-transform:uppercase}.app-data-table__th--sortable[data-v-9b0919c2]{cursor:pointer}.app-data-table__th--sortable[data-v-9b0919c2]:hover{color:var(--app-text-color)}.app-data-table__sort-icon[data-v-9b0919c2]{font-size:.75rem;margin-left:.25rem}.app-data-table__tr[data-v-9b0919c2]{border-bottom:1px solid rgba(0,0,0,.06)}.app-data-table__tr--clickable[data-v-9b0919c2]{cursor:pointer}.app-data-table__tr--clickable:hover .app-data-table__td[data-v-9b0919c2]{background:rgba(var(--color-primary-rgb),.03)}.app-data-table__td[data-v-9b0919c2]{color:var(--app-text-color);font-size:var(--app-default-font-size);padding:.75rem var(--app-data-table-padding-x)}.app-data-table__empty[data-v-9b0919c2]{color:var(--app-text-color-muted);padding:var(--app-data-table-padding-x);width:100%}.app-data-table__empty-text[data-v-9b0919c2]{margin:0;text-align:center}.app-donut-chart[data-v-8d9f74d7]{display:block}.app-grade[data-v-455d251b]{align-items:center;display:inline-flex;gap:.5rem;justify-content:center;position:relative}.app-grade--text-inside[data-v-455d251b]{gap:0;position:relative}.app-grade--text-inside .app-grade__chart[data-v-455d251b]{position:relative}.app-grade__value[data-v-455d251b]{font-size:.875rem;font-weight:600}.app-grade__value--inside[data-v-455d251b]{align-items:center;display:flex;font-size:var(--app-default-font-size-small);inset:0;justify-content:center;pointer-events:none;position:absolute}.app-grade__chart[data-v-455d251b]{height:100%;position:relative;width:100%}.app-graphic-dots[data-v-bc7008ae]{-moz-column-gap:var(--graphic-dots-spacing);column-gap:var(--graphic-dots-spacing);display:grid;grid-template-columns:repeat(var(--graphic-dots-columns),minmax(0,auto));row-gap:var(--graphic-dots-spacing)}.app-graphic-dots__dot[data-v-bc7008ae]{background-color:var(--graphic-dots-color);border-radius:9999px;height:var(--graphic-dots-size);width:var(--graphic-dots-size)}.app-lottie-img[data-v-57f4b287]{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.app-lottie-img[data-v-57f4b287] svg{max-height:100%;max-width:100%}.app-menu[data-v-dfd2c547]{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:var(--app-border-radius-sm);box-shadow:var(--app-shadow-md);min-width:160px;padding:.25rem}.app-menu--inline[data-v-dfd2c547]{position:relative}.app-menu__list[data-v-dfd2c547]{list-style:none;margin:0;padding:.2rem 0}.app-menu__item[data-v-dfd2c547]{margin:0}.app-menu__button[data-v-dfd2c547]{align-items:center;background:transparent;border:none;border-radius:calc(var(--app-border-radius-sm) - 2px);color:var(--app-text-color);cursor:pointer;display:flex;font-size:var(--app-default-font-size);padding:.55rem .7rem;text-align:left;transition:background .15s ease,color .15s ease;width:100%}.app-menu__button[data-v-dfd2c547]:hover:not(:disabled){background:rgba(var(--color-primary-rgb),.08)}.app-menu__button--disabled[data-v-dfd2c547],.app-menu__button[data-v-dfd2c547]:disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.app-menu__icon[data-v-dfd2c547]{align-items:center;display:inline-flex;font-size:.9em;justify-content:center;margin-right:.55rem;position:relative;top:1px}.app-menu__label[data-v-dfd2c547]{flex:1;white-space:nowrap}.app-menu__separator[data-v-dfd2c547]{background:#0000000f;height:1px;margin:.35rem .5rem}.app-menu-fade-enter-active[data-v-dfd2c547],.app-menu-fade-leave-active[data-v-dfd2c547]{transition:opacity .1s ease-out,transform .1s ease-out}.app-menu-fade-enter-from[data-v-dfd2c547],.app-menu-fade-leave-to[data-v-dfd2c547]{opacity:0;transform:translateY(-2px) scale(.98)}.app-toast-item[data-v-391cd41d]{background:#fff;border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-md);box-shadow:var(--app-shadow-sm);max-width:420px;min-width:320px;overflow:hidden;width:30vw}.app-toast-item__timer[data-v-391cd41d]{background:var(--toast-color);height:4px;transition:width 50ms linear}.app-toast-item__content[data-v-391cd41d]{padding:1rem 1.25rem 1rem 1rem;position:relative}.app-toast-item__close[data-v-391cd41d]{position:relative;right:-.5rem;top:-.5rem}.app-toast-item__body[data-v-391cd41d]{display:flex;gap:.875rem}.app-toast-item__actions[data-v-391cd41d]{display:flex;gap:.5rem;justify-content:flex-end}.app-toast-item__icon[data-v-391cd41d]{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.8rem;height:2.25rem;justify-content:center;width:2.25rem}.app-toast-item__icon>i[data-v-391cd41d]{line-height:1;margin:0}.app-toast-item__grade[data-v-391cd41d]{padding-right:.5rem}.app-toast-item__text[data-v-391cd41d]{display:flex;flex:1;flex-direction:column;gap:.25rem;min-width:0}.app-toast-item__description[data-v-391cd41d]{color:var(--app-text-color-muted);font-size:var(--app-default-font-size-small)!important;line-height:1.2}.app-toast-item__action[data-v-391cd41d]{align-self:flex-end;margin-top:1rem}.app-toast[data-v-f363cf7e]{bottom:1.5rem;position:fixed;right:1.5rem;z-index:1100}.app-toast__list[data-v-f363cf7e]{display:flex;flex-direction:column;gap:.75rem;position:relative}.app-toast-enter-active[data-v-f363cf7e],.app-toast-leave-active[data-v-f363cf7e]{transition:all .25s ease-out}.app-toast-enter-from[data-v-f363cf7e],.app-toast-leave-to[data-v-f363cf7e]{opacity:0;transform:translate(100%)}.app-toast-move[data-v-f363cf7e]{transition:transform .25s ease-out}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:var(--app-text-color);min-height:400vh;overflow-x:hidden}.page-loader[data-v-a5bc4f15]{align-items:center;background:#fff;display:flex;flex-direction:column;gap:1.5rem;inset:0;justify-content:center;position:fixed;z-index:9999}.page-loader__brand[data-v-a5bc4f15]{color:#0a0a0a;font-size:1.2rem;font-weight:800;letter-spacing:-.03em}.page-loader__dots[data-v-a5bc4f15]{display:flex;gap:.4rem}.page-loader__dots span[data-v-a5bc4f15]{animation:loader-dot-a5bc4f15 1s ease-in-out infinite;background:#0a0a0a;border-radius:50%;height:6px;opacity:.2;width:6px}.page-loader__dots span[data-v-a5bc4f15]:nth-child(2){animation-delay:.15s}.page-loader__dots span[data-v-a5bc4f15]:nth-child(3){animation-delay:.3s}@keyframes loader-dot-a5bc4f15{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.loader-leave-active[data-v-a5bc4f15]{transition:opacity .4s ease,transform .4s ease}.loader-leave-to[data-v-a5bc4f15]{opacity:0;transform:scale(1.04)}
