.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, .1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, .08em);padding:var(--fa-border-padding, .2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, .3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, .3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound, -.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, .4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, .4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-trash-can:before{content:""}.fa-file-lines:before{content:""}.fa-file-alt:before{content:""}.fa-right-from-bracket:before{content:""}.fa-address-book:before{content:""}.fa-clipboard-list:before{content:""}.fa-truck-ramp-box:before{content:""}.fa-arrow-down-9-1:before{content:""}.fa-circle-notch:before{content:""}.fa-bars:before{content:""}.fa-lightbulb:before{content:""}.fa-circle-exclamation:before{content:""}.fa-list:before{content:""}.fa-folder-plus:before{content:""}.fa-lock:before{content:""}.fa-pen-to-square:before{content:""}.fa-edit:before{content:""}.fa-share-nodes:before{content:""}.fa-hourglass-half:before{content:""}.fa-users:before{content:""}.fa-eye-slash:before{content:""}.fa-chevron-up:before{content:""}.fa-folder:before{content:""}.fa-user:before{content:""}.fa-ban:before{content:""}.fa-box:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-right-to-bracket:before{content:""}.fa-crown:before{content:""}.fa-gift:before{content:""}.fa-image:before{content:""}.fa-rotate-left:before{content:""}.fa-circle-play:before{content:""}.fa-circle-check:before{content:""}.fa-box-open:before{content:""}.fa-arrows-left-right:before{content:""}.fa-money-check-dollar:before{content:""}.fa-arrow-up-right-from-square:before{content:""}.fa-chart-line:before{content:""}.fa-arrow-right:before{content:""}.fa-circle-pause:before{content:""}.fa-circle:before{content:""}.fa-tags:before{content:""}.fa-eye:before{content:""}.fa-pen:before{content:""}.fa-floppy-disk:before{content:""}.fa-save:before{content:""}.fa-hand-holding-dollar:before{content:""}.fa-phone:before{content:""}.fa-arrow-up-1-9:before{content:""}.fa-trash:before{content:""}.fa-arrow-left:before{content:""}.fa-file-pdf:before{content:""}.fa-envelope:before{content:""}.fa-circle-info:before{content:""}.fa-calendar-check:before{content:""}.fa-truck:before{content:""}.fa-check-double:before{content:""}.fa-gear:before{content:""}.fa-cart-shopping:before{content:""}.fa-clock:before{content:""}.fa-coins:before{content:""}.fa-download:before{content:""}.fa-id-card:before{content:""}.fa-house:before{content:""}.fa-rotate-right:before{content:""}.fa-upload:before{content:""}.fa-file-arrow-down:before{content:""}.fa-bolt:before{content:""}.fa-industry:before{content:""}.fa-credit-card:before{content:""}.fa-bell:before{content:""}.fa-location-dot:before{content:""}.fa-file:before{content:""}.fa-inbox:before{content:""}.fa-boxes-stacked:before{content:""}.fa-magnifying-glass:before{content:""}.fa-chevron-down:before{content:""}.fa-circle-user:before{content:""}.fa-truck-fast:before{content:""}.fa-circle-half-stroke:before{content:""}.fa-copy:before{content:""}.fa-plus:before{content:"+"}.fa-xmark:before{content:""}.fa-times:before{content:""}.fa-rocket:before{content:""}.fa-store:before{content:""}.fa-chevron-right:before{content:""}.fa-percent:before{content:"%"}.fa-spinner:before{content:""}.fa-gears:before{content:""}.fa-building:before{content:""}.fa-clock-rotate-left:before{content:""}.fa-calendar:before{content:""}.fa-file-circle-plus:before{content:""}.fa-user-plus:before{content:""}.fa-check:before{content:""}.fa-book-open:before{content:""}.fa-triangle-exclamation:before{content:""}.fa-database:before{content:""}.fa-right-left:before{content:""}.fa-paper-plane:before{content:""}.fa-calendar-day:before{content:""}.fa-circle-xmark:before{content:""}.fa-file-invoice:before{content:""}.fa-note-sticky:before{content:""}.fa-arrows-spin:before{content:""}.fa-graduation-cap:before{content:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-CD3Yyc0f.woff2) format("woff2")}.fas,.fa-solid{font-weight:900}/*!
 * Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(data:font/woff2;base64,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) format("woff2")}.far,.fa-regular{font-weight:400}
