/* Generated by `manage.py build_icon_font` — do not edit. */
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("fa-subset.fb6dbf858a70.woff2") format("woff2")}/*!
 * Font Awesome Free 6.6.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 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-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}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{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-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);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-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;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-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;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-beat-fade,.fa-bounce,.fa-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(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.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}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}.fa-brands,.fab{font-weight:400}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}.fa-solid,.fas{font-weight:900}.fa-angle-down::before{content:"\f107"}.fa-angle-right::before{content:"\f105"}.fa-angle-up::before{content:"\f106"}.fa-angles-down::before{content:"\f103"}.fa-angles-up::before{content:"\f102"}.fa-arrow-down::before{content:"\f063"}.fa-arrow-left::before{content:"\f060"}.fa-arrow-right::before{content:"\f061"}.fa-arrow-rotate-left::before{content:"\f0e2"}.fa-arrow-rotate-right::before{content:"\f01e"}.fa-arrow-up::before{content:"\f062"}.fa-arrow-up-right-from-square::before{content:"\f08e"}.fa-ban::before{content:"\f05e"}.fa-bell::before{content:"\f0f3"}.fa-bell-slash::before{content:"\f1f6"}.fa-book::before{content:"\f02d"}.fa-building::before{content:"\f1ad"}.fa-building-columns::before{content:"\f19c"}.fa-bullhorn::before{content:"\f0a1"}.fa-calculator::before{content:"\f1ec"}.fa-calendar::before{content:"\f133"}.fa-calendar-days::before{content:"\f073"}.fa-calendar-xmark::before{content:"\f273"}.fa-cart-shopping::before{content:"\f07a"}.fa-certificate::before{content:"\f0a3"}.fa-chart-area::before{content:"\f1fe"}.fa-chart-column::before{content:"\e0e3"}.fa-chart-line::before{content:"\f201"}.fa-check::before{content:"\f00c"}.fa-chevron-down::before{content:"\f078"}.fa-chevron-left::before{content:"\f053"}.fa-chevron-right::before{content:"\f054"}.fa-chevron-up::before{content:"\f077"}.fa-circle::before{content:"\f111"}.fa-circle-arrow-left::before{content:"\f0a8"}.fa-circle-arrow-right::before{content:"\f0a9"}.fa-circle-check::before{content:"\f058"}.fa-circle-down::before{content:"\f358"}.fa-circle-exclamation::before{content:"\f06a"}.fa-circle-info::before{content:"\f05a"}.fa-circle-minus::before{content:"\f056"}.fa-circle-notch::before{content:"\f1ce"}.fa-circle-play::before{content:"\f144"}.fa-circle-question::before{content:"\f059"}.fa-circle-user::before{content:"\f2bd"}.fa-circle-xmark::before{content:"\f057"}.fa-clapperboard::before{content:"\e131"}.fa-clipboard-check::before{content:"\f46c"}.fa-clipboard-list::before{content:"\f46d"}.fa-clock::before{content:"\f017"}.fa-clock-rotate-left::before{content:"\f1da"}.fa-coins::before{content:"\f51e"}.fa-compress::before{content:"\f066"}.fa-copy::before{content:"\f0c5"}.fa-crown::before{content:"\f521"}.fa-display::before{content:"\e163"}.fa-dollar-sign::before{content:"\24"}.fa-download::before{content:"\f019"}.fa-ellipsis::before{content:"\f141"}.fa-envelope::before{content:"\f0e0"}.fa-envelope-open-text::before{content:"\f658"}.fa-eye::before{content:"\f06e"}.fa-file::before{content:"\f15b"}.fa-file-arrow-down::before{content:"\f56d"}.fa-file-arrow-up::before{content:"\f574"}.fa-file-circle-check::before{content:"\e5a0"}.fa-file-contract::before{content:"\f56c"}.fa-file-csv::before{content:"\f6dd"}.fa-file-excel::before{content:"\f1c3"}.fa-file-image::before{content:"\f1c5"}.fa-file-invoice-dollar::before{content:"\f571"}.fa-file-lines::before{content:"\f15c"}.fa-file-pdf::before{content:"\f1c1"}.fa-file-pen::before{content:"\f31c"}.fa-file-signature::before{content:"\f573"}.fa-file-word::before{content:"\f1c2"}.fa-file-zipper::before{content:"\f1c6"}.fa-film::before{content:"\f008"}.fa-filter::before{content:"\f0b0"}.fa-flag::before{content:"\f024"}.fa-flask::before{content:"\f0c3"}.fa-floppy-disk::before{content:"\f0c7"}.fa-folder::before{content:"\f07b"}.fa-folder-open::before{content:"\f07c"}.fa-folder-tree::before{content:"\f802"}.fa-gamepad::before{content:"\f11b"}.fa-gauge::before{content:"\f624"}.fa-gear::before{content:"\f013"}.fa-graduation-cap::before{content:"\f19d"}.fa-hand::before{content:"\f256"}.fa-hand-holding-dollar::before{content:"\f4c0"}.fa-handshake::before{content:"\f2b5"}.fa-hard-drive::before{content:"\f0a0"}.fa-hashtag::before{content:"\23"}.fa-headset::before{content:"\f590"}.fa-hourglass-half::before{content:"\f252"}.fa-house::before{content:"\f015"}.fa-id-badge::before{content:"\f2c1"}.fa-id-card::before{content:"\f2c2"}.fa-key::before{content:"\f084"}.fa-keyboard::before{content:"\f11c"}.fa-layer-group::before{content:"\f5fd"}.fa-lightbulb::before{content:"\f0eb"}.fa-link::before{content:"\f0c1"}.fa-link-slash::before{content:"\f127"}.fa-list::before{content:"\f03a"}.fa-list-check::before{content:"\f0ae"}.fa-list-ul::before{content:"\f0ca"}.fa-location-dot::before{content:"\f3c5"}.fa-lock::before{content:"\f023"}.fa-magnifying-glass::before{content:"\f002"}.fa-mobile-screen::before{content:"\f3cf"}.fa-music::before{content:"\f001"}.fa-note-sticky::before{content:"\f249"}.fa-palette::before{content:"\f53f"}.fa-paper-plane::before{content:"\f1d8"}.fa-pen::before{content:"\f304"}.fa-pen-fancy::before{content:"\f5ac"}.fa-pen-to-square::before{content:"\f044"}.fa-percent::before{content:"\25"}.fa-phone::before{content:"\f095"}.fa-play::before{content:"\f04b"}.fa-plus::before{content:"\2b"}.fa-question::before{content:"\3f"}.fa-receipt::before{content:"\f543"}.fa-rectangle-ad::before{content:"\f641"}.fa-right-from-bracket::before{content:"\f2f5"}.fa-right-left::before{content:"\f362"}.fa-right-to-bracket::before{content:"\f2f6"}.fa-rotate::before{content:"\f2f1"}.fa-rotate-left::before{content:"\f2ea"}.fa-rotate-right::before{content:"\f2f9"}.fa-scale-balanced::before{content:"\f24e"}.fa-scissors::before{content:"\f0c4"}.fa-screwdriver-wrench::before{content:"\f7d9"}.fa-shield::before{content:"\f132"}.fa-sitemap::before{content:"\f0e8"}.fa-sort::before{content:"\f0dc"}.fa-sort-down::before{content:"\f0dd"}.fa-sort-up::before{content:"\f0de"}.fa-spinner::before{content:"\f110"}.fa-table-cells::before{content:"\f00a"}.fa-tag::before{content:"\f02b"}.fa-thumbs-up::before{content:"\f164"}.fa-tower-broadcast::before{content:"\f519"}.fa-trash::before{content:"\f1f8"}.fa-triangle-exclamation::before{content:"\f071"}.fa-truck-fast::before{content:"\f48b"}.fa-tv::before{content:"\f26c"}.fa-upload::before{content:"\f093"}.fa-user::before{content:"\f007"}.fa-user-check::before{content:"\f4fc"}.fa-user-clock::before{content:"\f4fd"}.fa-user-minus::before{content:"\f503"}.fa-user-pen::before{content:"\f4ff"}.fa-user-plus::before{content:"\f234"}.fa-user-secret::before{content:"\f21b"}.fa-user-shield::before{content:"\f505"}.fa-user-slash::before{content:"\f506"}.fa-user-tie::before{content:"\f508"}.fa-users::before{content:"\f0c0"}.fa-video::before{content:"\f03d"}.fa-warehouse::before{content:"\f494"}.fa-x::before{content:"\58"}.fa-xmark::before{content:"\f00d"}