@charset "UTF-8";.reveal .r-stretch,.reveal .stretch{max-width:none;max-height:none}.reveal pre.r-stretch code,.reveal pre.stretch code{height:100%;max-height:100%;box-sizing:border-box}.reveal .r-fit-text{display:inline-block;white-space:nowrap}.reveal .r-stack{display:grid;grid-template-rows:100%}.reveal .r-stack>*{grid-area:1/1;margin:auto}.reveal .r-hstack,.reveal .r-vstack{display:flex}.reveal .r-hstack img,.reveal .r-hstack video,.reveal .r-vstack img,.reveal .r-vstack video{min-width:0;min-height:0;object-fit:contain}.reveal .r-vstack{flex-direction:column;align-items:center;justify-content:center}.reveal .r-hstack{flex-direction:row;align-items:center;justify-content:center}.reveal .items-stretch{align-items:stretch}.reveal .items-start{align-items:flex-start}.reveal .items-center{align-items:center}.reveal .items-end{align-items:flex-end}.reveal .justify-between{justify-content:space-between}.reveal .justify-around{justify-content:space-around}.reveal .justify-start{justify-content:flex-start}.reveal .justify-center{justify-content:center}.reveal .justify-end{justify-content:flex-end}html.reveal-full-page{width:100%;height:100%;height:100vh;height:calc(var(--vh,1vh) * 100);height:100dvh;overflow:hidden}.reveal-viewport{height:100%;overflow:hidden;position:relative;line-height:1;margin:0;background-color:#fff;color:#000;--r-controls-spacing:12px;--r-overlay-header-height:40px;--r-overlay-margin:0px;--r-overlay-padding:6px;--r-overlay-gap:5px}@media screen and (max-width:1024px),(max-height:768px){.reveal-viewport{--r-overlay-header-height:26px}}.reveal-viewport:fullscreen{top:0!important;left:0!important;width:100%!important;height:100%!important;transform:none!important}.reveal .fragment{transition:all .2s ease}.reveal .fragment:not(.custom){opacity:0;visibility:hidden;will-change:opacity}.reveal .fragment.visible{opacity:1;visibility:inherit}.reveal .fragment.disabled{transition:none}.reveal .fragment.grow{opacity:1;visibility:inherit}.reveal .fragment.grow.visible{transform:scale(1.3)}.reveal .fragment.shrink{opacity:1;visibility:inherit}.reveal .fragment.shrink.visible{transform:scale(.7)}.reveal .fragment.zoom-in{transform:scale(.1)}.reveal .fragment.zoom-in.visible{transform:none}.reveal .fragment.fade-out{opacity:1;visibility:inherit}.reveal .fragment.fade-out.visible{opacity:0;visibility:hidden}.reveal .fragment.semi-fade-out{opacity:1;visibility:inherit}.reveal .fragment.semi-fade-out.visible{opacity:.5;visibility:inherit}.reveal .fragment.strike{opacity:1;visibility:inherit}.reveal .fragment.strike.visible{text-decoration:line-through}.reveal .fragment.fade-up{transform:translateY(40px)}.reveal .fragment.fade-up.visible{transform:translate(0)}.reveal .fragment.fade-down{transform:translateY(-40px)}.reveal .fragment.fade-down.visible{transform:translate(0)}.reveal .fragment.fade-right{transform:translate(-40px)}.reveal .fragment.fade-right.visible{transform:translate(0)}.reveal .fragment.fade-left{transform:translate(40px)}.reveal .fragment.fade-left.visible{transform:translate(0)}.reveal .fragment.current-visible,.reveal .fragment.fade-in-then-out{opacity:0;visibility:hidden}.reveal .fragment.current-visible.current-fragment,.reveal .fragment.fade-in-then-out.current-fragment{opacity:1;visibility:inherit}.reveal .fragment.fade-in-then-semi-out{opacity:0;visibility:hidden}.reveal .fragment.fade-in-then-semi-out.visible{opacity:.5;visibility:inherit}.reveal .fragment.fade-in-then-semi-out.current-fragment,.reveal .fragment.highlight-blue,.reveal .fragment.highlight-current-blue,.reveal .fragment.highlight-current-green,.reveal .fragment.highlight-current-red,.reveal .fragment.highlight-green,.reveal .fragment.highlight-red{opacity:1;visibility:inherit}.reveal .fragment.highlight-red.visible{color:#ff2c2d}.reveal .fragment.highlight-green.visible{color:#17ff2e}.reveal .fragment.highlight-blue.visible{color:#1b91ff}.reveal .fragment.highlight-current-red.current-fragment{color:#ff2c2d}.reveal .fragment.highlight-current-green.current-fragment{color:#17ff2e}.reveal .fragment.highlight-current-blue.current-fragment{color:#1b91ff}.reveal:after{content:"";font-style:italic}.reveal iframe{z-index:1}.reveal a{position:relative}@keyframes bounce-right{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(10px)}30%{transform:translate(-5px)}}@keyframes bounce-left{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(-10px)}30%{transform:translate(5px)}}@keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}.reveal .controls{display:none;position:absolute;top:auto;bottom:var(--r-controls-spacing);right:var(--r-controls-spacing);left:auto;z-index:11;color:#000;pointer-events:none;font-size:10px}.reveal .controls button{position:absolute;padding:0;background-color:transparent;border:0;outline:0;cursor:pointer;color:currentColor;transform:scale(.9999);transition:color .2s ease,opacity .2s ease,transform .2s ease;z-index:2;pointer-events:auto;font-size:inherit;visibility:hidden;opacity:0;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.reveal .controls .controls-arrow:after,.reveal .controls .controls-arrow:before{content:"";position:absolute;top:0;left:0;width:2.6em;height:.5em;border-radius:.25em;background-color:currentColor;transition:all .15s ease,background-color .8s ease;transform-origin:.2em 50%;will-change:transform}.reveal .controls .controls-arrow{position:relative;width:3.6em;height:3.6em}.reveal .controls .controls-arrow:before{transform:translate(.5em) translateY(1.55em) rotate(45deg)}.reveal .controls .controls-arrow:after{transform:translate(.5em) translateY(1.55em) rotate(-45deg)}.reveal .controls .controls-arrow:hover:before{transform:translate(.5em) translateY(1.55em) rotate(40deg)}.reveal .controls .controls-arrow:hover:after{transform:translate(.5em) translateY(1.55em) rotate(-40deg)}.reveal .controls .controls-arrow:active:before{transform:translate(.5em) translateY(1.55em) rotate(36deg)}.reveal .controls .controls-arrow:active:after{transform:translate(.5em) translateY(1.55em) rotate(-36deg)}.reveal .controls .navigate-left{right:6.4em;bottom:3.2em;transform:translate(-10px)}.reveal .controls .navigate-left.highlight{animation:bounce-left 2s 50 both ease-out}.reveal .controls .navigate-right{right:0;bottom:3.2em;transform:translate(10px)}.reveal .controls .navigate-right .controls-arrow{transform:rotate(180deg)}.reveal .controls .navigate-right.highlight{animation:bounce-right 2s 50 both ease-out}.reveal .controls .navigate-up{right:3.2em;bottom:6.4em;transform:translateY(-10px)}.reveal .controls .navigate-up .controls-arrow{transform:rotate(90deg)}.reveal .controls .navigate-down{right:3.2em;bottom:-1.4em;padding-bottom:1.4em;transform:translateY(10px)}.reveal .controls .navigate-down .controls-arrow{transform:rotate(-90deg)}.reveal .controls .navigate-down.highlight{animation:bounce-down 2s 50 both ease-out}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled{opacity:.3}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled:hover{opacity:1}.reveal .controls[data-controls-back-arrows=hidden] .navigate-up.enabled{opacity:0;visibility:hidden}.reveal .controls .enabled{visibility:visible;opacity:.9;cursor:pointer;transform:none}.reveal .controls .enabled.fragmented{opacity:.5}.reveal .controls .enabled.fragmented:hover,.reveal .controls .enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled{opacity:.3}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=hidden] .navigate-left.enabled{opacity:0;visibility:hidden}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled{opacity:.3}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled:hover{opacity:1}.reveal.rtl .controls[data-controls-back-arrows=hidden] .navigate-right.enabled{opacity:0;visibility:hidden}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-down,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-up{display:none}.reveal:not(.has-vertical-slides) .controls .navigate-left,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-left{bottom:1.4em;right:5.5em}.reveal:not(.has-vertical-slides) .controls .navigate-right,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-right{bottom:1.4em;right:.5em}.reveal:not(.has-horizontal-slides) .controls .navigate-up{right:1.4em;bottom:5em}.reveal:not(.has-horizontal-slides) .controls .navigate-down{right:1.4em;bottom:.5em}.reveal.has-dark-background .controls{color:#fff}.reveal.has-light-background .controls{color:#000}.reveal.no-hover .controls .controls-arrow:active:before,.reveal.no-hover .controls .controls-arrow:hover:before{transform:translate(.5em) translateY(1.55em) rotate(45deg)}.reveal.no-hover .controls .controls-arrow:active:after,.reveal.no-hover .controls .controls-arrow:hover:after{transform:translate(.5em) translateY(1.55em) rotate(-45deg)}@media screen and (min-width:500px){.reveal-viewport{--r-controls-spacing:.8em}.reveal .controls[data-controls-layout=edges]{top:0;right:0;bottom:0;left:0}.reveal .controls[data-controls-layout=edges] .navigate-down,.reveal .controls[data-controls-layout=edges] .navigate-left,.reveal .controls[data-controls-layout=edges] .navigate-right,.reveal .controls[data-controls-layout=edges] .navigate-up{bottom:auto;right:auto}.reveal .controls[data-controls-layout=edges] .navigate-left{top:50%;left:var(--r-controls-spacing);margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-right{top:50%;right:var(--r-controls-spacing);margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-up{top:var(--r-controls-spacing);left:50%;margin-left:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:calc(var(--r-controls-spacing) - 1.4em + .3em);left:50%;margin-left:-1.8em}}.reveal .progress{position:absolute;display:none;height:3px;width:100%;bottom:0;left:0;z-index:10;background-color:#0003;color:#fff}.reveal .progress:after{content:"";display:block;position:absolute;height:10px;width:100%;top:-10px}.reveal .progress span{display:block;height:100%;width:100%;background-color:currentColor;transition:transform .8s cubic-bezier(.26,.86,.44,.985);transform-origin:0 0;transform:scaleX(0)}.reveal .slide-number{position:absolute;display:block;right:8px;bottom:8px;z-index:31;font-family:Helvetica,sans-serif;font-size:12px;line-height:1;color:#fff;background-color:#0006;padding:5px}.reveal .slide-number a{color:currentColor}.reveal .slide-number-delimiter{margin:0 3px}.reveal{position:relative;width:100%;height:100%;overflow:hidden;touch-action:pinch-zoom}.reveal.embedded{touch-action:pan-y}.reveal.embedded.is-vertical-slide{touch-action:none}.reveal .slides{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;margin:auto;pointer-events:none;overflow:visible;z-index:1;text-align:center;perspective:600px;perspective-origin:50% 40%}.reveal .slides>section{perspective:600px}.reveal .slides>section,.reveal .slides>section>section{display:none;position:absolute;width:100%;pointer-events:auto;z-index:10;transform-style:flat;transition:transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985)}.reveal[data-transition-speed=fast] .slides section{transition-duration:.4s}.reveal[data-transition-speed=slow] .slides section{transition-duration:1.2s}.reveal .slides section[data-transition-speed=fast]{transition-duration:.4s}.reveal .slides section[data-transition-speed=slow]{transition-duration:1.2s}.reveal .slides>section.stack{padding-top:0;padding-bottom:0;pointer-events:none;height:100%}.reveal .slides>section.present,.reveal .slides>section>section.present{display:block;z-index:11;opacity:1}.reveal .slides>section:empty,.reveal .slides>section>section:empty,.reveal .slides>section>section[data-background-interactive],.reveal .slides>section[data-background-interactive]{pointer-events:none}.reveal.center,.reveal.center .slides,.reveal.center .slides section{min-height:0!important}.reveal .slides>section:not(.present),.reveal .slides>section>section:not(.present){pointer-events:none}.reveal.overview .slides>section,.reveal.overview .slides>section>section{pointer-events:auto}.reveal .slides>section.future,.reveal .slides>section.future>section,.reveal .slides>section.past,.reveal .slides>section.past>section,.reveal .slides>section>section.future,.reveal .slides>section>section.past{opacity:0}.reveal .slides>section[data-transition=slide].past,.reveal .slides>section[data-transition~=slide-out].past,.reveal.slide .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=slide].future,.reveal .slides>section[data-transition~=slide-in].future,.reveal.slide .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=slide].past,.reveal .slides>section>section[data-transition~=slide-out].past,.reveal.slide .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=slide].future,.reveal .slides>section>section[data-transition~=slide-in].future,.reveal.slide .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides>section[data-transition=linear].past,.reveal .slides>section[data-transition~=linear-out].past,.reveal.linear .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=linear].future,.reveal .slides>section[data-transition~=linear-in].future,.reveal.linear .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=linear].past,.reveal .slides>section>section[data-transition~=linear-out].past,.reveal.linear .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=linear].future,.reveal .slides>section>section[data-transition~=linear-in].future,.reveal.linear .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides section[data-transition=default].stack,.reveal.default .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=default].past,.reveal .slides>section[data-transition~=default-out].past,.reveal.default .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=default].future,.reveal .slides>section[data-transition~=default-in].future,.reveal.default .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=default].past,.reveal .slides>section>section[data-transition~=default-out].past,.reveal.default .slides>section>section:not([data-transition]).past{transform:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.reveal .slides>section>section[data-transition=default].future,.reveal .slides>section>section[data-transition~=default-in].future,.reveal.default .slides>section>section:not([data-transition]).future{transform:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.reveal .slides section[data-transition=convex].stack,.reveal.convex .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=convex].past,.reveal .slides>section[data-transition~=convex-out].past,.reveal.convex .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=convex].future,.reveal .slides>section[data-transition~=convex-in].future,.reveal.convex .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=convex].past,.reveal .slides>section>section[data-transition~=convex-out].past,.reveal.convex .slides>section>section:not([data-transition]).past{transform:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.reveal .slides>section>section[data-transition=convex].future,.reveal .slides>section>section[data-transition~=convex-in].future,.reveal.convex .slides>section>section:not([data-transition]).future{transform:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.reveal .slides section[data-transition=concave].stack,.reveal.concave .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=concave].past,.reveal .slides>section[data-transition~=concave-out].past,.reveal.concave .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=concave].future,.reveal .slides>section[data-transition~=concave-in].future,.reveal.concave .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=concave].past,.reveal .slides>section>section[data-transition~=concave-out].past,.reveal.concave .slides>section>section:not([data-transition]).past{transform:translate3d(0,-80%,0) rotateX(-70deg) translate3d(0,-80%,0)}.reveal .slides>section>section[data-transition=concave].future,.reveal .slides>section>section[data-transition~=concave-in].future,.reveal.concave .slides>section>section:not([data-transition]).future{transform:translate3d(0,80%,0) rotateX(70deg) translate3d(0,80%,0)}.reveal .slides section[data-transition=zoom],.reveal.zoom .slides section:not([data-transition]){transition-timing-function:ease}.reveal .slides>section[data-transition=zoom].past,.reveal .slides>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section:not([data-transition]).past{visibility:hidden;transform:scale(16)}.reveal .slides>section[data-transition=zoom].future,.reveal .slides>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section:not([data-transition]).future{visibility:hidden;transform:scale(.2)}.reveal .slides>section>section[data-transition=zoom].past,.reveal .slides>section>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section>section:not([data-transition]).past{transform:scale(16)}.reveal .slides>section>section[data-transition=zoom].future,.reveal .slides>section>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section>section:not([data-transition]).future{transform:scale(.2)}.reveal.cube .slides{perspective:1300px}.reveal.cube .slides section{padding:30px;min-height:700px;backface-visibility:hidden;box-sizing:border-box;transform-style:preserve-3d}.reveal.center.cube .slides section{min-height:0}.reveal.cube .slides section:not(.stack):before{content:"";position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:#0000001a;border-radius:4px;transform:translateZ(-20px)}.reveal.cube .slides section:not(.stack):after{content:"";position:absolute;display:block;width:90%;height:30px;left:5%;bottom:0;background:0 0;z-index:1;border-radius:4px;box-shadow:0 95px 25px #0003;transform:translateZ(-90px) rotateX(65deg)}.reveal.cube .slides>section.stack{padding:0;background:0 0}.reveal.cube .slides>section.past{transform-origin:100% 0;transform:translate3d(-100%,0,0) rotateY(-90deg)}.reveal.cube .slides>section.future{transform-origin:0 0;transform:translate3d(100%,0,0) rotateY(90deg)}.reveal.cube .slides>section>section.past{transform-origin:0 100%;transform:translate3d(0,-100%,0) rotateX(90deg)}.reveal.cube .slides>section>section.future{transform-origin:0 0;transform:translate3d(0,100%,0) rotateX(-90deg)}.reveal.page .slides{perspective-origin:0 50%;perspective:3000px}.reveal.page .slides section{padding:30px;min-height:700px;box-sizing:border-box;transform-style:preserve-3d}.reveal.page .slides section.past{z-index:12}.reveal.page .slides section:not(.stack):before{content:"";position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:#0000001a;transform:translateZ(-20px)}.reveal.page .slides section:not(.stack):after{content:"";position:absolute;display:block;width:90%;height:30px;left:5%;bottom:0;background:0 0;z-index:1;border-radius:4px;box-shadow:0 95px 25px #0003;transform:translateZ(-90px) rotateX(65deg)}.reveal.page .slides>section.stack{padding:0;background:0 0}.reveal.page .slides>section.past{transform-origin:0 0;transform:translate3d(-40%,0,0) rotateY(-80deg)}.reveal.page .slides>section.future{transform-origin:100% 0;transform:translateZ(0)}.reveal.page .slides>section>section.past{transform-origin:0 0;transform:translate3d(0,-40%,0) rotateX(80deg)}.reveal.page .slides>section>section.future{transform-origin:0 100%;transform:translateZ(0)}.reveal .slides section[data-transition=fade],.reveal.fade .slides section:not([data-transition]),.reveal.fade .slides>section>section:not([data-transition]){transform:none;transition:opacity .5s}.reveal.fade.overview .slides section,.reveal.fade.overview .slides>section>section{transition:none}.reveal .slides section[data-transition=none],.reveal.none .slides section:not([data-transition]){transform:none;transition:none}.reveal .pause-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;visibility:hidden;opacity:0;z-index:100;transition:all 1s ease}.reveal .pause-overlay .resume-button{position:absolute;bottom:20px;right:20px;color:#ccc;border-radius:2px;padding:6px 14px;border:2px solid #ccc;font-size:16px;background:0 0;cursor:pointer}.reveal .pause-overlay .resume-button:hover{color:#fff;border-color:#fff}.reveal.paused .pause-overlay{visibility:visible;opacity:1}.reveal .no-transition,.reveal .no-transition *,.reveal .slides.disable-slide-transitions section{transition:none!important}.reveal .slides.disable-slide-transitions section{transform:none!important}.reveal .backgrounds{position:absolute;width:100%;height:100%;top:0;left:0;perspective:600px}.reveal .slide-background{display:none;position:absolute;width:100%;height:100%;opacity:0;visibility:hidden;overflow:hidden;background-color:#0000;transition:all .8s cubic-bezier(.26,.86,.44,.985)}.reveal .slide-background-content{position:absolute;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.reveal .slide-background.stack{display:block}.reveal .slide-background.present{opacity:1;visibility:visible;z-index:2}.print-pdf .reveal .slide-background{opacity:1!important;visibility:visible!important}.reveal .slide-background video{position:absolute;width:100%;height:100%;max-width:none;max-height:none;top:0;left:0;object-fit:cover}.reveal .slide-background[data-background-size=contain] video{object-fit:contain}.reveal>.backgrounds .slide-background[data-background-transition=none],.reveal[data-background-transition=none]>.backgrounds .slide-background:not([data-background-transition]){transition:none}.reveal>.backgrounds .slide-background[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]){opacity:1}.reveal>.backgrounds .slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]){transform:translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.future:not([data-background-transition]){transform:translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){transform:translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){transform:translateY(100%)}.reveal>.backgrounds .slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(0,-100%,0) rotateX(90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(0,100%,0) rotateX(-90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(0,-100%,0) rotateX(-90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(0,100%,0) rotateX(90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background:not([data-background-transition]){transition-timing-function:ease}.reveal>.backgrounds .slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(.2)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(.2)}.reveal[data-transition-speed=fast]>.backgrounds .slide-background{transition-duration:.4s}.reveal[data-transition-speed=slow]>.backgrounds .slide-background{transition-duration:1.2s}.reveal [data-auto-animate-target^=unmatched]{will-change:opacity}.reveal section[data-auto-animate]:not(.stack):not([data-auto-animate=running]) [data-auto-animate-target^=unmatched]{opacity:0}.reveal.overview{perspective-origin:50% 50%;perspective:700px}.reveal.overview .slides section{height:100%;top:0!important;opacity:1!important;overflow:hidden;visibility:visible!important;cursor:pointer;box-sizing:border-box}.reveal.overview .slides section.present,.reveal.overview .slides section:hover{outline:10px solid rgba(150,150,150,.4);outline-offset:10px}.reveal.overview .slides section .fragment{opacity:1;transition:none}.reveal.overview .slides section:after,.reveal.overview .slides section:before{display:none!important}.reveal.overview .slides>section.stack{padding:0;top:0!important;background:0 0;outline:0;overflow:visible}.reveal.overview .backgrounds{perspective:inherit}.reveal.overview .backgrounds .slide-background{opacity:1;visibility:visible;outline:10px solid rgba(150,150,150,.1);outline-offset:10px}.reveal.overview .backgrounds .slide-background.stack{overflow:visible}.reveal.overview .slides section,.reveal.overview-deactivating .slides section{transition:none}.reveal.overview .backgrounds .slide-background,.reveal.overview-deactivating .backgrounds .slide-background{transition:none}.reveal.rtl .slides,.reveal.rtl .slides h1,.reveal.rtl .slides h2,.reveal.rtl .slides h3,.reveal.rtl .slides h4,.reveal.rtl .slides h5,.reveal.rtl .slides h6{direction:rtl;font-family:sans-serif}.reveal.rtl code,.reveal.rtl pre{direction:ltr}.reveal.rtl ol,.reveal.rtl ul{text-align:right}.reveal.rtl .progress span{transform-origin:100% 0}.reveal.has-parallax-background .backgrounds{transition:all .8s ease}.reveal.has-parallax-background[data-transition-speed=fast] .backgrounds{transition-duration:.4s}.reveal.has-parallax-background[data-transition-speed=slow] .backgrounds{transition-duration:1.2s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-up{0%{transform:scale(.95)}to{transform:scale(1)}}.reveal [data-preview-image],.reveal [data-preview-link]:not(a):not([data-preview-link=false]),.reveal [data-preview-video]{cursor:zoom-in}.r-overlay{position:absolute;top:var(--r-overlay-margin);right:var(--r-overlay-margin);bottom:var(--r-overlay-margin);left:var(--r-overlay-margin);border-radius:min(var(--r-overlay-margin),6px);z-index:99;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;color:#fff;animation:fade-in .3s ease;font-family:ui-sans-serif,system-ui,-apple-system,Helvetica,sans-serif}.r-overlay-viewport{position:absolute;top:var(--r-overlay-padding);right:var(--r-overlay-padding);bottom:var(--r-overlay-padding);left:var(--r-overlay-padding);gap:var(--r-overlay-gap);display:flex;flex-direction:column}.r-overlay-header{display:flex;z-index:2;box-sizing:border-box;align-items:center;justify-content:flex-end;height:var(--r-overlay-header-height);gap:6px}.r-overlay-header .r-overlay-button{all:unset;display:flex;align-items:center;justify-content:center;min-width:var(--r-overlay-header-height);min-height:var(--r-overlay-header-height);padding:0 calc(var(--r-overlay-header-height)/ 4);opacity:1;border-radius:6px;font-size:18px;gap:8px;cursor:pointer;box-sizing:border-box}.r-overlay-header .r-overlay-button:hover{opacity:1;background-color:#ffffff26}.r-overlay-header .icon{display:inline-block;width:20px;height:20px;background-position:50% 50%;background-size:100%;background-repeat:no-repeat}.r-overlay-close .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIuODU0IDIuODU0YS41LjUgMCAwIDAtLjcwOC0uNzA4TDcuNSA2Ljc5MyAyLjg1NCAyLjE0NmEuNS41IDAgMSAwLS43MDguNzA4TDYuNzkzIDcuNWwtNC42NDcgNC42NDZhLjUuNSAwIDAgMCAuNzA4LjcwOEw3LjUgOC4yMDdsNC42NDYgNC42NDdhLjUuNSAwIDAgMCAuNzA4LS43MDhMOC4yMDcgNy41bDQuNjQ3LTQuNjQ2WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)}.r-overlay-external .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMyAyYTEgMSAwIDAgMC0xIDF2OWExIDEgMCAwIDAgMSAxaDlhMSAxIDAgMCAwIDEtMVY4LjVhLjUuNSAwIDAgMC0xIDBWMTJIM1YzaDMuNWEuNS41IDAgMCAwIDAtMUgzWm05Ljg1NC4xNDZhLjUuNSAwIDAgMSAuMTQ2LjM1MVY1LjVhLjUuNSAwIDAgMS0xIDBWMy43MDdMNi44NTQgOC44NTRhLjUuNSAwIDEgMS0uNzA4LS43MDhMMTEuMjkzIDNIOS41YS41LjUgMCAwIDEgMC0xaDNhLjQ5OS40OTkgMCAwIDEgLjM1NC4xNDZaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)}.r-overlay-content{position:relative;display:grid;place-items:center;border-radius:6px;overflow:hidden;flex-grow:1;background-color:#141414cc;animation:scale-up .5s cubic-bezier(.26,.86,.44,.985)}.r-overlay-spinner{position:absolute;display:block;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;z-index:10;background-image:url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);visibility:hidden;opacity:0}.r-overlay-preview .r-overlay-content iframe{width:100%;height:100%;max-width:100%;max-height:100%;border:0;opacity:0;visibility:hidden;transition:all .3s ease}.r-overlay-preview[data-state=loaded] iframe{opacity:1;visibility:visible}.r-overlay-preview .r-overlay-content img,.r-overlay-preview .r-overlay-content video{position:absolute;max-width:100%;max-height:100%;width:100%;height:100%;margin:0;object-fit:scale-down}.r-overlay-preview[data-preview-fit=none] img,.r-overlay-preview[data-preview-fit=none] video{object-fit:none}.r-overlay-preview[data-preview-fit=scale-down] img,.r-overlay-preview[data-preview-fit=scale-down] video{object-fit:scale-down}.r-overlay-preview[data-preview-fit=contain] img,.r-overlay-preview[data-preview-fit=contain] video{object-fit:contain}.r-overlay-preview[data-preview-fit=cover] img,.r-overlay-preview[data-preview-fit=cover] video{object-fit:cover}.r-overlay-preview[data-state=loaded] .r-overlay-content-inner{position:absolute;z-index:-1;left:0;top:45%;width:100%;text-align:center;letter-spacing:normal}.r-overlay-preview .r-overlay-error{font-size:18px;color:orange}.r-overlay-preview .x-frame-error{opacity:0;transition:opacity .3s ease .3s}.r-overlay-preview[data-state=loaded] .x-frame-error{opacity:1}.r-overlay-preview[data-state=loading] .r-overlay-spinner{opacity:.6;visibility:visible}.r-overlay-help .r-overlay-content{overflow:auto}.r-overlay-help-content{max-width:560px;padding:20px 0;margin:auto;text-align:center;letter-spacing:normal}.r-overlay-help-content .title{font-size:20px;margin-top:0}.r-overlay-help .r-overlay-help-content table{border:1px solid #fff;border-collapse:collapse;font-size:16px;text-align:left}.r-overlay-help .r-overlay-help-content table td,.r-overlay-help .r-overlay-help-content table th{width:240px;padding:14px;border:1px solid #fff;vertical-align:middle}.r-overlay-help .r-overlay-help-content table th{padding-top:20px;padding-bottom:20px}.reveal .playback{position:absolute;left:15px;bottom:20px;z-index:30;cursor:pointer;transition:all .4s ease;-webkit-tap-highlight-color:transparent}.reveal.overview .playback{opacity:0;visibility:hidden}.reveal .hljs{min-height:100%}.reveal .hljs table{margin:initial}.reveal .hljs-ln-code,.reveal .hljs-ln-numbers{padding:0;border:0}.reveal .hljs-ln-numbers{opacity:.6;padding-right:.75em;text-align:right;vertical-align:top}.reveal .hljs.has-highlights tr:not(.highlight-line){opacity:.4}.reveal .hljs.has-highlights.fragment{transition:all .2s ease}.reveal .hljs:not(:first-child).fragment{position:absolute;top:0;left:0;width:100%;box-sizing:border-box}.reveal pre[data-auto-animate-target]{overflow:hidden}.reveal pre[data-auto-animate-target] code{height:100%}.reveal .roll{display:inline-block;line-height:1.2;overflow:hidden;vertical-align:top;perspective:400px;perspective-origin:50% 50%}.reveal .roll:hover{background:0 0;text-shadow:none}.reveal .roll span{display:block;position:relative;padding:0 2px;pointer-events:none;transition:all .4s ease;transform-origin:50% 0;transform-style:preserve-3d;backface-visibility:hidden}.reveal .roll:hover span{background:#00000080;transform:translateZ(-45px) rotateX(90deg)}.reveal .roll span:after{content:attr(data-title);display:block;position:absolute;left:0;top:0;padding:0 2px;backface-visibility:hidden;transform-origin:50% 0;transform:translate3d(0,110%,0) rotateX(-90deg)}.reveal aside.notes{display:none}.reveal .speaker-notes{display:none;position:absolute;width:33.3333333333%;height:100%;top:0;left:100%;padding:14px 18px;z-index:1;font-size:18px;line-height:1.4;border:1px solid rgba(0,0,0,.05);color:#222;background-color:#f5f5f5;overflow:auto;box-sizing:border-box;text-align:left;font-family:Helvetica,sans-serif;-webkit-overflow-scrolling:touch}.reveal .speaker-notes .notes-placeholder{color:#ccc;font-style:italic}.reveal .speaker-notes:focus{outline:0}.reveal .speaker-notes:before{content:"Speaker notes";display:block;margin-bottom:10px;opacity:.5}.reveal.show-notes{max-width:75%;overflow:visible}.reveal.show-notes .speaker-notes{display:block}@media screen and (min-width:1600px){.reveal .speaker-notes{font-size:20px}}@media screen and (max-width:1024px){.reveal.show-notes{border-left:0;max-width:none;max-height:70%;max-height:70vh;overflow:visible}.reveal.show-notes .speaker-notes{top:100%;left:0;width:100%;height:30vh;border:0}}@media screen and (max-width:600px){.reveal.show-notes{max-height:60%;max-height:60vh}.reveal.show-notes .speaker-notes{top:100%;height:40vh}.reveal .speaker-notes{font-size:14px}}.reveal .jump-to-slide{position:absolute;top:15px;left:15px;z-index:30;font-size:32px;-webkit-tap-highlight-color:transparent}.reveal .jump-to-slide-input{background:0 0;padding:8px;font-size:inherit;color:currentColor;border:0}.reveal .jump-to-slide-input::placeholder{color:currentColor;opacity:.5}.reveal.has-dark-background .jump-to-slide-input{color:#fff}.reveal.has-light-background .jump-to-slide-input{color:#222}.reveal .jump-to-slide-input:focus{outline:0}.zoomed .reveal *,.zoomed .reveal :after,.zoomed .reveal :before{backface-visibility:visible!important}.zoomed .reveal .controls,.zoomed .reveal .progress{opacity:0}.zoomed .reveal .roll span{background:0 0}.zoomed .reveal .roll span:after{visibility:hidden}.reveal-viewport.loading-scroll-mode{visibility:hidden}.reveal-viewport.reveal-scroll{margin:0 auto;overflow:auto;overflow-x:hidden;overflow-y:auto;z-index:1;--r-scrollbar-width:7px;--r-scrollbar-trigger-size:5px;--r-controls-spacing:8px}@media screen and (max-width:500px){.reveal-viewport.reveal-scroll{--r-scrollbar-width:3px;--r-scrollbar-trigger-size:3px}}.reveal-viewport.reveal-scroll .backgrounds,.reveal-viewport.reveal-scroll .controls,.reveal-viewport.reveal-scroll .playback,.reveal-viewport.reveal-scroll .progress,.reveal-viewport.reveal-scroll .slide-number,.reveal-viewport.reveal-scroll .speaker-notes{display:none!important}.reveal-viewport.reveal-scroll .pause-overlay,.reveal-viewport.reveal-scroll .r-overlay{position:fixed}.reveal-viewport.reveal-scroll .reveal{overflow:visible;touch-action:manipulation}.reveal-viewport.reveal-scroll .slides{position:static;pointer-events:initial;left:auto;top:auto;width:100%!important;margin:0;padding:0;overflow:visible;display:block;perspective:none;perspective-origin:50% 50%}.reveal-viewport.reveal-scroll .scroll-page{position:relative;width:100%;height:calc(var(--page-height) + var(--page-scroll-padding));z-index:1;overflow:visible}.reveal-viewport.reveal-scroll .scroll-page-sticky{position:sticky;height:var(--page-height);top:0}.reveal-viewport.reveal-scroll .scroll-page-content{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.reveal-viewport.reveal-scroll .scroll-page section{visibility:visible!important;display:block!important;position:absolute!important;width:var(--slide-width)!important;height:var(--slide-height)!important;top:50%!important;left:50%!important;opacity:1!important;transform:scale(var(--slide-scale)) translate(-50%,-50%)!important;transform-style:flat!important;transform-origin:0 0!important}.reveal-viewport.reveal-scroll .slide-background{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;z-index:auto!important;visibility:visible;opacity:1;touch-action:manipulation}.reveal-viewport.reveal-scroll[data-scrollbar=auto]::-webkit-scrollbar,.reveal-viewport.reveal-scroll[data-scrollbar=true]::-webkit-scrollbar{display:none}.reveal-viewport.reveal-scroll[data-scrollbar=auto],.reveal-viewport.reveal-scroll[data-scrollbar=true]{scrollbar-width:none}.reveal-viewport.has-dark-background,.reveal.has-dark-background{--r-overlay-element-bg-color:240,240,240;--r-overlay-element-fg-color:0,0,0}.reveal-viewport.has-light-background,.reveal.has-light-background{--r-overlay-element-bg-color:0,0,0;--r-overlay-element-fg-color:240,240,240}.reveal-viewport.reveal-scroll .scrollbar{position:sticky;top:50%;z-index:20;opacity:0;transition:all .3s ease}.reveal-viewport.reveal-scroll .scrollbar.visible,.reveal-viewport.reveal-scroll .scrollbar:hover{opacity:1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-inner{position:absolute;width:var(--r-scrollbar-width);height:calc(var(--viewport-height) - var(--r-controls-spacing) * 2);right:var(--r-controls-spacing);top:0;transform:translateY(-50%);border-radius:var(--r-scrollbar-width);z-index:10}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-playhead{position:absolute;width:var(--r-scrollbar-width);height:var(--r-scrollbar-width);top:0;left:0;border-radius:var(--r-scrollbar-width);background-color:rgba(var(--r-overlay-element-bg-color),1);z-index:11;transition:background-color .2s ease}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide{position:absolute;width:100%;background-color:rgba(var(--r-overlay-element-bg-color),.2);box-shadow:0 0 0 1px rgba(var(--r-overlay-element-fg-color),.1);border-radius:var(--r-scrollbar-width);transition:background-color .2s ease}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide:after{content:"";position:absolute;width:200%;height:100%;top:0;left:-50%;background:#0000;z-index:-1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active,.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide:hover{background-color:rgba(var(--r-overlay-element-bg-color),.4)}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-trigger{position:absolute;width:100%;transition:background-color .2s ease}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active.has-triggers{background-color:rgba(var(--r-overlay-element-bg-color),.4);z-index:10}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger:after{content:"";position:absolute;width:var(--r-scrollbar-trigger-size);height:var(--r-scrollbar-trigger-size);border-radius:20px;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(var(--r-overlay-element-bg-color),1);transition:transform .2s ease,opacity .2s ease;opacity:.4}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger.active:after,.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger.active~.scrollbar-trigger:after{opacity:1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger~.scrollbar-trigger.active:after{transform:translate(calc(var(--r-scrollbar-width) * -2));background-color:rgba(var(--r-overlay-element-bg-color),1)}html.reveal-print *{-webkit-print-color-adjust:exact}html.reveal-print{width:100%;height:100%;overflow:visible}html.reveal-print body{margin:0 auto!important;border:0;padding:0;float:none!important;overflow:visible}html.reveal-print .nestedarrow,html.reveal-print .reveal .controls,html.reveal-print .reveal .playback,html.reveal-print .reveal .progress,html.reveal-print .reveal.overview,html.reveal-print .state-background{display:none!important}html.reveal-print .reveal pre code{overflow:hidden!important}html.reveal-print .reveal{width:auto!important;height:auto!important;overflow:hidden!important}html.reveal-print .reveal .slides{position:static;width:100%!important;height:auto!important;zoom:1!important;pointer-events:initial;left:auto;top:auto;margin:0!important;padding:0!important;overflow:visible;display:block;perspective:none;perspective-origin:50% 50%}html.reveal-print .reveal .slides .pdf-page{position:relative;overflow:hidden;z-index:1;page-break-after:always}html.reveal-print .reveal .slides .pdf-page:last-of-type{page-break-after:avoid}html.reveal-print .reveal .slides section{visibility:visible!important;display:block!important;position:absolute!important;margin:0!important;padding:0!important;box-sizing:border-box!important;min-height:1px;opacity:1!important;transform-style:flat!important;transform:none!important}html.reveal-print .reveal section.stack{position:relative!important;margin:0!important;padding:0!important;page-break-after:avoid!important;height:auto!important;min-height:auto!important}html.reveal-print .reveal img{box-shadow:none}html.reveal-print .reveal .backgrounds{display:none}html.reveal-print .reveal .slide-background{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;z-index:auto!important}html.reveal-print .reveal.show-notes{max-width:none;max-height:none}html.reveal-print .reveal .speaker-notes-pdf{display:block;width:100%;height:auto;max-height:none;top:auto;right:auto;bottom:auto;left:auto;z-index:100}html.reveal-print .reveal .speaker-notes-pdf[data-layout=separate-page]{position:relative;color:inherit;background-color:transparent;padding:20px;page-break-after:always;border:0}html.reveal-print .reveal .slide-number-pdf{display:block;position:absolute;font-size:14px;visibility:visible}html.reveal-print .aria-status{display:none}@media print{html:not(.print-pdf){overflow:visible;width:auto;height:auto}html:not(.print-pdf) body{margin:0;padding:0;overflow:visible}html:not(.print-pdf) .reveal{background:#fff;font-size:20pt}html:not(.print-pdf) .reveal .backgrounds,html:not(.print-pdf) .reveal .controls,html:not(.print-pdf) .reveal .progress,html:not(.print-pdf) .reveal .slide-number,html:not(.print-pdf) .reveal .state-background{display:none!important}html:not(.print-pdf) .reveal li,html:not(.print-pdf) .reveal p,html:not(.print-pdf) .reveal td{font-size:20pt!important;color:#000}html:not(.print-pdf) .reveal h1,html:not(.print-pdf) .reveal h2,html:not(.print-pdf) .reveal h3,html:not(.print-pdf) .reveal h4,html:not(.print-pdf) .reveal h5,html:not(.print-pdf) .reveal h6{color:#000!important;height:auto;line-height:normal;text-align:left;letter-spacing:normal}html:not(.print-pdf) .reveal h1{font-size:28pt!important}html:not(.print-pdf) .reveal h2{font-size:24pt!important}html:not(.print-pdf) .reveal h3{font-size:22pt!important}html:not(.print-pdf) .reveal h4{font-size:22pt!important;font-variant:small-caps}html:not(.print-pdf) .reveal h5{font-size:21pt!important}html:not(.print-pdf) .reveal h6{font-size:20pt!important;font-style:italic}html:not(.print-pdf) .reveal a:link,html:not(.print-pdf) .reveal a:visited{color:#000!important;font-weight:700;text-decoration:underline}html:not(.print-pdf) .reveal div,html:not(.print-pdf) .reveal ol,html:not(.print-pdf) .reveal p,html:not(.print-pdf) .reveal ul{visibility:visible;position:static;width:auto;height:auto;display:block;overflow:visible;margin:0;text-align:left!important}html:not(.print-pdf) .reveal pre,html:not(.print-pdf) .reveal table{margin-left:0;margin-right:0}html:not(.print-pdf) .reveal pre code{padding:20px}html:not(.print-pdf) .reveal blockquote{margin:20px 0}html:not(.print-pdf) .reveal .slides{position:static!important;width:auto!important;height:auto!important;left:0!important;top:0!important;margin-left:0!important;margin-top:0!important;padding:0!important;zoom:1!important;transform:none!important;overflow:visible!important;display:block!important;text-align:left!important;perspective:none;perspective-origin:50% 50%}html:not(.print-pdf) .reveal .slides section{visibility:visible!important;position:static!important;width:auto!important;height:auto!important;display:block!important;overflow:visible!important;left:0!important;top:0!important;margin-left:0!important;margin-top:0!important;padding:60px 20px!important;z-index:auto!important;opacity:1!important;page-break-after:always!important;transform-style:flat!important;transform:none!important;transition:none!important}html:not(.print-pdf) .reveal .slides section.stack{padding:0!important}html:not(.print-pdf) .reveal .slides section:last-of-type{page-break-after:avoid!important}html:not(.print-pdf) .reveal .slides section .fragment{opacity:1!important;visibility:visible!important;transform:none!important}html:not(.print-pdf) .reveal .r-fit-text{white-space:normal!important}html:not(.print-pdf) .reveal section img{display:block;margin:15px 0;background:#fff;border:1px solid #666;box-shadow:none}html:not(.print-pdf) .reveal section small{font-size:.8em}html:not(.print-pdf) .reveal .hljs{max-height:100%;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;font-size:15pt}html:not(.print-pdf) .reveal .hljs .hljs-ln-numbers{white-space:nowrap}html:not(.print-pdf) .reveal .hljs td{font-size:inherit!important;color:inherit!important}}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-regular-C8xAf4ue.eot);src:url(/assets/source-sans-pro-regular-C8xAf4ue.eot?#iefix) format("embedded-opentype"),url(/assets/source-sans-pro-regular-Du6DMqU5.woff) format("woff"),url(/assets/source-sans-pro-regular-DVYRbr7L.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-italic-BRELHCij.eot);src:url(/assets/source-sans-pro-italic-BRELHCij.eot?#iefix) format("embedded-opentype"),url(/assets/source-sans-pro-italic-Cv9m8hC5.woff) format("woff"),url(/assets/source-sans-pro-italic-CRcsOvyS.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-semibold-DJkFd4Pg.eot);src:url(/assets/source-sans-pro-semibold-DJkFd4Pg.eot?#iefix) format("embedded-opentype"),url(/assets/source-sans-pro-semibold-DwriEDPf.woff) format("woff"),url(/assets/source-sans-pro-semibold-J0UDcmCq.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-semibolditalic-DCTsihXp.eot);src:url(/assets/source-sans-pro-semibolditalic-DCTsihXp.eot?#iefix) format("embedded-opentype"),url(/assets/source-sans-pro-semibolditalic-DSkHRpvW.woff) format("woff"),url(/assets/source-sans-pro-semibolditalic-BHQoOnJ8.ttf) format("truetype");font-weight:600;font-style:italic}section.has-dark-background,section.has-dark-background h1,section.has-dark-background h2,section.has-dark-background h3,section.has-dark-background h4,section.has-dark-background h5,section.has-dark-background h6{color:#fff}:root{--r-background-color: #fff;--r-main-font: Source Sans Pro, Helvetica, sans-serif;--r-main-font-size: 42px;--r-main-color: #222;--r-block-margin: 20px;--r-heading-margin: 0 0 20px 0;--r-heading-font: Source Sans Pro, Helvetica, sans-serif;--r-heading-color: #222;--r-heading-line-height: 1.2;--r-heading-letter-spacing: normal;--r-heading-text-transform: uppercase;--r-heading-text-shadow: none;--r-heading-font-weight: 600;--r-heading1-text-shadow: none;--r-heading1-size: 2.5em;--r-heading2-size: 1.6em;--r-heading3-size: 1.3em;--r-heading4-size: 1em;--r-code-font: monospace;--r-link-color: #2a76dd;--r-link-color-dark: rgb(30.7720647773, 99.5566801619, 192.7779352227);--r-link-color-hover: rgb(73.95, 138.55, 226.1);--r-selection-background-color: rgb(95.25, 152.25, 229.5);--r-selection-color: #fff;--r-overlay-element-bg-color: 0, 0, 0;--r-overlay-element-fg-color: 240, 240, 240}.reveal-viewport{background:#fff;background-color:var(--r-background-color)}.reveal{font-family:var(--r-main-font);font-size:var(--r-main-font-size);font-weight:400;color:var(--r-main-color)}.reveal ::selection{color:var(--r-selection-color);background:var(--r-selection-background-color);text-shadow:none}.reveal ::-moz-selection{color:var(--r-selection-color);background:var(--r-selection-background-color);text-shadow:none}.reveal .slides section,.reveal .slides section>section{line-height:1.3;font-weight:inherit}.reveal h1,.reveal h2,.reveal h3,.reveal h4,.reveal h5,.reveal h6{margin:var(--r-heading-margin);color:var(--r-heading-color);font-family:var(--r-heading-font);font-weight:var(--r-heading-font-weight);line-height:var(--r-heading-line-height);letter-spacing:var(--r-heading-letter-spacing);text-transform:var(--r-heading-text-transform);text-shadow:var(--r-heading-text-shadow);word-wrap:break-word}.reveal h1{font-size:var(--r-heading1-size)}.reveal h2{font-size:var(--r-heading2-size)}.reveal h3{font-size:var(--r-heading3-size)}.reveal h4{font-size:var(--r-heading4-size)}.reveal h1{text-shadow:var(--r-heading1-text-shadow)}.reveal p{margin:var(--r-block-margin) 0;line-height:1.3}.reveal h1:last-child,.reveal h2:last-child,.reveal h3:last-child,.reveal h4:last-child,.reveal h5:last-child,.reveal h6:last-child{margin-bottom:0}.reveal img,.reveal video,.reveal iframe{max-width:95%;max-height:95%}.reveal strong,.reveal b{font-weight:700}.reveal em{font-style:italic}.reveal ol,.reveal dl,.reveal ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal ol{list-style-type:decimal}.reveal ul{list-style-type:disc}.reveal ul ul{list-style-type:square}.reveal ul ul ul{list-style-type:circle}.reveal ul ul,.reveal ul ol,.reveal ol ol,.reveal ol ul{display:block;margin-left:40px}.reveal dt{font-weight:700}.reveal dd{margin-left:40px}.reveal blockquote{display:block;position:relative;width:70%;margin:var(--r-block-margin) auto;padding:5px;font-style:italic;background:#ffffff0d;box-shadow:0 0 2px #0003}.reveal blockquote p:first-child,.reveal blockquote p:last-child{display:inline-block}.reveal q{font-style:italic}.reveal pre{display:block;position:relative;width:90%;margin:var(--r-block-margin) auto;text-align:left;font-size:.55em;font-family:var(--r-code-font);line-height:1.2em;word-wrap:break-word;box-shadow:0 5px 15px #00000026}.reveal code{font-family:var(--r-code-font);text-transform:none;-moz-tab-size:2;tab-size:2}.reveal pre code{display:block;padding:5px;overflow:auto;max-height:400px;word-wrap:normal}.reveal .code-wrapper{white-space:normal}.reveal .code-wrapper code{white-space:pre}.reveal table{margin:auto;border-collapse:collapse;border-spacing:0}.reveal table th{font-weight:700}.reveal table th,.reveal table td{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal table th[align=center],.reveal table td[align=center]{text-align:center}.reveal table th[align=right],.reveal table td[align=right]{text-align:right}.reveal table tbody tr:last-child th,.reveal table tbody tr:last-child td{border-bottom:none}.reveal sup{vertical-align:super;font-size:smaller}.reveal sub{vertical-align:sub;font-size:smaller}.reveal small{display:inline-block;font-size:.6em;line-height:1.2em;vertical-align:top}.reveal small *{vertical-align:top}.reveal img{margin:var(--r-block-margin) 0}.reveal a{color:var(--r-link-color);text-decoration:none;transition:color .15s ease}.reveal a:hover{color:var(--r-link-color-hover);text-shadow:none;border:none}.reveal .roll span:after{color:#fff;background:var(--r-link-color-dark)}.reveal .r-frame{border:4px solid var(--r-main-color);box-shadow:0 0 10px #00000026}.reveal a .r-frame{transition:all .15s linear}.reveal a:hover .r-frame{border-color:var(--r-link-color);box-shadow:0 0 20px #0000008c}.reveal .controls{color:var(--r-link-color)}.reveal .progress{background:#0003;color:var(--r-link-color)}@media print{.backgrounds{background-color:var(--r-background-color)}}.source-reference-icon{cursor:pointer;color:var(--link-color);font-size:.85em;margin-left:.2em;position:relative;-webkit-user-select:none;user-select:none;vertical-align:baseline;top:0}.source-reference-icon:hover{color:var(--link-bold-color)}.source-popup{position:absolute;top:calc(100% - 2px);left:-4px;background:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;padding:6px 10px;white-space:nowrap;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;gap:6px;z-index:1000;color:var(--default-color);max-width:300px}.source-popup .nav-buttons{display:flex;gap:2px;margin-left:auto;flex-shrink:0}.source-popup .nav-button{background:none;border:none;cursor:pointer;padding:0 4px;font-size:12px;color:var(--text-secondary)}.source-popup .nav-button:hover{color:var(--default-color)}.source-popup .source-favicon,.source-popup .source-favicon-emoji{width:16px;height:16px;margin-right:4px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.source-popup .source-title{font-size:12px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.markdown a[data-source-id]{color:inherit;text-decoration:none;cursor:default}.markdown a[data-source-id]:hover{color:inherit;text-decoration:none}.markdown .link{color:inherit;cursor:default}.markdown .link.link-highlighted{background-color:var(--highlight-color);border-radius:2px}.prompt-input,.autosuggest .select__control,.chat-session textarea.prompt{border:1px solid var(--border-color);border-radius:var(--prompt-border-radius);font-size:1rem;outline:none;min-height:2.75rem}.chat-session textarea.prompt{padding:.625rem}.chat-session textarea.prompt{padding-left:2.375rem}.prompt-input:focus,.autosuggest .select__control--is-focused,.chat-session textarea.prompt:focus{border:var(--focus-border);box-shadow:var(--focus-box-shadow)}.prompt-input::placeholder,.chat-session textarea.prompt::placeholder{font-style:italic;opacity:50%}.search-box{display:flex;column-gap:var(--gap);flex:auto;align-items:center}.search-box .copy-to-clipboard{top:0}.search-box .inline-annotation-wrapper{display:inline-flex;align-items:center;align-self:stretch}.landing-page .landing-page-inputs{flex:1 1 auto;overflow:hidden;display:flex;flex-direction:column;row-gap:var(--padding);width:900px;max-width:100%;margin:var(--margin) auto;padding:0 var(--padding);transition:width var(--animation-duration) ease-in-out!important}.landing-page .landing-page-inputs>div.or{text-align:center}.landing-page .landing-page-inputs>div{margin:auto;width:100%}.landing-page .landing-page-inputs .search-box{flex:0 0 auto;max-height:initial;margin:0}.landing-page .landing-page-inputs .search-box,.landing-page .landing-page-inputs .chat-session{margin-top:0}.landing-page-inputs-content{width:100%;height:100%;display:flex;flex-direction:column;transition:width var(--animation-duration) ease-in-out}.landing-page .app-container.shrink .landing-page-inputs{width:900px}.search-hint{color:var(--text-muted);margin:72px 0 0 88px}.as-option{cursor:pointer;padding:8px 10px;border-bottom:1px solid var(--border-color-light);min-height:50px}.as-option:last-child{border-bottom:none}.as-option.focused{background-color:var(--highlight-color)}.as-option.focused button{font-weight:700;color:var(--active-color)}.as-option .as-list:has(img),.as-option .as-top:has(img){display:flex;flex-direction:row}.as-option br.markdown{content:"";font-size:0}strong.markdown{font-weight:700}.as-top-label{font-size:18px;font-weight:700;margin-top:15px;display:inline-block;flex:1}.as-top-label>div{display:inline}.as-list-image{margin-right:10px}.as-top-image{flex-basis:fit-content;margin-right:15px;position:relative;right:0}.is-disabled>.as-option{border-bottom:none}:disabled,.disabled{cursor:not-allowed!important}.download-ppt{background-image:url(/assets/ppt-BU7PQBcT.png)!important}.download-doc{background-image:url(/assets/doc-Bnp4geQD.png)!important}.download-txt{background-image:url(/assets/txt-DmyvODOg.png)!important}.chat-session{height:100%;display:flex;flex-direction:column}.chat-session .controls{flex:0 0;flex-direction:row;flex-wrap:nowrap;display:flex;margin:var(--margin) 0;position:relative}.chat-session .controls .loading-animation{position:absolute;left:50%;transform:translate(-50%);width:auto}.chat-session .controls .loading-animation .sliding-dot{width:10px;height:10px}.chat-session .controls button.glyphicon.download-ppt,.chat-session .controls button.glyphicon.download-doc,.chat-session .controls button.glyphicon.download-txt{width:18px;height:18px;background-size:100% auto;opacity:.6;margin:2px}.chat-session .controls .download-ppt{color:green}.chat-session .controls .download-doc{color:#00f}.chat-session .controls div.glyphicon,.chat-session .controls button.glyphicon{flex:0 0 auto;min-width:24px;width:24px;height:24px;border:none;cursor:pointer}.chat-session .controls button.glyphicon-trash{margin-right:2rem}.chat-session .controls .sources-toggle-btn{margin-left:auto;padding:4px 12px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-color);cursor:pointer;font-size:14px;display:flex;align-items:center;gap:4px;transition:background-color .2s ease}.chat-session .controls .sources-toggle-btn:hover{background-color:var(--bg-secondary)}.chat-session .controls .sources-toggle-btn .source-count{font-weight:600}.chat-session .chat-box-control{position:relative;flex:0 0;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.125rem;font-size:1rem;margin-bottom:.625rem}.chat-session .chat-box-control .prompt-input-wrapper{position:relative;flex:1 1 auto;display:flex;align-items:center;min-height:2.75rem;margin-right:.625rem}.chat-session .chat-box-control .prompt-input-wrapper textarea{flex:1 1 auto;max-height:16rem;overflow-y:auto}.chat-session .chat-box-control .prompt-input-wrapper button.attach-inside{position:absolute;left:.125rem;border:none!important;background:transparent!important;padding:.625rem;font-size:1.125rem;line-height:1;cursor:pointer!important;color:var(--text-secondary)!important;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:1}.chat-session .chat-box-control .prompt-input-wrapper button.attach-inside:hover:not(:disabled){color:var(--bold-color)!important}.chat-session .chat-box-control .prompt-input-wrapper button.attach-inside:disabled{opacity:.4;cursor:not-allowed!important}.chat-session .chat-box-control .prompt-input-wrapper button.attach-inside:focus-visible{outline:var(--focus-border);border-radius:var(--default-border-radius);box-shadow:var(--focus-box-shadow)}.chat-session .chat-box-control button{border:none;padding:.625rem;height:auto}.chat-box-control.disabled,.chat-box-control textarea:disabled{background-color:var(--disabled-bg-color)}.landing-page .search-box .autosuggest,.landing-page .chat-session .prompt-input-wrapper{flex:1 1 0;max-width:100%}.landing-page .chat-session .chat-box-control{padding-right:calc(62px + .2rem)}.results-page .search-box .autosuggest{flex:1 1 auto;min-width:250px;max-width:800px}.search-box .autosuggest{margin-right:.625rem}.search-box .autosuggest .select__control{margin-right:-2px}.search-box .select__control--is-focused,.search-box .select__control:focus{border:var(--focus-border);box-shadow:var(--focus-box-shadow)}.search-box .select__control--is-focused.select__control--menu-is-open{border-color:var(--border-color);box-shadow:none}.search-box .select__placeholder{font-style:italic;opacity:50%;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}.search-box .select__loading-indicator{display:none}.autosuggest .select__value-container{padding:0 0 0 1.375rem;flex-wrap:nowrap}.autosuggest .loading-animation{margin:0;padding-top:8px}.autosuggest .select__control,.autosuggest .select__value-container,.autosuggest .select__multi-value{height:100%}.autosuggest .select__input-container{display:inline-flex;flex-direction:row}.autosuggest .select__input{flex:auto}.autosuggest .select__input-container:after{flex:0 0 auto;content:none;display:none;max-width:2px}.autosuggest .select__menu{margin:0 0 0 1px;border-start-start-radius:0;border-start-end-radius:0;overflow:hidden;z-index:2;min-width:100%}.autosuggest.autosuggest-error .select__menu-notice{color:var(--danger-color)}.autosuggest .select__menu-list:has(.loading-animation){overflow:hidden;height:2.75rem}.autosuggest .select__option{padding:0 8px}.autosuggest .autosuggest-value{margin:9px 0 0 9px}.autosuggest .select__menu-list{max-height:400px;overflow-wrap:break-word;word-break:normal}.autosuggest .select__multi-value{display:flex;max-width:400px;min-width:initial;border:1px solid var(--border-color);background-color:var(--info-bg);flex-direction:row-reverse;height:32px;font-size:18px;margin:0 4px;border-radius:16px 4px 4px 16px}.autosuggest .select__multi-value__label{border-left:1px solid var(--border-color);padding:4px;background-color:var(--info-bg);color:var(--default-color);overflow-x:hidden;margin:0;max-width:100%;text-overflow:ellipsis;text-align:center;border-radius:0 4px 4px 0}.autosuggest .select__multi-value__remove{border-radius:16px 0 0 16px}.autosuggest .select__multi-value__remove.focused,.autosuggest .select__multi-value__remove:hover{color:var(--default-color);background-color:var(--hover-bg)}.autosuggest .select__multi-value__label:hover{cursor:pointer;color:var(--default-color);background-color:var(--hover-bg)}.autosuggest .select__multi-value__input-x{line-height:1.3;display:flex;flex-direction:row;flex-wrap:nowrap;flex:1 1;max-height:2.6rem}.autosuggest .select__arrow-zone{width:40px}.autosuggest .select__multi-value__label.resolving-terms-token{display:inline-flex;flex-direction:row;max-height:2em;border-left:none}.autosuggest .resolving-placeholder{display:flex;flex-direction:row}.autosuggest .resolving-placeholder .placeholder-text{margin:0 4px}.autosuggest .select__multi-value__label .spinner{margin:4px;width:15px;height:15px;color:var(--bold-color);opacity:50%}.autosuggest .select__arrow,.autosuggest .select__clear-indicator,.autosuggest .select__multi-value__remove.resolving-terms-token{display:none}.autosuggest .select__group{padding:4px 0 0}.autosuggest .select__group-heading{color:var(--text-muted)!important;font-size:14px;font-weight:700;margin:auto}.autosuggest button.search-btn{border-color:transparent;background-color:transparent;font-size:19px;margin:auto}.autosuggest button.search-btn:hover{border-color:transparent;box-shadow:none}.autosuggest button.search-btn.disabled,.autosuggest button.search-btn[disabled],.autosuggest button.search-btn:disabled{opacity:1}.select__outer{max-height:300px}.search-box button,.chat-session .chat-box-control button{font-size:19px;border:1px solid var(--border-color);border-radius:var(--default-border-radius);background-color:var(--bg-color);background-image:none;color:var(--text-secondary);width:46px;min-width:46px;max-height:46px;box-shadow:none;text-shadow:none;transition:all .2s ease}.search-box button.search-btn,.chat-session .chat-box-control button.search-btn{background-color:transparent}.search-box button.search-btn:hover,.chat-session .chat-box-control button.search-btn:hover{color:var(--body-color)}.search-box button.search-btn:active,.chat-session .chat-box-control button.search-btn:active{color:var(--active-color)}.search-box button.search-btn:disabled,.chat-session .chat-box-control button.search-btn:disabled{color:var(--disabled-color)}.chat-session .chat-box-control button{border:none;width:40px;min-width:40px}.chat-session .chat-box-control button:disabled{background-color:transparent;opacity:var(--disabled-opacity)}.chat-session .chat-box-control button.edit-prompt:hover:not(:disabled){background-color:var(--info-bg)}.chat-session .chat-box-control button.new-conversation:hover:not(:disabled){background-color:var(--success-bg)}.chat-session .chat-box-control button.send:hover:not(:disabled){background-color:var(--success-bg);color:var(--success-color)}.landing-page .search-box button.chat:has(.hal9000),.search-box button.chat:has(.hal9000){border:none;overflow:hidden;background:transparent;box-shadow:none}.landing-page .search-box button.chat:has(.hal9000) img.hal9000,.search-box button.chat:has(.hal9000) img.hal9000{max-height:46px}.search-box button img:not(.hal9000){width:32px;height:32px;filter:brightness(.85);transition:filter .2s ease}.search-box button:hover:not(:disabled) img:not(.hal9000){filter:brightness(1.15)}.search-box button.mol-editor-dlg-btn{margin-left:2px}.search-box button.mol-editor-dlg-btn img{width:18px;height:18px;filter:var(--icon-filter);transition:filter .2s ease}.search-box button.mol-editor-dlg-btn:hover:not(:disabled){background-color:var(--bg-secondary);color:var(--default-color);border-color:var(--text-muted);box-shadow:0 2px 4px var(--shadow-color)}.search-box button.mol-editor-dlg-btn:hover:not(:disabled) img{filter:var(--icon-filter-hover)}.search-btn{color:var(--link-color);border:none;background:linear-gradient(to left,var(--bg-color) 0%,var(--bg-color) 50%,transparent 100%);width:34px;height:34px;font-size:1.1em;padding:6px}.search-btn:hover:not([disabled]){font-weight:700;background-color:transparent;border-color:transparent;box-shadow:none}.search-btn[disabled],.search-btn:disabled,.search-btn.disabled{opacity:var(--disabled-opacity);pointer-events:none}.search-btn:focus{outline:0}.search-opt{margin:10px}.search-opt i{color:var(--link-color)}.search-opt .search-btm-ln{height:1px;background-color:var(--border-color)}.search-opt p{font-size:.8em}.search-box .autosuggest-value{margin-bottom:5px!important}.delete-search-term,.search-item-close{float:right;line-height:1;top:5px;right:5px;color:var(--bg-color);position:absolute;font-size:15px;text-align:center;border:1px solid var(--bg-color);border-radius:16px;width:16px;background-color:var(--danger-bg)}.delete-search-term:hover,.search-item-close:hover{font-weight:700;cursor:pointer;background-color:var(--danger-color)}.search-box-textarea-placeholder{color:var(--text-muted);line-height:34px;padding-left:10px;padding-right:10px;position:absolute;top:4px;left:98px}.as-option button{width:100%;padding:0;margin:auto;text-align:right;background:none;border:none;font-size:16px;font-style:italic}.token-details-body{position:relative;width:100%;word-break:break-word}.token-details{overflow:hidden}.token-details .compound-structure-image{float:left;width:128px;height:128px;margin-right:5px}.token-details .compound-structure-image:after{clear:both}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{display:inline-block;border:solid var(--text-muted);border-top:solid var(--bold-color);border-radius:50%;animation:spinner .5s linear infinite}.searchbox-icon-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--icon-label-gap);line-height:1;height:100%}.searchbox-icon-label img{width:18px;height:18px;filter:var(--icon-filter);transition:filter .2s ease}.searchbox-icon-label .glyphicon{font-size:16px;line-height:1;color:inherit}.searchbox-icon-label>.glyphicon{font-size:14px;line-height:1;color:inherit}.searchbox-icon-label__text{display:block;font-size:var(--icon-label-text-size);font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:inherit;line-height:1;white-space:nowrap;pointer-events:none;transition:color .15s ease}.search-box button:hover:not(:disabled) .searchbox-icon-label__text{color:var(--default-color, #e0e0e0)}.search-box button:hover:not(:disabled) .searchbox-icon-label img{filter:var(--icon-filter-hover)}.search-box button.mol-editor-dlg-btn,.search-box .dropdown-target-restriction .btn.dropdown-toggle,.search-box button.chat,.search-box button.copy-to-clipboard:has(.searchbox-icon-label){padding:6px 4px;display:flex;align-items:center;justify-content:center}.source-card{padding:12px;border-bottom:1px solid var(--border-color-light);transition:background-color .2s ease;cursor:pointer}.source-card:hover{background-color:var(--hover-bg-color)}.source-card.highlighted{background-color:var(--highlight-color);border-left:3px solid var(--active-color)}.source-card-title{font-weight:500;margin-bottom:4px;color:var(--bold-color);font-size:14px}.source-card-url{font-size:12px;color:var(--text-secondary);margin-bottom:4px;word-break:break-all}.source-card-url a{color:var(--link-color);text-decoration:none}.source-card-url a:hover{text-decoration:underline}.source-card-occurrences{font-size:11px;color:var(--text-muted);margin-top:4px}.invalid-indicator{margin-left:6px;font-size:12px;color:var(--warning-color);cursor:help}.source-references-drawer{position:fixed;right:0;top:95px;height:calc(100vh - 95px);width:320px;background-color:var(--panel-bg);border-left:1px solid var(--border-color);border-top-left-radius:8px;display:flex;flex-direction:column;z-index:1;transition:transform .3s ease-in-out;box-shadow:-2px 0 8px var(--shadow-color);will-change:transform}.source-references-drawer.modal-drawer{position:absolute;top:0;right:-320px;height:100%;border-top-left-radius:0;border-bottom-right-radius:8px;z-index:2;transition:right .3s ease-in-out}.source-references-drawer.modal-drawer.open{right:0}.source-references-drawer.modal-drawer.closed{right:-320px}.source-references-drawer.closed{transform:translate(100%)}.source-references-drawer.open{transform:translate(0)}.source-references-drawer .drawer-header{padding:16px;border-bottom:1px solid var(--border-color-light);background:var(--bg-secondary);border-top-left-radius:8px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.source-references-drawer .drawer-header h3{margin:0;font-size:16px;font-weight:600;color:var(--default-color)}.source-references-drawer .drawer-close-button{background:none;border:none;font-size:28px;line-height:1;color:var(--text-muted);cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s,color .2s}.source-references-drawer .drawer-close-button:hover{background-color:var(--highlight-color);color:var(--default-color)}.source-references-drawer .drawer-close-button:active{transform:scale(.95)}.source-references-drawer .drawer-content{flex:1;overflow-y:auto;overflow-x:hidden}.source-references-drawer .empty-state{padding:32px 16px;text-align:center;color:var(--text-muted)}.source-references-drawer .empty-state p{margin:8px 0;font-size:14px}@media(min-width:1200px){body:has(.source-references-drawer.open) .landing-page .app-container{padding-right:340px;transition:padding-right .3s ease-in-out}}@media(max-width:1199px){.source-references-drawer{box-shadow:-2px 0 16px var(--shadow-color)}}@media(max-width:768px){.source-references-drawer{width:280px}}.introjs-tour{transition:all .3s ease-out}.introjs-overlay{position:absolute;box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td{z-index:9999999!important;position:relative}tr.introjs-showElement>th{z-index:9999999!important;position:relative}.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:#fff;opacity:0}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;position:absolute;z-index:9999998;border-radius:4px;transition:all .3s ease-out}.introjs-helperLayer *{box-sizing:content-box}.introjs-helperLayer :before{box-sizing:content-box}.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;transition:all .3s ease-out}.introjs-tooltipReferenceLayer *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px}.introjs-arrow{border:5px solid transparent;content:"";position:absolute}.introjs-arrow.top{top:-10px;left:10px;border-bottom-color:#fff}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff}.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff}.introjs-arrow.bottom{bottom:-10px;left:10px;border-top-color:#fff}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff}.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff}.introjs-tooltip{box-sizing:content-box;position:absolute;visibility:visible;background-color:#fff;min-width:250px;max-width:300px;border-radius:5px;box-shadow:0 3px 30px #2121214d;transition:opacity .1s ease-out}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{padding:0;margin:0 0 2px;display:inline;width:10px;height:10px}.introjs-dontShowAgain label{font-size:14px;display:inline-block;font-weight:400;margin:0 0 0 5px;padding:0;background-color:#fff;color:#616161;-webkit-user-select:none;user-select:none}.introjs-tooltip-title{font-size:18px;width:90%;min-height:1.5em;margin:0;padding:0;font-weight:700;line-height:1.5}.introjs-tooltip-header{position:relative;padding-left:20px;padding-right:20px;padding-top:10px;min-height:1.5em}.introjs-tooltipbuttons{border-top:1px solid #e0e0e0;padding:10px;text-align:right;white-space:nowrap}.introjs-tooltipbuttons:after{content:"";visibility:hidden;display:block;height:0;clear:both}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;padding:.5rem 1rem;border:1px solid #bdbdbd;text-decoration:none;text-shadow:1px 1px 0 #fff;font-size:14px;color:#424242;white-space:nowrap;cursor:pointer;outline:0;background-color:#f4f4f4;border-radius:.2em;zoom:1;display:inline}.introjs-button:hover{outline:0;text-decoration:none;border-color:#9e9e9e;background-color:#e0e0e0;color:#212121}.introjs-button:focus{outline:0;text-decoration:none;background-color:#eee;box-shadow:0 0 0 .2rem #9e9e9e80;border:1px solid #616161;color:#212121}.introjs-button:active{outline:0;text-decoration:none;background-color:#e0e0e0;border-color:#9e9e9e;color:#212121}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{position:absolute;top:0;right:0;display:inline-block;width:45px;height:45px;line-height:45px;color:#616161;font-size:22px;cursor:pointer;font-weight:700;text-align:center;text-decoration:none}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{transition:width .1s ease-in;box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{width:15px;background:#999;text-decoration:none;outline:0}.introjs-bullets ul li a.active{width:15px;background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px;border-radius:4px;background-color:#e0e0e0}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:#3c3c3c91}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px transparent}to{transform:scale(.95);box-shadow:0 0 0 0 transparent}}.introjs-hint-pulse{box-sizing:content-box;width:15px;height:15px;border-radius:30px;background-color:#8888883d;z-index:10;position:absolute;transition:all .2s ease-out;animation:introjspulse 2s infinite}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{box-sizing:content-box;background:0 0;border-radius:60px;height:50px;width:50px;position:absolute;top:-18px;left:-18px;z-index:1;opacity:0}.ev-ch-edge-list-wrp{display:flex!important;flex-wrap:wrap!important;row-gap:4px!important;column-gap:8px!important;width:auto!important;max-width:100%!important;align-items:flex-start!important;justify-content:center!important;margin:4px auto 0;text-align:left}.ev-ch-edge-list{flex:1 1 120px;min-width:120px;max-width:130px;padding:0;margin:0;list-style:none;display:block}.ev-ch-edge-list.multi-column{display:flex;flex-direction:column;max-width:260px}.ev-ch-edge-list.multi-column>a,.ev-ch-edge-list.multi-column>span.dataset-info{width:100%;margin-bottom:4px}.ev-ch-edge-list.multi-column .datapoint-columns-wrapper{display:flex;flex-direction:row;gap:8px;width:100%}.ev-ch-edge-list.multi-column .datapoint-column{flex:1 1 0;min-width:0;display:flex;flex-direction:column}.ev-ch-edge-list>a,.ev-ch-edge-list>span.dataset-info{font-weight:700;color:var(--link-bold-color, #3E51B5);display:block;width:100%;text-align:center;margin:4px 0;text-decoration:none}.ev-ch-edge-list>a:hover{text-decoration:underline}.ev-ch-edge-list li{word-wrap:break-word;line-height:1.2em;padding-bottom:4px;text-align:center}.ev-ch-edge-list li.datapoints-info{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-ch-edge-list li a{color:var(--link-color, #4484F4);text-decoration:none}.ev-ch-edge-list li a:hover{cursor:pointer;text-decoration:underline}.dataset-info.highlight{background-color:#c4e3f3;padding:2px 8px;border-radius:3px}.ev-ch-similarity-icon-btn{background:none;border:none;padding:0;margin-right:4px;color:var(--active-color, #3E51B5);cursor:pointer;display:inline;vertical-align:baseline;font-size:inherit}.ev-ch-similarity-icon-btn:hover{color:var(--link-bold-color, #1a237e)}.ev-ch-similarity-icon-btn:focus{outline:1px dotted;outline-offset:2px}.ev-ch-similarity-text{color:var(--active-color, #3E51B5);cursor:pointer;font-weight:500}.ev-ch-similarity-text:hover{color:var(--link-bold-color, #1a237e);text-decoration:underline}.compound-comparison{width:100%;margin:0;padding:20px;background-color:var(--bg-secondary);border:none;border-radius:4px;position:relative;box-sizing:border-box;box-shadow:inset 4px 0 6px -2px var(--shadow-color),inset 0 2px 4px var(--shadow-color),inset 0 -1px 2px var(--shadow-color)}.compound-animation-clone img,.compound-animation-clone .compound-structure-image{max-width:100%!important;max-height:100%!important;width:100%!important;height:100%!important;object-fit:contain!important}.comparison-close{position:absolute;top:-1px;right:-1px;border:none;background:none;box-shadow:none;color:var(--disabled-color);font-size:24px;cursor:pointer;padding:0;margin:2px;width:21px;height:21px;line-height:.8;font-weight:200;font-family:Arial,sans-serif;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .2s}.comparison-close:hover{border:none;background:none;box-shadow:none;color:var(--text-muted);opacity:1}.comparison-close:focus{outline:none}.comparison-container{display:flex;gap:20px;width:100%;align-items:flex-start;justify-content:space-between}.comparison-item{flex:1 1 50%;display:flex;flex-direction:column;align-items:center;min-width:0;max-width:50%}.comparison-image{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;overflow:hidden;padding:8px;box-sizing:border-box}.comparison-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain}.comparison-image .compound-structure-image{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.comparison-image>*{max-width:100%!important;max-height:100%!important}.comparison-image svg{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.comparison-label{margin-top:12px;text-align:center;width:100%}.comparison-title{font-size:16px;font-weight:700;color:var(--default-color);word-wrap:break-word;margin-bottom:4px}.comparison-category{font-size:12px;color:var(--text-muted);text-transform:uppercase}.mcs-info-box{margin-top:10px;padding:10px;background-color:var(--bg-secondary);border-radius:4px;font-size:12px;color:var(--default-color)}.mcs-info-box code{color:var(--default-color);background-color:var(--hover-bg-color);padding:2px 4px;border-radius:2px}.mcs-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:var(--overlay-bg);z-index:10;transition:opacity .3s ease-in}.mcs-loading-content{padding:40px;text-align:center;color:var(--text-secondary)}@media(max-width:768px){.comparison-container{flex-direction:column}.comparison-image{max-width:400px;margin:0 auto}}div.jsoneditor{height:415px}.template-editor,.template-modified{font-family:monospace;width:100%;border-radius:3px;font-size:.8rem}.result-stub{text-align:center;padding:42% 5px!important;height:400px}div:has(.sandbox),.sandbox{height:100%;overflow:hidden}.template-sandbox{display:flex;flex-direction:column;margin-bottom:1rem}.template-sandbox .tab-content{flex-grow:1;overflow:hidden;margin-bottom:1rem}.template-sandbox .tab-content .tab-pane{height:100%}.rendered{display:flex;flex-direction:column}.result-wrapper{flex-grow:1;border-radius:3px;border:1px solid #e4e4e4}.result-default{border-color:orange}.result-prepared{border-color:green}.result-output{padding:10px!important;word-break:break-word}.clear-margin{margin:0!important}.float-right{float:right}.error-message{color:red}.example-title{font-size:16px;font-weight:700;margin-right:5px}.dropup,.input-element{margin-right:5px}.sandbox button.copy-to-clipboard{margin-left:var(--margin);line-height:inherit;top:initial}.sandbox{display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;overflow:hidden}.sandbox>:first-child{flex-grow:1;flex-shrink:1;overflow:hidden}.sandbox>:first-child>div{max-height:100%;overflow:hidden}.sandbox>:first-child .rendered{overflow-y:auto}.sandbox .rendered{display:flex;flex-direction:column}.sandbox .template-editor,.sandbox .template-modified{min-height:150px;max-height:45%;height:415px}.sandbox .cm-scroller,.sandbox textarea.template-editor,.sandbox textarea.template-modified{overflow-y:auto}div:has(>.template-editor){max-height:100%}.sandbox-tab{padding-top:1rem;border-left:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;margin-bottom:1rem}.footer{margin:15px 5px;border-top:1px solid #d0d0d0;padding-top:20px}.docs-container{padding:10px;max-height:800px;overflow:auto}body:has(.compound-comparison-demo){overflow:auto!important}.compound-comparison-demo{max-width:1200px;margin:0 auto;padding:40px 20px 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}.demo-header{margin-bottom:40px;text-align:center}.demo-header h2{font-size:32px;font-weight:600;color:#2c3e50;margin-bottom:12px}.demo-description{font-size:16px;color:#666;line-height:1.6;max-width:700px;margin:0 auto}.demo-content{margin-bottom:40px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;box-shadow:0 2px 8px #00000014}.demo-info{background-color:#f8f9fa;border-radius:8px;padding:30px;border:1px solid #e9ecef}.demo-info h3{font-size:24px;font-weight:600;color:#2c3e50;margin-bottom:20px;text-align:center}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}.info-section{background-color:#fff;padding:20px;border-radius:6px;border:1px solid #dee2e6}.info-section h4{font-size:18px;font-weight:600;color:#495057;margin-bottom:12px;border-bottom:2px solid #007bff;padding-bottom:8px}.info-section ul{list-style:none;padding:0;margin:0}.info-section li{padding:8px 0;color:#555;line-height:1.5}.info-section code{background-color:#f1f3f5;padding:2px 6px;border-radius:3px;font-family:Monaco,Courier New,monospace;font-size:12px;color:#e83e8c;word-break:break-all}.comparison-notes{background-color:#fff;padding:20px;border-radius:6px;border-left:4px solid #007bff}.comparison-notes p{margin:10px 0;color:#555;line-height:1.6}.comparison-notes strong{color:#2c3e50;font-weight:600}@media(max-width:768px){.compound-comparison-demo{padding:20px 10px}.demo-header h2{font-size:24px}.demo-description{font-size:14px}.info-grid{grid-template-columns:1fr;gap:20px}.demo-content{padding:10px}.demo-info{padding:20px}}.streaming-test{display:flex;gap:20px;padding:20px;height:100vh;background:#f5f5f5}.streaming-test-controls{flex:0 0 350px;background:var(--bg-color);padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-y:auto}.streaming-test-controls h3{margin-top:0;color:#333}.control-group{margin-bottom:15px}.control-group label{display:block;margin-bottom:5px;font-weight:600;color:#555}.control-group select,.control-group input[type=number],.control-group input[type=text]{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.control-group input[type=checkbox]{width:auto;margin-right:8px;cursor:pointer}.control-group label{cursor:pointer}.control-group button{margin-right:10px;padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.control-group button:hover:not(:disabled){background:#0056b3}.control-group button:disabled{background:#ccc;cursor:not-allowed}.progress{margin:20px 0;padding:15px;background:#f8f9fa;border-radius:4px}.progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;margin-top:8px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#007bff,#0056b3);transition:width .1s linear}.errors{margin-top:20px;padding:15px;background:var(--warning-bg);border:1px solid #ffc107;border-radius:4px}.errors h4{margin-top:0;color:#856404}.error-entry{margin-bottom:15px;padding:10px;background:var(--bg-color);border-left:3px solid #dc3545;font-size:12px}.error-entry strong{color:#dc3545}.error-entry pre{margin:5px 0 0;padding:8px;background:#f8f9fa;border-radius:3px;font-size:11px;overflow-x:auto}.streaming-test-output{flex:1;display:flex;flex-direction:column;gap:20px;overflow:hidden}.streaming-test-output>div{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-y:auto;flex:1;min-height:0}.streaming-test-output h4{margin-top:0;color:#333;border-bottom:2px solid #007bff;padding-bottom:10px}.streaming-note{font-size:12px;color:#666;background:#f8f9fa;padding:8px 12px;border-radius:4px;margin:10px 0;line-height:1.4}.streaming-note code{background:#e9ecef;padding:2px 4px;border-radius:3px;font-family:Monaco,Menlo,monospace;font-size:11px}.rendered-markdown{flex:1;overflow-y:auto;position:relative}.rendered-markdown .markdown{min-height:0}.rendered-markdown ul,.rendered-markdown ol{margin:.5em 0;padding-left:20px;transition:none}.rendered-markdown li{margin:.25em 0;line-height:1.5}.rendered-markdown p{margin:.5em 0}.rendered-markdown p:first-child{margin-top:0}.rendered-markdown p:last-child{margin-bottom:0}.rendered-markdown b,.rendered-markdown strong{font-weight:700;color:#000}.raw-markdown{flex:1;min-height:200px;background:#f8f9fa;padding:15px;border-radius:4px;border:1px solid #ddd;font-family:Monaco,Menlo,Courier New,monospace;font-size:12px;white-space:pre-wrap;word-break:break-all;overflow-x:auto;resize:vertical;width:100%;box-sizing:border-box}.markdown-error{background:#fff3cd!important;border:2px solid #ffc107!important;padding:10px!important;border-radius:4px!important}.markdown-error.partial{border-color:#17a2b8!important;background:#d1ecf1!important}/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, .05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, .1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, .075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#198754e6;border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem #19875440}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#dc3545e6;border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem #3184fd80}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #3184fd80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem #828a9180}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #828a9180}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem #3c996e80}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #3c996e80}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem #0baccc80}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #0baccc80}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem #d9a40680}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #d9a40680}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem #e1536180}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #e1536180}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem #d3d4d580}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #d3d4d580}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem #42464980}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #42464980}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem #0d6efd80}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem #0d6efd80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem #6c757d80}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem #19875480}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem #19875480}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem #0dcaf080}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem #0dcaf080}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem #ffc10780}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem #dc354580}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem #f8f9fa80}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem #21252980}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem #21252980}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:#00000026}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:#ffffff26}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:#00000026}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#0000008c}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.navbar-light .navbar-toggler{color:#0000008c;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#0000008c}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff8c}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff8c;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#ffffff8c}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:#00000008;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px #00000020}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem #0d6efd40;opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem #00000026;border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#00000040}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#00000040}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#00000040}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translate(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{padding:.5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translate(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translate(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--icon-size: 36px;--icon-font-size: 24px;--button-size: 47px;--button-color: var(--plex-yellow);--button-hover-color: var(--plex-orange);--small-button-size: var(--icon-size);--border-width: 1px;--focus-border-width: 1px;--margin: 8px;--padding: 4px;--gap: .25rem;--icon-label-gap: .5rem;--icon-label-text-size: .5rem;--line-height: 1.42857143;--loader-size: 1.2em;--loader-timing: 1s;--default-border-radius: 4px;--prompt-border-radius: 1.375rem;--default-color: #212529;--disabled-color: #A8A8A8;--disabled-opacity: 40%;--body-color: var(--default-color);--bold-color: #000;--active-color: var(--plex-yellow);--active-bg-color: #e0e0e0;--highlight-color: color-mix(in srgb, var(--plex-yellow) 10%, transparent);--link-color: color-mix(in srgb, black 45%, var(--plex-orange));--visited-link-color: color-mix(in srgb, black 80%, var(--plex-orange));--link-bold-color: var(--plex-orange);--link-hover-color: var(--link-bold-color);--source-link-color: #1A7671;--source-link-hover-color: #0d5a56;--item-title-color: color-mix(in srgb, var(--plex-orange) 70%, var(--body-color));--button-border-color: #c7c7c7;--button-border-radius: var(--default-border-radius);--bg-color: #fefefe;--hover-bg-color: #e9ecef;--focus-color: #212529;--focus-bg-color: color-mix(in srgb, var(--bg-color) 90%, var(--hover-bg-color) 10%);--focus-border-color: var(--active-color);--focus-border: var(--focus-border-width) solid var(--focus-border-color);--focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(242, 141, 36, .2);--nofocus-border: var(--focus-border-width) solid transparent;--marked-bg-color: none;--disabled-bg-color: #EEE;--dropdown-color: #737373;--active-text-color: #737373;--active-text-hover-color: #000;--plex-yellow: #f28d24;--plex-orange: #e54027;--plex-red: #c10f56;--plex-black: #0a0a0a;--bg-secondary: #f5f5f5;--bg-tertiary: #fafafa;--border-color: #ddd;--border-color-light: #e8e8e8;--text-muted: #6c757d;--text-secondary: #666;--text-tertiary: #888;--success-bg: #d4edda;--success-bg-subtle: rgba(40, 167, 69, .1);--warning-bg: #fff3cd;--warning-bg-subtle: rgba(255, 193, 7, .1);--danger-bg: #f8d7da;--danger-bg-subtle: rgba(220, 53, 69, .1);--info-bg: color-mix(in srgb, var(--plex-yellow) 10%, transparent);--info-bg-subtle: color-mix(in srgb, var(--plex-yellow) 5%, transparent);--success-color: #28a745;--warning-color: #ffc107;--danger-color: #dc3545;--info-color: var(--plex-yellow);--success-border: #c3e6cb;--warning-border: #ffeaa7;--danger-border: #f5c6cb;--info-border: color-mix(in srgb, var(--plex-yellow) 30%, transparent);--overlay-bg: rgba(0, 0, 0, .5);--shadow-color: rgba(0, 0, 0, .15);--shadow-color-strong: rgba(0, 0, 0, .3);--modal-bg: #fff;--panel-bg: #f8f9fa;--prompt-bg: rgba(245, 248, 250, .95);--prompt-border: #e0e0e0;--icon-filter: none;--icon-filter-hover: none;--icon-image-filter: brightness(0);--button-gradient: linear-gradient(to bottom, rgba(255, 255, 255, .15) 0%, rgba(0, 0, 0, .05) 100%);--button-emboss-shadow: none;--button-text-shadow: 0 1px 0 #fff;--image-invert-filter: none;--navbar-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);--admin-gradient: linear-gradient(to bottom right, transparent, rgba(200, 200, 200, .53));--admin-input-gradient: linear-gradient(to bottom right, transparent, rgba(200, 200, 200, .78));--drawer-toggle-bg: linear-gradient(135deg, rgba(255,255,255,.95) 0%, rgba(248,249,250,.95) 100%);--drawer-toggle-hover-bg: linear-gradient(135deg, rgba(248,249,250,1) 0%, rgba(233,236,239,1) 100%);--drawer-toggle-shadow: 0 2px 4px rgba(0, 0, 0, .1);--drawer-toggle-hover-shadow: 0 4px 8px rgba(0, 0, 0, .15);--modal-section-bg: var(--bg-color);--modal-btn-secondary-bg: var(--bg-secondary)}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:60px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}*{scrollbar-width:auto;scrollbar-color:var(--border-color) var(--bg-color)}body{line-height:var(--line-height);color:var(--body-color);background-color:var(--bg-color)}a{color:var(--link-color)}a:hover{color:var(--link-hover-color)}input:not([type=checkbox]):not([type=radio]),select,textarea{background-color:var(--bg-color);color:var(--default-color);border-color:var(--border-color)}b,strong{color:var(--bold-color)}mark,.mark{display:inline;padding:0;background-color:var(--marked-bg-color)}.navbar.app-header{border-bottom:1px solid var(--border-color-light)}.h4,h4{font-size:18px}button,.btn{color:var(--text-secondary);padding:0;border-color:var(--button-border-color);border-radius:var(--button-border-radius)}button.glyphicon,.btn.glyphicon{position:relative}span.glyphicon,div.glyphicon{text-align:center;margin:auto}button:disabled,.disabled,.disabled :not(:empty),.disabled input,.disabled select,select.disabled{cursor:not-allowed;color:var(--disabled-color)}button:disabled img,.disabled img,.disabled :not(:empty) img,.disabled input img,.disabled select img,select.disabled img{opacity:var(--disabled-opacity)}.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{color:#000;text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013;background-image:var(--button-gradient)}.navbar-menus .dropdown-toggle:after,.grid-filter .dropdown-toggle:after,.navbar-searchbox .dropdown-toggle:after,.landing-page .dropdown-toggle:after{display:none}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.btn-danger.disabled,.btn-danger:disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default:disabled,.btn-default[disabled],.btn-info.disabled,.btn-info:disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary:disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success:disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning:disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none;background-color:#0000;border-color:inherit;color:var(--disabled-color)}.btn-danger.disabled img,.btn-danger:disabled img,.btn-danger[disabled] img,.btn-default.disabled img,.btn-default:disabled img,.btn-default[disabled] img,.btn-info.disabled img,.btn-info:disabled img,.btn-info[disabled] img,.btn-primary.disabled img,.btn-primary:disabled img,.btn-primary[disabled] img,.btn-success.disabled img,.btn-success:disabled img,.btn-success[disabled] img,.btn-warning.disabled img,.btn-warning:disabled img,.btn-warning[disabled] img,fieldset[disabled] .btn-danger img,fieldset[disabled] .btn-default img,fieldset[disabled] .btn-info img,fieldset[disabled] .btn-primary img,fieldset[disabled] .btn-success img,fieldset[disabled] .btn-warning img{opacity:var(--disabled-opacity)}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-primary,.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#ccc;background-color:#e0e0e0}.btn:hover,.btn:focus,.btn-primary:focus,.btn-primary:hover,.btn-default:focus,.btn-default:hover{background-color:var(--hover-bg-color);background-position:0 -15px;box-shadow:none;outline:none;color:inherit}.btn:focus-visible{outline:var(--focus-border);box-shadow:var(--focus-box-shadow)}.btn.active,.btn:active,.btn-primary.active,.btn-primary:active,.btn-default.active,.btn-default:active{background-color:var(--active-bg-color);border-color:#dbdbdb}.btn.disabled,.btn.disabled.active,.btn.disabled.focus,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover,.btn[disabled],.btn[disabled].active,.btn[disabled].focus,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover,.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-image:none;color:var(--disabled-color);cursor:pointer}.btn.disabled img,.btn.disabled.active img,.btn.disabled.focus img,.btn.disabled:active img,.btn.disabled:focus img,.btn.disabled:hover img,.btn[disabled] img,.btn[disabled].active img,.btn[disabled].focus img,.btn[disabled]:active img,.btn[disabled]:focus img,.btn[disabled]:hover img,.btn-primary.disabled.active img,.btn-primary.disabled.focus img,.btn-primary.disabled:active img,.btn-primary.disabled:focus img,.btn-primary.disabled:hover img,.btn-primary[disabled] img,.btn-primary[disabled].active img,.btn-primary[disabled].focus img,.btn-primary[disabled]:active img,.btn-primary[disabled]:focus img,.btn-primary[disabled]:hover img,fieldset[disabled] .btn-primary img,fieldset[disabled] .btn-primary.active img,fieldset[disabled] .btn-primary.focus img,fieldset[disabled] .btn-primary:active img,fieldset[disabled] .btn-primary:focus img,fieldset[disabled] .btn-primary:hover img,.btn-default.disabled img,.btn-default.disabled.active img,.btn-default.disabled.focus img,.btn-default.disabled:active img,.btn-default.disabled:focus img,.btn-default.disabled:hover img,.btn-default[disabled] img,.btn-default[disabled].active img,.btn-default[disabled].focus img,.btn-default[disabled]:active img,.btn-default[disabled]:focus img,.btn-default[disabled]:hover img,fieldset[disabled] .btn-default img,fieldset[disabled] .btn-default.active img,fieldset[disabled] .btn-default.focus img,fieldset[disabled] .btn-default:active img,fieldset[disabled] .btn-default:focus img,fieldset[disabled] .btn-default:hover img{opacity:var(--disabled-opacity)}.modal-header .btn-close{font-size:8px;background-size:8px}.modal-footer .btn{font-size:14px}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px #00000013}.dropdown-menu{top:100%;padding:5px 0;offset:2px 0;font-size:14px;box-shadow:0 6px 12px #0000002e;border-radius:var(--button-border-radius);background-color:var(--bg-color);color:var(--body-color)}legend{font-size:1rem}.dropdown-item{margin:auto;max-width:300px;width:100%;overflow-x:hidden;text-overflow:ellipsis;display:flex;line-height:.95rem;clear:both;font-size:1rem;font-weight:400;color:var(--default-color);white-space:nowrap;text-decoration:none;padding:.25rem .75rem}.dropdown-item>span{flex:0 1}.dropdown-item select{color:inherit;background:inherit}.dropdown-item label:has(select:disabled){color:var(--disabled-color)}.dropdown-item:active label:has(select){color:var(--active-color)}.dropdown-item:active label:has(select:disabled){color:var(--disabled-color)}.dropdown-item:active .ctm__checkbox label,.dropdown-item:active .numeric label{color:var(--active-color)}.dropdown-item:active .ctm__checkbox:disabled label,.dropdown-item:active .numeric:disabled label{color:var(--disabled-color)}.dropdown-menu .dropdown-item :first-child:not(img):not(.fi){flex:1 1}.dropdown-group{box-sizing:content-box}.dropdown-group>*{text-indent:1rem}.dropdown-header{padding:3px 20px;font-size:1rem;white-space:nowrap}.dropdown-header:disabled,.dropdown-header.disabled{color:var(--disabled-color)}.dropdown-header.compound-group-header{padding:3px 20px;font-size:inherit;font-weight:400;line-height:1.42857143}.dropdown-divider{height:.1rem;margin:.25rem 0;overflow:hidden;background-color:#e5e5e5}.navbar-nav.navbar-menus .dropdown-menu{left:auto;right:0;position:absolute}.search-btn .search-icon{margin-top:-12px;margin-right:3px}.search-link .search-icon{margin-right:3px}.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:active,.dropdown-menu .dropdown-item.active{background:none;color:var(--default-color)}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item.active:hover{background-color:var(--hover-bg-color);background-image:-webkit-linear-gradient(top,var(--bg-secondary) 0,var(--hover-bg-color) 100%);background-image:-o-linear-gradient(top,var(--bg-secondary) 0,var(--hover-bg-color) 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--bg-secondary)),to(var(--hover-bg-color)));background-image:linear-gradient(to bottom,var(--bg-secondary) 0,var(--hover-bg-color) 100%);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;color:var(--bold-color)}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item.active:hover{background-image:linear-gradient(180deg,var(--bg-secondary) 0,var(--hover-bg-color))}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:var(--button-border-radius);-webkit-box-shadow:var(--navbar-shadow);box-shadow:var(--navbar-shadow)}.navbar-default .navbar-nav .nav-link.active,.navbar-default .navbar-nav .show .nav-link{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb",endColorstr="#ffe2e2e2",GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px #00000013}.navbar-brand,.navbar-nav .nav-link{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-brand{padding:0}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:var(--button-border-radius)}.navbar-inverse .navbar-nav .nav-link.active,.navbar-inverse .navbar-nav .show .nav-link{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808",endColorstr="#ff0f0f0f",GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px #00000040}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav .nav-link{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px #ffffff40,0 1px 2px #0000000d}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffc8e5bc",GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffb9def0",GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fff8efc0",GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-error,.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffe7c3c3",GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb",endColorstr="#fff5f5f5",GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff286090",GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c",endColorstr="#ff449d44",GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff31b0d5",GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffec971f",GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f",endColorstr="#ffc9302c",GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:var(--button-border-radius);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px #00000013}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2b669a",GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d}.panel-default .panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#ffe8e8e8",GradientType=0);background-repeat:repeat-x}.panel-primary .panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0);background-repeat:repeat-x}.panel-success .panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffd0e9c6",GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffc4e3f3",GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fffaf2cc",GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffebcccc",GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8",endColorstr="#fff5f5f5",GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px #0000000d,0 1px #ffffff1a}.carousel-control-next-icon,.carousel-control-prev-icon{background-color:#ccc}@font-face{font-family:Glyphicons Halflings;src:url(/assets/glyphicons-halflings-regular-BUJKDMgK.eot);src:url(/assets/glyphicons-halflings-regular-BUJKDMgK.eot?#iefix) format("embedded-opentype"),url(/assets/glyphicons-halflings-regular-DzqM6ju8.woff2) format("woff2"),url(/assets/glyphicons-halflings-regular-BKjkU69z.woff) format("woff"),url(/assets/glyphicons-halflings-regular-DrwTMapi.ttf) format("truetype"),url(/assets/glyphicons-halflings-regular-CSehLiBc.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings,sans-serif;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:transparent}.glyphicon-wireless.disabled{opacity:var(--disabled-opacity)}.glyphicon-wireless:before{filter:grayscale(100%);content:"🛜"}.glyphicon-stop-sign.disabled{opacity:var(--disabled-opacity)}.glyphicon-stop-sign:before{filter:grayscale(100%);content:"🛑";position:relative;top:-.1rem}.glyphicon-bug:before{vertical-align:20%;font-weight:700;content:"!"}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-eur:before,.glyphicon-euro:before{content:"€"}.glyphicon-minus:before{content:"−"}.glyphicon-cloud:before{content:"☁"}.glyphicon-envelope:before{content:"✉"}.glyphicon-pencil:before{content:"✏"}.glyphicon-glass:before{content:""}.glyphicon-music:before{content:""}.glyphicon-search:before{content:""}.glyphicon-heart:before{content:""}.glyphicon-star:before{content:""}.glyphicon-star-empty:before{content:""}.glyphicon-user:before{content:""}.glyphicon-film:before{content:""}.glyphicon-th-large:before{content:""}.glyphicon-th:before{content:""}.glyphicon-th-list:before{content:""}.glyphicon-ok:before{content:""}.glyphicon-remove:before{content:""}.glyphicon-zoom-in:before{content:""}.glyphicon-zoom-out:before{content:""}.glyphicon-off:before{content:""}.glyphicon-signal:before{content:""}.glyphicon-cog:before{content:""}.glyphicon-trash:before{content:""}.glyphicon-home:before{content:""}.glyphicon-file:before{content:""}.glyphicon-time:before{content:""}.glyphicon-road:before{content:""}.glyphicon-download-alt:before{content:""}.glyphicon-download:before{content:""}.glyphicon-upload:before{content:""}.glyphicon-inbox:before{content:""}.glyphicon-play-circle:before{content:""}.glyphicon-repeat:before{content:""}.glyphicon-refresh:before{content:""}.glyphicon-list-alt:before{content:""}.glyphicon-lock:before{content:""}.glyphicon-flag:before{content:""}.glyphicon-headphones:before{content:""}.glyphicon-volume-off:before{content:""}.glyphicon-volume-down:before{content:""}.glyphicon-volume-up:before{content:""}.glyphicon-qrcode:before{content:""}.glyphicon-barcode:before{content:""}.glyphicon-tag:before{content:""}.glyphicon-tags:before{content:""}.glyphicon-book:before{content:""}.glyphicon-bookmark:before{content:""}.glyphicon-print:before{content:""}.glyphicon-camera:before{content:""}.glyphicon-font:before{content:""}.glyphicon-bold:before{content:""}.glyphicon-italic:before{content:""}.glyphicon-text-height:before{content:""}.glyphicon-text-width:before{content:""}.glyphicon-align-left:before{content:""}.glyphicon-align-center:before{content:""}.glyphicon-align-right:before{content:""}.glyphicon-align-justify:before{content:""}.glyphicon-list:before{content:""}.glyphicon-indent-left:before{content:""}.glyphicon-indent-right:before{content:""}.glyphicon-facetime-video:before{content:""}.glyphicon-picture:before{content:""}.glyphicon-map-marker:before{content:""}.glyphicon-adjust:before{content:""}.glyphicon-tint:before{content:""}.glyphicon-edit:before{content:""}.glyphicon-share:before{content:""}.glyphicon-check:before{content:""}.glyphicon-move:before{content:""}.glyphicon-step-backward:before{content:""}.glyphicon-fast-backward:before{content:""}.glyphicon-backward:before{content:""}.glyphicon-play:before{content:""}.glyphicon-pause:before{content:""}.glyphicon-stop:before{content:""}.glyphicon-forward:before{content:""}.glyphicon-fast-forward:before{content:""}.glyphicon-step-forward:before{content:""}.glyphicon-eject:before{content:""}.glyphicon-chevron-left:before{content:""}.glyphicon-chevron-right:before{content:""}.glyphicon-plus-sign:before{content:""}.glyphicon-minus-sign:before{content:""}.glyphicon-remove-sign:before{content:""}.glyphicon-ok-sign:before{content:""}.glyphicon-question-sign:before{content:""}.glyphicon-info-sign:before{content:""}.glyphicon-screenshot:before{content:""}.glyphicon-remove-circle:before{content:""}.glyphicon-ok-circle:before{content:""}.glyphicon-ban-circle:before{content:""}.glyphicon-arrow-left:before{content:""}.glyphicon-arrow-right:before{content:""}.glyphicon-arrow-up:before{content:""}.glyphicon-arrow-down:before{content:""}.glyphicon-share-alt:before{content:""}.glyphicon-resize-full:before{content:""}.glyphicon-resize-small:before{content:""}.glyphicon-exclamation-sign:before{content:""}.glyphicon-gift:before{content:""}.glyphicon-leaf:before{content:""}.glyphicon-fire:before{content:""}.glyphicon-eye-open:before{content:""}.glyphicon-eye-close:before{content:""}.glyphicon-warning-sign:before{content:""}.glyphicon-plane:before{content:""}.glyphicon-calendar:before{content:""}.glyphicon-random:before{content:""}.glyphicon-comment:before{content:""}.glyphicon-magnet:before{content:""}.glyphicon-chevron-up:before{content:""}.glyphicon-chevron-down:before{content:""}.glyphicon-retweet:before{content:""}.glyphicon-shopping-cart:before{content:""}.glyphicon-folder-close:before{content:""}.glyphicon-folder-open:before{content:""}.glyphicon-resize-vertical:before{content:""}.glyphicon-resize-horizontal:before{content:""}.glyphicon-hdd:before{content:""}.glyphicon-bullhorn:before{content:""}.glyphicon-bell:before{content:""}.glyphicon-certificate:before{content:""}.glyphicon-thumbs-up:before{content:""}.glyphicon-thumbs-down:before{content:""}.glyphicon-hand-right:before{content:""}.glyphicon-hand-left:before{content:""}.glyphicon-hand-up:before{content:""}.glyphicon-hand-down:before{content:""}.glyphicon-circle-arrow-right:before{content:""}.glyphicon-circle-arrow-left:before{content:""}.glyphicon-circle-arrow-up:before{content:""}.glyphicon-circle-arrow-down:before{content:""}.glyphicon-globe:before{content:""}.glyphicon-wrench:before{content:""}.glyphicon-tasks:before{content:""}.glyphicon-filter:before{content:""}.glyphicon-briefcase:before{content:""}.glyphicon-fullscreen:before{content:""}.glyphicon-dashboard:before{content:""}.glyphicon-paperclip:before{content:""}.glyphicon-heart-empty:before{content:""}.glyphicon-link:before{content:""}.glyphicon-phone:before{content:""}.glyphicon-pushpin:before{content:""}.glyphicon-usd:before{content:""}.glyphicon-gbp:before{content:""}.glyphicon-sort:before{content:""}.glyphicon-sort-by-alphabet:before{content:""}.glyphicon-sort-by-alphabet-alt:before{content:""}.glyphicon-sort-by-order:before{content:""}.glyphicon-sort-by-order-alt:before{content:""}.glyphicon-sort-by-attributes:before{content:""}.glyphicon-sort-by-attributes-alt:before{content:""}.glyphicon-unchecked:before{content:""}.glyphicon-expand:before{content:""}.glyphicon-collapse-down:before{content:""}.glyphicon-collapse-up:before{content:""}.glyphicon-log-in:before{content:""}.glyphicon-flash:before{content:""}.glyphicon-log-out:before{content:""}.glyphicon-new-window:before{content:""}.glyphicon-record:before{content:""}.glyphicon-save:before{content:""}.glyphicon-open:before{content:""}.glyphicon-saved:before{content:""}.glyphicon-import:before{content:""}.glyphicon-export:before{content:""}.glyphicon-send:before{content:""}.glyphicon-floppy-disk:before{content:""}.glyphicon-floppy-saved:before{content:""}.glyphicon-floppy-remove:before{content:""}.glyphicon-floppy-save:before{content:""}.glyphicon-floppy-open:before{content:""}.glyphicon-credit-card:before{content:""}.glyphicon-transfer:before{content:""}.glyphicon-cutlery:before{content:""}.glyphicon-header:before{content:""}.glyphicon-compressed:before{content:""}.glyphicon-earphone:before{content:""}.glyphicon-phone-alt:before{content:""}.glyphicon-tower:before{content:""}.glyphicon-stats:before{content:""}.glyphicon-sd-video:before{content:""}.glyphicon-hd-video:before{content:""}.glyphicon-subtitles:before{content:""}.glyphicon-sound-stereo:before{content:""}.glyphicon-sound-dolby:before{content:""}.glyphicon-sound-5-1:before{content:""}.glyphicon-sound-6-1:before{content:""}.glyphicon-sound-7-1:before{content:""}.glyphicon-copyright-mark:before{content:""}.glyphicon-registration-mark:before{content:""}.glyphicon-cloud-download:before{content:""}.glyphicon-cloud-upload:before{content:""}.glyphicon-tree-conifer:before{content:""}.glyphicon-tree-deciduous:before{content:""}.glyphicon-cd:before{content:""}.glyphicon-save-file:before{content:""}.glyphicon-open-file:before{content:""}.glyphicon-level-up:before{content:""}.glyphicon-copy:before{content:""}.glyphicon-paste:before{content:""}.glyphicon-alert:before{content:""}.glyphicon-equalizer:before{content:""}.glyphicon-king:before{content:""}.glyphicon-queen:before{content:""}.glyphicon-pawn:before{content:""}.glyphicon-bishop:before{content:""}.glyphicon-knight:before{content:""}.glyphicon-baby-formula:before{content:""}.glyphicon-tent:before{content:"⛺"}.glyphicon-blackboard:before{content:""}.glyphicon-bed:before{content:""}.glyphicon-apple:before{content:""}.glyphicon-erase:before{content:""}.glyphicon-hourglass:before{content:"⌛"}.glyphicon-lamp:before{content:""}.glyphicon-duplicate:before{content:""}.glyphicon-piggy-bank:before{content:""}.glyphicon-scissors:before{content:""}.glyphicon-bitcoin:before{content:""}.glyphicon-btc:before{content:""}.glyphicon-xbt:before{content:""}.glyphicon-yen:before{content:"¥"}.glyphicon-jpy:before{content:"¥"}.glyphicon-ruble:before{content:"₽"}.glyphicon-rub:before{content:"₽"}.glyphicon-scale:before{content:""}.glyphicon-ice-lolly:before{content:""}.glyphicon-ice-lolly-tasted:before{content:""}.glyphicon-education:before{content:""}.glyphicon-option-horizontal:before{content:""}.glyphicon-option-vertical:before{content:""}.glyphicon-menu-hamburger:before{content:""}.glyphicon-modal-window:before{content:""}.glyphicon-oil:before{content:""}.glyphicon-grain:before{content:""}.glyphicon-sunglasses:before{content:""}.glyphicon-text-size:before{content:""}.glyphicon-text-color:before{content:""}.glyphicon-text-background:before{content:""}.glyphicon-object-align-top:before{content:""}.glyphicon-object-align-bottom:before{content:""}.glyphicon-object-align-horizontal:before{content:""}.glyphicon-object-align-left:before{content:""}.glyphicon-object-align-vertical:before{content:""}.glyphicon-object-align-right:before{content:""}.glyphicon-triangle-right:before{content:""}.glyphicon-triangle-left:before{content:""}.glyphicon-triangle-bottom:before{content:""}.glyphicon-triangle-top:before{content:""}.glyphicon-console:before{content:""}.glyphicon-superscript:before{content:""}.glyphicon-subscript:before{content:""}.glyphicon-menu-left:before{content:""}.glyphicon-menu-right:before{content:""}.glyphicon-menu-down:before{content:""}.glyphicon-menu-up:before{content:""}.close{opacity:.5;cursor:pointer}.close:hover,.close:focus{opacity:1}.carousel-control-next .glyphicon,.carousel-control-prev .glyphicon{color:gray;font-size:3em;text-decoration:none}.btn.dropdown-toggle,.show>.btn.dropdown-toggle{color:var(--text-secondary);background-color:var(--bg-color);background-image:none;border:1px solid var(--button-border-color);border-radius:var(--button-border-radius);padding:9px 13px 7px}:focus-visible{border:var(--focus-border)}a:not(:focus-visible){border:var(--nofocus-border)}.plex-yellow{background-color:var(--plex-yellow)}.plex-orange{background-color:var(--plex-orange)}.plex-red{background-color:var(--plex-red)}.plex-black{background-color:var(--plex-black)}.radio-group{text-indent:1rem}.dropdown-menu .radio-group div{text-indent:0}.dropdown-group{margin-left:1rem}.dropdown-group .radio-group{text-indent:1rem}.dropdown-group .radio-group div{margin-left:1rem}button[class^=fi-rs-],button[class*=" fi-rs-"],div[class^=fi-rs-],div[class*=fi-rs-]{padding:8px 8px 0;width:var(--icon-size);font-size:var(--icon-font-size)}button[class^=fi-rs-]:before,button[class*=" fi-rs-"]:before,div[class^=fi-rs-]:before,div[class*=fi-rs-]:before{font-family:uicons-regular-straight!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.select__menu{width:fit-content;overflow:hidden;border-radius:var(--default-border-radius)}span.link:hover{text-decoration:none;color:inherit}.link{border:none;color:var(--link-color);background:none;margin:var(--margin) 0}.link:hover a{text-decoration:inherit}.link a:not(:hover){text-decoration:none}.link:hover{color:var(--link-hover-color);text-decoration:underline}.empty-result-content{background-color:var(--bg-secondary);border-color:var(--border-color-light)}.tooltip-text,.app .react-tooltip{background:var(--bg-tertiary)}.ai-modal .chat-box-control.drag-over{background-color:var(--highlight-color);border-color:var(--link-color)}.grid-filter{background-color:var(--bg-color)}.graph-category-legend{background-color:var(--bg-color);opacity:.9;border-color:var(--border-color)}.modal-content{background-color:var(--bg-secondary);border-color:var(--button-border-color)}.modal-header{border-bottom-color:var(--button-border-color)}.modal-footer{border-top-color:var(--button-border-color)}.sigma-container,.react-sigma{background-color:var(--bg-color)}.navbar .container,.navbar .container-fluid,.navbar .navbar-controls{background-color:transparent}.chat-session textarea.prompt,.prompt-input-wrapper textarea{background-color:var(--bg-color);color:var(--default-color);border-color:var(--border-color)}.chat-session textarea.prompt:focus{background-color:var(--focus-bg-color)}.autosuggest .select__control{background-color:var(--bg-color);border-color:var(--border-color);color:var(--default-color)}.autosuggest .select__control--is-focused{background-color:var(--focus-bg-color);border-color:var(--focus-border-color)}.autosuggest .select__menu{background-color:var(--bg-color);border:1px solid var(--border-color)}.autosuggest .select__option{background-color:var(--bg-color);color:var(--body-color)}.autosuggest .select__option.focused,.as-option.focused{background-color:var(--highlight-color)}.autosuggest .select__multi-value{background-color:var(--info-bg);border-color:var(--border-color)}.autosuggest .select__multi-value__label{background-color:var(--info-bg);border-color:var(--border-color);color:var(--default-color)}.autosuggest .select__input-container,.autosuggest .select__placeholder,.autosuggest .select__single-value,.autosuggest .select__input input{color:var(--body-color)!important}.autosuggest .select__value-container{color:var(--body-color)}.modal-header .btn-close,.compound-structure-image{filter:var(--image-invert-filter)}.agent-conversation-container{background-color:color-mix(in srgb,var(--active-color) 15%,transparent);border-top-color:color-mix(in srgb,var(--active-color) 40%,transparent);border-bottom-color:color-mix(in srgb,var(--active-color) 40%,transparent)}.agent-conversation-container.busy,.agent-conversation-container.complete{background-color:color-mix(in srgb,var(--active-color) 20%,transparent)}.agent-status-line:hover,.agent-collapse-footer:hover{background-color:color-mix(in srgb,var(--active-color) 25%,transparent)}.conversation-scroller-agent{background-color:color-mix(in srgb,var(--active-color) 8%,transparent)}.landing-page .navbar-menus .btn.dropdown-toggle{background-color:var(--bg-color)}.search-results .navbar>*,.search-results .navbar .container-fluid{background-color:var(--bg-color)}.conversation.agent .turn .tool-result:not(.alert){background-color:#e5402026}.conversation .turn.user:not(.has-tool-result){background-color:var(--prompt-bg)}.conversation .turn.assistant,.conversation .turn.has-tool-result{background-color:#f28d2414}.conversation .turn .content-block.tool-result:not(.alert){color:var(--link-color);background-color:#6b8ec726}html[data-theme=dark]{--default-color: #e0e0e0;--body-color: #e0e0e0;--bold-color: #ffffff;--bg-color: #242424;--hover-bg-color: #2e2e2e;--active-bg-color: #383838;--active-color: var(--plex-yellow);--link-color: color-mix(in srgb, var(--plex-yellow) 80%, black);--link-bold-color: var(--plex-orange);--link-hover-color: var(--plex-orange);--link-visited-color: #9b7ec7;--source-link-color: #5eb351;--source-link-hover-color: #81ff7d;--highlight-color: color-mix(in srgb, var(--plex-yellow) 12%, #242424);--focus-color: #e0e0e0;--focus-bg-color: color-mix(in srgb, var(--bg-color) 90%, var(--hover-bg-color) 10%);--focus-border-color: var(--plex-yellow);--focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3), 0 0 0 3px rgba(242, 141, 36, .3);--button-border-color: #444444;--disabled-color: #666666;--disabled-bg-color: #2a2a2a;--dropdown-color: #b0b0b0;--active-text-color: #b0b0b0;--active-text-hover-color: #ffffff;--marked-bg-color: rgba(242, 141, 36, .15);--bg-secondary: #2e2e2e;--bg-tertiary: #282828;--border-color: #484848;--border-color-light: #3a3a3a;--text-muted: #999999;--text-secondary: #b0b0b0;--text-tertiary: #808080;--success-bg: #1e4620;--success-bg-subtle: rgba(40, 167, 69, .2);--warning-bg: #4a3a1a;--warning-bg-subtle: rgba(255, 193, 7, .2);--danger-bg: #4a1a1a;--danger-bg-subtle: rgba(220, 53, 69, .2);--info-bg: #1a3a4a;--info-bg-subtle: rgba(23, 162, 184, .2);--info-color: #5dade2;--info-border: #2a5a6a;--success-color: #6abf69;--warning-color: #ffd966;--danger-color: #ff6b6b;--success-border: #2d5f30;--warning-border: #6a5a2a;--danger-border: #6a2a2a;--overlay-bg: rgba(0, 0, 0, .7);--shadow-color: rgba(0, 0, 0, .4);--shadow-color-strong: rgba(0, 0, 0, .6);--modal-bg: #2a2a2a;--panel-bg: #252525;--prompt-bg: rgba(80, 80, 80, .95);--prompt-border: #555;--plex-black: #333333;--icon-filter: invert(1) brightness(1);--icon-filter-hover: invert(1) brightness(1.15);--icon-image-filter: brightness(0) invert(1);--button-gradient: none;--button-emboss-shadow: none;--button-text-shadow: none;--image-invert-filter: invert(1) brightness(1.1) contrast(.9);--navbar-shadow: 0 1px 5px rgba(0, 0, 0, .5);--admin-gradient: linear-gradient(to bottom right, transparent, rgba(100, 100, 100, .3));--admin-input-gradient: linear-gradient(to bottom right, transparent, rgba(100, 100, 100, .4));--drawer-toggle-bg: linear-gradient(135deg, rgba(42,42,42,.95) 0%, rgba(37,37,37,.95) 100%);--drawer-toggle-hover-bg: linear-gradient(135deg, rgba(51,51,51,1) 0%, rgba(42,42,42,1) 100%);--drawer-toggle-shadow: 0 2px 4px rgba(0, 0, 0, .5);--drawer-toggle-hover-shadow: 0 4px 8px rgba(0, 0, 0, .7);--modal-section-bg: var(--bg-secondary);--modal-btn-secondary-bg: var(--bg-color)}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}@font-face{font-family:uicons-regular-rounded;src:url(/assets/uicons-regular-rounded-J3WOUERV-0sU45oCT.woff2) format("woff2"),url(/assets/uicons-regular-rounded-KDJ23353-YBToKgOV.woff) format("woff"),url(/assets/uicons-regular-rounded-ESQGLQQ4-oBMUkbc4.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-rr-]:before,i[class*=" fi-rr-"]:before,span[class^=fi-rr-]:before,span[class*=fi-rr-]:before{font-family:uicons-regular-rounded!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-rr-0:before{content:""}.fi-rr-00s-music-disc:before{content:""}.fi-rr-1:before{content:""}.fi-rr-2:before{content:""}.fi-rr-3:before{content:""}.fi-rr-360-degrees:before{content:""}.fi-rr-4:before{content:""}.fi-rr-404:before{content:""}.fi-rr-5:before{content:""}.fi-rr-6:before{content:""}.fi-rr-60s-music-disc:before{content:""}.fi-rr-7:before{content:""}.fi-rr-70s-music-disc:before{content:""}.fi-rr-8:before{content:""}.fi-rr-80s-music-disc:before{content:""}.fi-rr-9:before{content:""}.fi-rr-90s-music-disc:before{content:""}.fi-rr-a:before{content:""}.fi-rr-accident:before{content:""}.fi-rr-acorn:before{content:""}.fi-rr-ad-paid:before{content:""}.fi-rr-ad:before{content:""}.fi-rr-add-document:before{content:""}.fi-rr-add-folder:before{content:""}.fi-rr-add-image:before{content:""}.fi-rr-add:before{content:""}.fi-rr-address-book:before{content:""}.fi-rr-address-card:before{content:""}.fi-rr-admin-alt:before{content:""}.fi-rr-admin:before{content:""}.fi-rr-age-alt:before{content:""}.fi-rr-age-restriction-eighteen:before{content:""}.fi-rr-age-restriction-seven:before{content:""}.fi-rr-age-restriction-six:before{content:""}.fi-rr-age-restriction-sixteen:before{content:""}.fi-rr-age-restriction-thirteen:before{content:""}.fi-rr-age-restriction-three:before{content:""}.fi-rr-age-restriction-twelve:before{content:""}.fi-rr-age-restriction-twenty-one:before{content:""}.fi-rr-age-restriction-zero:before{content:""}.fi-rr-age:before{content:""}.fi-rr-air-conditioner:before{content:""}.fi-rr-air-freshener:before{content:""}.fi-rr-air-pollution:before{content:""}.fi-rr-airplane-journey:before{content:""}.fi-rr-airplane-window-open:before{content:""}.fi-rr-airplay:before{content:""}.fi-rr-alarm-clock:before{content:""}.fi-rr-alarm-exclamation:before{content:""}.fi-rr-alarm-plus:before{content:""}.fi-rr-alarm-snooze:before{content:""}.fi-rr-album-circle-plus:before{content:""}.fi-rr-album-circle-user:before{content:""}.fi-rr-album-collection:before{content:""}.fi-rr-album:before{content:""}.fi-rr-algorithm:before{content:""}.fi-rr-alicorn:before{content:""}.fi-rr-alien:before{content:""}.fi-rr-align-center:before{content:""}.fi-rr-align-justify:before{content:""}.fi-rr-align-left:before{content:""}.fi-rr-align-slash:before{content:""}.fi-rr-ambulance:before{content:""}.fi-rr-analyse-alt:before{content:""}.fi-rr-analyse:before{content:""}.fi-rr-anatomical-heart:before{content:""}.fi-rr-anchor:before{content:""}.fi-rr-angel:before{content:""}.fi-rr-angle-90:before{content:""}.fi-rr-angle-circle-down:before{content:""}.fi-rr-angle-circle-left:before{content:""}.fi-rr-angle-circle-right:before{content:""}.fi-rr-angle-circle-up:before{content:""}.fi-rr-angle-double-left:before{content:""}.fi-rr-angle-double-right:before{content:""}.fi-rr-angle-double-small-down:before{content:""}.fi-rr-angle-double-small-left:before{content:""}.fi-rr-angle-double-small-right:before{content:""}.fi-rr-angle-double-small-up:before{content:""}.fi-rr-angle-down:before{content:""}.fi-rr-angle-left:before{content:""}.fi-rr-angle-right:before{content:""}.fi-rr-angle-small-down:before{content:""}.fi-rr-angle-small-left:before{content:""}.fi-rr-angle-small-right:before{content:""}.fi-rr-angle-small-up:before{content:""}.fi-rr-angle-square-down:before{content:""}.fi-rr-angle-square-left:before{content:""}.fi-rr-angle-square-right:before{content:""}.fi-rr-angle-square-up:before{content:""}.fi-rr-angle-up:before{content:""}.fi-rr-angle:before{content:""}.fi-rr-angles-up-down:before{content:""}.fi-rr-angry:before{content:""}.fi-rr-animated-icon:before{content:""}.fi-rr-ankh:before{content:""}.fi-rr-answer-alt:before{content:""}.fi-rr-answer:before{content:""}.fi-rr-apartment:before{content:""}.fi-rr-aperture:before{content:""}.fi-rr-api:before{content:""}.fi-rr-apple-core:before{content:""}.fi-rr-apple-crate:before{content:""}.fi-rr-apple-whole:before{content:""}.fi-rr-apps-add:before{content:""}.fi-rr-apps-delete:before{content:""}.fi-rr-apps-sort:before{content:""}.fi-rr-apps:before{content:""}.fi-rr-archive:before{content:""}.fi-rr-archway:before{content:""}.fi-rr-arrow-alt-circle-down:before{content:""}.fi-rr-arrow-alt-circle-left:before{content:""}.fi-rr-arrow-alt-circle-right:before{content:""}.fi-rr-arrow-alt-circle-up:before{content:""}.fi-rr-arrow-alt-down:before{content:""}.fi-rr-arrow-alt-from-bottom:before{content:""}.fi-rr-arrow-alt-from-left:before{content:""}.fi-rr-arrow-alt-from-right:before{content:""}.fi-rr-arrow-alt-from-top:before{content:""}.fi-rr-arrow-alt-left:before{content:""}.fi-rr-arrow-alt-right:before{content:""}.fi-rr-arrow-alt-square-down:before{content:""}.fi-rr-arrow-alt-square-left:before{content:""}.fi-rr-arrow-alt-square-right:before{content:""}.fi-rr-arrow-alt-square-up:before{content:""}.fi-rr-arrow-alt-to-bottom:before{content:""}.fi-rr-arrow-alt-to-left:before{content:""}.fi-rr-arrow-alt-to-right:before{content:""}.fi-rr-arrow-alt-to-top:before{content:""}.fi-rr-arrow-alt-up:before{content:""}.fi-rr-arrow-circle-down:before{content:""}.fi-rr-arrow-circle-left:before{content:""}.fi-rr-arrow-circle-right:before{content:""}.fi-rr-arrow-circle-up:before{content:""}.fi-rr-arrow-comparison:before{content:""}.fi-rr-arrow-down-from-arc:before{content:""}.fi-rr-arrow-down-from-dotted-line:before{content:""}.fi-rr-arrow-down-left:before{content:""}.fi-rr-arrow-down-small-big:before{content:""}.fi-rr-arrow-down-to-dotted-line:before{content:""}.fi-rr-arrow-down-to-square:before{content:""}.fi-rr-arrow-down-triangle-square:before{content:""}.fi-rr-arrow-down:before{content:""}.fi-rr-arrow-from-bottom:before{content:""}.fi-rr-arrow-from-left:before{content:""}.fi-rr-arrow-from-right:before{content:""}.fi-rr-arrow-from-top:before{content:""}.fi-rr-arrow-left-from-arc:before{content:""}.fi-rr-arrow-left-from-line:before{content:""}.fi-rr-arrow-left-to-arc:before{content:""}.fi-rr-arrow-left:before{content:""}.fi-rr-arrow-progress-alt:before{content:""}.fi-rr-arrow-progress:before{content:""}.fi-rr-arrow-right-to-bracket:before{content:""}.fi-rr-arrow-right:before{content:""}.fi-rr-arrow-small-down:before{content:""}.fi-rr-arrow-small-left:before{content:""}.fi-rr-arrow-small-right:before{content:""}.fi-rr-arrow-small-up:before{content:""}.fi-rr-arrow-square-down:before{content:""}.fi-rr-arrow-square-left:before{content:""}.fi-rr-arrow-square-right:before{content:""}.fi-rr-arrow-square-up:before{content:""}.fi-rr-arrow-to-bottom:before{content:""}.fi-rr-arrow-to-left:before{content:""}.fi-rr-arrow-to-right:before{content:""}.fi-rr-arrow-to-top:before{content:""}.fi-rr-arrow-trend-down:before{content:""}.fi-rr-arrow-trend-up:before{content:""}.fi-rr-arrow-turn-down-left:before{content:""}.fi-rr-arrow-turn-down-right:before{content:""}.fi-rr-arrow-turn-left-up:before{content:""}.fi-rr-arrow-up-from-dotted-line:before{content:""}.fi-rr-arrow-up-from-ground-water:before{content:""}.fi-rr-arrow-up-from-square:before{content:""}.fi-rr-arrow-up-left-from-circle:before{content:""}.fi-rr-arrow-up-left:before{content:""}.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-rr-arrow-up-right-from-square:before{content:""}.fi-rr-arrow-up-right:before{content:""}.fi-rr-arrow-up-small-big:before{content:""}.fi-rr-arrow-up-square-triangle:before{content:""}.fi-rr-arrow-up-to-arc:before{content:""}.fi-rr-arrow-up-to-dotted-line:before{content:""}.fi-rr-arrow-up:before{content:""}.fi-rr-arrow-upward-growth-crypto:before{content:""}.fi-rr-arrows-alt-h:before{content:""}.fi-rr-arrows-alt-v:before{content:""}.fi-rr-arrows-alt:before{content:""}.fi-rr-arrows-cross:before{content:""}.fi-rr-arrows-from-dotted-line:before{content:""}.fi-rr-arrows-from-line:before{content:""}.fi-rr-arrows-h-copy:before{content:""}.fi-rr-arrows-h:before{content:""}.fi-rr-arrows-repeat-1:before{content:""}.fi-rr-arrows-repeat:before{content:""}.fi-rr-arrows-retweet:before{content:""}.fi-rr-arrows-split-right-and-left:before{content:""}.fi-rr-arrows-split-up-and-left:before{content:""}.fi-rr-arrows-to-circle:before{content:""}.fi-rr-arrows-to-dotted-line:before{content:""}.fi-rr-arrows-to-eye:before{content:""}.fi-rr-arrows-to-line:before{content:""}.fi-rr-arrows:before{content:""}.fi-rr-artificial-intelligence:before{content:""}.fi-rr-assept-document:before{content:""}.fi-rr-assessment-alt:before{content:""}.fi-rr-assessment:before{content:""}.fi-rr-assign:before{content:""}.fi-rr-assistive-listening-systems:before{content:""}.fi-rr-asterik:before{content:""}.fi-rr-at:before{content:""}.fi-rr-attribution-pen:before{content:""}.fi-rr-attribution-pencil:before{content:""}.fi-rr-aubergine:before{content:""}.fi-rr-auction:before{content:""}.fi-rr-audience-megaphone:before{content:""}.fi-rr-audio-description-slash:before{content:""}.fi-rr-audit-alt:before{content:""}.fi-rr-audit:before{content:""}.fi-rr-austral-sign:before{content:""}.fi-rr-avocado:before{content:""}.fi-rr-award:before{content:""}.fi-rr-axe-battle:before{content:""}.fi-rr-axe:before{content:""}.fi-rr-b:before{content:""}.fi-rr-baby-carriage:before{content:""}.fi-rr-baby:before{content:""}.fi-rr-back-up:before{content:""}.fi-rr-background:before{content:""}.fi-rr-backpack:before{content:""}.fi-rr-bacon:before{content:""}.fi-rr-bacteria:before{content:""}.fi-rr-bacterium:before{content:""}.fi-rr-badge-check:before{content:""}.fi-rr-badge-dollar:before{content:""}.fi-rr-badge-leaf:before{content:""}.fi-rr-badge-percent:before{content:""}.fi-rr-badge-sheriff:before{content:""}.fi-rr-badge:before{content:""}.fi-rr-badger-honey:before{content:""}.fi-rr-badget-check-alt:before{content:""}.fi-rr-badminton:before{content:""}.fi-rr-bag-map-pin:before{content:""}.fi-rr-bag-seedling:before{content:""}.fi-rr-bag-shopping-minus:before{content:""}.fi-rr-bags-shopping:before{content:""}.fi-rr-baguette:before{content:""}.fi-rr-bahai:before{content:""}.fi-rr-baht-sign:before{content:""}.fi-rr-balance-scale-left:before{content:""}.fi-rr-balance-scale-right:before{content:""}.fi-rr-ball-pile:before{content:""}.fi-rr-ball:before{content:""}.fi-rr-ballet-dance:before{content:""}.fi-rr-balloon:before{content:""}.fi-rr-balloons:before{content:""}.fi-rr-ballot-check:before{content:""}.fi-rr-ballot:before{content:""}.fi-rr-ban-bug:before{content:""}.fi-rr-ban:before{content:""}.fi-rr-banana:before{content:""}.fi-rr-band-aid:before{content:""}.fi-rr-bangladeshi-taka-sign:before{content:""}.fi-rr-banjo:before{content:""}.fi-rr-bank:before{content:""}.fi-rr-banner-2:before{content:""}.fi-rr-banner-3:before{content:""}.fi-rr-banner-4:before{content:""}.fi-rr-banner-5:before{content:""}.fi-rr-banner:before{content:""}.fi-rr-barber-pole:before{content:""}.fi-rr-barber-shop:before{content:""}.fi-rr-barcode-read:before{content:""}.fi-rr-barcode-scan:before{content:""}.fi-rr-barcode:before{content:""}.fi-rr-bars-filter:before{content:""}.fi-rr-bars-progress:before{content:""}.fi-rr-bars-sort:before{content:""}.fi-rr-bars-staggered:before{content:""}.fi-rr-baseball-alt:before{content:""}.fi-rr-baseball:before{content:""}.fi-rr-basket-shopping-minus:before{content:""}.fi-rr-basket-shopping-plus:before{content:""}.fi-rr-basket-shopping-simple:before{content:""}.fi-rr-basket:before{content:""}.fi-rr-basketball:before{content:""}.fi-rr-bat:before{content:""}.fi-rr-bath:before{content:""}.fi-rr-battery-bolt:before{content:""}.fi-rr-battery-empty:before{content:""}.fi-rr-battery-exclamation:before{content:""}.fi-rr-battery-full:before{content:""}.fi-rr-battery-half:before{content:""}.fi-rr-battery-quarter:before{content:""}.fi-rr-battery-slash:before{content:""}.fi-rr-battery-three-quarters:before{content:""}.fi-rr-beacon:before{content:""}.fi-rr-bed-alt:before{content:""}.fi-rr-bed-bunk:before{content:""}.fi-rr-bed-empty:before{content:""}.fi-rr-bed:before{content:""}.fi-rr-bee:before{content:""}.fi-rr-beer-mug-empty:before{content:""}.fi-rr-beer:before{content:""}.fi-rr-bell-concierge:before{content:""}.fi-rr-bell-notification-call:before{content:""}.fi-rr-bell-notification-social-media:before{content:""}.fi-rr-bell-ring:before{content:""}.fi-rr-bell-school-slash:before{content:""}.fi-rr-bell-school:before{content:""}.fi-rr-bell-slash:before{content:""}.fi-rr-bell:before{content:""}.fi-rr-bells:before{content:""}.fi-rr-bench-tree:before{content:""}.fi-rr-benefit-diamond-alt:before{content:""}.fi-rr-benefit-diamond:before{content:""}.fi-rr-benefit-hand:before{content:""}.fi-rr-benefit-increase:before{content:""}.fi-rr-benefit-porcent:before{content:""}.fi-rr-benefit:before{content:""}.fi-rr-betamax:before{content:""}.fi-rr-bible:before{content:""}.fi-rr-bicycle-journey:before{content:""}.fi-rr-bike:before{content:""}.fi-rr-biking-mountain:before{content:""}.fi-rr-biking:before{content:""}.fi-rr-bill-arrow:before{content:""}.fi-rr-billiard:before{content:""}.fi-rr-bin-bottles:before{content:""}.fi-rr-binary-circle-check:before{content:""}.fi-rr-binary-lock:before{content:""}.fi-rr-binary-slash:before{content:""}.fi-rr-binary:before{content:""}.fi-rr-binoculars:before{content:""}.fi-rr-bio-leaves:before{content:""}.fi-rr-bio:before{content:""}.fi-rr-biohazard:before{content:""}.fi-rr-bird:before{content:""}.fi-rr-bitcoin-sign:before{content:""}.fi-rr-blanket:before{content:""}.fi-rr-blender-phone:before{content:""}.fi-rr-blender:before{content:""}.fi-rr-blinds-open:before{content:""}.fi-rr-blinds-raised:before{content:""}.fi-rr-blinds:before{content:""}.fi-rr-block-brick:before{content:""}.fi-rr-block-microphone:before{content:""}.fi-rr-block-question:before{content:""}.fi-rr-block-quote:before{content:""}.fi-rr-block:before{content:""}.fi-rr-blockchain-3:before{content:""}.fi-rr-blog-pencil:before{content:""}.fi-rr-blog-text:before{content:""}.fi-rr-blood-dropper:before{content:""}.fi-rr-blood-test-tube-alt:before{content:""}.fi-rr-blood-test-tube:before{content:""}.fi-rr-blood:before{content:""}.fi-rr-blueberries:before{content:""}.fi-rr-blueprint:before{content:""}.fi-rr-bold:before{content:""}.fi-rr-bolt-auto:before{content:""}.fi-rr-bolt-slash:before{content:""}.fi-rr-bolt:before{content:""}.fi-rr-bomb:before{content:""}.fi-rr-bone-break:before{content:""}.fi-rr-bone:before{content:""}.fi-rr-bong:before{content:""}.fi-rr-bonus-alt:before{content:""}.fi-rr-bonus-star:before{content:""}.fi-rr-bonus:before{content:""}.fi-rr-book-alt:before{content:""}.fi-rr-book-arrow-right:before{content:""}.fi-rr-book-arrow-up:before{content:""}.fi-rr-book-atlas:before{content:""}.fi-rr-book-bookmark:before{content:""}.fi-rr-book-circle-arrow-right:before{content:""}.fi-rr-book-circle-arrow-up:before{content:""}.fi-rr-book-copy:before{content:""}.fi-rr-book-dead:before{content:""}.fi-rr-book-font:before{content:""}.fi-rr-book-heart:before{content:""}.fi-rr-book-medical:before{content:""}.fi-rr-book-open-cover:before{content:""}.fi-rr-book-open-reader:before{content:""}.fi-rr-book-plus:before{content:""}.fi-rr-book-quran:before{content:""}.fi-rr-book-section:before{content:""}.fi-rr-book-spells:before{content:""}.fi-rr-book-tanakh:before{content:""}.fi-rr-book-user:before{content:""}.fi-rr-book:before{content:""}.fi-rr-Booking:before{content:""}.fi-rr-bookmark-slash:before{content:""}.fi-rr-bookmark:before{content:""}.fi-rr-books-medical:before{content:""}.fi-rr-books:before{content:""}.fi-rr-boot-heeled:before{content:""}.fi-rr-boot:before{content:""}.fi-rr-booth-curtain:before{content:""}.fi-rr-border-all:before{content:""}.fi-rr-border-bottom:before{content:""}.fi-rr-border-center-h:before{content:""}.fi-rr-border-center-v:before{content:""}.fi-rr-border-inner:before{content:""}.fi-rr-border-left:before{content:""}.fi-rr-border-none:before{content:""}.fi-rr-border-outer:before{content:""}.fi-rr-border-right:before{content:""}.fi-rr-border-style-alt:before{content:""}.fi-rr-border-style:before{content:""}.fi-rr-border-top:before{content:""}.fi-rr-boss:before{content:""}.fi-rr-bottle-droplet:before{content:""}.fi-rr-bottle:before{content:""}.fi-rr-bow-arrow:before{content:""}.fi-rr-bowl-chopsticks-noodles:before{content:""}.fi-rr-bowl-chopsticks:before{content:""}.fi-rr-bowl-rice:before{content:""}.fi-rr-bowl-scoop:before{content:""}.fi-rr-bowl-scoops:before{content:""}.fi-rr-bowl-soft-serve:before{content:""}.fi-rr-bowl-spoon:before{content:""}.fi-rr-bowling-ball:before{content:""}.fi-rr-bowling-pins:before{content:""}.fi-rr-bowling:before{content:""}.fi-rr-box-alt:before{content:""}.fi-rr-box-ballot:before{content:""}.fi-rr-box-check:before{content:""}.fi-rr-box-circle-check:before{content:""}.fi-rr-box-dollar:before{content:""}.fi-rr-box-fragile:before{content:""}.fi-rr-box-heart:before{content:""}.fi-rr-box-open-full:before{content:""}.fi-rr-box-open:before{content:""}.fi-rr-box-tissue:before{content:""}.fi-rr-box-up:before{content:""}.fi-rr-box:before{content:""}.fi-rr-boxes:before{content:""}.fi-rr-boxing-glove:before{content:""}.fi-rr-bracket-curly-right:before{content:""}.fi-rr-bracket-curly:before{content:""}.fi-rr-bracket-round-right:before{content:""}.fi-rr-bracket-round:before{content:""}.fi-rr-bracket-square-right:before{content:""}.fi-rr-bracket-square:before{content:""}.fi-rr-brackets-curly:before{content:""}.fi-rr-brackets-round:before{content:""}.fi-rr-brackets-square:before{content:""}.fi-rr-braille-a:before{content:""}.fi-rr-braille-b:before{content:""}.fi-rr-braille-c:before{content:""}.fi-rr-braille-d:before{content:""}.fi-rr-braille-e:before{content:""}.fi-rr-braille-g:before{content:""}.fi-rr-braille-h:before{content:""}.fi-rr-braille-i:before{content:""}.fi-rr-braille-j:before{content:""}.fi-rr-braille-k:before{content:""}.fi-rr-braille-l:before{content:""}.fi-rr-braille-m:before{content:""}.fi-rr-braille-n-alt:before{content:""}.fi-rr-braille-n:before{content:""}.fi-rr-braille-o:before{content:""}.fi-rr-braille-p:before{content:""}.fi-rr-braille-q:before{content:""}.fi-rr-braille-r:before{content:""}.fi-rr-braille-s:before{content:""}.fi-rr-braille-t:before{content:""}.fi-rr-braille-u:before{content:""}.fi-rr-braille-v:before{content:""}.fi-rr-braille-w:before{content:""}.fi-rr-braille-x:before{content:""}.fi-rr-braille-y:before{content:""}.fi-rr-braille-z:before{content:""}.fi-rr-braille:before{content:""}.fi-rr-brain-circuit:before{content:""}.fi-rr-brain:before{content:""}.fi-rr-brake-warning:before{content:""}.fi-rr-branching:before{content:""}.fi-rr-brand:before{content:""}.fi-rr-branding:before{content:""}.fi-rr-bread-loaf:before{content:""}.fi-rr-bread-slice-butter:before{content:""}.fi-rr-bread-slice:before{content:""}.fi-rr-bread:before{content:""}.fi-rr-briefcase-arrow-right:before{content:""}.fi-rr-briefcase-blank:before{content:""}.fi-rr-briefcase:before{content:""}.fi-rr-brightness-low:before{content:""}.fi-rr-brightness:before{content:""}.fi-rr-bring-forward:before{content:""}.fi-rr-bring-front:before{content:""}.fi-rr-broadcast-tower:before{content:""}.fi-rr-broccoli:before{content:""}.fi-rr-broken-chain-link-wrong:before{content:""}.fi-rr-broken-image:before{content:""}.fi-rr-broom-ball:before{content:""}.fi-rr-broom:before{content:""}.fi-rr-browser-ui:before{content:""}.fi-rr-browser:before{content:""}.fi-rr-browsers:before{content:""}.fi-rr-brush:before{content:""}.fi-rr-bucket:before{content:""}.fi-rr-budget-alt:before{content:""}.fi-rr-budget:before{content:""}.fi-rr-bug-slash:before{content:""}.fi-rr-bug:before{content:""}.fi-rr-bugs:before{content:""}.fi-rr-build-alt:before{content:""}.fi-rr-build:before{content:""}.fi-rr-builder:before{content:""}.fi-rr-building-circle-arrow-right:before{content:""}.fi-rr-building-ngo:before{content:""}.fi-rr-building:before{content:""}.fi-rr-bulb:before{content:""}.fi-rr-bullet:before{content:""}.fi-rr-bullhorn:before{content:""}.fi-rr-bullseye-arrow:before{content:""}.fi-rr-bullseye-pointer:before{content:""}.fi-rr-bullseye:before{content:""}.fi-rr-burger-alt:before{content:""}.fi-rr-burger-fries:before{content:""}.fi-rr-burger-glass:before{content:""}.fi-rr-burrito:before{content:""}.fi-rr-burst:before{content:""}.fi-rr-bus-alt:before{content:""}.fi-rr-bus:before{content:""}.fi-rr-business-time:before{content:""}.fi-rr-Butter:before{content:""}.fi-rr-butterfly:before{content:""}.fi-rr-c:before{content:""}.fi-rr-cabin:before{content:""}.fi-rr-cactus:before{content:""}.fi-rr-cage-empty:before{content:""}.fi-rr-cake-birthday:before{content:""}.fi-rr-cake-slice:before{content:""}.fi-rr-cake-wedding:before{content:""}.fi-rr-calculator-bill:before{content:""}.fi-rr-calculator-math-tax:before{content:""}.fi-rr-calculator-money:before{content:""}.fi-rr-calculator-simple:before{content:""}.fi-rr-calculator:before{content:""}.fi-rr-calendar-arrow-down:before{content:""}.fi-rr-calendar-arrow-up:before{content:""}.fi-rr-calendar-birhtday-cake:before{content:""}.fi-rr-calendar-call:before{content:""}.fi-rr-calendar-check:before{content:""}.fi-rr-calendar-clock:before{content:""}.fi-rr-calendar-day:before{content:""}.fi-rr-calendar-days:before{content:""}.fi-rr-calendar-event-tax:before{content:""}.fi-rr-calendar-exclamation:before{content:""}.fi-rr-calendar-gavel-legal:before{content:""}.fi-rr-calendar-heart:before{content:""}.fi-rr-calendar-image:before{content:""}.fi-rr-calendar-lines-pen:before{content:""}.fi-rr-calendar-lines:before{content:""}.fi-rr-calendar-minus:before{content:""}.fi-rr-calendar-payment-loan:before{content:""}.fi-rr-calendar-pen:before{content:""}.fi-rr-calendar-plus:before{content:""}.fi-rr-calendar-salary:before{content:""}.fi-rr-calendar-shift-swap:before{content:""}.fi-rr-calendar-star:before{content:""}.fi-rr-calendar-swap:before{content:""}.fi-rr-calendar-week:before{content:""}.fi-rr-calendar-xmark:before{content:""}.fi-rr-calendar:before{content:""}.fi-rr-calendars:before{content:""}.fi-rr-call-duration:before{content:""}.fi-rr-call-history:before{content:""}.fi-rr-call-incoming:before{content:""}.fi-rr-call-missed:before{content:""}.fi-rr-call-outgoing:before{content:""}.fi-rr-camcorder:before{content:""}.fi-rr-camera-cctv:before{content:""}.fi-rr-camera-movie:before{content:""}.fi-rr-camera-retro:before{content:""}.fi-rr-camera-rotate:before{content:""}.fi-rr-camera-security:before{content:""}.fi-rr-camera-slash:before{content:""}.fi-rr-camera-viewfinder:before{content:""}.fi-rr-camera:before{content:""}.fi-rr-campfire:before{content:""}.fi-rr-camping:before{content:""}.fi-rr-can-food:before{content:""}.fi-rr-candle-holder:before{content:""}.fi-rr-candle-lotus-yoga:before{content:""}.fi-rr-candle-pose-yoga:before{content:""}.fi-rr-candy-alt:before{content:""}.fi-rr-candy-bar:before{content:""}.fi-rr-candy-cane:before{content:""}.fi-rr-candy-corn:before{content:""}.fi-rr-candy-sweet:before{content:""}.fi-rr-candy:before{content:""}.fi-rr-Cannabis:before{content:""}.fi-rr-canned-food:before{content:""}.fi-rr-capsules:before{content:""}.fi-rr-car-alt:before{content:""}.fi-rr-car-battery:before{content:""}.fi-rr-car-bolt:before{content:""}.fi-rr-car-building:before{content:""}.fi-rr-car-bump:before{content:""}.fi-rr-car-bus:before{content:""}.fi-rr-car-circle-bolt:before{content:""}.fi-rr-car-crash:before{content:""}.fi-rr-car-garage:before{content:""}.fi-rr-car-journey:before{content:""}.fi-rr-car-mechanic:before{content:""}.fi-rr-car-rear:before{content:""}.fi-rr-car-side-bolt:before{content:""}.fi-rr-car-side:before{content:""}.fi-rr-car-tilt:before{content:""}.fi-rr-car-tunnel:before{content:""}.fi-rr-car-wash:before{content:""}.fi-rr-car:before{content:""}.fi-rr-caravan-alt:before{content:""}.fi-rr-caravan:before{content:""}.fi-rr-card-club:before{content:""}.fi-rr-card-diamond:before{content:""}.fi-rr-card-heart:before{content:""}.fi-rr-card-spade:before{content:""}.fi-rr-cardinal-compass:before{content:""}.fi-rr-career-growth:before{content:""}.fi-rr-career-path:before{content:""}.fi-rr-caret-circle-down:before{content:""}.fi-rr-caret-circle-right:before{content:""}.fi-rr-caret-circle-up:before{content:""}.fi-rr-caret-down:before{content:""}.fi-rr-caret-left:before{content:""}.fi-rr-caret-quare-up:before{content:""}.fi-rr-caret-right:before{content:""}.fi-rr-caret-square-down:before{content:""}.fi-rr-caret-square-left_1:before{content:""}.fi-rr-caret-square-left:before{content:""}.fi-rr-caret-square-right:before{content:""}.fi-rr-caret-up:before{content:""}.fi-rr-carrot:before{content:""}.fi-rr-cars-crash:before{content:""}.fi-rr-cars:before{content:""}.fi-rr-cart-arrow-down:before{content:""}.fi-rr-cart-minus:before{content:""}.fi-rr-cart-shopping-fast:before{content:""}.fi-rr-cash-register:before{content:""}.fi-rr-cassette-tape:before{content:""}.fi-rr-cassette-vhs:before{content:""}.fi-rr-castle:before{content:""}.fi-rr-cat-head:before{content:""}.fi-rr-cat-space:before{content:""}.fi-rr-cat:before{content:""}.fi-rr-catalog-alt:before{content:""}.fi-rr-catalog-magazine:before{content:""}.fi-rr-catalog:before{content:""}.fi-rr-category-alt:before{content:""}.fi-rr-category:before{content:""}.fi-rr-cauldron:before{content:""}.fi-rr-cedi-sign:before{content:""}.fi-rr-cello:before{content:""}.fi-rr-cent-sign:before{content:""}.fi-rr-chair-office:before{content:""}.fi-rr-chair:before{content:""}.fi-rr-chalkboard-user:before{content:""}.fi-rr-chalkboard:before{content:""}.fi-rr-challenge-alt:before{content:""}.fi-rr-challenge:before{content:""}.fi-rr-channel:before{content:""}.fi-rr-charging-station:before{content:""}.fi-rr-chart-area:before{content:""}.fi-rr-chart-bullet:before{content:""}.fi-rr-chart-candlestick:before{content:""}.fi-rr-chart-connected:before{content:""}.fi-rr-chart-gantt:before{content:""}.fi-rr-chart-histogram:before{content:""}.fi-rr-chart-kanban:before{content:""}.fi-rr-chart-line-up-down:before{content:""}.fi-rr-chart-line-up:before{content:""}.fi-rr-chart-mixed-up-circle-currency:before{content:""}.fi-rr-chart-mixed-up-circle-dollar:before{content:""}.fi-rr-chart-mixed:before{content:""}.fi-rr-chart-network:before{content:""}.fi-rr-chart-pie-alt:before{content:""}.fi-rr-chart-pie-simple-circle-currency:before{content:""}.fi-rr-chart-pie-simple-circle-dollar:before{content:""}.fi-rr-chart-pie:before{content:""}.fi-rr-chart-pyramid:before{content:""}.fi-rr-chart-radar:before{content:""}.fi-rr-chart-scatter-3d:before{content:""}.fi-rr-chart-scatter-bubble:before{content:""}.fi-rr-chart-scatter:before{content:""}.fi-rr-chart-set-theory:before{content:""}.fi-rr-chart-simple-horizontal:before{content:""}.fi-rr-chart-simple:before{content:""}.fi-rr-chart-tree-map:before{content:""}.fi-rr-chart-tree:before{content:""}.fi-rr-chart-user:before{content:""}.fi-rr-chart-waterfall:before{content:""}.fi-rr-chat-arrow-down:before{content:""}.fi-rr-chat-arrow-grow:before{content:""}.fi-rr-chat-bubble-call:before{content:""}.fi-rr-chatbot-speech-bubble:before{content:""}.fi-rr-chatbot:before{content:""}.fi-rr-cheap-bill:before{content:""}.fi-rr-cheap-dollar:before{content:""}.fi-rr-cheap-stack-dollar:before{content:""}.fi-rr-cheap-stack:before{content:""}.fi-rr-cheap:before{content:""}.fi-rr-check-circle:before{content:""}.fi-rr-check-double:before{content:""}.fi-rr-check-in-calendar:before{content:""}.fi-rr-check-out-calendar:before{content:""}.fi-rr-check:before{content:""}.fi-rr-checkbox:before{content:""}.fi-rr-checklist-task-budget:before{content:""}.fi-rr-cheese-alt:before{content:""}.fi-rr-cheese:before{content:""}.fi-rr-cheeseburger:before{content:""}.fi-rr-cherry:before{content:""}.fi-rr-chess-bishop:before{content:""}.fi-rr-chess-board:before{content:""}.fi-rr-chess-clock-alt:before{content:""}.fi-rr-chess-clock:before{content:""}.fi-rr-chess-king-alt:before{content:""}.fi-rr-chess-king:before{content:""}.fi-rr-chess-knight-alt:before{content:""}.fi-rr-chess-knight:before{content:""}.fi-rr-chess-pawn-alt:before{content:""}.fi-rr-chess-piece:before{content:""}.fi-rr-chess-queen-alt:before{content:""}.fi-rr-chess-queen:before{content:""}.fi-rr-chess-rook-alt:before{content:""}.fi-rr-chess-rook:before{content:""}.fi-rr-chess:before{content:""}.fi-rr-chevron-double-down:before{content:""}.fi-rr-chevron-double-up:before{content:""}.fi-rr-child-head:before{content:""}.fi-rr-child:before{content:""}.fi-rr-chimney:before{content:""}.fi-rr-chip:before{content:""}.fi-rr-chocolate:before{content:""}.fi-rr-choir-singing:before{content:""}.fi-rr-choose-alt:before{content:""}.fi-rr-choose:before{content:""}.fi-rr-church:before{content:""}.fi-rr-circle-0:before{content:""}.fi-rr-circle-1:before{content:""}.fi-rr-circle-2:before{content:""}.fi-rr-circle-3:before{content:""}.fi-rr-circle-4:before{content:""}.fi-rr-circle-5:before{content:""}.fi-rr-circle-6:before{content:""}.fi-rr-circle-7:before{content:""}.fi-rr-circle-8:before{content:""}.fi-rr-circle-9:before{content:""}.fi-rr-circle-a:before{content:""}.fi-rr-circle-b:before{content:""}.fi-rr-circle-bolt:before{content:""}.fi-rr-circle-book-open:before{content:""}.fi-rr-circle-bookmark:before{content:""}.fi-rr-circle-c:before{content:""}.fi-rr-circle-calendar:before{content:""}.fi-rr-circle-camera:before{content:""}.fi-rr-circle-d:before{content:""}.fi-rr-circle-dashed:before{content:""}.fi-rr-circle-divide:before{content:""}.fi-rr-circle-e:before{content:""}.fi-rr-circle-ellipsis-vertical:before{content:""}.fi-rr-circle-ellipsis:before{content:""}.fi-rr-circle-envelope:before{content:""}.fi-rr-circle-exclamation-check:before{content:""}.fi-rr-circle-f:before{content:""}.fi-rr-circle-g:before{content:""}.fi-rr-circle-h:before{content:""}.fi-rr-circle-half-stroke:before{content:""}.fi-rr-circle-half:before{content:""}.fi-rr-circle-heart:before{content:""}.fi-rr-circle-i:before{content:""}.fi-rr-circle-j:before{content:""}.fi-rr-circle-k:before{content:""}.fi-rr-circle-l:before{content:""}.fi-rr-circle-m:before{content:""}.fi-rr-circle-microphone-lines:before{content:""}.fi-rr-circle-microphone:before{content:""}.fi-rr-circle-n:before{content:""}.fi-rr-circle-nodes:before{content:""}.fi-rr-circle-o:before{content:""}.fi-rr-circle-overlap:before{content:""}.fi-rr-circle-p:before{content:""}.fi-rr-circle-phone-flip:before{content:""}.fi-rr-circle-phone-hangup:before{content:""}.fi-rr-circle-phone:before{content:""}.fi-rr-circle-q:before{content:""}.fi-rr-circle-quarter:before{content:""}.fi-rr-circle-quarters-alt:before{content:""}.fi-rr-circle-r:before{content:""}.fi-rr-circle-s:before{content:""}.fi-rr-circle-small:before{content:""}.fi-rr-circle-star:before{content:""}.fi-rr-circle-t:before{content:""}.fi-rr-circle-three-quarters:before{content:""}.fi-rr-circle-trash:before{content:""}.fi-rr-circle-u:before{content:""}.fi-rr-circle-user:before{content:""}.fi-rr-circle-v:before{content:""}.fi-rr-circle-video:before{content:""}.fi-rr-circle-w:before{content:""}.fi-rr-circle-waveform-lines:before{content:""}.fi-rr-circle-x:before{content:""}.fi-rr-circle-xmark:before{content:""}.fi-rr-circle-y:before{content:""}.fi-rr-circle-z:before{content:""}.fi-rr-circle:before{content:""}.fi-rr-citrus-slice:before{content:""}.fi-rr-citrus:before{content:""}.fi-rr-city:before{content:""}.fi-rr-clapperboard-play:before{content:""}.fi-rr-clapperboard:before{content:""}.fi-rr-clarinet:before{content:""}.fi-rr-claw-marks:before{content:""}.fi-rr-clear-alt:before{content:""}.fi-rr-clip-file:before{content:""}.fi-rr-clip-mail:before{content:""}.fi-rr-clip:before{content:""}.fi-rr-clipboard-check:before{content:""}.fi-rr-clipboard-exclamation:before{content:""}.fi-rr-clipboard-list-check:before{content:""}.fi-rr-clipboard-list:before{content:""}.fi-rr-clipboard-prescription:before{content:""}.fi-rr-clipboard-question:before{content:""}.fi-rr-clipboard-user:before{content:""}.fi-rr-clipboard:before{content:""}.fi-rr-clipoard-wrong:before{content:""}.fi-rr-clock-desk:before{content:""}.fi-rr-clock-eight-thirty:before{content:""}.fi-rr-clock-eleven-thirty:before{content:""}.fi-rr-clock-eleven:before{content:""}.fi-rr-clock-five-thirty:before{content:""}.fi-rr-clock-five:before{content:""}.fi-rr-clock-four-thirty:before{content:""}.fi-rr-clock-nine-thirty:before{content:""}.fi-rr-clock-nine:before{content:""}.fi-rr-clock-one-thirty:before{content:""}.fi-rr-clock-one:before{content:""}.fi-rr-clock-seven-thirty:before{content:""}.fi-rr-clock-seven:before{content:""}.fi-rr-clock-six-thirty:before{content:""}.fi-rr-clock-six:before{content:""}.fi-rr-clock-ten-thirty:before{content:""}.fi-rr-clock-ten:before{content:""}.fi-rr-clock-three-thirty:before{content:""}.fi-rr-clock-three:before{content:""}.fi-rr-clock-time-tracking:before{content:""}.fi-rr-clock-twelve-thirty:before{content:""}.fi-rr-clock-twelve:before{content:""}.fi-rr-clock-two-thirty:before{content:""}.fi-rr-clock-two:before{content:""}.fi-rr-clock-up-arrow:before{content:""}.fi-rr-clock:before{content:""}.fi-rr-clone:before{content:""}.fi-rr-closed-captioning-slash:before{content:""}.fi-rr-clothes-hanger:before{content:""}.fi-rr-cloud-back-up-alt:before{content:""}.fi-rr-cloud-back-up:before{content:""}.fi-rr-cloud-check:before{content:""}.fi-rr-cloud-code:before{content:""}.fi-rr-cloud-disabled:before{content:""}.fi-rr-cloud-download-alt:before{content:""}.fi-rr-cloud-download:before{content:""}.fi-rr-cloud-drizzle:before{content:""}.fi-rr-cloud-exclamation:before{content:""}.fi-rr-cloud-gear-automation:before{content:""}.fi-rr-cloud-hail-mixed:before{content:""}.fi-rr-cloud-hail:before{content:""}.fi-rr-cloud-meatball:before{content:""}.fi-rr-cloud-moon-rain:before{content:""}.fi-rr-cloud-moon:before{content:""}.fi-rr-cloud-question:before{content:""}.fi-rr-cloud-rain:before{content:""}.fi-rr-cloud-rainbow:before{content:""}.fi-rr-cloud-share:before{content:""}.fi-rr-cloud-showers-heavy:before{content:""}.fi-rr-cloud-showers:before{content:""}.fi-rr-cloud-sleet:before{content:""}.fi-rr-cloud-snow:before{content:""}.fi-rr-cloud-sun-rain:before{content:""}.fi-rr-cloud-sun:before{content:""}.fi-rr-cloud-upload-alt:before{content:""}.fi-rr-cloud-upload:before{content:""}.fi-rr-cloud:before{content:""}.fi-rr-clouds-moon:before{content:""}.fi-rr-clouds-sun:before{content:""}.fi-rr-clouds:before{content:""}.fi-rr-clover-alt:before{content:""}.fi-rr-club:before{content:""}.fi-rr-cocktail-alt:before{content:""}.fi-rr-cocktail:before{content:""}.fi-rr-coconut:before{content:""}.fi-rr-code-branch:before{content:""}.fi-rr-code-commit:before{content:""}.fi-rr-code-compare:before{content:""}.fi-rr-code-fork:before{content:""}.fi-rr-code-merge:before{content:""}.fi-rr-code-pull-request-closed:before{content:""}.fi-rr-code-pull-request-draft:before{content:""}.fi-rr-code-pull-request:before{content:""}.fi-rr-code-simple:before{content:""}.fi-rr-coffee-bean:before{content:""}.fi-rr-coffee-beans:before{content:""}.fi-rr-coffee-heart:before{content:""}.fi-rr-coffee-pot:before{content:""}.fi-rr-coffee:before{content:""}.fi-rr-coffin-cross:before{content:""}.fi-rr-coffin:before{content:""}.fi-rr-coin-up-arrow:before{content:""}.fi-rr-coin:before{content:""}.fi-rr-coins:before{content:""}.fi-rr-colon-sign:before{content:""}.fi-rr-columns-3:before{content:""}.fi-rr-comet:before{content:""}.fi-rr-command:before{content:""}.fi-rr-comment-alt-check:before{content:""}.fi-rr-comment-alt-dots:before{content:""}.fi-rr-comment-alt-edit:before{content:""}.fi-rr-comment-alt-medical:before{content:""}.fi-rr-comment-alt-middle-top:before{content:""}.fi-rr-comment-alt-middle:before{content:""}.fi-rr-comment-alt-minus:before{content:""}.fi-rr-comment-alt-music:before{content:""}.fi-rr-comment-alt:before{content:""}.fi-rr-comment-arrow-down:before{content:""}.fi-rr-comment-arrow-up-right:before{content:""}.fi-rr-comment-arrow-up:before{content:""}.fi-rr-comment-check:before{content:""}.fi-rr-comment-code:before{content:""}.fi-rr-comment-dollar:before{content:""}.fi-rr-comment-dots:before{content:""}.fi-rr-comment-exclamation:before{content:""}.fi-rr-comment-heart:before{content:""}.fi-rr-comment-image:before{content:""}.fi-rr-comment-info:before{content:""}.fi-rr-comment-medical:before{content:""}.fi-rr-comment-minus:before{content:""}.fi-rr-comment-pen:before{content:""}.fi-rr-comment-question:before{content:""}.fi-rr-comment-quote:before{content:""}.fi-rr-comment-slash:before{content:""}.fi-rr-comment-smile:before{content:""}.fi-rr-comment-sms:before{content:""}.fi-rr-comment-text:before{content:""}.fi-rr-comment-user:before{content:""}.fi-rr-comment-xmark:before{content:""}.fi-rr-comment:before{content:""}.fi-rr-comments-dollar:before{content:""}.fi-rr-comments-question-check:before{content:""}.fi-rr-comments-question:before{content:""}.fi-rr-comments:before{content:""}.fi-rr-compass-alt:before{content:""}.fi-rr-compass-east:before{content:""}.fi-rr-compass-north:before{content:""}.fi-rr-compass-slash:before{content:""}.fi-rr-compass-south:before{content:""}.fi-rr-compass-west:before{content:""}.fi-rr-completed:before{content:""}.fi-rr-compliance-clipboard:before{content:""}.fi-rr-compliance-document:before{content:""}.fi-rr-compliance:before{content:""}.fi-rr-compress-alt:before{content:""}.fi-rr-compress:before{content:""}.fi-rr-computer-classic:before{content:""}.fi-rr-computer-mouse:before{content:""}.fi-rr-computer-speaker:before{content:""}.fi-rr-computer:before{content:""}.fi-rr-concierge-bell:before{content:""}.fi-rr-condition-alt:before{content:""}.fi-rr-condition:before{content:""}.fi-rr-confetti:before{content:""}.fi-rr-constellation:before{content:""}.fi-rr-container-storage:before{content:""}.fi-rr-convert-document:before{content:""}.fi-rr-convert-shapes:before{content:""}.fi-rr-conveyor-belt-alt:before{content:""}.fi-rr-conveyor-belt-arm:before{content:""}.fi-rr-conveyor-belt-empty:before{content:""}.fi-rr-conveyor-belt:before{content:""}.fi-rr-cookie-alt:before{content:""}.fi-rr-cookie:before{content:""}.fi-rr-copy-alt:before{content:""}.fi-rr-copy-image:before{content:""}.fi-rr-copy:before{content:""}.fi-rr-copyright:before{content:""}.fi-rr-corn:before{content:""}.fi-rr-corporate-alt:before{content:""}.fi-rr-corporate:before{content:""}.fi-rr-couch:before{content:""}.fi-rr-court-sport:before{content:""}.fi-rr-cow-alt:before{content:""}.fi-rr-cow:before{content:""}.fi-rr-cowbell-circle-plus:before{content:""}.fi-rr-cowbell-more:before{content:""}.fi-rr-cowbell:before{content:""}.fi-rr-crab:before{content:""}.fi-rr-crate-empty:before{content:""}.fi-rr-cream:before{content:""}.fi-rr-credit-card-buyer:before{content:""}.fi-rr-credit-card-eye:before{content:""}.fi-rr-credit-card:before{content:""}.fi-rr-cricket:before{content:""}.fi-rr-crm-alt:before{content:""}.fi-rr-crm-computer:before{content:""}.fi-rr-CRM:before{content:""}.fi-rr-croissant:before{content:""}.fi-rr-cross-circle:before{content:""}.fi-rr-cross-religion:before{content:""}.fi-rr-cross-small:before{content:""}.fi-rr-cross:before{content:""}.fi-rr-crow:before{content:""}.fi-rr-crown:before{content:""}.fi-rr-crutch:before{content:""}.fi-rr-crutches:before{content:""}.fi-rr-cruzeiro-sign:before{content:""}.fi-rr-crypto-calendar:before{content:""}.fi-rr-cryptocurrency:before{content:""}.fi-rr-crystal-ball:before{content:""}.fi-rr-cube:before{content:""}.fi-rr-cubes-stacked:before{content:""}.fi-rr-cubes:before{content:""}.fi-rr-cucumber:before{content:""}.fi-rr-cup-straw-swoosh:before{content:""}.fi-rr-cup-straw:before{content:""}.fi-rr-cup-togo:before{content:""}.fi-rr-cupcake-alt:before{content:""}.fi-rr-cupcake:before{content:""}.fi-rr-curling:before{content:""}.fi-rr-cursor-finger:before{content:""}.fi-rr-cursor-plus:before{content:""}.fi-rr-cursor-text-alt:before{content:""}.fi-rr-cursor-text:before{content:""}.fi-rr-cursor:before{content:""}.fi-rr-curve-alt:before{content:""}.fi-rr-curve-arrow:before{content:""}.fi-rr-curve:before{content:""}.fi-rr-custard:before{content:""}.fi-rr-customer-care:before{content:""}.fi-rr-customer-service:before{content:""}.fi-rr-customization-cogwheel:before{content:""}.fi-rr-customization:before{content:""}.fi-rr-customize-computer:before{content:""}.fi-rr-customize-edit:before{content:""}.fi-rr-customize:before{content:""}.fi-rr-CV:before{content:""}.fi-rr-cvv-card:before{content:""}.fi-rr-d:before{content:""}.fi-rr-dagger:before{content:""}.fi-rr-daily-calendar:before{content:""}.fi-rr-damage:before{content:""}.fi-rr-dart:before{content:""}.fi-rr-dashboard-monitor:before{content:""}.fi-rr-dashboard-panel:before{content:""}.fi-rr-dashboard:before{content:""}.fi-rr-data-transfer:before{content:""}.fi-rr-database:before{content:""}.fi-rr-debt:before{content:""}.fi-rr-deer-rudolph:before{content:""}.fi-rr-deer:before{content:""}.fi-rr-delete-document:before{content:""}.fi-rr-delete-right:before{content:""}.fi-rr-delete-user:before{content:""}.fi-rr-delete:before{content:""}.fi-rr-democrat:before{content:""}.fi-rr-department-structure:before{content:""}.fi-rr-department:before{content:""}.fi-rr-deposit-alt:before{content:""}.fi-rr-deposit:before{content:""}.fi-rr-description-alt:before{content:""}.fi-rr-description:before{content:""}.fi-rr-desk:before{content:""}.fi-rr-desktop-arrow-down:before{content:""}.fi-rr-desktop-wallpaper:before{content:""}.fi-rr-devices:before{content:""}.fi-rr-dewpoint:before{content:""}.fi-rr-dharmachakra:before{content:""}.fi-rr-diagram-cells:before{content:""}.fi-rr-diagram-lean-canvas:before{content:""}.fi-rr-diagram-nested:before{content:""}.fi-rr-diagram-next:before{content:""}.fi-rr-diagram-predecessor:before{content:""}.fi-rr-diagram-previous:before{content:""}.fi-rr-diagram-project:before{content:""}.fi-rr-diagram-sankey:before{content:""}.fi-rr-diagram-subtask:before{content:""}.fi-rr-diagram-successor:before{content:""}.fi-rr-diagram-venn:before{content:""}.fi-rr-dial-high:before{content:""}.fi-rr-dial-low:before{content:""}.fi-rr-dial-max:before{content:""}.fi-rr-dial-med-low:before{content:""}.fi-rr-dial-med:before{content:""}.fi-rr-dial-min:before{content:""}.fi-rr-dial-off:before{content:""}.fi-rr-dial:before{content:""}.fi-rr-diamond-exclamation:before{content:""}.fi-rr-diamond-turn-right:before{content:""}.fi-rr-diamond:before{content:""}.fi-rr-diary-bookmark-down:before{content:""}.fi-rr-diary-bookmarks:before{content:""}.fi-rr-diary-clasp:before{content:""}.fi-rr-dice-alt:before{content:""}.fi-rr-dice-d10:before{content:""}.fi-rr-dice-d12:before{content:""}.fi-rr-dice-d20:before{content:""}.fi-rr-dice-d4:before{content:""}.fi-rr-dice-d6:before{content:""}.fi-rr-dice-d8:before{content:""}.fi-rr-dice-four:before{content:""}.fi-rr-dice-one:before{content:""}.fi-rr-dice-six:before{content:""}.fi-rr-dice-three:before{content:""}.fi-rr-dice-two:before{content:""}.fi-rr-dice:before{content:""}.fi-rr-digging:before{content:""}.fi-rr-digital-tachograph:before{content:""}.fi-rr-dinner:before{content:""}.fi-rr-diploma:before{content:""}.fi-rr-direction-signal-arrow:before{content:""}.fi-rr-direction-signal:before{content:""}.fi-rr-disc-drive:before{content:""}.fi-rr-disco-ball:before{content:""}.fi-rr-discover:before{content:""}.fi-rr-disease:before{content:""}.fi-rr-disk:before{content:""}.fi-rr-display-arrow-down:before{content:""}.fi-rr-display-chart-up:before{content:""}.fi-rr-display-code:before{content:""}.fi-rr-display-medical:before{content:""}.fi-rr-display-slash:before{content:""}.fi-rr-distribute-spacing-horizontal:before{content:""}.fi-rr-distribute-spacing-vertical:before{content:""}.fi-rr-divide:before{content:""}.fi-rr-dizzy:before{content:""}.fi-rr-dna:before{content:""}.fi-rr-do-not-enter:before{content:""}.fi-rr-doctor:before{content:""}.fi-rr-document-circle-wrong:before{content:""}.fi-rr-document-paid:before{content:""}.fi-rr-document-signed:before{content:""}.fi-rr-document:before{content:""}.fi-rr-dog-leashed:before{content:""}.fi-rr-dog:before{content:""}.fi-rr-dollar:before{content:""}.fi-rr-dolly-flatbed-alt:before{content:""}.fi-rr-dolly-flatbed-empty:before{content:""}.fi-rr-dolly-flatbed:before{content:""}.fi-rr-dolphin:before{content:""}.fi-rr-domino-effect:before{content:""}.fi-rr-donate:before{content:""}.fi-rr-dong-sign:before{content:""}.fi-rr-donut:before{content:""}.fi-rr-door-closed:before{content:""}.fi-rr-door-open:before{content:""}.fi-rr-dot-circle:before{content:""}.fi-rr-dot-pending:before{content:""}.fi-rr-dove:before{content:""}.fi-rr-down-from-bracket:before{content:""}.fi-rr-down-left-and-up-right-to-center:before{content:""}.fi-rr-down-left:before{content:""}.fi-rr-down-right:before{content:""}.fi-rr-down-to-line:before{content:""}.fi-rr-down:before{content:""}.fi-rr-download:before{content:""}.fi-rr-drafting-compass:before{content:""}.fi-rr-dragon:before{content:""}.fi-rr-draw-polygon:before{content:""}.fi-rr-draw-square:before{content:""}.fi-rr-drawer-alt:before{content:""}.fi-rr-drawer-empty:before{content:""}.fi-rr-drawer:before{content:""}.fi-rr-dreidel:before{content:""}.fi-rr-drink-alt:before{content:""}.fi-rr-driver-man:before{content:""}.fi-rr-driver-woman:before{content:""}.fi-rr-drone-alt:before{content:""}.fi-rr-drone-front:before{content:""}.fi-rr-drone:before{content:""}.fi-rr-drop-down:before{content:""}.fi-rr-dropdown-select:before{content:""}.fi-rr-dropdown:before{content:""}.fi-rr-drum-steelpan:before{content:""}.fi-rr-drum:before{content:""}.fi-rr-drumstick-bite:before{content:""}.fi-rr-drumstick:before{content:""}.fi-rr-dryer-alt:before{content:""}.fi-rr-dryer:before{content:""}.fi-rr-duck:before{content:""}.fi-rr-dumbbell-fitness:before{content:""}.fi-rr-dumbbell-horizontal:before{content:""}.fi-rr-dumbbell-ray:before{content:""}.fi-rr-dumbbell-weightlifting:before{content:""}.fi-rr-dumpster-fire:before{content:""}.fi-rr-dumpster:before{content:""}.fi-rr-dungeon:before{content:""}.fi-rr-duplicate:before{content:""}.fi-rr-duration-alt:before{content:""}.fi-rr-duration:before{content:""}.fi-rr-e-learning:before{content:""}.fi-rr-e:before{content:""}.fi-rr-ear-deaf:before{content:""}.fi-rr-ear-muffs:before{content:""}.fi-rr-ear:before{content:""}.fi-rr-earnings:before{content:""}.fi-rr-earth-africa:before{content:""}.fi-rr-earth-americas:before{content:""}.fi-rr-earth-asia:before{content:""}.fi-rr-earth-europa:before{content:""}.fi-rr-eclipse-alt:before{content:""}.fi-rr-eclipse:before{content:""}.fi-rr-edit-alt:before{content:""}.fi-rr-edit:before{content:""}.fi-rr-effect:before{content:""}.fi-rr-egg-fried:before{content:""}.fi-rr-egg:before{content:""}.fi-rr-eject:before{content:""}.fi-rr-elephant:before{content:""}.fi-rr-elevator:before{content:""}.fi-rr-email-pending:before{content:""}.fi-rr-employee-alt:before{content:""}.fi-rr-employee-handbook:before{content:""}.fi-rr-employee-man-alt:before{content:""}.fi-rr-employee-man:before{content:""}.fi-rr-employees-woman-man:before{content:""}.fi-rr-employees:before{content:""}.fi-rr-empty-set:before{content:""}.fi-rr-endless-loop:before{content:""}.fi-rr-engine-warning:before{content:""}.fi-rr-engine:before{content:""}.fi-rr-enter:before{content:""}.fi-rr-envelope-ban:before{content:""}.fi-rr-envelope-bulk:before{content:""}.fi-rr-envelope-dot:before{content:""}.fi-rr-envelope-download:before{content:""}.fi-rr-envelope-heart:before{content:""}.fi-rr-envelope-marker:before{content:""}.fi-rr-envelope-open-dollar:before{content:""}.fi-rr-envelope-open-text:before{content:""}.fi-rr-envelope-open:before{content:""}.fi-rr-envelope-plus:before{content:""}.fi-rr-envelope:before{content:""}.fi-rr-envelopes:before{content:""}.fi-rr-equality:before{content:""}.fi-rr-equals:before{content:""}.fi-rr-eraser:before{content:""}.fi-rr-error-camera:before{content:""}.fi-rr-escalator:before{content:""}.fi-rr-ethernet:before{content:""}.fi-rr-euro:before{content:""}.fi-rr-excavator:before{content:""}.fi-rr-exchange-alt:before{content:""}.fi-rr-exchange-cryptocurrency:before{content:""}.fi-rr-exchange:before{content:""}.fi-rr-exclamation:before{content:""}.fi-rr-exit-alt:before{content:""}.fi-rr-exit:before{content:""}.fi-rr-expand-arrows-alt:before{content:""}.fi-rr-expand-arrows:before{content:""}.fi-rr-expand:before{content:""}.fi-rr-expense-bill:before{content:""}.fi-rr-expense:before{content:""}.fi-rr-external-hard-drive:before{content:""}.fi-rr-external-world:before{content:""}.fi-rr-eye-crossed:before{content:""}.fi-rr-eye-dropper-half:before{content:""}.fi-rr-eye-dropper:before{content:""}.fi-rr-eye:before{content:""}.fi-rr-eyes:before{content:""}.fi-rr-f:before{content:""}.fi-rr-fabric:before{content:""}.fi-rr-face-angry-horns:before{content:""}.fi-rr-face-anguished:before{content:""}.fi-rr-face-anxious-sweat:before{content:""}.fi-rr-face-astonished:before{content:""}.fi-rr-face-awesome:before{content:""}.fi-rr-face-beam-hand-over-mouth:before{content:""}.fi-rr-face-confounded:before{content:""}.fi-rr-face-confused:before{content:""}.fi-rr-face-cowboy-hat:before{content:""}.fi-rr-face-disappointed:before{content:""}.fi-rr-face-disguise:before{content:""}.fi-rr-face-downcast-sweat:before{content:""}.fi-rr-face-drooling:before{content:""}.fi-rr-face-explode:before{content:""}.fi-rr-face-expressionless:before{content:""}.fi-rr-face-eyes-xmarks:before{content:""}.fi-rr-face-fearful:before{content:""}.fi-rr-face-glasses:before{content:""}.fi-rr-face-grin-tongue-wink:before{content:""}.fi-rr-face-hand-yawn:before{content:""}.fi-rr-face-head-bandage:before{content:""}.fi-rr-face-hushed:before{content:""}.fi-rr-face-icicles:before{content:""}.fi-rr-face-lying:before{content:""}.fi-rr-face-mask:before{content:""}.fi-rr-face-monocle:before{content:""}.fi-rr-face-nauseated:before{content:""}.fi-rr-face-nose-steam:before{content:""}.fi-rr-face-party:before{content:""}.fi-rr-face-pensive:before{content:""}.fi-rr-face-persevering:before{content:""}.fi-rr-face-pleading:before{content:""}.fi-rr-face-raised-eyebrow:before{content:""}.fi-rr-face-relieved:before{content:""}.fi-rr-face-sad-sweat:before{content:""}.fi-rr-face-scream:before{content:""}.fi-rr-face-shush:before{content:""}.fi-rr-face-sleeping:before{content:""}.fi-rr-face-sleepy:before{content:""}.fi-rr-face-smile-halo:before{content:""}.fi-rr-face-smile-hearts:before{content:""}.fi-rr-face-smile-horns:before{content:""}.fi-rr-face-smile-tear:before{content:""}.fi-rr-face-smile-tongue:before{content:""}.fi-rr-face-smile-upside-down:before{content:""}.fi-rr-face-smiling-hands:before{content:""}.fi-rr-face-smirking:before{content:""}.fi-rr-face-sunglasses-alt:before{content:""}.fi-rr-face-sunglasses:before{content:""}.fi-rr-face-swear:before{content:""}.fi-rr-face-thermometer:before{content:""}.fi-rr-face-thinking:before{content:""}.fi-rr-face-tissue:before{content:""}.fi-rr-face-tongue-money:before{content:""}.fi-rr-face-tongue-sweat:before{content:""}.fi-rr-face-unamused:before{content:""}.fi-rr-face-viewfinder:before{content:""}.fi-rr-face-vomit:before{content:""}.fi-rr-face-weary:before{content:""}.fi-rr-face-woozy:before{content:""}.fi-rr-face-worried:before{content:""}.fi-rr-face-zany:before{content:""}.fi-rr-face-zipper:before{content:""}.fi-rr-fail:before{content:""}.fi-rr-falafel:before{content:""}.fi-rr-family-dress:before{content:""}.fi-rr-family-pants:before{content:""}.fi-rr-family:before{content:""}.fi-rr-fan-table:before{content:""}.fi-rr-fan:before{content:""}.fi-rr-farm:before{content:""}.fi-rr-faucet-drip:before{content:""}.fi-rr-faucet:before{content:""}.fi-rr-fax:before{content:""}.fi-rr-feather-pointed:before{content:""}.fi-rr-feather:before{content:""}.fi-rr-features-alt:before{content:""}.fi-rr-features:before{content:""}.fi-rr-fee-receipt:before{content:""}.fi-rr-fee:before{content:""}.fi-rr-feedback-alt:before{content:""}.fi-rr-feedback-cycle-loop:before{content:""}.fi-rr-feedback-hand:before{content:""}.fi-rr-feedback-review:before{content:""}.fi-rr-feedback:before{content:""}.fi-rr-fence:before{content:""}.fi-rr-ferris-wheel:before{content:""}.fi-rr-fighter-jet:before{content:""}.fi-rr-file-ai:before{content:""}.fi-rr-file-audio:before{content:""}.fi-rr-file-binary:before{content:""}.fi-rr-file-chart-line:before{content:""}.fi-rr-file-chart-pie:before{content:""}.fi-rr-file-circle-info:before{content:""}.fi-rr-file-cloud:before{content:""}.fi-rr-file-code:before{content:""}.fi-rr-file-csv:before{content:""}.fi-rr-file-download:before{content:""}.fi-rr-file-edit:before{content:""}.fi-rr-file-eps:before{content:""}.fi-rr-file-excel:before{content:""}.fi-rr-file-exclamation:before{content:""}.fi-rr-file-export:before{content:""}.fi-rr-file-image:before{content:""}.fi-rr-file-import:before{content:""}.fi-rr-file-invoice-dollar:before{content:""}.fi-rr-file-invoice:before{content:""}.fi-rr-file-medical-alt:before{content:""}.fi-rr-file-medical:before{content:""}.fi-rr-file-minus:before{content:""}.fi-rr-file-pdf:before{content:""}.fi-rr-file-powerpoint:before{content:""}.fi-rr-file-prescription:before{content:""}.fi-rr-file-psd:before{content:""}.fi-rr-file-signature:before{content:""}.fi-rr-file-spreadsheet:before{content:""}.fi-rr-file-upload:before{content:""}.fi-rr-file-user:before{content:""}.fi-rr-file-video:before{content:""}.fi-rr-file-word:before{content:""}.fi-rr-file-zipper:before{content:""}.fi-rr-file:before{content:""}.fi-rr-files-medical:before{content:""}.fi-rr-fill:before{content:""}.fi-rr-film-canister:before{content:""}.fi-rr-film-slash:before{content:""}.fi-rr-film:before{content:""}.fi-rr-films:before{content:""}.fi-rr-filter-list:before{content:""}.fi-rr-filter-slash:before{content:""}.fi-rr-filter:before{content:""}.fi-rr-filters:before{content:""}.fi-rr-fingerprint-security-risk:before{content:""}.fi-rr-fingerprint:before{content:""}.fi-rr-fire-burner:before{content:""}.fi-rr-fire-extinguisher:before{content:""}.fi-rr-fire-flame-curved:before{content:""}.fi-rr-fire-flame-simple:before{content:""}.fi-rr-fire-hydrant:before{content:""}.fi-rr-fire-smoke:before{content:""}.fi-rr-fireplace:before{content:""}.fi-rr-first-award:before{content:""}.fi-rr-first-laurel:before{content:""}.fi-rr-first-medal:before{content:""}.fi-rr-first:before{content:""}.fi-rr-fish-bones:before{content:""}.fi-rr-fish-cooked:before{content:""}.fi-rr-fish:before{content:""}.fi-rr-fishing-rod:before{content:""}.fi-rr-fist-move:before{content:""}.fi-rr-flag-alt:before{content:""}.fi-rr-flag-checkered:before{content:""}.fi-rr-flag-usa:before{content:""}.fi-rr-flag:before{content:""}.fi-rr-flame:before{content:""}.fi-rr-flashlight:before{content:""}.fi-rr-flask-gear:before{content:""}.fi-rr-flask-poison:before{content:""}.fi-rr-flask-potion:before{content:""}.fi-rr-flask:before{content:""}.fi-rr-flatbread-stuffed:before{content:""}.fi-rr-flatbread:before{content:""}.fi-rr-flip-horizontal:before{content:""}.fi-rr-floor-alt:before{content:""}.fi-rr-floor-layer:before{content:""}.fi-rr-floor:before{content:""}.fi-rr-floppy-disk-circle-arrow-right:before{content:""}.fi-rr-floppy-disk-circle-xmark:before{content:""}.fi-rr-floppy-disk-pen:before{content:""}.fi-rr-floppy-disks:before{content:""}.fi-rr-florin-sign:before{content:""}.fi-rr-flower-bouquet:before{content:""}.fi-rr-flower-butterfly:before{content:""}.fi-rr-flower-daffodil:before{content:""}.fi-rr-flower-tulip:before{content:""}.fi-rr-flower:before{content:""}.fi-rr-flushed:before{content:""}.fi-rr-flute:before{content:""}.fi-rr-flux-capacitor:before{content:""}.fi-rr-fly-insect:before{content:""}.fi-rr-flying-disc:before{content:""}.fi-rr-fog:before{content:""}.fi-rr-folder-download:before{content:""}.fi-rr-folder-fire:before{content:""}.fi-rr-folder-minus:before{content:""}.fi-rr-folder-open:before{content:""}.fi-rr-folder-times:before{content:""}.fi-rr-folder-tree:before{content:""}.fi-rr-folder-upload:before{content:""}.fi-rr-folder-xmark:before{content:""}.fi-rr-folder:before{content:""}.fi-rr-folders:before{content:""}.fi-rr-follow-folder:before{content:""}.fi-rr-followcollection:before{content:""}.fi-rr-following:before{content:""}.fi-rr-fondue-pot:before{content:""}.fi-rr-football:before{content:""}.fi-rr-foreign-language-audio:before{content:""}.fi-rr-fork:before{content:""}.fi-rr-forklift:before{content:""}.fi-rr-form:before{content:""}.fi-rr-fort:before{content:""}.fi-rr-forward-fast:before{content:""}.fi-rr-forward:before{content:""}.fi-rr-fox:before{content:""}.fi-rr-frame:before{content:""}.fi-rr-franc-sign:before{content:""}.fi-rr-free-delivery:before{content:""}.fi-rr-free:before{content:""}.fi-rr-french-fries:before{content:""}.fi-rr-friday:before{content:""}.fi-rr-frog:before{content:""}.fi-rr-frown:before{content:""}.fi-rr-ftp:before{content:""}.fi-rr-fuel-gauge:before{content:""}.fi-rr-function-process:before{content:""}.fi-rr-function-square:before{content:""}.fi-rr-function:before{content:""}.fi-rr-funnel-dollar:before{content:""}.fi-rr-g:before{content:""}.fi-rr-galaxy-alt:before{content:""}.fi-rr-galaxy-planet:before{content:""}.fi-rr-galaxy-star:before{content:""}.fi-rr-galaxy:before{content:""}.fi-rr-gallery-thumbnails:before{content:""}.fi-rr-gallery:before{content:""}.fi-rr-game-board-alt:before{content:""}.fi-rr-gamepad:before{content:""}.fi-rr-garage-car:before{content:""}.fi-rr-garage-open:before{content:""}.fi-rr-garage:before{content:""}.fi-rr-garlic-alt:before{content:""}.fi-rr-garlic:before{content:""}.fi-rr-gas-pump-alt:before{content:""}.fi-rr-gas-pump-slash:before{content:""}.fi-rr-gas-pump:before{content:""}.fi-rr-gauge-circle-bolt:before{content:""}.fi-rr-gauge-circle-minus:before{content:""}.fi-rr-gauge-circle-plus:before{content:""}.fi-rr-gavel:before{content:""}.fi-rr-gay-couple:before{content:""}.fi-rr-gears:before{content:""}.fi-rr-gem:before{content:""}.fi-rr-general:before{content:""}.fi-rr-ghost:before{content:""}.fi-rr-gif-square:before{content:""}.fi-rr-gif:before{content:""}.fi-rr-gift-box-benefits:before{content:""}.fi-rr-gift-card:before{content:""}.fi-rr-gift:before{content:""}.fi-rr-gifts:before{content:""}.fi-rr-gingerbread-man:before{content:""}.fi-rr-glass-champagne:before{content:""}.fi-rr-glass-cheers:before{content:""}.fi-rr-glass-citrus:before{content:""}.fi-rr-glass-empty:before{content:""}.fi-rr-glass-half:before{content:""}.fi-rr-glass-water-droplet:before{content:""}.fi-rr-glass-whiskey-rocks:before{content:""}.fi-rr-glass-whiskey:before{content:""}.fi-rr-glass:before{content:""}.fi-rr-glasses:before{content:""}.fi-rr-globe-alt:before{content:""}.fi-rr-globe-pointer:before{content:""}.fi-rr-globe-snow:before{content:""}.fi-rr-globe:before{content:""}.fi-rr-goal-net:before{content:""}.fi-rr-golf-ball:before{content:""}.fi-rr-golf-hole:before{content:""}.fi-rr-golf:before{content:""}.fi-rr-gopuram:before{content:""}.fi-rr-government-budget:before{content:""}.fi-rr-government-flag:before{content:""}.fi-rr-government-user:before{content:""}.fi-rr-gps-navigation:before{content:""}.fi-rr-graduation-cap:before{content:""}.fi-rr-gramophone:before{content:""}.fi-rr-grape:before{content:""}.fi-rr-graph-curve:before{content:""}.fi-rr-graphic-style:before{content:""}.fi-rr-graphic-tablet:before{content:""}.fi-rr-grate-droplet:before{content:""}.fi-rr-grate:before{content:""}.fi-rr-greater-than-equal:before{content:""}.fi-rr-greater-than:before{content:""}.fi-rr-greek-helmet:before{content:""}.fi-rr-grid-alt:before{content:""}.fi-rr-grid-dividers:before{content:""}.fi-rr-grid:before{content:""}.fi-rr-grill-hot-alt:before{content:""}.fi-rr-grill:before{content:""}.fi-rr-grimace:before{content:""}.fi-rr-grin-alt:before{content:""}.fi-rr-grin-beam-sweat:before{content:""}.fi-rr-grin-beam:before{content:""}.fi-rr-grin-hearts:before{content:""}.fi-rr-grin-squint-tears:before{content:""}.fi-rr-grin-squint:before{content:""}.fi-rr-grin-stars:before{content:""}.fi-rr-grin-tears:before{content:""}.fi-rr-grin-tongue-squint:before{content:""}.fi-rr-grin-tongue-wink:before{content:""}.fi-rr-grin-tongue:before{content:""}.fi-rr-grin-wink:before{content:""}.fi-rr-grin:before{content:""}.fi-rr-grip-dots-vertical:before{content:""}.fi-rr-grip-dots:before{content:""}.fi-rr-grip-horizontal:before{content:""}.fi-rr-grip-lines-vertical:before{content:""}.fi-rr-grip-lines:before{content:""}.fi-rr-grip-vertical:before{content:""}.fi-rr-grocery-bag:before{content:""}.fi-rr-grocery-basket:before{content:""}.fi-rr-group-arrows-rotate:before{content:""}.fi-rr-group-call:before{content:""}.fi-rr-group-community-social-media:before{content:""}.fi-rr-growth-chart-invest:before{content:""}.fi-rr-guarani-sign:before{content:""}.fi-rr-guide-alt:before{content:""}.fi-rr-guide:before{content:""}.fi-rr-guitar-electric:before{content:""}.fi-rr-guitar:before{content:""}.fi-rr-guitars:before{content:""}.fi-rr-gun-squirt:before{content:""}.fi-rr-gym:before{content:""}.fi-rr-h-square:before{content:""}.fi-rr-h:before{content:""}.fi-rr-h1:before{content:""}.fi-rr-h2:before{content:""}.fi-rr-h3:before{content:""}.fi-rr-h4:before{content:""}.fi-rr-hair-clipper:before{content:""}.fi-rr-hamburger-soda:before{content:""}.fi-rr-hamburger:before{content:""}.fi-rr-hammer-crash:before{content:""}.fi-rr-hammer-war:before{content:""}.fi-rr-hammer:before{content:""}.fi-rr-hamsa:before{content:""}.fi-rr-hand-back-fist:before{content:""}.fi-rr-hand-back-point-down:before{content:""}.fi-rr-hand-back-point-left:before{content:""}.fi-rr-hand-back-point-ribbon:before{content:""}.fi-rr-hand-back-point-right:before{content:""}.fi-rr-hand-bill:before{content:""}.fi-rr-hand-dots:before{content:""}.fi-rr-hand-fingers-crossed:before{content:""}.fi-rr-hand-fist:before{content:""}.fi-rr-hand-heart:before{content:""}.fi-rr-hand-holding-box:before{content:""}.fi-rr-hand-holding-droplet:before{content:""}.fi-rr-hand-holding-heart:before{content:""}.fi-rr-hand-holding-magic:before{content:""}.fi-rr-hand-holding-medical:before{content:""}.fi-rr-hand-holding-seeding:before{content:""}.fi-rr-hand-holding-skull:before{content:""}.fi-rr-hand-holding-usd:before{content:""}.fi-rr-hand-holding-water:before{content:""}.fi-rr-hand-horns:before{content:""}.fi-rr-hand-lizard:before{content:""}.fi-rr-hand-love:before{content:""}.fi-rr-hand-middle-finger:before{content:""}.fi-rr-hand-paper:before{content:""}.fi-rr-hand-peace:before{content:""}.fi-rr-hand-point-ribbon:before{content:""}.fi-rr-hand-scissors:before{content:""}.fi-rr-hand-sparkles:before{content:""}.fi-rr-hand-spock:before{content:""}.fi-rr-hand-wave:before{content:""}.fi-rr-hand:before{content:""}.fi-rr-handmade:before{content:""}.fi-rr-hands-bubbles:before{content:""}.fi-rr-hands-clapping:before{content:""}.fi-rr-hands-heart:before{content:""}.fi-rr-hands-holding-diamond:before{content:""}.fi-rr-hands-holding:before{content:""}.fi-rr-hands-usd:before{content:""}.fi-rr-handshake-angle:before{content:""}.fi-rr-handshake-deal-loan:before{content:""}.fi-rr-handshake-house:before{content:""}.fi-rr-handshake-simple-slash:before{content:""}.fi-rr-handshake-trust:before{content:""}.fi-rr-handshake:before{content:""}.fi-rr-hard-hat:before{content:""}.fi-rr-hashtag-lock:before{content:""}.fi-rr-hastag:before{content:""}.fi-rr-hat-beach:before{content:""}.fi-rr-hat-birthday:before{content:""}.fi-rr-hat-chef:before{content:""}.fi-rr-hat-cowboy-side:before{content:""}.fi-rr-hat-cowboy:before{content:""}.fi-rr-hat-santa:before{content:""}.fi-rr-hat-winter:before{content:""}.fi-rr-hat-witch:before{content:""}.fi-rr-hat-wizard:before{content:""}.fi-rr-hdd:before{content:""}.fi-rr-head-side-brain:before{content:""}.fi-rr-head-side-cough-slash:before{content:""}.fi-rr-head-side-cough:before{content:""}.fi-rr-head-side-headphones:before{content:""}.fi-rr-head-side-heart:before{content:""}.fi-rr-head-side-mask:before{content:""}.fi-rr-head-side-medical:before{content:""}.fi-rr-head-side-thinking:before{content:""}.fi-rr-head-side-virus:before{content:""}.fi-rr-head-side:before{content:""}.fi-rr-head-vr:before{content:""}.fi-rr-heading:before{content:""}.fi-rr-headphones:before{content:""}.fi-rr-headset:before{content:""}.fi-rr-heart-arrow:before{content:""}.fi-rr-heart-brain:before{content:""}.fi-rr-heart-crack:before{content:""}.fi-rr-heart-half-stroke:before{content:""}.fi-rr-heart-half:before{content:""}.fi-rr-heart-health-muscle:before{content:""}.fi-rr-heart-lock:before{content:""}.fi-rr-heart-partner-handshake:before{content:""}.fi-rr-heart-rate:before{content:""}.fi-rr-heart-slash:before{content:""}.fi-rr-heart-upside-down:before{content:""}.fi-rr-heart:before{content:""}.fi-rr-heat:before{content:""}.fi-rr-helicopter-side:before{content:""}.fi-rr-helmet-battle:before{content:""}.fi-rr-hexagon-check:before{content:""}.fi-rr-hexagon-divide:before{content:""}.fi-rr-hexagon-exclamation:before{content:""}.fi-rr-hexagon:before{content:""}.fi-rr-high-definition:before{content:""}.fi-rr-high-five-celebration-yes:before{content:""}.fi-rr-high-five:before{content:""}.fi-rr-highlighter-line:before{content:""}.fi-rr-highlighter:before{content:""}.fi-rr-hiking:before{content:""}.fi-rr-hippo:before{content:""}.fi-rr-hockey-puck:before{content:""}.fi-rr-hockey-stick-puck:before{content:""}.fi-rr-hockey-sticks:before{content:""}.fi-rr-holding-hand-gear:before{content:""}.fi-rr-holding-hand-revenue:before{content:""}.fi-rr-holly-berry:before{content:""}.fi-rr-home-heart:before{content:""}.fi-rr-home-location-alt:before{content:""}.fi-rr-home-location:before{content:""}.fi-rr-home:before{content:""}.fi-rr-honey-pot:before{content:""}.fi-rr-hood-cloak:before{content:""}.fi-rr-horizontal-rule:before{content:""}.fi-rr-horse-head:before{content:""}.fi-rr-horse-saddle:before{content:""}.fi-rr-horse:before{content:""}.fi-rr-horseshoe-broken:before{content:""}.fi-rr-horseshoe:before{content:""}.fi-rr-hose-reel:before{content:""}.fi-rr-hose:before{content:""}.fi-rr-hospital-symbol:before{content:""}.fi-rr-hospital-user:before{content:""}.fi-rr-hospital:before{content:""}.fi-rr-hospitals:before{content:""}.fi-rr-hot-tub:before{content:""}.fi-rr-hotdog:before{content:""}.fi-rr-hotel:before{content:""}.fi-rr-hourglass-end:before{content:""}.fi-rr-hourglass-start:before{content:""}.fi-rr-hourglass:before{content:""}.fi-rr-house-blank:before{content:""}.fi-rr-house-building:before{content:""}.fi-rr-house-chimney-blank:before{content:""}.fi-rr-house-chimney-crack:before{content:""}.fi-rr-house-chimney-heart:before{content:""}.fi-rr-house-chimney-medical:before{content:""}.fi-rr-house-chimney-user:before{content:""}.fi-rr-house-chimney-window:before{content:""}.fi-rr-house-chimney:before{content:""}.fi-rr-house-circle-check:before{content:""}.fi-rr-house-circle-exclamation:before{content:""}.fi-rr-house-circle-xmark:before{content:""}.fi-rr-house-crack-alt:before{content:""}.fi-rr-house-crack:before{content:""}.fi-rr-house-day:before{content:""}.fi-rr-house-fire:before{content:""}.fi-rr-house-flag:before{content:""}.fi-rr-house-flood:before{content:""}.fi-rr-house-laptop:before{content:""}.fi-rr-house-leave:before{content:""}.fi-rr-house-lock:before{content:""}.fi-rr-house-medical:before{content:""}.fi-rr-house-night:before{content:""}.fi-rr-house-return:before{content:""}.fi-rr-house-signal:before{content:""}.fi-rr-house-tree:before{content:""}.fi-rr-house-tsunami:before{content:""}.fi-rr-house-turret:before{content:""}.fi-rr-house-user:before{content:""}.fi-rr-house-window:before{content:""}.fi-rr-hr-group:before{content:""}.fi-rr-hr-person:before{content:""}.fi-rr-hr:before{content:""}.fi-rr-hryvnia:before{content:""}.fi-rr-humidity:before{content:""}.fi-rr-hundred-points:before{content:""}.fi-rr-hurricane:before{content:""}.fi-rr-i:before{content:""}.fi-rr-ice-cream:before{content:""}.fi-rr-ice-skate:before{content:""}.fi-rr-icicles:before{content:""}.fi-rr-icon-star:before{content:""}.fi-rr-id-badge:before{content:""}.fi-rr-id-card-clip-alt:before{content:""}.fi-rr-igloo:before{content:""}.fi-rr-image-slash:before{content:""}.fi-rr-images-user:before{content:""}.fi-rr-images:before{content:""}.fi-rr-improve-user:before{content:""}.fi-rr-inbox-full:before{content:""}.fi-rr-inbox-in:before{content:""}.fi-rr-inbox-out:before{content:""}.fi-rr-inbox:before{content:""}.fi-rr-inboxes:before{content:""}.fi-rr-incense-sticks-yoga:before{content:""}.fi-rr-incognito:before{content:""}.fi-rr-indent:before{content:""}.fi-rr-indian-rupee-sign:before{content:""}.fi-rr-industry-alt:before{content:""}.fi-rr-industry-windows:before{content:""}.fi-rr-infinity:before{content:""}.fi-rr-info-guide:before{content:""}.fi-rr-info:before{content:""}.fi-rr-information:before{content:""}.fi-rr-inhaler:before{content:""}.fi-rr-input-numeric:before{content:""}.fi-rr-input-pipe:before{content:""}.fi-rr-input-text:before{content:""}.fi-rr-insert-alt:before{content:""}.fi-rr-insert-arrows:before{content:""}.fi-rr-insert-button-circle:before{content:""}.fi-rr-insert-credit-card:before{content:""}.fi-rr-insert-square:before{content:""}.fi-rr-insert:before{content:""}.fi-rr-insight-alt:before{content:""}.fi-rr-insight-head:before{content:""}.fi-rr-insight:before{content:""}.fi-rr-integral:before{content:""}.fi-rr-interactive:before{content:""}.fi-rr-interlining:before{content:""}.fi-rr-internet-speed-wifi:before{content:""}.fi-rr-interrogation:before{content:""}.fi-rr-intersection:before{content:""}.fi-rr-introduction-handshake:before{content:""}.fi-rr-introduction:before{content:""}.fi-rr-inventory-alt:before{content:""}.fi-rr-invest:before{content:""}.fi-rr-investment:before{content:""}.fi-rr-invite-alt:before{content:""}.fi-rr-invite:before{content:""}.fi-rr-iot-alt:before{content:""}.fi-rr-iot:before{content:""}.fi-rr-ip-address:before{content:""}.fi-rr-island-tropical:before{content:""}.fi-rr-issue-loupe:before{content:""}.fi-rr-it-alt:before{content:""}.fi-rr-it-computer:before{content:""}.fi-rr-it:before{content:""}.fi-rr-italian-lira-sign:before{content:""}.fi-rr-italic:before{content:""}.fi-rr-j:before{content:""}.fi-rr-jam:before{content:""}.fi-rr-jar-alt:before{content:""}.fi-rr-jar-wheat:before{content:""}.fi-rr-javascript:before{content:""}.fi-rr-joint:before{content:""}.fi-rr-joker:before{content:""}.fi-rr-journal-alt:before{content:""}.fi-rr-journal:before{content:""}.fi-rr-journey:before{content:""}.fi-rr-joystick:before{content:""}.fi-rr-jpg:before{content:""}.fi-rr-jug-alt:before{content:""}.fi-rr-jug-bottle:before{content:""}.fi-rr-jug:before{content:""}.fi-rr-jumping-rope:before{content:""}.fi-rr-k:before{content:""}.fi-rr-kaaba:before{content:""}.fi-rr-kazoo:before{content:""}.fi-rr-kerning:before{content:""}.fi-rr-key-lock-crypto:before{content:""}.fi-rr-key-skeleton-left-right:before{content:""}.fi-rr-key:before{content:""}.fi-rr-keyboard-brightness-low:before{content:""}.fi-rr-keyboard-brightness:before{content:""}.fi-rr-keyboard-down:before{content:""}.fi-rr-keyboard-left:before{content:""}.fi-rr-keyboard:before{content:""}.fi-rr-keynote:before{content:""}.fi-rr-kidneys:before{content:""}.fi-rr-kip-sign:before{content:""}.fi-rr-kiss-beam:before{content:""}.fi-rr-kiss-wink-heart:before{content:""}.fi-rr-kiss:before{content:""}.fi-rr-kite:before{content:""}.fi-rr-kiwi-bird:before{content:""}.fi-rr-kiwi-fruit:before{content:""}.fi-rr-knife-kitchen:before{content:""}.fi-rr-knife:before{content:""}.fi-rr-knitting:before{content:""}.fi-rr-kpi-evaluation:before{content:""}.fi-rr-kpi:before{content:""}.fi-rr-l:before{content:""}.fi-rr-label:before{content:""}.fi-rr-lacrosse-stick-ball:before{content:""}.fi-rr-lacrosse-stick:before{content:""}.fi-rr-lambda:before{content:""}.fi-rr-lamp-desk:before{content:""}.fi-rr-lamp-floor:before{content:""}.fi-rr-lamp-street:before{content:""}.fi-rr-lamp:before{content:""}.fi-rr-land-layer-location:before{content:""}.fi-rr-land-layers:before{content:""}.fi-rr-land-location:before{content:""}.fi-rr-landmark-alt:before{content:""}.fi-rr-language:before{content:""}.fi-rr-laptop-arrow-down:before{content:""}.fi-rr-laptop-binary:before{content:""}.fi-rr-laptop-code:before{content:""}.fi-rr-laptop-medical:before{content:""}.fi-rr-laptop-mobile:before{content:""}.fi-rr-laptop-slash:before{content:""}.fi-rr-laptop:before{content:""}.fi-rr-lari-sign:before{content:""}.fi-rr-lasso-sparkles:before{content:""}.fi-rr-lasso:before{content:""}.fi-rr-last-square:before{content:""}.fi-rr-laugh-beam:before{content:""}.fi-rr-laugh-squint:before{content:""}.fi-rr-laugh-wink:before{content:""}.fi-rr-laugh:before{content:""}.fi-rr-lawyer-man:before{content:""}.fi-rr-lawyer-woman:before{content:""}.fi-rr-layer-minus:before{content:""}.fi-rr-layer-plus:before{content:""}.fi-rr-layers:before{content:""}.fi-rr-layout-fluid:before{content:""}.fi-rr-lead-funnel:before{content:""}.fi-rr-lead-management:before{content:""}.fi-rr-lead:before{content:""}.fi-rr-leader-alt:before{content:""}.fi-rr-leader-speech:before{content:""}.fi-rr-leader:before{content:""}.fi-rr-leaderboard-alt:before{content:""}.fi-rr-leaderboard-trophy:before{content:""}.fi-rr-leaderboard:before{content:""}.fi-rr-leadership-alt:before{content:""}.fi-rr-leadership:before{content:""}.fi-rr-leaf-heart:before{content:""}.fi-rr-leaf-maple:before{content:""}.fi-rr-leaf-oak:before{content:""}.fi-rr-leaf:before{content:""}.fi-rr-leafy-green:before{content:""}.fi-rr-leave:before{content:""}.fi-rr-left-from-bracket:before{content:""}.fi-rr-left:before{content:""}.fi-rr-legal:before{content:""}.fi-rr-lemon:before{content:""}.fi-rr-lesbian-couple:before{content:""}.fi-rr-less-than-equal:before{content:""}.fi-rr-less-than:before{content:""}.fi-rr-lesson-class:before{content:""}.fi-rr-lesson:before{content:""}.fi-rr-letter-case:before{content:""}.fi-rr-lettuce:before{content:""}.fi-rr-level-down-alt:before{content:""}.fi-rr-level-down:before{content:""}.fi-rr-level-up-alt:before{content:""}.fi-rr-level-up:before{content:""}.fi-rr-license:before{content:""}.fi-rr-life-ring:before{content:""}.fi-rr-life:before{content:""}.fi-rr-light-ceiling:before{content:""}.fi-rr-light-emergency-on:before{content:""}.fi-rr-light-emergency:before{content:""}.fi-rr-light-switch-off:before{content:""}.fi-rr-light-switch-on:before{content:""}.fi-rr-light-switch:before{content:""}.fi-rr-lightbulb-cfl-on:before{content:""}.fi-rr-lightbulb-cfl:before{content:""}.fi-rr-lightbulb-dollar:before{content:""}.fi-rr-lightbulb-exclamation:before{content:""}.fi-rr-lightbulb-head:before{content:""}.fi-rr-lightbulb-on:before{content:""}.fi-rr-lightbulb-question:before{content:""}.fi-rr-lightbulb-setting:before{content:""}.fi-rr-lightbulb-slash:before{content:""}.fi-rr-lighthouse:before{content:""}.fi-rr-lights-holiday:before{content:""}.fi-rr-limit-hand:before{content:""}.fi-rr-limit-speedometer:before{content:""}.fi-rr-line-width:before{content:""}.fi-rr-link-alt:before{content:""}.fi-rr-link-horizontal-slash:before{content:""}.fi-rr-link-horizontal:before{content:""}.fi-rr-link-slash-alt:before{content:""}.fi-rr-link-slash:before{content:""}.fi-rr-link:before{content:""}.fi-rr-lion-head:before{content:""}.fi-rr-lion:before{content:""}.fi-rr-lips:before{content:""}.fi-rr-lipstick:before{content:""}.fi-rr-lira-sign:before{content:""}.fi-rr-list-check:before{content:""}.fi-rr-list-dropdown:before{content:""}.fi-rr-list-music:before{content:""}.fi-rr-list-timeline:before{content:""}.fi-rr-list:before{content:""}.fi-rr-litecoin-sign:before{content:""}.fi-rr-live-alt:before{content:""}.fi-rr-live:before{content:""}.fi-rr-loading:before{content:""}.fi-rr-loan:before{content:""}.fi-rr-lobster:before{content:""}.fi-rr-location-alt:before{content:""}.fi-rr-location-arrow:before{content:""}.fi-rr-location-crosshairs-slash:before{content:""}.fi-rr-location-crosshairs:before{content:""}.fi-rr-location-dot-slash:before{content:""}.fi-rr-location-exclamation:before{content:""}.fi-rr-location-pin-call:before{content:""}.fi-rr-lock-alt:before{content:""}.fi-rr-lock-hashtag:before{content:""}.fi-rr-lock-open-alt:before{content:""}.fi-rr-lock:before{content:""}.fi-rr-locust:before{content:""}.fi-rr-loop-square:before{content:""}.fi-rr-loveseat:before{content:""}.fi-rr-low-vision:before{content:""}.fi-rr-luchador:before{content:""}.fi-rr-luggage-cart:before{content:""}.fi-rr-luggage-rolling:before{content:""}.fi-rr-lungs-virus:before{content:""}.fi-rr-lungs:before{content:""}.fi-rr-m:before{content:""}.fi-rr-mace:before{content:""}.fi-rr-magic-wand:before{content:""}.fi-rr-magnet-user:before{content:""}.fi-rr-magnet:before{content:""}.fi-rr-mailbox-envelope:before{content:""}.fi-rr-mailbox-flag-up:before{content:""}.fi-rr-mailbox:before{content:""}.fi-rr-makeup-brush:before{content:""}.fi-rr-man-head:before{content:""}.fi-rr-man-scientist:before{content:""}.fi-rr-manat-sign:before{content:""}.fi-rr-mandolin:before{content:""}.fi-rr-mango:before{content:""}.fi-rr-manhole:before{content:""}.fi-rr-map-location-track:before{content:""}.fi-rr-map-marker-check:before{content:""}.fi-rr-map-marker-cross:before{content:""}.fi-rr-map-marker-edit:before{content:""}.fi-rr-map-marker-home:before{content:""}.fi-rr-map-marker-minus:before{content:""}.fi-rr-map-marker-plus:before{content:""}.fi-rr-map-marker-question:before{content:""}.fi-rr-map-marker-slash:before{content:""}.fi-rr-map-marker-smile:before{content:""}.fi-rr-map-marker:before{content:""}.fi-rr-map-pin:before{content:""}.fi-rr-map-point:before{content:""}.fi-rr-map:before{content:""}.fi-rr-marker-time:before{content:""}.fi-rr-marker:before{content:""}.fi-rr-marketplace-alt:before{content:""}.fi-rr-marketplace-store:before{content:""}.fi-rr-marketplace:before{content:"豈"}.fi-rr-mars-double:before{content:"更"}.fi-rr-mars-stroke-right:before{content:"車"}.fi-rr-mars-stroke-up:before{content:"賈"}.fi-rr-mars:before{content:"滑"}.fi-rr-martini-glass-citrus:before{content:"串"}.fi-rr-martini-glass-empty:before{content:"句"}.fi-rr-mask-carnival:before{content:"龜"}.fi-rr-mask-face:before{content:"龜"}.fi-rr-mask-snorkel:before{content:"契"}.fi-rr-mask:before{content:"金"}.fi-rr-massage:before{content:"喇"}.fi-rr-match-fire:before{content:"奈"}.fi-rr-mattress-pillow:before{content:"懶"}.fi-rr-measuring-tape:before{content:"癩"}.fi-rr-meat:before{content:"羅"}.fi-rr-medal:before{content:"蘿"}.fi-rr-medical-star:before{content:"螺"}.fi-rr-medicine:before{content:"裸"}.fi-rr-meditation:before{content:"邏"}.fi-rr-meeting-alt:before{content:"樂"}.fi-rr-meeting:before{content:"洛"}.fi-rr-megaphone-announcement-leader:before{content:"烙"}.fi-rr-megaphone:before{content:"珞"}.fi-rr-meh-blank:before{content:"落"}.fi-rr-meh-rolling-eyes:before{content:"酪"}.fi-rr-meh:before{content:"駱"}.fi-rr-melon-alt:before{content:"亂"}.fi-rr-melon:before{content:"卵"}.fi-rr-member-list:before{content:"欄"}.fi-rr-member-search:before{content:"爛"}.fi-rr-membership-vip:before{content:"蘭"}.fi-rr-membership:before{content:"鸞"}.fi-rr-memo-circle-check:before{content:"嵐"}.fi-rr-memo-pad:before{content:"濫"}.fi-rr-memo:before{content:"藍"}.fi-rr-memory:before{content:"襤"}.fi-rr-menu-burger:before{content:"拉"}.fi-rr-menu-dots-vertical:before{content:"臘"}.fi-rr-menu-dots:before{content:"蠟"}.fi-rr-mercury:before{content:"廊"}.fi-rr-message-arrow-down:before{content:"朗"}.fi-rr-message-arrow-up-right:before{content:"浪"}.fi-rr-message-arrow-up:before{content:"狼"}.fi-rr-message-bot:before{content:"郎"}.fi-rr-message-code:before{content:"來"}.fi-rr-message-dollar:before{content:"冷"}.fi-rr-message-heart:before{content:"勞"}.fi-rr-message-image:before{content:"擄"}.fi-rr-message-question:before{content:"櫓"}.fi-rr-message-quote:before{content:"爐"}.fi-rr-message-slash:before{content:"盧"}.fi-rr-message-sms:before{content:"老"}.fi-rr-message-text:before{content:"蘆"}.fi-rr-message-xmark:before{content:"虜"}.fi-rr-messages-dollar:before{content:"路"}.fi-rr-messages-question:before{content:"露"}.fi-rr-messages:before{content:"魯"}.fi-rr-meteor:before{content:"鷺"}.fi-rr-meter-bolt:before{content:"碌"}.fi-rr-meter-droplet:before{content:"祿"}.fi-rr-meter-fire:before{content:"綠"}.fi-rr-meter:before{content:"菉"}.fi-rr-method:before{content:"錄"}.fi-rr-microchip-ai:before{content:"鹿"}.fi-rr-microchip:before{content:"論"}.fi-rr-microphone-alt:before{content:"壟"}.fi-rr-microphone-slash:before{content:"弄"}.fi-rr-microphone:before{content:"籠"}.fi-rr-microscope:before{content:"聾"}.fi-rr-microwave:before{content:"牢"}.fi-rr-milk-alt:before{content:"磊"}.fi-rr-milk:before{content:"賂"}.fi-rr-mill-sign:before{content:"雷"}.fi-rr-mind-share:before{content:"壘"}.fi-rr-minus-circle:before{content:"屢"}.fi-rr-minus-hexagon:before{content:"樓"}.fi-rr-minus-small:before{content:"淚"}.fi-rr-minus:before{content:"漏"}.fi-rr-mistletoe:before{content:"累"}.fi-rr-mix:before{content:"縷"}.fi-rr-mobile-button:before{content:"陋"}.fi-rr-mobile-notch:before{content:"勒"}.fi-rr-mobile:before{content:"肋"}.fi-rr-mockup:before{content:"凜"}.fi-rr-mode-alt:before{content:"凌"}.fi-rr-mode-landscape:before{content:"稜"}.fi-rr-mode-portrait:before{content:"綾"}.fi-rr-mode:before{content:"菱"}.fi-rr-model-cube-arrows:before{content:"陵"}.fi-rr-model-cube-space:before{content:"讀"}.fi-rr-model-cube:before{content:"拏"}.fi-rr-module:before{content:"樂"}.fi-rr-monday:before{content:"諾"}.fi-rr-money-bill-simple:before{content:"丹"}.fi-rr-money-bill-transfer:before{content:"寧"}.fi-rr-money-bill-wave-alt:before{content:"怒"}.fi-rr-money-bill-wave:before{content:"率"}.fi-rr-money-bills-simple:before{content:"異"}.fi-rr-money-bills:before{content:"北"}.fi-rr-money-check-edit-alt:before{content:"磻"}.fi-rr-money-check-edit:before{content:"便"}.fi-rr-money-check:before{content:"復"}.fi-rr-money-coin-transfer:before{content:"不"}.fi-rr-money-from-bracket:before{content:"泌"}.fi-rr-money-simple-from-bracket:before{content:"數"}.fi-rr-money-transfer-alt:before{content:"索"}.fi-rr-money-transfer-coin-arrow:before{content:"參"}.fi-rr-money-transfer-smartphone:before{content:"塞"}.fi-rr-money-wings:before{content:"省"}.fi-rr-money:before{content:"葉"}.fi-rr-monkey:before{content:"說"}.fi-rr-monument:before{content:"殺"}.fi-rr-moon-stars:before{content:"辰"}.fi-rr-moon:before{content:"沈"}.fi-rr-moped:before{content:"拾"}.fi-rr-mortar-pestle:before{content:"若"}.fi-rr-mortgage:before{content:"掠"}.fi-rr-mosque-alt:before{content:"略"}.fi-rr-mosque-moon:before{content:"亮"}.fi-rr-mosque:before{content:"兩"}.fi-rr-mosquito-net:before{content:"凉"}.fi-rr-mosquito:before{content:"梁"}.fi-rr-motorcycle:before{content:"糧"}.fi-rr-mound:before{content:"良"}.fi-rr-mountain-city:before{content:"諒"}.fi-rr-mountain:before{content:"量"}.fi-rr-mountains:before{content:"勵"}.fi-rr-mouse-field:before{content:"呂"}.fi-rr-mouse:before{content:"女"}.fi-rr-mov-file:before{content:"廬"}.fi-rr-move-to-folder-2:before{content:"旅"}.fi-rr-move-to-folder:before{content:"濾"}.fi-rr-mp3-file:before{content:"礪"}.fi-rr-mp3-player:before{content:"閭"}.fi-rr-mp4-file:before{content:"驪"}.fi-rr-mug-alt:before{content:"麗"}.fi-rr-mug-hot-alt:before{content:"黎"}.fi-rr-mug-hot:before{content:"力"}.fi-rr-mug-marshmallows:before{content:"曆"}.fi-rr-mug-tea-saucer:before{content:"歷"}.fi-rr-mug-tea:before{content:"轢"}.fi-rr-mug:before{content:"年"}.fi-rr-multiple-alt:before{content:"憐"}.fi-rr-multiple:before{content:"戀"}.fi-rr-muscle:before{content:"撚"}.fi-rr-mushroom-alt:before{content:"漣"}.fi-rr-mushroom:before{content:"煉"}.fi-rr-music-alt:before{content:"璉"}.fi-rr-music-file:before{content:"秊"}.fi-rr-music-note-slash:before{content:"練"}.fi-rr-music-note:before{content:"聯"}.fi-rr-music-slash:before{content:"輦"}.fi-rr-music:before{content:"蓮"}.fi-rr-n:before{content:"連"}.fi-rr-naira-sign:before{content:"鍊"}.fi-rr-narwhal:before{content:"列"}.fi-rr-navigation:before{content:"劣"}.fi-rr-nesting-dolls:before{content:"咽"}.fi-rr-network-analytic:before{content:"烈"}.fi-rr-network-cloud:before{content:"裂"}.fi-rr-network:before{content:"說"}.fi-rr-neuter:before{content:"廉"}.fi-rr-newsletter-subscribe:before{content:"念"}.fi-rr-newspaper-open:before{content:"捻"}.fi-rr-newspaper:before{content:"殮"}.fi-rr-nfc-lock:before{content:"簾"}.fi-rr-nfc-magnifying-glass:before{content:"獵"}.fi-rr-nfc-pen:before{content:"令"}.fi-rr-nfc-slash:before{content:"囹"}.fi-rr-nfc-trash:before{content:"寧"}.fi-rr-nfc:before{content:"嶺"}.fi-rr-night-day:before{content:"怜"}.fi-rr-no-fee:before{content:"玲"}.fi-rr-no-people:before{content:"瑩"}.fi-rr-noodles:before{content:"羚"}.fi-rr-nose:before{content:"聆"}.fi-rr-not-equal:before{content:"鈴"}.fi-rr-not-found-alt:before{content:"零"}.fi-rr-not-found-magnifying-glass:before{content:"靈"}.fi-rr-not-found:before{content:"領"}.fi-rr-notdef:before{content:"例"}.fi-rr-note-medical:before{content:"禮"}.fi-rr-note-sticky:before{content:"醴"}.fi-rr-note:before{content:"隸"}.fi-rr-notebook-alt:before{content:"惡"}.fi-rr-notebook:before{content:"了"}.fi-rr-notes-medical:before{content:"僚"}.fi-rr-notes:before{content:"寮"}.fi-rr-o:before{content:"尿"}.fi-rr-object-exclude:before{content:"料"}.fi-rr-object-group:before{content:"樂"}.fi-rr-object-intersect:before{content:"燎"}.fi-rr-object-subtract:before{content:"療"}.fi-rr-object-ungroup:before{content:"蓼"}.fi-rr-object-union:before{content:"遼"}.fi-rr-objects-column:before{content:"龍"}.fi-rr-octagon-check:before{content:"暈"}.fi-rr-octagon-divide:before{content:"阮"}.fi-rr-octagon-exclamation:before{content:"劉"}.fi-rr-octagon-minus:before{content:"杻"}.fi-rr-octagon-plus:before{content:"柳"}.fi-rr-octagon-xmark:before{content:"流"}.fi-rr-octagon:before{content:"溜"}.fi-rr-oil-can:before{content:"琉"}.fi-rr-oil-temp:before{content:"留"}.fi-rr-olive-oil:before{content:"硫"}.fi-rr-olive:before{content:"紐"}.fi-rr-olives:before{content:"類"}.fi-rr-om:before{content:"六"}.fi-rr-omega:before{content:"戮"}.fi-rr-onboarding:before{content:"陸"}.fi-rr-onion:before{content:"倫"}.fi-rr-opacity:before{content:"崙"}.fi-rr-open-mail-clip:before{content:"淪"}.fi-rr-operating-system-upgrade:before{content:"輪"}.fi-rr-operation:before{content:"律"}.fi-rr-order-history:before{content:"慄"}.fi-rr-organization-chart:before{content:"栗"}.fi-rr-ornament:before{content:"率"}.fi-rr-otp:before{content:"隆"}.fi-rr-otter:before{content:"利"}.fi-rr-outdent:before{content:"吏"}.fi-rr-oval-alt:before{content:"履"}.fi-rr-oval:before{content:"易"}.fi-rr-oven:before{content:"李"}.fi-rr-overline:before{content:"梨"}.fi-rr-overview:before{content:"泥"}.fi-rr-p:before{content:"理"}.fi-rr-package:before{content:"痢"}.fi-rr-padlock-check:before{content:"罹"}.fi-rr-page-break:before{content:"裏"}.fi-rr-pager:before{content:"裡"}.fi-rr-paid:before{content:"里"}.fi-rr-paint-brush:before{content:"離"}.fi-rr-paint-roller:before{content:"匿"}.fi-rr-paintbrush-pencil:before{content:"溺"}.fi-rr-palette:before{content:"吝"}.fi-rr-pallet-alt:before{content:"燐"}.fi-rr-pallet:before{content:"璘"}.fi-rr-pan-food:before{content:"藺"}.fi-rr-pan-frying:before{content:"隣"}.fi-rr-pan:before{content:"鱗"}.fi-rr-pancakes:before{content:"麟"}.fi-rr-panorama:before{content:"林"}.fi-rr-paper-plane-launch:before{content:"淋"}.fi-rr-paper-plane-top:before{content:"臨"}.fi-rr-paper-plane:before{content:"立"}.fi-rr-paperclip-vertical:before{content:"笠"}.fi-rr-parachute-box:before{content:"粒"}.fi-rr-paragraph-left:before{content:"狀"}.fi-rr-paragraph:before{content:"炙"}.fi-rr-parking-circle-slash:before{content:"識"}.fi-rr-parking-circle:before{content:"什"}.fi-rr-parking-slash:before{content:"茶"}.fi-rr-parking:before{content:"刺"}.fi-rr-party-bell:before{content:"切"}.fi-rr-party-horn:before{content:"度"}.fi-rr-passport:before{content:"拓"}.fi-rr-password-alt:before{content:"糖"}.fi-rr-password-computer:before{content:"宅"}.fi-rr-password-email:before{content:"洞"}.fi-rr-password-smartphone:before{content:"暴"}.fi-rr-password:before{content:"輻"}.fi-rr-paste:before{content:"行"}.fi-rr-pattern:before{content:"降"}.fi-rr-pause-circle:before{content:"見"}.fi-rr-pause-square:before{content:"廓"}.fi-rr-pause:before{content:"兀"}.fi-rr-paw-claws:before{content:"嗀"}.fi-rr-paw-heart:before{content:"﨎"}.fi-rr-paw:before{content:"﨏"}.fi-rr-payment-pos:before{content:"塚"}.fi-rr-payroll-calendar:before{content:"﨑"}.fi-rr-payroll-check:before{content:"晴"}.fi-rr-payroll:before{content:"﨓"}.fi-rr-peace:before{content:"﨔"}.fi-rr-peach:before{content:"凞"}.fi-rr-peanut:before{content:"猪"}.fi-rr-peanuts:before{content:"益"}.fi-rr-peapod:before{content:"礼"}.fi-rr-pear:before{content:"神"}.fi-rr-pedestal:before{content:"祥"}.fi-rr-pen-circle:before{content:"福"}.fi-rr-pen-clip-slash:before{content:"靖"}.fi-rr-pen-clip:before{content:"精"}.fi-rr-pen-fancy-slash:before{content:"羽"}.fi-rr-pen-fancy:before{content:"﨟"}.fi-rr-pen-field:before{content:"蘒"}.fi-rr-pen-nib-slash:before{content:"﨡"}.fi-rr-pen-nib:before{content:"諸"}.fi-rr-pen-slash:before{content:"﨣"}.fi-rr-pen-square:before{content:"﨤"}.fi-rr-pen-swirl:before{content:"逸"}.fi-rr-pencil-paintbrush:before{content:"都"}.fi-rr-pencil-ruler:before{content:"﨧"}.fi-rr-pencil-slash:before{content:"﨨"}.fi-rr-pencil:before{content:"﨩"}.fi-rr-pending:before{content:"飯"}.fi-rr-pennant:before{content:"飼"}.fi-rr-people-arrows-left-right:before{content:"館"}.fi-rr-people-carry-box:before{content:"鶴"}.fi-rr-people-dress:before{content:"郞"}.fi-rr-people-network-partner:before{content:"隷"}.fi-rr-people-pants:before{content:"侮"}.fi-rr-people-poll:before{content:"僧"}.fi-rr-people-pulling:before{content:"免"}.fi-rr-people-roof:before{content:"勉"}.fi-rr-people:before{content:"勤"}.fi-rr-pepper-alt:before{content:"卑"}.fi-rr-pepper-hot:before{content:"喝"}.fi-rr-pepper:before{content:"嘆"}.fi-rr-percent-10:before{content:"器"}.fi-rr-percent-100:before{content:"塀"}.fi-rr-percent-20:before{content:"墨"}.fi-rr-percent-25:before{content:"層"}.fi-rr-percent-30:before{content:"屮"}.fi-rr-percent-40:before{content:"悔"}.fi-rr-percent-50:before{content:"慨"}.fi-rr-percent-60:before{content:"憎"}.fi-rr-percent-70:before{content:"懲"}.fi-rr-percent-75:before{content:"敏"}.fi-rr-percent-80:before{content:"既"}.fi-rr-percent-90:before{content:"暑"}.fi-rr-percentage:before{content:"梅"}.fi-rr-person-burst:before{content:"海"}.fi-rr-person-carry-box:before{content:"渚"}.fi-rr-person-circle-check:before{content:"漢"}.fi-rr-person-circle-exclamation:before{content:"煮"}.fi-rr-person-circle-minus:before{content:"爫"}.fi-rr-person-circle-plus:before{content:"琢"}.fi-rr-person-circle-question:before{content:"碑"}.fi-rr-person-circle-xmark:before{content:"社"}.fi-rr-person-cv:before{content:"祉"}.fi-rr-person-dolly-empty:before{content:"祈"}.fi-rr-person-dolly:before{content:"祐"}.fi-rr-person-dress-simple:before{content:"祖"}.fi-rr-person-dress:before{content:"祝"}.fi-rr-person-luggage:before{content:"禍"}.fi-rr-person-lunge:before{content:"禎"}.fi-rr-person-pilates:before{content:"穀"}.fi-rr-person-praying:before{content:"突"}.fi-rr-person-pregnant:before{content:"節"}.fi-rr-person-seat-reclined:before{content:"練"}.fi-rr-person-seat:before{content:"縉"}.fi-rr-person-shelter:before{content:"繁"}.fi-rr-person-sign:before{content:"署"}.fi-rr-person-simple:before{content:"者"}.fi-rr-person-walking-with-cane:before{content:"臭"}.fi-rr-peseta-sign:before{content:"艹"}.fi-rr-peso-sign:before{content:"艹"}.fi-rr-pets:before{content:"著"}.fi-rr-pharmacy:before{content:"褐"}.fi-rr-phone-call:before{content:"視"}.fi-rr-phone-cross:before{content:"謁"}.fi-rr-phone-flip:before{content:"謹"}.fi-rr-phone-guide:before{content:"賓"}.fi-rr-phone-heart-message:before{content:"贈"}.fi-rr-phone-office:before{content:"辶"}.fi-rr-phone-pause:before{content:"逸"}.fi-rr-phone-plus:before{content:"難"}.fi-rr-phone-rotary:before{content:"響"}.fi-rr-phone-slash:before{content:"頻"}.fi-rr-photo-capture:before{content:"恵"}.fi-rr-photo-film-music:before{content:"𤋮"}.fi-rr-photo-video:before{content:"舘"}.fi-rr-physics:before{content:"﩮"}.fi-rr-Pi:before{content:"﩯"}.fi-rr-piano-keyboard:before{content:"並"}.fi-rr-piano:before{content:"况"}.fi-rr-pickaxe:before{content:"全"}.fi-rr-picking-box:before{content:"侀"}.fi-rr-picking:before{content:"充"}.fi-rr-picnic:before{content:"冀"}.fi-rr-picpeople-filled:before{content:"勇"}.fi-rr-picpeople:before{content:"勺"}.fi-rr-picture:before{content:"喝"}.fi-rr-pie:before{content:"啕"}.fi-rr-piece:before{content:"喙"}.fi-rr-pig-bank-bulb:before{content:"嗢"}.fi-rr-pig-face:before{content:"塚"}.fi-rr-pig:before{content:"墳"}.fi-rr-piggy-bank-budget:before{content:"奄"}.fi-rr-piggy-bank:before{content:"奔"}.fi-rr-pills:before{content:"婢"}.fi-rr-pinata:before{content:"嬨"}.fi-rr-pineapple-alt:before{content:"廒"}.fi-rr-pineapple:before{content:"廙"}.fi-rr-ping-pong:before{content:"彩"}.fi-rr-pipe-smoking:before{content:"徭"}.fi-rr-pizza-slice:before{content:"惘"}.fi-rr-place-of-worship:before{content:"慎"}.fi-rr-plan-strategy:before{content:"愈"}.fi-rr-plan:before{content:"憎"}.fi-rr-plane-alt:before{content:"慠"}.fi-rr-plane-arrival:before{content:"懲"}.fi-rr-plane-departure:before{content:"戴"}.fi-rr-plane-prop:before{content:"揄"}.fi-rr-plane-slash:before{content:"搜"}.fi-rr-plane-tail:before{content:"摒"}.fi-rr-plane:before{content:"敖"}.fi-rr-planet-moon:before{content:"晴"}.fi-rr-planet-ringed:before{content:"朗"}.fi-rr-plant-care:before{content:"望"}.fi-rr-plant-growth:before{content:"杖"}.fi-rr-plant-seed-invest:before{content:"歹"}.fi-rr-plant-wilt:before{content:"殺"}.fi-rr-plate-utensils:before{content:"流"}.fi-rr-plate-wheat:before{content:"滛"}.fi-rr-plate:before{content:"滋"}.fi-rr-play-alt:before{content:"漢"}.fi-rr-play-circle:before{content:"瀞"}.fi-rr-play-microphone:before{content:"煮"}.fi-rr-play-pause:before{content:"瞧"}.fi-rr-play:before{content:"爵"}.fi-rr-playing-cards:before{content:"犯"}.fi-rr-plug-alt:before{content:"猪"}.fi-rr-plug-cable:before{content:"瑱"}.fi-rr-plug-circle-bolt:before{content:"甆"}.fi-rr-plug-circle-check:before{content:"画"}.fi-rr-plug-circle-exclamation:before{content:"瘝"}.fi-rr-plug-circle-minus:before{content:"瘟"}.fi-rr-plug-circle-plus:before{content:"益"}.fi-rr-plug-connection:before{content:"盛"}.fi-rr-plug:before{content:"直"}.fi-rr-plus-hexagon:before{content:"睊"}.fi-rr-plus-minus:before{content:"着"}.fi-rr-plus-small:before{content:"磌"}.fi-rr-plus:before{content:"窱"}.fi-rr-png-file:before{content:"節"}.fi-rr-podcast:before{content:"类"}.fi-rr-podium-star:before{content:"絛"}.fi-rr-podium-victory-leader:before{content:"練"}.fi-rr-podium:before{content:"缾"}.fi-rr-point-of-sale-bill:before{content:"者"}.fi-rr-point-of-sale-signal:before{content:"荒"}.fi-rr-point-of-sale:before{content:"華"}.fi-rr-pointer-loading:before{content:"蝹"}.fi-rr-pointer-text:before{content:"襁"}.fi-rr-poker-chip:before{content:"覆"}.fi-rr-police-box:before{content:"視"}.fi-rr-poll-h:before{content:"調"}.fi-rr-pollution:before{content:"諸"}.fi-rr-pompebled:before{content:"請"}.fi-rr-poo-bolt:before{content:"謁"}.fi-rr-poo:before{content:"諾"}.fi-rr-pool-8-ball:before{content:"諭"}.fi-rr-poop:before{content:"謹"}.fi-rr-popcorn:before{content:"變"}.fi-rr-popsicle:before{content:"贈"}.fi-rr-portal-enter:before{content:"輸"}.fi-rr-portal-exit:before{content:"遲"}.fi-rr-portrait:before{content:"醙"}.fi-rr-postal-address:before{content:"鉶"}.fi-rr-pot:before{content:"陼"}.fi-rr-potato:before{content:"難"}.fi-rr-pound:before{content:"靖"}.fi-rr-power:before{content:"韛"}.fi-rr-ppt-file:before{content:"響"}.fi-rr-practice:before{content:"頋"}.fi-rr-praying-hands:before{content:"頻"}.fi-rr-prescription-bottle-alt:before{content:"鬒"}.fi-rr-prescription-bottle-pill:before{content:"龜"}.fi-rr-prescription-bottle:before{content:"𢡊"}.fi-rr-prescription:before{content:"𢡄"}.fi-rr-presentation:before{content:"𣏕"}.fi-rr-preview:before{content:"㮝"}.fi-rr-previous-square:before{content:"䀘"}.fi-rr-print-magnifying-glass:before{content:"䀹"}.fi-rr-print-slash:before{content:"𥉉"}.fi-rr-print:before{content:"𥳐"}.fi-rr-priority-arrow:before{content:"𧻓"}.fi-rr-priority-arrows:before{content:"齃"}.fi-rr-priority-importance:before{content:"龎"}.fi-rr-problem-solving:before{content:"﫚"}.fi-rr-procedures:before{content:"﫛"}.fi-rr-process:before{content:"﫜"}.fi-rr-productivity:before{content:"﫝"}.fi-rr-progress-complete:before{content:"﫞"}.fi-rr-progress-download:before{content:"﫟"}.fi-rr-progress-upload:before{content:"﫠"}.fi-rr-projector:before{content:"﫡"}.fi-rr-protractor:before{content:"﫢"}.fi-rr-pulse:before{content:"﫣"}.fi-rr-pump-medical:before{content:"﫤"}.fi-rr-pump:before{content:"﫥"}.fi-rr-pumpkin-alt-2:before{content:"﫦"}.fi-rr-pumpkin-alt:before{content:"﫧"}.fi-rr-pumpkin:before{content:"﫨"}.fi-rr-puzzle-alt:before{content:"﫩"}.fi-rr-puzzle-piece-integration:before{content:"﫪"}.fi-rr-puzzle-pieces:before{content:"﫫"}.fi-rr-puzzle:before{content:"﫬"}.fi-rr-pyramid:before{content:"﫭"}.fi-rr-q:before{content:"﫮"}.fi-rr-qr-scan:before{content:"﫯"}.fi-rr-QR:before{content:"﫰"}.fi-rr-qrcode:before{content:"﫱"}.fi-rr-question-square:before{content:"﫲"}.fi-rr-question:before{content:"﫳"}.fi-rr-queue-alt:before{content:"﫴"}.fi-rr-queue-line:before{content:"﫵"}.fi-rr-queue-signal:before{content:"﫶"}.fi-rr-queue:before{content:"﫷"}.fi-rr-quill-pen-story:before{content:"﫸"}.fi-rr-quiz-alt:before{content:"﫹"}.fi-rr-quiz:before{content:"﫺"}.fi-rr-quote-right:before{content:"﫻"}.fi-rr-r:before{content:"﫼"}.fi-rr-rabbit-fast:before{content:"﫽"}.fi-rr-rabbit:before{content:"﫾"}.fi-rr-raccoon:before{content:"﫿"}.fi-rr-racquet:before{content:"ﬀ"}.fi-rr-radar-monitoring-track:before{content:"ﬁ"}.fi-rr-radar:before{content:"ﬂ"}.fi-rr-radiation-alt:before{content:"ﬃ"}.fi-rr-radiation:before{content:"ﬄ"}.fi-rr-radio-alt:before{content:"ﬅ"}.fi-rr-radio-button:before{content:"ﬆ"}.fi-rr-radio:before{content:"﬇"}.fi-rr-radish:before{content:"﬈"}.fi-rr-rainbow:before{content:"﬉"}.fi-rr-raindrops:before{content:"﬊"}.fi-rr-ram:before{content:"﬋"}.fi-rr-ramp-loading:before{content:"﬌"}.fi-rr-rank:before{content:"﬍"}.fi-rr-ranking-podium-empty:before{content:"﬎"}.fi-rr-ranking-podium:before{content:"﬏"}.fi-rr-ranking-star:before{content:"﬐"}.fi-rr-ranking-stars:before{content:"﬑"}.fi-rr-raygun:before{content:"﬒"}.fi-rr-razor-barber:before{content:"ﬓ"}.fi-rr-react:before{content:"ﬔ"}.fi-rr-rec:before{content:"ﬕ"}.fi-rr-receipt:before{content:"ﬖ"}.fi-rr-recipe-book:before{content:"ﬗ"}.fi-rr-recipe:before{content:"﬘"}.fi-rr-record-vinyl:before{content:"﬙"}.fi-rr-rectabgle-vertical:before{content:"﬚"}.fi-rr-rectangle-barcode:before{content:"﬛"}.fi-rr-rectangle-code:before{content:"﬜"}.fi-rr-rectangle-history-circle-plus:before{content:"יִ"}.fi-rr-rectangle-horizontal:before{content:"ﬞ"}.fi-rr-rectangle-list:before{content:"ײַ"}.fi-rr-rectangle-panoramic:before{content:"ﬠ"}.fi-rr-rectangle-pro:before{content:"ﬡ"}.fi-rr-rectangle-vertical-history:before{content:"ﬢ"}.fi-rr-rectangle-vertical:before{content:"ﬣ"}.fi-rr-rectangle-xmark:before{content:"ﬤ"}.fi-rr-rectangles-mixed:before{content:"ﬥ"}.fi-rr-recycle-bin:before{content:"ﬦ"}.fi-rr-recycle:before{content:"ﬧ"}.fi-rr-redo-alt:before{content:"ﬨ"}.fi-rr-redo:before{content:"﬩"}.fi-rr-reel:before{content:"שׁ"}.fi-rr-refer-arrow:before{content:"שׂ"}.fi-rr-refer:before{content:"שּׁ"}.fi-rr-referral-alt:before{content:"שּׂ"}.fi-rr-referral-user:before{content:"אַ"}.fi-rr-referral:before{content:"אָ"}.fi-rr-reflect-horizontal-alt:before{content:"אּ"}.fi-rr-reflect-horizontal:before{content:"בּ"}.fi-rr-reflect-vertical:before{content:"גּ"}.fi-rr-reflect:before{content:"דּ"}.fi-rr-refresh:before{content:"הּ"}.fi-rr-refrigerator:before{content:"וּ"}.fi-rr-refund-alt:before{content:"זּ"}.fi-rr-refund:before{content:"﬷"}.fi-rr-region-pin-alt:before{content:"טּ"}.fi-rr-region-pin:before{content:"יּ"}.fi-rr-registered:before{content:"ךּ"}.fi-rr-registration-paper:before{content:"כּ"}.fi-rr-remove-folder:before{content:"לּ"}.fi-rr-remove-user:before{content:"﬽"}.fi-rr-rent-signal:before{content:"מּ"}.fi-rr-rent:before{content:"﬿"}.fi-rr-replace:before{content:"נּ"}.fi-rr-replay-10:before{content:"סּ"}.fi-rr-replay-30:before{content:"﭂"}.fi-rr-replay-5:before{content:"ףּ"}.fi-rr-reply-all:before{content:"פּ"}.fi-rr-republican:before{content:"﭅"}.fi-rr-reservation-smartphone:before{content:"צּ"}.fi-rr-reservation-table:before{content:"קּ"}.fi-rr-resistance-band:before{content:"רּ"}.fi-rr-resize:before{content:"שּ"}.fi-rr-resources:before{content:"תּ"}.fi-rr-restaurant:before{content:"וֹ"}.fi-rr-restock:before{content:"בֿ"}.fi-rr-restroom-simple:before{content:"כֿ"}.fi-rr-resume:before{content:"פֿ"}.fi-rr-revenue-alt:before{content:"ﭏ"}.fi-rr-revenue-euro:before{content:"ﭐ"}.fi-rr-Revenue:before{content:"ﭑ"}.fi-rr-review:before{content:"ﭒ"}.fi-rr-rewind-button-circle:before{content:"ﭓ"}.fi-rr-rewind:before{content:"ﭔ"}.fi-rr-rhombus:before{content:"ﭕ"}.fi-rr-ribbon:before{content:"ﭖ"}.fi-rr-right-from-bracket:before{content:"ﭗ"}.fi-rr-right:before{content:"ﭘ"}.fi-rr-ring-diamond:before{content:"ﭙ"}.fi-rr-ring:before{content:"ﭚ"}.fi-rr-rings-wedding:before{content:"ﭛ"}.fi-rr-risk-alt:before{content:"ﭜ"}.fi-rr-risk:before{content:"ﭝ"}.fi-rr-road-barrier:before{content:"ﭞ"}.fi-rr-road-sign-left:before{content:"ﭟ"}.fi-rr-road:before{content:"ﭠ"}.fi-rr-robot:before{content:"ﭡ"}.fi-rr-robotic-arm:before{content:"ﭢ"}.fi-rr-rocket-lunch:before{content:"ﭣ"}.fi-rr-rocket:before{content:"ﭤ"}.fi-rr-roller-coaster:before{content:"ﭥ"}.fi-rr-room-service:before{content:"ﭦ"}.fi-rr-rotate-exclamation:before{content:"ﭧ"}.fi-rr-rotate-left:before{content:"ﭨ"}.fi-rr-rotate-reverse:before{content:"ﭩ"}.fi-rr-rotate-right:before{content:"ﭪ"}.fi-rr-rotate-square:before{content:"ﭫ"}.fi-rr-roulette:before{content:"ﭬ"}.fi-rr-route-highway:before{content:"ﭭ"}.fi-rr-route-interstate:before{content:"ﭮ"}.fi-rr-route:before{content:"ﭯ"}.fi-rr-router:before{content:"ﭰ"}.fi-rr-rss-alt:before{content:"ﭱ"}.fi-rr-rss:before{content:"ﭲ"}.fi-rr-ruble-sign:before{content:"ﭳ"}.fi-rr-rugby:before{content:"ﭴ"}.fi-rr-ruler-combined:before{content:"ﭵ"}.fi-rr-ruler-horizontal:before{content:"ﭶ"}.fi-rr-ruler-triangle:before{content:"ﭷ"}.fi-rr-ruler-vertical:before{content:"ﭸ"}.fi-rr-rules-alt:before{content:"ﭹ"}.fi-rr-rules:before{content:"ﭺ"}.fi-rr-running-track:before{content:"ﭻ"}.fi-rr-running:before{content:"ﭼ"}.fi-rr-rupee-sign:before{content:"ﭽ"}.fi-rr-rupiah-sign:before{content:"ﭾ"}.fi-rr-rv:before{content:"ﭿ"}.fi-rr-s:before{content:"ﮀ"}.fi-rr-sack-dollar:before{content:"ﮁ"}.fi-rr-sack:before{content:"ﮂ"}.fi-rr-sad-cry:before{content:"ﮃ"}.fi-rr-sad-tear:before{content:"ﮄ"}.fi-rr-sad:before{content:"ﮅ"}.fi-rr-safe-box:before{content:"ﮆ"}.fi-rr-sailboat:before{content:"ﮇ"}.fi-rr-salad:before{content:"ﮈ"}.fi-rr-salary-alt:before{content:"ﮉ"}.fi-rr-salt-pepper:before{content:"ﮊ"}.fi-rr-salt-shaker:before{content:"ﮋ"}.fi-rr-sandwich-alt:before{content:"ﮌ"}.fi-rr-sandwich:before{content:"ﮍ"}.fi-rr-satellite-dish:before{content:"ﮎ"}.fi-rr-satellite:before{content:"ﮏ"}.fi-rr-saturday:before{content:"ﮐ"}.fi-rr-sauce:before{content:"ﮑ"}.fi-rr-sausage:before{content:"ﮒ"}.fi-rr-sax-hot:before{content:"ﮓ"}.fi-rr-saxophone:before{content:"ﮔ"}.fi-rr-scale-comparison-alt:before{content:"ﮕ"}.fi-rr-scale-comparison:before{content:"ﮖ"}.fi-rr-scale:before{content:"ﮗ"}.fi-rr-scalpel-path:before{content:"ﮘ"}.fi-rr-scalpel:before{content:"ﮙ"}.fi-rr-scanner-gun:before{content:"ﮚ"}.fi-rr-scanner-image:before{content:"ﮛ"}.fi-rr-scanner-keyboard:before{content:"ﮜ"}.fi-rr-scanner-touchscreen:before{content:"ﮝ"}.fi-rr-scarecrow:before{content:"ﮞ"}.fi-rr-scarf:before{content:"ﮟ"}.fi-rr-school-bus:before{content:"ﮠ"}.fi-rr-school:before{content:"ﮡ"}.fi-rr-scissors:before{content:"ﮢ"}.fi-rr-scooter:before{content:"ﮣ"}.fi-rr-screen:before{content:"ﮤ"}.fi-rr-screencast:before{content:"ﮥ"}.fi-rr-screw-alt:before{content:"ﮦ"}.fi-rr-screw:before{content:"ﮧ"}.fi-rr-screwdriver:before{content:"ﮨ"}.fi-rr-scribble:before{content:"ﮩ"}.fi-rr-script:before{content:"ﮪ"}.fi-rr-scroll-document-story:before{content:"ﮫ"}.fi-rr-scroll-old:before{content:"ﮬ"}.fi-rr-scroll-torah:before{content:"ﮭ"}.fi-rr-scroll:before{content:"ﮮ"}.fi-rr-scrubber:before{content:"ﮯ"}.fi-rr-scythe:before{content:"ﮰ"}.fi-rr-sd-card:before{content:"ﮱ"}.fi-rr-sd-cards:before{content:"﮲"}.fi-rr-seal-exclamation:before{content:"﮳"}.fi-rr-seal-question:before{content:"﮴"}.fi-rr-seal:before{content:"﮵"}.fi-rr-search-alt:before{content:"﮶"}.fi-rr-search-dollar:before{content:"﮷"}.fi-rr-search-heart:before{content:"﮸"}.fi-rr-search-location:before{content:"﮹"}.fi-rr-search:before{content:"﮺"}.fi-rr-seat-airline:before{content:"﮻"}.fi-rr-seatbelt-safety-driver:before{content:"﮼"}.fi-rr-second-award:before{content:"﮽"}.fi-rr-second-laurel:before{content:"﮾"}.fi-rr-second-medal:before{content:"﮿"}.fi-rr-second:before{content:"﯀"}.fi-rr-security:before{content:"﯁"}.fi-rr-seedling:before{content:"﯂"}.fi-rr-selection:before{content:"﯃"}.fi-rr-sell:before{content:"﯄"}.fi-rr-seller-store:before{content:"﯅"}.fi-rr-seller:before{content:"﯆"}.fi-rr-selling:before{content:"﯇"}.fi-rr-send-back:before{content:"﯈"}.fi-rr-send-backward:before{content:"﯉"}.fi-rr-send-money-smartphone:before{content:"﯊"}.fi-rr-send-money:before{content:"﯋"}.fi-rr-sensor-alert:before{content:"﯌"}.fi-rr-sensor-fire:before{content:"﯍"}.fi-rr-sensor-on:before{content:"﯎"}.fi-rr-sensor-smoke:before{content:"﯏"}.fi-rr-sensor:before{content:"﯐"}.fi-rr-settings-sliders:before{content:"﯑"}.fi-rr-settings:before{content:"﯒"}.fi-rr-share-alt-square:before{content:"ﯓ"}.fi-rr-share-square:before{content:"ﯔ"}.fi-rr-share:before{content:"ﯕ"}.fi-rr-sheep:before{content:"ﯖ"}.fi-rr-shekel-sign:before{content:"ﯗ"}.fi-rr-shelves:before{content:"ﯘ"}.fi-rr-shield-alt:before{content:"ﯙ"}.fi-rr-shield-cat:before{content:"ﯚ"}.fi-rr-shield-check:before{content:"ﯛ"}.fi-rr-shield-cross:before{content:"ﯜ"}.fi-rr-shield-dog:before{content:"ﯝ"}.fi-rr-shield-exclamation:before{content:"ﯞ"}.fi-rr-shield-interrogation:before{content:"ﯟ"}.fi-rr-shield-keyhole:before{content:"ﯠ"}.fi-rr-shield-minus:before{content:"ﯡ"}.fi-rr-shield-plus:before{content:"ﯢ"}.fi-rr-shield-security-risk:before{content:"ﯣ"}.fi-rr-shield-slash:before{content:"ﯤ"}.fi-rr-shield-trust:before{content:"ﯥ"}.fi-rr-shield-virus:before{content:"ﯦ"}.fi-rr-shield-xmark:before{content:"ﯧ"}.fi-rr-shield:before{content:"ﯨ"}.fi-rr-ship-side:before{content:"ﯩ"}.fi-rr-ship:before{content:"ﯪ"}.fi-rr-shipping-fast:before{content:"ﯫ"}.fi-rr-shipping-timed:before{content:"ﯬ"}.fi-rr-shirt-long-sleeve:before{content:"ﯭ"}.fi-rr-shirt-running:before{content:"ﯮ"}.fi-rr-shirt-tank-top:before{content:"ﯯ"}.fi-rr-shirt:before{content:"ﯰ"}.fi-rr-shish-kebab:before{content:"ﯱ"}.fi-rr-shoe-prints:before{content:"ﯲ"}.fi-rr-shop-lock:before{content:"ﯳ"}.fi-rr-shop-slash:before{content:"ﯴ"}.fi-rr-shop:before{content:"ﯵ"}.fi-rr-shopping-bag-add:before{content:"ﯶ"}.fi-rr-shopping-bag:before{content:"ﯷ"}.fi-rr-shopping-basket:before{content:"ﯸ"}.fi-rr-shopping-cart-add:before{content:"ﯹ"}.fi-rr-shopping-cart-buyer:before{content:"ﯺ"}.fi-rr-shopping-cart-check:before{content:"ﯻ"}.fi-rr-shopping-cart:before{content:"ﯼ"}.fi-rr-shovel-snow:before{content:"ﯽ"}.fi-rr-shovel:before{content:"ﯾ"}.fi-rr-shower-down:before{content:"ﯿ"}.fi-rr-shower:before{content:"ﰀ"}.fi-rr-shredder:before{content:"ﰁ"}.fi-rr-shrimp:before{content:"ﰂ"}.fi-rr-shuffle:before{content:"ﰃ"}.fi-rr-shuttle-van:before{content:"ﰄ"}.fi-rr-shuttlecock:before{content:"ﰅ"}.fi-rr-Sickle:before{content:"ﰆ"}.fi-rr-sidebar-flip:before{content:"ﰇ"}.fi-rr-sidebar:before{content:"ﰈ"}.fi-rr-sigma:before{content:"ﰉ"}.fi-rr-sign-hanging:before{content:"ﰊ"}.fi-rr-sign-in-alt:before{content:"ﰋ"}.fi-rr-sign-out-alt:before{content:"ﰌ"}.fi-rr-sign-posts-wrench:before{content:"ﰍ"}.fi-rr-sign-posts:before{content:"ﰎ"}.fi-rr-sign-up:before{content:"ﰏ"}.fi-rr-signal-alt-1:before{content:"ﰐ"}.fi-rr-signal-alt-2:before{content:"ﰑ"}.fi-rr-signal-alt-slash:before{content:"ﰒ"}.fi-rr-signal-alt:before{content:"ﰓ"}.fi-rr-signal-bars-fair:before{content:"ﰔ"}.fi-rr-signal-bars-good:before{content:"ﰕ"}.fi-rr-signal-bars-weak:before{content:"ﰖ"}.fi-rr-signal-stream-slash:before{content:"ﰗ"}.fi-rr-signal-stream:before{content:"ﰘ"}.fi-rr-signature-lock:before{content:"ﰙ"}.fi-rr-signature-slash:before{content:"ﰚ"}.fi-rr-signature:before{content:"ﰛ"}.fi-rr-sim-card:before{content:"ﰜ"}.fi-rr-sim-cards:before{content:"ﰝ"}.fi-rr-sink:before{content:"ﰞ"}.fi-rr-siren-on:before{content:"ﰟ"}.fi-rr-Siren:before{content:"ﰠ"}.fi-rr-site-alt:before{content:"ﰡ"}.fi-rr-site-browser:before{content:"ﰢ"}.fi-rr-site:before{content:"ﰣ"}.fi-rr-sitemap:before{content:"ﰤ"}.fi-rr-skateboard:before{content:"ﰥ"}.fi-rr-skating:before{content:"ﰦ"}.fi-rr-skeleton-ribs:before{content:"ﰧ"}.fi-rr-skeleton:before{content:"ﰨ"}.fi-rr-skewer:before{content:"ﰩ"}.fi-rr-ski-boot-ski:before{content:"ﰪ"}.fi-rr-ski-jump:before{content:"ﰫ"}.fi-rr-ski-lift:before{content:"ﰬ"}.fi-rr-skiing-nordic:before{content:"ﰭ"}.fi-rr-skiing:before{content:"ﰮ"}.fi-rr-skill-alt:before{content:"ﰯ"}.fi-rr-skill-user:before{content:"ﰰ"}.fi-rr-skill:before{content:"ﰱ"}.fi-rr-skin-arrow:before{content:"ﰲ"}.fi-rr-skin-drop:before{content:"ﰳ"}.fi-rr-skin-hair:before{content:"ﰴ"}.fi-rr-skin:before{content:"ﰵ"}.fi-rr-skip-15-seconds:before{content:"ﰶ"}.fi-rr-skull-cow:before{content:"ﰷ"}.fi-rr-skull-crossbones:before{content:"ﰸ"}.fi-rr-skull:before{content:"ﰹ"}.fi-rr-slash:before{content:"ﰺ"}.fi-rr-sledding:before{content:"ﰻ"}.fi-rr-sleeping-bag:before{content:"ﰼ"}.fi-rr-sleigh:before{content:"ﰽ"}.fi-rr-sliders-h-square:before{content:"ﰾ"}.fi-rr-sliders-v-square:before{content:"ﰿ"}.fi-rr-sliders-v:before{content:"ﱀ"}.fi-rr-slot-machine:before{content:"ﱁ"}.fi-rr-smart-home-alt:before{content:"ﱂ"}.fi-rr-smart-home:before{content:"ﱃ"}.fi-rr-smartphone:before{content:"ﱄ"}.fi-rr-smile-beam:before{content:"ﱅ"}.fi-rr-smile-plus:before{content:"ﱆ"}.fi-rr-smile-wink:before{content:"ﱇ"}.fi-rr-smile:before{content:"ﱈ"}.fi-rr-smiley-comment-alt:before{content:"ﱉ"}.fi-rr-smog:before{content:"ﱊ"}.fi-rr-smoke:before{content:"ﱋ"}.fi-rr-smoking-ban:before{content:"ﱌ"}.fi-rr-smoking:before{content:"ﱍ"}.fi-rr-snake:before{content:"ﱎ"}.fi-rr-snap:before{content:"ﱏ"}.fi-rr-snooze:before{content:"ﱐ"}.fi-rr-snow-blowing:before{content:"ﱑ"}.fi-rr-snowboarding:before{content:"ﱒ"}.fi-rr-snowflake-droplets:before{content:"ﱓ"}.fi-rr-snowflake:before{content:"ﱔ"}.fi-rr-snowflakes:before{content:"ﱕ"}.fi-rr-snowman-alt:before{content:"ﱖ"}.fi-rr-snowman-head:before{content:"ﱗ"}.fi-rr-snowmobile:before{content:"ﱘ"}.fi-rr-snowplow:before{content:"ﱙ"}.fi-rr-soap-alt:before{content:"ﱚ"}.fi-rr-soap:before{content:"ﱛ"}.fi-rr-social-network:before{content:"ﱜ"}.fi-rr-socks:before{content:"ﱝ"}.fi-rr-sofa-size:before{content:"ﱞ"}.fi-rr-sofa:before{content:"ﱟ"}.fi-rr-solar-panel-sun:before{content:"ﱠ"}.fi-rr-solar-panel:before{content:"ﱡ"}.fi-rr-solar-system:before{content:"ﱢ"}.fi-rr-sold-house:before{content:"ﱣ"}.fi-rr-sold-signal:before{content:"ﱤ"}.fi-rr-sort-alpha-down-alt:before{content:"ﱥ"}.fi-rr-sort-alpha-down:before{content:"ﱦ"}.fi-rr-sort-alpha-up-alt:before{content:"ﱧ"}.fi-rr-sort-alpha-up:before{content:"ﱨ"}.fi-rr-sort-alt:before{content:"ﱩ"}.fi-rr-sort-amount-down-alt:before{content:"ﱪ"}.fi-rr-sort-amount-down:before{content:"ﱫ"}.fi-rr-sort-amount-up-alt:before{content:"ﱬ"}.fi-rr-sort-amount-up:before{content:"ﱭ"}.fi-rr-sort-circle-down:before{content:"ﱮ"}.fi-rr-sort-circle-up:before{content:"ﱯ"}.fi-rr-sort-circle:before{content:"ﱰ"}.fi-rr-sort-down:before{content:"ﱱ"}.fi-rr-sort-numeric-down-alt:before{content:"ﱲ"}.fi-rr-sort-numeric-down:before{content:"ﱳ"}.fi-rr-sort-shapes-down:before{content:"ﱴ"}.fi-rr-sort-shapes-up:before{content:"ﱵ"}.fi-rr-sort-size-down:before{content:"ﱶ"}.fi-rr-sort-size-up:before{content:"ﱷ"}.fi-rr-sort:before{content:"ﱸ"}.fi-rr-soup:before{content:"ﱹ"}.fi-rr-source-data:before{content:"ﱺ"}.fi-rr-source-document-alt:before{content:"ﱻ"}.fi-rr-source-document:before{content:"ﱼ"}.fi-rr-spa:before{content:"ﱽ"}.fi-rr-space-shuttle:before{content:"ﱾ"}.fi-rr-space-station-moon-alt:before{content:"ﱿ"}.fi-rr-space-station-moon:before{content:"ﲀ"}.fi-rr-spade:before{content:"ﲁ"}.fi-rr-spaghetti-monster-flying:before{content:"ﲂ"}.fi-rr-spain-map:before{content:"ﲃ"}.fi-rr-sparkles:before{content:"ﲄ"}.fi-rr-spartan-helmet:before{content:"ﲅ"}.fi-rr-speaker:before{content:"ﲆ"}.fi-rr-speakers:before{content:"ﲇ"}.fi-rr-speech-bubble-story:before{content:"ﲈ"}.fi-rr-speedometer-arrow:before{content:"ﲉ"}.fi-rr-speedometer-kpi:before{content:"ﲊ"}.fi-rr-sphere:before{content:"ﲋ"}.fi-rr-spider-black-widow:before{content:"ﲌ"}.fi-rr-spider-web:before{content:"ﲍ"}.fi-rr-spider:before{content:"ﲎ"}.fi-rr-spinner:before{content:"ﲏ"}.fi-rr-split-up-relation:before{content:"ﲐ"}.fi-rr-split:before{content:"ﲑ"}.fi-rr-splotch:before{content:"ﲒ"}.fi-rr-spoon:before{content:"ﲓ"}.fi-rr-sport:before{content:"ﲔ"}.fi-rr-spray-can-sparkles:before{content:"ﲕ"}.fi-rr-spray-can:before{content:"ﲖ"}.fi-rr-spring-calendar:before{content:"ﲗ"}.fi-rr-sprinkler:before{content:"ﲘ"}.fi-rr-spy:before{content:"ﲙ"}.fi-rr-square-0:before{content:"ﲚ"}.fi-rr-square-1:before{content:"ﲛ"}.fi-rr-square-2:before{content:"ﲜ"}.fi-rr-square-3:before{content:"ﲝ"}.fi-rr-square-4:before{content:"ﲞ"}.fi-rr-square-5:before{content:"ﲟ"}.fi-rr-square-6:before{content:"ﲠ"}.fi-rr-square-7:before{content:"ﲡ"}.fi-rr-square-8:before{content:"ﲢ"}.fi-rr-square-9:before{content:"ﲣ"}.fi-rr-square-a:before{content:"ﲤ"}.fi-rr-square-b:before{content:"ﲥ"}.fi-rr-square-bolt:before{content:"ﲦ"}.fi-rr-square-c:before{content:"ﲧ"}.fi-rr-square-code:before{content:"ﲨ"}.fi-rr-square-d:before{content:"ﲩ"}.fi-rr-square-dashed-circle-plus:before{content:"ﲪ"}.fi-rr-square-dashed:before{content:"ﲫ"}.fi-rr-square-divide:before{content:"ﲬ"}.fi-rr-square-e:before{content:"ﲭ"}.fi-rr-square-ellipsis-vertical:before{content:"ﲮ"}.fi-rr-square-ellipsis:before{content:"ﲯ"}.fi-rr-square-exclamation:before{content:"ﲰ"}.fi-rr-square-f:before{content:"ﲱ"}.fi-rr-square-g:before{content:"ﲲ"}.fi-rr-square-h:before{content:"ﲳ"}.fi-rr-square-heart:before{content:"ﲴ"}.fi-rr-square-i:before{content:"ﲵ"}.fi-rr-square-info:before{content:"ﲶ"}.fi-rr-square-j:before{content:"ﲷ"}.fi-rr-square-k:before{content:"ﲸ"}.fi-rr-square-kanban:before{content:"ﲹ"}.fi-rr-square-l:before{content:"ﲺ"}.fi-rr-square-m:before{content:"ﲻ"}.fi-rr-square-minus:before{content:"ﲼ"}.fi-rr-square-n:before{content:"ﲽ"}.fi-rr-square-o:before{content:"ﲾ"}.fi-rr-square-p:before{content:"ﲿ"}.fi-rr-square-phone-hangup:before{content:"ﳀ"}.fi-rr-square-plus:before{content:"ﳁ"}.fi-rr-square-poll-horizontal:before{content:"ﳂ"}.fi-rr-square-poll-vertical:before{content:"ﳃ"}.fi-rr-square-q:before{content:"ﳄ"}.fi-rr-square-quote:before{content:"ﳅ"}.fi-rr-square-r:before{content:"ﳆ"}.fi-rr-square-root:before{content:"ﳇ"}.fi-rr-square-s:before{content:"ﳈ"}.fi-rr-square-small:before{content:"ﳉ"}.fi-rr-square-star:before{content:"ﳊ"}.fi-rr-square-t:before{content:"ﳋ"}.fi-rr-square-terminal:before{content:"ﳌ"}.fi-rr-square-u:before{content:"ﳍ"}.fi-rr-square-up-right:before{content:"ﳎ"}.fi-rr-square-v:before{content:"ﳏ"}.fi-rr-square-w:before{content:"ﳐ"}.fi-rr-square-x:before{content:"ﳑ"}.fi-rr-square-y:before{content:"ﳒ"}.fi-rr-square-z:before{content:"ﳓ"}.fi-rr-square:before{content:"ﳔ"}.fi-rr-squid:before{content:"ﳕ"}.fi-rr-squircle:before{content:"ﳖ"}.fi-rr-squirrel:before{content:"ﳗ"}.fi-rr-staff:before{content:"ﳘ"}.fi-rr-stage-concert:before{content:"ﳙ"}.fi-rr-stage-theatre:before{content:"ﳚ"}.fi-rr-stage:before{content:"ﳛ"}.fi-rr-stairs:before{content:"ﳜ"}.fi-rr-stamp:before{content:"ﳝ"}.fi-rr-standard-definition:before{content:"ﳞ"}.fi-rr-star-and-crescent:before{content:"ﳟ"}.fi-rr-star-christmas:before{content:"ﳠ"}.fi-rr-star-comment-alt:before{content:"ﳡ"}.fi-rr-star-exclamation:before{content:"ﳢ"}.fi-rr-star-octogram:before{content:"ﳣ"}.fi-rr-star-of-david:before{content:"ﳤ"}.fi-rr-star-rating-call:before{content:"ﳥ"}.fi-rr-star-sharp-half-stroke:before{content:"ﳦ"}.fi-rr-star-sharp-half:before{content:"ﳧ"}.fi-rr-star-shooting:before{content:"ﳨ"}.fi-rr-star:before{content:"ﳩ"}.fi-rr-starfighter:before{content:"ﳪ"}.fi-rr-stars:before{content:"ﳫ"}.fi-rr-state-country:before{content:"ﳬ"}.fi-rr-stationary-bike:before{content:"ﳭ"}.fi-rr-stats:before{content:"ﳮ"}.fi-rr-steak:before{content:"ﳯ"}.fi-rr-steering-wheel:before{content:"ﳰ"}.fi-rr-step-backward:before{content:"ﳱ"}.fi-rr-step-forward:before{content:"ﳲ"}.fi-rr-sterling-sign:before{content:"ﳳ"}.fi-rr-stethoscope:before{content:"ﳴ"}.fi-rr-sticker:before{content:"ﳵ"}.fi-rr-stocking:before{content:"ﳶ"}.fi-rr-stomach:before{content:"ﳷ"}.fi-rr-stop-circle:before{content:"ﳸ"}.fi-rr-stop-square:before{content:"ﳹ"}.fi-rr-stop:before{content:"ﳺ"}.fi-rr-stopwatch:before{content:"ﳻ"}.fi-rr-store-alt:before{content:"ﳼ"}.fi-rr-store-buyer:before{content:"ﳽ"}.fi-rr-store-lock:before{content:"ﳾ"}.fi-rr-store-slash:before{content:"ﳿ"}.fi-rr-story-book:before{content:"ﴀ"}.fi-rr-story-fairy-tale:before{content:"ﴁ"}.fi-rr-story-fantasy:before{content:"ﴂ"}.fi-rr-strategy-chess-risk:before{content:"ﴃ"}.fi-rr-strawberry:before{content:"ﴄ"}.fi-rr-street-view:before{content:"ﴅ"}.fi-rr-stretcher:before{content:"ﴆ"}.fi-rr-strikethrough:before{content:"ﴇ"}.fi-rr-stroopwafel:before{content:"ﴈ"}.fi-rr-student-alt:before{content:"ﴉ"}.fi-rr-student:before{content:"ﴊ"}.fi-rr-subscript:before{content:"ﴋ"}.fi-rr-subscription-alt:before{content:"ﴌ"}.fi-rr-subscription:before{content:"ﴍ"}.fi-rr-subtitles-slash:before{content:"ﴎ"}.fi-rr-subtitles:before{content:"ﴏ"}.fi-rr-subway:before{content:"ﴐ"}.fi-rr-suitcase-alt:before{content:"ﴑ"}.fi-rr-summary-check:before{content:"ﴒ"}.fi-rr-summer:before{content:"ﴓ"}.fi-rr-sun-dust:before{content:"ﴔ"}.fi-rr-sun-plant-wilt:before{content:"ﴕ"}.fi-rr-sun-salutation-yoga:before{content:"ﴖ"}.fi-rr-sun:before{content:"ﴗ"}.fi-rr-sunday:before{content:"ﴘ"}.fi-rr-sunglasses-alt:before{content:"ﴙ"}.fi-rr-sunglasses:before{content:"ﴚ"}.fi-rr-sunrise-alt:before{content:"ﴛ"}.fi-rr-sunrise:before{content:"ﴜ"}.fi-rr-sunset:before{content:"ﴝ"}.fi-rr-superscript:before{content:"ﴞ"}.fi-rr-supplier-alt:before{content:"ﴟ"}.fi-rr-supplier:before{content:"ﴠ"}.fi-rr-surfing:before{content:"ﴡ"}.fi-rr-surprise:before{content:"ﴢ"}.fi-rr-surveillance-camera:before{content:"ﴣ"}.fi-rr-survey-xmark:before{content:"ﴤ"}.fi-rr-sushi-alt:before{content:"ﴥ"}.fi-rr-sushi-roll:before{content:"ﴦ"}.fi-rr-sushi:before{content:"ﴧ"}.fi-rr-svg:before{content:"ﴨ"}.fi-rr-swap:before{content:"ﴩ"}.fi-rr-swatchbook:before{content:"ﴪ"}.fi-rr-swimmer:before{content:"ﴫ"}.fi-rr-swimming-pool:before{content:"ﴬ"}.fi-rr-swing:before{content:"ﴭ"}.fi-rr-swipe-down:before{content:"ﴮ"}.fi-rr-swipe-left:before{content:"ﴯ"}.fi-rr-swipe-right:before{content:"ﴰ"}.fi-rr-swipe-up:before{content:"ﴱ"}.fi-rr-sword:before{content:"ﴲ"}.fi-rr-symbol:before{content:"ﴳ"}.fi-rr-symbols:before{content:"ﴴ"}.fi-rr-synagogue:before{content:"ﴵ"}.fi-rr-syringe:before{content:"ﴶ"}.fi-rr-system-cloud:before{content:"ﴷ"}.fi-rr-t:before{content:"ﴸ"}.fi-rr-tab-folder:before{content:"ﴹ"}.fi-rr-table-columns:before{content:"ﴺ"}.fi-rr-table-layout:before{content:"ﴻ"}.fi-rr-table-list:before{content:"ﴼ"}.fi-rr-table-picnic:before{content:"ﴽ"}.fi-rr-table-pivot:before{content:"﴾"}.fi-rr-table-rows:before{content:"﴿"}.fi-rr-table-tree:before{content:"﵀"}.fi-rr-table:before{content:"﵁"}.fi-rr-tablet-android-alt:before{content:"﵂"}.fi-rr-tablet-android:before{content:"﵃"}.fi-rr-tablet-rugged:before{content:"﵄"}.fi-rr-tablet:before{content:"﵅"}.fi-rr-tachometer-alt-average:before{content:"﵆"}.fi-rr-tachometer-alt-fastest:before{content:"﵇"}.fi-rr-tachometer-alt-slow:before{content:"﵈"}.fi-rr-tachometer-alt-slowest:before{content:"﵉"}.fi-rr-tachometer-average:before{content:"﵊"}.fi-rr-tachometer-fast:before{content:"﵋"}.fi-rr-tachometer-fastest:before{content:"﵌"}.fi-rr-tachometer-slow:before{content:"﵍"}.fi-rr-tachometer-slowest:before{content:"﵎"}.fi-rr-tachometer:before{content:"﵏"}.fi-rr-taco:before{content:"ﵐ"}.fi-rr-tags:before{content:"ﵑ"}.fi-rr-talent-alt:before{content:"ﵒ"}.fi-rr-talent-hand:before{content:"ﵓ"}.fi-rr-talent:before{content:"ﵔ"}.fi-rr-tally-1:before{content:"ﵕ"}.fi-rr-tally-2:before{content:"ﵖ"}.fi-rr-tally-3:before{content:"ﵗ"}.fi-rr-tally-4:before{content:"ﵘ"}.fi-rr-tally:before{content:"ﵙ"}.fi-rr-tamale:before{content:"ﵚ"}.fi-rr-tank-water:before{content:"ﵛ"}.fi-rr-tap:before{content:"ﵜ"}.fi-rr-tape:before{content:"ﵝ"}.fi-rr-target-audience:before{content:"ﵞ"}.fi-rr-target:before{content:"ﵟ"}.fi-rr-tax-alt:before{content:"ﵠ"}.fi-rr-tax:before{content:"ﵡ"}.fi-rr-taxi-bus:before{content:"ﵢ"}.fi-rr-taxi:before{content:"ﵣ"}.fi-rr-team-check-alt:before{content:"ﵤ"}.fi-rr-team-check:before{content:"ﵥ"}.fi-rr-teddy-bear:before{content:"ﵦ"}.fi-rr-teeth-open:before{content:"ﵧ"}.fi-rr-telescope:before{content:"ﵨ"}.fi-rr-temperature-down:before{content:"ﵩ"}.fi-rr-temperature-frigid:before{content:"ﵪ"}.fi-rr-temperature-high:before{content:"ﵫ"}.fi-rr-temperature-list:before{content:"ﵬ"}.fi-rr-temperature-low:before{content:"ﵭ"}.fi-rr-temperature-up:before{content:"ﵮ"}.fi-rr-template-alt:before{content:"ﵯ"}.fi-rr-template:before{content:"ﵰ"}.fi-rr-tenge:before{content:"ﵱ"}.fi-rr-tennis:before{content:"ﵲ"}.fi-rr-tent-arrow-down-to-line:before{content:"ﵳ"}.fi-rr-tent-arrow-left-right:before{content:"ﵴ"}.fi-rr-tent-arrow-turn-left:before{content:"ﵵ"}.fi-rr-tent-arrows-down:before{content:"ﵶ"}.fi-rr-tents:before{content:"ﵷ"}.fi-rr-terminal:before{content:"ﵸ"}.fi-rr-terrace:before{content:"ﵹ"}.fi-rr-test-tube:before{content:"ﵺ"}.fi-rr-test:before{content:"ﵻ"}.fi-rr-text-box-dots:before{content:"ﵼ"}.fi-rr-text-box-edit:before{content:"ﵽ"}.fi-rr-text-box:before{content:"ﵾ"}.fi-rr-text-check:before{content:"ﵿ"}.fi-rr-text-height:before{content:"ﶀ"}.fi-rr-text-shadow:before{content:"ﶁ"}.fi-rr-text-size:before{content:"ﶂ"}.fi-rr-text-slash:before{content:"ﶃ"}.fi-rr-text-width:before{content:"ﶄ"}.fi-rr-text:before{content:"ﶅ"}.fi-rr-theater-masks:before{content:"ﶆ"}.fi-rr-thermometer-alt:before{content:"ﶇ"}.fi-rr-thermometer-empty:before{content:"ﶈ"}.fi-rr-thermometer-full:before{content:"ﶉ"}.fi-rr-thermometer-half:before{content:"ﶊ"}.fi-rr-thermometer-quarter:before{content:"ﶋ"}.fi-rr-thermometer-three-quarters:before{content:"ﶌ"}.fi-rr-theta:before{content:"ﶍ"}.fi-rr-third-award:before{content:"ﶎ"}.fi-rr-third-laurel:before{content:"ﶏ"}.fi-rr-third-medal:before{content:"﶐"}.fi-rr-third:before{content:"﶑"}.fi-rr-thought-bubble:before{content:"ﶒ"}.fi-rr-three-leaf-clover:before{content:"ﶓ"}.fi-rr-thumbs-up-trust:before{content:"ﶔ"}.fi-rr-thumbtack:before{content:"ﶕ"}.fi-rr-thunderstorm-moon:before{content:"ﶖ"}.fi-rr-thunderstorm-risk:before{content:"ﶗ"}.fi-rr-thunderstorm-sun:before{content:"ﶘ"}.fi-rr-thunderstorm:before{content:"ﶙ"}.fi-rr-thursday:before{content:"ﶚ"}.fi-rr-ticket-airline:before{content:"ﶛ"}.fi-rr-ticket-alt:before{content:"ﶜ"}.fi-rr-ticket:before{content:"ﶝ"}.fi-rr-tickets-airline:before{content:"ﶞ"}.fi-rr-tie:before{content:"ﶟ"}.fi-rr-tilde:before{content:"ﶠ"}.fi-rr-time-add:before{content:"ﶡ"}.fi-rr-time-check:before{content:"ﶢ"}.fi-rr-time-delete:before{content:"ﶣ"}.fi-rr-time-fast:before{content:"ﶤ"}.fi-rr-time-forward-sixty:before{content:"ﶥ"}.fi-rr-time-forward-ten:before{content:"ﶦ"}.fi-rr-time-forward:before{content:"ﶧ"}.fi-rr-time-half-past:before{content:"ﶨ"}.fi-rr-time-oclock:before{content:"ﶩ"}.fi-rr-time-past:before{content:"ﶪ"}.fi-rr-time-quarter-past:before{content:"ﶫ"}.fi-rr-time-quarter-to:before{content:"ﶬ"}.fi-rr-time-twenty-four:before{content:"ﶭ"}.fi-rr-time-watch-calendar:before{content:"ﶮ"}.fi-rr-timer-clock-call:before{content:"ﶯ"}.fi-rr-times-hexagon:before{content:"ﶰ"}.fi-rr-tint-slash:before{content:"ﶱ"}.fi-rr-tip-coin:before{content:"ﶲ"}.fi-rr-tire-flat:before{content:"ﶳ"}.fi-rr-tire-pressure-warning:before{content:"ﶴ"}.fi-rr-tire-rugged:before{content:"ﶵ"}.fi-rr-tire:before{content:"ﶶ"}.fi-rr-tired:before{content:"ﶷ"}.fi-rr-to-do-alt:before{content:"ﶸ"}.fi-rr-to-do:before{content:"ﶹ"}.fi-rr-together-people:before{content:"ﶺ"}.fi-rr-toggle-off:before{content:"ﶻ"}.fi-rr-toggle-on:before{content:"ﶼ"}.fi-rr-toilet-paper-blank-under:before{content:"ﶽ"}.fi-rr-toilet-paper-blank:before{content:"ﶾ"}.fi-rr-toilet-paper-slash:before{content:"ﶿ"}.fi-rr-toilet-paper-under-slash:before{content:"ﷀ"}.fi-rr-toilet-paper-under:before{content:"ﷁ"}.fi-rr-toilet:before{content:"ﷂ"}.fi-rr-toilets-portable:before{content:"ﷃ"}.fi-rr-token:before{content:"ﷄ"}.fi-rr-tomato:before{content:"ﷅ"}.fi-rr-tombstone-alt:before{content:"ﷆ"}.fi-rr-tombstone:before{content:"ﷇ"}.fi-rr-tool-box:before{content:"﷈"}.fi-rr-tool-crop:before{content:"﷉"}.fi-rr-tool-marquee:before{content:"﷊"}.fi-rr-tools:before{content:"﷋"}.fi-rr-tooth:before{content:"﷌"}.fi-rr-toothbrush:before{content:"﷍"}.fi-rr-torch-inspiration-leader:before{content:"﷎"}.fi-rr-torii-gate:before{content:"﷏"}.fi-rr-tornado:before{content:"﷐"}.fi-rr-total:before{content:"﷑"}.fi-rr-tour-guide-people:before{content:"﷒"}.fi-rr-tour-virtual:before{content:"﷓"}.fi-rr-tower-control:before{content:"﷔"}.fi-rr-track:before{content:"﷕"}.fi-rr-tractor:before{content:"﷖"}.fi-rr-trademark:before{content:"﷗"}.fi-rr-traffic-cone:before{content:"﷘"}.fi-rr-traffic-light-go:before{content:"﷙"}.fi-rr-traffic-light-slow:before{content:"﷚"}.fi-rr-traffic-light-stop:before{content:"﷛"}.fi-rr-traffic-light:before{content:"﷜"}.fi-rr-trailer:before{content:"﷝"}.fi-rr-train-journey:before{content:"﷞"}.fi-rr-train-side:before{content:"﷟"}.fi-rr-train-station-building:before{content:"﷠"}.fi-rr-train-station:before{content:"﷡"}.fi-rr-train-subway-tunnel:before{content:"﷢"}.fi-rr-train-track:before{content:"﷣"}.fi-rr-train-tram:before{content:"﷤"}.fi-rr-train:before{content:"﷥"}.fi-rr-tram:before{content:"﷦"}.fi-rr-transform:before{content:"﷧"}.fi-rr-transformation-block:before{content:"﷨"}.fi-rr-transformation-circle:before{content:"﷩"}.fi-rr-transformation-design:before{content:"﷪"}.fi-rr-transformation-shapes:before{content:"﷫"}.fi-rr-transformer-bolt:before{content:"﷬"}.fi-rr-transgender:before{content:"﷭"}.fi-rr-transporter-1:before{content:"﷮"}.fi-rr-transporter-2:before{content:"﷯"}.fi-rr-transporter-3:before{content:"ﷰ"}.fi-rr-transporter-4:before{content:"ﷱ"}.fi-rr-transporter-5:before{content:"ﷲ"}.fi-rr-transporter-6:before{content:"ﷳ"}.fi-rr-transporter-7:before{content:"ﷴ"}.fi-rr-transporter-empty:before{content:"ﷵ"}.fi-rr-transporter:before{content:"ﷶ"}.fi-rr-trash-can-check:before{content:"ﷷ"}.fi-rr-trash-can-clock:before{content:"ﷸ"}.fi-rr-trash-can-list:before{content:"ﷹ"}.fi-rr-trash-can-plus:before{content:"ﷺ"}.fi-rr-trash-can-slash:before{content:"ﷻ"}.fi-rr-trash-check:before{content:"﷼"}.fi-rr-trash-clock:before{content:"﷽"}.fi-rr-trash-empty:before{content:"﷾"}.fi-rr-trash-list:before{content:"﷿"}.fi-rr-trash-plus:before{content:"︐"}.fi-rr-trash-restore-alt:before{content:"︑"}.fi-rr-trash-restore:before{content:"︒"}.fi-rr-trash-slash:before{content:"︓"}.fi-rr-trash-undo-alt:before{content:"︔"}.fi-rr-trash-undo:before{content:"︕"}.fi-rr-trash-xmark:before{content:"︖"}.fi-rr-trash:before{content:"︗"}.fi-rr-treadmill:before{content:"︘"}.fi-rr-treasure-chest:before{content:"︙"}.fi-rr-treatment:before{content:"︚"}.fi-rr-tree-alt:before{content:"︛"}.fi-rr-tree-christmas:before{content:"︜"}.fi-rr-tree-deciduous:before{content:"︝"}.fi-rr-tree:before{content:"︞"}.fi-rr-trees-alt:before{content:"︟"}.fi-rr-trees:before{content:"︰"}.fi-rr-triangle-music:before{content:"︱"}.fi-rr-triangle-person-digging:before{content:"︲"}.fi-rr-triangle-warning:before{content:"︳"}.fi-rr-triangle:before{content:"︴"}.fi-rr-tricycle:before{content:"︵"}.fi-rr-trillium:before{content:"︶"}.fi-rr-trophy-achievement-skill:before{content:"︷"}.fi-rr-trophy-star:before{content:"︸"}.fi-rr-trophy:before{content:"︹"}.fi-rr-truck-arrow-left:before{content:"︺"}.fi-rr-truck-arrow-right:before{content:"︻"}.fi-rr-truck-bolt:before{content:"︼"}.fi-rr-truck-box:before{content:"︽"}.fi-rr-truck-check:before{content:"︾"}.fi-rr-truck-container-empty:before{content:"︿"}.fi-rr-truck-container:before{content:"﹀"}.fi-rr-truck-couch:before{content:"﹁"}.fi-rr-truck-fire:before{content:"﹂"}.fi-rr-truck-flatbed:before{content:"﹃"}.fi-rr-truck-front:before{content:"﹄"}.fi-rr-truck-ladder:before{content:"﹅"}.fi-rr-truck-loading:before{content:"﹆"}.fi-rr-truck-medical:before{content:"﹇"}.fi-rr-truck-monster:before{content:"﹈"}.fi-rr-truck-moving:before{content:"﹉"}.fi-rr-truck-pickup:before{content:"﹊"}.fi-rr-truck-plow:before{content:"﹋"}.fi-rr-truck-ramp:before{content:"﹌"}.fi-rr-truck-side:before{content:"﹍"}.fi-rr-truck-tow:before{content:"﹎"}.fi-rr-truck-utensils:before{content:"﹏"}.fi-rr-trumpet:before{content:"﹐"}.fi-rr-trust-alt:before{content:"﹑"}.fi-rr-trust:before{content:"﹒"}.fi-rr-tshirt:before{content:"﹓"}.fi-rr-tty-answer:before{content:"﹔"}.fi-rr-tty:before{content:"﹕"}.fi-rr-tubes:before{content:"﹖"}.fi-rr-tuesday:before{content:"﹗"}.fi-rr-tugrik-sign:before{content:"﹘"}.fi-rr-turkey:before{content:"﹙"}.fi-rr-turn-left-down:before{content:"﹚"}.fi-rr-turn-left:before{content:"﹛"}.fi-rr-turn-right:before{content:"﹜"}.fi-rr-turntable:before{content:"﹝"}.fi-rr-turtle:before{content:"﹞"}.fi-rr-tv-music:before{content:"﹟"}.fi-rr-tv-retro:before{content:"﹠"}.fi-rr-typewriter:before{content:"﹡"}.fi-rr-u:before{content:"﹢"}.fi-rr-ufo-beam:before{content:"﹣"}.fi-rr-ufo:before{content:"﹤"}.fi-rr-ui-ux:before{content:"﹥"}.fi-rr-umbrella-beach:before{content:"﹦"}.fi-rr-umbrella:before{content:"﹧"}.fi-rr-under-construction:before{content:"﹨"}.fi-rr-underline:before{content:"﹩"}.fi-rr-undo-alt:before{content:"﹪"}.fi-rr-undo:before{content:"﹫"}.fi-rr-unicorn:before{content:"﹬"}.fi-rr-uniform-martial-arts:before{content:"﹭"}.fi-rr-universal-access:before{content:"﹮"}.fi-rr-unlock:before{content:"﹯"}.fi-rr-up-from-bracket:before{content:"ﹰ"}.fi-rr-up-left:before{content:"ﹱ"}.fi-rr-up-right-from-square:before{content:"ﹲ"}.fi-rr-up-right:before{content:"ﹳ"}.fi-rr-up:before{content:"ﹴ"}.fi-rr-upload:before{content:"﹵"}.fi-rr-url:before{content:"ﹶ"}.fi-rr-usb-pendrive:before{content:"ﹷ"}.fi-rr-usd-circle:before{content:"ﹸ"}.fi-rr-usd-square:before{content:"ﹹ"}.fi-rr-user-add:before{content:"ﹺ"}.fi-rr-user-alien:before{content:"ﹻ"}.fi-rr-user-astronaut:before{content:"ﹼ"}.fi-rr-user-check:before{content:"ﹽ"}.fi-rr-user-chef:before{content:"ﹾ"}.fi-rr-user-coach:before{content:"ﹿ"}.fi-rr-user-cowboy:before{content:"ﺀ"}.fi-rr-user-crown:before{content:"ﺁ"}.fi-rr-user-gear:before{content:"ﺂ"}.fi-rr-user-graduate:before{content:"ﺃ"}.fi-rr-user-headset:before{content:"ﺄ"}.fi-rr-user-helmet-safety:before{content:"ﺅ"}.fi-rr-user-injured:before{content:"ﺆ"}.fi-rr-user-interface-ui:before{content:"ﺇ"}.fi-rr-user-key:before{content:"ﺈ"}.fi-rr-user-lock:before{content:"ﺉ"}.fi-rr-user-md-chat:before{content:"ﺊ"}.fi-rr-user-md:before{content:"ﺋ"}.fi-rr-user-minus:before{content:"ﺌ"}.fi-rr-user-music:before{content:"ﺍ"}.fi-rr-user-ninja:before{content:"ﺎ"}.fi-rr-user-nurse:before{content:"ﺏ"}.fi-rr-user-pen:before{content:"ﺐ"}.fi-rr-user-pilot-tie:before{content:"ﺑ"}.fi-rr-user-pilot:before{content:"ﺒ"}.fi-rr-user-police:before{content:"ﺓ"}.fi-rr-user-robot-xmarks:before{content:"ﺔ"}.fi-rr-user-robot:before{content:"ﺕ"}.fi-rr-user-salary:before{content:"ﺖ"}.fi-rr-user-shield:before{content:"ﺗ"}.fi-rr-user-skill-gear:before{content:"ﺘ"}.fi-rr-user-slash:before{content:"ﺙ"}.fi-rr-user-tag:before{content:"ﺚ"}.fi-rr-user-time:before{content:"ﺛ"}.fi-rr-user-trust:before{content:"ﺜ"}.fi-rr-user-unlock:before{content:"ﺝ"}.fi-rr-user-visor:before{content:"ﺞ"}.fi-rr-user-xmark:before{content:"ﺟ"}.fi-rr-user:before{content:"ﺠ"}.fi-rr-users-alt:before{content:"ﺡ"}.fi-rr-users-class:before{content:"ﺢ"}.fi-rr-users-gear:before{content:"ﺣ"}.fi-rr-users-medical:before{content:"ﺤ"}.fi-rr-users-slash:before{content:"ﺥ"}.fi-rr-users:before{content:"ﺦ"}.fi-rr-utensils-slash:before{content:"ﺧ"}.fi-rr-utensils:before{content:"ﺨ"}.fi-rr-utility-pole-double:before{content:"ﺩ"}.fi-rr-utility-pole:before{content:"ﺪ"}.fi-rr-ux-browser:before{content:"ﺫ"}.fi-rr-ux:before{content:"ﺬ"}.fi-rr-v:before{content:"ﺭ"}.fi-rr-vacuum-robot:before{content:"ﺮ"}.fi-rr-vacuum:before{content:"ﺯ"}.fi-rr-value-absolute:before{content:"ﺰ"}.fi-rr-vault:before{content:"ﺱ"}.fi-rr-vector-alt:before{content:"ﺲ"}.fi-rr-vector-circle:before{content:"ﺳ"}.fi-rr-vector-polygon:before{content:"ﺴ"}.fi-rr-vector:before{content:"ﺵ"}.fi-rr-venus-double:before{content:"ﺶ"}.fi-rr-venus-mars:before{content:"ﺷ"}.fi-rr-venus:before{content:"ﺸ"}.fi-rr-vest-patches:before{content:"ﺹ"}.fi-rr-vest:before{content:"ﺺ"}.fi-rr-video-arrow-down-left:before{content:"ﺻ"}.fi-rr-video-arrow-up-right:before{content:"ﺼ"}.fi-rr-video-camera-alt:before{content:"ﺽ"}.fi-rr-video-camera:before{content:"ﺾ"}.fi-rr-video-duration:before{content:"ﺿ"}.fi-rr-video-plus:before{content:"ﻀ"}.fi-rr-video-slash:before{content:"ﻁ"}.fi-rr-videoconference:before{content:"ﻂ"}.fi-rr-vihara:before{content:"ﻃ"}.fi-rr-violin:before{content:"ﻄ"}.fi-rr-virus-slash:before{content:"ﻅ"}.fi-rr-virus:before{content:"ﻆ"}.fi-rr-viruses:before{content:"ﻇ"}.fi-rr-visit:before{content:"ﻈ"}.fi-rr-voicemail:before{content:"ﻉ"}.fi-rr-volcano:before{content:"ﻊ"}.fi-rr-volleyball:before{content:"ﻋ"}.fi-rr-volume-down:before{content:"ﻌ"}.fi-rr-volume-mute:before{content:"ﻍ"}.fi-rr-volume-off:before{content:"ﻎ"}.fi-rr-volume-slash:before{content:"ﻏ"}.fi-rr-volume:before{content:"ﻐ"}.fi-rr-vote-nay:before{content:"ﻑ"}.fi-rr-vote-yea:before{content:"ﻒ"}.fi-rr-vr-cardboard:before{content:"ﻓ"}.fi-rr-w:before{content:"ﻔ"}.fi-rr-waffle:before{content:"ﻕ"}.fi-rr-wagon-covered:before{content:"ﻖ"}.fi-rr-walker:before{content:"ﻗ"}.fi-rr-walkie-talkie:before{content:"ﻘ"}.fi-rr-walking:before{content:"ﻙ"}.fi-rr-wallet-arrow:before{content:"ﻚ"}.fi-rr-wallet-buyer:before{content:"ﻛ"}.fi-rr-wallet:before{content:"ﻜ"}.fi-rr-warehouse-alt:before{content:"ﻝ"}.fi-rr-warranty:before{content:"ﻞ"}.fi-rr-washer:before{content:"ﻟ"}.fi-rr-waste-pollution:before{content:"ﻠ"}.fi-rr-waste:before{content:"ﻡ"}.fi-rr-watch-calculator:before{content:"ﻢ"}.fi-rr-watch-fitness:before{content:"ﻣ"}.fi-rr-watch-smart:before{content:"ﻤ"}.fi-rr-watch:before{content:"ﻥ"}.fi-rr-water-bottle:before{content:"ﻦ"}.fi-rr-water-ladder:before{content:"ﻧ"}.fi-rr-water-lower:before{content:"ﻨ"}.fi-rr-water-rise:before{content:"ﻩ"}.fi-rr-water:before{content:"ﻪ"}.fi-rr-watermelon:before{content:"ﻫ"}.fi-rr-wave-sine:before{content:"ﻬ"}.fi-rr-wave-square:before{content:"ﻭ"}.fi-rr-wave-triangle:before{content:"ﻮ"}.fi-rr-wave:before{content:"ﻯ"}.fi-rr-waveform-path:before{content:"ﻰ"}.fi-rr-waveform:before{content:"ﻱ"}.fi-rr-web-design:before{content:"ﻲ"}.fi-rr-webcam-slash:before{content:"ﻳ"}.fi-rr-webcam:before{content:"ﻴ"}.fi-rr-webhook:before{content:"ﻵ"}.fi-rr-wednesday:before{content:"ﻶ"}.fi-rr-whale:before{content:"ﻷ"}.fi-rr-wheat-awn-circle-exclamation:before{content:"ﻸ"}.fi-rr-wheat-awn-slash:before{content:"ﻹ"}.fi-rr-wheat-awn:before{content:"ﻺ"}.fi-rr-wheat-slash:before{content:"ﻻ"}.fi-rr-wheat:before{content:"ﻼ"}.fi-rr-wheelchair-move:before{content:"﻽"}.fi-rr-wheelchair-sleeping:before{content:"﻾"}.fi-rr-wheelchair:before{content:"＀"}.fi-rr-whistle:before{content:"！"}.fi-rr-white-space:before{content:"＂"}.fi-rr-wifi-1:before{content:"＃"}.fi-rr-wifi-2:before{content:"＄"}.fi-rr-wifi-alt:before{content:"％"}.fi-rr-wifi-exclamation:before{content:"＆"}.fi-rr-wifi-slash:before{content:"＇"}.fi-rr-wifi:before{content:"（"}.fi-rr-wind-turbine:before{content:"）"}.fi-rr-wind-warning:before{content:"＊"}.fi-rr-wind:before{content:"＋"}.fi-rr-window-alt:before{content:"，"}.fi-rr-window-frame-open:before{content:"－"}.fi-rr-window-frame:before{content:"．"}.fi-rr-window-maximize:before{content:"／"}.fi-rr-window-minimize:before{content:"０"}.fi-rr-window-restore:before{content:"１"}.fi-rr-windsock:before{content:"２"}.fi-rr-wine-bottle:before{content:"３"}.fi-rr-wine-glass-crack:before{content:"４"}.fi-rr-wine-glass-empty:before{content:"５"}.fi-rr-wishlist-heart:before{content:"６"}.fi-rr-wishlist-star:before{content:"７"}.fi-rr-woman-head:before{content:"８"}.fi-rr-woman-scientist:before{content:"９"}.fi-rr-won-sign:before{content:"："}.fi-rr-work-in-progress:before{content:"；"}.fi-rr-workflow-alt:before{content:"＜"}.fi-rr-workflow-setting-alt:before{content:"＝"}.fi-rr-workflow-setting:before{content:"＞"}.fi-rr-workflow:before{content:"？"}.fi-rr-workshop:before{content:"＠"}.fi-rr-world:before{content:"Ａ"}.fi-rr-worm:before{content:"Ｂ"}.fi-rr-wreath:before{content:"Ｃ"}.fi-rr-wrench-alt:before{content:"Ｄ"}.fi-rr-wrench-simple:before{content:"Ｅ"}.fi-rr-x-ray:before{content:"Ｆ"}.fi-rr-x:before{content:"Ｇ"}.fi-rr-y:before{content:"Ｈ"}.fi-rr-yen:before{content:"Ｉ"}.fi-rr-yin-yang:before{content:"Ｊ"}.fi-rr-z:before{content:"Ｋ"}.fi-rr-zip-file:before{content:"Ｌ"}.fi-rr-zoom-in:before{content:"Ｍ"}.fi-rr-zoom-out:before{content:"Ｎ"}@font-face{font-family:uicons-regular-straight;src:url(/assets/uicons-regular-straight-2I3O25UC-BTo29w1U.woff2) format("woff2"),url(/assets/uicons-regular-straight-AFQI6GFM-DphnoBbK.woff) format("woff"),url(/assets/uicons-regular-straight-E4NUVXFC-BEgV9gQl.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-rs-]:before,i[class*=" fi-rs-"]:before,span[class^=fi-rs-]:before,span[class*=fi-rs-]:before{font-family:uicons-regular-straight!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-rs-0:before{content:""}.fi-rs-00s-music-disc:before{content:""}.fi-rs-1:before{content:""}.fi-rs-2:before{content:""}.fi-rs-3:before{content:""}.fi-rs-360-degrees:before{content:""}.fi-rs-4:before{content:""}.fi-rs-404:before{content:""}.fi-rs-5:before{content:""}.fi-rs-6:before{content:""}.fi-rs-60s-music-disc:before{content:""}.fi-rs-7:before{content:""}.fi-rs-70s-music-disc:before{content:""}.fi-rs-8:before{content:""}.fi-rs-80s-music-disc:before{content:""}.fi-rs-9:before{content:""}.fi-rs-90s-music-disc:before{content:""}.fi-rs-a:before{content:""}.fi-rs-accident:before{content:""}.fi-rs-acorn:before{content:""}.fi-rs-ad-paid:before{content:""}.fi-rs-ad:before{content:""}.fi-rs-add-document:before{content:""}.fi-rs-add-folder:before{content:""}.fi-rs-add-image:before{content:""}.fi-rs-add:before{content:""}.fi-rs-address-book:before{content:""}.fi-rs-address-card:before{content:""}.fi-rs-admin-alt:before{content:""}.fi-rs-admin:before{content:""}.fi-rs-age-alt:before{content:""}.fi-rs-age-restriction-eighteen:before{content:""}.fi-rs-age-restriction-seven:before{content:""}.fi-rs-age-restriction-six:before{content:""}.fi-rs-age-restriction-sixteen:before{content:""}.fi-rs-age-restriction-thirteen:before{content:""}.fi-rs-age-restriction-three:before{content:""}.fi-rs-age-restriction-twelve:before{content:""}.fi-rs-age-restriction-twenty-one:before{content:""}.fi-rs-age-restriction-zero:before{content:""}.fi-rs-age:before{content:""}.fi-rs-air-conditioner:before{content:""}.fi-rs-air-freshener:before{content:""}.fi-rs-air-pollution:before{content:""}.fi-rs-airplane-journey:before{content:""}.fi-rs-airplane-window-open:before{content:""}.fi-rs-airplay:before{content:""}.fi-rs-alarm-clock:before{content:""}.fi-rs-alarm-exclamation:before{content:""}.fi-rs-alarm-plus:before{content:""}.fi-rs-alarm-snooze:before{content:""}.fi-rs-album-circle-plus:before{content:""}.fi-rs-album-circle-user:before{content:""}.fi-rs-album-collection:before{content:""}.fi-rs-album:before{content:""}.fi-rs-algorithm:before{content:""}.fi-rs-alicorn:before{content:""}.fi-rs-alien:before{content:""}.fi-rs-align-center:before{content:""}.fi-rs-align-justify:before{content:""}.fi-rs-align-left:before{content:""}.fi-rs-align-slash:before{content:""}.fi-rs-ambulance:before{content:""}.fi-rs-analyse-alt:before{content:""}.fi-rs-analyse:before{content:""}.fi-rs-anatomical-heart:before{content:""}.fi-rs-anchor:before{content:""}.fi-rs-angel:before{content:""}.fi-rs-angle-90:before{content:""}.fi-rs-angle-circle-down:before{content:""}.fi-rs-angle-circle-left:before{content:""}.fi-rs-angle-circle-right:before{content:""}.fi-rs-angle-circle-up:before{content:""}.fi-rs-angle-double-left:before{content:""}.fi-rs-angle-double-right:before{content:""}.fi-rs-angle-double-small-down:before{content:""}.fi-rs-angle-double-small-left:before{content:""}.fi-rs-angle-double-small-right:before{content:""}.fi-rs-angle-double-small-up:before{content:""}.fi-rs-angle-down:before{content:""}.fi-rs-angle-left:before{content:""}.fi-rs-angle-right:before{content:""}.fi-rs-angle-small-down:before{content:""}.fi-rs-angle-small-left:before{content:""}.fi-rs-angle-small-right:before{content:""}.fi-rs-angle-small-up:before{content:""}.fi-rs-angle-square-down:before{content:""}.fi-rs-angle-square-left:before{content:""}.fi-rs-angle-square-right:before{content:""}.fi-rs-angle-square-up:before{content:""}.fi-rs-angle-up:before{content:""}.fi-rs-angle:before{content:""}.fi-rs-angles-up-down:before{content:""}.fi-rs-angry:before{content:""}.fi-rs-animated-icon:before{content:""}.fi-rs-ankh:before{content:""}.fi-rs-answer-alt:before{content:""}.fi-rs-answer:before{content:""}.fi-rs-apartment:before{content:""}.fi-rs-aperture:before{content:""}.fi-rs-api:before{content:""}.fi-rs-apple-core:before{content:""}.fi-rs-apple-crate:before{content:""}.fi-rs-apple-whole:before{content:""}.fi-rs-apps-add:before{content:""}.fi-rs-apps-delete:before{content:""}.fi-rs-apps-sort:before{content:""}.fi-rs-apps:before{content:""}.fi-rs-archive:before{content:""}.fi-rs-archway:before{content:""}.fi-rs-arrow-alt-circle-down:before{content:""}.fi-rs-arrow-alt-circle-left:before{content:""}.fi-rs-arrow-alt-circle-right:before{content:""}.fi-rs-arrow-alt-circle-up:before{content:""}.fi-rs-arrow-alt-down:before{content:""}.fi-rs-arrow-alt-from-bottom:before{content:""}.fi-rs-arrow-alt-from-left:before{content:""}.fi-rs-arrow-alt-from-right:before{content:""}.fi-rs-arrow-alt-from-top:before{content:""}.fi-rs-arrow-alt-left:before{content:""}.fi-rs-arrow-alt-right:before{content:""}.fi-rs-arrow-alt-square-down:before{content:""}.fi-rs-arrow-alt-square-left:before{content:""}.fi-rs-arrow-alt-square-right:before{content:""}.fi-rs-arrow-alt-square-up:before{content:""}.fi-rs-arrow-alt-to-bottom:before{content:""}.fi-rs-arrow-alt-to-left:before{content:""}.fi-rs-arrow-alt-to-right:before{content:""}.fi-rs-arrow-alt-to-top:before{content:""}.fi-rs-arrow-alt-up:before{content:""}.fi-rs-arrow-circle-down:before{content:""}.fi-rs-arrow-circle-left:before{content:""}.fi-rs-arrow-circle-right:before{content:""}.fi-rs-arrow-circle-up:before{content:""}.fi-rs-arrow-comparison:before{content:""}.fi-rs-arrow-down-from-arc:before{content:""}.fi-rs-arrow-down-from-dotted-line:before{content:""}.fi-rs-arrow-down-left:before{content:""}.fi-rs-arrow-down-small-big:before{content:""}.fi-rs-arrow-down-to-dotted-line:before{content:""}.fi-rs-arrow-down-to-square:before{content:""}.fi-rs-arrow-down-triangle-square:before{content:""}.fi-rs-arrow-down:before{content:""}.fi-rs-arrow-from-bottom:before{content:""}.fi-rs-arrow-from-left:before{content:""}.fi-rs-arrow-from-right:before{content:""}.fi-rs-arrow-from-top:before{content:""}.fi-rs-arrow-left-from-arc:before{content:""}.fi-rs-arrow-left-from-line:before{content:""}.fi-rs-arrow-left-to-arc:before{content:""}.fi-rs-arrow-left:before{content:""}.fi-rs-arrow-progress-alt:before{content:""}.fi-rs-arrow-progress:before{content:""}.fi-rs-arrow-right-to-bracket:before{content:""}.fi-rs-arrow-right:before{content:""}.fi-rs-arrow-small-down:before{content:""}.fi-rs-arrow-small-left:before{content:""}.fi-rs-arrow-small-right:before{content:""}.fi-rs-arrow-small-up:before{content:""}.fi-rs-arrow-square-down:before{content:""}.fi-rs-arrow-square-left:before{content:""}.fi-rs-arrow-square-right:before{content:""}.fi-rs-arrow-square-up:before{content:""}.fi-rs-arrow-to-bottom:before{content:""}.fi-rs-arrow-to-left:before{content:""}.fi-rs-arrow-to-right:before{content:""}.fi-rs-arrow-to-top:before{content:""}.fi-rs-arrow-trend-down:before{content:""}.fi-rs-arrow-trend-up:before{content:""}.fi-rs-arrow-turn-down-left:before{content:""}.fi-rs-arrow-turn-down-right:before{content:""}.fi-rs-arrow-turn-left-up:before{content:""}.fi-rs-arrow-turn-left:before{content:""}.fi-rs-arrow-up-from-dotted-line:before{content:""}.fi-rs-arrow-up-from-ground-water:before{content:""}.fi-rs-arrow-up-from-square:before{content:""}.fi-rs-arrow-up-left-from-circle:before{content:""}.fi-rs-arrow-up-left:before{content:""}.fi-rs-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-rs-arrow-up-right-from-square:before{content:""}.fi-rs-arrow-up-right:before{content:""}.fi-rs-arrow-up-small-big:before{content:""}.fi-rs-arrow-up-square-triangle:before{content:""}.fi-rs-arrow-up-to-arc:before{content:""}.fi-rs-arrow-up-to-dotted-line:before{content:""}.fi-rs-arrow-up:before{content:""}.fi-rs-arrow-upward-growth-crypto:before{content:""}.fi-rs-arrows-alt-h:before{content:""}.fi-rs-arrows-alt-v:before{content:""}.fi-rs-arrows-alt:before{content:""}.fi-rs-arrows-cross:before{content:""}.fi-rs-arrows-from-dotted-line:before{content:""}.fi-rs-arrows-from-line:before{content:""}.fi-rs-arrows-h-copy:before{content:""}.fi-rs-arrows-h:before{content:""}.fi-rs-arrows-repeat-1:before{content:""}.fi-rs-arrows-repeat:before{content:""}.fi-rs-arrows-retweet:before{content:""}.fi-rs-arrows-split-right-and-left:before{content:""}.fi-rs-arrows-split-up-and-left:before{content:""}.fi-rs-arrows-to-circle:before{content:""}.fi-rs-arrows-to-dotted-line:before{content:""}.fi-rs-arrows-to-eye:before{content:""}.fi-rs-arrows-to-line:before{content:""}.fi-rs-arrows:before{content:""}.fi-rs-artificial-intelligence:before{content:""}.fi-rs-assept-document:before{content:""}.fi-rs-assessment-alt:before{content:""}.fi-rs-assessment:before{content:""}.fi-rs-assign:before{content:""}.fi-rs-assistive-listening-systems:before{content:""}.fi-rs-asterik:before{content:""}.fi-rs-at:before{content:""}.fi-rs-attribution-pen:before{content:""}.fi-rs-attribution-pencil:before{content:""}.fi-rs-aubergine:before{content:""}.fi-rs-auction:before{content:""}.fi-rs-audience-megaphone:before{content:""}.fi-rs-audio-description-slash:before{content:""}.fi-rs-audit-alt:before{content:""}.fi-rs-audit:before{content:""}.fi-rs-austral-sign:before{content:""}.fi-rs-avocado:before{content:""}.fi-rs-award:before{content:""}.fi-rs-axe-battle:before{content:""}.fi-rs-axe:before{content:""}.fi-rs-b:before{content:""}.fi-rs-baby-carriage:before{content:""}.fi-rs-baby:before{content:""}.fi-rs-back-up:before{content:""}.fi-rs-background:before{content:""}.fi-rs-backpack:before{content:""}.fi-rs-bacon:before{content:""}.fi-rs-bacteria:before{content:""}.fi-rs-bacterium:before{content:""}.fi-rs-badge-check:before{content:""}.fi-rs-badge-dollar:before{content:""}.fi-rs-badge-leaf:before{content:""}.fi-rs-badge-percent:before{content:""}.fi-rs-badge-sheriff:before{content:""}.fi-rs-badge:before{content:""}.fi-rs-badger-honey:before{content:""}.fi-rs-badget-check-alt:before{content:""}.fi-rs-badminton:before{content:""}.fi-rs-bag-map-pin:before{content:""}.fi-rs-bag-seedling:before{content:""}.fi-rs-bag-shopping-minus:before{content:""}.fi-rs-bags-shopping:before{content:""}.fi-rs-baguette:before{content:""}.fi-rs-bahai:before{content:""}.fi-rs-baht-sign:before{content:""}.fi-rs-balance-scale-left:before{content:""}.fi-rs-balance-scale-right:before{content:""}.fi-rs-ball-pile:before{content:""}.fi-rs-ballet-dance:before{content:""}.fi-rs-balloon:before{content:""}.fi-rs-balloons:before{content:""}.fi-rs-ballot-check:before{content:""}.fi-rs-ballot:before{content:""}.fi-rs-ban-bug:before{content:""}.fi-rs-ban:before{content:""}.fi-rs-banana:before{content:""}.fi-rs-band-aid:before{content:""}.fi-rs-bangladeshi-taka-sign:before{content:""}.fi-rs-banjo:before{content:""}.fi-rs-bank:before{content:""}.fi-rs-banner-2:before{content:""}.fi-rs-banner-3:before{content:""}.fi-rs-banner-4:before{content:""}.fi-rs-banner-5:before{content:""}.fi-rs-banner:before{content:""}.fi-rs-barber-pole:before{content:""}.fi-rs-barber-shop:before{content:""}.fi-rs-barcode-read:before{content:""}.fi-rs-barcode-scan:before{content:""}.fi-rs-barcode:before{content:""}.fi-rs-bars-filter:before{content:""}.fi-rs-bars-progress:before{content:""}.fi-rs-bars-sort:before{content:""}.fi-rs-bars-staggered:before{content:""}.fi-rs-baseball-alt:before{content:""}.fi-rs-baseball:before{content:""}.fi-rs-basket-shopping-minus:before{content:""}.fi-rs-basket-shopping-plus:before{content:""}.fi-rs-basket-shopping-simple:before{content:""}.fi-rs-basketball-hoop:before{content:""}.fi-rs-basketball:before{content:""}.fi-rs-bat:before{content:""}.fi-rs-bath:before{content:""}.fi-rs-battery-bolt:before{content:""}.fi-rs-battery-empty:before{content:""}.fi-rs-battery-exclamation:before{content:""}.fi-rs-battery-full:before{content:""}.fi-rs-battery-half:before{content:""}.fi-rs-battery-quarter:before{content:""}.fi-rs-battery-slash:before{content:""}.fi-rs-battery-three-quarters:before{content:""}.fi-rs-beacon:before{content:""}.fi-rs-bed-alt:before{content:""}.fi-rs-bed-bunk:before{content:""}.fi-rs-bed-empty:before{content:""}.fi-rs-bed:before{content:""}.fi-rs-bee:before{content:""}.fi-rs-beer-mug-empty:before{content:""}.fi-rs-beer:before{content:""}.fi-rs-bell-concierge:before{content:""}.fi-rs-bell-notification-call:before{content:""}.fi-rs-bell-notification-social-media:before{content:""}.fi-rs-bell-ring:before{content:""}.fi-rs-bell-school-slash:before{content:""}.fi-rs-bell-school:before{content:""}.fi-rs-bell-slash:before{content:""}.fi-rs-bell:before{content:""}.fi-rs-bells:before{content:""}.fi-rs-bench-tree:before{content:""}.fi-rs-benefit-diamond-alt:before{content:""}.fi-rs-benefit-diamond:before{content:""}.fi-rs-benefit-hand:before{content:""}.fi-rs-benefit-increase:before{content:""}.fi-rs-benefit-porcent:before{content:""}.fi-rs-benefit:before{content:""}.fi-rs-betamax:before{content:""}.fi-rs-bible:before{content:""}.fi-rs-bicycle-journey:before{content:""}.fi-rs-bike:before{content:""}.fi-rs-biking-mountain:before{content:""}.fi-rs-biking:before{content:""}.fi-rs-bill-arrow:before{content:""}.fi-rs-billiard:before{content:""}.fi-rs-bin-bottles:before{content:""}.fi-rs-binary-circle-check:before{content:""}.fi-rs-binary-lock:before{content:""}.fi-rs-binary-slash:before{content:""}.fi-rs-binary:before{content:""}.fi-rs-binoculars:before{content:""}.fi-rs-bio-leaves:before{content:""}.fi-rs-bio:before{content:""}.fi-rs-biohazard:before{content:""}.fi-rs-bird:before{content:""}.fi-rs-bitcoin-sign:before{content:""}.fi-rs-blanket:before{content:""}.fi-rs-blender-phone:before{content:""}.fi-rs-blender:before{content:""}.fi-rs-blinds-open:before{content:""}.fi-rs-blinds-raised:before{content:""}.fi-rs-blinds:before{content:""}.fi-rs-block-brick:before{content:""}.fi-rs-block-microphone:before{content:""}.fi-rs-block-question:before{content:""}.fi-rs-block-quote:before{content:""}.fi-rs-block:before{content:""}.fi-rs-blockchain-3:before{content:""}.fi-rs-blog-pencil:before{content:""}.fi-rs-blog-text:before{content:""}.fi-rs-blood-dropper:before{content:""}.fi-rs-blood-test-tube-alt:before{content:""}.fi-rs-blood-test-tube:before{content:""}.fi-rs-blood:before{content:""}.fi-rs-blueberries:before{content:""}.fi-rs-blueprint:before{content:""}.fi-rs-bold:before{content:""}.fi-rs-bolt-auto:before{content:""}.fi-rs-bolt-slash:before{content:""}.fi-rs-bolt:before{content:""}.fi-rs-bomb:before{content:""}.fi-rs-bone-break:before{content:""}.fi-rs-bone:before{content:""}.fi-rs-bong:before{content:""}.fi-rs-bonus-alt:before{content:""}.fi-rs-bonus-star:before{content:""}.fi-rs-bonus:before{content:""}.fi-rs-book-alt:before{content:""}.fi-rs-book-arrow-right:before{content:""}.fi-rs-book-arrow-up:before{content:""}.fi-rs-book-atlas:before{content:""}.fi-rs-book-bookmark:before{content:""}.fi-rs-book-circle-arrow-right:before{content:""}.fi-rs-book-circle-arrow-up:before{content:""}.fi-rs-book-copy:before{content:""}.fi-rs-book-dead:before{content:""}.fi-rs-book-font:before{content:""}.fi-rs-book-heart:before{content:""}.fi-rs-book-medical:before{content:""}.fi-rs-book-open-cover:before{content:""}.fi-rs-book-open-reader:before{content:""}.fi-rs-book-plus:before{content:""}.fi-rs-book-quran:before{content:""}.fi-rs-book-section:before{content:""}.fi-rs-book-spells:before{content:""}.fi-rs-book-tanakh:before{content:""}.fi-rs-book-user:before{content:""}.fi-rs-book:before{content:""}.fi-rs-Booking:before{content:""}.fi-rs-bookmark-slash:before{content:""}.fi-rs-bookmark:before{content:""}.fi-rs-books-medical:before{content:""}.fi-rs-books:before{content:""}.fi-rs-boot-heeled:before{content:""}.fi-rs-boot:before{content:""}.fi-rs-booth-curtain:before{content:""}.fi-rs-border-all:before{content:""}.fi-rs-border-bottom:before{content:""}.fi-rs-border-center-h:before{content:""}.fi-rs-border-center-v:before{content:""}.fi-rs-border-inner:before{content:""}.fi-rs-border-left:before{content:""}.fi-rs-border-none:before{content:""}.fi-rs-border-outer:before{content:""}.fi-rs-border-right:before{content:""}.fi-rs-border-style-alt:before{content:""}.fi-rs-border-style:before{content:""}.fi-rs-border-top:before{content:""}.fi-rs-boss:before{content:""}.fi-rs-bottle-droplet:before{content:""}.fi-rs-bottle:before{content:""}.fi-rs-bow-arrow:before{content:""}.fi-rs-bowl-chopsticks-noodles:before{content:""}.fi-rs-bowl-chopsticks:before{content:""}.fi-rs-bowl-rice:before{content:""}.fi-rs-bowl-scoop:before{content:""}.fi-rs-bowl-scoops:before{content:""}.fi-rs-bowl-soft-serve:before{content:""}.fi-rs-bowl-spoon:before{content:""}.fi-rs-bowling-ball:before{content:""}.fi-rs-bowling-pins:before{content:""}.fi-rs-bowling:before{content:""}.fi-rs-box-alt:before{content:""}.fi-rs-box-ballot:before{content:""}.fi-rs-box-check:before{content:""}.fi-rs-box-circle-check:before{content:""}.fi-rs-box-dollar:before{content:""}.fi-rs-box-fragile:before{content:""}.fi-rs-box-heart:before{content:""}.fi-rs-box-open-full:before{content:""}.fi-rs-box-open:before{content:""}.fi-rs-box-tissue:before{content:""}.fi-rs-box-up:before{content:""}.fi-rs-box:before{content:""}.fi-rs-boxes:before{content:""}.fi-rs-boxing-glove:before{content:""}.fi-rs-bracket-curly-right:before{content:""}.fi-rs-bracket-curly:before{content:""}.fi-rs-bracket-round-right:before{content:""}.fi-rs-bracket-round:before{content:""}.fi-rs-bracket-square-right:before{content:""}.fi-rs-bracket-square:before{content:""}.fi-rs-brackets-curly:before{content:""}.fi-rs-brackets-round:before{content:""}.fi-rs-brackets-square:before{content:""}.fi-rs-braille-a:before{content:""}.fi-rs-braille-b:before{content:""}.fi-rs-braille-c:before{content:""}.fi-rs-braille-d:before{content:""}.fi-rs-braille-e:before{content:""}.fi-rs-braille-g:before{content:""}.fi-rs-braille-h:before{content:""}.fi-rs-braille-i:before{content:""}.fi-rs-braille-j:before{content:""}.fi-rs-braille-k:before{content:""}.fi-rs-braille-l:before{content:""}.fi-rs-braille-m:before{content:""}.fi-rs-braille-n-alt:before{content:""}.fi-rs-braille-n:before{content:""}.fi-rs-braille-o:before{content:""}.fi-rs-braille-p:before{content:""}.fi-rs-braille-q:before{content:""}.fi-rs-braille-r:before{content:""}.fi-rs-braille-s:before{content:""}.fi-rs-braille-t:before{content:""}.fi-rs-braille-u:before{content:""}.fi-rs-braille-v:before{content:""}.fi-rs-braille-w:before{content:""}.fi-rs-braille-x:before{content:""}.fi-rs-braille-y:before{content:""}.fi-rs-braille-z:before{content:""}.fi-rs-braille:before{content:""}.fi-rs-brain-circuit:before{content:""}.fi-rs-brain:before{content:""}.fi-rs-brake-warning:before{content:""}.fi-rs-branching:before{content:""}.fi-rs-brand:before{content:""}.fi-rs-branding:before{content:""}.fi-rs-bread-loaf:before{content:""}.fi-rs-bread-slice-butter:before{content:""}.fi-rs-bread-slice:before{content:""}.fi-rs-bread:before{content:""}.fi-rs-briefcase-arrow-right:before{content:""}.fi-rs-briefcase-blank:before{content:""}.fi-rs-briefcase:before{content:""}.fi-rs-brightness-low:before{content:""}.fi-rs-brightness:before{content:""}.fi-rs-bring-forward:before{content:""}.fi-rs-bring-front:before{content:""}.fi-rs-broadcast-tower:before{content:""}.fi-rs-broccoli:before{content:""}.fi-rs-broken-chain-link-wrong:before{content:""}.fi-rs-broken-image:before{content:""}.fi-rs-broom-ball:before{content:""}.fi-rs-browser-ui:before{content:""}.fi-rs-browser:before{content:""}.fi-rs-browsers:before{content:""}.fi-rs-brush:before{content:""}.fi-rs-bucket:before{content:""}.fi-rs-budget-alt:before{content:""}.fi-rs-budget:before{content:""}.fi-rs-bug-slash:before{content:""}.fi-rs-bug:before{content:""}.fi-rs-bugs:before{content:""}.fi-rs-build-alt:before{content:""}.fi-rs-build:before{content:""}.fi-rs-builder:before{content:""}.fi-rs-building-circle-arrow-right:before{content:""}.fi-rs-building-ngo:before{content:""}.fi-rs-building:before{content:""}.fi-rs-bulb:before{content:""}.fi-rs-bullet:before{content:""}.fi-rs-bullhorn:before{content:""}.fi-rs-bullseye-arrow:before{content:""}.fi-rs-bullseye-pointer:before{content:""}.fi-rs-bullseye:before{content:""}.fi-rs-burger-alt:before{content:""}.fi-rs-burger-fries:before{content:""}.fi-rs-burger-glass:before{content:""}.fi-rs-burger-menu:before{content:""}.fi-rs-burrito:before{content:""}.fi-rs-burst:before{content:""}.fi-rs-bus-alt:before{content:""}.fi-rs-bus:before{content:""}.fi-rs-business-time:before{content:""}.fi-rs-Butter:before{content:""}.fi-rs-butterfly:before{content:""}.fi-rs-c:before{content:""}.fi-rs-cabin:before{content:""}.fi-rs-cactus:before{content:""}.fi-rs-cage-empty:before{content:""}.fi-rs-cake-birthday:before{content:""}.fi-rs-cake-slice:before{content:""}.fi-rs-cake-wedding:before{content:""}.fi-rs-calculator-bill:before{content:""}.fi-rs-calculator-math-tax:before{content:""}.fi-rs-calculator-money:before{content:""}.fi-rs-calculator-simple:before{content:""}.fi-rs-calculator:before{content:""}.fi-rs-calendar-arrow-down:before{content:""}.fi-rs-calendar-arrow-up:before{content:""}.fi-rs-calendar-birhtday-cake:before{content:""}.fi-rs-calendar-call:before{content:""}.fi-rs-calendar-check:before{content:""}.fi-rs-calendar-clock:before{content:""}.fi-rs-calendar-day:before{content:""}.fi-rs-calendar-days:before{content:""}.fi-rs-calendar-event-tax:before{content:""}.fi-rs-calendar-exclamation:before{content:""}.fi-rs-calendar-gavel-legal:before{content:""}.fi-rs-calendar-heart:before{content:""}.fi-rs-calendar-image:before{content:""}.fi-rs-calendar-lines-pen:before{content:""}.fi-rs-calendar-lines:before{content:""}.fi-rs-calendar-minus:before{content:""}.fi-rs-calendar-payment-loan:before{content:""}.fi-rs-calendar-pen:before{content:""}.fi-rs-calendar-plus:before{content:""}.fi-rs-calendar-salary:before{content:""}.fi-rs-calendar-shift-swap:before{content:""}.fi-rs-calendar-star:before{content:""}.fi-rs-calendar-swap:before{content:""}.fi-rs-calendar-week:before{content:""}.fi-rs-calendar-xmark:before{content:""}.fi-rs-calendar:before{content:""}.fi-rs-calendars:before{content:""}.fi-rs-call-duration:before{content:""}.fi-rs-call-history:before{content:""}.fi-rs-call-incoming:before{content:""}.fi-rs-call-missed:before{content:""}.fi-rs-call-outgoing:before{content:""}.fi-rs-camcorder:before{content:""}.fi-rs-camera-cctv:before{content:""}.fi-rs-camera-movie:before{content:""}.fi-rs-camera-retro:before{content:""}.fi-rs-camera-rotate:before{content:""}.fi-rs-camera-security:before{content:""}.fi-rs-camera-slash:before{content:""}.fi-rs-camera-viewfinder:before{content:""}.fi-rs-camera:before{content:""}.fi-rs-campfire:before{content:""}.fi-rs-camping:before{content:""}.fi-rs-can-food:before{content:""}.fi-rs-candle-holder:before{content:""}.fi-rs-candle-lotus-yoga:before{content:""}.fi-rs-candle-pose-yoga:before{content:""}.fi-rs-candy-alt:before{content:""}.fi-rs-candy-bar:before{content:""}.fi-rs-candy-cane:before{content:""}.fi-rs-candy-corn:before{content:""}.fi-rs-candy-sweet:before{content:""}.fi-rs-candy:before{content:""}.fi-rs-Cannabis:before{content:""}.fi-rs-canned-food:before{content:""}.fi-rs-capsules:before{content:""}.fi-rs-car-alt:before{content:""}.fi-rs-car-battery:before{content:""}.fi-rs-car-bolt:before{content:""}.fi-rs-car-building:before{content:""}.fi-rs-car-bump:before{content:""}.fi-rs-car-bus:before{content:""}.fi-rs-car-circle-bolt:before{content:""}.fi-rs-car-crash:before{content:""}.fi-rs-car-garage:before{content:""}.fi-rs-car-journey:before{content:""}.fi-rs-car-mechanic:before{content:""}.fi-rs-car-rear:before{content:""}.fi-rs-car-side-bolt:before{content:""}.fi-rs-car-side:before{content:""}.fi-rs-car-tilt:before{content:""}.fi-rs-car-tunnel:before{content:""}.fi-rs-car-wash:before{content:""}.fi-rs-car:before{content:""}.fi-rs-caravan-alt:before{content:""}.fi-rs-caravan:before{content:""}.fi-rs-card-club:before{content:""}.fi-rs-card-diamond:before{content:""}.fi-rs-card-heart:before{content:""}.fi-rs-card-spade:before{content:""}.fi-rs-cardinal-compass:before{content:""}.fi-rs-career-growth:before{content:""}.fi-rs-career-path:before{content:""}.fi-rs-caret-circle-down:before{content:""}.fi-rs-caret-circle-right:before{content:""}.fi-rs-caret-circle-up:before{content:""}.fi-rs-caret-down:before{content:""}.fi-rs-caret-left:before{content:""}.fi-rs-caret-quare-up:before{content:""}.fi-rs-caret-right:before{content:""}.fi-rs-caret-square-down:before{content:""}.fi-rs-caret-square-left_1:before{content:""}.fi-rs-caret-square-left:before{content:""}.fi-rs-caret-square-right:before{content:""}.fi-rs-caret-up:before{content:""}.fi-rs-carrot:before{content:""}.fi-rs-cars-crash:before{content:""}.fi-rs-cars:before{content:""}.fi-rs-cart-arrow-down:before{content:""}.fi-rs-cart-minus:before{content:""}.fi-rs-cart-shopping-fast:before{content:""}.fi-rs-cash-register:before{content:""}.fi-rs-cassette-tape:before{content:""}.fi-rs-cassette-vhs:before{content:""}.fi-rs-castle:before{content:""}.fi-rs-cat-head:before{content:""}.fi-rs-cat-space:before{content:""}.fi-rs-cat:before{content:""}.fi-rs-catalog-alt:before{content:""}.fi-rs-catalog-magazine:before{content:""}.fi-rs-catalog:before{content:""}.fi-rs-category-alt:before{content:""}.fi-rs-category:before{content:""}.fi-rs-cauldron:before{content:""}.fi-rs-cedi-sign:before{content:""}.fi-rs-cello:before{content:""}.fi-rs-cent-sign:before{content:""}.fi-rs-chair-office:before{content:""}.fi-rs-chair:before{content:""}.fi-rs-chalkboard-user:before{content:""}.fi-rs-chalkboard:before{content:""}.fi-rs-challenge-alt:before{content:""}.fi-rs-challenge:before{content:""}.fi-rs-channel:before{content:""}.fi-rs-charging-station:before{content:""}.fi-rs-chart-area:before{content:""}.fi-rs-chart-bullet:before{content:""}.fi-rs-chart-candlestick:before{content:""}.fi-rs-chart-connected:before{content:""}.fi-rs-chart-gantt:before{content:""}.fi-rs-chart-histogram:before{content:""}.fi-rs-chart-kanban:before{content:""}.fi-rs-chart-line-up-down:before{content:""}.fi-rs-chart-line-up:before{content:""}.fi-rs-chart-mixed-up-circle-currency:before{content:""}.fi-rs-chart-mixed-up-circle-dollar:before{content:""}.fi-rs-chart-mixed:before{content:""}.fi-rs-chart-network:before{content:""}.fi-rs-chart-pie-alt:before{content:""}.fi-rs-chart-pie-simple-circle-currency:before{content:""}.fi-rs-chart-pie-simple-circle-dollar:before{content:""}.fi-rs-chart-pie:before{content:""}.fi-rs-chart-pyramid:before{content:""}.fi-rs-chart-radar:before{content:""}.fi-rs-chart-scatter-3d:before{content:""}.fi-rs-chart-scatter-bubble:before{content:""}.fi-rs-chart-scatter:before{content:""}.fi-rs-chart-set-theory:before{content:""}.fi-rs-chart-simple-horizontal:before{content:""}.fi-rs-chart-simple:before{content:""}.fi-rs-chart-tree-map:before{content:""}.fi-rs-chart-tree:before{content:""}.fi-rs-chart-user:before{content:""}.fi-rs-chart-waterfall:before{content:""}.fi-rs-chat-arrow-down:before{content:""}.fi-rs-chat-arrow-grow:before{content:""}.fi-rs-chat-bubble-call:before{content:""}.fi-rs-chatbot-speech-bubble:before{content:""}.fi-rs-chatbot:before{content:""}.fi-rs-cheap-bill:before{content:""}.fi-rs-cheap-dollar:before{content:""}.fi-rs-cheap-stack-dollar:before{content:""}.fi-rs-cheap-stack:before{content:""}.fi-rs-cheap:before{content:""}.fi-rs-check-circle:before{content:""}.fi-rs-check-double:before{content:""}.fi-rs-check-in-calendar:before{content:""}.fi-rs-check-out-calendar:before{content:""}.fi-rs-check:before{content:""}.fi-rs-checkbox:before{content:""}.fi-rs-checklist-task-budget:before{content:""}.fi-rs-cheese-alt:before{content:""}.fi-rs-cheese:before{content:""}.fi-rs-cheeseburger:before{content:""}.fi-rs-cherry:before{content:""}.fi-rs-chess-bishop:before{content:""}.fi-rs-chess-board:before{content:""}.fi-rs-chess-clock-alt:before{content:""}.fi-rs-chess-clock:before{content:""}.fi-rs-chess-king-alt:before{content:""}.fi-rs-chess-king:before{content:""}.fi-rs-chess-knight-alt:before{content:""}.fi-rs-chess-knight:before{content:""}.fi-rs-chess-pawn-alt:before{content:""}.fi-rs-chess-pawn:before{content:""}.fi-rs-chess-piece:before{content:""}.fi-rs-chess-queen-alt:before{content:""}.fi-rs-chess-queen:before{content:""}.fi-rs-chess-rook-alt:before{content:""}.fi-rs-chess-rook:before{content:""}.fi-rs-chess:before{content:""}.fi-rs-chevron-double-down:before{content:""}.fi-rs-chevron-double-up:before{content:""}.fi-rs-child-head:before{content:""}.fi-rs-child:before{content:""}.fi-rs-chimney:before{content:""}.fi-rs-chip:before{content:""}.fi-rs-chocolate:before{content:""}.fi-rs-choir-singing:before{content:""}.fi-rs-choose-alt:before{content:""}.fi-rs-choose:before{content:""}.fi-rs-church:before{content:""}.fi-rs-circle-0:before{content:""}.fi-rs-circle-1:before{content:""}.fi-rs-circle-2:before{content:""}.fi-rs-circle-3:before{content:""}.fi-rs-circle-4:before{content:""}.fi-rs-circle-5:before{content:""}.fi-rs-circle-6:before{content:""}.fi-rs-circle-7:before{content:""}.fi-rs-circle-8:before{content:""}.fi-rs-circle-9:before{content:""}.fi-rs-circle-a:before{content:""}.fi-rs-circle-b:before{content:""}.fi-rs-circle-bolt:before{content:""}.fi-rs-circle-book-open:before{content:""}.fi-rs-circle-bookmark:before{content:""}.fi-rs-circle-c:before{content:""}.fi-rs-circle-calendar:before{content:""}.fi-rs-circle-camera:before{content:""}.fi-rs-circle-cross:before{content:""}.fi-rs-circle-d:before{content:""}.fi-rs-circle-dashed:before{content:""}.fi-rs-circle-divide:before{content:""}.fi-rs-circle-e:before{content:""}.fi-rs-circle-ellipsis-vertical:before{content:""}.fi-rs-circle-ellipsis:before{content:""}.fi-rs-circle-envelope:before{content:""}.fi-rs-circle-exclamation-check:before{content:""}.fi-rs-circle-f:before{content:""}.fi-rs-circle-g:before{content:""}.fi-rs-circle-h:before{content:""}.fi-rs-circle-half-stroke:before{content:""}.fi-rs-circle-half:before{content:""}.fi-rs-circle-heart:before{content:""}.fi-rs-circle-i:before{content:""}.fi-rs-circle-j:before{content:""}.fi-rs-circle-k:before{content:""}.fi-rs-circle-l:before{content:""}.fi-rs-circle-m:before{content:""}.fi-rs-circle-microphone-lines:before{content:""}.fi-rs-circle-microphone:before{content:""}.fi-rs-circle-n:before{content:""}.fi-rs-circle-nodes:before{content:""}.fi-rs-circle-o:before{content:""}.fi-rs-circle-overlap:before{content:""}.fi-rs-circle-p:before{content:""}.fi-rs-circle-phone-flip:before{content:""}.fi-rs-circle-phone-hangup:before{content:""}.fi-rs-circle-phone:before{content:""}.fi-rs-circle-q:before{content:""}.fi-rs-circle-quarter:before{content:""}.fi-rs-circle-quarters-alt:before{content:""}.fi-rs-circle-r:before{content:""}.fi-rs-circle-s:before{content:""}.fi-rs-circle-small:before{content:""}.fi-rs-circle-star:before{content:""}.fi-rs-circle-t:before{content:""}.fi-rs-circle-three-quarters:before{content:""}.fi-rs-circle-trash:before{content:""}.fi-rs-circle-u:before{content:""}.fi-rs-circle-user:before{content:""}.fi-rs-circle-v:before{content:""}.fi-rs-circle-video:before{content:""}.fi-rs-circle-w:before{content:""}.fi-rs-circle-waveform-lines:before{content:""}.fi-rs-circle-x:before{content:""}.fi-rs-circle-xmark:before{content:""}.fi-rs-circle-y:before{content:""}.fi-rs-circle-z:before{content:""}.fi-rs-circle:before{content:""}.fi-rs-citrus-slice:before{content:""}.fi-rs-citrus:before{content:""}.fi-rs-city:before{content:""}.fi-rs-clapperboard-play:before{content:""}.fi-rs-clapperboard:before{content:""}.fi-rs-clarinet:before{content:""}.fi-rs-claw-marks:before{content:""}.fi-rs-clean:before{content:""}.fi-rs-clear-alt:before{content:""}.fi-rs-clip-file:before{content:""}.fi-rs-clip-mail:before{content:""}.fi-rs-clip:before{content:""}.fi-rs-clipboard-check:before{content:""}.fi-rs-clipboard-exclamation:before{content:""}.fi-rs-clipboard-list-check:before{content:""}.fi-rs-clipboard-list:before{content:""}.fi-rs-clipboard-prescription:before{content:""}.fi-rs-clipboard-question:before{content:""}.fi-rs-clipboard-user:before{content:""}.fi-rs-clipboard:before{content:""}.fi-rs-clipoard-wrong:before{content:""}.fi-rs-clock-desk:before{content:""}.fi-rs-clock-eight-thirty:before{content:""}.fi-rs-clock-eleven-thirty:before{content:""}.fi-rs-clock-eleven:before{content:""}.fi-rs-clock-five-thirty:before{content:""}.fi-rs-clock-five:before{content:""}.fi-rs-clock-four-thirty:before{content:""}.fi-rs-clock-nine-thirty:before{content:""}.fi-rs-clock-nine:before{content:""}.fi-rs-clock-one-thirty:before{content:""}.fi-rs-clock-one:before{content:""}.fi-rs-clock-seven-thirty:before{content:""}.fi-rs-clock-seven:before{content:""}.fi-rs-clock-six-thirty:before{content:""}.fi-rs-clock-six:before{content:""}.fi-rs-clock-ten-thirty:before{content:""}.fi-rs-clock-ten:before{content:""}.fi-rs-clock-three-thirty:before{content:""}.fi-rs-clock-three:before{content:""}.fi-rs-clock-time-tracking:before{content:""}.fi-rs-clock-twelve-thirty:before{content:""}.fi-rs-clock-twelve:before{content:""}.fi-rs-clock-two-thirty:before{content:""}.fi-rs-clock-two:before{content:""}.fi-rs-clock-up-arrow:before{content:""}.fi-rs-clock:before{content:""}.fi-rs-clone:before{content:""}.fi-rs-closed-captioning-slash:before{content:""}.fi-rs-clothes-hanger:before{content:""}.fi-rs-cloud-back-up-alt:before{content:""}.fi-rs-cloud-back-up:before{content:""}.fi-rs-cloud-check:before{content:""}.fi-rs-cloud-code:before{content:""}.fi-rs-cloud-disabled:before{content:""}.fi-rs-cloud-download-alt:before{content:""}.fi-rs-cloud-download:before{content:""}.fi-rs-cloud-drizzle:before{content:""}.fi-rs-cloud-exclamation:before{content:""}.fi-rs-cloud-gear-automation:before{content:""}.fi-rs-cloud-hail-mixed:before{content:""}.fi-rs-cloud-hail:before{content:""}.fi-rs-cloud-meatball:before{content:""}.fi-rs-cloud-moon-rain:before{content:""}.fi-rs-cloud-moon:before{content:""}.fi-rs-cloud-question:before{content:""}.fi-rs-cloud-rain:before{content:""}.fi-rs-cloud-rainbow:before{content:""}.fi-rs-cloud-share:before{content:""}.fi-rs-cloud-showers-heavy:before{content:""}.fi-rs-cloud-showers:before{content:""}.fi-rs-cloud-sleet:before{content:""}.fi-rs-cloud-snow:before{content:""}.fi-rs-cloud-sun-rain:before{content:""}.fi-rs-cloud-sun:before{content:""}.fi-rs-cloud-upload-alt:before{content:""}.fi-rs-cloud-upload:before{content:""}.fi-rs-cloud:before{content:""}.fi-rs-clouds-moon:before{content:""}.fi-rs-clouds-sun:before{content:""}.fi-rs-clouds:before{content:""}.fi-rs-clover-alt:before{content:""}.fi-rs-club:before{content:""}.fi-rs-cocktail-alt:before{content:""}.fi-rs-cocktail:before{content:""}.fi-rs-coconut:before{content:""}.fi-rs-code-branch:before{content:""}.fi-rs-code-commit:before{content:""}.fi-rs-code-compare:before{content:""}.fi-rs-code-fork:before{content:""}.fi-rs-code-merge:before{content:""}.fi-rs-code-pull-request-closed:before{content:""}.fi-rs-code-pull-request-draft:before{content:""}.fi-rs-code-pull-request:before{content:""}.fi-rs-code-simple:before{content:""}.fi-rs-coffee-bean:before{content:""}.fi-rs-coffee-beans:before{content:""}.fi-rs-coffee-heart:before{content:""}.fi-rs-coffee-pot:before{content:""}.fi-rs-coffee:before{content:""}.fi-rs-coffin-cross:before{content:""}.fi-rs-coffin:before{content:""}.fi-rs-coin-up-arrow:before{content:""}.fi-rs-coin:before{content:""}.fi-rs-coins:before{content:""}.fi-rs-colon-sign:before{content:""}.fi-rs-columns-3:before{content:""}.fi-rs-comet:before{content:""}.fi-rs-command:before{content:""}.fi-rs-comment-alt-check:before{content:""}.fi-rs-comment-alt-dots:before{content:""}.fi-rs-comment-alt-edit:before{content:""}.fi-rs-comment-alt-medical:before{content:""}.fi-rs-comment-alt-middle-top:before{content:""}.fi-rs-comment-alt-middle:before{content:""}.fi-rs-comment-alt-minus:before{content:""}.fi-rs-comment-alt-music:before{content:""}.fi-rs-comment-alt:before{content:""}.fi-rs-comment-arrow-down:before{content:""}.fi-rs-comment-arrow-up-right:before{content:""}.fi-rs-comment-arrow-up:before{content:""}.fi-rs-comment-check:before{content:""}.fi-rs-comment-code:before{content:""}.fi-rs-comment-dollar:before{content:""}.fi-rs-comment-dots:before{content:""}.fi-rs-comment-exclamation:before{content:""}.fi-rs-comment-heart:before{content:""}.fi-rs-comment-image:before{content:""}.fi-rs-comment-info:before{content:""}.fi-rs-comment-medical:before{content:""}.fi-rs-comment-minus:before{content:""}.fi-rs-comment-pen:before{content:""}.fi-rs-comment-question:before{content:""}.fi-rs-comment-quote:before{content:""}.fi-rs-comment-slash:before{content:""}.fi-rs-comment-smile:before{content:""}.fi-rs-comment-sms:before{content:""}.fi-rs-comment-text:before{content:""}.fi-rs-comment-user:before{content:""}.fi-rs-comment-xmark:before{content:""}.fi-rs-comment:before{content:""}.fi-rs-comments-dollar:before{content:""}.fi-rs-comments-question-check:before{content:""}.fi-rs-comments-question:before{content:""}.fi-rs-comments:before{content:""}.fi-rs-compass-alt:before{content:""}.fi-rs-compass-east:before{content:""}.fi-rs-compass-north:before{content:""}.fi-rs-compass-slash:before{content:""}.fi-rs-compass-south:before{content:""}.fi-rs-compass-west:before{content:""}.fi-rs-completed:before{content:""}.fi-rs-compliance-clipboard:before{content:""}.fi-rs-compliance-document:before{content:""}.fi-rs-compliance:before{content:""}.fi-rs-compress-alt:before{content:""}.fi-rs-compress:before{content:""}.fi-rs-computer-classic:before{content:""}.fi-rs-computer-mouse:before{content:""}.fi-rs-computer-speaker:before{content:""}.fi-rs-computer:before{content:""}.fi-rs-concierge-bell:before{content:""}.fi-rs-condition-alt:before{content:""}.fi-rs-condition:before{content:""}.fi-rs-confetti:before{content:""}.fi-rs-constellation:before{content:""}.fi-rs-container-storage:before{content:""}.fi-rs-convert-document:before{content:""}.fi-rs-convert-shapes:before{content:""}.fi-rs-conveyor-belt-alt:before{content:""}.fi-rs-conveyor-belt-arm:before{content:""}.fi-rs-conveyor-belt-empty:before{content:""}.fi-rs-conveyor-belt:before{content:""}.fi-rs-cookie-alt:before{content:""}.fi-rs-cookie:before{content:""}.fi-rs-copy-alt:before{content:""}.fi-rs-copy-image:before{content:""}.fi-rs-copy:before{content:""}.fi-rs-copyright:before{content:""}.fi-rs-corn:before{content:""}.fi-rs-corporate-alt:before{content:""}.fi-rs-corporate:before{content:""}.fi-rs-couch:before{content:""}.fi-rs-court-sport:before{content:""}.fi-rs-cow-alt:before{content:""}.fi-rs-cow:before{content:""}.fi-rs-cowbell-circle-plus:before{content:""}.fi-rs-cowbell-more:before{content:""}.fi-rs-cowbell:before{content:""}.fi-rs-crab:before{content:""}.fi-rs-crate-empty:before{content:""}.fi-rs-cream:before{content:""}.fi-rs-credit-card-buyer:before{content:""}.fi-rs-credit-card-eye:before{content:""}.fi-rs-credit-card:before{content:""}.fi-rs-cricket:before{content:""}.fi-rs-crm-alt:before{content:""}.fi-rs-crm-computer:before{content:""}.fi-rs-CRM:before{content:""}.fi-rs-croissant:before{content:""}.fi-rs-cross-religion:before{content:""}.fi-rs-cross-small:before{content:""}.fi-rs-cross:before{content:""}.fi-rs-crossed-eye:before{content:""}.fi-rs-crow:before{content:""}.fi-rs-crown:before{content:""}.fi-rs-crutch:before{content:""}.fi-rs-crutches:before{content:""}.fi-rs-cruzeiro-sign:before{content:""}.fi-rs-crypto-calendar:before{content:""}.fi-rs-cryptocurrency:before{content:""}.fi-rs-crystal-ball:before{content:""}.fi-rs-cube:before{content:""}.fi-rs-cubes-stacked:before{content:""}.fi-rs-cubes:before{content:""}.fi-rs-cucumber:before{content:""}.fi-rs-cup-straw-swoosh:before{content:""}.fi-rs-cup-straw:before{content:""}.fi-rs-cup-togo:before{content:""}.fi-rs-cupcake-alt:before{content:""}.fi-rs-cupcake:before{content:""}.fi-rs-curling:before{content:""}.fi-rs-cursor-finger:before{content:""}.fi-rs-cursor-plus:before{content:""}.fi-rs-cursor-text-alt:before{content:""}.fi-rs-cursor-text:before{content:""}.fi-rs-cursor:before{content:""}.fi-rs-curve-alt:before{content:""}.fi-rs-curve-arrow:before{content:""}.fi-rs-curve:before{content:""}.fi-rs-custard:before{content:""}.fi-rs-customer-care:before{content:""}.fi-rs-customer-service:before{content:""}.fi-rs-customization-cogwheel:before{content:""}.fi-rs-customization:before{content:""}.fi-rs-customize-computer:before{content:""}.fi-rs-customize-edit:before{content:""}.fi-rs-customize:before{content:""}.fi-rs-CV:before{content:""}.fi-rs-cvv-card:before{content:""}.fi-rs-d:before{content:""}.fi-rs-dagger:before{content:""}.fi-rs-daily-calendar:before{content:""}.fi-rs-damage:before{content:""}.fi-rs-dart:before{content:""}.fi-rs-dashboard-monitor:before{content:""}.fi-rs-dashboard-panel:before{content:""}.fi-rs-dashboard:before{content:""}.fi-rs-data-transfer:before{content:""}.fi-rs-database:before{content:""}.fi-rs-debt:before{content:""}.fi-rs-deer-rudolph:before{content:""}.fi-rs-deer:before{content:""}.fi-rs-delete-document:before{content:""}.fi-rs-delete-right:before{content:""}.fi-rs-delete-user:before{content:""}.fi-rs-delete:before{content:""}.fi-rs-democrat:before{content:""}.fi-rs-department-structure:before{content:""}.fi-rs-department:before{content:""}.fi-rs-deposit-alt:before{content:""}.fi-rs-deposit:before{content:""}.fi-rs-description-alt:before{content:""}.fi-rs-description:before{content:""}.fi-rs-desk:before{content:""}.fi-rs-desktop-arrow-down:before{content:""}.fi-rs-desktop-wallpaper:before{content:""}.fi-rs-devices:before{content:""}.fi-rs-dewpoint:before{content:""}.fi-rs-dharmachakra:before{content:""}.fi-rs-diagram-cells:before{content:""}.fi-rs-diagram-lean-canvas:before{content:""}.fi-rs-diagram-nested:before{content:""}.fi-rs-diagram-next:before{content:""}.fi-rs-diagram-predecessor:before{content:""}.fi-rs-diagram-previous:before{content:""}.fi-rs-diagram-project:before{content:""}.fi-rs-diagram-sankey:before{content:""}.fi-rs-diagram-subtask:before{content:""}.fi-rs-diagram-successor:before{content:""}.fi-rs-diagram-venn:before{content:""}.fi-rs-dial-high:before{content:""}.fi-rs-dial-low:before{content:""}.fi-rs-dial-max:before{content:""}.fi-rs-dial-med-low:before{content:""}.fi-rs-dial-med:before{content:""}.fi-rs-dial-min:before{content:""}.fi-rs-dial-off:before{content:""}.fi-rs-dial:before{content:""}.fi-rs-diamond-exclamation:before{content:""}.fi-rs-diamond-turn-right:before{content:""}.fi-rs-diamond:before{content:""}.fi-rs-diary-bookmark-down:before{content:""}.fi-rs-diary-bookmarks:before{content:""}.fi-rs-diary-clasp:before{content:""}.fi-rs-dice-alt:before{content:""}.fi-rs-dice-d10:before{content:""}.fi-rs-dice-d12:before{content:""}.fi-rs-dice-d20:before{content:""}.fi-rs-dice-d4:before{content:""}.fi-rs-dice-d6:before{content:""}.fi-rs-dice-d8:before{content:""}.fi-rs-dice-four:before{content:""}.fi-rs-dice-one:before{content:""}.fi-rs-dice-six:before{content:""}.fi-rs-dice-three:before{content:""}.fi-rs-dice-two:before{content:""}.fi-rs-dice:before{content:""}.fi-rs-digging:before{content:""}.fi-rs-digital-tachograph:before{content:""}.fi-rs-dinner:before{content:""}.fi-rs-diploma:before{content:""}.fi-rs-direction-signal-arrow:before{content:""}.fi-rs-direction-signal:before{content:""}.fi-rs-disc-drive:before{content:""}.fi-rs-disco-ball:before{content:""}.fi-rs-discover:before{content:""}.fi-rs-disease:before{content:""}.fi-rs-disk:before{content:""}.fi-rs-display-arrow-down:before{content:""}.fi-rs-display-chart-up:before{content:""}.fi-rs-display-code:before{content:""}.fi-rs-display-medical:before{content:""}.fi-rs-display-slash:before{content:""}.fi-rs-distribute-spacing-horizontal:before{content:""}.fi-rs-distribute-spacing-vertical:before{content:""}.fi-rs-divide:before{content:""}.fi-rs-dizzy:before{content:""}.fi-rs-dna:before{content:""}.fi-rs-do-not-enter:before{content:""}.fi-rs-doctor:before{content:""}.fi-rs-document-circle-wrong:before{content:""}.fi-rs-document-paid:before{content:""}.fi-rs-document-signed:before{content:""}.fi-rs-document:before{content:""}.fi-rs-dog-leashed:before{content:""}.fi-rs-dog:before{content:""}.fi-rs-dollar:before{content:""}.fi-rs-dolly-flatbed-alt:before{content:""}.fi-rs-dolly-flatbed-empty:before{content:""}.fi-rs-dolly-flatbed:before{content:""}.fi-rs-dolphin:before{content:""}.fi-rs-domino-effect:before{content:""}.fi-rs-donate:before{content:""}.fi-rs-dong-sign:before{content:""}.fi-rs-donut:before{content:""}.fi-rs-door-closed:before{content:""}.fi-rs-door-open:before{content:""}.fi-rs-dot-circle:before{content:""}.fi-rs-dot-pending:before{content:""}.fi-rs-dove:before{content:""}.fi-rs-down-from-bracket:before{content:""}.fi-rs-down-left-and-up-right-to-center:before{content:""}.fi-rs-down-left:before{content:""}.fi-rs-down-right:before{content:""}.fi-rs-down-to-line:before{content:""}.fi-rs-down:before{content:""}.fi-rs-download:before{content:""}.fi-rs-drafting-compass:before{content:""}.fi-rs-dragon:before{content:""}.fi-rs-draw-polygon:before{content:""}.fi-rs-draw-square:before{content:""}.fi-rs-drawer-alt:before{content:""}.fi-rs-drawer-empty:before{content:""}.fi-rs-drawer:before{content:""}.fi-rs-dreidel:before{content:""}.fi-rs-drink-alt:before{content:""}.fi-rs-driver-man:before{content:""}.fi-rs-driver-woman:before{content:""}.fi-rs-drone-alt:before{content:""}.fi-rs-drone-front:before{content:""}.fi-rs-drone:before{content:""}.fi-rs-drop-down:before{content:""}.fi-rs-dropdown-select:before{content:""}.fi-rs-dropdown:before{content:""}.fi-rs-drum-steelpan:before{content:""}.fi-rs-drum:before{content:""}.fi-rs-drumstick-bite:before{content:""}.fi-rs-drumstick:before{content:""}.fi-rs-dryer-alt:before{content:""}.fi-rs-dryer:before{content:""}.fi-rs-duck:before{content:""}.fi-rs-dumbbell-fitness:before{content:""}.fi-rs-dumbbell-horizontal:before{content:""}.fi-rs-dumbbell-ray:before{content:""}.fi-rs-dumbbell-weightlifting:before{content:""}.fi-rs-dumpster-fire:before{content:""}.fi-rs-dumpster:before{content:""}.fi-rs-dungeon:before{content:""}.fi-rs-duplicate:before{content:""}.fi-rs-duration-alt:before{content:""}.fi-rs-duration:before{content:""}.fi-rs-e-learning:before{content:""}.fi-rs-e:before{content:""}.fi-rs-ear-deaf:before{content:""}.fi-rs-ear-muffs:before{content:""}.fi-rs-ear:before{content:""}.fi-rs-earnings:before{content:""}.fi-rs-earth-africa:before{content:""}.fi-rs-earth-americas:before{content:""}.fi-rs-earth-asia:before{content:""}.fi-rs-earth-europa:before{content:""}.fi-rs-eclipse-alt:before{content:""}.fi-rs-eclipse:before{content:""}.fi-rs-edit-alt:before{content:""}.fi-rs-edit:before{content:""}.fi-rs-effect:before{content:""}.fi-rs-egg-fried:before{content:""}.fi-rs-egg:before{content:""}.fi-rs-eject:before{content:""}.fi-rs-elephant:before{content:""}.fi-rs-elevator:before{content:""}.fi-rs-email-pending:before{content:""}.fi-rs-employee-alt:before{content:""}.fi-rs-employee-handbook:before{content:""}.fi-rs-employee-man-alt:before{content:""}.fi-rs-employee-man:before{content:""}.fi-rs-employees-woman-man:before{content:""}.fi-rs-employees:before{content:""}.fi-rs-empty-set:before{content:""}.fi-rs-endless-loop:before{content:""}.fi-rs-engine-warning:before{content:""}.fi-rs-engine:before{content:""}.fi-rs-enter:before{content:""}.fi-rs-envelope-ban:before{content:""}.fi-rs-envelope-bulk:before{content:""}.fi-rs-envelope-dot:before{content:""}.fi-rs-envelope-download:before{content:""}.fi-rs-envelope-heart:before{content:""}.fi-rs-envelope-marker:before{content:""}.fi-rs-envelope-open-dollar:before{content:""}.fi-rs-envelope-open-text:before{content:""}.fi-rs-envelope-open:before{content:""}.fi-rs-envelope-plus:before{content:""}.fi-rs-envelope:before{content:""}.fi-rs-envelopes:before{content:""}.fi-rs-equality:before{content:""}.fi-rs-equals:before{content:""}.fi-rs-eraser:before{content:""}.fi-rs-error-camera:before{content:""}.fi-rs-escalator:before{content:""}.fi-rs-ethernet:before{content:""}.fi-rs-euro:before{content:""}.fi-rs-excavator:before{content:""}.fi-rs-exchange-alt:before{content:""}.fi-rs-exchange-cryptocurrency:before{content:""}.fi-rs-exchange:before{content:""}.fi-rs-exclamation:before{content:""}.fi-rs-exit-alt:before{content:""}.fi-rs-exit:before{content:""}.fi-rs-expand-arrows-alt:before{content:""}.fi-rs-expand-arrows:before{content:""}.fi-rs-expand:before{content:""}.fi-rs-expense-bill:before{content:""}.fi-rs-expense:before{content:""}.fi-rs-external-hard-drive:before{content:""}.fi-rs-external-world:before{content:""}.fi-rs-eye-dropper-half:before{content:""}.fi-rs-eye-dropper:before{content:""}.fi-rs-eye:before{content:""}.fi-rs-eyes:before{content:""}.fi-rs-f:before{content:""}.fi-rs-fabric:before{content:""}.fi-rs-face-angry-horns:before{content:""}.fi-rs-face-anguished:before{content:""}.fi-rs-face-anxious-sweat:before{content:""}.fi-rs-face-astonished:before{content:""}.fi-rs-face-awesome:before{content:""}.fi-rs-face-beam-hand-over-mouth:before{content:""}.fi-rs-face-confounded:before{content:""}.fi-rs-face-confused:before{content:""}.fi-rs-face-cowboy-hat:before{content:""}.fi-rs-face-disappointed:before{content:""}.fi-rs-face-disguise:before{content:""}.fi-rs-face-downcast-sweat:before{content:""}.fi-rs-face-drooling:before{content:""}.fi-rs-face-explode:before{content:""}.fi-rs-face-expressionless:before{content:""}.fi-rs-face-eyes-xmarks:before{content:""}.fi-rs-face-fearful:before{content:""}.fi-rs-face-glasses:before{content:""}.fi-rs-face-grin-tongue-wink:before{content:""}.fi-rs-face-hand-yawn:before{content:""}.fi-rs-face-head-bandage:before{content:""}.fi-rs-face-hushed:before{content:""}.fi-rs-face-icicles:before{content:""}.fi-rs-face-lying:before{content:""}.fi-rs-face-mask:before{content:""}.fi-rs-face-monocle:before{content:""}.fi-rs-face-nauseated:before{content:""}.fi-rs-face-nose-steam:before{content:""}.fi-rs-face-party:before{content:""}.fi-rs-face-pensive:before{content:""}.fi-rs-face-persevering:before{content:""}.fi-rs-face-pleading:before{content:""}.fi-rs-face-raised-eyebrow:before{content:""}.fi-rs-face-relieved:before{content:""}.fi-rs-face-sad-sweat:before{content:""}.fi-rs-face-scream:before{content:""}.fi-rs-face-shush:before{content:""}.fi-rs-face-sleeping:before{content:""}.fi-rs-face-sleepy:before{content:""}.fi-rs-face-smile-halo:before{content:""}.fi-rs-face-smile-hearts:before{content:""}.fi-rs-face-smile-horns:before{content:""}.fi-rs-face-smile-tear:before{content:""}.fi-rs-face-smile-tongue:before{content:""}.fi-rs-face-smile-upside-down:before{content:""}.fi-rs-face-smiling-hands:before{content:""}.fi-rs-face-smirking:before{content:""}.fi-rs-face-sunglasses-alt:before{content:""}.fi-rs-face-sunglasses:before{content:""}.fi-rs-face-swear:before{content:""}.fi-rs-face-thermometer:before{content:""}.fi-rs-face-thinking:before{content:""}.fi-rs-face-tissue:before{content:""}.fi-rs-face-tongue-money:before{content:""}.fi-rs-face-tongue-sweat:before{content:""}.fi-rs-face-unamused:before{content:""}.fi-rs-face-viewfinder:before{content:""}.fi-rs-face-vomit:before{content:""}.fi-rs-face-weary:before{content:""}.fi-rs-face-woozy:before{content:""}.fi-rs-face-worried:before{content:""}.fi-rs-face-zany:before{content:""}.fi-rs-face-zipper:before{content:""}.fi-rs-fail:before{content:""}.fi-rs-falafel:before{content:""}.fi-rs-family-dress:before{content:""}.fi-rs-family-pants:before{content:""}.fi-rs-family:before{content:""}.fi-rs-fan-table:before{content:""}.fi-rs-fan:before{content:""}.fi-rs-farm:before{content:""}.fi-rs-faucet-drip:before{content:""}.fi-rs-faucet:before{content:""}.fi-rs-fax:before{content:""}.fi-rs-feather-pointed:before{content:""}.fi-rs-feather:before{content:""}.fi-rs-features-alt:before{content:""}.fi-rs-features:before{content:""}.fi-rs-fee-receipt:before{content:""}.fi-rs-fee:before{content:""}.fi-rs-feedback-alt:before{content:""}.fi-rs-feedback-cycle-loop:before{content:""}.fi-rs-feedback-hand:before{content:""}.fi-rs-feedback-review:before{content:""}.fi-rs-feedback:before{content:""}.fi-rs-fence:before{content:""}.fi-rs-ferris-wheel:before{content:""}.fi-rs-field-hockey:before{content:""}.fi-rs-fighter-jet:before{content:""}.fi-rs-file-ai:before{content:""}.fi-rs-file-audio:before{content:""}.fi-rs-file-binary:before{content:""}.fi-rs-file-chart-line:before{content:""}.fi-rs-file-chart-pie:before{content:""}.fi-rs-file-circle-info:before{content:""}.fi-rs-file-cloud:before{content:""}.fi-rs-file-code:before{content:""}.fi-rs-file-csv:before{content:""}.fi-rs-file-download:before{content:""}.fi-rs-file-edit:before{content:""}.fi-rs-file-eps:before{content:""}.fi-rs-file-excel:before{content:""}.fi-rs-file-exclamation:before{content:""}.fi-rs-file-export:before{content:""}.fi-rs-file-image:before{content:""}.fi-rs-file-import:before{content:""}.fi-rs-file-invoice-dollar:before{content:""}.fi-rs-file-invoice:before{content:""}.fi-rs-file-medical-alt:before{content:""}.fi-rs-file-medical:before{content:""}.fi-rs-file-minus:before{content:""}.fi-rs-file-pdf:before{content:""}.fi-rs-file-powerpoint:before{content:""}.fi-rs-file-prescription:before{content:""}.fi-rs-file-psd:before{content:""}.fi-rs-file-signature:before{content:""}.fi-rs-file-spreadsheet:before{content:""}.fi-rs-file-upload:before{content:""}.fi-rs-file-user:before{content:""}.fi-rs-file-video:before{content:""}.fi-rs-file-word:before{content:""}.fi-rs-file-zipper:before{content:""}.fi-rs-file:before{content:""}.fi-rs-files-medical:before{content:""}.fi-rs-fill:before{content:""}.fi-rs-film-canister:before{content:""}.fi-rs-film-slash:before{content:""}.fi-rs-film:before{content:""}.fi-rs-films:before{content:""}.fi-rs-filter-list:before{content:""}.fi-rs-filter-slash:before{content:""}.fi-rs-filter:before{content:""}.fi-rs-filters:before{content:""}.fi-rs-fingerprint-security-risk:before{content:""}.fi-rs-fingerprint:before{content:""}.fi-rs-fire-burner:before{content:""}.fi-rs-fire-extinguisher:before{content:""}.fi-rs-fire-flame-curved:before{content:""}.fi-rs-fire-flame-simple:before{content:""}.fi-rs-fire-hydrant:before{content:""}.fi-rs-fire-smoke:before{content:""}.fi-rs-fireplace:before{content:""}.fi-rs-first-award:before{content:""}.fi-rs-first-laurel:before{content:""}.fi-rs-first-medal:before{content:""}.fi-rs-first:before{content:""}.fi-rs-fish-bones:before{content:""}.fi-rs-fish-cooked:before{content:""}.fi-rs-fish:before{content:""}.fi-rs-fishing-rod:before{content:""}.fi-rs-fist-move:before{content:""}.fi-rs-flag-alt:before{content:""}.fi-rs-flag-checkered:before{content:""}.fi-rs-flag-usa:before{content:""}.fi-rs-flag:before{content:""}.fi-rs-flame:before{content:""}.fi-rs-flashlight:before{content:""}.fi-rs-flask-gear:before{content:""}.fi-rs-flask-poison:before{content:""}.fi-rs-flask-potion:before{content:""}.fi-rs-flask:before{content:""}.fi-rs-flatbread-stuffed:before{content:""}.fi-rs-flatbread:before{content:""}.fi-rs-flip-horizontal:before{content:""}.fi-rs-floor-alt:before{content:""}.fi-rs-floor-layer:before{content:""}.fi-rs-floor:before{content:""}.fi-rs-floppy-disk-circle-arrow-right:before{content:""}.fi-rs-floppy-disk-circle-xmark:before{content:""}.fi-rs-floppy-disk-pen:before{content:""}.fi-rs-floppy-disks:before{content:""}.fi-rs-florin-sign:before{content:""}.fi-rs-flower-bouquet:before{content:""}.fi-rs-flower-butterfly:before{content:""}.fi-rs-flower-daffodil:before{content:""}.fi-rs-flower-tulip:before{content:""}.fi-rs-flower:before{content:""}.fi-rs-flushed:before{content:""}.fi-rs-flute:before{content:""}.fi-rs-flux-capacitor:before{content:""}.fi-rs-fly-insect:before{content:""}.fi-rs-flying-disc:before{content:""}.fi-rs-fog:before{content:""}.fi-rs-folder-download:before{content:""}.fi-rs-folder-fire:before{content:""}.fi-rs-folder-minus:before{content:""}.fi-rs-folder-open:before{content:""}.fi-rs-folder-times:before{content:""}.fi-rs-folder-tree:before{content:""}.fi-rs-folder-upload:before{content:""}.fi-rs-folder-xmark:before{content:""}.fi-rs-folder:before{content:""}.fi-rs-folders:before{content:""}.fi-rs-follow-folder:before{content:""}.fi-rs-followcollection:before{content:""}.fi-rs-following:before{content:""}.fi-rs-fondue-pot:before{content:""}.fi-rs-football:before{content:""}.fi-rs-foreign-language-audio:before{content:""}.fi-rs-fork:before{content:""}.fi-rs-forklift:before{content:""}.fi-rs-form:before{content:""}.fi-rs-fort:before{content:""}.fi-rs-forward-fast:before{content:""}.fi-rs-forward:before{content:""}.fi-rs-fox:before{content:""}.fi-rs-frame:before{content:""}.fi-rs-franc-sign:before{content:""}.fi-rs-free-delivery:before{content:""}.fi-rs-free:before{content:""}.fi-rs-french-fries:before{content:""}.fi-rs-friday:before{content:""}.fi-rs-frog:before{content:""}.fi-rs-frown:before{content:""}.fi-rs-ftp:before{content:""}.fi-rs-fuel-gauge:before{content:""}.fi-rs-function-process:before{content:""}.fi-rs-function-square:before{content:""}.fi-rs-function:before{content:""}.fi-rs-funnel-dollar:before{content:""}.fi-rs-g:before{content:""}.fi-rs-galaxy-alt:before{content:""}.fi-rs-galaxy-planet:before{content:""}.fi-rs-galaxy-star:before{content:""}.fi-rs-galaxy:before{content:""}.fi-rs-gallery-thumbnails:before{content:""}.fi-rs-gallery:before{content:""}.fi-rs-game-board-alt:before{content:""}.fi-rs-gamepad:before{content:""}.fi-rs-garage-car:before{content:""}.fi-rs-garage-open:before{content:""}.fi-rs-garage:before{content:""}.fi-rs-garlic-alt:before{content:""}.fi-rs-garlic:before{content:""}.fi-rs-gas-pump-alt:before{content:""}.fi-rs-gas-pump-slash:before{content:""}.fi-rs-gas-pump:before{content:""}.fi-rs-gauge-circle-bolt:before{content:""}.fi-rs-gauge-circle-minus:before{content:""}.fi-rs-gauge-circle-plus:before{content:""}.fi-rs-gavel:before{content:""}.fi-rs-gay-couple:before{content:""}.fi-rs-gears:before{content:""}.fi-rs-gem:before{content:""}.fi-rs-general:before{content:""}.fi-rs-ghost:before{content:""}.fi-rs-gif-square:before{content:""}.fi-rs-gif:before{content:""}.fi-rs-gift-box-benefits:before{content:""}.fi-rs-gift-card:before{content:""}.fi-rs-gift:before{content:""}.fi-rs-gifts:before{content:""}.fi-rs-gingerbread-man:before{content:""}.fi-rs-glass-champagne:before{content:""}.fi-rs-glass-cheers:before{content:""}.fi-rs-glass-citrus:before{content:""}.fi-rs-glass-empty:before{content:""}.fi-rs-glass-half:before{content:""}.fi-rs-glass-water-droplet:before{content:""}.fi-rs-glass-whiskey-rocks:before{content:""}.fi-rs-glass-whiskey:before{content:""}.fi-rs-glass:before{content:""}.fi-rs-glasses:before{content:""}.fi-rs-globe-alt:before{content:""}.fi-rs-globe-pointer:before{content:""}.fi-rs-globe-snow:before{content:""}.fi-rs-globe:before{content:""}.fi-rs-goal-net:before{content:""}.fi-rs-golf-ball:before{content:""}.fi-rs-golf-club:before{content:""}.fi-rs-golf-hole:before{content:""}.fi-rs-golf:before{content:""}.fi-rs-gopuram:before{content:""}.fi-rs-government-budget:before{content:""}.fi-rs-government-flag:before{content:""}.fi-rs-government-user:before{content:""}.fi-rs-gps-navigation:before{content:""}.fi-rs-graduation-cap:before{content:""}.fi-rs-gramophone:before{content:""}.fi-rs-grape:before{content:""}.fi-rs-graph-curve:before{content:""}.fi-rs-graphic-style:before{content:""}.fi-rs-graphic-tablet:before{content:""}.fi-rs-grate-droplet:before{content:""}.fi-rs-grate:before{content:""}.fi-rs-greater-than-equal:before{content:""}.fi-rs-greater-than:before{content:""}.fi-rs-greek-helmet:before{content:""}.fi-rs-grid-alt:before{content:""}.fi-rs-grid-dividers:before{content:""}.fi-rs-grid:before{content:""}.fi-rs-grill-hot-alt:before{content:""}.fi-rs-grill:before{content:""}.fi-rs-grimace:before{content:""}.fi-rs-grin-alt:before{content:""}.fi-rs-grin-beam-sweat:before{content:""}.fi-rs-grin-beam:before{content:""}.fi-rs-grin-hearts:before{content:""}.fi-rs-grin-squint-tears:before{content:""}.fi-rs-grin-squint:before{content:""}.fi-rs-grin-stars:before{content:""}.fi-rs-grin-tears:before{content:""}.fi-rs-grin-tongue-squint:before{content:""}.fi-rs-grin-tongue-wink:before{content:""}.fi-rs-grin-tongue:before{content:""}.fi-rs-grin-wink:before{content:""}.fi-rs-grin:before{content:""}.fi-rs-grip-dots-vertical:before{content:""}.fi-rs-grip-dots:before{content:""}.fi-rs-grip-horizontal:before{content:""}.fi-rs-grip-lines-vertical:before{content:""}.fi-rs-grip-lines:before{content:""}.fi-rs-grip-vertical:before{content:""}.fi-rs-grocery-bag:before{content:""}.fi-rs-grocery-basket:before{content:""}.fi-rs-group-arrows-rotate:before{content:""}.fi-rs-group-call:before{content:""}.fi-rs-group-community-social-media:before{content:""}.fi-rs-growth-chart-invest:before{content:""}.fi-rs-guarani-sign:before{content:""}.fi-rs-guide-alt:before{content:""}.fi-rs-guide:before{content:""}.fi-rs-guitar-electric:before{content:""}.fi-rs-guitar:before{content:""}.fi-rs-guitars:before{content:""}.fi-rs-gun-squirt:before{content:""}.fi-rs-gym:before{content:""}.fi-rs-h-square:before{content:""}.fi-rs-h:before{content:""}.fi-rs-h1:before{content:""}.fi-rs-h2:before{content:""}.fi-rs-h3:before{content:""}.fi-rs-h4:before{content:""}.fi-rs-hair-clipper:before{content:""}.fi-rs-hamburger-soda:before{content:""}.fi-rs-hamburger:before{content:""}.fi-rs-hammer-crash:before{content:""}.fi-rs-hammer-war:before{content:""}.fi-rs-hammer:before{content:""}.fi-rs-hamsa:before{content:""}.fi-rs-hand-back-fist:before{content:""}.fi-rs-hand-back-point-down:before{content:""}.fi-rs-hand-back-point-left:before{content:""}.fi-rs-hand-back-point-ribbon:before{content:""}.fi-rs-hand-back-point-right:before{content:""}.fi-rs-hand-bill:before{content:""}.fi-rs-hand-dots:before{content:""}.fi-rs-hand-fingers-crossed:before{content:""}.fi-rs-hand-fist:before{content:""}.fi-rs-hand-heart:before{content:""}.fi-rs-hand-holding-box:before{content:""}.fi-rs-hand-holding-droplet:before{content:""}.fi-rs-hand-holding-heart:before{content:""}.fi-rs-hand-holding-magic:before{content:""}.fi-rs-hand-holding-medical:before{content:""}.fi-rs-hand-holding-seeding:before{content:""}.fi-rs-hand-holding-skull:before{content:""}.fi-rs-hand-holding-usd:before{content:""}.fi-rs-hand-holding-water:before{content:""}.fi-rs-hand-horns:before{content:""}.fi-rs-hand-lizard:before{content:""}.fi-rs-hand-love:before{content:""}.fi-rs-hand-middle-finger:before{content:""}.fi-rs-hand-paper:before{content:""}.fi-rs-hand-peace:before{content:""}.fi-rs-hand-point-ribbon:before{content:""}.fi-rs-hand-scissors:before{content:""}.fi-rs-hand-sparkles:before{content:""}.fi-rs-hand-spock:before{content:""}.fi-rs-hand-wave:before{content:""}.fi-rs-hand:before{content:""}.fi-rs-handmade:before{content:""}.fi-rs-hands-bubbles:before{content:""}.fi-rs-hands-clapping:before{content:""}.fi-rs-hands-heart:before{content:""}.fi-rs-hands-holding-diamond:before{content:""}.fi-rs-hands-holding:before{content:""}.fi-rs-hands-usd:before{content:""}.fi-rs-handshake-angle:before{content:""}.fi-rs-handshake-deal-loan:before{content:""}.fi-rs-handshake-house:before{content:""}.fi-rs-handshake-simple-slash:before{content:""}.fi-rs-handshake-trust:before{content:""}.fi-rs-handshake:before{content:""}.fi-rs-happy:before{content:""}.fi-rs-hard-hat:before{content:""}.fi-rs-hashtag-lock:before{content:""}.fi-rs-hastag:before{content:""}.fi-rs-hat-beach:before{content:""}.fi-rs-hat-birthday:before{content:""}.fi-rs-hat-chef:before{content:""}.fi-rs-hat-cowboy-side:before{content:""}.fi-rs-hat-cowboy:before{content:""}.fi-rs-hat-santa:before{content:""}.fi-rs-hat-winter:before{content:""}.fi-rs-hat-witch:before{content:""}.fi-rs-hat-wizard:before{content:""}.fi-rs-hdd:before{content:""}.fi-rs-head-side-brain:before{content:""}.fi-rs-head-side-cough-slash:before{content:""}.fi-rs-head-side-cough:before{content:""}.fi-rs-head-side-headphones:before{content:""}.fi-rs-head-side-heart:before{content:""}.fi-rs-head-side-mask:before{content:""}.fi-rs-head-side-medical:before{content:""}.fi-rs-head-side-thinking:before{content:""}.fi-rs-head-side-virus:before{content:""}.fi-rs-head-side:before{content:""}.fi-rs-head-vr:before{content:""}.fi-rs-heading:before{content:""}.fi-rs-headphones:before{content:""}.fi-rs-headset:before{content:""}.fi-rs-heart-arrow:before{content:""}.fi-rs-heart-brain:before{content:""}.fi-rs-heart-crack:before{content:""}.fi-rs-heart-half-stroke:before{content:""}.fi-rs-heart-half:before{content:""}.fi-rs-heart-health-muscle:before{content:""}.fi-rs-heart-lock:before{content:""}.fi-rs-heart-partner-handshake:before{content:""}.fi-rs-heart-rate:before{content:""}.fi-rs-heart-slash:before{content:""}.fi-rs-heart-upside-down:before{content:""}.fi-rs-heart:before{content:""}.fi-rs-heat:before{content:""}.fi-rs-helicopter-side:before{content:""}.fi-rs-helmet-battle:before{content:""}.fi-rs-hexagon-check:before{content:""}.fi-rs-hexagon-divide:before{content:""}.fi-rs-hexagon-exclamation:before{content:""}.fi-rs-hexagon:before{content:""}.fi-rs-high-definition:before{content:""}.fi-rs-high-five-celebration-yes:before{content:""}.fi-rs-high-five:before{content:""}.fi-rs-highlighter-line:before{content:""}.fi-rs-highlighter:before{content:""}.fi-rs-hiking:before{content:""}.fi-rs-hippo:before{content:""}.fi-rs-hockey-mask:before{content:""}.fi-rs-hockey-puck:before{content:""}.fi-rs-hockey-stick-puck:before{content:""}.fi-rs-hockey-sticks:before{content:""}.fi-rs-holding-hand-gear:before{content:""}.fi-rs-holding-hand-revenue:before{content:""}.fi-rs-holly-berry:before{content:""}.fi-rs-home-heart:before{content:""}.fi-rs-home-location-alt:before{content:""}.fi-rs-home-location:before{content:""}.fi-rs-home:before{content:""}.fi-rs-honey-pot:before{content:""}.fi-rs-hood-cloak:before{content:""}.fi-rs-horizontal-rule:before{content:""}.fi-rs-horse-head:before{content:""}.fi-rs-horse-saddle:before{content:""}.fi-rs-horse:before{content:""}.fi-rs-horseshoe-broken:before{content:""}.fi-rs-horseshoe:before{content:""}.fi-rs-hose-reel:before{content:""}.fi-rs-hose:before{content:""}.fi-rs-hospital-symbol:before{content:""}.fi-rs-hospital-user:before{content:""}.fi-rs-hospital:before{content:""}.fi-rs-hospitals:before{content:""}.fi-rs-hot-tub:before{content:""}.fi-rs-hotdog:before{content:""}.fi-rs-hotel:before{content:""}.fi-rs-hourglass-end:before{content:""}.fi-rs-hourglass-start:before{content:""}.fi-rs-hourglass:before{content:""}.fi-rs-house-blank:before{content:""}.fi-rs-house-building:before{content:""}.fi-rs-house-chimney-blank:before{content:""}.fi-rs-house-chimney-crack:before{content:""}.fi-rs-house-chimney-heart:before{content:""}.fi-rs-house-chimney-medical:before{content:""}.fi-rs-house-chimney-user:before{content:""}.fi-rs-house-chimney-window:before{content:""}.fi-rs-house-chimney:before{content:""}.fi-rs-house-circle-check:before{content:""}.fi-rs-house-circle-exclamation:before{content:""}.fi-rs-house-circle-xmark:before{content:""}.fi-rs-house-crack-alt:before{content:""}.fi-rs-house-crack:before{content:""}.fi-rs-house-day:before{content:""}.fi-rs-house-fire:before{content:""}.fi-rs-house-flag:before{content:""}.fi-rs-house-flood:before{content:""}.fi-rs-house-laptop:before{content:""}.fi-rs-house-leave:before{content:""}.fi-rs-house-lock:before{content:""}.fi-rs-house-medical:before{content:""}.fi-rs-house-night:before{content:""}.fi-rs-house-return:before{content:""}.fi-rs-house-signal:before{content:""}.fi-rs-house-tree:before{content:""}.fi-rs-house-tsunami:before{content:""}.fi-rs-house-turret:before{content:""}.fi-rs-house-user:before{content:""}.fi-rs-house-window:before{content:""}.fi-rs-hr-group:before{content:""}.fi-rs-hr-person:before{content:""}.fi-rs-hr:before{content:""}.fi-rs-hryvnia:before{content:""}.fi-rs-humidity:before{content:""}.fi-rs-hundred-points:before{content:""}.fi-rs-hurricane:before{content:""}.fi-rs-i:before{content:""}.fi-rs-ice-cream:before{content:""}.fi-rs-ice-skate:before{content:""}.fi-rs-icicles:before{content:""}.fi-rs-icon-star:before{content:""}.fi-rs-id-badge:before{content:""}.fi-rs-id-card-clip-alt:before{content:""}.fi-rs-igloo:before{content:""}.fi-rs-image-slash:before{content:""}.fi-rs-images-user:before{content:""}.fi-rs-images:before{content:""}.fi-rs-improve-user:before{content:""}.fi-rs-inbox-full:before{content:""}.fi-rs-inbox-in:before{content:""}.fi-rs-inbox-out:before{content:""}.fi-rs-inbox:before{content:""}.fi-rs-inboxes:before{content:""}.fi-rs-incense-sticks-yoga:before{content:""}.fi-rs-incognito:before{content:""}.fi-rs-indent:before{content:""}.fi-rs-indian-rupee-sign:before{content:""}.fi-rs-industry-alt:before{content:""}.fi-rs-industry-windows:before{content:""}.fi-rs-infinity:before{content:""}.fi-rs-info-guide:before{content:""}.fi-rs-info:before{content:""}.fi-rs-information:before{content:""}.fi-rs-inhaler:before{content:""}.fi-rs-input-numeric:before{content:""}.fi-rs-input-pipe:before{content:""}.fi-rs-input-text:before{content:""}.fi-rs-insert-alt:before{content:""}.fi-rs-insert-arrows:before{content:""}.fi-rs-insert-button-circle:before{content:""}.fi-rs-insert-credit-card:before{content:""}.fi-rs-insert-square:before{content:""}.fi-rs-insert:before{content:""}.fi-rs-insight-alt:before{content:""}.fi-rs-insight-head:before{content:""}.fi-rs-insight:before{content:""}.fi-rs-integral:before{content:""}.fi-rs-interactive:before{content:""}.fi-rs-interlining:before{content:""}.fi-rs-internet-speed-wifi:before{content:""}.fi-rs-interrogation:before{content:""}.fi-rs-intersection:before{content:""}.fi-rs-introduction-handshake:before{content:""}.fi-rs-introduction:before{content:""}.fi-rs-inventory-alt:before{content:""}.fi-rs-invest:before{content:""}.fi-rs-investment:before{content:""}.fi-rs-invite-alt:before{content:""}.fi-rs-invite:before{content:""}.fi-rs-iot-alt:before{content:""}.fi-rs-iot:before{content:""}.fi-rs-ip-address:before{content:""}.fi-rs-island-tropical:before{content:""}.fi-rs-issue-loupe:before{content:""}.fi-rs-it-alt:before{content:""}.fi-rs-it-computer:before{content:""}.fi-rs-it:before{content:""}.fi-rs-italian-lira-sign:before{content:""}.fi-rs-italic:before{content:""}.fi-rs-j:before{content:""}.fi-rs-jam:before{content:""}.fi-rs-jar-alt:before{content:""}.fi-rs-jar-wheat:before{content:""}.fi-rs-javascript:before{content:""}.fi-rs-joint:before{content:""}.fi-rs-joker:before{content:""}.fi-rs-journal-alt:before{content:""}.fi-rs-journal:before{content:""}.fi-rs-journey:before{content:""}.fi-rs-joystick:before{content:""}.fi-rs-jpg:before{content:""}.fi-rs-jug-alt:before{content:""}.fi-rs-jug-bottle:before{content:""}.fi-rs-jug:before{content:""}.fi-rs-jumping-rope:before{content:""}.fi-rs-k:before{content:""}.fi-rs-kaaba:before{content:""}.fi-rs-kazoo:before{content:""}.fi-rs-kerning:before{content:""}.fi-rs-key-lock-crypto:before{content:""}.fi-rs-key-skeleton-left-right:before{content:""}.fi-rs-key:before{content:""}.fi-rs-keyboard-brightness-low:before{content:""}.fi-rs-keyboard-brightness:before{content:""}.fi-rs-keyboard-down:before{content:""}.fi-rs-keyboard-left:before{content:""}.fi-rs-keyboard:before{content:""}.fi-rs-keynote:before{content:""}.fi-rs-kidneys:before{content:""}.fi-rs-kip-sign:before{content:""}.fi-rs-kiss-beam:before{content:""}.fi-rs-kiss-wink-heart:before{content:""}.fi-rs-kiss:before{content:""}.fi-rs-kite:before{content:""}.fi-rs-kiwi-bird:before{content:""}.fi-rs-kiwi-fruit:before{content:""}.fi-rs-knife-kitchen:before{content:""}.fi-rs-knife:before{content:""}.fi-rs-knitting:before{content:""}.fi-rs-kpi-evaluation:before{content:""}.fi-rs-kpi:before{content:""}.fi-rs-l:before{content:""}.fi-rs-label:before{content:""}.fi-rs-lacrosse-stick-ball:before{content:""}.fi-rs-lacrosse-stick:before{content:""}.fi-rs-lambda:before{content:""}.fi-rs-lamp-desk:before{content:""}.fi-rs-lamp-floor:before{content:""}.fi-rs-lamp-street:before{content:""}.fi-rs-lamp:before{content:""}.fi-rs-land-layer-location:before{content:""}.fi-rs-land-layers:before{content:""}.fi-rs-land-location:before{content:""}.fi-rs-landmark-alt:before{content:""}.fi-rs-language:before{content:""}.fi-rs-laptop-arrow-down:before{content:""}.fi-rs-laptop-binary:before{content:""}.fi-rs-laptop-code:before{content:""}.fi-rs-laptop-medical:before{content:""}.fi-rs-laptop-mobile:before{content:""}.fi-rs-laptop-slash:before{content:""}.fi-rs-laptop:before{content:""}.fi-rs-lari-sign:before{content:""}.fi-rs-lasso-sparkles:before{content:""}.fi-rs-lasso:before{content:""}.fi-rs-last-square:before{content:""}.fi-rs-laugh-beam:before{content:""}.fi-rs-laugh-squint:before{content:""}.fi-rs-laugh-wink:before{content:""}.fi-rs-laugh:before{content:""}.fi-rs-lawyer-man:before{content:""}.fi-rs-lawyer-woman:before{content:""}.fi-rs-layer-minus:before{content:""}.fi-rs-layer-plus:before{content:""}.fi-rs-layers:before{content:""}.fi-rs-lead-funnel:before{content:""}.fi-rs-lead-management:before{content:""}.fi-rs-lead:before{content:""}.fi-rs-leader-alt:before{content:""}.fi-rs-leader-speech:before{content:""}.fi-rs-leader:before{content:""}.fi-rs-leaderboard-alt:before{content:""}.fi-rs-leaderboard-trophy:before{content:""}.fi-rs-leaderboard:before{content:""}.fi-rs-leadership-alt:before{content:""}.fi-rs-leadership:before{content:""}.fi-rs-leaf-heart:before{content:""}.fi-rs-leaf-maple:before{content:""}.fi-rs-leaf-oak:before{content:""}.fi-rs-leaf:before{content:""}.fi-rs-leafy-green:before{content:""}.fi-rs-leave:before{content:""}.fi-rs-left-from-bracket:before{content:""}.fi-rs-left:before{content:""}.fi-rs-legal:before{content:""}.fi-rs-lemon:before{content:""}.fi-rs-lesbian-couple:before{content:""}.fi-rs-less-than-equal:before{content:""}.fi-rs-less-than:before{content:""}.fi-rs-lesson-class:before{content:""}.fi-rs-lesson:before{content:""}.fi-rs-letter-case:before{content:""}.fi-rs-lettuce:before{content:""}.fi-rs-level-down-alt:before{content:""}.fi-rs-level-down:before{content:""}.fi-rs-level-up-alt:before{content:""}.fi-rs-level-up:before{content:""}.fi-rs-license:before{content:""}.fi-rs-life-ring:before{content:""}.fi-rs-life:before{content:""}.fi-rs-light-ceiling:before{content:""}.fi-rs-light-emergency-on:before{content:""}.fi-rs-light-emergency:before{content:""}.fi-rs-light-switch-off:before{content:""}.fi-rs-light-switch-on:before{content:""}.fi-rs-light-switch:before{content:""}.fi-rs-lightbulb-cfl-on:before{content:""}.fi-rs-lightbulb-cfl:before{content:""}.fi-rs-lightbulb-dollar:before{content:""}.fi-rs-lightbulb-exclamation:before{content:""}.fi-rs-lightbulb-head:before{content:""}.fi-rs-lightbulb-on:before{content:""}.fi-rs-lightbulb-question:before{content:""}.fi-rs-lightbulb-setting:before{content:""}.fi-rs-lightbulb-slash:before{content:""}.fi-rs-lighthouse:before{content:""}.fi-rs-lights-holiday:before{content:""}.fi-rs-limit-hand:before{content:""}.fi-rs-limit-speedometer:before{content:""}.fi-rs-line-width:before{content:""}.fi-rs-link-alt:before{content:""}.fi-rs-link-horizontal-slash:before{content:""}.fi-rs-link-horizontal:before{content:""}.fi-rs-link-slash-alt:before{content:""}.fi-rs-link-slash:before{content:""}.fi-rs-link:before{content:""}.fi-rs-lion-head:before{content:""}.fi-rs-lion:before{content:""}.fi-rs-lips:before{content:""}.fi-rs-lipstick:before{content:""}.fi-rs-lira-sign:before{content:""}.fi-rs-list-check:before{content:""}.fi-rs-list-dropdown:before{content:""}.fi-rs-list-music:before{content:""}.fi-rs-list-timeline:before{content:""}.fi-rs-list:before{content:""}.fi-rs-litecoin-sign:before{content:""}.fi-rs-live-alt:before{content:""}.fi-rs-live:before{content:""}.fi-rs-loading:before{content:""}.fi-rs-loan:before{content:""}.fi-rs-lobster:before{content:""}.fi-rs-location-alt:before{content:""}.fi-rs-location-arrow:before{content:""}.fi-rs-location-crosshairs-slash:before{content:""}.fi-rs-location-crosshairs:before{content:""}.fi-rs-location-dot-slash:before{content:""}.fi-rs-location-exclamation:before{content:""}.fi-rs-location-pin-call:before{content:""}.fi-rs-lock-alt:before{content:""}.fi-rs-lock-hashtag:before{content:""}.fi-rs-lock-open-alt:before{content:""}.fi-rs-lock:before{content:""}.fi-rs-locust:before{content:""}.fi-rs-log-out:before{content:""}.fi-rs-loop-square:before{content:""}.fi-rs-loveseat:before{content:""}.fi-rs-low-vision:before{content:""}.fi-rs-luchador:before{content:""}.fi-rs-luggage-cart:before{content:""}.fi-rs-luggage-rolling:before{content:""}.fi-rs-lungs-virus:before{content:""}.fi-rs-lungs:before{content:""}.fi-rs-m:before{content:""}.fi-rs-mace:before{content:""}.fi-rs-magic-wand:before{content:""}.fi-rs-magnet-user:before{content:""}.fi-rs-magnet:before{content:""}.fi-rs-mailbox-envelope:before{content:""}.fi-rs-mailbox-flag-up:before{content:""}.fi-rs-mailbox:before{content:""}.fi-rs-makeup-brush:before{content:""}.fi-rs-man-head:before{content:""}.fi-rs-man-scientist:before{content:""}.fi-rs-manat-sign:before{content:""}.fi-rs-mandolin:before{content:""}.fi-rs-mango:before{content:""}.fi-rs-manhole:before{content:""}.fi-rs-map-location-track:before{content:""}.fi-rs-map-marker-check:before{content:""}.fi-rs-map-marker-cross:before{content:""}.fi-rs-map-marker-edit:before{content:""}.fi-rs-map-marker-home:before{content:""}.fi-rs-map-marker-minus:before{content:""}.fi-rs-map-marker-plus:before{content:""}.fi-rs-map-marker-question:before{content:""}.fi-rs-map-marker-slash:before{content:""}.fi-rs-map-marker-smile:before{content:""}.fi-rs-map-marker:before{content:""}.fi-rs-map-pin:before{content:""}.fi-rs-map-point:before{content:"豈"}.fi-rs-map:before{content:"更"}.fi-rs-marker-time:before{content:"車"}.fi-rs-marker:before{content:"賈"}.fi-rs-marketplace-alt:before{content:"滑"}.fi-rs-marketplace-store:before{content:"串"}.fi-rs-marketplace:before{content:"句"}.fi-rs-mars-double:before{content:"龜"}.fi-rs-mars-stroke-right:before{content:"龜"}.fi-rs-mars-stroke-up:before{content:"契"}.fi-rs-mars:before{content:"金"}.fi-rs-martini-glass-citrus:before{content:"喇"}.fi-rs-martini-glass-empty:before{content:"奈"}.fi-rs-mask-carnival:before{content:"懶"}.fi-rs-mask-face:before{content:"癩"}.fi-rs-mask-snorkel:before{content:"羅"}.fi-rs-massage:before{content:"蘿"}.fi-rs-match-fire:before{content:"螺"}.fi-rs-mattress-pillow:before{content:"裸"}.fi-rs-measuring-tape:before{content:"邏"}.fi-rs-meat:before{content:"樂"}.fi-rs-medal:before{content:"洛"}.fi-rs-medical-star:before{content:"烙"}.fi-rs-medicine:before{content:"珞"}.fi-rs-meditation:before{content:"落"}.fi-rs-meeting-alt:before{content:"酪"}.fi-rs-meeting:before{content:"駱"}.fi-rs-megaphone-announcement-leader:before{content:"亂"}.fi-rs-megaphone:before{content:"卵"}.fi-rs-meh-blank:before{content:"欄"}.fi-rs-meh-rolling-eyes:before{content:"爛"}.fi-rs-meh:before{content:"蘭"}.fi-rs-melon-alt:before{content:"鸞"}.fi-rs-melon:before{content:"嵐"}.fi-rs-member-list:before{content:"濫"}.fi-rs-member-search:before{content:"藍"}.fi-rs-membership-vip:before{content:"襤"}.fi-rs-membership:before{content:"拉"}.fi-rs-memo-circle-check:before{content:"臘"}.fi-rs-memo-pad:before{content:"蠟"}.fi-rs-memo:before{content:"廊"}.fi-rs-memory:before{content:"朗"}.fi-rs-menu-dots-vertical:before{content:"浪"}.fi-rs-menu-dots:before{content:"狼"}.fi-rs-mercury:before{content:"郎"}.fi-rs-message-arrow-down:before{content:"來"}.fi-rs-message-arrow-up-right:before{content:"冷"}.fi-rs-message-arrow-up:before{content:"勞"}.fi-rs-message-bot:before{content:"擄"}.fi-rs-message-code:before{content:"櫓"}.fi-rs-message-dollar:before{content:"爐"}.fi-rs-message-heart:before{content:"盧"}.fi-rs-message-image:before{content:"老"}.fi-rs-message-question:before{content:"蘆"}.fi-rs-message-quote:before{content:"虜"}.fi-rs-message-slash:before{content:"路"}.fi-rs-message-sms:before{content:"露"}.fi-rs-message-text:before{content:"魯"}.fi-rs-message-xmark:before{content:"鷺"}.fi-rs-messages-dollar:before{content:"碌"}.fi-rs-messages-question:before{content:"祿"}.fi-rs-messages:before{content:"綠"}.fi-rs-meteor:before{content:"菉"}.fi-rs-meter-bolt:before{content:"錄"}.fi-rs-meter-droplet:before{content:"鹿"}.fi-rs-meter-fire:before{content:"論"}.fi-rs-meter:before{content:"壟"}.fi-rs-method:before{content:"弄"}.fi-rs-microchip-ai:before{content:"籠"}.fi-rs-microchip:before{content:"聾"}.fi-rs-microphone-alt:before{content:"牢"}.fi-rs-microphone-slash:before{content:"磊"}.fi-rs-microphone:before{content:"賂"}.fi-rs-microscope:before{content:"雷"}.fi-rs-microwave:before{content:"壘"}.fi-rs-milk-alt:before{content:"屢"}.fi-rs-milk:before{content:"樓"}.fi-rs-mill-sign:before{content:"淚"}.fi-rs-mind-share:before{content:"漏"}.fi-rs-minus-circle:before{content:"累"}.fi-rs-minus-hexagon:before{content:"縷"}.fi-rs-minus-small:before{content:"陋"}.fi-rs-minuss:before{content:"勒"}.fi-rs-mistletoe:before{content:"肋"}.fi-rs-mix:before{content:"凜"}.fi-rs-mobile-button:before{content:"凌"}.fi-rs-mobile-notch:before{content:"稜"}.fi-rs-mobile:before{content:"綾"}.fi-rs-mockup:before{content:"菱"}.fi-rs-mode-alt:before{content:"陵"}.fi-rs-mode-landscape:before{content:"讀"}.fi-rs-mode-portrait:before{content:"拏"}.fi-rs-mode:before{content:"樂"}.fi-rs-model-cube-arrows:before{content:"諾"}.fi-rs-model-cube-space:before{content:"丹"}.fi-rs-model-cube:before{content:"寧"}.fi-rs-module:before{content:"怒"}.fi-rs-monday:before{content:"率"}.fi-rs-money-bill-simple:before{content:"異"}.fi-rs-money-bill-transfer:before{content:"北"}.fi-rs-money-bill-wave-alt:before{content:"磻"}.fi-rs-money-bill-wave:before{content:"便"}.fi-rs-money-bills-simple:before{content:"復"}.fi-rs-money-bills:before{content:"不"}.fi-rs-money-check-edit-alt:before{content:"泌"}.fi-rs-money-check-edit:before{content:"數"}.fi-rs-money-check:before{content:"索"}.fi-rs-money-coin-transfer:before{content:"參"}.fi-rs-money-from-bracket:before{content:"塞"}.fi-rs-money-simple-from-bracket:before{content:"省"}.fi-rs-money-transfer-alt:before{content:"葉"}.fi-rs-money-transfer-coin-arrow:before{content:"說"}.fi-rs-money-transfer-smartphone:before{content:"殺"}.fi-rs-money-wings:before{content:"辰"}.fi-rs-money:before{content:"沈"}.fi-rs-monkey:before{content:"拾"}.fi-rs-monument:before{content:"若"}.fi-rs-moon-stars:before{content:"掠"}.fi-rs-moon:before{content:"略"}.fi-rs-moped:before{content:"亮"}.fi-rs-mortar-pestle:before{content:"兩"}.fi-rs-mortgage:before{content:"凉"}.fi-rs-mosque-alt:before{content:"梁"}.fi-rs-mosque-moon:before{content:"糧"}.fi-rs-mosque:before{content:"良"}.fi-rs-mosquito-net:before{content:"諒"}.fi-rs-mosquito:before{content:"量"}.fi-rs-motorcycle:before{content:"勵"}.fi-rs-mound:before{content:"呂"}.fi-rs-mountain-city:before{content:"女"}.fi-rs-mountain:before{content:"廬"}.fi-rs-mountains:before{content:"旅"}.fi-rs-mouse-field:before{content:"濾"}.fi-rs-mouse:before{content:"礪"}.fi-rs-mov-file:before{content:"閭"}.fi-rs-move-to-folder-2:before{content:"驪"}.fi-rs-move-to-folder:before{content:"麗"}.fi-rs-mp3-file:before{content:"黎"}.fi-rs-mp3-player:before{content:"力"}.fi-rs-mp4-file:before{content:"曆"}.fi-rs-mug-alt:before{content:"歷"}.fi-rs-mug-hot-alt:before{content:"轢"}.fi-rs-mug-hot:before{content:"年"}.fi-rs-mug-marshmallows:before{content:"憐"}.fi-rs-mug-tea-saucer:before{content:"戀"}.fi-rs-mug-tea:before{content:"撚"}.fi-rs-mug:before{content:"漣"}.fi-rs-multiple-alt:before{content:"煉"}.fi-rs-multiple:before{content:"璉"}.fi-rs-muscle:before{content:"秊"}.fi-rs-mushroom-alt:before{content:"練"}.fi-rs-mushroom:before{content:"聯"}.fi-rs-music-alt:before{content:"輦"}.fi-rs-music-file:before{content:"蓮"}.fi-rs-music-note-slash:before{content:"連"}.fi-rs-music-note:before{content:"鍊"}.fi-rs-music-slash:before{content:"列"}.fi-rs-music:before{content:"劣"}.fi-rs-n:before{content:"咽"}.fi-rs-naira-sign:before{content:"烈"}.fi-rs-narwhal:before{content:"裂"}.fi-rs-navigation:before{content:"說"}.fi-rs-nesting-dolls:before{content:"廉"}.fi-rs-network-analytic:before{content:"念"}.fi-rs-network-cloud:before{content:"捻"}.fi-rs-network:before{content:"殮"}.fi-rs-neuter:before{content:"簾"}.fi-rs-newsletter-subscribe:before{content:"獵"}.fi-rs-newspaper-open:before{content:"令"}.fi-rs-newspaper:before{content:"囹"}.fi-rs-nfc-lock:before{content:"寧"}.fi-rs-nfc-magnifying-glass:before{content:"嶺"}.fi-rs-nfc-pen:before{content:"怜"}.fi-rs-nfc-slash:before{content:"玲"}.fi-rs-nfc-trash:before{content:"瑩"}.fi-rs-nfc:before{content:"羚"}.fi-rs-night-day:before{content:"聆"}.fi-rs-no-fee:before{content:"鈴"}.fi-rs-no-people:before{content:"零"}.fi-rs-noodles:before{content:"靈"}.fi-rs-nose:before{content:"領"}.fi-rs-not-equal:before{content:"例"}.fi-rs-not-found-alt:before{content:"禮"}.fi-rs-not-found-magnifying-glass:before{content:"醴"}.fi-rs-not-found:before{content:"隸"}.fi-rs-notdef:before{content:"惡"}.fi-rs-note-medical:before{content:"了"}.fi-rs-note-sticky:before{content:"僚"}.fi-rs-note:before{content:"寮"}.fi-rs-notebook-alt:before{content:"尿"}.fi-rs-notebook:before{content:"料"}.fi-rs-notes-medical:before{content:"樂"}.fi-rs-notes:before{content:"燎"}.fi-rs-o:before{content:"療"}.fi-rs-object-exclude:before{content:"蓼"}.fi-rs-object-group:before{content:"遼"}.fi-rs-object-intersect:before{content:"龍"}.fi-rs-object-subtract:before{content:"暈"}.fi-rs-object-ungroup:before{content:"阮"}.fi-rs-object-union:before{content:"劉"}.fi-rs-objects-column:before{content:"杻"}.fi-rs-octagon-check:before{content:"柳"}.fi-rs-octagon-divide:before{content:"流"}.fi-rs-octagon-exclamation:before{content:"溜"}.fi-rs-octagon-minus:before{content:"琉"}.fi-rs-octagon-plus:before{content:"留"}.fi-rs-octagon-xmark:before{content:"硫"}.fi-rs-octagon:before{content:"紐"}.fi-rs-oil-can:before{content:"類"}.fi-rs-oil-temp:before{content:"六"}.fi-rs-olive-oil:before{content:"戮"}.fi-rs-olive:before{content:"陸"}.fi-rs-olives:before{content:"倫"}.fi-rs-om:before{content:"崙"}.fi-rs-omega:before{content:"淪"}.fi-rs-onboarding:before{content:"輪"}.fi-rs-onion:before{content:"律"}.fi-rs-opacity:before{content:"慄"}.fi-rs-open-mail-clip:before{content:"栗"}.fi-rs-operating-system-upgrade:before{content:"率"}.fi-rs-operation:before{content:"隆"}.fi-rs-order-history:before{content:"利"}.fi-rs-organization-chart:before{content:"吏"}.fi-rs-ornament:before{content:"履"}.fi-rs-otp:before{content:"易"}.fi-rs-otter:before{content:"李"}.fi-rs-outdent:before{content:"梨"}.fi-rs-oval-alt:before{content:"泥"}.fi-rs-oval:before{content:"理"}.fi-rs-oven:before{content:"痢"}.fi-rs-overline:before{content:"罹"}.fi-rs-overview:before{content:"裏"}.fi-rs-p:before{content:"裡"}.fi-rs-package:before{content:"里"}.fi-rs-padlock-check:before{content:"離"}.fi-rs-page-break:before{content:"匿"}.fi-rs-pager:before{content:"溺"}.fi-rs-paid:before{content:"吝"}.fi-rs-paint-brush:before{content:"燐"}.fi-rs-paint-roller:before{content:"璘"}.fi-rs-paintbrush-pencil:before{content:"藺"}.fi-rs-palette:before{content:"隣"}.fi-rs-pallet-alt:before{content:"鱗"}.fi-rs-pallet:before{content:"麟"}.fi-rs-pan-food:before{content:"林"}.fi-rs-pan-frying:before{content:"淋"}.fi-rs-pan:before{content:"臨"}.fi-rs-pancakes:before{content:"立"}.fi-rs-panorama:before{content:"笠"}.fi-rs-paper-plane-launch:before{content:"粒"}.fi-rs-paper-plane-top:before{content:"狀"}.fi-rs-paper-plane:before{content:"炙"}.fi-rs-paperclip-vertical:before{content:"識"}.fi-rs-parachute-box:before{content:"什"}.fi-rs-paragraph-left:before{content:"茶"}.fi-rs-paragraph:before{content:"刺"}.fi-rs-parking-circle-slash:before{content:"切"}.fi-rs-parking-circle:before{content:"度"}.fi-rs-parking-slash:before{content:"拓"}.fi-rs-parking:before{content:"糖"}.fi-rs-party-bell:before{content:"宅"}.fi-rs-party-horn:before{content:"洞"}.fi-rs-passport:before{content:"暴"}.fi-rs-password-alt:before{content:"輻"}.fi-rs-password-computer:before{content:"行"}.fi-rs-password-email:before{content:"降"}.fi-rs-password-smartphone:before{content:"見"}.fi-rs-password:before{content:"廓"}.fi-rs-paste:before{content:"兀"}.fi-rs-pattern:before{content:"嗀"}.fi-rs-pause-circle:before{content:"﨎"}.fi-rs-pause-square:before{content:"﨏"}.fi-rs-pause:before{content:"塚"}.fi-rs-paw-claws:before{content:"﨑"}.fi-rs-paw-heart:before{content:"晴"}.fi-rs-paw:before{content:"﨓"}.fi-rs-payment-pos:before{content:"﨔"}.fi-rs-payroll-calendar:before{content:"凞"}.fi-rs-payroll-check:before{content:"猪"}.fi-rs-payroll:before{content:"益"}.fi-rs-peace:before{content:"礼"}.fi-rs-peach:before{content:"神"}.fi-rs-peanut:before{content:"祥"}.fi-rs-peanuts:before{content:"福"}.fi-rs-peapod:before{content:"靖"}.fi-rs-pear:before{content:"精"}.fi-rs-pedestal:before{content:"羽"}.fi-rs-pen-circle:before{content:"﨟"}.fi-rs-pen-clip-slash:before{content:"蘒"}.fi-rs-pen-clip:before{content:"﨡"}.fi-rs-pen-fancy-slash:before{content:"諸"}.fi-rs-pen-fancy:before{content:"﨣"}.fi-rs-pen-field:before{content:"﨤"}.fi-rs-pen-nib-slash:before{content:"逸"}.fi-rs-pen-nib:before{content:"都"}.fi-rs-pen-slash:before{content:"﨧"}.fi-rs-pen-square:before{content:"﨨"}.fi-rs-pen-swirl:before{content:"﨩"}.fi-rs-pencil-paintbrush:before{content:"飯"}.fi-rs-pencil-ruler:before{content:"飼"}.fi-rs-pencil-slash:before{content:"館"}.fi-rs-pencil:before{content:"鶴"}.fi-rs-pending:before{content:"郞"}.fi-rs-pennant:before{content:"隷"}.fi-rs-people-arrows-left-right:before{content:"侮"}.fi-rs-people-carry-box:before{content:"僧"}.fi-rs-people-dress:before{content:"免"}.fi-rs-people-network-partner:before{content:"勉"}.fi-rs-people-pants:before{content:"勤"}.fi-rs-people-poll:before{content:"卑"}.fi-rs-people-pulling:before{content:"喝"}.fi-rs-people-roof:before{content:"嘆"}.fi-rs-people:before{content:"器"}.fi-rs-pepper-alt:before{content:"塀"}.fi-rs-pepper-hot:before{content:"墨"}.fi-rs-pepper:before{content:"層"}.fi-rs-percent-10:before{content:"屮"}.fi-rs-percent-100:before{content:"悔"}.fi-rs-percent-20:before{content:"慨"}.fi-rs-percent-25:before{content:"憎"}.fi-rs-percent-30:before{content:"懲"}.fi-rs-percent-40:before{content:"敏"}.fi-rs-percent-50:before{content:"既"}.fi-rs-percent-60:before{content:"暑"}.fi-rs-percent-70:before{content:"梅"}.fi-rs-percent-75:before{content:"海"}.fi-rs-percent-80:before{content:"渚"}.fi-rs-percent-90:before{content:"漢"}.fi-rs-percentage:before{content:"煮"}.fi-rs-person-burst:before{content:"爫"}.fi-rs-person-carry-box:before{content:"琢"}.fi-rs-person-circle-check:before{content:"碑"}.fi-rs-person-circle-exclamation:before{content:"社"}.fi-rs-person-circle-minus:before{content:"祉"}.fi-rs-person-circle-plus:before{content:"祈"}.fi-rs-person-circle-question:before{content:"祐"}.fi-rs-person-circle-xmark:before{content:"祖"}.fi-rs-person-cv:before{content:"祝"}.fi-rs-person-dolly-empty:before{content:"禍"}.fi-rs-person-dolly:before{content:"禎"}.fi-rs-person-dress-simple:before{content:"穀"}.fi-rs-person-dress:before{content:"突"}.fi-rs-person-luggage:before{content:"節"}.fi-rs-person-lunge:before{content:"練"}.fi-rs-person-pilates:before{content:"縉"}.fi-rs-person-praying:before{content:"繁"}.fi-rs-person-pregnant:before{content:"署"}.fi-rs-person-seat-reclined:before{content:"者"}.fi-rs-person-seat:before{content:"臭"}.fi-rs-person-shelter:before{content:"艹"}.fi-rs-person-sign:before{content:"艹"}.fi-rs-person-simple:before{content:"著"}.fi-rs-person-walking-with-cane:before{content:"褐"}.fi-rs-peseta-sign:before{content:"視"}.fi-rs-peso-sign:before{content:"謁"}.fi-rs-pets:before{content:"謹"}.fi-rs-pharmacy:before{content:"賓"}.fi-rs-phone-call:before{content:"贈"}.fi-rs-phone-cross:before{content:"辶"}.fi-rs-phone-flip:before{content:"逸"}.fi-rs-phone-guide:before{content:"難"}.fi-rs-phone-heart-message:before{content:"響"}.fi-rs-phone-office:before{content:"頻"}.fi-rs-phone-pause:before{content:"恵"}.fi-rs-phone-plus:before{content:"𤋮"}.fi-rs-phone-rotary:before{content:"舘"}.fi-rs-phone-slash:before{content:"﩮"}.fi-rs-photo-capture:before{content:"﩯"}.fi-rs-photo-film-music:before{content:"並"}.fi-rs-photo-video:before{content:"况"}.fi-rs-physics:before{content:"全"}.fi-rs-Pi:before{content:"侀"}.fi-rs-piano-keyboard:before{content:"充"}.fi-rs-piano:before{content:"冀"}.fi-rs-pickaxe:before{content:"勇"}.fi-rs-picking-box:before{content:"勺"}.fi-rs-picking:before{content:"喝"}.fi-rs-picnic:before{content:"啕"}.fi-rs-picpeople-filled:before{content:"喙"}.fi-rs-picpeople:before{content:"嗢"}.fi-rs-picture:before{content:"塚"}.fi-rs-pie:before{content:"墳"}.fi-rs-pig-bank-bulb:before{content:"奄"}.fi-rs-pig-face:before{content:"奔"}.fi-rs-pig:before{content:"婢"}.fi-rs-piggy-bank-budget:before{content:"嬨"}.fi-rs-piggy-bank:before{content:"廒"}.fi-rs-pills:before{content:"廙"}.fi-rs-pinata:before{content:"彩"}.fi-rs-pineapple-alt:before{content:"徭"}.fi-rs-pineapple:before{content:"惘"}.fi-rs-ping-pong:before{content:"慎"}.fi-rs-pipe-smoking:before{content:"愈"}.fi-rs-pixabay:before{content:"憎"}.fi-rs-pizza-slice:before{content:"慠"}.fi-rs-place-of-worship:before{content:"懲"}.fi-rs-plan-strategy:before{content:"戴"}.fi-rs-plan:before{content:"揄"}.fi-rs-plane-alt:before{content:"搜"}.fi-rs-plane-arrival:before{content:"摒"}.fi-rs-plane-departure:before{content:"敖"}.fi-rs-plane-prop:before{content:"晴"}.fi-rs-plane-slash:before{content:"朗"}.fi-rs-plane-tail:before{content:"望"}.fi-rs-plane:before{content:"杖"}.fi-rs-planet-moon:before{content:"歹"}.fi-rs-planet-ringed:before{content:"殺"}.fi-rs-plant-care:before{content:"流"}.fi-rs-plant-growth:before{content:"滛"}.fi-rs-plant-seed-invest:before{content:"滋"}.fi-rs-plant-wilt:before{content:"漢"}.fi-rs-plate-utensils:before{content:"瀞"}.fi-rs-plate-wheat:before{content:"煮"}.fi-rs-plate:before{content:"瞧"}.fi-rs-play-alt:before{content:"爵"}.fi-rs-play-circle:before{content:"犯"}.fi-rs-play-microphone:before{content:"猪"}.fi-rs-play-pause:before{content:"瑱"}.fi-rs-play:before{content:"甆"}.fi-rs-playing-cards:before{content:"画"}.fi-rs-plug-alt:before{content:"瘝"}.fi-rs-plug-cable:before{content:"瘟"}.fi-rs-plug-circle-bolt:before{content:"益"}.fi-rs-plug-circle-check:before{content:"盛"}.fi-rs-plug-circle-exclamation:before{content:"直"}.fi-rs-plug-circle-minus:before{content:"睊"}.fi-rs-plug-circle-plus:before{content:"着"}.fi-rs-plug-connection:before{content:"磌"}.fi-rs-plug:before{content:"窱"}.fi-rs-plus-hexagon:before{content:"節"}.fi-rs-plus-minus:before{content:"类"}.fi-rs-plus-small:before{content:"絛"}.fi-rs-plus:before{content:"練"}.fi-rs-png-file:before{content:"缾"}.fi-rs-podcast:before{content:"者"}.fi-rs-podium-star:before{content:"荒"}.fi-rs-podium-victory-leader:before{content:"華"}.fi-rs-podium:before{content:"蝹"}.fi-rs-point-of-sale-bill:before{content:"襁"}.fi-rs-point-of-sale-signal:before{content:"覆"}.fi-rs-point-of-sale:before{content:"視"}.fi-rs-pointer-loading:before{content:"調"}.fi-rs-pointer-text:before{content:"諸"}.fi-rs-poker-chip:before{content:"請"}.fi-rs-police-box:before{content:"謁"}.fi-rs-poll-h:before{content:"諾"}.fi-rs-pollution:before{content:"諭"}.fi-rs-pompebled:before{content:"謹"}.fi-rs-poo-bolt:before{content:"變"}.fi-rs-poo:before{content:"贈"}.fi-rs-pool-8-ball:before{content:"輸"}.fi-rs-poop:before{content:"遲"}.fi-rs-popcorn:before{content:"醙"}.fi-rs-popsicle:before{content:"鉶"}.fi-rs-portal-enter:before{content:"陼"}.fi-rs-portal-exit:before{content:"難"}.fi-rs-portrait:before{content:"靖"}.fi-rs-postal-address:before{content:"韛"}.fi-rs-pot:before{content:"響"}.fi-rs-potato:before{content:"頋"}.fi-rs-pound:before{content:"頻"}.fi-rs-ppt-file:before{content:"鬒"}.fi-rs-practice:before{content:"龜"}.fi-rs-praying-hands:before{content:"𢡊"}.fi-rs-prescription-bottle-alt:before{content:"𢡄"}.fi-rs-prescription-bottle-pill:before{content:"𣏕"}.fi-rs-prescription-bottle:before{content:"㮝"}.fi-rs-prescription:before{content:"䀘"}.fi-rs-presentation:before{content:"䀹"}.fi-rs-preview:before{content:"𥉉"}.fi-rs-previous-square:before{content:"𥳐"}.fi-rs-print-magnifying-glass:before{content:"𧻓"}.fi-rs-print-slash:before{content:"齃"}.fi-rs-print:before{content:"龎"}.fi-rs-priority-arrow:before{content:"﫚"}.fi-rs-priority-arrows:before{content:"﫛"}.fi-rs-priority-importance:before{content:"﫜"}.fi-rs-problem-solving:before{content:"﫝"}.fi-rs-procedures:before{content:"﫞"}.fi-rs-process:before{content:"﫟"}.fi-rs-productivity:before{content:"﫠"}.fi-rs-progress-complete:before{content:"﫡"}.fi-rs-progress-download:before{content:"﫢"}.fi-rs-progress-upload:before{content:"﫣"}.fi-rs-projector:before{content:"﫤"}.fi-rs-protractor:before{content:"﫥"}.fi-rs-pulse:before{content:"﫦"}.fi-rs-pump-medical:before{content:"﫧"}.fi-rs-pump:before{content:"﫨"}.fi-rs-pumpkin-alt-2:before{content:"﫩"}.fi-rs-pumpkin-alt:before{content:"﫪"}.fi-rs-pumpkin:before{content:"﫫"}.fi-rs-puzzle-alt:before{content:"﫬"}.fi-rs-puzzle-piece-integration:before{content:"﫭"}.fi-rs-puzzle-piece:before{content:"﫮"}.fi-rs-puzzle-pieces:before{content:"﫯"}.fi-rs-pyramid:before{content:"﫰"}.fi-rs-q:before{content:"﫱"}.fi-rs-qr-scan:before{content:"﫲"}.fi-rs-QR:before{content:"﫳"}.fi-rs-qrcode:before{content:"﫴"}.fi-rs-question-square:before{content:"﫵"}.fi-rs-question:before{content:"﫶"}.fi-rs-queue-alt:before{content:"﫷"}.fi-rs-queue-line:before{content:"﫸"}.fi-rs-queue-signal:before{content:"﫹"}.fi-rs-queue:before{content:"﫺"}.fi-rs-quill-pen-story:before{content:"﫻"}.fi-rs-quiz-alt:before{content:"﫼"}.fi-rs-quiz:before{content:"﫽"}.fi-rs-quote-right:before{content:"﫾"}.fi-rs-r:before{content:"﫿"}.fi-rs-rabbit-fast:before{content:"ﬀ"}.fi-rs-rabbit:before{content:"ﬁ"}.fi-rs-raccoon:before{content:"ﬂ"}.fi-rs-racquet:before{content:"ﬃ"}.fi-rs-radar-monitoring-track:before{content:"ﬄ"}.fi-rs-radar:before{content:"ﬅ"}.fi-rs-radiation-alt:before{content:"ﬆ"}.fi-rs-radiation:before{content:"﬇"}.fi-rs-radio-alt:before{content:"﬈"}.fi-rs-radio-button:before{content:"﬉"}.fi-rs-radio:before{content:"﬊"}.fi-rs-radish:before{content:"﬋"}.fi-rs-rainbow:before{content:"﬌"}.fi-rs-raindrops:before{content:"﬍"}.fi-rs-ram:before{content:"﬎"}.fi-rs-ramp-loading:before{content:"﬏"}.fi-rs-rank:before{content:"﬐"}.fi-rs-ranking-podium-empty:before{content:"﬑"}.fi-rs-ranking-podium:before{content:"﬒"}.fi-rs-ranking-star:before{content:"ﬓ"}.fi-rs-ranking-stars:before{content:"ﬔ"}.fi-rs-raygun:before{content:"ﬕ"}.fi-rs-razor-barber:before{content:"ﬖ"}.fi-rs-react:before{content:"ﬗ"}.fi-rs-rec:before{content:"﬘"}.fi-rs-receipt:before{content:"﬙"}.fi-rs-recipe-book:before{content:"﬚"}.fi-rs-recipe:before{content:"﬛"}.fi-rs-record-vinyl:before{content:"﬜"}.fi-rs-rectabgle-vertical:before{content:"יִ"}.fi-rs-rectangle-barcode:before{content:"ﬞ"}.fi-rs-rectangle-code:before{content:"ײַ"}.fi-rs-rectangle-history-circle-plus:before{content:"ﬠ"}.fi-rs-rectangle-horizontal:before{content:"ﬡ"}.fi-rs-rectangle-list:before{content:"ﬢ"}.fi-rs-rectangle-panoramic:before{content:"ﬣ"}.fi-rs-rectangle-pro:before{content:"ﬤ"}.fi-rs-rectangle-vertical-history:before{content:"ﬥ"}.fi-rs-rectangle-vertical:before{content:"ﬦ"}.fi-rs-rectangle-xmark:before{content:"ﬧ"}.fi-rs-rectangles-mixed:before{content:"ﬨ"}.fi-rs-recycle-bin:before{content:"﬩"}.fi-rs-recycle:before{content:"שׁ"}.fi-rs-redo-alt:before{content:"שׂ"}.fi-rs-redo:before{content:"שּׁ"}.fi-rs-reel:before{content:"שּׂ"}.fi-rs-refer-arrow:before{content:"אַ"}.fi-rs-refer:before{content:"אָ"}.fi-rs-referral-alt:before{content:"אּ"}.fi-rs-referral-user:before{content:"בּ"}.fi-rs-referral:before{content:"גּ"}.fi-rs-reflect-horizontal-alt:before{content:"דּ"}.fi-rs-reflect-horizontal:before{content:"הּ"}.fi-rs-reflect-vertical:before{content:"וּ"}.fi-rs-reflect:before{content:"זּ"}.fi-rs-refresh:before{content:"﬷"}.fi-rs-refrigerator:before{content:"טּ"}.fi-rs-refund-alt:before{content:"יּ"}.fi-rs-refund:before{content:"ךּ"}.fi-rs-region-pin-alt:before{content:"כּ"}.fi-rs-region-pin:before{content:"לּ"}.fi-rs-registered:before{content:"﬽"}.fi-rs-registration-paper:before{content:"מּ"}.fi-rs-remove-folder:before{content:"﬿"}.fi-rs-remove-user:before{content:"נּ"}.fi-rs-rent-signal:before{content:"סּ"}.fi-rs-rent:before{content:"﭂"}.fi-rs-replace:before{content:"ףּ"}.fi-rs-replay-10:before{content:"פּ"}.fi-rs-replay-30:before{content:"﭅"}.fi-rs-replay-5:before{content:"צּ"}.fi-rs-reply-all:before{content:"קּ"}.fi-rs-republican:before{content:"רּ"}.fi-rs-reservation-smartphone:before{content:"שּ"}.fi-rs-reservation-table:before{content:"תּ"}.fi-rs-resistance-band:before{content:"וֹ"}.fi-rs-resize:before{content:"בֿ"}.fi-rs-resources:before{content:"כֿ"}.fi-rs-restaurant:before{content:"פֿ"}.fi-rs-restock:before{content:"ﭏ"}.fi-rs-restroom-simple:before{content:"ﭐ"}.fi-rs-resume:before{content:"ﭑ"}.fi-rs-revenue-alt:before{content:"ﭒ"}.fi-rs-revenue-euro:before{content:"ﭓ"}.fi-rs-Revenue:before{content:"ﭔ"}.fi-rs-review:before{content:"ﭕ"}.fi-rs-rewind-button-circle:before{content:"ﭖ"}.fi-rs-rewind:before{content:"ﭗ"}.fi-rs-rhombus:before{content:"ﭘ"}.fi-rs-ribbon:before{content:"ﭙ"}.fi-rs-right-from-bracket:before{content:"ﭚ"}.fi-rs-right:before{content:"ﭛ"}.fi-rs-ring-diamond:before{content:"ﭜ"}.fi-rs-ring:before{content:"ﭝ"}.fi-rs-rings-wedding:before{content:"ﭞ"}.fi-rs-risk-alt:before{content:"ﭟ"}.fi-rs-risk:before{content:"ﭠ"}.fi-rs-road-barrier:before{content:"ﭡ"}.fi-rs-road-sign-left:before{content:"ﭢ"}.fi-rs-road:before{content:"ﭣ"}.fi-rs-robot:before{content:"ﭤ"}.fi-rs-robotic-arm:before{content:"ﭥ"}.fi-rs-rocket-lunch:before{content:"ﭦ"}.fi-rs-rocket:before{content:"ﭧ"}.fi-rs-roller-coaster:before{content:"ﭨ"}.fi-rs-room-service:before{content:"ﭩ"}.fi-rs-rotate-exclamation:before{content:"ﭪ"}.fi-rs-rotate-left:before{content:"ﭫ"}.fi-rs-rotate-reverse:before{content:"ﭬ"}.fi-rs-rotate-right:before{content:"ﭭ"}.fi-rs-rotate-square:before{content:"ﭮ"}.fi-rs-roulette:before{content:"ﭯ"}.fi-rs-route-highway:before{content:"ﭰ"}.fi-rs-route-interstate:before{content:"ﭱ"}.fi-rs-route:before{content:"ﭲ"}.fi-rs-router:before{content:"ﭳ"}.fi-rs-rss-alt:before{content:"ﭴ"}.fi-rs-rss:before{content:"ﭵ"}.fi-rs-ruble-sign:before{content:"ﭶ"}.fi-rs-rugby-helmet:before{content:"ﭷ"}.fi-rs-rugby:before{content:"ﭸ"}.fi-rs-ruler-combined:before{content:"ﭹ"}.fi-rs-ruler-horizontal:before{content:"ﭺ"}.fi-rs-ruler-triangle:before{content:"ﭻ"}.fi-rs-ruler-vertical:before{content:"ﭼ"}.fi-rs-rules-alt:before{content:"ﭽ"}.fi-rs-rules:before{content:"ﭾ"}.fi-rs-running-track:before{content:"ﭿ"}.fi-rs-running:before{content:"ﮀ"}.fi-rs-rupee-sign:before{content:"ﮁ"}.fi-rs-rupiah-sign:before{content:"ﮂ"}.fi-rs-rv:before{content:"ﮃ"}.fi-rs-s:before{content:"ﮄ"}.fi-rs-sack-dollar:before{content:"ﮅ"}.fi-rs-sack:before{content:"ﮆ"}.fi-rs-sad-cry:before{content:"ﮇ"}.fi-rs-sad-tear:before{content:"ﮈ"}.fi-rs-sad:before{content:"ﮉ"}.fi-rs-safe-box:before{content:"ﮊ"}.fi-rs-sailboat:before{content:"ﮋ"}.fi-rs-salad:before{content:"ﮌ"}.fi-rs-salary-alt:before{content:"ﮍ"}.fi-rs-salt-pepper:before{content:"ﮎ"}.fi-rs-salt-shaker:before{content:"ﮏ"}.fi-rs-sandwich-alt:before{content:"ﮐ"}.fi-rs-sandwich:before{content:"ﮑ"}.fi-rs-satellite-dish:before{content:"ﮒ"}.fi-rs-satellite:before{content:"ﮓ"}.fi-rs-saturday:before{content:"ﮔ"}.fi-rs-sauce:before{content:"ﮕ"}.fi-rs-sausage:before{content:"ﮖ"}.fi-rs-sax-hot:before{content:"ﮗ"}.fi-rs-saxophone:before{content:"ﮘ"}.fi-rs-scale-comparison-alt:before{content:"ﮙ"}.fi-rs-scale-comparison:before{content:"ﮚ"}.fi-rs-scale:before{content:"ﮛ"}.fi-rs-scalpel-path:before{content:"ﮜ"}.fi-rs-scalpel:before{content:"ﮝ"}.fi-rs-scanner-gun:before{content:"ﮞ"}.fi-rs-scanner-image:before{content:"ﮟ"}.fi-rs-scanner-keyboard:before{content:"ﮠ"}.fi-rs-scanner-touchscreen:before{content:"ﮡ"}.fi-rs-scarecrow:before{content:"ﮢ"}.fi-rs-scarf:before{content:"ﮣ"}.fi-rs-school-bus:before{content:"ﮤ"}.fi-rs-school:before{content:"ﮥ"}.fi-rs-scissors:before{content:"ﮦ"}.fi-rs-scooter:before{content:"ﮧ"}.fi-rs-screen:before{content:"ﮨ"}.fi-rs-screencast:before{content:"ﮩ"}.fi-rs-screw-alt:before{content:"ﮪ"}.fi-rs-screw:before{content:"ﮫ"}.fi-rs-screwdriver:before{content:"ﮬ"}.fi-rs-scribble:before{content:"ﮭ"}.fi-rs-script:before{content:"ﮮ"}.fi-rs-scroll-document-story:before{content:"ﮯ"}.fi-rs-scroll-old:before{content:"ﮰ"}.fi-rs-scroll-torah:before{content:"ﮱ"}.fi-rs-scroll:before{content:"﮲"}.fi-rs-scrubber:before{content:"﮳"}.fi-rs-scythe:before{content:"﮴"}.fi-rs-sd-card:before{content:"﮵"}.fi-rs-sd-cards:before{content:"﮶"}.fi-rs-seal-exclamation:before{content:"﮷"}.fi-rs-seal-question:before{content:"﮸"}.fi-rs-seal:before{content:"﮹"}.fi-rs-search-alt:before{content:"﮺"}.fi-rs-search-dollar:before{content:"﮻"}.fi-rs-search-heart:before{content:"﮼"}.fi-rs-search-location:before{content:"﮽"}.fi-rs-search:before{content:"﮾"}.fi-rs-seat-airline:before{content:"﮿"}.fi-rs-seatbelt-safety-driver:before{content:"﯀"}.fi-rs-second-award:before{content:"﯁"}.fi-rs-second-laurel:before{content:"﯂"}.fi-rs-second-medal:before{content:"﯃"}.fi-rs-second:before{content:"﯄"}.fi-rs-seedling:before{content:"﯅"}.fi-rs-selection:before{content:"﯆"}.fi-rs-sell:before{content:"﯇"}.fi-rs-seller-store:before{content:"﯈"}.fi-rs-seller:before{content:"﯉"}.fi-rs-selling:before{content:"﯊"}.fi-rs-send-back:before{content:"﯋"}.fi-rs-send-backward:before{content:"﯌"}.fi-rs-send-money-smartphone:before{content:"﯍"}.fi-rs-send-money:before{content:"﯎"}.fi-rs-sensor-alert:before{content:"﯏"}.fi-rs-sensor-fire:before{content:"﯐"}.fi-rs-sensor-on:before{content:"﯑"}.fi-rs-sensor-smoke:before{content:"﯒"}.fi-rs-sensor:before{content:"ﯓ"}.fi-rs-settings-sliders:before{content:"ﯔ"}.fi-rs-settings:before{content:"ﯕ"}.fi-rs-share-alt-square:before{content:"ﯖ"}.fi-rs-share-square:before{content:"ﯗ"}.fi-rs-share:before{content:"ﯘ"}.fi-rs-sheep:before{content:"ﯙ"}.fi-rs-shekel-sign:before{content:"ﯚ"}.fi-rs-shelves:before{content:"ﯛ"}.fi-rs-shield-alt:before{content:"ﯜ"}.fi-rs-shield-cat:before{content:"ﯝ"}.fi-rs-shield-check:before{content:"ﯞ"}.fi-rs-shield-cross:before{content:"ﯟ"}.fi-rs-shield-dog:before{content:"ﯠ"}.fi-rs-shield-exclamation:before{content:"ﯡ"}.fi-rs-shield-interrogation:before{content:"ﯢ"}.fi-rs-shield-keyhole:before{content:"ﯣ"}.fi-rs-shield-minus:before{content:"ﯤ"}.fi-rs-shield-plus:before{content:"ﯥ"}.fi-rs-shield-security-risk:before{content:"ﯦ"}.fi-rs-shield-slash:before{content:"ﯧ"}.fi-rs-shield-trust:before{content:"ﯨ"}.fi-rs-shield-virus:before{content:"ﯩ"}.fi-rs-shield-xmark:before{content:"ﯪ"}.fi-rs-shield:before{content:"ﯫ"}.fi-rs-ship-side:before{content:"ﯬ"}.fi-rs-ship:before{content:"ﯭ"}.fi-rs-shipping-fast:before{content:"ﯮ"}.fi-rs-shipping-timed:before{content:"ﯯ"}.fi-rs-shirt-long-sleeve:before{content:"ﯰ"}.fi-rs-shirt-running:before{content:"ﯱ"}.fi-rs-shirt-tank-top:before{content:"ﯲ"}.fi-rs-shirt:before{content:"ﯳ"}.fi-rs-shish-kebab:before{content:"ﯴ"}.fi-rs-shoe-prints:before{content:"ﯵ"}.fi-rs-shop-lock:before{content:"ﯶ"}.fi-rs-shop-slash:before{content:"ﯷ"}.fi-rs-shop:before{content:"ﯸ"}.fi-rs-shopping-bag-add:before{content:"ﯹ"}.fi-rs-shopping-bag:before{content:"ﯺ"}.fi-rs-shopping-basket:before{content:"ﯻ"}.fi-rs-shopping-cart-add:before{content:"ﯼ"}.fi-rs-shopping-cart-buyer:before{content:"ﯽ"}.fi-rs-shopping-cart-check:before{content:"ﯾ"}.fi-rs-shopping-cart:before{content:"ﯿ"}.fi-rs-shovel-snow:before{content:"ﰀ"}.fi-rs-shovel:before{content:"ﰁ"}.fi-rs-shower-down:before{content:"ﰂ"}.fi-rs-shower:before{content:"ﰃ"}.fi-rs-shredder:before{content:"ﰄ"}.fi-rs-shrimp:before{content:"ﰅ"}.fi-rs-shuffle:before{content:"ﰆ"}.fi-rs-shuttle-van:before{content:"ﰇ"}.fi-rs-shuttlecock:before{content:"ﰈ"}.fi-rs-Sickle:before{content:"ﰉ"}.fi-rs-sidebar-flip:before{content:"ﰊ"}.fi-rs-sidebar:before{content:"ﰋ"}.fi-rs-sigma:before{content:"ﰌ"}.fi-rs-sign-hanging:before{content:"ﰍ"}.fi-rs-sign-in-alt:before{content:"ﰎ"}.fi-rs-sign-out-alt:before{content:"ﰏ"}.fi-rs-sign-posts-wrench:before{content:"ﰐ"}.fi-rs-sign-posts:before{content:"ﰑ"}.fi-rs-sign-up:before{content:"ﰒ"}.fi-rs-signal-alt-1:before{content:"ﰓ"}.fi-rs-signal-alt-2:before{content:"ﰔ"}.fi-rs-signal-alt-slash:before{content:"ﰕ"}.fi-rs-signal-alt:before{content:"ﰖ"}.fi-rs-signal-bars-fair:before{content:"ﰗ"}.fi-rs-signal-bars-good:before{content:"ﰘ"}.fi-rs-signal-bars-weak:before{content:"ﰙ"}.fi-rs-signal-stream-slash:before{content:"ﰚ"}.fi-rs-signal-stream:before{content:"ﰛ"}.fi-rs-signature-lock:before{content:"ﰜ"}.fi-rs-signature-slash:before{content:"ﰝ"}.fi-rs-signature:before{content:"ﰞ"}.fi-rs-sim-card:before{content:"ﰟ"}.fi-rs-sim-cards:before{content:"ﰠ"}.fi-rs-sink:before{content:"ﰡ"}.fi-rs-siren-on:before{content:"ﰢ"}.fi-rs-Siren:before{content:"ﰣ"}.fi-rs-site-alt:before{content:"ﰤ"}.fi-rs-site-browser:before{content:"ﰥ"}.fi-rs-site:before{content:"ﰦ"}.fi-rs-sitemap:before{content:"ﰧ"}.fi-rs-skateboard:before{content:"ﰨ"}.fi-rs-skating:before{content:"ﰩ"}.fi-rs-skeleton-ribs:before{content:"ﰪ"}.fi-rs-skeleton:before{content:"ﰫ"}.fi-rs-skewer:before{content:"ﰬ"}.fi-rs-ski-boot-ski:before{content:"ﰭ"}.fi-rs-ski-jump:before{content:"ﰮ"}.fi-rs-ski-lift:before{content:"ﰯ"}.fi-rs-skiing-nordic:before{content:"ﰰ"}.fi-rs-skiing:before{content:"ﰱ"}.fi-rs-skill-alt:before{content:"ﰲ"}.fi-rs-skill-user:before{content:"ﰳ"}.fi-rs-skill:before{content:"ﰴ"}.fi-rs-skin-arrow:before{content:"ﰵ"}.fi-rs-skin-drop:before{content:"ﰶ"}.fi-rs-skin-hair:before{content:"ﰷ"}.fi-rs-skin:before{content:"ﰸ"}.fi-rs-skip-15-seconds:before{content:"ﰹ"}.fi-rs-skull-cow:before{content:"ﰺ"}.fi-rs-skull-crossbones:before{content:"ﰻ"}.fi-rs-skull:before{content:"ﰼ"}.fi-rs-slash:before{content:"ﰽ"}.fi-rs-sledding:before{content:"ﰾ"}.fi-rs-sleeping-bag:before{content:"ﰿ"}.fi-rs-sleigh:before{content:"ﱀ"}.fi-rs-sliders-h-square:before{content:"ﱁ"}.fi-rs-sliders-v-square:before{content:"ﱂ"}.fi-rs-sliders-v:before{content:"ﱃ"}.fi-rs-slot-machine:before{content:"ﱄ"}.fi-rs-smart-home-alt:before{content:"ﱅ"}.fi-rs-smart-home:before{content:"ﱆ"}.fi-rs-smartphone:before{content:"ﱇ"}.fi-rs-smile-beam:before{content:"ﱈ"}.fi-rs-smile-plus:before{content:"ﱉ"}.fi-rs-smile-wink:before{content:"ﱊ"}.fi-rs-smiley-comment-alt:before{content:"ﱋ"}.fi-rs-smog:before{content:"ﱌ"}.fi-rs-smoke:before{content:"ﱍ"}.fi-rs-smoking-ban:before{content:"ﱎ"}.fi-rs-smoking:before{content:"ﱏ"}.fi-rs-snake:before{content:"ﱐ"}.fi-rs-snap:before{content:"ﱑ"}.fi-rs-snooze:before{content:"ﱒ"}.fi-rs-snow-blowing:before{content:"ﱓ"}.fi-rs-snowboarding:before{content:"ﱔ"}.fi-rs-snowflake-droplets:before{content:"ﱕ"}.fi-rs-snowflake:before{content:"ﱖ"}.fi-rs-snowflakes:before{content:"ﱗ"}.fi-rs-snowman-alt:before{content:"ﱘ"}.fi-rs-snowman-head:before{content:"ﱙ"}.fi-rs-snowmobile:before{content:"ﱚ"}.fi-rs-snowplow:before{content:"ﱛ"}.fi-rs-soap-alt:before{content:"ﱜ"}.fi-rs-soap:before{content:"ﱝ"}.fi-rs-social-network:before{content:"ﱞ"}.fi-rs-socks:before{content:"ﱟ"}.fi-rs-sofa-size:before{content:"ﱠ"}.fi-rs-sofa:before{content:"ﱡ"}.fi-rs-solar-panel-sun:before{content:"ﱢ"}.fi-rs-solar-panel:before{content:"ﱣ"}.fi-rs-solar-system:before{content:"ﱤ"}.fi-rs-sold-house:before{content:"ﱥ"}.fi-rs-sold-signal:before{content:"ﱦ"}.fi-rs-sort-alpha-down-alt:before{content:"ﱧ"}.fi-rs-sort-alpha-down:before{content:"ﱨ"}.fi-rs-sort-alpha-up-alt:before{content:"ﱩ"}.fi-rs-sort-alpha-up:before{content:"ﱪ"}.fi-rs-sort-alt:before{content:"ﱫ"}.fi-rs-sort-amount-down-alt:before{content:"ﱬ"}.fi-rs-sort-amount-down:before{content:"ﱭ"}.fi-rs-sort-amount-up-alt:before{content:"ﱮ"}.fi-rs-sort-amount-up:before{content:"ﱯ"}.fi-rs-sort-circle-down:before{content:"ﱰ"}.fi-rs-sort-circle-up:before{content:"ﱱ"}.fi-rs-sort-circle:before{content:"ﱲ"}.fi-rs-sort-down:before{content:"ﱳ"}.fi-rs-sort-numeric-down-alt:before{content:"ﱴ"}.fi-rs-sort-numeric-down:before{content:"ﱵ"}.fi-rs-sort-shapes-down:before{content:"ﱶ"}.fi-rs-sort-shapes-up:before{content:"ﱷ"}.fi-rs-sort-size-down:before{content:"ﱸ"}.fi-rs-sort-size-up:before{content:"ﱹ"}.fi-rs-sort:before{content:"ﱺ"}.fi-rs-soup:before{content:"ﱻ"}.fi-rs-source-data:before{content:"ﱼ"}.fi-rs-source-document-alt:before{content:"ﱽ"}.fi-rs-source-document:before{content:"ﱾ"}.fi-rs-spa:before{content:"ﱿ"}.fi-rs-space-shuttle:before{content:"ﲀ"}.fi-rs-space-station-moon-alt:before{content:"ﲁ"}.fi-rs-space-station-moon:before{content:"ﲂ"}.fi-rs-spade:before{content:"ﲃ"}.fi-rs-spaghetti-monster-flying:before{content:"ﲄ"}.fi-rs-spain-map:before{content:"ﲅ"}.fi-rs-sparkles:before{content:"ﲆ"}.fi-rs-spartan-helmet:before{content:"ﲇ"}.fi-rs-speaker:before{content:"ﲈ"}.fi-rs-speakers:before{content:"ﲉ"}.fi-rs-speech-bubble-story:before{content:"ﲊ"}.fi-rs-speedometer-arrow:before{content:"ﲋ"}.fi-rs-speedometer-kpi:before{content:"ﲌ"}.fi-rs-sphere:before{content:"ﲍ"}.fi-rs-spider-black-widow:before{content:"ﲎ"}.fi-rs-spider-web:before{content:"ﲏ"}.fi-rs-spider:before{content:"ﲐ"}.fi-rs-spinner:before{content:"ﲑ"}.fi-rs-split-up-relation:before{content:"ﲒ"}.fi-rs-split:before{content:"ﲓ"}.fi-rs-splotch:before{content:"ﲔ"}.fi-rs-spoon:before{content:"ﲕ"}.fi-rs-spray-can-sparkles:before{content:"ﲖ"}.fi-rs-spray-can:before{content:"ﲗ"}.fi-rs-spring-calendar:before{content:"ﲘ"}.fi-rs-sprinkler:before{content:"ﲙ"}.fi-rs-spy:before{content:"ﲚ"}.fi-rs-square-0:before{content:"ﲛ"}.fi-rs-square-1:before{content:"ﲜ"}.fi-rs-square-2:before{content:"ﲝ"}.fi-rs-square-3:before{content:"ﲞ"}.fi-rs-square-4:before{content:"ﲟ"}.fi-rs-square-5:before{content:"ﲠ"}.fi-rs-square-6:before{content:"ﲡ"}.fi-rs-square-7:before{content:"ﲢ"}.fi-rs-square-8:before{content:"ﲣ"}.fi-rs-square-9:before{content:"ﲤ"}.fi-rs-square-a:before{content:"ﲥ"}.fi-rs-square-b:before{content:"ﲦ"}.fi-rs-square-bolt:before{content:"ﲧ"}.fi-rs-square-c:before{content:"ﲨ"}.fi-rs-square-code:before{content:"ﲩ"}.fi-rs-square-d:before{content:"ﲪ"}.fi-rs-square-dashed-circle-plus:before{content:"ﲫ"}.fi-rs-square-dashed:before{content:"ﲬ"}.fi-rs-square-divide:before{content:"ﲭ"}.fi-rs-square-e:before{content:"ﲮ"}.fi-rs-square-ellipsis-vertical:before{content:"ﲯ"}.fi-rs-square-ellipsis:before{content:"ﲰ"}.fi-rs-square-exclamation:before{content:"ﲱ"}.fi-rs-square-f:before{content:"ﲲ"}.fi-rs-square-g:before{content:"ﲳ"}.fi-rs-square-h:before{content:"ﲴ"}.fi-rs-square-heart:before{content:"ﲵ"}.fi-rs-square-i:before{content:"ﲶ"}.fi-rs-square-info:before{content:"ﲷ"}.fi-rs-square-j:before{content:"ﲸ"}.fi-rs-square-k:before{content:"ﲹ"}.fi-rs-square-kanban:before{content:"ﲺ"}.fi-rs-square-l:before{content:"ﲻ"}.fi-rs-square-m:before{content:"ﲼ"}.fi-rs-square-minus:before{content:"ﲽ"}.fi-rs-square-n:before{content:"ﲾ"}.fi-rs-square-o:before{content:"ﲿ"}.fi-rs-square-p:before{content:"ﳀ"}.fi-rs-square-phone-hangup:before{content:"ﳁ"}.fi-rs-square-plus:before{content:"ﳂ"}.fi-rs-square-poll-horizontal:before{content:"ﳃ"}.fi-rs-square-poll-vertical:before{content:"ﳄ"}.fi-rs-square-q:before{content:"ﳅ"}.fi-rs-square-quote:before{content:"ﳆ"}.fi-rs-square-r:before{content:"ﳇ"}.fi-rs-square-root:before{content:"ﳈ"}.fi-rs-square-s:before{content:"ﳉ"}.fi-rs-square-small:before{content:"ﳊ"}.fi-rs-square-star:before{content:"ﳋ"}.fi-rs-square-t:before{content:"ﳌ"}.fi-rs-square-terminal:before{content:"ﳍ"}.fi-rs-square-u:before{content:"ﳎ"}.fi-rs-square-up-right:before{content:"ﳏ"}.fi-rs-square-v:before{content:"ﳐ"}.fi-rs-square-w:before{content:"ﳑ"}.fi-rs-square-x:before{content:"ﳒ"}.fi-rs-square-y:before{content:"ﳓ"}.fi-rs-square-z:before{content:"ﳔ"}.fi-rs-square:before{content:"ﳕ"}.fi-rs-squid:before{content:"ﳖ"}.fi-rs-squircle:before{content:"ﳗ"}.fi-rs-squirrel:before{content:"ﳘ"}.fi-rs-staff:before{content:"ﳙ"}.fi-rs-stage-concert:before{content:"ﳚ"}.fi-rs-stage-theatre:before{content:"ﳛ"}.fi-rs-stage:before{content:"ﳜ"}.fi-rs-stairs:before{content:"ﳝ"}.fi-rs-stamp:before{content:"ﳞ"}.fi-rs-standard-definition:before{content:"ﳟ"}.fi-rs-star-and-crescent:before{content:"ﳠ"}.fi-rs-star-christmas:before{content:"ﳡ"}.fi-rs-star-comment-alt:before{content:"ﳢ"}.fi-rs-star-exclamation:before{content:"ﳣ"}.fi-rs-star-octogram:before{content:"ﳤ"}.fi-rs-star-of-david:before{content:"ﳥ"}.fi-rs-star-rating-call:before{content:"ﳦ"}.fi-rs-star-sharp-half-stroke:before{content:"ﳧ"}.fi-rs-star-sharp-half:before{content:"ﳨ"}.fi-rs-star-shooting:before{content:"ﳩ"}.fi-rs-star:before{content:"ﳪ"}.fi-rs-starfighter:before{content:"ﳫ"}.fi-rs-stars:before{content:"ﳬ"}.fi-rs-state-country:before{content:"ﳭ"}.fi-rs-stationary-bike:before{content:"ﳮ"}.fi-rs-stats:before{content:"ﳯ"}.fi-rs-steak:before{content:"ﳰ"}.fi-rs-steering-wheel:before{content:"ﳱ"}.fi-rs-step-backward:before{content:"ﳲ"}.fi-rs-step-forward:before{content:"ﳳ"}.fi-rs-sterling-sign:before{content:"ﳴ"}.fi-rs-stethoscope:before{content:"ﳵ"}.fi-rs-sticker:before{content:"ﳶ"}.fi-rs-stocking:before{content:"ﳷ"}.fi-rs-stomach:before{content:"ﳸ"}.fi-rs-stop-circle:before{content:"ﳹ"}.fi-rs-stop-square:before{content:"ﳺ"}.fi-rs-stop:before{content:"ﳻ"}.fi-rs-stopwatch:before{content:"ﳼ"}.fi-rs-store-alt:before{content:"ﳽ"}.fi-rs-store-buyer:before{content:"ﳾ"}.fi-rs-store-lock:before{content:"ﳿ"}.fi-rs-store-slash:before{content:"ﴀ"}.fi-rs-story-book:before{content:"ﴁ"}.fi-rs-story-fairy-tale:before{content:"ﴂ"}.fi-rs-story-fantasy:before{content:"ﴃ"}.fi-rs-strategy-chess-risk:before{content:"ﴄ"}.fi-rs-strawberry:before{content:"ﴅ"}.fi-rs-street-view:before{content:"ﴆ"}.fi-rs-stretcher:before{content:"ﴇ"}.fi-rs-strikethrough:before{content:"ﴈ"}.fi-rs-stroopwafel:before{content:"ﴉ"}.fi-rs-student-alt:before{content:"ﴊ"}.fi-rs-student:before{content:"ﴋ"}.fi-rs-subscript:before{content:"ﴌ"}.fi-rs-subscription-alt:before{content:"ﴍ"}.fi-rs-subscription:before{content:"ﴎ"}.fi-rs-subtitles-slash:before{content:"ﴏ"}.fi-rs-subtitles:before{content:"ﴐ"}.fi-rs-subway:before{content:"ﴑ"}.fi-rs-suitcase-alt:before{content:"ﴒ"}.fi-rs-summary-check:before{content:"ﴓ"}.fi-rs-summer:before{content:"ﴔ"}.fi-rs-sun-dust:before{content:"ﴕ"}.fi-rs-sun-plant-wilt:before{content:"ﴖ"}.fi-rs-sun-salutation-yoga:before{content:"ﴗ"}.fi-rs-sun:before{content:"ﴘ"}.fi-rs-sunday:before{content:"ﴙ"}.fi-rs-sunglasses-alt:before{content:"ﴚ"}.fi-rs-sunglasses:before{content:"ﴛ"}.fi-rs-sunrise-alt:before{content:"ﴜ"}.fi-rs-sunrise:before{content:"ﴝ"}.fi-rs-sunset:before{content:"ﴞ"}.fi-rs-superscript:before{content:"ﴟ"}.fi-rs-supplier-alt:before{content:"ﴠ"}.fi-rs-supplier:before{content:"ﴡ"}.fi-rs-surfing:before{content:"ﴢ"}.fi-rs-surprise:before{content:"ﴣ"}.fi-rs-surveillance-camera:before{content:"ﴤ"}.fi-rs-survey-xmark:before{content:"ﴥ"}.fi-rs-sushi-alt:before{content:"ﴦ"}.fi-rs-sushi-roll:before{content:"ﴧ"}.fi-rs-sushi:before{content:"ﴨ"}.fi-rs-svg:before{content:"ﴩ"}.fi-rs-swap:before{content:"ﴪ"}.fi-rs-swatchbook:before{content:"ﴫ"}.fi-rs-swimmer:before{content:"ﴬ"}.fi-rs-swimming-pool:before{content:"ﴭ"}.fi-rs-swing:before{content:"ﴮ"}.fi-rs-swipe-down:before{content:"ﴯ"}.fi-rs-swipe-left:before{content:"ﴰ"}.fi-rs-swipe-right:before{content:"ﴱ"}.fi-rs-swipe-up:before{content:"ﴲ"}.fi-rs-sword:before{content:"ﴳ"}.fi-rs-symbol:before{content:"ﴴ"}.fi-rs-symbols:before{content:"ﴵ"}.fi-rs-synagogue:before{content:"ﴶ"}.fi-rs-syringe:before{content:"ﴷ"}.fi-rs-system-cloud:before{content:"ﴸ"}.fi-rs-t:before{content:"ﴹ"}.fi-rs-tab-folder:before{content:"ﴺ"}.fi-rs-table-columns:before{content:"ﴻ"}.fi-rs-table-layout:before{content:"ﴼ"}.fi-rs-table-list:before{content:"ﴽ"}.fi-rs-table-picnic:before{content:"﴾"}.fi-rs-table-pivot:before{content:"﴿"}.fi-rs-table-rows:before{content:"﵀"}.fi-rs-table-tree:before{content:"﵁"}.fi-rs-table:before{content:"﵂"}.fi-rs-tablet-android-alt:before{content:"﵃"}.fi-rs-tablet-android:before{content:"﵄"}.fi-rs-tablet-rugged:before{content:"﵅"}.fi-rs-tablet:before{content:"﵆"}.fi-rs-tachometer-alt-average:before{content:"﵇"}.fi-rs-tachometer-alt-fastest:before{content:"﵈"}.fi-rs-tachometer-alt-slow:before{content:"﵉"}.fi-rs-tachometer-alt-slowest:before{content:"﵊"}.fi-rs-tachometer-average:before{content:"﵋"}.fi-rs-tachometer-fast:before{content:"﵌"}.fi-rs-tachometer-fastest:before{content:"﵍"}.fi-rs-tachometer-slow:before{content:"﵎"}.fi-rs-tachometer-slowest:before{content:"﵏"}.fi-rs-tachometer:before{content:"ﵐ"}.fi-rs-taco:before{content:"ﵑ"}.fi-rs-tags:before{content:"ﵒ"}.fi-rs-talent-alt:before{content:"ﵓ"}.fi-rs-talent-hand:before{content:"ﵔ"}.fi-rs-talent:before{content:"ﵕ"}.fi-rs-tally-1:before{content:"ﵖ"}.fi-rs-tally-2:before{content:"ﵗ"}.fi-rs-tally-3:before{content:"ﵘ"}.fi-rs-tally-4:before{content:"ﵙ"}.fi-rs-tally:before{content:"ﵚ"}.fi-rs-tamale:before{content:"ﵛ"}.fi-rs-tank-water:before{content:"ﵜ"}.fi-rs-tap:before{content:"ﵝ"}.fi-rs-tape:before{content:"ﵞ"}.fi-rs-target-audience:before{content:"ﵟ"}.fi-rs-target:before{content:"ﵠ"}.fi-rs-tax-alt:before{content:"ﵡ"}.fi-rs-tax:before{content:"ﵢ"}.fi-rs-taxi-bus:before{content:"ﵣ"}.fi-rs-taxi:before{content:"ﵤ"}.fi-rs-team-check-alt:before{content:"ﵥ"}.fi-rs-team-check:before{content:"ﵦ"}.fi-rs-teddy-bear:before{content:"ﵧ"}.fi-rs-teeth-open:before{content:"ﵨ"}.fi-rs-telescope:before{content:"ﵩ"}.fi-rs-temperature-down:before{content:"ﵪ"}.fi-rs-temperature-frigid:before{content:"ﵫ"}.fi-rs-temperature-high:before{content:"ﵬ"}.fi-rs-temperature-list:before{content:"ﵭ"}.fi-rs-temperature-low:before{content:"ﵮ"}.fi-rs-temperature-up:before{content:"ﵯ"}.fi-rs-template-alt:before{content:"ﵰ"}.fi-rs-template:before{content:"ﵱ"}.fi-rs-tenge:before{content:"ﵲ"}.fi-rs-tennis:before{content:"ﵳ"}.fi-rs-tent-arrow-down-to-line:before{content:"ﵴ"}.fi-rs-tent-arrow-left-right:before{content:"ﵵ"}.fi-rs-tent-arrow-turn-left:before{content:"ﵶ"}.fi-rs-tent-arrows-down:before{content:"ﵷ"}.fi-rs-tents:before{content:"ﵸ"}.fi-rs-terminal:before{content:"ﵹ"}.fi-rs-terrace:before{content:"ﵺ"}.fi-rs-test-tube:before{content:"ﵻ"}.fi-rs-test:before{content:"ﵼ"}.fi-rs-text-box-dots:before{content:"ﵽ"}.fi-rs-text-box-edit:before{content:"ﵾ"}.fi-rs-text-box:before{content:"ﵿ"}.fi-rs-text-check:before{content:"ﶀ"}.fi-rs-text-height:before{content:"ﶁ"}.fi-rs-text-shadow:before{content:"ﶂ"}.fi-rs-text-size:before{content:"ﶃ"}.fi-rs-text-slash:before{content:"ﶄ"}.fi-rs-text-width:before{content:"ﶅ"}.fi-rs-text:before{content:"ﶆ"}.fi-rs-theater-masks:before{content:"ﶇ"}.fi-rs-thermometer-alt:before{content:"ﶈ"}.fi-rs-thermometer-empty:before{content:"ﶉ"}.fi-rs-thermometer-full:before{content:"ﶊ"}.fi-rs-thermometer-half:before{content:"ﶋ"}.fi-rs-thermometer-quarter:before{content:"ﶌ"}.fi-rs-thermometer-three-quarters:before{content:"ﶍ"}.fi-rs-theta:before{content:"ﶎ"}.fi-rs-third-award:before{content:"ﶏ"}.fi-rs-third-laurel:before{content:"﶐"}.fi-rs-third-medal:before{content:"﶑"}.fi-rs-third:before{content:"ﶒ"}.fi-rs-thought-bubble:before{content:"ﶓ"}.fi-rs-three-leaf-clover:before{content:"ﶔ"}.fi-rs-thumbs-up-trust:before{content:"ﶕ"}.fi-rs-thumbtack:before{content:"ﶖ"}.fi-rs-thunderstorm-moon:before{content:"ﶗ"}.fi-rs-thunderstorm-risk:before{content:"ﶘ"}.fi-rs-thunderstorm-sun:before{content:"ﶙ"}.fi-rs-thunderstorm:before{content:"ﶚ"}.fi-rs-thursday:before{content:"ﶛ"}.fi-rs-ticket-airline:before{content:"ﶜ"}.fi-rs-ticket-alt:before{content:"ﶝ"}.fi-rs-ticket:before{content:"ﶞ"}.fi-rs-tickets-airline:before{content:"ﶟ"}.fi-rs-tie:before{content:"ﶠ"}.fi-rs-tilde:before{content:"ﶡ"}.fi-rs-time-add:before{content:"ﶢ"}.fi-rs-time-check:before{content:"ﶣ"}.fi-rs-time-delete:before{content:"ﶤ"}.fi-rs-time-fast:before{content:"ﶥ"}.fi-rs-time-forward-sixty:before{content:"ﶦ"}.fi-rs-time-forward-ten:before{content:"ﶧ"}.fi-rs-time-forward:before{content:"ﶨ"}.fi-rs-time-half-past:before{content:"ﶩ"}.fi-rs-time-oclock:before{content:"ﶪ"}.fi-rs-time-past:before{content:"ﶫ"}.fi-rs-time-quarter-past:before{content:"ﶬ"}.fi-rs-time-quarter-to:before{content:"ﶭ"}.fi-rs-time-twenty-four:before{content:"ﶮ"}.fi-rs-time-watch-calendar:before{content:"ﶯ"}.fi-rs-timer-clock-call:before{content:"ﶰ"}.fi-rs-times-hexagon:before{content:"ﶱ"}.fi-rs-tint-slash:before{content:"ﶲ"}.fi-rs-tip-coin:before{content:"ﶳ"}.fi-rs-tire-flat:before{content:"ﶴ"}.fi-rs-tire-pressure-warning:before{content:"ﶵ"}.fi-rs-tire-rugged:before{content:"ﶶ"}.fi-rs-tire:before{content:"ﶷ"}.fi-rs-tired:before{content:"ﶸ"}.fi-rs-to-do-alt:before{content:"ﶹ"}.fi-rs-to-do:before{content:"ﶺ"}.fi-rs-together-people:before{content:"ﶻ"}.fi-rs-toggle-off:before{content:"ﶼ"}.fi-rs-toggle-on:before{content:"ﶽ"}.fi-rs-toilet-paper-blank-under:before{content:"ﶾ"}.fi-rs-toilet-paper-blank:before{content:"ﶿ"}.fi-rs-toilet-paper-slash:before{content:"ﷀ"}.fi-rs-toilet-paper-under-slash:before{content:"ﷁ"}.fi-rs-toilet-paper-under:before{content:"ﷂ"}.fi-rs-toilet:before{content:"ﷃ"}.fi-rs-toilets-portable:before{content:"ﷄ"}.fi-rs-token:before{content:"ﷅ"}.fi-rs-tomato:before{content:"ﷆ"}.fi-rs-tombstone-alt:before{content:"ﷇ"}.fi-rs-tombstone:before{content:"﷈"}.fi-rs-tool-box:before{content:"﷉"}.fi-rs-tool-crop:before{content:"﷊"}.fi-rs-tool-marquee:before{content:"﷋"}.fi-rs-tools:before{content:"﷌"}.fi-rs-tooth:before{content:"﷍"}.fi-rs-toothbrush:before{content:"﷎"}.fi-rs-torch-inspiration-leader:before{content:"﷏"}.fi-rs-torii-gate:before{content:"﷐"}.fi-rs-tornado:before{content:"﷑"}.fi-rs-total:before{content:"﷒"}.fi-rs-tour-guide-people:before{content:"﷓"}.fi-rs-tour-virtual:before{content:"﷔"}.fi-rs-tower-control:before{content:"﷕"}.fi-rs-track:before{content:"﷖"}.fi-rs-tractor:before{content:"﷗"}.fi-rs-trademark:before{content:"﷘"}.fi-rs-traffic-cone:before{content:"﷙"}.fi-rs-traffic-light-go:before{content:"﷚"}.fi-rs-traffic-light-slow:before{content:"﷛"}.fi-rs-traffic-light-stop:before{content:"﷜"}.fi-rs-traffic-light:before{content:"﷝"}.fi-rs-trailer:before{content:"﷞"}.fi-rs-train-journey:before{content:"﷟"}.fi-rs-train-side:before{content:"﷠"}.fi-rs-train-station-building:before{content:"﷡"}.fi-rs-train-station:before{content:"﷢"}.fi-rs-train-subway-tunnel:before{content:"﷣"}.fi-rs-train-track:before{content:"﷤"}.fi-rs-train-tram:before{content:"﷥"}.fi-rs-train:before{content:"﷦"}.fi-rs-tram:before{content:"﷧"}.fi-rs-transform:before{content:"﷨"}.fi-rs-transformation-block:before{content:"﷩"}.fi-rs-transformation-circle:before{content:"﷪"}.fi-rs-transformation-design:before{content:"﷫"}.fi-rs-transformation-shapes:before{content:"﷬"}.fi-rs-transformer-bolt:before{content:"﷭"}.fi-rs-transgender:before{content:"﷮"}.fi-rs-transporter-1:before{content:"﷯"}.fi-rs-transporter-2:before{content:"ﷰ"}.fi-rs-transporter-3:before{content:"ﷱ"}.fi-rs-transporter-4:before{content:"ﷲ"}.fi-rs-transporter-5:before{content:"ﷳ"}.fi-rs-transporter-6:before{content:"ﷴ"}.fi-rs-transporter-7:before{content:"ﷵ"}.fi-rs-transporter-empty:before{content:"ﷶ"}.fi-rs-transporter:before{content:"ﷷ"}.fi-rs-trash-can-check:before{content:"ﷸ"}.fi-rs-trash-can-clock:before{content:"ﷹ"}.fi-rs-trash-can-list:before{content:"ﷺ"}.fi-rs-trash-can-plus:before{content:"ﷻ"}.fi-rs-trash-can-slash:before{content:"﷼"}.fi-rs-trash-check:before{content:"﷽"}.fi-rs-trash-clock:before{content:"﷾"}.fi-rs-trash-empty:before{content:"﷿"}.fi-rs-trash-list:before{content:"︐"}.fi-rs-trash-plus:before{content:"︑"}.fi-rs-trash-restore-alt:before{content:"︒"}.fi-rs-trash-restore:before{content:"︓"}.fi-rs-trash-slash:before{content:"︔"}.fi-rs-trash-undo-alt:before{content:"︕"}.fi-rs-trash-undo:before{content:"︖"}.fi-rs-trash-xmark:before{content:"︗"}.fi-rs-trash:before{content:"︘"}.fi-rs-treadmill:before{content:"︙"}.fi-rs-treasure-chest:before{content:"︚"}.fi-rs-treatment:before{content:"︛"}.fi-rs-tree-alt:before{content:"︜"}.fi-rs-tree-christmas:before{content:"︝"}.fi-rs-tree-deciduous:before{content:"︞"}.fi-rs-tree:before{content:"︟"}.fi-rs-trees-alt:before{content:"︰"}.fi-rs-trees:before{content:"︱"}.fi-rs-triangle-music:before{content:"︲"}.fi-rs-triangle-person-digging:before{content:"︳"}.fi-rs-triangle-warning:before{content:"︴"}.fi-rs-triangle:before{content:"︵"}.fi-rs-tricycle:before{content:"︶"}.fi-rs-trillium:before{content:"︷"}.fi-rs-trophy-achievement-skill:before{content:"︸"}.fi-rs-trophy-star:before{content:"︹"}.fi-rs-trophy:before{content:"︺"}.fi-rs-truck-arrow-left:before{content:"︻"}.fi-rs-truck-arrow-right:before{content:"︼"}.fi-rs-truck-bolt:before{content:"︽"}.fi-rs-truck-box:before{content:"︾"}.fi-rs-truck-check:before{content:"︿"}.fi-rs-truck-container-empty:before{content:"﹀"}.fi-rs-truck-container:before{content:"﹁"}.fi-rs-truck-couch:before{content:"﹂"}.fi-rs-truck-fire:before{content:"﹃"}.fi-rs-truck-flatbed:before{content:"﹄"}.fi-rs-truck-front:before{content:"﹅"}.fi-rs-truck-ladder:before{content:"﹆"}.fi-rs-truck-loading:before{content:"﹇"}.fi-rs-truck-medical:before{content:"﹈"}.fi-rs-truck-monster:before{content:"﹉"}.fi-rs-truck-moving:before{content:"﹊"}.fi-rs-truck-pickup:before{content:"﹋"}.fi-rs-truck-plow:before{content:"﹌"}.fi-rs-truck-ramp:before{content:"﹍"}.fi-rs-truck-side:before{content:"﹎"}.fi-rs-truck-tow:before{content:"﹏"}.fi-rs-truck-utensils:before{content:"﹐"}.fi-rs-trumpet:before{content:"﹑"}.fi-rs-trust-alt:before{content:"﹒"}.fi-rs-trust:before{content:"﹓"}.fi-rs-tshirt:before{content:"﹔"}.fi-rs-tty-answer:before{content:"﹕"}.fi-rs-tty:before{content:"﹖"}.fi-rs-tubes:before{content:"﹗"}.fi-rs-tuesday:before{content:"﹘"}.fi-rs-tugrik-sign:before{content:"﹙"}.fi-rs-turkey:before{content:"﹚"}.fi-rs-turn-left:before{content:"﹛"}.fi-rs-turn-right:before{content:"﹜"}.fi-rs-turntable:before{content:"﹝"}.fi-rs-turtle:before{content:"﹞"}.fi-rs-tv-music:before{content:"﹟"}.fi-rs-tv-retro:before{content:"﹠"}.fi-rs-typewriter:before{content:"﹡"}.fi-rs-u:before{content:"﹢"}.fi-rs-ufo-beam:before{content:"﹣"}.fi-rs-ufo:before{content:"﹤"}.fi-rs-ui-ux:before{content:"﹥"}.fi-rs-umbrella-beach:before{content:"﹦"}.fi-rs-umbrella:before{content:"﹧"}.fi-rs-under-construction:before{content:"﹨"}.fi-rs-underline:before{content:"﹩"}.fi-rs-undo-alt:before{content:"﹪"}.fi-rs-undo:before{content:"﹫"}.fi-rs-unicorn:before{content:"﹬"}.fi-rs-uniform-martial-arts:before{content:"﹭"}.fi-rs-universal-access:before{content:"﹮"}.fi-rs-unlock:before{content:"﹯"}.fi-rs-up-from-bracket:before{content:"ﹰ"}.fi-rs-up-left:before{content:"ﹱ"}.fi-rs-up-right-from-square:before{content:"ﹲ"}.fi-rs-up-right:before{content:"ﹳ"}.fi-rs-up:before{content:"ﹴ"}.fi-rs-upload:before{content:"﹵"}.fi-rs-url:before{content:"ﹶ"}.fi-rs-usb-pendrive:before{content:"ﹷ"}.fi-rs-usd-circle:before{content:"ﹸ"}.fi-rs-usd-square:before{content:"ﹹ"}.fi-rs-user-add:before{content:"ﹺ"}.fi-rs-user-alien:before{content:"ﹻ"}.fi-rs-user-astronaut:before{content:"ﹼ"}.fi-rs-user-check:before{content:"ﹽ"}.fi-rs-user-chef:before{content:"ﹾ"}.fi-rs-user-coach:before{content:"ﹿ"}.fi-rs-user-cowboy:before{content:"ﺀ"}.fi-rs-user-crown:before{content:"ﺁ"}.fi-rs-user-gear:before{content:"ﺂ"}.fi-rs-user-graduate:before{content:"ﺃ"}.fi-rs-user-headset:before{content:"ﺄ"}.fi-rs-user-helmet-safety:before{content:"ﺅ"}.fi-rs-user-injured:before{content:"ﺆ"}.fi-rs-user-interface-ui:before{content:"ﺇ"}.fi-rs-user-key:before{content:"ﺈ"}.fi-rs-user-lock:before{content:"ﺉ"}.fi-rs-user-md-chat:before{content:"ﺊ"}.fi-rs-user-md:before{content:"ﺋ"}.fi-rs-user-minus:before{content:"ﺌ"}.fi-rs-user-music:before{content:"ﺍ"}.fi-rs-user-ninja:before{content:"ﺎ"}.fi-rs-user-nurse:before{content:"ﺏ"}.fi-rs-user-pen:before{content:"ﺐ"}.fi-rs-user-pilot-tie:before{content:"ﺑ"}.fi-rs-user-pilot:before{content:"ﺒ"}.fi-rs-user-police:before{content:"ﺓ"}.fi-rs-user-robot-xmarks:before{content:"ﺔ"}.fi-rs-user-robot:before{content:"ﺕ"}.fi-rs-user-salary:before{content:"ﺖ"}.fi-rs-user-shield:before{content:"ﺗ"}.fi-rs-user-skill-gear:before{content:"ﺘ"}.fi-rs-user-slash:before{content:"ﺙ"}.fi-rs-user-tag:before{content:"ﺚ"}.fi-rs-user-time:before{content:"ﺛ"}.fi-rs-user-trust:before{content:"ﺜ"}.fi-rs-user-unlock:before{content:"ﺝ"}.fi-rs-user-visor:before{content:"ﺞ"}.fi-rs-user-xmark:before{content:"ﺟ"}.fi-rs-user:before{content:"ﺠ"}.fi-rs-users-alt:before{content:"ﺡ"}.fi-rs-users-class:before{content:"ﺢ"}.fi-rs-users-gear:before{content:"ﺣ"}.fi-rs-users-medical:before{content:"ﺤ"}.fi-rs-users-slash:before{content:"ﺥ"}.fi-rs-users:before{content:"ﺦ"}.fi-rs-utensils-slash:before{content:"ﺧ"}.fi-rs-utensils:before{content:"ﺨ"}.fi-rs-utility-pole-double:before{content:"ﺩ"}.fi-rs-utility-pole:before{content:"ﺪ"}.fi-rs-ux-browser:before{content:"ﺫ"}.fi-rs-ux:before{content:"ﺬ"}.fi-rs-v:before{content:"ﺭ"}.fi-rs-vacuum-robot:before{content:"ﺮ"}.fi-rs-vacuum:before{content:"ﺯ"}.fi-rs-value-absolute:before{content:"ﺰ"}.fi-rs-vault:before{content:"ﺱ"}.fi-rs-vector-alt:before{content:"ﺲ"}.fi-rs-vector-circle:before{content:"ﺳ"}.fi-rs-vector-polygon:before{content:"ﺴ"}.fi-rs-vector:before{content:"ﺵ"}.fi-rs-venus-double:before{content:"ﺶ"}.fi-rs-venus-mars:before{content:"ﺷ"}.fi-rs-venus:before{content:"ﺸ"}.fi-rs-vest-patches:before{content:"ﺹ"}.fi-rs-vest:before{content:"ﺺ"}.fi-rs-video-arrow-down-left:before{content:"ﺻ"}.fi-rs-video-arrow-up-right:before{content:"ﺼ"}.fi-rs-video-camera-alt:before{content:"ﺽ"}.fi-rs-video-camera:before{content:"ﺾ"}.fi-rs-video-duration:before{content:"ﺿ"}.fi-rs-video-plus:before{content:"ﻀ"}.fi-rs-video-slash:before{content:"ﻁ"}.fi-rs-videoconference:before{content:"ﻂ"}.fi-rs-vihara:before{content:"ﻃ"}.fi-rs-violin:before{content:"ﻄ"}.fi-rs-virus-slash:before{content:"ﻅ"}.fi-rs-virus:before{content:"ﻆ"}.fi-rs-viruses:before{content:"ﻇ"}.fi-rs-visit:before{content:"ﻈ"}.fi-rs-voicemail:before{content:"ﻉ"}.fi-rs-volcano:before{content:"ﻊ"}.fi-rs-volleyball:before{content:"ﻋ"}.fi-rs-volume-down:before{content:"ﻌ"}.fi-rs-volume-mute:before{content:"ﻍ"}.fi-rs-volume-off:before{content:"ﻎ"}.fi-rs-volume-slash:before{content:"ﻏ"}.fi-rs-volume:before{content:"ﻐ"}.fi-rs-vote-nay:before{content:"ﻑ"}.fi-rs-vote-yea:before{content:"ﻒ"}.fi-rs-vr-cardboard:before{content:"ﻓ"}.fi-rs-w:before{content:"ﻔ"}.fi-rs-waffle:before{content:"ﻕ"}.fi-rs-wagon-covered:before{content:"ﻖ"}.fi-rs-walker:before{content:"ﻗ"}.fi-rs-walkie-talkie:before{content:"ﻘ"}.fi-rs-walking:before{content:"ﻙ"}.fi-rs-wallet-arrow:before{content:"ﻚ"}.fi-rs-wallet-buyer:before{content:"ﻛ"}.fi-rs-wallet:before{content:"ﻜ"}.fi-rs-warehouse-alt:before{content:"ﻝ"}.fi-rs-warranty:before{content:"ﻞ"}.fi-rs-washer:before{content:"ﻟ"}.fi-rs-waste-pollution:before{content:"ﻠ"}.fi-rs-waste:before{content:"ﻡ"}.fi-rs-watch-calculator:before{content:"ﻢ"}.fi-rs-watch-smart:before{content:"ﻣ"}.fi-rs-watch:before{content:"ﻤ"}.fi-rs-water-bottle:before{content:"ﻥ"}.fi-rs-water-ladder:before{content:"ﻦ"}.fi-rs-water-lower:before{content:"ﻧ"}.fi-rs-water-rise:before{content:"ﻨ"}.fi-rs-water:before{content:"ﻩ"}.fi-rs-watermelon:before{content:"ﻪ"}.fi-rs-wave-sine:before{content:"ﻫ"}.fi-rs-wave-square:before{content:"ﻬ"}.fi-rs-wave-triangle:before{content:"ﻭ"}.fi-rs-wave:before{content:"ﻮ"}.fi-rs-waveform-path:before{content:"ﻯ"}.fi-rs-waveform:before{content:"ﻰ"}.fi-rs-web-design:before{content:"ﻱ"}.fi-rs-webcam-slash:before{content:"ﻲ"}.fi-rs-webcam:before{content:"ﻳ"}.fi-rs-webhook:before{content:"ﻴ"}.fi-rs-wednesday:before{content:"ﻵ"}.fi-rs-whale:before{content:"ﻶ"}.fi-rs-wheat-awn-circle-exclamation:before{content:"ﻷ"}.fi-rs-wheat-awn-slash:before{content:"ﻸ"}.fi-rs-wheat-awn:before{content:"ﻹ"}.fi-rs-wheat-slash:before{content:"ﻺ"}.fi-rs-wheat:before{content:"ﻻ"}.fi-rs-wheelchair-move:before{content:"ﻼ"}.fi-rs-wheelchair-sleeping:before{content:"﻽"}.fi-rs-wheelchair:before{content:"﻾"}.fi-rs-whistle:before{content:"＀"}.fi-rs-white-space:before{content:"！"}.fi-rs-wifi-1:before{content:"＂"}.fi-rs-wifi-2:before{content:"＃"}.fi-rs-wifi-alt:before{content:"＄"}.fi-rs-wifi-exclamation:before{content:"％"}.fi-rs-wifi-slash:before{content:"＆"}.fi-rs-wifi:before{content:"＇"}.fi-rs-wind-turbine:before{content:"（"}.fi-rs-wind-warning:before{content:"）"}.fi-rs-wind:before{content:"＊"}.fi-rs-window-alt:before{content:"＋"}.fi-rs-window-frame-open:before{content:"，"}.fi-rs-window-frame:before{content:"－"}.fi-rs-window-maximize:before{content:"．"}.fi-rs-window-minimize:before{content:"／"}.fi-rs-window-restore:before{content:"０"}.fi-rs-windsock:before{content:"１"}.fi-rs-wine-bottle:before{content:"２"}.fi-rs-wine-glass-crack:before{content:"３"}.fi-rs-wine-glass-empty:before{content:"４"}.fi-rs-wishlist-heart:before{content:"５"}.fi-rs-wishlist-star:before{content:"６"}.fi-rs-woman-head:before{content:"７"}.fi-rs-woman-scientist:before{content:"８"}.fi-rs-won-sign:before{content:"９"}.fi-rs-work-in-progress:before{content:"："}.fi-rs-workflow-alt:before{content:"；"}.fi-rs-workflow-setting-alt:before{content:"＜"}.fi-rs-workflow-setting:before{content:"＝"}.fi-rs-workflow:before{content:"＞"}.fi-rs-workshop:before{content:"？"}.fi-rs-world:before{content:"＠"}.fi-rs-worm:before{content:"Ａ"}.fi-rs-wreath:before{content:"Ｂ"}.fi-rs-wrench-alt:before{content:"Ｃ"}.fi-rs-wrench-simple:before{content:"Ｄ"}.fi-rs-x:before{content:"Ｅ"}.fi-rs-y:before{content:"Ｆ"}.fi-rs-yen:before{content:"Ｇ"}.fi-rs-yin-yang:before{content:"Ｈ"}.fi-rs-z:before{content:"Ｉ"}.fi-rs-zip-file:before{content:"Ｊ"}.fi-rs-zoom-in:before{content:"Ｋ"}.fi-rs-zoom-out:before{content:"Ｌ"}@font-face{font-family:uicons-bold-rounded;src:url(/assets/uicons-bold-rounded-MQNABNC6-BFPrIFeu.woff2) format("woff2"),url(/assets/uicons-bold-rounded-UTQQXXF3-DiPEwy3H.woff) format("woff"),url(/assets/uicons-bold-rounded-CPL6VNRV-C7vERUOv.eot#iefix) format("embedded-opentype");font-display:swap}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-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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:"Ｎ"}@font-face{font-family:uicons-bold-straight;src:url(/assets/uicons-bold-straight-3JAZKD6K-DF5T9rkJ.woff2) format("woff2"),url(/assets/uicons-bold-straight-3S6L5GRX-DAPajFpj.woff) format("woff"),url(/assets/uicons-bold-straight-UHOZTY66-DoXE16tO.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-bs-]:before,i[class*=" fi-bs-"]:before,span[class^=fi-bs-]:before,span[class*=fi-bs-]:before{font-family:uicons-bold-straight!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.variable-selector-00:before{content:"︀"}.variable-selector-01:before{content:"︁"}.variable-selector-02:before{content:"︂"}.variable-selector-03:before{content:"︃"}.variable-selector-04:before{content:"︄"}.variable-selector-05:before{content:"︅"}.variable-selector-06:before{content:"︆"}.variable-selector-07:before{content:"︇"}.variable-selector-08:before{content:"︈"}.variable-selector-09:before{content:"︉"}.variable-selector-0a:before{content:"︊"}.variable-selector-0b:before{content:"︋"}.variable-selector-0c:before{content:"︌"}.variable-selector-0d:before{content:"︍"}.variable-selector-0e:before{content:"︎"}.variable-selector-0f:before{content:"️"}.combining-half-marks-00:before{content:"︠"}.combining-half-marks-01:before{content:"︡"}.combining-half-marks-02:before{content:"︢"}.combining-half-marks-03:before{content:"︣"}.combining-half-marks-04:before{content:"︤"}.combining-half-marks-05:before{content:"︥"}.combining-half-marks-06:before{content:"︦"}.combining-half-marks-07:before{content:"︧"}.combining-half-marks-08:before{content:"︨"}.combining-half-marks-09:before{content:"︩"}.combining-half-marks-0a:before{content:"︪"}.combining-half-marks-0b:before{content:"︫"}.combining-half-marks-0c:before{content:"︬"}.combining-half-marks-0d:before{content:"︭"}.combining-half-marks-0e:before{content:"︮"}.combining-half-marks-0f:before{content:"︯"}.zero-width-no-break-space-0f:before{content:"\feff"}.fi-bs-0:before{content:""}.fi-bs-00s-music-disc:before{content:""}.fi-bs-1:before{content:""}.fi-bs-2:before{content:""}.fi-bs-3:before{content:""}.fi-bs-360-degrees:before{content:""}.fi-bs-4:before{content:""}.fi-bs-404:before{content:""}.fi-bs-5:before{content:""}.fi-bs-6:before{content:""}.fi-bs-60s-music-disc:before{content:""}.fi-bs-7:before{content:""}.fi-bs-70s-music-disc:before{content:""}.fi-bs-8:before{content:""}.fi-bs-80s-music-disc:before{content:""}.fi-bs-9:before{content:""}.fi-bs-90s-music-disc:before{content:""}.fi-bs-a:before{content:""}.fi-bs-accident:before{content:""}.fi-bs-acorn:before{content:""}.fi-bs-ad-paid:before{content:""}.fi-bs-ad:before{content:""}.fi-bs-add-document:before{content:""}.fi-bs-add-folder:before{content:""}.fi-bs-add-image:before{content:""}.fi-bs-add:before{content:""}.fi-bs-address-book:before{content:""}.fi-bs-address-card:before{content:""}.fi-bs-admin-alt:before{content:""}.fi-bs-admin:before{content:""}.fi-bs-age-alt:before{content:""}.fi-bs-age-restriction-eighteen:before{content:""}.fi-bs-age-restriction-seven:before{content:""}.fi-bs-age-restriction-six:before{content:""}.fi-bs-age-restriction-sixteen:before{content:""}.fi-bs-age-restriction-thirteen:before{content:""}.fi-bs-age-restriction-three:before{content:""}.fi-bs-age-restriction-twelve:before{content:""}.fi-bs-age-restriction-twenty-one:before{content:""}.fi-bs-age-restriction-zero:before{content:""}.fi-bs-age:before{content:""}.fi-bs-air-conditioner:before{content:""}.fi-bs-air-freshener:before{content:""}.fi-bs-air-pollution:before{content:""}.fi-bs-airplane-journey:before{content:""}.fi-bs-airplane-window-open:before{content:""}.fi-bs-airplay:before{content:""}.fi-bs-alarm-clock:before{content:""}.fi-bs-alarm-exclamation:before{content:""}.fi-bs-alarm-plus:before{content:""}.fi-bs-alarm-snooze:before{content:""}.fi-bs-album-circle-plus:before{content:""}.fi-bs-album-circle-user:before{content:""}.fi-bs-album-collection:before{content:""}.fi-bs-album:before{content:""}.fi-bs-algorithm:before{content:""}.fi-bs-alicorn:before{content:""}.fi-bs-alien:before{content:""}.fi-bs-align-center:before{content:""}.fi-bs-align-justify:before{content:""}.fi-bs-align-left:before{content:""}.fi-bs-align-slash:before{content:""}.fi-bs-ambulance:before{content:""}.fi-bs-analyse-alt:before{content:""}.fi-bs-analyse:before{content:""}.fi-bs-anatomical-heart:before{content:""}.fi-bs-anchor:before{content:""}.fi-bs-angel:before{content:""}.fi-bs-angle-90:before{content:""}.fi-bs-angle-circle-down:before{content:""}.fi-bs-angle-circle-left:before{content:""}.fi-bs-angle-circle-right:before{content:""}.fi-bs-angle-circle-up:before{content:""}.fi-bs-angle-double-left:before{content:""}.fi-bs-angle-double-right:before{content:""}.fi-bs-angle-double-small-down:before{content:""}.fi-bs-angle-double-small-left:before{content:""}.fi-bs-angle-double-small-right:before{content:""}.fi-bs-angle-double-small-up:before{content:""}.fi-bs-angle-down:before{content:""}.fi-bs-angle-left:before{content:""}.fi-bs-angle-right:before{content:""}.fi-bs-angle-small-down:before{content:""}.fi-bs-angle-small-left:before{content:""}.fi-bs-angle-small-right:before{content:""}.fi-bs-angle-small-up:before{content:""}.fi-bs-angle-square-down:before{content:""}.fi-bs-angle-square-left:before{content:""}.fi-bs-angle-square-right:before{content:""}.fi-bs-angle-square-up:before{content:""}.fi-bs-angle-up:before{content:""}.fi-bs-angle:before{content:""}.fi-bs-angles-up-down:before{content:""}.fi-bs-angry:before{content:""}.fi-bs-animated-icon:before{content:""}.fi-bs-ankh:before{content:""}.fi-bs-answer-alt:before{content:""}.fi-bs-answer:before{content:""}.fi-bs-apartment:before{content:""}.fi-bs-aperture:before{content:""}.fi-bs-api:before{content:""}.fi-bs-apple-core:before{content:""}.fi-bs-apple-crate:before{content:""}.fi-bs-apple-whole:before{content:""}.fi-bs-apps-add:before{content:""}.fi-bs-apps-delete:before{content:""}.fi-bs-apps-sort:before{content:""}.fi-bs-apps:before{content:""}.fi-bs-archive:before{content:""}.fi-bs-archway:before{content:""}.fi-bs-arrow-alt-circle-down:before{content:""}.fi-bs-arrow-alt-circle-left:before{content:""}.fi-bs-arrow-alt-circle-right:before{content:""}.fi-bs-arrow-alt-circle-up:before{content:""}.fi-bs-arrow-alt-down:before{content:""}.fi-bs-arrow-alt-from-bottom:before{content:""}.fi-bs-arrow-alt-from-left:before{content:""}.fi-bs-arrow-alt-from-right:before{content:""}.fi-bs-arrow-alt-from-top:before{content:""}.fi-bs-arrow-alt-left:before{content:""}.fi-bs-arrow-alt-right:before{content:""}.fi-bs-arrow-alt-square-down:before{content:""}.fi-bs-arrow-alt-square-left:before{content:""}.fi-bs-arrow-alt-square-right:before{content:""}.fi-bs-arrow-alt-square-up:before{content:""}.fi-bs-arrow-alt-to-bottom:before{content:""}.fi-bs-arrow-alt-to-left:before{content:""}.fi-bs-arrow-alt-to-right:before{content:""}.fi-bs-arrow-alt-to-top:before{content:""}.fi-bs-arrow-alt-up:before{content:""}.fi-bs-arrow-circle-down:before{content:""}.fi-bs-arrow-circle-left:before{content:""}.fi-bs-arrow-circle-right:before{content:""}.fi-bs-arrow-circle-up:before{content:""}.fi-bs-arrow-comparison:before{content:""}.fi-bs-arrow-down-from-arc:before{content:""}.fi-bs-arrow-down-from-dotted-line:before{content:""}.fi-bs-arrow-down-left:before{content:""}.fi-bs-arrow-down-small-big:before{content:""}.fi-bs-arrow-down-to-dotted-line:before{content:""}.fi-bs-arrow-down-to-square:before{content:""}.fi-bs-arrow-down-triangle-square:before{content:""}.fi-bs-arrow-down:before{content:""}.fi-bs-arrow-from-bottom:before{content:""}.fi-bs-arrow-from-left:before{content:""}.fi-bs-arrow-from-right:before{content:""}.fi-bs-arrow-from-top:before{content:""}.fi-bs-arrow-left-from-arc:before{content:""}.fi-bs-arrow-left-from-line:before{content:""}.fi-bs-arrow-left-to-arc:before{content:""}.fi-bs-arrow-left:before{content:""}.fi-bs-arrow-progress-alt:before{content:""}.fi-bs-arrow-progress:before{content:""}.fi-bs-arrow-right-to-bracket:before{content:""}.fi-bs-arrow-right:before{content:""}.fi-bs-arrow-small-down:before{content:""}.fi-bs-arrow-small-left:before{content:""}.fi-bs-arrow-small-right:before{content:""}.fi-bs-arrow-small-up:before{content:""}.fi-bs-arrow-square-down:before{content:""}.fi-bs-arrow-square-left:before{content:""}.fi-bs-arrow-square-right:before{content:""}.fi-bs-arrow-square-up:before{content:""}.fi-bs-arrow-to-bottom:before{content:""}.fi-bs-arrow-to-left:before{content:""}.fi-bs-arrow-to-right:before{content:""}.fi-bs-arrow-to-top:before{content:""}.fi-bs-arrow-trend-down:before{content:""}.fi-bs-arrow-trend-up:before{content:""}.fi-bs-arrow-turn-down-left:before{content:""}.fi-bs-arrow-turn-down-right:before{content:""}.fi-bs-arrow-turn-left-up:before{content:""}.fi-bs-arrow-up-from-dotted-line:before{content:""}.fi-bs-arrow-up-from-ground-water:before{content:""}.fi-bs-arrow-up-from-square:before{content:""}.fi-bs-arrow-up-left-from-circle:before{content:""}.fi-bs-arrow-up-left:before{content:""}.fi-bs-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-bs-arrow-up-right-from-square:before{content:""}.fi-bs-arrow-up-right:before{content:""}.fi-bs-arrow-up-small-big:before{content:""}.fi-bs-arrow-up-square-triangle:before{content:""}.fi-bs-arrow-up-to-arc:before{content:""}.fi-bs-arrow-up-to-dotted-line:before{content:""}.fi-bs-arrow-up:before{content:""}.fi-bs-arrow-upward-growth-crypto:before{content:""}.fi-bs-arrows-alt-h:before{content:""}.fi-bs-arrows-alt-v:before{content:""}.fi-bs-arrows-alt:before{content:""}.fi-bs-arrows-cross:before{content:""}.fi-bs-arrows-from-dotted-line:before{content:""}.fi-bs-arrows-from-line:before{content:""}.fi-bs-arrows-h-copy:before{content:""}.fi-bs-arrows-h:before{content:""}.fi-bs-arrows-repeat-1:before{content:""}.fi-bs-arrows-repeat:before{content:""}.fi-bs-arrows-retweet:before{content:""}.fi-bs-arrows-split-right-and-left:before{content:""}.fi-bs-arrows-split-up-and-left:before{content:""}.fi-bs-arrows-to-circle:before{content:""}.fi-bs-arrows-to-dotted-line:before{content:""}.fi-bs-arrows-to-eye:before{content:""}.fi-bs-arrows-to-line:before{content:""}.fi-bs-arrows:before{content:""}.fi-bs-artificial-intelligence:before{content:""}.fi-bs-assept-document:before{content:""}.fi-bs-assessment-alt:before{content:""}.fi-bs-assessment:before{content:""}.fi-bs-assign:before{content:""}.fi-bs-assistive-listening-systems:before{content:""}.fi-bs-asterik:before{content:""}.fi-bs-at:before{content:""}.fi-bs-attribution-pen:before{content:""}.fi-bs-attribution-pencil:before{content:""}.fi-bs-aubergine:before{content:""}.fi-bs-auction:before{content:""}.fi-bs-audience-megaphone:before{content:""}.fi-bs-audio-description-slash:before{content:""}.fi-bs-audit-alt:before{content:""}.fi-bs-audit:before{content:""}.fi-bs-austral-sign:before{content:""}.fi-bs-avocado:before{content:""}.fi-bs-award:before{content:""}.fi-bs-axe-battle:before{content:""}.fi-bs-axe:before{content:""}.fi-bs-b:before{content:""}.fi-bs-baby-carriage:before{content:""}.fi-bs-baby:before{content:""}.fi-bs-back-up:before{content:""}.fi-bs-background:before{content:""}.fi-bs-backpack:before{content:""}.fi-bs-bacon:before{content:""}.fi-bs-bacteria:before{content:""}.fi-bs-bacterium:before{content:""}.fi-bs-badge-check:before{content:""}.fi-bs-badge-dollar:before{content:""}.fi-bs-badge-leaf:before{content:""}.fi-bs-badge-percent:before{content:""}.fi-bs-badge-sheriff:before{content:""}.fi-bs-badge:before{content:""}.fi-bs-badger-honey:before{content:""}.fi-bs-badget-check-alt:before{content:""}.fi-bs-badminton:before{content:""}.fi-bs-bag-map-pin:before{content:""}.fi-bs-bag-seedling:before{content:""}.fi-bs-bag-shopping-minus:before{content:""}.fi-bs-bags-shopping:before{content:""}.fi-bs-baguette:before{content:""}.fi-bs-bahai:before{content:""}.fi-bs-baht-sign:before{content:""}.fi-bs-balance-scale-left:before{content:""}.fi-bs-balance-scale-right:before{content:""}.fi-bs-ball-pile:before{content:""}.fi-bs-ballet-dance:before{content:""}.fi-bs-balloon:before{content:""}.fi-bs-balloons:before{content:""}.fi-bs-ballot-check:before{content:""}.fi-bs-ballot:before{content:""}.fi-bs-ban-bug:before{content:""}.fi-bs-ban:before{content:""}.fi-bs-banana:before{content:""}.fi-bs-band-aid:before{content:""}.fi-bs-bangladeshi-taka-sign:before{content:""}.fi-bs-banjo:before{content:""}.fi-bs-bank:before{content:""}.fi-bs-banner-2:before{content:""}.fi-bs-banner-3:before{content:""}.fi-bs-banner-4:before{content:""}.fi-bs-banner-5:before{content:""}.fi-bs-banner:before{content:""}.fi-bs-barber-pole:before{content:""}.fi-bs-barber-shop:before{content:""}.fi-bs-barcode-read:before{content:""}.fi-bs-barcode-scan:before{content:""}.fi-bs-barcode:before{content:""}.fi-bs-bars-filter:before{content:""}.fi-bs-bars-progress:before{content:""}.fi-bs-bars-sort:before{content:""}.fi-bs-bars-staggered:before{content:""}.fi-bs-baseball-alt:before{content:""}.fi-bs-baseball:before{content:""}.fi-bs-basket-shopping-minus:before{content:""}.fi-bs-basket-shopping-plus:before{content:""}.fi-bs-basket-shopping-simple:before{content:""}.fi-bs-basketball-hoop:before{content:""}.fi-bs-basketball:before{content:""}.fi-bs-bat:before{content:""}.fi-bs-bath:before{content:""}.fi-bs-battery-bolt:before{content:""}.fi-bs-battery-empty:before{content:""}.fi-bs-battery-exclamation:before{content:""}.fi-bs-battery-full:before{content:""}.fi-bs-battery-half:before{content:""}.fi-bs-battery-quarter:before{content:""}.fi-bs-battery-slash:before{content:""}.fi-bs-battery-three-quarters:before{content:""}.fi-bs-beacon:before{content:""}.fi-bs-bed-alt:before{content:""}.fi-bs-bed-bunk:before{content:""}.fi-bs-bed-empty:before{content:""}.fi-bs-bed:before{content:""}.fi-bs-bee:before{content:""}.fi-bs-beer-mug-empty:before{content:""}.fi-bs-beer:before{content:""}.fi-bs-bell-concierge:before{content:""}.fi-bs-bell-notification-call:before{content:""}.fi-bs-bell-notification-social-media:before{content:""}.fi-bs-bell-ring:before{content:""}.fi-bs-bell-school-slash:before{content:""}.fi-bs-bell-school:before{content:""}.fi-bs-bell-slash:before{content:""}.fi-bs-bell:before{content:""}.fi-bs-bells:before{content:""}.fi-bs-bench-tree:before{content:""}.fi-bs-benefit-diamond-alt:before{content:""}.fi-bs-benefit-diamond:before{content:""}.fi-bs-benefit-hand:before{content:""}.fi-bs-benefit-increase:before{content:""}.fi-bs-benefit-porcent:before{content:""}.fi-bs-benefit:before{content:""}.fi-bs-betamax:before{content:""}.fi-bs-bible:before{content:""}.fi-bs-bicycle-journey:before{content:""}.fi-bs-bike:before{content:""}.fi-bs-biking-mountain:before{content:""}.fi-bs-biking:before{content:""}.fi-bs-bill-arrow:before{content:""}.fi-bs-billiard:before{content:""}.fi-bs-bin-bottles:before{content:""}.fi-bs-binary-circle-check:before{content:""}.fi-bs-binary-lock:before{content:""}.fi-bs-binary-slash:before{content:""}.fi-bs-binary:before{content:""}.fi-bs-binoculars:before{content:""}.fi-bs-bio-leaves:before{content:""}.fi-bs-bio:before{content:""}.fi-bs-biohazard:before{content:""}.fi-bs-bird:before{content:""}.fi-bs-bitcoin-sign:before{content:""}.fi-bs-blanket:before{content:""}.fi-bs-blender-phone:before{content:""}.fi-bs-blender:before{content:""}.fi-bs-blinds-open:before{content:""}.fi-bs-blinds-raised:before{content:""}.fi-bs-blinds:before{content:""}.fi-bs-block-brick:before{content:""}.fi-bs-block-microphone:before{content:""}.fi-bs-block-question:before{content:""}.fi-bs-block-quote:before{content:""}.fi-bs-block:before{content:""}.fi-bs-blockchain-3:before{content:""}.fi-bs-blog-pencil:before{content:""}.fi-bs-blog-text:before{content:""}.fi-bs-blood-dropper:before{content:""}.fi-bs-blood-test-tube-alt:before{content:""}.fi-bs-blood-test-tube:before{content:""}.fi-bs-blood:before{content:""}.fi-bs-blueberries:before{content:""}.fi-bs-blueprint:before{content:""}.fi-bs-bold:before{content:""}.fi-bs-bolt-auto:before{content:""}.fi-bs-bolt-slash:before{content:""}.fi-bs-bolt:before{content:""}.fi-bs-bomb:before{content:""}.fi-bs-bone-break:before{content:""}.fi-bs-bone:before{content:""}.fi-bs-bong:before{content:""}.fi-bs-bonus-alt:before{content:""}.fi-bs-bonus-star:before{content:""}.fi-bs-bonus:before{content:""}.fi-bs-book-alt:before{content:""}.fi-bs-book-arrow-right:before{content:""}.fi-bs-book-arrow-up:before{content:""}.fi-bs-book-atlas:before{content:""}.fi-bs-book-bookmark:before{content:""}.fi-bs-book-circle-arrow-right:before{content:""}.fi-bs-book-circle-arrow-up:before{content:""}.fi-bs-book-copy:before{content:""}.fi-bs-book-dead:before{content:""}.fi-bs-book-font:before{content:""}.fi-bs-book-heart:before{content:""}.fi-bs-book-medical:before{content:""}.fi-bs-book-open-cover:before{content:""}.fi-bs-book-open-reader:before{content:""}.fi-bs-book-plus:before{content:""}.fi-bs-book-quran:before{content:""}.fi-bs-book-section:before{content:""}.fi-bs-book-spells:before{content:""}.fi-bs-book-tanakh:before{content:""}.fi-bs-book-user:before{content:""}.fi-bs-book:before{content:""}.fi-bs-Booking:before{content:""}.fi-bs-bookmark-slash:before{content:""}.fi-bs-bookmark:before{content:""}.fi-bs-books-medical:before{content:""}.fi-bs-books:before{content:""}.fi-bs-boot-heeled:before{content:""}.fi-bs-boot:before{content:""}.fi-bs-booth-curtain:before{content:""}.fi-bs-border-all:before{content:""}.fi-bs-border-bottom:before{content:""}.fi-bs-border-center-h:before{content:""}.fi-bs-border-center-v:before{content:""}.fi-bs-border-inner:before{content:""}.fi-bs-border-left:before{content:""}.fi-bs-border-none:before{content:""}.fi-bs-border-outer:before{content:""}.fi-bs-border-right:before{content:""}.fi-bs-border-style-alt:before{content:""}.fi-bs-border-style:before{content:""}.fi-bs-border-top:before{content:""}.fi-bs-boss:before{content:""}.fi-bs-bottle-droplet:before{content:""}.fi-bs-bottle:before{content:""}.fi-bs-bow-arrow:before{content:""}.fi-bs-bowl-chopsticks-noodles:before{content:""}.fi-bs-bowl-chopsticks:before{content:""}.fi-bs-bowl-rice:before{content:""}.fi-bs-bowl-scoop:before{content:""}.fi-bs-bowl-scoops:before{content:""}.fi-bs-bowl-soft-serve:before{content:""}.fi-bs-bowl-spoon:before{content:""}.fi-bs-bowling-ball:before{content:""}.fi-bs-bowling-pins:before{content:""}.fi-bs-bowling:before{content:""}.fi-bs-box-alt:before{content:""}.fi-bs-box-ballot:before{content:""}.fi-bs-box-check:before{content:""}.fi-bs-box-circle-check:before{content:""}.fi-bs-box-dollar:before{content:""}.fi-bs-box-fragile:before{content:""}.fi-bs-box-heart:before{content:""}.fi-bs-box-open-full:before{content:""}.fi-bs-box-open:before{content:""}.fi-bs-box-tissue:before{content:""}.fi-bs-box-up:before{content:""}.fi-bs-box:before{content:""}.fi-bs-boxes:before{content:""}.fi-bs-boxing-glove:before{content:""}.fi-bs-bracket-curly-right:before{content:""}.fi-bs-bracket-curly:before{content:""}.fi-bs-bracket-round-right:before{content:""}.fi-bs-bracket-round:before{content:""}.fi-bs-bracket-square-right:before{content:""}.fi-bs-bracket-square:before{content:""}.fi-bs-brackets-curly:before{content:""}.fi-bs-brackets-round:before{content:""}.fi-bs-brackets-square:before{content:""}.fi-bs-braille-a:before{content:""}.fi-bs-braille-b:before{content:""}.fi-bs-braille-c:before{content:""}.fi-bs-braille-d:before{content:""}.fi-bs-braille-e:before{content:""}.fi-bs-braille-g:before{content:""}.fi-bs-braille-h:before{content:""}.fi-bs-braille-i:before{content:""}.fi-bs-braille-j:before{content:""}.fi-bs-braille-k:before{content:""}.fi-bs-braille-l:before{content:""}.fi-bs-braille-m:before{content:""}.fi-bs-braille-n-alt:before{content:""}.fi-bs-braille-n:before{content:""}.fi-bs-braille-o:before{content:""}.fi-bs-braille-p:before{content:""}.fi-bs-braille-q:before{content:""}.fi-bs-braille-r:before{content:""}.fi-bs-braille-s:before{content:""}.fi-bs-braille-t:before{content:""}.fi-bs-braille-u:before{content:""}.fi-bs-braille-v:before{content:""}.fi-bs-braille-w:before{content:""}.fi-bs-braille-x:before{content:""}.fi-bs-braille-y:before{content:""}.fi-bs-braille-z:before{content:""}.fi-bs-braille:before{content:""}.fi-bs-brain-circuit:before{content:""}.fi-bs-brain:before{content:""}.fi-bs-brake-warning:before{content:""}.fi-bs-branching:before{content:""}.fi-bs-brand:before{content:""}.fi-bs-branding:before{content:""}.fi-bs-bread-loaf:before{content:""}.fi-bs-bread-slice-butter:before{content:""}.fi-bs-bread-slice:before{content:""}.fi-bs-bread:before{content:""}.fi-bs-briefcase-arrow-right:before{content:""}.fi-bs-briefcase-blank:before{content:""}.fi-bs-briefcase:before{content:""}.fi-bs-brightness-low:before{content:""}.fi-bs-brightness:before{content:""}.fi-bs-bring-forward:before{content:""}.fi-bs-bring-front:before{content:""}.fi-bs-broadcast-tower:before{content:""}.fi-bs-broccoli:before{content:""}.fi-bs-broken-chain-link-wrong:before{content:""}.fi-bs-broken-image:before{content:""}.fi-bs-broom-ball:before{content:""}.fi-bs-broom:before{content:""}.fi-bs-browser-ui:before{content:""}.fi-bs-browser:before{content:""}.fi-bs-browsers:before{content:""}.fi-bs-brush:before{content:""}.fi-bs-bucket:before{content:""}.fi-bs-budget-alt:before{content:""}.fi-bs-budget:before{content:""}.fi-bs-bug-slash:before{content:""}.fi-bs-bug:before{content:""}.fi-bs-bugs:before{content:""}.fi-bs-build-alt:before{content:""}.fi-bs-build:before{content:""}.fi-bs-builder:before{content:""}.fi-bs-building-circle-arrow-right:before{content:""}.fi-bs-building-ngo:before{content:""}.fi-bs-building:before{content:""}.fi-bs-bulb:before{content:""}.fi-bs-bullet:before{content:""}.fi-bs-bullhorn:before{content:""}.fi-bs-bullseye-arrow:before{content:""}.fi-bs-bullseye-pointer:before{content:""}.fi-bs-bullseye:before{content:""}.fi-bs-burger-alt:before{content:""}.fi-bs-burger-fries:before{content:""}.fi-bs-burger-glass:before{content:""}.fi-bs-burrito:before{content:""}.fi-bs-burst:before{content:""}.fi-bs-bus-alt:before{content:""}.fi-bs-bus:before{content:""}.fi-bs-business-time:before{content:""}.fi-bs-Butter:before{content:""}.fi-bs-butterfly:before{content:""}.fi-bs-c:before{content:""}.fi-bs-cabin:before{content:""}.fi-bs-cactus:before{content:""}.fi-bs-cage-empty:before{content:""}.fi-bs-cake-birthday:before{content:""}.fi-bs-cake-slice:before{content:""}.fi-bs-cake-wedding:before{content:""}.fi-bs-calculator-bill:before{content:""}.fi-bs-calculator-math-tax:before{content:""}.fi-bs-calculator-money:before{content:""}.fi-bs-calculator-simple:before{content:""}.fi-bs-calculator:before{content:""}.fi-bs-calendar-arrow-down:before{content:""}.fi-bs-calendar-arrow-up:before{content:""}.fi-bs-calendar-birhtday-cake:before{content:""}.fi-bs-calendar-call:before{content:""}.fi-bs-calendar-check:before{content:""}.fi-bs-calendar-clock:before{content:""}.fi-bs-calendar-day:before{content:""}.fi-bs-calendar-days:before{content:""}.fi-bs-calendar-event-tax:before{content:""}.fi-bs-calendar-exclamation:before{content:""}.fi-bs-calendar-gavel-legal:before{content:""}.fi-bs-calendar-heart:before{content:""}.fi-bs-calendar-image:before{content:""}.fi-bs-calendar-lines-pen:before{content:""}.fi-bs-calendar-lines:before{content:""}.fi-bs-calendar-minus:before{content:""}.fi-bs-calendar-payment-loan:before{content:""}.fi-bs-calendar-pen:before{content:""}.fi-bs-calendar-plus:before{content:""}.fi-bs-calendar-salary:before{content:""}.fi-bs-calendar-shift-swap:before{content:""}.fi-bs-calendar-star:before{content:""}.fi-bs-calendar-swap:before{content:""}.fi-bs-calendar-week:before{content:""}.fi-bs-calendar-xmark:before{content:""}.fi-bs-calendar:before{content:""}.fi-bs-calendars:before{content:""}.fi-bs-call-duration:before{content:""}.fi-bs-call-history:before{content:""}.fi-bs-call-incoming:before{content:""}.fi-bs-call-missed:before{content:""}.fi-bs-call-outgoing:before{content:""}.fi-bs-camcorder:before{content:""}.fi-bs-camera-cctv:before{content:""}.fi-bs-camera-movie:before{content:""}.fi-bs-camera-retro:before{content:""}.fi-bs-camera-rotate:before{content:""}.fi-bs-camera-security:before{content:""}.fi-bs-camera-slash:before{content:""}.fi-bs-camera-viewfinder:before{content:""}.fi-bs-camera:before{content:""}.fi-bs-campfire:before{content:""}.fi-bs-camping:before{content:""}.fi-bs-can-food:before{content:""}.fi-bs-candle-holder:before{content:""}.fi-bs-candle-lotus-yoga:before{content:""}.fi-bs-candle-pose-yoga:before{content:""}.fi-bs-candy-alt:before{content:""}.fi-bs-candy-bar:before{content:""}.fi-bs-candy-cane:before{content:""}.fi-bs-candy-corn:before{content:""}.fi-bs-candy-sweet:before{content:""}.fi-bs-candy:before{content:""}.fi-bs-Cannabis:before{content:""}.fi-bs-canned-food:before{content:""}.fi-bs-capsules:before{content:""}.fi-bs-car-alt:before{content:""}.fi-bs-car-battery:before{content:""}.fi-bs-car-bolt:before{content:""}.fi-bs-car-building:before{content:""}.fi-bs-car-bump:before{content:""}.fi-bs-car-bus:before{content:""}.fi-bs-car-circle-bolt:before{content:""}.fi-bs-car-crash:before{content:""}.fi-bs-car-garage:before{content:""}.fi-bs-car-journey:before{content:""}.fi-bs-car-mechanic:before{content:""}.fi-bs-car-rear:before{content:""}.fi-bs-car-side-bolt:before{content:""}.fi-bs-car-side:before{content:""}.fi-bs-car-tilt:before{content:""}.fi-bs-car-tunnel:before{content:""}.fi-bs-car-wash:before{content:""}.fi-bs-car:before{content:""}.fi-bs-caravan-alt:before{content:""}.fi-bs-caravan:before{content:""}.fi-bs-card-club:before{content:""}.fi-bs-card-diamond:before{content:""}.fi-bs-card-heart:before{content:""}.fi-bs-card-spade:before{content:""}.fi-bs-cardinal-compass:before{content:""}.fi-bs-career-growth:before{content:""}.fi-bs-career-path:before{content:""}.fi-bs-caret-circle-down:before{content:""}.fi-bs-caret-circle-right:before{content:""}.fi-bs-caret-circle-up:before{content:""}.fi-bs-caret-down:before{content:""}.fi-bs-caret-left:before{content:""}.fi-bs-caret-quare-up:before{content:""}.fi-bs-caret-right:before{content:""}.fi-bs-caret-square-down:before{content:""}.fi-bs-caret-square-left_1:before{content:""}.fi-bs-caret-square-left:before{content:""}.fi-bs-caret-square-right:before{content:""}.fi-bs-caret-up:before{content:""}.fi-bs-carrot:before{content:""}.fi-bs-cars-crash:before{content:""}.fi-bs-cars:before{content:""}.fi-bs-cart-arrow-down:before{content:""}.fi-bs-cart-minus:before{content:""}.fi-bs-cart-shopping-fast:before{content:""}.fi-bs-cash-register:before{content:""}.fi-bs-cassette-tape:before{content:""}.fi-bs-cassette-vhs:before{content:""}.fi-bs-castle:before{content:""}.fi-bs-cat-head:before{content:""}.fi-bs-cat-space:before{content:""}.fi-bs-cat:before{content:""}.fi-bs-catalog-alt:before{content:""}.fi-bs-catalog-magazine:before{content:""}.fi-bs-catalog:before{content:""}.fi-bs-category-alt:before{content:""}.fi-bs-category:before{content:""}.fi-bs-cauldron:before{content:""}.fi-bs-cedi-sign:before{content:""}.fi-bs-cello:before{content:""}.fi-bs-cent-sign:before{content:""}.fi-bs-chair-office:before{content:""}.fi-bs-chair:before{content:""}.fi-bs-chalkboard-user:before{content:""}.fi-bs-chalkboard:before{content:""}.fi-bs-challenge-alt:before{content:""}.fi-bs-challenge:before{content:""}.fi-bs-channel:before{content:""}.fi-bs-charging-station:before{content:""}.fi-bs-chart-area:before{content:""}.fi-bs-chart-bullet:before{content:""}.fi-bs-chart-candlestick:before{content:""}.fi-bs-chart-connected:before{content:""}.fi-bs-chart-gantt:before{content:""}.fi-bs-chart-histogram:before{content:""}.fi-bs-chart-kanban:before{content:""}.fi-bs-chart-line-up-down:before{content:""}.fi-bs-chart-line-up:before{content:""}.fi-bs-chart-mixed-up-circle-currency:before{content:""}.fi-bs-chart-mixed-up-circle-dollar:before{content:""}.fi-bs-chart-mixed:before{content:""}.fi-bs-chart-network:before{content:""}.fi-bs-chart-pie-alt:before{content:""}.fi-bs-chart-pie-simple-circle-currency:before{content:""}.fi-bs-chart-pie-simple-circle-dollar:before{content:""}.fi-bs-chart-pie:before{content:""}.fi-bs-chart-pyramid:before{content:""}.fi-bs-chart-radar:before{content:""}.fi-bs-chart-scatter-3d:before{content:""}.fi-bs-chart-scatter-bubble:before{content:""}.fi-bs-chart-scatter:before{content:""}.fi-bs-chart-set-theory:before{content:""}.fi-bs-chart-simple-horizontal:before{content:""}.fi-bs-chart-simple:before{content:""}.fi-bs-chart-tree-map:before{content:""}.fi-bs-chart-tree:before{content:""}.fi-bs-chart-user:before{content:""}.fi-bs-chart-waterfall:before{content:""}.fi-bs-chat-arrow-down:before{content:""}.fi-bs-chat-arrow-grow:before{content:""}.fi-bs-chat-bubble-call:before{content:""}.fi-bs-chatbot-speech-bubble:before{content:""}.fi-bs-chatbot:before{content:""}.fi-bs-cheap-bill:before{content:""}.fi-bs-cheap-dollar:before{content:""}.fi-bs-cheap-stack-dollar:before{content:""}.fi-bs-cheap-stack:before{content:""}.fi-bs-cheap:before{content:""}.fi-bs-check-circle:before{content:""}.fi-bs-check-double:before{content:""}.fi-bs-check-in-calendar:before{content:""}.fi-bs-check-out-calendar:before{content:""}.fi-bs-check:before{content:""}.fi-bs-checkbox:before{content:""}.fi-bs-checklist-task-budget:before{content:""}.fi-bs-cheese-alt:before{content:""}.fi-bs-cheese:before{content:""}.fi-bs-cheeseburger:before{content:""}.fi-bs-cherry:before{content:""}.fi-bs-chess-bishop:before{content:""}.fi-bs-chess-board:before{content:""}.fi-bs-chess-clock-alt:before{content:""}.fi-bs-chess-clock:before{content:""}.fi-bs-chess-king-alt:before{content:""}.fi-bs-chess-king:before{content:""}.fi-bs-chess-knight-alt:before{content:""}.fi-bs-chess-knight:before{content:""}.fi-bs-chess-pawn-alt:before{content:""}.fi-bs-chess-pawn:before{content:""}.fi-bs-chess-piece:before{content:""}.fi-bs-chess-queen-alt:before{content:""}.fi-bs-chess-queen:before{content:""}.fi-bs-chess-rook-alt:before{content:""}.fi-bs-chess-rook:before{content:""}.fi-bs-chess:before{content:""}.fi-bs-chevron-double-down:before{content:""}.fi-bs-chevron-double-up:before{content:""}.fi-bs-child-head:before{content:""}.fi-bs-child:before{content:""}.fi-bs-chimney:before{content:""}.fi-bs-chip:before{content:""}.fi-bs-chocolate:before{content:""}.fi-bs-choir-singing:before{content:""}.fi-bs-choose-alt:before{content:""}.fi-bs-choose:before{content:""}.fi-bs-church:before{content:""}.fi-bs-circle-0:before{content:""}.fi-bs-circle-1:before{content:""}.fi-bs-circle-2:before{content:""}.fi-bs-circle-3:before{content:""}.fi-bs-circle-4:before{content:""}.fi-bs-circle-5:before{content:""}.fi-bs-circle-6:before{content:""}.fi-bs-circle-7:before{content:""}.fi-bs-circle-8:before{content:""}.fi-bs-circle-9:before{content:""}.fi-bs-circle-a:before{content:""}.fi-bs-circle-b:before{content:""}.fi-bs-circle-bolt:before{content:""}.fi-bs-circle-book-open:before{content:""}.fi-bs-circle-bookmark:before{content:""}.fi-bs-circle-c:before{content:""}.fi-bs-circle-calendar:before{content:""}.fi-bs-circle-camera:before{content:""}.fi-bs-circle-d:before{content:""}.fi-bs-circle-dashed:before{content:""}.fi-bs-circle-divide:before{content:""}.fi-bs-circle-e:before{content:""}.fi-bs-circle-ellipsis-vertical:before{content:""}.fi-bs-circle-ellipsis:before{content:""}.fi-bs-circle-envelope:before{content:""}.fi-bs-circle-exclamation-check:before{content:""}.fi-bs-circle-f:before{content:""}.fi-bs-circle-g:before{content:""}.fi-bs-circle-h:before{content:""}.fi-bs-circle-half-stroke:before{content:""}.fi-bs-circle-half:before{content:""}.fi-bs-circle-heart:before{content:""}.fi-bs-circle-i:before{content:""}.fi-bs-circle-j:before{content:""}.fi-bs-circle-k:before{content:""}.fi-bs-circle-l:before{content:""}.fi-bs-circle-m:before{content:""}.fi-bs-circle-microphone-lines:before{content:""}.fi-bs-circle-microphone:before{content:""}.fi-bs-circle-n:before{content:""}.fi-bs-circle-nodes:before{content:""}.fi-bs-circle-o:before{content:""}.fi-bs-circle-overlap:before{content:""}.fi-bs-circle-p:before{content:""}.fi-bs-circle-phone-flip:before{content:""}.fi-bs-circle-phone-hangup:before{content:""}.fi-bs-circle-phone:before{content:""}.fi-bs-circle-q:before{content:""}.fi-bs-circle-quarter:before{content:""}.fi-bs-circle-quarters-alt:before{content:""}.fi-bs-circle-r:before{content:""}.fi-bs-circle-s:before{content:""}.fi-bs-circle-small:before{content:""}.fi-bs-circle-star:before{content:""}.fi-bs-circle-t:before{content:""}.fi-bs-circle-three-quarters:before{content:""}.fi-bs-circle-trash:before{content:""}.fi-bs-circle-u:before{content:""}.fi-bs-circle-user:before{content:""}.fi-bs-circle-v:before{content:""}.fi-bs-circle-video:before{content:""}.fi-bs-circle-w:before{content:""}.fi-bs-circle-waveform-lines:before{content:""}.fi-bs-circle-x:before{content:""}.fi-bs-circle-xmark:before{content:""}.fi-bs-circle-y:before{content:""}.fi-bs-circle-z:before{content:""}.fi-bs-circle:before{content:""}.fi-bs-citrus-slice:before{content:""}.fi-bs-citrus:before{content:""}.fi-bs-city:before{content:""}.fi-bs-clapperboard-play:before{content:""}.fi-bs-clapperboard:before{content:""}.fi-bs-clarinet:before{content:""}.fi-bs-claw-marks:before{content:""}.fi-bs-clear-alt:before{content:""}.fi-bs-clip-file:before{content:""}.fi-bs-clip-mail:before{content:""}.fi-bs-clip:before{content:""}.fi-bs-clipboard-check:before{content:""}.fi-bs-clipboard-exclamation:before{content:""}.fi-bs-clipboard-list-check:before{content:""}.fi-bs-clipboard-list:before{content:""}.fi-bs-clipboard-prescription:before{content:""}.fi-bs-clipboard-question:before{content:""}.fi-bs-clipboard-user:before{content:""}.fi-bs-clipboard:before{content:""}.fi-bs-clipoard-wrong:before{content:""}.fi-bs-clock-desk:before{content:""}.fi-bs-clock-eight-thirty:before{content:""}.fi-bs-clock-eleven-thirty:before{content:""}.fi-bs-clock-eleven:before{content:""}.fi-bs-clock-five-thirty:before{content:""}.fi-bs-clock-five:before{content:""}.fi-bs-clock-four-thirty:before{content:""}.fi-bs-clock-nine-thirty:before{content:""}.fi-bs-clock-nine:before{content:""}.fi-bs-clock-one-thirty:before{content:""}.fi-bs-clock-one:before{content:""}.fi-bs-clock-seven-thirty:before{content:""}.fi-bs-clock-seven:before{content:""}.fi-bs-clock-six-thirty:before{content:""}.fi-bs-clock-six:before{content:""}.fi-bs-clock-ten-thirty:before{content:""}.fi-bs-clock-ten:before{content:""}.fi-bs-clock-three-thirty:before{content:""}.fi-bs-clock-three:before{content:""}.fi-bs-clock-time-tracking:before{content:""}.fi-bs-clock-twelve-thirty:before{content:""}.fi-bs-clock-twelve:before{content:""}.fi-bs-clock-two-thirty:before{content:""}.fi-bs-clock-two:before{content:""}.fi-bs-clock-up-arrow:before{content:""}.fi-bs-clock:before{content:""}.fi-bs-clone:before{content:""}.fi-bs-closed-captioning-slash:before{content:""}.fi-bs-clothes-hanger:before{content:""}.fi-bs-cloud-back-up-alt:before{content:""}.fi-bs-cloud-back-up:before{content:""}.fi-bs-cloud-check:before{content:""}.fi-bs-cloud-code:before{content:""}.fi-bs-cloud-disabled:before{content:""}.fi-bs-cloud-download-alt:before{content:""}.fi-bs-cloud-download:before{content:""}.fi-bs-cloud-drizzle:before{content:""}.fi-bs-cloud-exclamation:before{content:""}.fi-bs-cloud-gear-automation:before{content:""}.fi-bs-cloud-hail-mixed:before{content:""}.fi-bs-cloud-hail:before{content:""}.fi-bs-cloud-meatball:before{content:""}.fi-bs-cloud-moon-rain:before{content:""}.fi-bs-cloud-moon:before{content:""}.fi-bs-cloud-question:before{content:""}.fi-bs-cloud-rain:before{content:""}.fi-bs-cloud-rainbow:before{content:""}.fi-bs-cloud-share:before{content:""}.fi-bs-cloud-showers-heavy:before{content:""}.fi-bs-cloud-showers:before{content:""}.fi-bs-cloud-sleet:before{content:""}.fi-bs-cloud-snow:before{content:""}.fi-bs-cloud-sun-rain:before{content:""}.fi-bs-cloud-sun:before{content:""}.fi-bs-cloud-upload-alt:before{content:""}.fi-bs-cloud-upload:before{content:""}.fi-bs-cloud:before{content:""}.fi-bs-clouds-moon:before{content:""}.fi-bs-clouds-sun:before{content:""}.fi-bs-clouds:before{content:""}.fi-bs-clover-alt:before{content:""}.fi-bs-club:before{content:""}.fi-bs-cocktail-alt:before{content:""}.fi-bs-cocktail:before{content:""}.fi-bs-coconut:before{content:""}.fi-bs-code-branch:before{content:""}.fi-bs-code-commit:before{content:""}.fi-bs-code-compare:before{content:""}.fi-bs-code-fork:before{content:""}.fi-bs-code-merge:before{content:""}.fi-bs-code-pull-request-closed:before{content:""}.fi-bs-code-pull-request-draft:before{content:""}.fi-bs-code-pull-request:before{content:""}.fi-bs-code-simple:before{content:""}.fi-bs-coffee-bean:before{content:""}.fi-bs-coffee-beans:before{content:""}.fi-bs-coffee-heart:before{content:""}.fi-bs-coffee-pot:before{content:""}.fi-bs-coffee:before{content:""}.fi-bs-coffin-cross:before{content:""}.fi-bs-coffin:before{content:""}.fi-bs-coin-up-arrow:before{content:""}.fi-bs-coin:before{content:""}.fi-bs-coins:before{content:""}.fi-bs-colon-sign:before{content:""}.fi-bs-columns-3:before{content:""}.fi-bs-comet:before{content:""}.fi-bs-command:before{content:""}.fi-bs-comment-alt-check:before{content:""}.fi-bs-comment-alt-dots:before{content:""}.fi-bs-comment-alt-edit:before{content:""}.fi-bs-comment-alt-medical:before{content:""}.fi-bs-comment-alt-middle-top:before{content:""}.fi-bs-comment-alt-middle:before{content:""}.fi-bs-comment-alt-minus:before{content:""}.fi-bs-comment-alt-music:before{content:""}.fi-bs-comment-alt:before{content:""}.fi-bs-comment-arrow-down:before{content:""}.fi-bs-comment-arrow-up-right:before{content:""}.fi-bs-comment-arrow-up:before{content:""}.fi-bs-comment-check:before{content:""}.fi-bs-comment-code:before{content:""}.fi-bs-comment-dollar:before{content:""}.fi-bs-comment-dots:before{content:""}.fi-bs-comment-exclamation:before{content:""}.fi-bs-comment-heart:before{content:""}.fi-bs-comment-image:before{content:""}.fi-bs-comment-info:before{content:""}.fi-bs-comment-medical:before{content:""}.fi-bs-comment-minus:before{content:""}.fi-bs-comment-pen:before{content:""}.fi-bs-comment-question:before{content:""}.fi-bs-comment-quote:before{content:""}.fi-bs-comment-slash:before{content:""}.fi-bs-comment-smile:before{content:""}.fi-bs-comment-sms:before{content:""}.fi-bs-comment-text:before{content:""}.fi-bs-comment-user:before{content:""}.fi-bs-comment-xmark:before{content:""}.fi-bs-comment:before{content:""}.fi-bs-comments-dollar:before{content:""}.fi-bs-comments-question-check:before{content:""}.fi-bs-comments-question:before{content:""}.fi-bs-comments:before{content:""}.fi-bs-compass-alt:before{content:""}.fi-bs-compass-east:before{content:""}.fi-bs-compass-north:before{content:""}.fi-bs-compass-slash:before{content:""}.fi-bs-compass-south:before{content:""}.fi-bs-compass-west:before{content:""}.fi-bs-completed:before{content:""}.fi-bs-compliance-clipboard:before{content:""}.fi-bs-compliance-document:before{content:""}.fi-bs-compliance:before{content:""}.fi-bs-compress-alt:before{content:""}.fi-bs-compress:before{content:""}.fi-bs-computer-classic:before{content:""}.fi-bs-computer-mouse:before{content:""}.fi-bs-computer-speaker:before{content:""}.fi-bs-computer:before{content:""}.fi-bs-concierge-bell:before{content:""}.fi-bs-condition-alt:before{content:""}.fi-bs-condition:before{content:""}.fi-bs-confetti:before{content:""}.fi-bs-constellation:before{content:""}.fi-bs-container-storage:before{content:""}.fi-bs-convert-document:before{content:""}.fi-bs-convert-shapes:before{content:""}.fi-bs-conveyor-belt-alt:before{content:""}.fi-bs-conveyor-belt-arm:before{content:""}.fi-bs-conveyor-belt-empty:before{content:""}.fi-bs-conveyor-belt:before{content:""}.fi-bs-cookie-alt:before{content:""}.fi-bs-cookie:before{content:""}.fi-bs-copy-alt:before{content:""}.fi-bs-copy-image:before{content:""}.fi-bs-copy:before{content:""}.fi-bs-copyright:before{content:""}.fi-bs-corn:before{content:""}.fi-bs-corporate-alt:before{content:""}.fi-bs-corporate:before{content:""}.fi-bs-couch:before{content:""}.fi-bs-court-sport:before{content:""}.fi-bs-cow-alt:before{content:""}.fi-bs-cow:before{content:""}.fi-bs-cowbell-circle-plus:before{content:""}.fi-bs-cowbell-more:before{content:""}.fi-bs-cowbell:before{content:""}.fi-bs-crab:before{content:""}.fi-bs-crate-empty:before{content:""}.fi-bs-cream:before{content:""}.fi-bs-credit-card-buyer:before{content:""}.fi-bs-credit-card-eye:before{content:""}.fi-bs-credit-card:before{content:""}.fi-bs-cricket:before{content:""}.fi-bs-crm-alt:before{content:""}.fi-bs-crm-computer:before{content:""}.fi-bs-CRM:before{content:""}.fi-bs-croissant:before{content:""}.fi-bs-cross-circle:before{content:""}.fi-bs-cross-religion:before{content:""}.fi-bs-cross-small:before{content:""}.fi-bs-cross:before{content:""}.fi-bs-crow:before{content:""}.fi-bs-crown:before{content:""}.fi-bs-crutch:before{content:""}.fi-bs-crutches:before{content:""}.fi-bs-cruzeiro-sign:before{content:""}.fi-bs-crypto-calendar:before{content:""}.fi-bs-cryptocurrency:before{content:""}.fi-bs-crystal-ball:before{content:""}.fi-bs-cube:before{content:""}.fi-bs-cubes-stacked:before{content:""}.fi-bs-cubes:before{content:""}.fi-bs-cucumber:before{content:""}.fi-bs-cup-straw-swoosh:before{content:""}.fi-bs-cup-straw:before{content:""}.fi-bs-cup-togo:before{content:""}.fi-bs-cupcake-alt:before{content:""}.fi-bs-cupcake:before{content:""}.fi-bs-curling:before{content:""}.fi-bs-cursor-finger:before{content:""}.fi-bs-cursor-plus:before{content:""}.fi-bs-cursor-text-alt:before{content:""}.fi-bs-cursor-text:before{content:""}.fi-bs-cursor:before{content:""}.fi-bs-curve-alt:before{content:""}.fi-bs-curve-arrow:before{content:""}.fi-bs-curve:before{content:""}.fi-bs-custard:before{content:""}.fi-bs-customer-care:before{content:""}.fi-bs-customer-service:before{content:""}.fi-bs-customization-cogwheel:before{content:""}.fi-bs-customization:before{content:""}.fi-bs-customize-computer:before{content:""}.fi-bs-customize-edit:before{content:""}.fi-bs-customize:before{content:""}.fi-bs-CV:before{content:""}.fi-bs-cvv-card:before{content:""}.fi-bs-d:before{content:""}.fi-bs-dagger:before{content:""}.fi-bs-daily-calendar:before{content:""}.fi-bs-damage:before{content:""}.fi-bs-dart:before{content:""}.fi-bs-dashboard-monitor:before{content:""}.fi-bs-dashboard-panel:before{content:""}.fi-bs-dashboard:before{content:""}.fi-bs-data-transfer:before{content:""}.fi-bs-database:before{content:""}.fi-bs-debt:before{content:""}.fi-bs-deer-rudolph:before{content:""}.fi-bs-deer:before{content:""}.fi-bs-delete-document:before{content:""}.fi-bs-delete-right:before{content:""}.fi-bs-delete-user:before{content:""}.fi-bs-delete:before{content:""}.fi-bs-democrat:before{content:""}.fi-bs-department-structure:before{content:""}.fi-bs-department:before{content:""}.fi-bs-deposit-alt:before{content:""}.fi-bs-deposit:before{content:""}.fi-bs-description-alt:before{content:""}.fi-bs-description:before{content:""}.fi-bs-desk:before{content:""}.fi-bs-desktop-arrow-down:before{content:""}.fi-bs-desktop-wallpaper:before{content:""}.fi-bs-devices:before{content:""}.fi-bs-dewpoint:before{content:""}.fi-bs-dharmachakra:before{content:""}.fi-bs-diagram-cells:before{content:""}.fi-bs-diagram-lean-canvas:before{content:""}.fi-bs-diagram-nested:before{content:""}.fi-bs-diagram-next:before{content:""}.fi-bs-diagram-predecessor:before{content:""}.fi-bs-diagram-previous:before{content:""}.fi-bs-diagram-project:before{content:""}.fi-bs-diagram-sankey:before{content:""}.fi-bs-diagram-subtask:before{content:""}.fi-bs-diagram-successor:before{content:""}.fi-bs-diagram-venn:before{content:""}.fi-bs-dial-high:before{content:""}.fi-bs-dial-low:before{content:""}.fi-bs-dial-max:before{content:""}.fi-bs-dial-med-low:before{content:""}.fi-bs-dial-med:before{content:""}.fi-bs-dial-min:before{content:""}.fi-bs-dial-off:before{content:""}.fi-bs-dial:before{content:""}.fi-bs-diamond-exclamation:before{content:""}.fi-bs-diamond-turn-right:before{content:""}.fi-bs-diamond:before{content:""}.fi-bs-diary-bookmark-down:before{content:""}.fi-bs-diary-bookmarks:before{content:""}.fi-bs-diary-clasp:before{content:""}.fi-bs-dice-alt:before{content:""}.fi-bs-dice-d10:before{content:""}.fi-bs-dice-d12:before{content:""}.fi-bs-dice-d20:before{content:""}.fi-bs-dice-d4:before{content:""}.fi-bs-dice-d6:before{content:""}.fi-bs-dice-d8:before{content:""}.fi-bs-dice-four:before{content:""}.fi-bs-dice-one:before{content:""}.fi-bs-dice-six:before{content:""}.fi-bs-dice-three:before{content:""}.fi-bs-dice-two:before{content:""}.fi-bs-dice:before{content:""}.fi-bs-digging:before{content:""}.fi-bs-digital-tachograph:before{content:""}.fi-bs-dinner:before{content:""}.fi-bs-diploma:before{content:""}.fi-bs-direction-signal-arrow:before{content:""}.fi-bs-direction-signal:before{content:""}.fi-bs-disc-drive:before{content:""}.fi-bs-disco-ball:before{content:""}.fi-bs-discover:before{content:""}.fi-bs-disease:before{content:""}.fi-bs-disk:before{content:""}.fi-bs-display-arrow-down:before{content:""}.fi-bs-display-chart-up:before{content:""}.fi-bs-display-code:before{content:""}.fi-bs-display-medical:before{content:""}.fi-bs-display-slash:before{content:""}.fi-bs-distribute-spacing-horizontal:before{content:""}.fi-bs-distribute-spacing-vertical:before{content:""}.fi-bs-divide:before{content:""}.fi-bs-dizzy:before{content:""}.fi-bs-dna:before{content:""}.fi-bs-do-not-enter:before{content:""}.fi-bs-doctor:before{content:""}.fi-bs-document-circle-wrong:before{content:""}.fi-bs-document-paid:before{content:""}.fi-bs-document-signed:before{content:""}.fi-bs-document:before{content:""}.fi-bs-dog-leashed:before{content:""}.fi-bs-dog:before{content:""}.fi-bs-dollar:before{content:""}.fi-bs-dolly-flatbed-alt:before{content:""}.fi-bs-dolly-flatbed-empty:before{content:""}.fi-bs-dolly-flatbed:before{content:""}.fi-bs-dolphin:before{content:""}.fi-bs-domino-effect:before{content:""}.fi-bs-donate:before{content:""}.fi-bs-dong-sign:before{content:""}.fi-bs-donut:before{content:""}.fi-bs-door-closed:before{content:""}.fi-bs-door-open:before{content:""}.fi-bs-dot-circle:before{content:""}.fi-bs-dot-pending:before{content:""}.fi-bs-dove:before{content:""}.fi-bs-down-from-bracket:before{content:""}.fi-bs-down-left-and-up-right-to-center:before{content:""}.fi-bs-down-left:before{content:""}.fi-bs-down-right:before{content:""}.fi-bs-down-to-line:before{content:""}.fi-bs-down:before{content:""}.fi-bs-download:before{content:""}.fi-bs-drafting-compass:before{content:""}.fi-bs-dragon:before{content:""}.fi-bs-draw-polygon:before{content:""}.fi-bs-draw-square:before{content:""}.fi-bs-drawer-alt:before{content:""}.fi-bs-drawer-empty:before{content:""}.fi-bs-drawer:before{content:""}.fi-bs-dreidel:before{content:""}.fi-bs-drink-alt:before{content:""}.fi-bs-driver-man:before{content:""}.fi-bs-driver-woman:before{content:""}.fi-bs-drone-alt:before{content:""}.fi-bs-drone-front:before{content:""}.fi-bs-drone:before{content:""}.fi-bs-drop-down:before{content:""}.fi-bs-dropdown-select:before{content:""}.fi-bs-dropdown:before{content:""}.fi-bs-drum-steelpan:before{content:""}.fi-bs-drum:before{content:""}.fi-bs-drumstick-bite:before{content:""}.fi-bs-drumstick:before{content:""}.fi-bs-dryer-alt:before{content:""}.fi-bs-dryer:before{content:""}.fi-bs-duck:before{content:""}.fi-bs-dumbbell-fitness:before{content:""}.fi-bs-dumbbell-horizontal:before{content:""}.fi-bs-dumbbell-ray:before{content:""}.fi-bs-dumbbell-weightlifting:before{content:""}.fi-bs-dumpster-fire:before{content:""}.fi-bs-dumpster:before{content:""}.fi-bs-dungeon:before{content:""}.fi-bs-duplicate:before{content:""}.fi-bs-duration-alt:before{content:""}.fi-bs-duration:before{content:""}.fi-bs-e-learning:before{content:""}.fi-bs-e:before{content:""}.fi-bs-ear-deaf:before{content:""}.fi-bs-ear-muffs:before{content:""}.fi-bs-ear:before{content:""}.fi-bs-earnings:before{content:""}.fi-bs-earth-africa:before{content:""}.fi-bs-earth-americas:before{content:""}.fi-bs-earth-asia:before{content:""}.fi-bs-earth-europa:before{content:""}.fi-bs-eclipse-alt:before{content:""}.fi-bs-eclipse:before{content:""}.fi-bs-edit-alt:before{content:""}.fi-bs-edit:before{content:""}.fi-bs-effect:before{content:""}.fi-bs-egg-fried:before{content:""}.fi-bs-egg:before{content:""}.fi-bs-eject:before{content:""}.fi-bs-elephant:before{content:""}.fi-bs-elevator:before{content:""}.fi-bs-email-pending:before{content:""}.fi-bs-employee-alt:before{content:""}.fi-bs-employee-handbook:before{content:""}.fi-bs-employee-man-alt:before{content:""}.fi-bs-employee-man:before{content:""}.fi-bs-employees-woman-man:before{content:""}.fi-bs-employees:before{content:""}.fi-bs-empty-set:before{content:""}.fi-bs-endless-loop:before{content:""}.fi-bs-engine-warning:before{content:""}.fi-bs-engine:before{content:""}.fi-bs-enter:before{content:""}.fi-bs-envelope-ban:before{content:""}.fi-bs-envelope-bulk:before{content:""}.fi-bs-envelope-dot:before{content:""}.fi-bs-envelope-download:before{content:""}.fi-bs-envelope-heart:before{content:""}.fi-bs-envelope-marker:before{content:""}.fi-bs-envelope-open-dollar:before{content:""}.fi-bs-envelope-open-text:before{content:""}.fi-bs-envelope-open:before{content:""}.fi-bs-envelope-plus:before{content:""}.fi-bs-envelope:before{content:""}.fi-bs-envelopes:before{content:""}.fi-bs-equality:before{content:""}.fi-bs-equals:before{content:""}.fi-bs-eraser:before{content:""}.fi-bs-error-camera:before{content:""}.fi-bs-escalator:before{content:""}.fi-bs-ethernet:before{content:""}.fi-bs-euro:before{content:""}.fi-bs-excavator:before{content:""}.fi-bs-exchange-alt:before{content:""}.fi-bs-exchange-cryptocurrency:before{content:""}.fi-bs-exchange:before{content:""}.fi-bs-exclamation:before{content:""}.fi-bs-exit-alt:before{content:""}.fi-bs-exit:before{content:""}.fi-bs-expand-arrows-alt:before{content:""}.fi-bs-expand-arrows:before{content:""}.fi-bs-expand:before{content:""}.fi-bs-expense-bill:before{content:""}.fi-bs-expense:before{content:""}.fi-bs-external-hard-drive:before{content:""}.fi-bs-external-world:before{content:""}.fi-bs-eye-crossed:before{content:""}.fi-bs-eye-dropper-half:before{content:""}.fi-bs-eye-dropper:before{content:""}.fi-bs-eye:before{content:""}.fi-bs-eyes:before{content:""}.fi-bs-f:before{content:""}.fi-bs-fabric:before{content:""}.fi-bs-face-angry-horns:before{content:""}.fi-bs-face-anguished:before{content:""}.fi-bs-face-anxious-sweat:before{content:""}.fi-bs-face-astonished:before{content:""}.fi-bs-face-awesome:before{content:""}.fi-bs-face-beam-hand-over-mouth:before{content:""}.fi-bs-face-confounded:before{content:""}.fi-bs-face-confused:before{content:""}.fi-bs-face-cowboy-hat:before{content:""}.fi-bs-face-disappointed:before{content:""}.fi-bs-face-disguise:before{content:""}.fi-bs-face-downcast-sweat:before{content:""}.fi-bs-face-drooling:before{content:""}.fi-bs-face-explode:before{content:""}.fi-bs-face-expressionless:before{content:""}.fi-bs-face-eyes-xmarks:before{content:""}.fi-bs-face-fearful:before{content:""}.fi-bs-face-glasses:before{content:""}.fi-bs-face-grin-tongue-wink:before{content:""}.fi-bs-face-hand-yawn:before{content:""}.fi-bs-face-head-bandage:before{content:""}.fi-bs-face-hushed:before{content:""}.fi-bs-face-icicles:before{content:""}.fi-bs-face-lying:before{content:""}.fi-bs-face-mask:before{content:""}.fi-bs-face-monocle:before{content:""}.fi-bs-face-nauseated:before{content:""}.fi-bs-face-nose-steam:before{content:""}.fi-bs-face-party:before{content:""}.fi-bs-face-pensive:before{content:""}.fi-bs-face-persevering:before{content:""}.fi-bs-face-pleading:before{content:""}.fi-bs-face-raised-eyebrow:before{content:""}.fi-bs-face-relieved:before{content:""}.fi-bs-face-sad-sweat:before{content:""}.fi-bs-face-scream:before{content:""}.fi-bs-face-shush:before{content:""}.fi-bs-face-sleeping:before{content:""}.fi-bs-face-sleepy:before{content:""}.fi-bs-face-smile-halo:before{content:""}.fi-bs-face-smile-hearts:before{content:""}.fi-bs-face-smile-horns:before{content:""}.fi-bs-face-smile-tear:before{content:""}.fi-bs-face-smile-tongue:before{content:""}.fi-bs-face-smile-upside-down:before{content:""}.fi-bs-face-smiling-hands:before{content:""}.fi-bs-face-smirking:before{content:""}.fi-bs-face-sunglasses-alt:before{content:""}.fi-bs-face-sunglasses:before{content:""}.fi-bs-face-swear:before{content:""}.fi-bs-face-thermometer:before{content:""}.fi-bs-face-thinking:before{content:""}.fi-bs-face-tissue:before{content:""}.fi-bs-face-tongue-money:before{content:""}.fi-bs-face-tongue-sweat:before{content:""}.fi-bs-face-unamused:before{content:""}.fi-bs-face-viewfinder:before{content:""}.fi-bs-face-vomit:before{content:""}.fi-bs-face-weary:before{content:""}.fi-bs-face-woozy:before{content:""}.fi-bs-face-worried:before{content:""}.fi-bs-face-zany:before{content:""}.fi-bs-face-zipper:before{content:""}.fi-bs-fail:before{content:""}.fi-bs-falafel:before{content:""}.fi-bs-family-dress:before{content:""}.fi-bs-family-pants:before{content:""}.fi-bs-family:before{content:""}.fi-bs-fan-table:before{content:""}.fi-bs-fan:before{content:""}.fi-bs-farm:before{content:""}.fi-bs-faucet-drip:before{content:""}.fi-bs-faucet:before{content:""}.fi-bs-fax:before{content:""}.fi-bs-feather-pointed:before{content:""}.fi-bs-feather:before{content:""}.fi-bs-features-alt:before{content:""}.fi-bs-features:before{content:""}.fi-bs-fee-receipt:before{content:""}.fi-bs-fee:before{content:""}.fi-bs-feedback-alt:before{content:""}.fi-bs-feedback-cycle-loop:before{content:""}.fi-bs-feedback-hand:before{content:""}.fi-bs-feedback-review:before{content:""}.fi-bs-feedback:before{content:""}.fi-bs-fence:before{content:""}.fi-bs-ferris-wheel:before{content:""}.fi-bs-field-hockey:before{content:""}.fi-bs-fighter-jet:before{content:""}.fi-bs-file-ai:before{content:""}.fi-bs-file-audio:before{content:""}.fi-bs-file-binary:before{content:""}.fi-bs-file-chart-line:before{content:""}.fi-bs-file-chart-pie:before{content:""}.fi-bs-file-circle-info:before{content:""}.fi-bs-file-cloud:before{content:""}.fi-bs-file-code:before{content:""}.fi-bs-file-csv:before{content:""}.fi-bs-file-download:before{content:""}.fi-bs-file-edit:before{content:""}.fi-bs-file-eps:before{content:""}.fi-bs-file-excel:before{content:""}.fi-bs-file-exclamation:before{content:""}.fi-bs-file-export:before{content:""}.fi-bs-file-image:before{content:""}.fi-bs-file-import:before{content:""}.fi-bs-file-invoice-dollar:before{content:""}.fi-bs-file-invoice:before{content:""}.fi-bs-file-medical-alt:before{content:""}.fi-bs-file-medical:before{content:""}.fi-bs-file-minus:before{content:""}.fi-bs-file-pdf:before{content:""}.fi-bs-file-powerpoint:before{content:""}.fi-bs-file-prescription:before{content:""}.fi-bs-file-psd:before{content:""}.fi-bs-file-signature:before{content:""}.fi-bs-file-spreadsheet:before{content:""}.fi-bs-file-upload:before{content:""}.fi-bs-file-user:before{content:""}.fi-bs-file-video:before{content:""}.fi-bs-file-word:before{content:""}.fi-bs-file-zipper:before{content:""}.fi-bs-file:before{content:""}.fi-bs-files-medical:before{content:""}.fi-bs-fill:before{content:""}.fi-bs-film-canister:before{content:""}.fi-bs-film-slash:before{content:""}.fi-bs-film:before{content:""}.fi-bs-films:before{content:""}.fi-bs-filter-list:before{content:""}.fi-bs-filter-slash:before{content:""}.fi-bs-filter:before{content:""}.fi-bs-filters:before{content:""}.fi-bs-fingerprint-security-risk:before{content:""}.fi-bs-fingerprint:before{content:""}.fi-bs-fire-burner:before{content:""}.fi-bs-fire-extinguisher:before{content:""}.fi-bs-fire-flame-curved:before{content:""}.fi-bs-fire-flame-simple:before{content:""}.fi-bs-fire-hydrant:before{content:""}.fi-bs-fire-smoke:before{content:""}.fi-bs-fireplace:before{content:""}.fi-bs-first-award:before{content:""}.fi-bs-first-laurel:before{content:""}.fi-bs-first-medal:before{content:""}.fi-bs-first:before{content:""}.fi-bs-fish-bones:before{content:""}.fi-bs-fish-cooked:before{content:""}.fi-bs-fish:before{content:""}.fi-bs-fishing-rod:before{content:""}.fi-bs-fist-move:before{content:""}.fi-bs-flag-alt:before{content:""}.fi-bs-flag-checkered:before{content:""}.fi-bs-flag-usa:before{content:""}.fi-bs-flag:before{content:""}.fi-bs-flame:before{content:""}.fi-bs-flashlight:before{content:""}.fi-bs-flask-gear:before{content:""}.fi-bs-flask-poison:before{content:""}.fi-bs-flask-potion:before{content:""}.fi-bs-flask:before{content:""}.fi-bs-flatbread-stuffed:before{content:""}.fi-bs-flatbread:before{content:""}.fi-bs-flip-horizontal:before{content:""}.fi-bs-floor-alt:before{content:""}.fi-bs-floor-layer:before{content:""}.fi-bs-floor:before{content:""}.fi-bs-floppy-disk-circle-arrow-right:before{content:""}.fi-bs-floppy-disk-circle-xmark:before{content:""}.fi-bs-floppy-disk-pen:before{content:""}.fi-bs-floppy-disks:before{content:""}.fi-bs-florin-sign:before{content:""}.fi-bs-flower-bouquet:before{content:""}.fi-bs-flower-butterfly:before{content:""}.fi-bs-flower-daffodil:before{content:""}.fi-bs-flower-tulip:before{content:""}.fi-bs-flower:before{content:""}.fi-bs-flushed:before{content:""}.fi-bs-flute:before{content:""}.fi-bs-flux-capacitor:before{content:""}.fi-bs-fly-insect:before{content:""}.fi-bs-flying-disc:before{content:""}.fi-bs-fog:before{content:""}.fi-bs-folder-download:before{content:""}.fi-bs-folder-fire:before{content:""}.fi-bs-folder-minus:before{content:""}.fi-bs-folder-open:before{content:""}.fi-bs-folder-times:before{content:""}.fi-bs-folder-tree:before{content:""}.fi-bs-folder-upload:before{content:""}.fi-bs-folder-xmark:before{content:""}.fi-bs-folder:before{content:""}.fi-bs-folders:before{content:""}.fi-bs-follow-folder:before{content:""}.fi-bs-followcollection:before{content:""}.fi-bs-following:before{content:""}.fi-bs-fondue-pot:before{content:""}.fi-bs-football:before{content:""}.fi-bs-foreign-language-audio:before{content:""}.fi-bs-fork:before{content:""}.fi-bs-forklift:before{content:""}.fi-bs-form:before{content:""}.fi-bs-fort:before{content:""}.fi-bs-forward-fast:before{content:""}.fi-bs-forward:before{content:""}.fi-bs-fox:before{content:""}.fi-bs-frame:before{content:""}.fi-bs-franc-sign:before{content:""}.fi-bs-free-delivery:before{content:""}.fi-bs-free:before{content:""}.fi-bs-french-fries:before{content:""}.fi-bs-friday:before{content:""}.fi-bs-frog:before{content:""}.fi-bs-frown:before{content:""}.fi-bs-ftp:before{content:""}.fi-bs-fuel-gauge:before{content:""}.fi-bs-function-process:before{content:""}.fi-bs-function-square:before{content:""}.fi-bs-function:before{content:""}.fi-bs-funnel-dollar:before{content:""}.fi-bs-g:before{content:""}.fi-bs-galaxy-alt:before{content:""}.fi-bs-galaxy-planet:before{content:""}.fi-bs-galaxy-star:before{content:""}.fi-bs-galaxy:before{content:""}.fi-bs-gallery-thumbnails:before{content:""}.fi-bs-gallery:before{content:""}.fi-bs-game-board-alt:before{content:""}.fi-bs-gamepad:before{content:""}.fi-bs-garage-car:before{content:""}.fi-bs-garage-open:before{content:""}.fi-bs-garage:before{content:""}.fi-bs-garlic-alt:before{content:""}.fi-bs-garlic:before{content:""}.fi-bs-gas-pump-alt:before{content:""}.fi-bs-gas-pump-slash:before{content:""}.fi-bs-gas-pump:before{content:""}.fi-bs-gauge-circle-bolt:before{content:""}.fi-bs-gauge-circle-minus:before{content:""}.fi-bs-gauge-circle-plus:before{content:""}.fi-bs-gavel:before{content:""}.fi-bs-gay-couple:before{content:""}.fi-bs-gears:before{content:""}.fi-bs-gem:before{content:""}.fi-bs-general:before{content:""}.fi-bs-ghost:before{content:""}.fi-bs-gif-square:before{content:""}.fi-bs-gif:before{content:""}.fi-bs-gift-box-benefits:before{content:""}.fi-bs-gift-card:before{content:""}.fi-bs-gift:before{content:""}.fi-bs-gifts:before{content:""}.fi-bs-gingerbread-man:before{content:""}.fi-bs-glass-champagne:before{content:""}.fi-bs-glass-cheers:before{content:""}.fi-bs-glass-citrus:before{content:""}.fi-bs-glass-empty:before{content:""}.fi-bs-glass-half:before{content:""}.fi-bs-glass-water-droplet:before{content:""}.fi-bs-glass-whiskey-rocks:before{content:""}.fi-bs-glass-whiskey:before{content:""}.fi-bs-glass:before{content:""}.fi-bs-glasses:before{content:""}.fi-bs-globe-alt:before{content:""}.fi-bs-globe-pointer:before{content:""}.fi-bs-globe-snow:before{content:""}.fi-bs-globe:before{content:""}.fi-bs-goal-net:before{content:""}.fi-bs-golf-ball:before{content:""}.fi-bs-golf-club:before{content:""}.fi-bs-golf-hole:before{content:""}.fi-bs-golf:before{content:""}.fi-bs-gopuram:before{content:""}.fi-bs-government-budget:before{content:""}.fi-bs-government-flag:before{content:""}.fi-bs-government-user:before{content:""}.fi-bs-gps-navigation:before{content:""}.fi-bs-graduation-cap:before{content:""}.fi-bs-gramophone:before{content:""}.fi-bs-grape:before{content:""}.fi-bs-graph-curve:before{content:""}.fi-bs-graphic-style:before{content:""}.fi-bs-graphic-tablet:before{content:""}.fi-bs-grate-droplet:before{content:""}.fi-bs-grate:before{content:""}.fi-bs-greater-than-equal:before{content:""}.fi-bs-greater-than:before{content:""}.fi-bs-greek-helmet:before{content:""}.fi-bs-grid-alt:before{content:""}.fi-bs-grid-dividers:before{content:""}.fi-bs-grid:before{content:""}.fi-bs-grill-hot-alt:before{content:""}.fi-bs-grill:before{content:""}.fi-bs-grimace:before{content:""}.fi-bs-grin-alt:before{content:""}.fi-bs-grin-beam-sweat:before{content:""}.fi-bs-grin-beam:before{content:""}.fi-bs-grin-hearts:before{content:""}.fi-bs-grin-squint-tears:before{content:""}.fi-bs-grin-squint:before{content:""}.fi-bs-grin-stars:before{content:""}.fi-bs-grin-tears:before{content:""}.fi-bs-grin-tongue-squint:before{content:""}.fi-bs-grin-tongue-wink:before{content:""}.fi-bs-grin-tongue:before{content:""}.fi-bs-grin-wink:before{content:""}.fi-bs-grin:before{content:""}.fi-bs-grip-dots-vertical:before{content:""}.fi-bs-grip-dots:before{content:""}.fi-bs-grip-horizontal:before{content:""}.fi-bs-grip-lines-vertical:before{content:""}.fi-bs-grip-lines:before{content:""}.fi-bs-grip-vertical:before{content:""}.fi-bs-grocery-bag:before{content:""}.fi-bs-grocery-basket:before{content:""}.fi-bs-group-arrows-rotate:before{content:""}.fi-bs-group-call:before{content:""}.fi-bs-group-community-social-media:before{content:""}.fi-bs-growth-chart-invest:before{content:""}.fi-bs-guarani-sign:before{content:""}.fi-bs-guide-alt:before{content:""}.fi-bs-guide:before{content:""}.fi-bs-guitar-electric:before{content:""}.fi-bs-guitar:before{content:""}.fi-bs-guitars:before{content:""}.fi-bs-gun-squirt:before{content:""}.fi-bs-gym:before{content:""}.fi-bs-h-square:before{content:""}.fi-bs-h:before{content:""}.fi-bs-h1:before{content:""}.fi-bs-h2:before{content:""}.fi-bs-h3:before{content:""}.fi-bs-h4:before{content:""}.fi-bs-hair-clipper:before{content:""}.fi-bs-hamburger-soda:before{content:""}.fi-bs-hamburger:before{content:""}.fi-bs-hammer-crash:before{content:""}.fi-bs-hammer-war:before{content:""}.fi-bs-hammer:before{content:""}.fi-bs-hamsa:before{content:""}.fi-bs-hand-back-fist:before{content:""}.fi-bs-hand-back-point-down:before{content:""}.fi-bs-hand-back-point-left:before{content:""}.fi-bs-hand-back-point-ribbon:before{content:""}.fi-bs-hand-back-point-right:before{content:""}.fi-bs-hand-bill:before{content:""}.fi-bs-hand-dots:before{content:""}.fi-bs-hand-fingers-crossed:before{content:""}.fi-bs-hand-fist:before{content:""}.fi-bs-hand-heart:before{content:""}.fi-bs-hand-holding-box:before{content:""}.fi-bs-hand-holding-droplet:before{content:""}.fi-bs-hand-holding-heart:before{content:""}.fi-bs-hand-holding-magic:before{content:""}.fi-bs-hand-holding-medical:before{content:""}.fi-bs-hand-holding-seedling:before{content:""}.fi-bs-hand-holding-skull:before{content:""}.fi-bs-hand-holding-usd:before{content:""}.fi-bs-hand-holding-water:before{content:""}.fi-bs-hand-horns:before{content:""}.fi-bs-hand-lizard:before{content:""}.fi-bs-hand-love:before{content:""}.fi-bs-hand-middle-finger:before{content:""}.fi-bs-hand-paper:before{content:""}.fi-bs-hand-peace:before{content:""}.fi-bs-hand-point-ribbon:before{content:""}.fi-bs-hand-scissors:before{content:""}.fi-bs-hand-sparkles:before{content:""}.fi-bs-hand-spock:before{content:""}.fi-bs-hand-wave:before{content:""}.fi-bs-hand:before{content:""}.fi-bs-handmade:before{content:""}.fi-bs-hands-bubbles:before{content:""}.fi-bs-hands-clapping:before{content:""}.fi-bs-hands-heart:before{content:""}.fi-bs-hands-holding-diamond:before{content:""}.fi-bs-hands-holding:before{content:""}.fi-bs-hands-usd:before{content:""}.fi-bs-handshake-angle:before{content:""}.fi-bs-handshake-deal-loan:before{content:""}.fi-bs-handshake-house:before{content:""}.fi-bs-handshake-simple-slash:before{content:""}.fi-bs-handshake-trust:before{content:""}.fi-bs-handshake:before{content:""}.fi-bs-happy:before{content:""}.fi-bs-hard-hat:before{content:""}.fi-bs-hashtag-lock:before{content:""}.fi-bs-hastag:before{content:""}.fi-bs-hat-beach:before{content:""}.fi-bs-hat-birthday:before{content:""}.fi-bs-hat-chef:before{content:""}.fi-bs-hat-cowboy-side:before{content:""}.fi-bs-hat-cowboy:before{content:""}.fi-bs-hat-santa:before{content:""}.fi-bs-hat-winter:before{content:""}.fi-bs-hat-witch:before{content:""}.fi-bs-hat-wizard:before{content:""}.fi-bs-hdd:before{content:""}.fi-bs-head-side-brain:before{content:""}.fi-bs-head-side-cough-slash:before{content:""}.fi-bs-head-side-cough:before{content:""}.fi-bs-head-side-headphones:before{content:""}.fi-bs-head-side-heart:before{content:""}.fi-bs-head-side-mask:before{content:""}.fi-bs-head-side-medical:before{content:""}.fi-bs-head-side-thinking:before{content:""}.fi-bs-head-side-virus:before{content:""}.fi-bs-head-side:before{content:""}.fi-bs-head-vr:before{content:""}.fi-bs-heading:before{content:""}.fi-bs-headphones:before{content:""}.fi-bs-headset:before{content:""}.fi-bs-heart-arrow:before{content:""}.fi-bs-heart-brain:before{content:""}.fi-bs-heart-crack:before{content:""}.fi-bs-heart-half-stroke:before{content:""}.fi-bs-heart-half:before{content:""}.fi-bs-heart-health-muscle:before{content:""}.fi-bs-heart-lock:before{content:""}.fi-bs-heart-partner-handshake:before{content:""}.fi-bs-heart-rate:before{content:""}.fi-bs-heart-slash:before{content:""}.fi-bs-heart-upside-down:before{content:""}.fi-bs-heart:before{content:""}.fi-bs-heat:before{content:""}.fi-bs-helicopter-side:before{content:""}.fi-bs-helmet-battle:before{content:""}.fi-bs-hexagon-check:before{content:""}.fi-bs-hexagon-divide:before{content:""}.fi-bs-hexagon-exclamation:before{content:""}.fi-bs-hexagon:before{content:""}.fi-bs-high-definition:before{content:""}.fi-bs-high-five-celebration-yes:before{content:""}.fi-bs-high-five:before{content:""}.fi-bs-highlighter-line:before{content:""}.fi-bs-highlighter:before{content:""}.fi-bs-hiking:before{content:""}.fi-bs-hippo:before{content:""}.fi-bs-hockey-mask:before{content:""}.fi-bs-hockey-puck:before{content:""}.fi-bs-hockey-stick-puck:before{content:""}.fi-bs-hockey-sticks:before{content:""}.fi-bs-holding-hand-gear:before{content:""}.fi-bs-holding-hand-revenue:before{content:""}.fi-bs-holly-berry:before{content:""}.fi-bs-home-heart:before{content:""}.fi-bs-home-location-alt:before{content:""}.fi-bs-home-location:before{content:""}.fi-bs-home:before{content:""}.fi-bs-honey-pot:before{content:""}.fi-bs-hood-cloak:before{content:""}.fi-bs-horizontal-rule:before{content:""}.fi-bs-horse-head:before{content:""}.fi-bs-horse-saddle:before{content:""}.fi-bs-horse:before{content:""}.fi-bs-horseshoe-broken:before{content:""}.fi-bs-horseshoe:before{content:""}.fi-bs-hose-reel:before{content:""}.fi-bs-hose:before{content:""}.fi-bs-hospital-symbol:before{content:""}.fi-bs-hospital-user:before{content:""}.fi-bs-hospital:before{content:""}.fi-bs-hospitals:before{content:""}.fi-bs-hot-tub:before{content:""}.fi-bs-hotdog:before{content:""}.fi-bs-hotel:before{content:""}.fi-bs-hourglass-end:before{content:""}.fi-bs-hourglass-start:before{content:""}.fi-bs-hourglass:before{content:""}.fi-bs-house-blank:before{content:""}.fi-bs-house-building:before{content:""}.fi-bs-house-chimney-blank:before{content:""}.fi-bs-house-chimney-crack:before{content:""}.fi-bs-house-chimney-heart:before{content:""}.fi-bs-house-chimney-medical:before{content:""}.fi-bs-house-chimney-user:before{content:""}.fi-bs-house-chimney-window:before{content:""}.fi-bs-house-chimney:before{content:""}.fi-bs-house-circle-check:before{content:""}.fi-bs-house-circle-exclamation:before{content:""}.fi-bs-house-circle-xmark:before{content:""}.fi-bs-house-crack-alt:before{content:""}.fi-bs-house-crack:before{content:""}.fi-bs-house-day:before{content:""}.fi-bs-house-fire:before{content:""}.fi-bs-house-flag:before{content:""}.fi-bs-house-flood:before{content:""}.fi-bs-house-laptop:before{content:""}.fi-bs-house-leave:before{content:""}.fi-bs-house-lock:before{content:""}.fi-bs-house-medical:before{content:""}.fi-bs-house-night:before{content:""}.fi-bs-house-return:before{content:""}.fi-bs-house-signal:before{content:""}.fi-bs-house-tree:before{content:""}.fi-bs-house-tsunami:before{content:""}.fi-bs-house-turret:before{content:""}.fi-bs-house-user:before{content:""}.fi-bs-house-window:before{content:""}.fi-bs-hr-group:before{content:""}.fi-bs-hr-person:before{content:""}.fi-bs-hr:before{content:""}.fi-bs-hryvnia:before{content:""}.fi-bs-humidity:before{content:""}.fi-bs-hundred-points:before{content:""}.fi-bs-hurricane:before{content:""}.fi-bs-i:before{content:""}.fi-bs-ice-cream:before{content:""}.fi-bs-ice-skate:before{content:""}.fi-bs-icicles:before{content:""}.fi-bs-icon-star:before{content:""}.fi-bs-id-badge:before{content:""}.fi-bs-id-card-clip-alt:before{content:""}.fi-bs-igloo:before{content:""}.fi-bs-image-slash:before{content:""}.fi-bs-images-user:before{content:""}.fi-bs-images:before{content:""}.fi-bs-improve-user:before{content:""}.fi-bs-inbox-full:before{content:""}.fi-bs-inbox-in:before{content:""}.fi-bs-inbox-out:before{content:""}.fi-bs-inbox:before{content:""}.fi-bs-inboxes:before{content:""}.fi-bs-incense-sticks-yoga:before{content:""}.fi-bs-incognito:before{content:""}.fi-bs-indent:before{content:""}.fi-bs-indian-rupee-sign:before{content:""}.fi-bs-industry-alt:before{content:""}.fi-bs-industry-windows:before{content:""}.fi-bs-infinity:before{content:""}.fi-bs-info-guide:before{content:""}.fi-bs-info:before{content:""}.fi-bs-information:before{content:""}.fi-bs-inhaler:before{content:""}.fi-bs-input-numeric:before{content:""}.fi-bs-input-pipe:before{content:""}.fi-bs-input-text:before{content:""}.fi-bs-insert-alt:before{content:""}.fi-bs-insert-arrows:before{content:""}.fi-bs-insert-button-circle:before{content:""}.fi-bs-insert-credit-card:before{content:""}.fi-bs-insert-square:before{content:""}.fi-bs-insert:before{content:""}.fi-bs-insight-alt:before{content:""}.fi-bs-insight-head:before{content:""}.fi-bs-insight:before{content:""}.fi-bs-integral:before{content:""}.fi-bs-interactive:before{content:""}.fi-bs-interlining:before{content:""}.fi-bs-internet-speed-wifi:before{content:""}.fi-bs-interrogation:before{content:""}.fi-bs-intersection:before{content:""}.fi-bs-introduction-handshake:before{content:""}.fi-bs-introduction:before{content:""}.fi-bs-inventory-alt:before{content:""}.fi-bs-invest:before{content:""}.fi-bs-investment:before{content:""}.fi-bs-invite-alt:before{content:""}.fi-bs-invite:before{content:""}.fi-bs-iot-alt:before{content:""}.fi-bs-iot:before{content:""}.fi-bs-ip-address:before{content:""}.fi-bs-island-tropical:before{content:""}.fi-bs-issue-loupe:before{content:""}.fi-bs-it-alt:before{content:""}.fi-bs-it-computer:before{content:""}.fi-bs-it:before{content:""}.fi-bs-italian-lira-sign:before{content:""}.fi-bs-italic:before{content:""}.fi-bs-j:before{content:""}.fi-bs-jam:before{content:""}.fi-bs-jar-alt:before{content:""}.fi-bs-jar-wheat:before{content:""}.fi-bs-javascript:before{content:""}.fi-bs-joint:before{content:""}.fi-bs-joker:before{content:""}.fi-bs-journal-alt:before{content:""}.fi-bs-journal:before{content:""}.fi-bs-journey:before{content:""}.fi-bs-joystick:before{content:""}.fi-bs-jpg:before{content:""}.fi-bs-jug-alt:before{content:""}.fi-bs-jug-bottle:before{content:""}.fi-bs-jug:before{content:""}.fi-bs-jumping-rope:before{content:""}.fi-bs-k:before{content:""}.fi-bs-kaaba:before{content:""}.fi-bs-kazoo:before{content:""}.fi-bs-kerning:before{content:""}.fi-bs-key-lock-crypto:before{content:""}.fi-bs-key-skeleton-left-right:before{content:""}.fi-bs-key:before{content:""}.fi-bs-keyboard-brightness-low:before{content:""}.fi-bs-keyboard-brightness:before{content:""}.fi-bs-keyboard-down:before{content:""}.fi-bs-keyboard-left:before{content:""}.fi-bs-keyboard:before{content:""}.fi-bs-keynote:before{content:""}.fi-bs-kidneys:before{content:""}.fi-bs-kip-sign:before{content:""}.fi-bs-kiss-beam:before{content:""}.fi-bs-kiss-wink-heart:before{content:""}.fi-bs-kiss:before{content:""}.fi-bs-kite:before{content:""}.fi-bs-kiwi-bird:before{content:""}.fi-bs-kiwi-fruit:before{content:""}.fi-bs-knife-kitchen:before{content:""}.fi-bs-knife:before{content:""}.fi-bs-knitting:before{content:""}.fi-bs-kpi-evaluation:before{content:""}.fi-bs-kpi:before{content:""}.fi-bs-l:before{content:""}.fi-bs-label:before{content:""}.fi-bs-lacrosse-stick-ball:before{content:""}.fi-bs-lacrosse-stick:before{content:""}.fi-bs-lambda:before{content:""}.fi-bs-lamp-desk:before{content:""}.fi-bs-lamp-floor:before{content:""}.fi-bs-lamp-street:before{content:""}.fi-bs-lamp:before{content:""}.fi-bs-land-layer-location:before{content:""}.fi-bs-land-layers:before{content:""}.fi-bs-land-location:before{content:""}.fi-bs-landmark-alt:before{content:""}.fi-bs-language:before{content:""}.fi-bs-laptop-arrow-down:before{content:""}.fi-bs-laptop-binary:before{content:""}.fi-bs-laptop-code:before{content:""}.fi-bs-laptop-medical:before{content:""}.fi-bs-laptop-mobile:before{content:""}.fi-bs-laptop-slash:before{content:""}.fi-bs-laptop:before{content:""}.fi-bs-lari-sign:before{content:""}.fi-bs-lasso-sparkles:before{content:""}.fi-bs-lasso:before{content:""}.fi-bs-last-square:before{content:""}.fi-bs-laugh-beam:before{content:""}.fi-bs-laugh-squint:before{content:""}.fi-bs-laugh-wink:before{content:""}.fi-bs-laugh:before{content:""}.fi-bs-lawyer-man:before{content:""}.fi-bs-lawyer-woman:before{content:""}.fi-bs-layer-minus:before{content:""}.fi-bs-layer-plus:before{content:""}.fi-bs-layers:before{content:""}.fi-bs-layout-fluid:before{content:""}.fi-bs-lead-funnel:before{content:""}.fi-bs-lead-management:before{content:""}.fi-bs-lead:before{content:""}.fi-bs-leader-alt:before{content:""}.fi-bs-leader-speech:before{content:""}.fi-bs-leader:before{content:""}.fi-bs-leaderboard-alt:before{content:""}.fi-bs-leaderboard-trophy:before{content:""}.fi-bs-leaderboard:before{content:""}.fi-bs-leadership-alt:before{content:""}.fi-bs-leadership:before{content:""}.fi-bs-leaf-heart:before{content:""}.fi-bs-leaf-maple:before{content:""}.fi-bs-leaf-oak:before{content:""}.fi-bs-leaf:before{content:""}.fi-bs-leafy-green:before{content:""}.fi-bs-leave:before{content:""}.fi-bs-left-from-bracket:before{content:""}.fi-bs-left:before{content:""}.fi-bs-legal:before{content:""}.fi-bs-lemon:before{content:""}.fi-bs-lesbian-couple:before{content:""}.fi-bs-less-than-equal:before{content:""}.fi-bs-less-than:before{content:""}.fi-bs-lesson-class:before{content:""}.fi-bs-lesson:before{content:""}.fi-bs-letter-case:before{content:""}.fi-bs-lettuce:before{content:""}.fi-bs-level-down-alt:before{content:""}.fi-bs-level-down:before{content:""}.fi-bs-level-up-alt:before{content:""}.fi-bs-level-up:before{content:""}.fi-bs-license:before{content:""}.fi-bs-life-ring:before{content:""}.fi-bs-life:before{content:""}.fi-bs-light-ceiling:before{content:""}.fi-bs-light-emergency-on:before{content:""}.fi-bs-light-emergency:before{content:""}.fi-bs-light-switch-off:before{content:""}.fi-bs-light-switch-on:before{content:""}.fi-bs-light-switch:before{content:""}.fi-bs-lightbulb-cfl-on:before{content:""}.fi-bs-lightbulb-cfl:before{content:""}.fi-bs-lightbulb-dollar:before{content:""}.fi-bs-lightbulb-exclamation:before{content:""}.fi-bs-lightbulb-head:before{content:""}.fi-bs-lightbulb-on:before{content:""}.fi-bs-lightbulb-question:before{content:""}.fi-bs-lightbulb-setting:before{content:""}.fi-bs-lightbulb-slash:before{content:""}.fi-bs-lighthouse:before{content:""}.fi-bs-lights-holiday:before{content:""}.fi-bs-limit-hand:before{content:""}.fi-bs-limit-speedometer:before{content:""}.fi-bs-line-width:before{content:""}.fi-bs-link-alt:before{content:""}.fi-bs-link-horizontal-slash:before{content:""}.fi-bs-link-horizontal:before{content:""}.fi-bs-link-slash-alt:before{content:""}.fi-bs-link-slash:before{content:""}.fi-bs-link:before{content:""}.fi-bs-lion-head:before{content:""}.fi-bs-lion:before{content:""}.fi-bs-lips:before{content:""}.fi-bs-lipstick:before{content:""}.fi-bs-lira-sign:before{content:""}.fi-bs-list-check:before{content:""}.fi-bs-list-dropdown:before{content:""}.fi-bs-list-music:before{content:""}.fi-bs-list-timeline:before{content:""}.fi-bs-list:before{content:""}.fi-bs-litecoin-sign:before{content:""}.fi-bs-live-alt:before{content:""}.fi-bs-live:before{content:""}.fi-bs-loading:before{content:""}.fi-bs-loan:before{content:""}.fi-bs-lobster:before{content:""}.fi-bs-location-alt:before{content:""}.fi-bs-location-arrow:before{content:""}.fi-bs-location-crosshairs-slash:before{content:""}.fi-bs-location-crosshairs:before{content:""}.fi-bs-location-dot-slash:before{content:""}.fi-bs-location-exclamation:before{content:""}.fi-bs-location-pin-call:before{content:""}.fi-bs-lock-alt:before{content:""}.fi-bs-lock-hashtag:before{content:""}.fi-bs-lock-open-alt:before{content:""}.fi-bs-lock:before{content:""}.fi-bs-locust:before{content:""}.fi-bs-loop-square:before{content:""}.fi-bs-loveseat:before{content:""}.fi-bs-low-vision:before{content:""}.fi-bs-luchador:before{content:""}.fi-bs-luggage-cart:before{content:""}.fi-bs-luggage-rolling:before{content:""}.fi-bs-lungs-virus:before{content:""}.fi-bs-lungs:before{content:""}.fi-bs-m:before{content:""}.fi-bs-mace:before{content:""}.fi-bs-magic-wand:before{content:""}.fi-bs-magnet-user:before{content:""}.fi-bs-magnet:before{content:""}.fi-bs-mailbox-envelope:before{content:""}.fi-bs-mailbox-flag-up:before{content:""}.fi-bs-mailbox:before{content:""}.fi-bs-makeup-brush:before{content:""}.fi-bs-man-head:before{content:""}.fi-bs-man-scientist:before{content:""}.fi-bs-manat-sign:before{content:""}.fi-bs-mandolin:before{content:""}.fi-bs-mango:before{content:""}.fi-bs-manhole:before{content:""}.fi-bs-map-location-track:before{content:""}.fi-bs-map-marker-check:before{content:""}.fi-bs-map-marker-cross:before{content:""}.fi-bs-map-marker-edit:before{content:""}.fi-bs-map-marker-home:before{content:""}.fi-bs-map-marker-minus:before{content:""}.fi-bs-map-marker-plus:before{content:""}.fi-bs-map-marker-question:before{content:""}.fi-bs-map-marker-slash:before{content:""}.fi-bs-map-marker-smile:before{content:""}.fi-bs-map-marker:before{content:""}.fi-bs-map-pin:before{content:""}.fi-bs-map-point:before{content:""}.fi-bs-map:before{content:""}.fi-bs-marker-time:before{content:"豈"}.fi-bs-marker:before{content:"更"}.fi-bs-marketplace-alt:before{content:"車"}.fi-bs-marketplace-store:before{content:"賈"}.fi-bs-marketplace:before{content:"滑"}.fi-bs-mars-double:before{content:"串"}.fi-bs-mars-stroke-right:before{content:"句"}.fi-bs-mars-stroke-up:before{content:"龜"}.fi-bs-mars:before{content:"龜"}.fi-bs-martini-glass-citrus:before{content:"契"}.fi-bs-martini-glass-empty:before{content:"金"}.fi-bs-mask-carnival:before{content:"喇"}.fi-bs-mask-face:before{content:"奈"}.fi-bs-mask-snorkel:before{content:"懶"}.fi-bs-massage:before{content:"癩"}.fi-bs-match-fire:before{content:"羅"}.fi-bs-mattress-pillow:before{content:"蘿"}.fi-bs-measuring-tape:before{content:"螺"}.fi-bs-meat:before{content:"裸"}.fi-bs-medal:before{content:"邏"}.fi-bs-medical-star:before{content:"樂"}.fi-bs-medicine:before{content:"洛"}.fi-bs-meditation:before{content:"烙"}.fi-bs-meeting-alt:before{content:"珞"}.fi-bs-meeting:before{content:"落"}.fi-bs-megaphone-announcement-leader:before{content:"酪"}.fi-bs-megaphone:before{content:"駱"}.fi-bs-meh-blank:before{content:"亂"}.fi-bs-meh-rolling-eyes:before{content:"卵"}.fi-bs-meh:before{content:"欄"}.fi-bs-melon-alt:before{content:"爛"}.fi-bs-melon:before{content:"蘭"}.fi-bs-member-list:before{content:"鸞"}.fi-bs-member-search:before{content:"嵐"}.fi-bs-membership-vip:before{content:"濫"}.fi-bs-membership:before{content:"藍"}.fi-bs-memo-circle-check:before{content:"襤"}.fi-bs-memo-pad:before{content:"拉"}.fi-bs-memo:before{content:"臘"}.fi-bs-memory:before{content:"蠟"}.fi-bs-menu-burger:before{content:"廊"}.fi-bs-menu-dots-vertical:before{content:"朗"}.fi-bs-menu-dots:before{content:"浪"}.fi-bs-mercury:before{content:"狼"}.fi-bs-message-arrow-down:before{content:"郎"}.fi-bs-message-arrow-up-right:before{content:"來"}.fi-bs-message-arrow-up:before{content:"冷"}.fi-bs-message-bot:before{content:"勞"}.fi-bs-message-code:before{content:"擄"}.fi-bs-message-dollar:before{content:"櫓"}.fi-bs-message-heart:before{content:"爐"}.fi-bs-message-image:before{content:"盧"}.fi-bs-message-question:before{content:"老"}.fi-bs-message-quote:before{content:"蘆"}.fi-bs-message-slash:before{content:"虜"}.fi-bs-message-sms:before{content:"路"}.fi-bs-message-text:before{content:"露"}.fi-bs-message-xmark:before{content:"魯"}.fi-bs-messages-dollar:before{content:"鷺"}.fi-bs-messages-question:before{content:"碌"}.fi-bs-messages:before{content:"祿"}.fi-bs-meteor:before{content:"綠"}.fi-bs-meter-bolt:before{content:"菉"}.fi-bs-meter-droplet:before{content:"錄"}.fi-bs-meter-fire:before{content:"鹿"}.fi-bs-meter:before{content:"論"}.fi-bs-method:before{content:"壟"}.fi-bs-microchip-ai:before{content:"弄"}.fi-bs-microchip:before{content:"籠"}.fi-bs-microphone-alt:before{content:"聾"}.fi-bs-microphone-slash:before{content:"牢"}.fi-bs-microphone:before{content:"磊"}.fi-bs-microscope:before{content:"賂"}.fi-bs-microwave:before{content:"雷"}.fi-bs-milk-alt:before{content:"壘"}.fi-bs-milk:before{content:"屢"}.fi-bs-mill-sign:before{content:"樓"}.fi-bs-mind-share:before{content:"淚"}.fi-bs-minus-circle:before{content:"漏"}.fi-bs-minus-hexagon:before{content:"累"}.fi-bs-minus-small:before{content:"縷"}.fi-bs-minus:before{content:"陋"}.fi-bs-mistletoe:before{content:"勒"}.fi-bs-mix:before{content:"肋"}.fi-bs-mobile-button:before{content:"凜"}.fi-bs-mobile-notch:before{content:"凌"}.fi-bs-mobile:before{content:"稜"}.fi-bs-mockup:before{content:"綾"}.fi-bs-mode-alt:before{content:"菱"}.fi-bs-mode-landscape:before{content:"陵"}.fi-bs-mode-portrait:before{content:"讀"}.fi-bs-mode:before{content:"拏"}.fi-bs-model-cube-arrows:before{content:"樂"}.fi-bs-model-cube-space:before{content:"諾"}.fi-bs-model-cube:before{content:"丹"}.fi-bs-module:before{content:"寧"}.fi-bs-monday:before{content:"怒"}.fi-bs-money-bill-simple:before{content:"率"}.fi-bs-money-bill-transfer:before{content:"異"}.fi-bs-money-bill-wave-alt:before{content:"北"}.fi-bs-money-bill-wave:before{content:"磻"}.fi-bs-money-bills-simple:before{content:"便"}.fi-bs-money-bills:before{content:"復"}.fi-bs-money-check-edit-alt:before{content:"不"}.fi-bs-money-check-edit:before{content:"泌"}.fi-bs-money-check:before{content:"數"}.fi-bs-money-coin-transfer:before{content:"索"}.fi-bs-money-from-bracket:before{content:"參"}.fi-bs-money-simple-from-bracket:before{content:"塞"}.fi-bs-money-transfer-alt:before{content:"省"}.fi-bs-money-transfer-coin-arrow:before{content:"葉"}.fi-bs-money-transfer-smartphone:before{content:"說"}.fi-bs-money-wings:before{content:"殺"}.fi-bs-money:before{content:"辰"}.fi-bs-monkey:before{content:"沈"}.fi-bs-monument:before{content:"拾"}.fi-bs-moon-stars:before{content:"若"}.fi-bs-moon:before{content:"掠"}.fi-bs-moped:before{content:"略"}.fi-bs-mortar-pestle:before{content:"亮"}.fi-bs-mortgage:before{content:"兩"}.fi-bs-mosque-alt:before{content:"凉"}.fi-bs-mosque-moon:before{content:"梁"}.fi-bs-mosque:before{content:"糧"}.fi-bs-mosquito-net:before{content:"良"}.fi-bs-mosquito:before{content:"諒"}.fi-bs-motorcycle:before{content:"量"}.fi-bs-mound:before{content:"勵"}.fi-bs-mountain-city:before{content:"呂"}.fi-bs-mountain:before{content:"女"}.fi-bs-mountains:before{content:"廬"}.fi-bs-mouse-field:before{content:"旅"}.fi-bs-mouse:before{content:"濾"}.fi-bs-mov-file:before{content:"礪"}.fi-bs-move-to-folder-2:before{content:"閭"}.fi-bs-move-to-folder:before{content:"驪"}.fi-bs-mp3-file:before{content:"麗"}.fi-bs-mp3-player:before{content:"黎"}.fi-bs-mp4-file:before{content:"力"}.fi-bs-mug-alt:before{content:"曆"}.fi-bs-mug-hot-alt:before{content:"歷"}.fi-bs-mug-hot:before{content:"轢"}.fi-bs-mug-marshmallows:before{content:"年"}.fi-bs-mug-tea-saucer:before{content:"憐"}.fi-bs-mug-tea:before{content:"戀"}.fi-bs-mug:before{content:"撚"}.fi-bs-multiple-alt:before{content:"漣"}.fi-bs-multiple:before{content:"煉"}.fi-bs-muscle:before{content:"璉"}.fi-bs-mushroom-alt:before{content:"秊"}.fi-bs-mushroom:before{content:"練"}.fi-bs-music-alt:before{content:"聯"}.fi-bs-music-file:before{content:"輦"}.fi-bs-music-note-slash:before{content:"蓮"}.fi-bs-music-note:before{content:"連"}.fi-bs-music-slash:before{content:"鍊"}.fi-bs-music:before{content:"列"}.fi-bs-n:before{content:"劣"}.fi-bs-naira-sign:before{content:"咽"}.fi-bs-narwhal:before{content:"烈"}.fi-bs-navigation:before{content:"裂"}.fi-bs-nesting-dolls:before{content:"說"}.fi-bs-network-analytic:before{content:"廉"}.fi-bs-network-cloud:before{content:"念"}.fi-bs-network:before{content:"捻"}.fi-bs-neuter:before{content:"殮"}.fi-bs-newsletter-subscribe:before{content:"簾"}.fi-bs-newspaper-open:before{content:"獵"}.fi-bs-newspaper:before{content:"令"}.fi-bs-nfc-lock:before{content:"囹"}.fi-bs-nfc-magnifying-glass:before{content:"寧"}.fi-bs-nfc-pen:before{content:"嶺"}.fi-bs-nfc-slash:before{content:"怜"}.fi-bs-nfc-trash:before{content:"玲"}.fi-bs-nfc:before{content:"瑩"}.fi-bs-night-day:before{content:"羚"}.fi-bs-no-fee:before{content:"聆"}.fi-bs-no-people:before{content:"鈴"}.fi-bs-noodles:before{content:"零"}.fi-bs-nose:before{content:"靈"}.fi-bs-not-equal:before{content:"領"}.fi-bs-not-found-alt:before{content:"例"}.fi-bs-not-found-magnifying-glass:before{content:"禮"}.fi-bs-not-found:before{content:"醴"}.fi-bs-notdef:before{content:"隸"}.fi-bs-note-medical:before{content:"惡"}.fi-bs-note-sticky:before{content:"了"}.fi-bs-note:before{content:"僚"}.fi-bs-notebook-alt:before{content:"寮"}.fi-bs-notebook:before{content:"尿"}.fi-bs-notes-medical:before{content:"料"}.fi-bs-notes:before{content:"樂"}.fi-bs-o:before{content:"燎"}.fi-bs-object-exclude:before{content:"療"}.fi-bs-object-group:before{content:"蓼"}.fi-bs-object-intersect:before{content:"遼"}.fi-bs-object-subtract:before{content:"龍"}.fi-bs-object-ungroup:before{content:"暈"}.fi-bs-object-union:before{content:"阮"}.fi-bs-objects-column:before{content:"劉"}.fi-bs-octagon-check:before{content:"杻"}.fi-bs-octagon-divide:before{content:"柳"}.fi-bs-octagon-exclamation:before{content:"流"}.fi-bs-octagon-minus:before{content:"溜"}.fi-bs-octagon-plus:before{content:"琉"}.fi-bs-octagon-xmark:before{content:"留"}.fi-bs-octagon:before{content:"硫"}.fi-bs-oil-can:before{content:"紐"}.fi-bs-oil-temp:before{content:"類"}.fi-bs-olive-oil:before{content:"六"}.fi-bs-olive:before{content:"戮"}.fi-bs-olives:before{content:"陸"}.fi-bs-om:before{content:"倫"}.fi-bs-omega:before{content:"崙"}.fi-bs-onboarding:before{content:"淪"}.fi-bs-onion:before{content:"輪"}.fi-bs-opacity:before{content:"律"}.fi-bs-open-mail-clip:before{content:"慄"}.fi-bs-operating-system-upgrade:before{content:"栗"}.fi-bs-operation:before{content:"率"}.fi-bs-order-history:before{content:"隆"}.fi-bs-organization-chart:before{content:"利"}.fi-bs-ornament:before{content:"吏"}.fi-bs-otp:before{content:"履"}.fi-bs-otter:before{content:"易"}.fi-bs-outdent:before{content:"李"}.fi-bs-oval-alt:before{content:"梨"}.fi-bs-oval:before{content:"泥"}.fi-bs-oven:before{content:"理"}.fi-bs-overline:before{content:"痢"}.fi-bs-overview:before{content:"罹"}.fi-bs-p:before{content:"裏"}.fi-bs-package:before{content:"裡"}.fi-bs-padlock-check:before{content:"里"}.fi-bs-page-break:before{content:"離"}.fi-bs-pager:before{content:"匿"}.fi-bs-paid:before{content:"溺"}.fi-bs-paint-brush:before{content:"吝"}.fi-bs-paint-roller:before{content:"燐"}.fi-bs-paintbrush-pencil:before{content:"璘"}.fi-bs-palette:before{content:"藺"}.fi-bs-pallet-alt:before{content:"隣"}.fi-bs-pallet:before{content:"鱗"}.fi-bs-pan-food:before{content:"麟"}.fi-bs-pan-frying:before{content:"林"}.fi-bs-pan:before{content:"淋"}.fi-bs-pancakes:before{content:"臨"}.fi-bs-panorama:before{content:"立"}.fi-bs-paper-plane-launch:before{content:"笠"}.fi-bs-paper-plane-top:before{content:"粒"}.fi-bs-paper-plane:before{content:"狀"}.fi-bs-paperclip-vertical:before{content:"炙"}.fi-bs-parachute-box:before{content:"識"}.fi-bs-paragraph-left:before{content:"什"}.fi-bs-paragraph:before{content:"茶"}.fi-bs-parking-circle-slash:before{content:"刺"}.fi-bs-parking-circle:before{content:"切"}.fi-bs-parking-slash:before{content:"度"}.fi-bs-parking:before{content:"拓"}.fi-bs-party-bell:before{content:"糖"}.fi-bs-party-horn:before{content:"宅"}.fi-bs-passport:before{content:"洞"}.fi-bs-password-alt:before{content:"暴"}.fi-bs-password-computer:before{content:"輻"}.fi-bs-password-email:before{content:"行"}.fi-bs-password-smartphone:before{content:"降"}.fi-bs-password:before{content:"見"}.fi-bs-paste:before{content:"廓"}.fi-bs-pattern:before{content:"兀"}.fi-bs-pause-circle:before{content:"嗀"}.fi-bs-pause-square:before{content:"﨎"}.fi-bs-pause:before{content:"﨏"}.fi-bs-paw-claws:before{content:"塚"}.fi-bs-paw-heart:before{content:"﨑"}.fi-bs-paw:before{content:"晴"}.fi-bs-payment-pos:before{content:"﨓"}.fi-bs-payroll-calendar:before{content:"﨔"}.fi-bs-payroll-check:before{content:"凞"}.fi-bs-payroll:before{content:"猪"}.fi-bs-peace:before{content:"益"}.fi-bs-peach:before{content:"礼"}.fi-bs-peanut:before{content:"神"}.fi-bs-peanuts:before{content:"祥"}.fi-bs-peapod:before{content:"福"}.fi-bs-pear:before{content:"靖"}.fi-bs-pedestal:before{content:"精"}.fi-bs-pen-circle:before{content:"羽"}.fi-bs-pen-clip-slash:before{content:"﨟"}.fi-bs-pen-clip:before{content:"蘒"}.fi-bs-pen-fancy-slash:before{content:"﨡"}.fi-bs-pen-fancy:before{content:"諸"}.fi-bs-pen-field:before{content:"﨣"}.fi-bs-pen-nib-slash:before{content:"﨤"}.fi-bs-pen-nib:before{content:"逸"}.fi-bs-pen-slash:before{content:"都"}.fi-bs-pen-square:before{content:"﨧"}.fi-bs-pen-swirl:before{content:"﨨"}.fi-bs-pencil-paintbrush:before{content:"﨩"}.fi-bs-pencil-ruler:before{content:"飯"}.fi-bs-pencil-slash:before{content:"飼"}.fi-bs-pencil:before{content:"館"}.fi-bs-pending:before{content:"鶴"}.fi-bs-pennant:before{content:"郞"}.fi-bs-people-arrows-left-right:before{content:"隷"}.fi-bs-people-carry-box:before{content:"侮"}.fi-bs-people-dress:before{content:"僧"}.fi-bs-people-network-partner:before{content:"免"}.fi-bs-people-pants:before{content:"勉"}.fi-bs-people-poll:before{content:"勤"}.fi-bs-people-pulling:before{content:"卑"}.fi-bs-people-roof:before{content:"喝"}.fi-bs-people:before{content:"嘆"}.fi-bs-pepper-alt:before{content:"器"}.fi-bs-pepper-hot:before{content:"塀"}.fi-bs-pepper:before{content:"墨"}.fi-bs-percent-10:before{content:"層"}.fi-bs-percent-100:before{content:"屮"}.fi-bs-percent-20:before{content:"悔"}.fi-bs-percent-25:before{content:"慨"}.fi-bs-percent-30:before{content:"憎"}.fi-bs-percent-40:before{content:"懲"}.fi-bs-percent-50:before{content:"敏"}.fi-bs-percent-60:before{content:"既"}.fi-bs-percent-70:before{content:"暑"}.fi-bs-percent-75:before{content:"梅"}.fi-bs-percent-80:before{content:"海"}.fi-bs-percent-90:before{content:"渚"}.fi-bs-percentage:before{content:"漢"}.fi-bs-person-burst:before{content:"煮"}.fi-bs-person-carry-box:before{content:"爫"}.fi-bs-person-circle-check:before{content:"琢"}.fi-bs-person-circle-exclamation:before{content:"碑"}.fi-bs-person-circle-minus:before{content:"社"}.fi-bs-person-circle-plus:before{content:"祉"}.fi-bs-person-circle-question:before{content:"祈"}.fi-bs-person-circle-xmark:before{content:"祐"}.fi-bs-person-cv:before{content:"祖"}.fi-bs-person-dolly-empty:before{content:"祝"}.fi-bs-person-dolly:before{content:"禍"}.fi-bs-person-dress-simple:before{content:"禎"}.fi-bs-person-dress:before{content:"穀"}.fi-bs-person-luggage:before{content:"突"}.fi-bs-person-lunge:before{content:"節"}.fi-bs-person-pilates:before{content:"練"}.fi-bs-person-praying:before{content:"縉"}.fi-bs-person-pregnant:before{content:"繁"}.fi-bs-person-seat-reclined:before{content:"署"}.fi-bs-person-seat:before{content:"者"}.fi-bs-person-shelter:before{content:"臭"}.fi-bs-person-sign:before{content:"艹"}.fi-bs-person-simple:before{content:"艹"}.fi-bs-person-walking-with-cane:before{content:"著"}.fi-bs-peseta-sign:before{content:"褐"}.fi-bs-peso-sign:before{content:"視"}.fi-bs-pets:before{content:"謁"}.fi-bs-pharmacy:before{content:"謹"}.fi-bs-phone-call:before{content:"賓"}.fi-bs-phone-cross:before{content:"贈"}.fi-bs-phone-flip:before{content:"辶"}.fi-bs-phone-guide:before{content:"逸"}.fi-bs-phone-heart-message:before{content:"難"}.fi-bs-phone-office:before{content:"響"}.fi-bs-phone-pause:before{content:"頻"}.fi-bs-phone-plus:before{content:"恵"}.fi-bs-phone-rotary:before{content:"𤋮"}.fi-bs-phone-slash:before{content:"舘"}.fi-bs-photo-capture:before{content:"﩮"}.fi-bs-photo-film-music:before{content:"﩯"}.fi-bs-photo-video:before{content:"並"}.fi-bs-physics:before{content:"况"}.fi-bs-Pi:before{content:"全"}.fi-bs-piano-keyboard:before{content:"侀"}.fi-bs-piano:before{content:"充"}.fi-bs-pickaxe:before{content:"冀"}.fi-bs-picking-box:before{content:"勇"}.fi-bs-picking:before{content:"勺"}.fi-bs-picnic:before{content:"喝"}.fi-bs-picpeople-filled:before{content:"啕"}.fi-bs-picpeople:before{content:"喙"}.fi-bs-picture:before{content:"嗢"}.fi-bs-pie:before{content:"塚"}.fi-bs-pig-bank-bulb:before{content:"墳"}.fi-bs-pig-face:before{content:"奄"}.fi-bs-pig:before{content:"奔"}.fi-bs-piggy-bank-budget:before{content:"婢"}.fi-bs-piggy-bank:before{content:"嬨"}.fi-bs-pills:before{content:"廒"}.fi-bs-pinata:before{content:"廙"}.fi-bs-pineapple-alt:before{content:"彩"}.fi-bs-pineapple:before{content:"徭"}.fi-bs-ping-pong:before{content:"惘"}.fi-bs-pipe-smoking:before{content:"慎"}.fi-bs-pizza-slice:before{content:"愈"}.fi-bs-place-of-worship:before{content:"憎"}.fi-bs-plan-strategy:before{content:"慠"}.fi-bs-plan:before{content:"懲"}.fi-bs-plane-alt:before{content:"戴"}.fi-bs-plane-arrival:before{content:"揄"}.fi-bs-plane-departure:before{content:"搜"}.fi-bs-plane-prop:before{content:"摒"}.fi-bs-plane-slash:before{content:"敖"}.fi-bs-plane-tail:before{content:"晴"}.fi-bs-plane:before{content:"朗"}.fi-bs-planet-moon:before{content:"望"}.fi-bs-planet-ringed:before{content:"杖"}.fi-bs-plant-care:before{content:"歹"}.fi-bs-plant-growth:before{content:"殺"}.fi-bs-plant-seed-invest:before{content:"流"}.fi-bs-plant-wilt:before{content:"滛"}.fi-bs-plate-utensils:before{content:"滋"}.fi-bs-plate-wheat:before{content:"漢"}.fi-bs-plate:before{content:"瀞"}.fi-bs-play-alt:before{content:"煮"}.fi-bs-play-circle:before{content:"瞧"}.fi-bs-play-microphone:before{content:"爵"}.fi-bs-play-pause:before{content:"犯"}.fi-bs-play:before{content:"猪"}.fi-bs-playing-cards:before{content:"瑱"}.fi-bs-plug-alt:before{content:"甆"}.fi-bs-plug-cable:before{content:"画"}.fi-bs-plug-circle-bolt:before{content:"瘝"}.fi-bs-plug-circle-check:before{content:"瘟"}.fi-bs-plug-circle-exclamation:before{content:"益"}.fi-bs-plug-circle-minus:before{content:"盛"}.fi-bs-plug-circle-plus:before{content:"直"}.fi-bs-plug-connection:before{content:"睊"}.fi-bs-plug:before{content:"着"}.fi-bs-plus-hexagon:before{content:"磌"}.fi-bs-plus-minus:before{content:"窱"}.fi-bs-plus-small:before{content:"節"}.fi-bs-plus:before{content:"类"}.fi-bs-png-file:before{content:"絛"}.fi-bs-podcast:before{content:"練"}.fi-bs-podium-star:before{content:"缾"}.fi-bs-podium-victory-leader:before{content:"者"}.fi-bs-podium:before{content:"荒"}.fi-bs-point-of-sale-bill:before{content:"華"}.fi-bs-point-of-sale-signal:before{content:"蝹"}.fi-bs-point-of-sale:before{content:"襁"}.fi-bs-pointer-loading:before{content:"覆"}.fi-bs-pointer-text:before{content:"視"}.fi-bs-poker-chip:before{content:"調"}.fi-bs-police-box:before{content:"諸"}.fi-bs-poll-h:before{content:"請"}.fi-bs-pollution:before{content:"謁"}.fi-bs-pompebled:before{content:"諾"}.fi-bs-poo-bolt:before{content:"諭"}.fi-bs-poo:before{content:"謹"}.fi-bs-pool-8-ball:before{content:"變"}.fi-bs-poop:before{content:"贈"}.fi-bs-popcorn:before{content:"輸"}.fi-bs-popsicle:before{content:"遲"}.fi-bs-portal-enter:before{content:"醙"}.fi-bs-portal-exit:before{content:"鉶"}.fi-bs-portrait:before{content:"陼"}.fi-bs-postal-address:before{content:"難"}.fi-bs-pot:before{content:"靖"}.fi-bs-potato:before{content:"韛"}.fi-bs-pound:before{content:"響"}.fi-bs-power:before{content:"頋"}.fi-bs-ppt-file:before{content:"頻"}.fi-bs-practice:before{content:"鬒"}.fi-bs-praying-hands:before{content:"龜"}.fi-bs-prescription-bottle-alt:before{content:"𢡊"}.fi-bs-prescription-bottle-pill:before{content:"𢡄"}.fi-bs-prescription-bottle:before{content:"𣏕"}.fi-bs-prescription:before{content:"㮝"}.fi-bs-presentation:before{content:"䀘"}.fi-bs-preview:before{content:"䀹"}.fi-bs-previous-square:before{content:"𥉉"}.fi-bs-print-magnifying-glass:before{content:"𥳐"}.fi-bs-print-slash:before{content:"𧻓"}.fi-bs-print:before{content:"齃"}.fi-bs-priority-arrow:before{content:"龎"}.fi-bs-priority-arrows:before{content:"﫚"}.fi-bs-priority-importance:before{content:"﫛"}.fi-bs-problem-solving:before{content:"﫜"}.fi-bs-procedures:before{content:"﫝"}.fi-bs-process:before{content:"﫞"}.fi-bs-productivity:before{content:"﫟"}.fi-bs-progress-complete:before{content:"﫠"}.fi-bs-progress-download:before{content:"﫡"}.fi-bs-progress-upload:before{content:"﫢"}.fi-bs-projector:before{content:"﫣"}.fi-bs-protractor:before{content:"﫤"}.fi-bs-pulse:before{content:"﫥"}.fi-bs-pump-medical:before{content:"﫦"}.fi-bs-pump:before{content:"﫧"}.fi-bs-pumpkin-alt-2:before{content:"﫨"}.fi-bs-pumpkin-alt:before{content:"﫩"}.fi-bs-pumpkin:before{content:"﫪"}.fi-bs-puzzle-alt:before{content:"﫫"}.fi-bs-puzzle-piece-integration:before{content:"﫬"}.fi-bs-puzzle-piece:before{content:"﫭"}.fi-bs-puzzle-pieces:before{content:"﫮"}.fi-bs-pyramid:before{content:"﫯"}.fi-bs-q:before{content:"﫰"}.fi-bs-qr-scan:before{content:"﫱"}.fi-bs-QR:before{content:"﫲"}.fi-bs-qrcode:before{content:"﫳"}.fi-bs-question-square:before{content:"﫴"}.fi-bs-question:before{content:"﫵"}.fi-bs-queue-alt:before{content:"﫶"}.fi-bs-queue-line:before{content:"﫷"}.fi-bs-queue-signal:before{content:"﫸"}.fi-bs-queue:before{content:"﫹"}.fi-bs-quill-pen-story:before{content:"﫺"}.fi-bs-quiz-alt:before{content:"﫻"}.fi-bs-quiz:before{content:"﫼"}.fi-bs-quote-right:before{content:"﫽"}.fi-bs-r:before{content:"﫾"}.fi-bs-rabbit-fast:before{content:"﫿"}.fi-bs-rabbit:before{content:"ﬀ"}.fi-bs-raccoon:before{content:"ﬁ"}.fi-bs-racquet:before{content:"ﬂ"}.fi-bs-radar-monitoring-track:before{content:"ﬃ"}.fi-bs-radar:before{content:"ﬄ"}.fi-bs-radiation-alt:before{content:"ﬅ"}.fi-bs-radiation:before{content:"ﬆ"}.fi-bs-radio-alt:before{content:"﬇"}.fi-bs-radio-button:before{content:"﬈"}.fi-bs-radio:before{content:"﬉"}.fi-bs-radish:before{content:"﬊"}.fi-bs-rainbow:before{content:"﬋"}.fi-bs-raindrops:before{content:"﬌"}.fi-bs-ram:before{content:"﬍"}.fi-bs-ramp-loading:before{content:"﬎"}.fi-bs-rank:before{content:"﬏"}.fi-bs-ranking-podium-empty:before{content:"﬐"}.fi-bs-ranking-podium:before{content:"﬑"}.fi-bs-ranking-star:before{content:"﬒"}.fi-bs-ranking-stars:before{content:"ﬓ"}.fi-bs-raygun:before{content:"ﬔ"}.fi-bs-razor-barber:before{content:"ﬕ"}.fi-bs-react:before{content:"ﬖ"}.fi-bs-rec:before{content:"ﬗ"}.fi-bs-receipt:before{content:"﬘"}.fi-bs-recipe-book:before{content:"﬙"}.fi-bs-recipe:before{content:"﬚"}.fi-bs-record-vinyl:before{content:"﬛"}.fi-bs-rectabgle-vertical:before{content:"﬜"}.fi-bs-rectangle-barcode:before{content:"יִ"}.fi-bs-rectangle-code:before{content:"ﬞ"}.fi-bs-rectangle-history-circle-plus:before{content:"ײַ"}.fi-bs-rectangle-horizontal:before{content:"ﬠ"}.fi-bs-rectangle-list:before{content:"ﬡ"}.fi-bs-rectangle-panoramic:before{content:"ﬢ"}.fi-bs-rectangle-pro:before{content:"ﬣ"}.fi-bs-rectangle-vertical-history:before{content:"ﬤ"}.fi-bs-rectangle-vertical:before{content:"ﬥ"}.fi-bs-rectangle-xmark:before{content:"ﬦ"}.fi-bs-rectangles-mixed:before{content:"ﬧ"}.fi-bs-recycle-bin:before{content:"ﬨ"}.fi-bs-recycle:before{content:"﬩"}.fi-bs-redo-alt:before{content:"שׁ"}.fi-bs-redo:before{content:"שׂ"}.fi-bs-reel:before{content:"שּׁ"}.fi-bs-refer-arrow:before{content:"שּׂ"}.fi-bs-refer:before{content:"אַ"}.fi-bs-referral-alt:before{content:"אָ"}.fi-bs-referral-user:before{content:"אּ"}.fi-bs-referral:before{content:"בּ"}.fi-bs-reflect-horizontal-alt:before{content:"גּ"}.fi-bs-reflect-horizontal:before{content:"דּ"}.fi-bs-reflect-vertical:before{content:"הּ"}.fi-bs-reflect:before{content:"וּ"}.fi-bs-refresh:before{content:"זּ"}.fi-bs-refrigerator:before{content:"﬷"}.fi-bs-refund-alt:before{content:"טּ"}.fi-bs-refund:before{content:"יּ"}.fi-bs-region-pin-alt:before{content:"ךּ"}.fi-bs-region-pin:before{content:"כּ"}.fi-bs-registered:before{content:"לּ"}.fi-bs-registration-paper:before{content:"﬽"}.fi-bs-remove-folder:before{content:"מּ"}.fi-bs-remove-user:before{content:"﬿"}.fi-bs-rent-signal:before{content:"נּ"}.fi-bs-rent:before{content:"סּ"}.fi-bs-replace:before{content:"﭂"}.fi-bs-replay-10:before{content:"ףּ"}.fi-bs-replay-30:before{content:"פּ"}.fi-bs-replay-5:before{content:"﭅"}.fi-bs-reply-all:before{content:"צּ"}.fi-bs-republican:before{content:"קּ"}.fi-bs-reservation-smartphone:before{content:"רּ"}.fi-bs-reservation-table:before{content:"שּ"}.fi-bs-resistance-band:before{content:"תּ"}.fi-bs-resize:before{content:"וֹ"}.fi-bs-resources:before{content:"בֿ"}.fi-bs-restaurant:before{content:"כֿ"}.fi-bs-restock:before{content:"פֿ"}.fi-bs-restroom-simple:before{content:"ﭏ"}.fi-bs-resume:before{content:"ﭐ"}.fi-bs-revenue-alt:before{content:"ﭑ"}.fi-bs-revenue-euro:before{content:"ﭒ"}.fi-bs-Revenue:before{content:"ﭓ"}.fi-bs-review:before{content:"ﭔ"}.fi-bs-rewind-button-circle:before{content:"ﭕ"}.fi-bs-rewind:before{content:"ﭖ"}.fi-bs-rhombus:before{content:"ﭗ"}.fi-bs-ribbon:before{content:"ﭘ"}.fi-bs-right-from-bracket:before{content:"ﭙ"}.fi-bs-right:before{content:"ﭚ"}.fi-bs-ring-diamond:before{content:"ﭛ"}.fi-bs-ring:before{content:"ﭜ"}.fi-bs-rings-wedding:before{content:"ﭝ"}.fi-bs-risk-alt:before{content:"ﭞ"}.fi-bs-risk:before{content:"ﭟ"}.fi-bs-road-barrier:before{content:"ﭠ"}.fi-bs-road-sign-left:before{content:"ﭡ"}.fi-bs-road:before{content:"ﭢ"}.fi-bs-robot:before{content:"ﭣ"}.fi-bs-robotic-arm:before{content:"ﭤ"}.fi-bs-rocket-lunch:before{content:"ﭥ"}.fi-bs-rocket:before{content:"ﭦ"}.fi-bs-roller-coaster:before{content:"ﭧ"}.fi-bs-room-service:before{content:"ﭨ"}.fi-bs-rotate-exclamation:before{content:"ﭩ"}.fi-bs-rotate-left:before{content:"ﭪ"}.fi-bs-rotate-reverse:before{content:"ﭫ"}.fi-bs-rotate-right:before{content:"ﭬ"}.fi-bs-rotate-square:before{content:"ﭭ"}.fi-bs-roulette:before{content:"ﭮ"}.fi-bs-route-highway:before{content:"ﭯ"}.fi-bs-route-interstate:before{content:"ﭰ"}.fi-bs-route:before{content:"ﭱ"}.fi-bs-router:before{content:"ﭲ"}.fi-bs-rss-alt:before{content:"ﭳ"}.fi-bs-rss:before{content:"ﭴ"}.fi-bs-ruble-sign:before{content:"ﭵ"}.fi-bs-rugby-helmet:before{content:"ﭶ"}.fi-bs-rugby:before{content:"ﭷ"}.fi-bs-ruler-combined:before{content:"ﭸ"}.fi-bs-ruler-horizontal:before{content:"ﭹ"}.fi-bs-ruler-triangle:before{content:"ﭺ"}.fi-bs-ruler-vertical:before{content:"ﭻ"}.fi-bs-rules-alt:before{content:"ﭼ"}.fi-bs-rules:before{content:"ﭽ"}.fi-bs-running-track:before{content:"ﭾ"}.fi-bs-running:before{content:"ﭿ"}.fi-bs-rupee-sign:before{content:"ﮀ"}.fi-bs-rupiah-sign:before{content:"ﮁ"}.fi-bs-rv:before{content:"ﮂ"}.fi-bs-s:before{content:"ﮃ"}.fi-bs-sack-dollar:before{content:"ﮄ"}.fi-bs-sack:before{content:"ﮅ"}.fi-bs-sad-cry:before{content:"ﮆ"}.fi-bs-sad-tear:before{content:"ﮇ"}.fi-bs-sad:before{content:"ﮈ"}.fi-bs-safe-box:before{content:"ﮉ"}.fi-bs-sailboat:before{content:"ﮊ"}.fi-bs-salad:before{content:"ﮋ"}.fi-bs-salary-alt:before{content:"ﮌ"}.fi-bs-salt-pepper:before{content:"ﮍ"}.fi-bs-salt-shaker:before{content:"ﮎ"}.fi-bs-sandwich-alt:before{content:"ﮏ"}.fi-bs-sandwich:before{content:"ﮐ"}.fi-bs-satellite-dish:before{content:"ﮑ"}.fi-bs-satellite:before{content:"ﮒ"}.fi-bs-saturday:before{content:"ﮓ"}.fi-bs-sauce:before{content:"ﮔ"}.fi-bs-sausage:before{content:"ﮕ"}.fi-bs-sax-hot:before{content:"ﮖ"}.fi-bs-saxophone:before{content:"ﮗ"}.fi-bs-scale-comparison-alt:before{content:"ﮘ"}.fi-bs-scale-comparison:before{content:"ﮙ"}.fi-bs-scale:before{content:"ﮚ"}.fi-bs-scalpel-path:before{content:"ﮛ"}.fi-bs-scalpel:before{content:"ﮜ"}.fi-bs-scanner-gun:before{content:"ﮝ"}.fi-bs-scanner-image:before{content:"ﮞ"}.fi-bs-scanner-keyboard:before{content:"ﮟ"}.fi-bs-scanner-touchscreen:before{content:"ﮠ"}.fi-bs-scarecrow:before{content:"ﮡ"}.fi-bs-scarf:before{content:"ﮢ"}.fi-bs-school-bus:before{content:"ﮣ"}.fi-bs-school:before{content:"ﮤ"}.fi-bs-scissors:before{content:"ﮥ"}.fi-bs-scooter:before{content:"ﮦ"}.fi-bs-screen:before{content:"ﮧ"}.fi-bs-screencast:before{content:"ﮨ"}.fi-bs-screw-alt:before{content:"ﮩ"}.fi-bs-screw:before{content:"ﮪ"}.fi-bs-screwdriver:before{content:"ﮫ"}.fi-bs-scribble:before{content:"ﮬ"}.fi-bs-script:before{content:"ﮭ"}.fi-bs-scroll-document-story:before{content:"ﮮ"}.fi-bs-scroll-old:before{content:"ﮯ"}.fi-bs-scroll-torah:before{content:"ﮰ"}.fi-bs-scroll:before{content:"ﮱ"}.fi-bs-scrubber:before{content:"﮲"}.fi-bs-scythe:before{content:"﮳"}.fi-bs-sd-card:before{content:"﮴"}.fi-bs-sd-cards:before{content:"﮵"}.fi-bs-seal-exclamation:before{content:"﮶"}.fi-bs-seal-question:before{content:"﮷"}.fi-bs-seal:before{content:"﮸"}.fi-bs-search-alt:before{content:"﮹"}.fi-bs-search-dollar:before{content:"﮺"}.fi-bs-search-heart:before{content:"﮻"}.fi-bs-search-location:before{content:"﮼"}.fi-bs-search:before{content:"﮽"}.fi-bs-seat-airline:before{content:"﮾"}.fi-bs-seatbelt-safety-driver:before{content:"﮿"}.fi-bs-second-award:before{content:"﯀"}.fi-bs-second-laurel:before{content:"﯁"}.fi-bs-second-medal:before{content:"﯂"}.fi-bs-second:before{content:"﯃"}.fi-bs-seedling:before{content:"﯄"}.fi-bs-selection:before{content:"﯅"}.fi-bs-sell:before{content:"﯆"}.fi-bs-seller-store:before{content:"﯇"}.fi-bs-seller:before{content:"﯈"}.fi-bs-selling:before{content:"﯉"}.fi-bs-send-back:before{content:"﯊"}.fi-bs-send-backward:before{content:"﯋"}.fi-bs-send-money-smartphone:before{content:"﯌"}.fi-bs-send-money:before{content:"﯍"}.fi-bs-sensor-alert:before{content:"﯎"}.fi-bs-sensor-fire:before{content:"﯏"}.fi-bs-sensor-on:before{content:"﯐"}.fi-bs-sensor-smoke:before{content:"﯑"}.fi-bs-sensor:before{content:"﯒"}.fi-bs-settings-sliders:before{content:"ﯓ"}.fi-bs-settings:before{content:"ﯔ"}.fi-bs-share-alt-square:before{content:"ﯕ"}.fi-bs-share-square:before{content:"ﯖ"}.fi-bs-share:before{content:"ﯗ"}.fi-bs-sheep:before{content:"ﯘ"}.fi-bs-shekel-sign:before{content:"ﯙ"}.fi-bs-shelves:before{content:"ﯚ"}.fi-bs-shield-alt:before{content:"ﯛ"}.fi-bs-shield-cat:before{content:"ﯜ"}.fi-bs-shield-check:before{content:"ﯝ"}.fi-bs-shield-cross:before{content:"ﯞ"}.fi-bs-shield-dog:before{content:"ﯟ"}.fi-bs-shield-exclamation:before{content:"ﯠ"}.fi-bs-shield-interrogation:before{content:"ﯡ"}.fi-bs-shield-keyhole:before{content:"ﯢ"}.fi-bs-shield-minus:before{content:"ﯣ"}.fi-bs-shield-plus:before{content:"ﯤ"}.fi-bs-shield-security-risk:before{content:"ﯥ"}.fi-bs-shield-slash:before{content:"ﯦ"}.fi-bs-shield-trust:before{content:"ﯧ"}.fi-bs-shield-virus:before{content:"ﯨ"}.fi-bs-shield-xmark:before{content:"ﯩ"}.fi-bs-shield:before{content:"ﯪ"}.fi-bs-ship-side:before{content:"ﯫ"}.fi-bs-ship:before{content:"ﯬ"}.fi-bs-shipping-fast:before{content:"ﯭ"}.fi-bs-shipping-timed:before{content:"ﯮ"}.fi-bs-shirt-long-sleeve:before{content:"ﯯ"}.fi-bs-shirt-running:before{content:"ﯰ"}.fi-bs-shirt-tank-top:before{content:"ﯱ"}.fi-bs-shirt:before{content:"ﯲ"}.fi-bs-shish-kebab:before{content:"ﯳ"}.fi-bs-shoe-prints:before{content:"ﯴ"}.fi-bs-shop-lock:before{content:"ﯵ"}.fi-bs-shop-slash:before{content:"ﯶ"}.fi-bs-shop:before{content:"ﯷ"}.fi-bs-shopping-bag-add:before{content:"ﯸ"}.fi-bs-shopping-bag:before{content:"ﯹ"}.fi-bs-shopping-basket:before{content:"ﯺ"}.fi-bs-shopping-cart-add:before{content:"ﯻ"}.fi-bs-shopping-cart-buyer:before{content:"ﯼ"}.fi-bs-shopping-cart-check:before{content:"ﯽ"}.fi-bs-shopping-cart:before{content:"ﯾ"}.fi-bs-shovel-snow:before{content:"ﯿ"}.fi-bs-shovel:before{content:"ﰀ"}.fi-bs-shower-down:before{content:"ﰁ"}.fi-bs-shower:before{content:"ﰂ"}.fi-bs-shredder:before{content:"ﰃ"}.fi-bs-shrimp:before{content:"ﰄ"}.fi-bs-shuffle:before{content:"ﰅ"}.fi-bs-shuttle-van:before{content:"ﰆ"}.fi-bs-shuttlecock:before{content:"ﰇ"}.fi-bs-Sickle:before{content:"ﰈ"}.fi-bs-sidebar-flip:before{content:"ﰉ"}.fi-bs-sidebar:before{content:"ﰊ"}.fi-bs-sigma:before{content:"ﰋ"}.fi-bs-sign-hanging:before{content:"ﰌ"}.fi-bs-sign-in-alt:before{content:"ﰍ"}.fi-bs-sign-out-alt:before{content:"ﰎ"}.fi-bs-sign-posts-wrench:before{content:"ﰏ"}.fi-bs-sign-posts:before{content:"ﰐ"}.fi-bs-sign-up:before{content:"ﰑ"}.fi-bs-signal-alt-1:before{content:"ﰒ"}.fi-bs-signal-alt-2:before{content:"ﰓ"}.fi-bs-signal-alt-slash:before{content:"ﰔ"}.fi-bs-signal-alt:before{content:"ﰕ"}.fi-bs-signal-bars-fair:before{content:"ﰖ"}.fi-bs-signal-bars-good:before{content:"ﰗ"}.fi-bs-signal-bars-weak:before{content:"ﰘ"}.fi-bs-signal-stream-slash:before{content:"ﰙ"}.fi-bs-signal-stream:before{content:"ﰚ"}.fi-bs-signature-lock:before{content:"ﰛ"}.fi-bs-signature-slash:before{content:"ﰜ"}.fi-bs-signature:before{content:"ﰝ"}.fi-bs-sim-card:before{content:"ﰞ"}.fi-bs-sim-cards:before{content:"ﰟ"}.fi-bs-sink:before{content:"ﰠ"}.fi-bs-siren-on:before{content:"ﰡ"}.fi-bs-Siren:before{content:"ﰢ"}.fi-bs-site-alt:before{content:"ﰣ"}.fi-bs-site-browser:before{content:"ﰤ"}.fi-bs-site:before{content:"ﰥ"}.fi-bs-sitemap:before{content:"ﰦ"}.fi-bs-skateboard:before{content:"ﰧ"}.fi-bs-skating:before{content:"ﰨ"}.fi-bs-skeleton-ribs:before{content:"ﰩ"}.fi-bs-skeleton:before{content:"ﰪ"}.fi-bs-skewer:before{content:"ﰫ"}.fi-bs-ski-boot-ski:before{content:"ﰬ"}.fi-bs-ski-jump:before{content:"ﰭ"}.fi-bs-ski-lift:before{content:"ﰮ"}.fi-bs-skiing-nordic:before{content:"ﰯ"}.fi-bs-skiing:before{content:"ﰰ"}.fi-bs-skill-alt:before{content:"ﰱ"}.fi-bs-skill-user:before{content:"ﰲ"}.fi-bs-skill:before{content:"ﰳ"}.fi-bs-skin-arrow:before{content:"ﰴ"}.fi-bs-skin-drop:before{content:"ﰵ"}.fi-bs-skin-hair:before{content:"ﰶ"}.fi-bs-skin:before{content:"ﰷ"}.fi-bs-skip-15-seconds:before{content:"ﰸ"}.fi-bs-skull-cow:before{content:"ﰹ"}.fi-bs-skull-crossbones:before{content:"ﰺ"}.fi-bs-skull:before{content:"ﰻ"}.fi-bs-slash:before{content:"ﰼ"}.fi-bs-sledding:before{content:"ﰽ"}.fi-bs-sleeping-bag:before{content:"ﰾ"}.fi-bs-sleigh:before{content:"ﰿ"}.fi-bs-sliders-h-square:before{content:"ﱀ"}.fi-bs-sliders-v-square:before{content:"ﱁ"}.fi-bs-sliders-v:before{content:"ﱂ"}.fi-bs-slot-machine:before{content:"ﱃ"}.fi-bs-smart-home-alt:before{content:"ﱄ"}.fi-bs-smart-home:before{content:"ﱅ"}.fi-bs-smartphone:before{content:"ﱆ"}.fi-bs-smile-beam:before{content:"ﱇ"}.fi-bs-smile-plus:before{content:"ﱈ"}.fi-bs-smile-wink:before{content:"ﱉ"}.fi-bs-smiley-comment-alt:before{content:"ﱊ"}.fi-bs-smog:before{content:"ﱋ"}.fi-bs-smoke:before{content:"ﱌ"}.fi-bs-smoking-ban:before{content:"ﱍ"}.fi-bs-smoking:before{content:"ﱎ"}.fi-bs-snake:before{content:"ﱏ"}.fi-bs-snap:before{content:"ﱐ"}.fi-bs-snooze:before{content:"ﱑ"}.fi-bs-snow-blowing:before{content:"ﱒ"}.fi-bs-snowboarding:before{content:"ﱓ"}.fi-bs-snowflake-droplets:before{content:"ﱔ"}.fi-bs-snowflake:before{content:"ﱕ"}.fi-bs-snowflakes:before{content:"ﱖ"}.fi-bs-snowman-alt:before{content:"ﱗ"}.fi-bs-snowman-head:before{content:"ﱘ"}.fi-bs-snowmobile:before{content:"ﱙ"}.fi-bs-snowplow:before{content:"ﱚ"}.fi-bs-soap-alt:before{content:"ﱛ"}.fi-bs-soap:before{content:"ﱜ"}.fi-bs-social-network:before{content:"ﱝ"}.fi-bs-socks:before{content:"ﱞ"}.fi-bs-sofa-size:before{content:"ﱟ"}.fi-bs-sofa:before{content:"ﱠ"}.fi-bs-solar-panel-sun:before{content:"ﱡ"}.fi-bs-solar-panel:before{content:"ﱢ"}.fi-bs-solar-system:before{content:"ﱣ"}.fi-bs-sold-house:before{content:"ﱤ"}.fi-bs-sold-signal:before{content:"ﱥ"}.fi-bs-sort-alpha-down-alt:before{content:"ﱦ"}.fi-bs-sort-alpha-down:before{content:"ﱧ"}.fi-bs-sort-alpha-up-alt:before{content:"ﱨ"}.fi-bs-sort-alpha-up:before{content:"ﱩ"}.fi-bs-sort-alt:before{content:"ﱪ"}.fi-bs-sort-amount-down-alt:before{content:"ﱫ"}.fi-bs-sort-amount-down:before{content:"ﱬ"}.fi-bs-sort-amount-up-alt:before{content:"ﱭ"}.fi-bs-sort-amount-up:before{content:"ﱮ"}.fi-bs-sort-circle-down:before{content:"ﱯ"}.fi-bs-sort-circle-up:before{content:"ﱰ"}.fi-bs-sort-circle:before{content:"ﱱ"}.fi-bs-sort-down:before{content:"ﱲ"}.fi-bs-sort-numeric-down-alt:before{content:"ﱳ"}.fi-bs-sort-numeric-down:before{content:"ﱴ"}.fi-bs-sort-shapes-down:before{content:"ﱵ"}.fi-bs-sort-shapes-up:before{content:"ﱶ"}.fi-bs-sort-size-down:before{content:"ﱷ"}.fi-bs-sort-size-up:before{content:"ﱸ"}.fi-bs-sort:before{content:"ﱹ"}.fi-bs-soup:before{content:"ﱺ"}.fi-bs-source-data:before{content:"ﱻ"}.fi-bs-source-document-alt:before{content:"ﱼ"}.fi-bs-source-document:before{content:"ﱽ"}.fi-bs-spa:before{content:"ﱾ"}.fi-bs-space-shuttle:before{content:"ﱿ"}.fi-bs-space-station-moon-alt:before{content:"ﲀ"}.fi-bs-space-station-moon:before{content:"ﲁ"}.fi-bs-spade:before{content:"ﲂ"}.fi-bs-spaghetti-monster-flying:before{content:"ﲃ"}.fi-bs-spain-map:before{content:"ﲄ"}.fi-bs-sparkles:before{content:"ﲅ"}.fi-bs-spartan-helmet:before{content:"ﲆ"}.fi-bs-speaker:before{content:"ﲇ"}.fi-bs-speakers:before{content:"ﲈ"}.fi-bs-speech-bubble-story:before{content:"ﲉ"}.fi-bs-speedometer-arrow:before{content:"ﲊ"}.fi-bs-speedometer-kpi:before{content:"ﲋ"}.fi-bs-sphere:before{content:"ﲌ"}.fi-bs-spider-black-widow:before{content:"ﲍ"}.fi-bs-spider-web:before{content:"ﲎ"}.fi-bs-spider:before{content:"ﲏ"}.fi-bs-spinner:before{content:"ﲐ"}.fi-bs-split-up-relation:before{content:"ﲑ"}.fi-bs-split:before{content:"ﲒ"}.fi-bs-splotch:before{content:"ﲓ"}.fi-bs-spoon:before{content:"ﲔ"}.fi-bs-spray-can-sparkles:before{content:"ﲕ"}.fi-bs-spray-can:before{content:"ﲖ"}.fi-bs-spring-calendar:before{content:"ﲗ"}.fi-bs-sprinkler:before{content:"ﲘ"}.fi-bs-spy:before{content:"ﲙ"}.fi-bs-square-0:before{content:"ﲚ"}.fi-bs-square-1:before{content:"ﲛ"}.fi-bs-square-2:before{content:"ﲜ"}.fi-bs-square-3:before{content:"ﲝ"}.fi-bs-square-4:before{content:"ﲞ"}.fi-bs-square-5:before{content:"ﲟ"}.fi-bs-square-6:before{content:"ﲠ"}.fi-bs-square-7:before{content:"ﲡ"}.fi-bs-square-8:before{content:"ﲢ"}.fi-bs-square-9:before{content:"ﲣ"}.fi-bs-square-a:before{content:"ﲤ"}.fi-bs-square-b:before{content:"ﲥ"}.fi-bs-square-bolt:before{content:"ﲦ"}.fi-bs-square-c:before{content:"ﲧ"}.fi-bs-square-code:before{content:"ﲨ"}.fi-bs-square-d:before{content:"ﲩ"}.fi-bs-square-dashed-circle-plus:before{content:"ﲪ"}.fi-bs-square-dashed:before{content:"ﲫ"}.fi-bs-square-divide:before{content:"ﲬ"}.fi-bs-square-e:before{content:"ﲭ"}.fi-bs-square-ellipsis-vertical:before{content:"ﲮ"}.fi-bs-square-ellipsis:before{content:"ﲯ"}.fi-bs-square-exclamation:before{content:"ﲰ"}.fi-bs-square-f:before{content:"ﲱ"}.fi-bs-square-g:before{content:"ﲲ"}.fi-bs-square-h:before{content:"ﲳ"}.fi-bs-square-heart:before{content:"ﲴ"}.fi-bs-square-i:before{content:"ﲵ"}.fi-bs-square-info:before{content:"ﲶ"}.fi-bs-square-j:before{content:"ﲷ"}.fi-bs-square-k:before{content:"ﲸ"}.fi-bs-square-kanban:before{content:"ﲹ"}.fi-bs-square-l:before{content:"ﲺ"}.fi-bs-square-m:before{content:"ﲻ"}.fi-bs-square-minus:before{content:"ﲼ"}.fi-bs-square-n:before{content:"ﲽ"}.fi-bs-square-o:before{content:"ﲾ"}.fi-bs-square-p:before{content:"ﲿ"}.fi-bs-square-phone-hangup:before{content:"ﳀ"}.fi-bs-square-plus:before{content:"ﳁ"}.fi-bs-square-poll-horizontal:before{content:"ﳂ"}.fi-bs-square-poll-vertical:before{content:"ﳃ"}.fi-bs-square-q:before{content:"ﳄ"}.fi-bs-square-quote:before{content:"ﳅ"}.fi-bs-square-r:before{content:"ﳆ"}.fi-bs-square-root:before{content:"ﳇ"}.fi-bs-square-s:before{content:"ﳈ"}.fi-bs-square-small:before{content:"ﳉ"}.fi-bs-square-star:before{content:"ﳊ"}.fi-bs-square-t:before{content:"ﳋ"}.fi-bs-square-terminal:before{content:"ﳌ"}.fi-bs-square-u:before{content:"ﳍ"}.fi-bs-square-up-right:before{content:"ﳎ"}.fi-bs-square-v:before{content:"ﳏ"}.fi-bs-square-w:before{content:"ﳐ"}.fi-bs-square-x:before{content:"ﳑ"}.fi-bs-square-y:before{content:"ﳒ"}.fi-bs-square-z:before{content:"ﳓ"}.fi-bs-square:before{content:"ﳔ"}.fi-bs-squid:before{content:"ﳕ"}.fi-bs-squircle:before{content:"ﳖ"}.fi-bs-squirrel:before{content:"ﳗ"}.fi-bs-staff:before{content:"ﳘ"}.fi-bs-stage-concert:before{content:"ﳙ"}.fi-bs-stage-theatre:before{content:"ﳚ"}.fi-bs-stage:before{content:"ﳛ"}.fi-bs-stairs:before{content:"ﳜ"}.fi-bs-stamp:before{content:"ﳝ"}.fi-bs-standard-definition:before{content:"ﳞ"}.fi-bs-star-and-crescent:before{content:"ﳟ"}.fi-bs-star-christmas:before{content:"ﳠ"}.fi-bs-star-comment-alt:before{content:"ﳡ"}.fi-bs-star-exclamation:before{content:"ﳢ"}.fi-bs-star-octogram:before{content:"ﳣ"}.fi-bs-star-of-david:before{content:"ﳤ"}.fi-bs-star-rating-call:before{content:"ﳥ"}.fi-bs-star-sharp-half-stroke:before{content:"ﳦ"}.fi-bs-star-sharp-half:before{content:"ﳧ"}.fi-bs-star-shooting:before{content:"ﳨ"}.fi-bs-star:before{content:"ﳩ"}.fi-bs-starfighter:before{content:"ﳪ"}.fi-bs-stars:before{content:"ﳫ"}.fi-bs-state-country:before{content:"ﳬ"}.fi-bs-stationary-bike:before{content:"ﳭ"}.fi-bs-stats:before{content:"ﳮ"}.fi-bs-steak:before{content:"ﳯ"}.fi-bs-steering-wheel:before{content:"ﳰ"}.fi-bs-step-backward:before{content:"ﳱ"}.fi-bs-step-forward:before{content:"ﳲ"}.fi-bs-sterling-sign:before{content:"ﳳ"}.fi-bs-stethoscope:before{content:"ﳴ"}.fi-bs-sticker:before{content:"ﳵ"}.fi-bs-stocking:before{content:"ﳶ"}.fi-bs-stomach:before{content:"ﳷ"}.fi-bs-stop-circle:before{content:"ﳸ"}.fi-bs-stop-square:before{content:"ﳹ"}.fi-bs-stop:before{content:"ﳺ"}.fi-bs-stopwatch:before{content:"ﳻ"}.fi-bs-store-alt:before{content:"ﳼ"}.fi-bs-store-buyer:before{content:"ﳽ"}.fi-bs-store-lock:before{content:"ﳾ"}.fi-bs-store-slash:before{content:"ﳿ"}.fi-bs-story-book:before{content:"ﴀ"}.fi-bs-story-fairy-tale:before{content:"ﴁ"}.fi-bs-story-fantasy:before{content:"ﴂ"}.fi-bs-strategy-chess-risk:before{content:"ﴃ"}.fi-bs-strawberry:before{content:"ﴄ"}.fi-bs-street-view:before{content:"ﴅ"}.fi-bs-stretcher:before{content:"ﴆ"}.fi-bs-strikethrough:before{content:"ﴇ"}.fi-bs-stroopwafel:before{content:"ﴈ"}.fi-bs-student-alt:before{content:"ﴉ"}.fi-bs-student:before{content:"ﴊ"}.fi-bs-subscript:before{content:"ﴋ"}.fi-bs-subscription-alt:before{content:"ﴌ"}.fi-bs-subscription:before{content:"ﴍ"}.fi-bs-subtitles-slash:before{content:"ﴎ"}.fi-bs-subtitles:before{content:"ﴏ"}.fi-bs-subway:before{content:"ﴐ"}.fi-bs-suitcase-alt:before{content:"ﴑ"}.fi-bs-summary-check:before{content:"ﴒ"}.fi-bs-summer:before{content:"ﴓ"}.fi-bs-sun-dust:before{content:"ﴔ"}.fi-bs-sun-plant-wilt:before{content:"ﴕ"}.fi-bs-sun-salutation-yoga:before{content:"ﴖ"}.fi-bs-sun:before{content:"ﴗ"}.fi-bs-sunday:before{content:"ﴘ"}.fi-bs-sunglasses-alt:before{content:"ﴙ"}.fi-bs-sunglasses:before{content:"ﴚ"}.fi-bs-sunrise-alt:before{content:"ﴛ"}.fi-bs-sunrise:before{content:"ﴜ"}.fi-bs-sunset:before{content:"ﴝ"}.fi-bs-superscript:before{content:"ﴞ"}.fi-bs-supplier-alt:before{content:"ﴟ"}.fi-bs-supplier:before{content:"ﴠ"}.fi-bs-surfing:before{content:"ﴡ"}.fi-bs-surprise:before{content:"ﴢ"}.fi-bs-surveillance-camera:before{content:"ﴣ"}.fi-bs-survey-xmark:before{content:"ﴤ"}.fi-bs-sushi-alt:before{content:"ﴥ"}.fi-bs-sushi-roll:before{content:"ﴦ"}.fi-bs-sushi:before{content:"ﴧ"}.fi-bs-svg:before{content:"ﴨ"}.fi-bs-swap:before{content:"ﴩ"}.fi-bs-swatchbook:before{content:"ﴪ"}.fi-bs-swimmer:before{content:"ﴫ"}.fi-bs-swimming-pool:before{content:"ﴬ"}.fi-bs-swing:before{content:"ﴭ"}.fi-bs-swipe-down:before{content:"ﴮ"}.fi-bs-swipe-left:before{content:"ﴯ"}.fi-bs-swipe-right:before{content:"ﴰ"}.fi-bs-swipe-up:before{content:"ﴱ"}.fi-bs-sword:before{content:"ﴲ"}.fi-bs-symbol:before{content:"ﴳ"}.fi-bs-symbols:before{content:"ﴴ"}.fi-bs-synagogue:before{content:"ﴵ"}.fi-bs-syringe:before{content:"ﴶ"}.fi-bs-system-cloud:before{content:"ﴷ"}.fi-bs-t:before{content:"ﴸ"}.fi-bs-tab-folder:before{content:"ﴹ"}.fi-bs-table-columns:before{content:"ﴺ"}.fi-bs-table-layout:before{content:"ﴻ"}.fi-bs-table-list:before{content:"ﴼ"}.fi-bs-table-picnic:before{content:"ﴽ"}.fi-bs-table-pivot:before{content:"﴾"}.fi-bs-table-rows:before{content:"﴿"}.fi-bs-table-tree:before{content:"﵀"}.fi-bs-table:before{content:"﵁"}.fi-bs-tablet-android-alt:before{content:"﵂"}.fi-bs-tablet-android:before{content:"﵃"}.fi-bs-tablet-rugged:before{content:"﵄"}.fi-bs-tablet:before{content:"﵅"}.fi-bs-tachometer-alt-average:before{content:"﵆"}.fi-bs-tachometer-alt-fastest:before{content:"﵇"}.fi-bs-tachometer-alt-slow:before{content:"﵈"}.fi-bs-tachometer-alt-slowest:before{content:"﵉"}.fi-bs-tachometer-average:before{content:"﵊"}.fi-bs-tachometer-fast:before{content:"﵋"}.fi-bs-tachometer-fastest:before{content:"﵌"}.fi-bs-tachometer-slow:before{content:"﵍"}.fi-bs-tachometer-slowest:before{content:"﵎"}.fi-bs-tachometer:before{content:"﵏"}.fi-bs-taco:before{content:"ﵐ"}.fi-bs-tags:before{content:"ﵑ"}.fi-bs-talent-alt:before{content:"ﵒ"}.fi-bs-talent-hand:before{content:"ﵓ"}.fi-bs-talent:before{content:"ﵔ"}.fi-bs-tally-1:before{content:"ﵕ"}.fi-bs-tally-2:before{content:"ﵖ"}.fi-bs-tally-3:before{content:"ﵗ"}.fi-bs-tally-4:before{content:"ﵘ"}.fi-bs-tally:before{content:"ﵙ"}.fi-bs-tamale:before{content:"ﵚ"}.fi-bs-tank-water:before{content:"ﵛ"}.fi-bs-tap:before{content:"ﵜ"}.fi-bs-tape:before{content:"ﵝ"}.fi-bs-target-audience:before{content:"ﵞ"}.fi-bs-target:before{content:"ﵟ"}.fi-bs-tax-alt:before{content:"ﵠ"}.fi-bs-tax:before{content:"ﵡ"}.fi-bs-taxi-bus:before{content:"ﵢ"}.fi-bs-taxi:before{content:"ﵣ"}.fi-bs-team-check-alt:before{content:"ﵤ"}.fi-bs-team-check:before{content:"ﵥ"}.fi-bs-teddy-bear:before{content:"ﵦ"}.fi-bs-teeth-open:before{content:"ﵧ"}.fi-bs-telescope:before{content:"ﵨ"}.fi-bs-temperature-down:before{content:"ﵩ"}.fi-bs-temperature-frigid:before{content:"ﵪ"}.fi-bs-temperature-high:before{content:"ﵫ"}.fi-bs-temperature-list:before{content:"ﵬ"}.fi-bs-temperature-low:before{content:"ﵭ"}.fi-bs-temperature-up:before{content:"ﵮ"}.fi-bs-template-alt:before{content:"ﵯ"}.fi-bs-template:before{content:"ﵰ"}.fi-bs-tenge:before{content:"ﵱ"}.fi-bs-tennis:before{content:"ﵲ"}.fi-bs-tent-arrow-down-to-line:before{content:"ﵳ"}.fi-bs-tent-arrow-left-right:before{content:"ﵴ"}.fi-bs-tent-arrow-turn-left:before{content:"ﵵ"}.fi-bs-tent-arrows-down:before{content:"ﵶ"}.fi-bs-tents:before{content:"ﵷ"}.fi-bs-terminal:before{content:"ﵸ"}.fi-bs-terrace:before{content:"ﵹ"}.fi-bs-test-tube:before{content:"ﵺ"}.fi-bs-test:before{content:"ﵻ"}.fi-bs-text-box-dots:before{content:"ﵼ"}.fi-bs-text-box-edit:before{content:"ﵽ"}.fi-bs-text-box:before{content:"ﵾ"}.fi-bs-text-check:before{content:"ﵿ"}.fi-bs-text-height:before{content:"ﶀ"}.fi-bs-text-shadow:before{content:"ﶁ"}.fi-bs-text-size:before{content:"ﶂ"}.fi-bs-text-slash:before{content:"ﶃ"}.fi-bs-text-width:before{content:"ﶄ"}.fi-bs-text:before{content:"ﶅ"}.fi-bs-theater-masks:before{content:"ﶆ"}.fi-bs-thermometer-alt:before{content:"ﶇ"}.fi-bs-thermometer-empty:before{content:"ﶈ"}.fi-bs-thermometer-full:before{content:"ﶉ"}.fi-bs-thermometer-half:before{content:"ﶊ"}.fi-bs-thermometer-quarter:before{content:"ﶋ"}.fi-bs-thermometer-three-quarters:before{content:"ﶌ"}.fi-bs-theta:before{content:"ﶍ"}.fi-bs-third-award:before{content:"ﶎ"}.fi-bs-third-laurel:before{content:"ﶏ"}.fi-bs-third-medal:before{content:"﶐"}.fi-bs-third:before{content:"﶑"}.fi-bs-thought-bubble:before{content:"ﶒ"}.fi-bs-three-leaf-clover:before{content:"ﶓ"}.fi-bs-thumbs-up-trust:before{content:"ﶔ"}.fi-bs-thumbtack:before{content:"ﶕ"}.fi-bs-thunderstorm-moon:before{content:"ﶖ"}.fi-bs-thunderstorm-risk:before{content:"ﶗ"}.fi-bs-thunderstorm-sun:before{content:"ﶘ"}.fi-bs-thunderstorm:before{content:"ﶙ"}.fi-bs-thursday:before{content:"ﶚ"}.fi-bs-ticket-airline:before{content:"ﶛ"}.fi-bs-ticket-alt:before{content:"ﶜ"}.fi-bs-ticket:before{content:"ﶝ"}.fi-bs-tickets-airline:before{content:"ﶞ"}.fi-bs-tie:before{content:"ﶟ"}.fi-bs-tilde:before{content:"ﶠ"}.fi-bs-time-add:before{content:"ﶡ"}.fi-bs-time-check:before{content:"ﶢ"}.fi-bs-time-delete:before{content:"ﶣ"}.fi-bs-time-fast:before{content:"ﶤ"}.fi-bs-time-forward-sixty:before{content:"ﶥ"}.fi-bs-time-forward-ten:before{content:"ﶦ"}.fi-bs-time-forward:before{content:"ﶧ"}.fi-bs-time-half-past:before{content:"ﶨ"}.fi-bs-time-oclock:before{content:"ﶩ"}.fi-bs-time-past:before{content:"ﶪ"}.fi-bs-time-quarter-past:before{content:"ﶫ"}.fi-bs-time-quarter-to:before{content:"ﶬ"}.fi-bs-time-twenty-four:before{content:"ﶭ"}.fi-bs-time-watch-calendar:before{content:"ﶮ"}.fi-bs-timer-clock-call:before{content:"ﶯ"}.fi-bs-times-hexagon:before{content:"ﶰ"}.fi-bs-tint-slash:before{content:"ﶱ"}.fi-bs-tip-coin:before{content:"ﶲ"}.fi-bs-tire-flat:before{content:"ﶳ"}.fi-bs-tire-pressure-warning:before{content:"ﶴ"}.fi-bs-tire-rugged:before{content:"ﶵ"}.fi-bs-tire:before{content:"ﶶ"}.fi-bs-tired:before{content:"ﶷ"}.fi-bs-to-do-alt:before{content:"ﶸ"}.fi-bs-to-do:before{content:"ﶹ"}.fi-bs-together-people:before{content:"ﶺ"}.fi-bs-toggle-off:before{content:"ﶻ"}.fi-bs-toggle-on:before{content:"ﶼ"}.fi-bs-toilet-paper-blank-under:before{content:"ﶽ"}.fi-bs-toilet-paper-blank:before{content:"ﶾ"}.fi-bs-toilet-paper-slash:before{content:"ﶿ"}.fi-bs-toilet-paper-under-slash:before{content:"ﷀ"}.fi-bs-toilet-paper-under:before{content:"ﷁ"}.fi-bs-toilet:before{content:"ﷂ"}.fi-bs-toilets-portable:before{content:"ﷃ"}.fi-bs-token:before{content:"ﷄ"}.fi-bs-tomato:before{content:"ﷅ"}.fi-bs-tombstone-alt:before{content:"ﷆ"}.fi-bs-tombstone:before{content:"ﷇ"}.fi-bs-tool-box:before{content:"﷈"}.fi-bs-tool-crop:before{content:"﷉"}.fi-bs-tool-marquee:before{content:"﷊"}.fi-bs-tools:before{content:"﷋"}.fi-bs-tooth:before{content:"﷌"}.fi-bs-toothbrush:before{content:"﷍"}.fi-bs-torch-inspiration-leader:before{content:"﷎"}.fi-bs-torii-gate:before{content:"﷏"}.fi-bs-tornado:before{content:"﷐"}.fi-bs-total:before{content:"﷑"}.fi-bs-tour-guide-people:before{content:"﷒"}.fi-bs-tour-virtual:before{content:"﷓"}.fi-bs-tower-control:before{content:"﷔"}.fi-bs-track:before{content:"﷕"}.fi-bs-tractor:before{content:"﷖"}.fi-bs-trademark:before{content:"﷗"}.fi-bs-traffic-cone:before{content:"﷘"}.fi-bs-traffic-light-go:before{content:"﷙"}.fi-bs-traffic-light-slow:before{content:"﷚"}.fi-bs-traffic-light-stop:before{content:"﷛"}.fi-bs-traffic-light:before{content:"﷜"}.fi-bs-trailer:before{content:"﷝"}.fi-bs-train-journey:before{content:"﷞"}.fi-bs-train-side:before{content:"﷟"}.fi-bs-train-station-building:before{content:"﷠"}.fi-bs-train-station:before{content:"﷡"}.fi-bs-train-subway-tunnel:before{content:"﷢"}.fi-bs-train-track:before{content:"﷣"}.fi-bs-train-tram:before{content:"﷤"}.fi-bs-train:before{content:"﷥"}.fi-bs-tram:before{content:"﷦"}.fi-bs-transform:before{content:"﷧"}.fi-bs-transformation-block:before{content:"﷨"}.fi-bs-transformation-circle:before{content:"﷩"}.fi-bs-transformation-design:before{content:"﷪"}.fi-bs-transformation-shapes:before{content:"﷫"}.fi-bs-transformer-bolt:before{content:"﷬"}.fi-bs-transgender:before{content:"﷭"}.fi-bs-transporter-1:before{content:"﷮"}.fi-bs-transporter-2:before{content:"﷯"}.fi-bs-transporter-3:before{content:"ﷰ"}.fi-bs-transporter-4:before{content:"ﷱ"}.fi-bs-transporter-5:before{content:"ﷲ"}.fi-bs-transporter-6:before{content:"ﷳ"}.fi-bs-transporter-7:before{content:"ﷴ"}.fi-bs-transporter-empty:before{content:"ﷵ"}.fi-bs-transporter:before{content:"ﷶ"}.fi-bs-trash-can-check:before{content:"ﷷ"}.fi-bs-trash-can-clock:before{content:"ﷸ"}.fi-bs-trash-can-list:before{content:"ﷹ"}.fi-bs-trash-can-plus:before{content:"ﷺ"}.fi-bs-trash-can-slash:before{content:"ﷻ"}.fi-bs-trash-check:before{content:"﷼"}.fi-bs-trash-clock:before{content:"﷽"}.fi-bs-trash-empty:before{content:"﷾"}.fi-bs-trash-list:before{content:"﷿"}.fi-bs-trash-plus:before{content:"︐"}.fi-bs-trash-restore-alt:before{content:"︑"}.fi-bs-trash-restore:before{content:"︒"}.fi-bs-trash-slash:before{content:"︓"}.fi-bs-trash-undo-alt:before{content:"︔"}.fi-bs-trash-undo:before{content:"︕"}.fi-bs-trash-xmark:before{content:"︖"}.fi-bs-trash:before{content:"︗"}.fi-bs-treadmill:before{content:"︘"}.fi-bs-treasure-chest:before{content:"︙"}.fi-bs-treatment:before{content:"︚"}.fi-bs-tree-alt:before{content:"︛"}.fi-bs-tree-christmas:before{content:"︜"}.fi-bs-tree-deciduous:before{content:"︝"}.fi-bs-tree:before{content:"︞"}.fi-bs-trees-alt:before{content:"︟"}.fi-bs-trees:before{content:"︰"}.fi-bs-triangle-music:before{content:"︱"}.fi-bs-triangle-person-digging:before{content:"︲"}.fi-bs-triangle-warning:before{content:"︳"}.fi-bs-triangle:before{content:"︴"}.fi-bs-tricycle:before{content:"︵"}.fi-bs-trillium:before{content:"︶"}.fi-bs-trophy-achievement-skill:before{content:"︷"}.fi-bs-trophy-star:before{content:"︸"}.fi-bs-trophy:before{content:"︹"}.fi-bs-truck-arrow-left:before{content:"︺"}.fi-bs-truck-arrow-right:before{content:"︻"}.fi-bs-truck-bolt:before{content:"︼"}.fi-bs-truck-box:before{content:"︽"}.fi-bs-truck-check:before{content:"︾"}.fi-bs-truck-container-empty:before{content:"︿"}.fi-bs-truck-container:before{content:"﹀"}.fi-bs-truck-couch:before{content:"﹁"}.fi-bs-truck-fire:before{content:"﹂"}.fi-bs-truck-flatbed:before{content:"﹃"}.fi-bs-truck-front:before{content:"﹄"}.fi-bs-truck-ladder:before{content:"﹅"}.fi-bs-truck-loading:before{content:"﹆"}.fi-bs-truck-medical:before{content:"﹇"}.fi-bs-truck-monster:before{content:"﹈"}.fi-bs-truck-moving:before{content:"﹉"}.fi-bs-truck-pickup:before{content:"﹊"}.fi-bs-truck-plow:before{content:"﹋"}.fi-bs-truck-ramp:before{content:"﹌"}.fi-bs-truck-side:before{content:"﹍"}.fi-bs-truck-tow:before{content:"﹎"}.fi-bs-truck-utensils:before{content:"﹏"}.fi-bs-trumpet:before{content:"﹐"}.fi-bs-trust-alt:before{content:"﹑"}.fi-bs-trust:before{content:"﹒"}.fi-bs-tshirt:before{content:"﹓"}.fi-bs-tty-answer:before{content:"﹔"}.fi-bs-tty:before{content:"﹕"}.fi-bs-tubes:before{content:"﹖"}.fi-bs-tuesday:before{content:"﹗"}.fi-bs-tugrik-sign:before{content:"﹘"}.fi-bs-turkey:before{content:"﹙"}.fi-bs-turn-left-down:before{content:"﹚"}.fi-bs-turn-left:before{content:"﹛"}.fi-bs-turn-right:before{content:"﹜"}.fi-bs-turntable:before{content:"﹝"}.fi-bs-turtle:before{content:"﹞"}.fi-bs-tv-music:before{content:"﹟"}.fi-bs-tv-retro:before{content:"﹠"}.fi-bs-typewriter:before{content:"﹡"}.fi-bs-u:before{content:"﹢"}.fi-bs-ufo-beam:before{content:"﹣"}.fi-bs-ufo:before{content:"﹤"}.fi-bs-ui-ux:before{content:"﹥"}.fi-bs-umbrella-beach:before{content:"﹦"}.fi-bs-umbrella:before{content:"﹧"}.fi-bs-under-construction:before{content:"﹨"}.fi-bs-underline:before{content:"﹩"}.fi-bs-undo-alt:before{content:"﹪"}.fi-bs-undo:before{content:"﹫"}.fi-bs-unicorn:before{content:"﹬"}.fi-bs-uniform-martial-arts:before{content:"﹭"}.fi-bs-universal-access:before{content:"﹮"}.fi-bs-unlock:before{content:"﹯"}.fi-bs-up-from-bracket:before{content:"ﹰ"}.fi-bs-up-left:before{content:"ﹱ"}.fi-bs-up-right-from-square:before{content:"ﹲ"}.fi-bs-up-right:before{content:"ﹳ"}.fi-bs-up:before{content:"ﹴ"}.fi-bs-upload:before{content:"﹵"}.fi-bs-url:before{content:"ﹶ"}.fi-bs-usb-pendrive:before{content:"ﹷ"}.fi-bs-usd-circle:before{content:"ﹸ"}.fi-bs-usd-square:before{content:"ﹹ"}.fi-bs-user-add:before{content:"ﹺ"}.fi-bs-user-alien:before{content:"ﹻ"}.fi-bs-user-astronaut:before{content:"ﹼ"}.fi-bs-user-check:before{content:"ﹽ"}.fi-bs-user-chef:before{content:"ﹾ"}.fi-bs-user-coach:before{content:"ﹿ"}.fi-bs-user-cowboy:before{content:"ﺀ"}.fi-bs-user-crown:before{content:"ﺁ"}.fi-bs-user-gear:before{content:"ﺂ"}.fi-bs-user-graduate:before{content:"ﺃ"}.fi-bs-user-headset:before{content:"ﺄ"}.fi-bs-user-helmet-safety:before{content:"ﺅ"}.fi-bs-user-injured:before{content:"ﺆ"}.fi-bs-user-interface-ui:before{content:"ﺇ"}.fi-bs-user-key:before{content:"ﺈ"}.fi-bs-user-lock:before{content:"ﺉ"}.fi-bs-user-md-chat:before{content:"ﺊ"}.fi-bs-user-md:before{content:"ﺋ"}.fi-bs-user-minus:before{content:"ﺌ"}.fi-bs-user-music:before{content:"ﺍ"}.fi-bs-user-ninja:before{content:"ﺎ"}.fi-bs-user-nurse:before{content:"ﺏ"}.fi-bs-user-pen:before{content:"ﺐ"}.fi-bs-user-pilot-tie:before{content:"ﺑ"}.fi-bs-user-pilot:before{content:"ﺒ"}.fi-bs-user-police:before{content:"ﺓ"}.fi-bs-user-robot-xmarks:before{content:"ﺔ"}.fi-bs-user-robot:before{content:"ﺕ"}.fi-bs-user-salary:before{content:"ﺖ"}.fi-bs-user-shield:before{content:"ﺗ"}.fi-bs-user-skill-gear:before{content:"ﺘ"}.fi-bs-user-slash:before{content:"ﺙ"}.fi-bs-user-tag:before{content:"ﺚ"}.fi-bs-user-time:before{content:"ﺛ"}.fi-bs-user-trust:before{content:"ﺜ"}.fi-bs-user-unlock:before{content:"ﺝ"}.fi-bs-user-visor:before{content:"ﺞ"}.fi-bs-user-xmark:before{content:"ﺟ"}.fi-bs-user:before{content:"ﺠ"}.fi-bs-users-alt:before{content:"ﺡ"}.fi-bs-users-class:before{content:"ﺢ"}.fi-bs-users-gear:before{content:"ﺣ"}.fi-bs-users-medical:before{content:"ﺤ"}.fi-bs-users-slash:before{content:"ﺥ"}.fi-bs-users:before{content:"ﺦ"}.fi-bs-utensils-slash:before{content:"ﺧ"}.fi-bs-utensils:before{content:"ﺨ"}.fi-bs-utility-pole-double:before{content:"ﺩ"}.fi-bs-utility-pole:before{content:"ﺪ"}.fi-bs-ux-browser:before{content:"ﺫ"}.fi-bs-ux:before{content:"ﺬ"}.fi-bs-v:before{content:"ﺭ"}.fi-bs-vacuum-robot:before{content:"ﺮ"}.fi-bs-vacuum:before{content:"ﺯ"}.fi-bs-value-absolute:before{content:"ﺰ"}.fi-bs-vault:before{content:"ﺱ"}.fi-bs-vector-alt:before{content:"ﺲ"}.fi-bs-vector-circle:before{content:"ﺳ"}.fi-bs-vector-polygon:before{content:"ﺴ"}.fi-bs-vector:before{content:"ﺵ"}.fi-bs-venus-double:before{content:"ﺶ"}.fi-bs-venus-mars:before{content:"ﺷ"}.fi-bs-venus:before{content:"ﺸ"}.fi-bs-vest-patches:before{content:"ﺹ"}.fi-bs-vest:before{content:"ﺺ"}.fi-bs-video-arrow-down-left:before{content:"ﺻ"}.fi-bs-video-arrow-up-right:before{content:"ﺼ"}.fi-bs-video-camera-alt:before{content:"ﺽ"}.fi-bs-video-camera:before{content:"ﺾ"}.fi-bs-video-duration:before{content:"ﺿ"}.fi-bs-video-plus:before{content:"ﻀ"}.fi-bs-video-slash:before{content:"ﻁ"}.fi-bs-videoconference:before{content:"ﻂ"}.fi-bs-vihara:before{content:"ﻃ"}.fi-bs-violin:before{content:"ﻄ"}.fi-bs-virus-slash:before{content:"ﻅ"}.fi-bs-virus:before{content:"ﻆ"}.fi-bs-viruses:before{content:"ﻇ"}.fi-bs-visit:before{content:"ﻈ"}.fi-bs-voicemail:before{content:"ﻉ"}.fi-bs-volcano:before{content:"ﻊ"}.fi-bs-volleyball:before{content:"ﻋ"}.fi-bs-volume-down:before{content:"ﻌ"}.fi-bs-volume-mute:before{content:"ﻍ"}.fi-bs-volume-off:before{content:"ﻎ"}.fi-bs-volume-slash:before{content:"ﻏ"}.fi-bs-volume:before{content:"ﻐ"}.fi-bs-vote-nay:before{content:"ﻑ"}.fi-bs-vote-yea:before{content:"ﻒ"}.fi-bs-vr-cardboard:before{content:"ﻓ"}.fi-bs-w:before{content:"ﻔ"}.fi-bs-waffle:before{content:"ﻕ"}.fi-bs-wagon-covered:before{content:"ﻖ"}.fi-bs-walker:before{content:"ﻗ"}.fi-bs-walkie-talkie:before{content:"ﻘ"}.fi-bs-walking:before{content:"ﻙ"}.fi-bs-wallet-arrow:before{content:"ﻚ"}.fi-bs-wallet-buyer:before{content:"ﻛ"}.fi-bs-wallet:before{content:"ﻜ"}.fi-bs-warehouse-alt:before{content:"ﻝ"}.fi-bs-warranty:before{content:"ﻞ"}.fi-bs-washer:before{content:"ﻟ"}.fi-bs-waste-pollution:before{content:"ﻠ"}.fi-bs-waste:before{content:"ﻡ"}.fi-bs-watch-calculator:before{content:"ﻢ"}.fi-bs-watch-fitness:before{content:"ﻣ"}.fi-bs-watch-smart:before{content:"ﻤ"}.fi-bs-watch:before{content:"ﻥ"}.fi-bs-water-bottle:before{content:"ﻦ"}.fi-bs-water-ladder:before{content:"ﻧ"}.fi-bs-water-lower:before{content:"ﻨ"}.fi-bs-water-rise:before{content:"ﻩ"}.fi-bs-water:before{content:"ﻪ"}.fi-bs-watermelon:before{content:"ﻫ"}.fi-bs-wave-sine:before{content:"ﻬ"}.fi-bs-wave-square:before{content:"ﻭ"}.fi-bs-wave-triangle:before{content:"ﻮ"}.fi-bs-wave:before{content:"ﻯ"}.fi-bs-waveform-path:before{content:"ﻰ"}.fi-bs-waveform:before{content:"ﻱ"}.fi-bs-web-design:before{content:"ﻲ"}.fi-bs-webcam-slash:before{content:"ﻳ"}.fi-bs-webcam:before{content:"ﻴ"}.fi-bs-webhook:before{content:"ﻵ"}.fi-bs-wednesday:before{content:"ﻶ"}.fi-bs-whale:before{content:"ﻷ"}.fi-bs-wheat-awn-circle-exclamation:before{content:"ﻸ"}.fi-bs-wheat-awn-slash:before{content:"ﻹ"}.fi-bs-wheat-awn:before{content:"ﻺ"}.fi-bs-wheat-slash:before{content:"ﻻ"}.fi-bs-wheat:before{content:"ﻼ"}.fi-bs-wheelchair-move:before{content:"﻽"}.fi-bs-wheelchair-sleeping:before{content:"﻾"}.fi-bs-wheelchair:before{content:"＀"}.fi-bs-whistle:before{content:"！"}.fi-bs-white-space:before{content:"＂"}.fi-bs-wifi-1:before{content:"＃"}.fi-bs-wifi-2:before{content:"＄"}.fi-bs-wifi-alt:before{content:"％"}.fi-bs-wifi-exclamation:before{content:"＆"}.fi-bs-wifi-slash:before{content:"＇"}.fi-bs-wifi:before{content:"（"}.fi-bs-wind-turbine:before{content:"）"}.fi-bs-wind-warning:before{content:"＊"}.fi-bs-wind:before{content:"＋"}.fi-bs-window-alt:before{content:"，"}.fi-bs-window-frame-open:before{content:"－"}.fi-bs-window-frame:before{content:"．"}.fi-bs-window-maximize:before{content:"／"}.fi-bs-window-minimize:before{content:"０"}.fi-bs-window-restore:before{content:"１"}.fi-bs-windsock:before{content:"２"}.fi-bs-wine-bottle:before{content:"３"}.fi-bs-wine-glass-crack:before{content:"４"}.fi-bs-wine-glass-empty:before{content:"５"}.fi-bs-wishlist-heart:before{content:"６"}.fi-bs-wishlist-star:before{content:"７"}.fi-bs-woman-head:before{content:"８"}.fi-bs-woman-scientist:before{content:"９"}.fi-bs-won-sign:before{content:"："}.fi-bs-work-in-progress:before{content:"；"}.fi-bs-workflow-alt:before{content:"＜"}.fi-bs-workflow-setting-alt:before{content:"＝"}.fi-bs-workflow-setting:before{content:"＞"}.fi-bs-workflow:before{content:"？"}.fi-bs-workshop:before{content:"＠"}.fi-bs-world:before{content:"Ａ"}.fi-bs-worm:before{content:"Ｂ"}.fi-bs-wreath:before{content:"Ｃ"}.fi-bs-wrench-alt:before{content:"Ｄ"}.fi-bs-wrench-simple:before{content:"Ｅ"}.fi-bs-x-ray:before{content:"Ｆ"}.fi-bs-x:before{content:"Ｇ"}.fi-bs-y:before{content:"Ｈ"}.fi-bs-yen:before{content:"Ｉ"}.fi-bs-yin-yang:before{content:"Ｊ"}.fi-bs-z:before{content:"Ｋ"}.fi-bs-zip-file:before{content:"Ｌ"}.fi-bs-zoom-in:before{content:"Ｍ"}.fi-bs-zoom-out:before{content:"Ｎ"}/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--sigma-background-color:#fff;--sigma-controls-background-color:#fff;--sigma-controls-background-color-hover:rgba(0,0,0,.2);--sigma-controls-border-color:rgba(0,0,0,.2);--sigma-controls-color:#000;--sigma-controls-zindex:100;--sigma-controls-margin:5px;--sigma-controls-size:30px}div.react-sigma{height:100%;width:100%;position:relative;background:var(--sigma-background-color)}div.sigma-container{height:100%;width:100%}.react-sigma-controls{position:absolute;z-index:var(--sigma-controls-zindex);border:2px solid var(--sigma-controls-border-color);border-radius:4px;color:var(--sigma-controls-color);background-color:var(--sigma-controls-background-color)}.react-sigma-controls.bottom-right{bottom:var(--sigma-controls-margin);right:var(--sigma-controls-margin)}.react-sigma-controls.bottom-left{bottom:var(--sigma-controls-margin);left:var(--sigma-controls-margin)}.react-sigma-controls.top-right{top:var(--sigma-controls-margin);right:var(--sigma-controls-margin)}.react-sigma-controls.top-left{top:var(--sigma-controls-margin);left:var(--sigma-controls-margin)}.react-sigma-controls:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.react-sigma-controls:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.react-sigma-control{width:var(--sigma-controls-size);height:var(--sigma-controls-size);line-height:var(--sigma-controls-size);background-color:var(--sigma-controls-background-color);border-bottom:1px solid var(--sigma-controls-border-color)}.react-sigma-control:last-child{border-bottom:none}.react-sigma-control>*{box-sizing:border-box}.react-sigma-control>button{display:block;border:none;margin:0;padding:0;width:var(--sigma-controls-size);height:var(--sigma-controls-size);line-height:var(--sigma-controls-size);background-position:center;background-size:50%;background-repeat:no-repeat;background-color:var(--sigma-controls-background-color);clip:rect(0,0,0,0)}.react-sigma-control>button:hover{background-color:var(--sigma-controls-background-color-hover)}.react-sigma-search{background-color:var(--sigma-controls-background-color)}.react-sigma-search label{visibility:hidden}.react-sigma-search input{color:var(--sigma-controls-color);background-color:var(--sigma-controls-background-color);font-size:1em;width:100%;margin:0;border:none;padding:var(--sigma-controls-margin);box-sizing:border-box}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}:root{--tenant-gradient-color-1: rgba(192, 192, 192, 1);--tenant-gradient-color-2: rgba(192, 192, 192, 1);--tenant-gradient-color-3: rgba(192, 192, 192, 1);--tenant-gradient-horizontal: linear-gradient(to right, rgba(0,0,0,0), var(--tenant-gradient-color-1));--tenant-gradient-vertical: linear-gradient(to bottom, rgba(192, 192, 192, .5) 0px, rgba(192, 192, 192, .3) 120px, rgba(255, 255, 255, 0) 180px)}.client-logo{opacity:.5;position:relative;background-color:transparent;display:flex;align-items:center;justify-content:center}.client-logo:before{content:"";position:absolute;top:20%;left:10%;right:10%;bottom:20%;border:2px solid rgba(128,128,128,.8);box-sizing:border-box;background-color:transparent}.client-logo:after{content:"BETA";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#808080e6;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;z-index:1}@font-face{font-family:SourceSansPro-Regular;src:url(/assets/SourceSansPro-Regular-BDsU6_BF.ttf) format("truetype")}html{--maxlw: 750px;--minlw: 400px;--svw: 400px;--lh: 1.4rem;--margin: 35px;--animation-duration: 1s;--fast-animation-duration: .3s;line-height:var(--lh)}body{font-family:SourceSansPro-Regular,Arial,Helvetica,sans-serif;font-size:14px;overflow:hidden;scroll-behavior:auto}html,body,#root,.app,.page-content,.search-results,.grid-view{height:100%;box-sizing:border-box}.admin,.admin-toggle{background-image:var(--admin-gradient)!important}.admin input,.admin textarea,.admin-toggle input,.admin-toggle textarea{background-image:var(--admin-input-gradient)!important}.horizontal{display:flex;flex-direction:row}.vertical{display:flex;flex-direction:column}button.admin.help{display:none}button.glyphicon:hover:not(:disabled){color:var(--bold-color)}.publication:before{content:open-quote}.publication:after{content:close-quote}.patent{font-style:italic}.patent:first-letter{text-transform:uppercase}.message{color:var(--success-color);white-space:pre-line}.alert-warning .er-l-dlg-lbl-type,.message.warning{color:var(--warning-color)}.alert-error .er-l-dlg-lbl-type,.message.error{color:var(--danger-color)}.alert-error .er-l-dlg-lbl-type{font-weight:700}.message.user-not-found{color:#9a4c00}.jsoneditor-react{display:flex;flex:1}.simple-select{line-height:1rem}.simple-select label{display:inline-flex;flex-direction:row;flex-wrap:nowrap}.simple-select label span{flex:auto;margin:auto .25rem auto auto}.simple-select .select__control{display:inline-flex;min-height:1rem;background-color:var(--bg-color);border-color:var(--border-color);color:var(--default-color)}.simple-select .select__value-container{padding:0 4px 0 0}.simple-select .select__dropdown-indicator{padding:0;margin:auto}.simple-select .select__single-value{min-width:1rem;text-align:start;color:var(--default-color)}.simple-select .select__menu{background-color:var(--bg-secondary);border-color:var(--border-color)}.simple-select .select__option{background-color:var(--bg-secondary);color:var(--default-color)}.simple-select .select__option--is-focused,.simple-select .select__option--is-selected{background-color:var(--active-bg-color)!important}.simple-select .select__indicator{color:var(--text-secondary)}.simple-select .select__indicator-separator{background-color:var(--border-color)}.simple-select.disabled{pointer-events:none}.simple-select.disabled .select__control{background-color:transparent;border-color:transparent}.simple-select.disabled .select__indicators{display:none}.input-reset{cursor:pointer;display:inline-flex;align-items:center}.input-reset.disabled{visibility:hidden;cursor:not-allowed}.input-reset:hover:not(.disabled){color:var(--danger-color);font-weight:700}.input-reset.inside{margin-left:-1.5em;margin-right:.5em}.markdown .md-p{margin-bottom:.5rem}.markdown blockquote{margin:.5em 0;padding-left:1em;border-left:3px solid var(--border-color);color:var(--text-secondary);font-style:italic}.markdown.error{color:var(--danger-color)}.markdown .interpolated div{display:inline}.safe-renderer-with-error{position:relative}.render-error-indicator{position:absolute;bottom:0;right:0;padding:2px 6px;background:var(--danger-bg-subtle);color:var(--danger-color);font-size:16px;font-weight:700;border-radius:3px;cursor:pointer;-webkit-user-select:none;user-select:none;animation:pulse-error 2s ease-in-out infinite}.render-error-indicator:hover{background:var(--danger-bg)}@keyframes pulse-error{0%,to{opacity:.6}50%{opacity:1}}.llm-tag{display:none}.show-llm-tags .llm-tag{display:inline;opacity:.4;font-size:.75em;font-family:monospace;color:var(--text-muted);border:1px dashed var(--border-color);padding:0 2px;margin:0 2px}.app{display:flex;flex-direction:column;max-height:100%}.page-content{flex:1;overflow:hidden}.app-root{text-align:center}.landing-page .app-container,.error-page,.maintenance-page{margin-top:60px;display:flex;flex-direction:column;height:100%;overflow:hidden}.landing-page .app-container{margin-top:60px;padding-top:0;margin-left:0;margin-right:0;overflow-y:visible;overflow-x:hidden;transition:margin-top 1s ease-in-out}.landing-page .app-container.shrink{margin-top:0;margin-left:var(--margin);margin-right:var(--margin)}.landing-page{height:100%;margin:0 var(--margin);overflow:hidden}.landing-page .search-box .copy-to-clipboard{display:none}.landing-page .navbar{background-color:transparent;background-image:none}.landing-page .navbar-menus .btn.dropdown-toggle{background-color:var(--bg-color);position:relative;z-index:200}.navbar-logo-mini{display:none;height:46px;text-align:start;content:url(/assets/official_logo-MFLe0-iX.png)}html[data-theme=dark] .navbar-logo-mini{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='324'%20height='150'%20viewBox='247%20137%20349%20162'%20preserveAspectRatio='xMidYMid%20meet'%20shape-rendering='geometricPrecision'%3e%3cpath%20d='M304.852%20184.377c0-7.685-5.346-11.805-13.922-11.805h-11.174v23.835h11.508c8.576%200%2013.588-5.124%2013.588-11.807zm-14.144%2027.287h-10.952v26.73h-17.152v-81.303h29.774c18.599%200%2029.848%2011.025%2029.848%2026.953v.223c0%2018.042-14.033%2027.397-31.518%2027.397m39.353-54.574h16.93v81.306h-16.93zm52.602%2034.081c-7.018%200-11.583%205.012-12.92%2012.698h25.505c-1.003-7.575-5.457-12.698-12.585-12.698m28.846%2023.278h-41.544c1.67%207.685%207.018%2011.694%2014.59%2011.694%205.68%200%209.802-1.781%2014.48-6.125l9.689%208.576c-5.568%206.905-13.587%2011.137-24.39%2011.137-17.933%200-31.186-12.585-31.186-30.85v-.223c0-17.041%2012.14-31.075%2029.515-31.075%2019.936%200%2029.069%2015.482%2029.069%2032.411v.223c0%201.67-.112%202.673-.223%204.232'%20fill='%23e8e8e8'/%3e%3cpath%20d='M448.894%20207.766l20.159-29.069h-17.708l-11.25%2017.375-11.137-17.375h-18.155l20.159%2029.403-20.939%2030.294h17.71l12.028-18.6%2012.029%2018.6h.299a30.368%2030.368%200%200112.84-7.296z'%20fill='%23e8e8e8'/%3e%3cpath%20d='M503.86%20269.091c-1.177%2012.832-12.532%2022.282-25.364%2021.106-12.83-1.176-22.28-12.531-21.104-25.363%201.175-12.83%2012.53-22.28%2025.362-21.105%2012.832%201.176%2022.281%2012.53%2021.105%2025.362'%20fill='%23ff5942'/%3e%3cpath%20d='M444.383%20269.241c-.684%207.47-7.295%2012.97-14.765%2012.287-7.47-.684-12.971-7.295-12.287-14.765.685-7.47%207.296-12.971%2014.765-12.287%207.47.685%2012.97%207.295%2012.287%2014.765'%20fill='%23ff1a7d'/%3e%3cpath%20d='M578.891%20203.253c-2.397%2026.162-25.549%2045.429-51.712%2043.032-26.164-2.396-45.429-25.55-43.033-51.712%202.397-26.163%2025.55-45.43%2051.713-43.032%2026.163%202.396%2045.43%2025.549%2043.032%2051.712'%20fill='%23ffb347'/%3e%3c/svg%3e")}.login-form button.help{float:left;margin-left:20px;margin-top:20px;font-size:1.5rem;border:none}.client-logo{z-index:1;margin-left:var(--margin);text-align:end;display:block;background-repeat:no-repeat;background-position:right;background-size:contain;width:150px;height:48px;flex-shrink:0;flex-grow:0}.landing-page .app-container:not(.shrink) .client-logo{z-index:-1}.landing-page .menu-item-main-page{width:auto;justify-content:flex-end}.landing-page .menu-item-main-page .client-logo{margin-left:0;flex-shrink:0;flex-grow:0}.search-results .navbar-menus .client-logo{margin-left:0}.search-results .navbar{background-color:var(--bg-color);background-image:var(--tenant-gradient-horizontal)}.search-results .navbar>*{background-color:var(--bg-color)}.search-results .navbar .container-fluid{background-color:var(--bg-color)}.navbar-controls{background-color:transparent}.login-form .client-logo,.help-form .client-logo{float:right;margin-top:-40px;margin-right:40px}.navbar{background-image:var(--tenant-gradient-horizontal)}.landing-page:before{content:"";position:absolute;top:0;left:0;right:0;height:95px;background-image:var(--tenant-gradient-horizontal);mask-image:linear-gradient(to bottom,#000,#000 70px,#0000);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70px,rgba(0,0,0,0) 100%);pointer-events:none;z-index:2}.landing-page .app-container{padding-top:0}.login-body,.help-body{background-image:var(--tenant-gradient-vertical)}form.help .help-body{left:50%;transform:translate(-50%);width:600px;max-height:80%;overflow:auto;display:flex;flex-direction:column;padding:20px;margin:var(--margin)}form.help .help-body .help-img-wrp{margin-top:var(--margin)}form.help .help-body .client-logo{display:none}form.help .help-body button.link{position:relative;left:0;z-index:10;text-align:start}form.help .help-body .chat-session{height:unset;width:100%;overflow:auto;flex:1 1 auto}form.help.embedded .link{display:none}form.help.embedded .help-body{width:100%;height:100%;left:unset;transform:none}.error-page,.maintenance-page{text-align:center;font-size:18px}.error-page details>*{font-family:monospace;text-align:left;margin:0 200px}.landing-page .logo-wrapper,.error-page .logo-wrapper{margin:60px auto 20px;width:100%}.landing-page .app-container .logo-wrapper{position:absolute;top:95px;left:0;right:0;margin:0 0 20px;width:100%;display:flex;justify-content:flex-start;transition:top var(--animation-duration) ease-in-out,margin-bottom var(--animation-duration) ease-in-out}.landing-page .app-container .logo-wrapper .app-logo{height:113px;margin-left:calc((100% - 244px)/2);margin-right:calc((100% - 244px)/2);cursor:pointer;position:relative;z-index:102;transition:height var(--animation-duration) ease-in-out,margin-left var(--animation-duration) ease-in-out,margin-right var(--animation-duration) ease-in-out;outline:none}.landing-page .app-container .logo-wrapper .app-logo:focus-visible{outline:var(--focus-border);border-radius:var(--default-border-radius)}.landing-page .app-container .landing-page-inputs{padding-top:178px;transition:padding-top var(--animation-duration) ease-in-out}.landing-page .app-container.shrink .logo-wrapper{top:13px;margin-bottom:20px}.landing-page .app-container.shrink .logo-wrapper .app-logo{height:48px;margin-left:calc(var(--margin) + var(--margin) + var(--padding));margin-right:0}.landing-page .app-container.shrink .landing-page-inputs{padding-top:95px;position:relative;flex-shrink:1;overflow-y:auto;overflow-x:hidden}.landing-page .app-container{height:100%;max-height:100%;overflow:hidden;flex-grow:1;display:flex;flex-direction:column;margin-bottom:var(--margin);z-index:auto}.modal-title{width:100%;display:flex;flex-direction:row;align-items:center}.modal-title .glyphicon-warning-sign{margin-left:0}.draggable .modal-title{cursor:move}.modal-header,.modal-footer{padding:.5rem .75rem}.modal-header button.btn-close{vertical-align:top;padding:4px;margin:4px;top:4px;cursor:pointer}.modal-header button.btn-close:hover{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e")}.modal-footer:has(.rnd-resizable-handle),.modal-footer .rnd-resizable-handle{padding:0}.grid-viewport-row .loading-animation{width:var(--maxlw);height:4rem;padding-top:1rem}.modal-dialog.ketcher-wrp-mdl{width:min(900px,95vw)!important;max-width:95vw!important;min-height:728px}.modal-dialog.ketcher-wrp-mdl .modal-body{overflow:auto}.modal-dialog.ketcher-wrp-mdl .modal-body iframe.mol-editor{width:min(850px,calc(95vw - 50px))!important;max-width:100%}.modal-dialog.ketcher-wrp-mdl .modal-footer{flex-wrap:nowrap;column-gap:4px}.modal-dialog.ketcher-wrp-mdl .modal-footer .btn,.modal-dialog.ketcher-wrp-mdl .modal-footer .search-link{white-space:nowrap;flex-shrink:0;width:initial;padding:inherit;margin-right:0}.ketcher-wrp-mdl .smiles-list{flex:1 1 auto;min-width:0;text-align:left;max-height:200px;overflow:auto}.list-divider{color:var(--text-muted);padding:0 5px}.long-text,div.long-text,.long-list-element{text-overflow:ellipsis;overflow:clip;white-space:nowrap;display:block}.long-list-element{text-overflow-ellipsis:"...   "}.long-text:hover,.long-list-element:hover{white-space:normal;overflow-wrap:break-word}.smiles .long-text:hover{word-break:break-all}.truncate-overflow-clamp{--max-lines: 3;display:-webkit-box;-webkit-line-clamp:var(--max-lines);-webkit-box-orient:vertical}.truncate-overflow{--max-lines: 3;position:relative;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden}.truncate-lines-2{--max-lines: 2}.app .react-tooltip-arrow{z-index:1000;background-color:var(--border-color-light);color:var(--bold-color)}.app .react-tooltip{max-width:400px;z-index:1000;padding:8px;background:var(--bg-tertiary);color:var(--text-secondary);border-radius:4px}.app .react-tooltip ul{padding-left:1em;margin-bottom:4px}.app .react-tooltip b{color:var(--bold-color)}.app .react-tooltip em{font-style:normal}.tooltip-text{opacity:0;transition:opacity .01s;visibility:hidden;background:var(--bg-tertiary);padding:8px 24px;position:absolute;contain:paint;z-index:5;width:400px;max-width:400px;top:50%;left:105%}.tooltip-host{position:relative;display:inline-block}*:hover>.tooltip-text{opacity:1;visibility:visible}.tooltip-text b{color:var(--bold-color)}ul.tooltip-text{list-style-type:disc}ul.tooltip-text.activities{margin-bottom:auto;padding-bottom:1rem;overflow-y:visible;max-height:none}.message-list .modal-header{padding:8px 12px}.message-list .modal-title span{flex-grow:1}.message-list .modal-body{padding:0;max-height:60vh;overflow-y:auto}.message-list .modal-body>div{padding:8px 12px}.message-details-list{width:100%}.message-details-list .message-details{list-style:none;padding:0 0 0 20px;max-height:100px;overflow:auto;margin-right:20px}.Toastify__toast-body{max-height:33vh;overflow-y:auto}.search-results{margin-left:24px;display:flex;flex-wrap:wrap;flex-direction:row;overflow:hidden}.query-summary{flex:initial;z-index:1;margin-left:var(--margin)}.search-results.search-results-loading{flex-wrap:nowrap;width:100%}.search-results-loading .grid-loading{flex:1 1 auto}.search-results-loading .query-summary{flex:0 0;position:relative}.search-results-loading .query-summary .query-summary-contents{position:relative;margin-right:35px}.graph-results{height:100%;width:60%;display:flex;flex-direction:column;margin-top:var(--margin);padding-bottom:var(--margin)}.graph-results .loading-animation{display:flex;flex-direction:column}.graph-results label:has(.category-select){display:flex}.graph-results .category-select{display:inline-block;flex:1 0 auto;margin-left:var(--margin)}.graph-results .category-select .category-select__control{min-height:fit-content;background-color:transparent;border-color:var(--border-color);color:var(--default-color)}.graph-results .category-select .category-select__menu{width:fit-content;background-color:var(--bg-secondary);border-color:var(--border-color)}.graph-results .category-select .category-select__value-container,.graph-results .category-select .category-select__input-container{padding:0;margin:0}.graph-results .category-select .category-select__single-value,.graph-results .category-select .category-select__placeholder,.graph-results .category-select .category-select__input{color:var(--default-color)}.graph-results .category-select .category-select__option{background-color:var(--bg-secondary);color:var(--default-color)}.graph-results .category-select .category-select__option--is-focused,.graph-results .category-select .category-select__option--is-selected{background-color:var(--active-bg-color)}.graph-results .category-select .category-select__indicators,.graph-results .category-select .category-select__indicator{padding:0;color:var(--text-secondary)}.graph-results .category-select .category-select__indicator-separator{background-color:var(--border-color)}.graph-controls{z-index:1;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:nowrap}.graph-controls label{white-space:nowrap}.graph-controls-left{display:flex;flex-direction:column;gap:8px;min-width:0}.graph-controls-right{display:flex;flex-direction:column;gap:8px;align-items:flex-end;flex-shrink:0}.graph-controls-row{display:flex;flex-wrap:wrap;column-gap:var(--padding);align-items:center}.graph-controls input[type=text]{box-sizing:border-box;padding:4px 8px;border:1px solid var(--border-color);border-radius:4px;background-color:transparent;color:var(--default-color)}.graph-controls input[type=text]:focus{outline:2px solid var(--active-color);outline-offset:0;border:1px solid var(--border-color)}.label-spacing-control{display:flex;align-items:center;gap:8px;font-size:12px;min-width:200px}.label-spacing-control span{font-weight:500;white-space:nowrap}.label-spacing-control input[type=range]{flex:1}.debug-button{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:4px;padding:4px 12px;font-size:12px;cursor:pointer;transition:all .2s ease}.debug-button.copied{background-color:var(--success-bg);border-color:var(--success-color)}.evidence-arrow{position:absolute;padding-top:.07rem;float:left;top:96px;left:50%;transform:translate(-50%) translateY(-50%);width:20%;height:.2rem;background-color:var(--bold-color)}.evidence-arrow.indirect{background:repeating-linear-gradient(to right,var(--bold-color),var(--bold-color) 8px,transparent 8px,transparent 16px);opacity:.7}.indirect-edge-notice{margin:8px 0;padding:8px 12px;border-radius:4px;font-size:13px}.evidence-arrow:after{float:right;transform:translate(50%) translateY(-50%);content:"";display:inline-block;font-family:Glyphicons Halflings,sans-serif;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.graph-details{position:relative;max-width:40%;flex:1 1;margin-left:var(--margin);display:flex;flex-direction:column;height:100%;overflow:auto}.graph-details .nodes{flex:0 0 auto;display:flex;flex-direction:row;width:100%}.graph-details .nodes .entity-view{margin:var(--margin);flex:auto;max-width:50%}.graph-details .nodes .entity-view .ball-lg div{height:128px;width:128px}.graph-details .nodes .entity-view img{max-height:128px;width:100%}.selection-rectangle{display:none;border:1px dashed var(--text-muted);position:absolute;z-index:1000}.graph-details .edges{margin:var(--margin);display:flex;flex-direction:column;justify-content:flex-start;flex:1 1;overflow:hidden}.graph-details .dataset-edges{align-self:center;min-height:0;width:100%;display:flex;flex-direction:column;flex-basis:auto;overflow:hidden;margin-top:var(--margin)}.graph-details .dataset-edges .dataset{flex:0 0 auto;font-weight:700;font-size:1rem;text-decoration:none;background-color:var(--border-color)}.graph-details .dataset-edges .edge-details{flex:0 1 auto;display:flex;flex-direction:column;overflow:auto}.graph-details .dataset-edges .edge-details .edge-detail{margin-left:var(--margin)}.graph-view{height:100%;display:flex;flex-direction:column}.graph-view .graph-container{width:100%;flex:1;min-height:0;touch-action:none;margin-top:-25px}.graph-view .graph-bottom-controls{display:flex;justify-content:space-between;align-items:center;padding:0 20px 10px;min-height:40px}.graph-results .graph-loading-animation{width:50%;height:50%}.graph-results .graph-loading-animation .graph-container{width:100%;height:100%;margin:auto}.graph-warning-banner{position:absolute;top:10px;left:calc(100% + 10px);background-color:var(--warning-bg);border:1px solid var(--warning-color);border-radius:4px;padding:8px 16px;z-index:1000;font-size:14px;font-weight:500;color:var(--warning-text);box-shadow:0 2px 4px var(--shadow-color);white-space:nowrap}.graph-info-banner{position:absolute;top:10px;left:calc(100% + 10px);background-color:var(--info-bg);border:1px solid var(--info-color);border-radius:4px;padding:8px 16px;z-index:999;font-size:13px;color:var(--info-text);box-shadow:0 2px 4px var(--shadow-color);white-space:nowrap;pointer-events:none;animation:fade-out-after-delay 6s ease-in-out forwards}@keyframes fade-out-after-delay{0%,83.33%{opacity:1}to{opacity:0;visibility:hidden}}.graph-category-legend{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background-color:var(--hover-bg-color);border:1px solid var(--border-color);border-radius:4px;padding:8px 12px;z-index:1000;display:flex;gap:16px;flex-wrap:wrap;justify-content:center;font-size:12px;box-shadow:0 2px 4px var(--shadow-color)}.graph-category-legend-item{display:flex;align-items:center;gap:6px;white-space:nowrap}.graph-category-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.center-vertical{margin:auto;position:relative;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%)}.center-horizontal{width:100%;margin:auto}.grid-filter{flex:initial;height:fit-content;z-index:1;display:flex;background-color:var(--bg-color);width:var(--maxlw);min-width:var(--minlw);max-width:var(--maxlw)}.grid-loading{max-width:var(--maxlw);height:100%}.grid-loading .loading-animation{position:relative;margin:auto;top:50%;transform:translateY(-50%);height:75%;width:100%}.query-summary-contents{position:absolute;width:var(--svw);margin-right:var(--margin)}.grid-view{height:100%;width:100%}.grid-viewport{margin-top:-73px;padding-top:73px;overflow-y:auto;contain:strict;height:100%}.grid-virtualized{width:100%;position:relative;overflow-x:clip}.grid-virtualized-content{position:absolute;top:0;left:0;width:100%}.grid-viewport-row{min-width:var(--minlw);max-width:var(--maxlw);overflow-x:clip}.empty-result{height:100%;min-width:var(--minlw);max-width:var(--maxlw);padding-bottom:var(--margin)}.empty-result-content{border:1px solid var(--border-color-light);text-align:center;font-size:21px;background-color:var(--bg-secondary);height:100%;padding-top:20%;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.row-loading{color:var(--danger-color);display:none}.row-scrolling{color:var(--success-color);height:0}.hidden{visibility:hidden}.as-top{color:inherit}.upper{text-transform:uppercase}.category{color:var(--text-muted);text-transform:uppercase;display:block}::placeholder{font-style:italic}.star-rating{color:var(--default-color)}.star-rating.checked{color:orange}.out-of-bounds{color:var(--danger-color)}.markdown.alert{padding:.2rem}.jsoneditor-react .jse-contents{max-height:35%}.file-uploader{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;flex:1 1 auto;max-width:100%;min-width:0}.file-uploader .attach-button{margin:4px 2px;width:1.5rem;height:1.5rem}.file-uploader .attach-button.read-only{border:transparent;background:none;box-shadow:none}.file-uploader .attach-button.read-only:disabled{border:transparent;background:none;box-shadow:none;opacity:var(--disabled-opacity);cursor:default}.file-uploader .attached-file{margin:4px 2px;display:inline-block;padding:2px 8px 2px 4px;border:1px solid var(--text-muted);border-radius:4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-uploader .attached-file .circular-progress{margin-left:4px;display:inline-block;width:12px;height:12px}.file-uploader .attached-file .delete-button{cursor:pointer;padding-right:1rem}.file-uploader .attached-file.attachment-not-found{color:var(--danger-color);border-color:var(--danger-color);font-weight:700}.file-uploader.disabled .attached-file{border-color:color-mix(in srgb,transparent 50%,var(--disabled-color))}.ai-modal{max-height:95%;min-height:30%;flex-direction:column}.ai-modal .waiting{font-style:italic}.ai-modal .prompt{min-height:2rem}.ai-modal .prompt,.ai-modal .loading-animation{margin-right:8px;flex-grow:1;width:unset}.ai-modal .chat-box-control.drag-over{background-color:var(--highlight-color);border:2px dashed var(--link-color);border-radius:4px}.ai-modal .chat-box-control.drag-over .prompt{opacity:.7}.ai-modal label.context>b{display:inline-block;width:100%;border-bottom:1px solid var(--text-muted)}.ai-modal label.context>b button{background:none;border:none}.ai-modal label.context,.ai-modal p>label{color:var(--bold-color);font-weight:700;width:100%}.ai-modal label.context>span,.ai-modal p>label>span{color:var(--dropdown-color);display:inline-block;max-height:150px;overflow-y:auto}.ai-modal .assistant .alert,.ai-modal .search-analyst .alert{padding:.1rem}.ai-modal .alert{margin-top:8px;margin-bottom:8px;padding:.5rem}.ai-modal .ctm__checkbox{margin-top:var(--padding)}.ai-modal .model-settings{margin-top:var(--padding);width:100%}.ai-modal .model-settings .simple-select{vertical-align:baseline}.ai-modal .model-settings .simple-select label,.ai-modal .model-settings .simple-select .select__control{display:inline-flex}.ai-modal .model-settings label,.ai-modal .model-settings div{display:inline-block}.ai-modal .model-settings label .react-numeric-input,.ai-modal .model-settings div .react-numeric-input{margin:0 var(--margin);max-width:4rem}.ai-modal .model-settings label .react-numeric-input input,.ai-modal .model-settings div .react-numeric-input input{max-width:100%;background-color:var(--bg-color);color:var(--default-color);border-color:var(--border-color)}.ai-modal .model-settings label .react-numeric-input input:disabled,.ai-modal .model-settings div .react-numeric-input input:disabled{background-color:var(--disabled-bg-color);color:var(--disabled-color);cursor:not-allowed}.chat-modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1050;pointer-events:none}.chat-modal-wrapper .modal-backdrop{pointer-events:all;z-index:1}.chat-modal-rnd{pointer-events:all;z-index:2}.chat-modal-rnd{height:auto!important}.chat-modal-rnd .modal-dialog{margin:0;width:100%!important;height:auto;max-width:100%!important;display:flex;flex-direction:column;position:relative;overflow:visible}.chat-modal-rnd .modal-content{width:100%;height:auto;display:flex;flex-direction:column;border-radius:8px;overflow:visible;position:relative}.chat-modal-rnd .modal-body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;position:relative;max-height:calc(80vh - 60px)}.chat-modal-rnd .chat-session{transition:padding-right .3s ease-in-out}.chat-modal-rnd .modal-body:has(.source-references-drawer.modal-drawer.open) .chat-session{padding-right:340px}.chat-modal-rnd .modal-body{position:relative}.chat-modal-rnd .react-resizable-handle{position:absolute;z-index:10}.chat-modal-rnd .react-resizable-handle-se{bottom:0;right:0;cursor:se-resize;width:20px;height:20px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;background-repeat:no-repeat;background-origin:content-box;padding:0 3px 3px 0}.chat-modal-rnd .react-resizable-handle-e{right:0;top:0;height:100%;width:5px;cursor:ew-resize}.chat-modal-rnd .react-resizable-handle-w{left:0;top:0;height:100%;width:5px;cursor:ew-resize}.chat-modal-rnd .react-resizable-handle-n{top:0;left:0;width:100%;height:5px;cursor:ns-resize}.chat-modal-rnd .react-resizable-handle-s{bottom:0;left:0;width:100%;height:5px;cursor:ns-resize}.chat-modal-rnd .react-resizable-handle-ne{top:0;right:0;width:20px;height:20px;cursor:ne-resize}.chat-modal-rnd .react-resizable-handle-nw{top:0;left:0;width:20px;height:20px;cursor:nw-resize}.chat-modal-rnd .react-resizable-handle-sw{bottom:0;left:0;width:20px;height:20px;cursor:sw-resize}.ai-modal.modal-dialog{max-width:65%}.ai-modal .modal-header{padding:4px 8px;align-items:center;flex-shrink:0;display:flex;justify-content:space-between}.ai-modal .modal-title{display:flex;flex-direction:row;flex-grow:1;align-items:center}.ai-modal .modal-title img{top:50%;margin:auto 8px}.ai-modal .alert-warning{border:1px solid var(--warning-color);padding:4px;margin:0 0 8px;flex-grow:1}.ai-modal .alert-warning h6{color:var(--bold-color);font-weight:bolder}.ai-modal .logo{height:18px;margin-left:8px}.ai-modal .title{flex-grow:1}.ai-modal .chat-download-modal .btn{min-width:20px;width:20px;height:20px;padding:3px;margin-right:.5rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--text-secondary);transition:color .2s ease}.ai-modal .chat-download-modal .btn:hover,.ai-modal .chat-download-modal .btn:focus,.ai-modal .chat-download-modal .btn:active,.ai-modal .chat-download-modal .show>.btn{border:none;background:transparent;box-shadow:none;color:var(--default-color)}.ai-modal .chat-download-modal .btn .glyphicon{font-size:14px;line-height:1;margin:0;padding:0;color:inherit}.ai-modal .chat-download-modal .btn .navbar-icon-label__text{display:none}.ai-modal .chat-download-modal .dropdown-menu{border-color:var(--border-color);background-color:var(--bg-color);box-shadow:0 2px 4px var(--shadow-color);font-size:13px;min-width:220px}.ai-modal .modal-header .modal-close-btn{min-width:20px;width:20px;height:20px;padding:3px;margin-left:.5rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--text-secondary);transition:color .2s ease;flex-shrink:0}.ai-modal .modal-header .modal-close-btn:hover,.ai-modal .modal-header .modal-close-btn:focus,.ai-modal .modal-header .modal-close-btn:active{border:none;background:transparent;box-shadow:none;color:var(--default-color)}.ai-modal .modal-header .modal-close-btn .glyphicon{font-size:14px;line-height:1;margin:0;padding:0;color:inherit}.ai-modal .user-input{position:relative;display:flex;flex-direction:row}.ai-modal .categories-selection .dropdown-menu.show{columns:2}.ai-modal .buttons{display:none;justify-content:space-evenly;align-items:center;margin:8px 0}.ai-modal .buttons .glyphicon{padding:4px;font-size:19px}.ai-modal .dropdown-toggle:after{display:none}.ai-modal .categories-selection .btn{margin-left:4px;padding:0;width:22px;height:22px}.ai-modal .categories-selection .btn .glyphicon{font-size:90%;display:inline-block;margin:0;padding:2px}.ai-modal .buttons>span{white-space:nowrap;flex-grow:1;margin:0 8px;text-align:right}.ai-modal .chat-session .controls button.glyphicon{border:none;background:transparent;width:24px;min-width:24px;height:24px}.ai-modal .chat-session .controls button.glyphicon:hover:not(:disabled){background:transparent}.ai-modal .chat-session .controls .sources-toggle-btn{margin-left:auto;padding:4px 12px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-color);cursor:pointer;font-size:14px;width:auto;height:auto}.ai-modal .chat-session .controls .sources-toggle-btn:hover{background-color:var(--bg-secondary)}.ai-modal .chat-session .chat-box-control button{border:none;background-color:var(--bg-color);width:40px;min-width:40px}.ai-modal .chat-session .chat-box-control button:disabled{background-color:transparent;opacity:var(--disabled-opacity)}.ai-modal .chat-session .chat-box-control button.send:hover:not(:disabled){background-color:var(--success-bg);color:var(--success-color)}.ai-modal .chat-session .chat-box-control button.stop:hover:not(:disabled){background-color:var(--danger-bg);color:var(--danger-color)}.ai-modal .simple-select .select__option--is-focused,.ai-modal .simple-select .select__option--is-selected{background-color:var(--active-bg-color)!important}.ai-modal .conversation-scroller{max-height:400px;margin-bottom:var(--margin)}.ai-modal .user-input select{max-width:175px;text-overflow:ellipsis}.ai-modal span.system{font-weight:700;color:inherit}.chat-session{margin:0;padding-bottom:var(--padding)}.conversation-scroller{overflow-y:auto;overflow-x:hidden;position:relative}.conversation-scroller.loading-conversation{opacity:.4;filter:blur(2px);pointer-events:none;transition:opacity .15s ease,filter .15s ease}.turn.user.sticky-prompt{background-color:var(--prompt-bg);box-shadow:0 2px 6px var(--shadow-color);padding:0 8px;border-radius:var(--prompt-border-radius) var(--prompt-border-radius) 0 var(--prompt-border-radius);width:fit-content;max-width:calc(100% - 16px);margin-left:auto;margin-right:8px;float:none;text-align:left}.turn.user.sticky-prompt .avatar{border-radius:4px}.turn.user.sticky-prompt:not(.expanded){position:sticky;top:0;max-height:calc(var(--lh, 1.5em) * 2 + 48px + 8px);overflow:hidden}.turn.user.sticky-prompt.expanded{position:relative;max-height:none;overflow:visible}.turn.user.sticky-prompt .content-block-text{text-align:left;display:block}.turn.user.sticky-prompt:not(.expanded) .content-block-text{max-height:calc(var(--lh, 1.5em) * 2 + 8px);overflow:hidden;padding-top:6px}.turn.user.sticky-prompt:not(.expanded) .file-uploader{display:none}.turn.user.sticky-prompt.expanded .content-block-text{padding-top:6px}.turn.user.sticky-prompt .sticky-prompt-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:4px;min-height:28px;gap:8px}.turn.user.sticky-prompt .content-block-controls{visibility:hidden;flex:0 0 auto;display:flex;flex-direction:row;gap:4px;float:none!important;margin-left:auto!important;margin-right:0!important;margin-top:0!important;clear:none!important}.turn.user.sticky-prompt:hover .content-block-controls,.turn.user.sticky-prompt .content-block-controls:hover{visibility:visible}.turn.user.sticky-prompt .sticky-prompt-left-controls{flex:0 0 auto;display:flex;flex-direction:row;gap:4px}.turn.user.sticky-prompt .sticky-prompt-ellipsis{color:var(--link-color);font-weight:700;font-size:18px;-webkit-user-select:none;user-select:none;cursor:pointer;pointer-events:auto;padding:2px 8px;border-radius:4px;transition:background-color .2s ease}.turn.user.sticky-prompt .sticky-prompt-ellipsis:hover{color:var(--link-color)}.turn.user.sticky-prompt .sticky-prompt-left-controls .glyphicon-chevron-up{color:var(--link-color);cursor:pointer;padding:2px 8px;border-radius:4px;transition:background-color .2s ease}.turn.user.sticky-prompt .sticky-prompt-left-controls .glyphicon-chevron-up:hover{background-color:var(--highlight-color)}.agent-conversation-container{background-color:var(--highlight-color);border-top:2px solid color-mix(in srgb,var(--active-color) 30%,transparent);border-bottom:2px solid color-mix(in srgb,var(--active-color) 30%,transparent);margin:8px 0;transition:all .2s ease-in-out}.agent-conversation-container.busy,.agent-conversation-container.complete{background-color:color-mix(in srgb,var(--active-color) 15%,transparent)}.agent-status-line{display:flex;align-items:center;gap:8px;padding:8px 12px;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}.agent-status-line:hover{background-color:color-mix(in srgb,var(--active-color) 20%,transparent)}.agent-status-line .expand-toggle{flex-shrink:0;font-size:14px;color:var(--default-color);font-weight:700;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;min-height:20px;cursor:pointer;transition:filter .15s ease}.agent-status-line:hover .expand-toggle{filter:brightness(1.3)}.agent-status-line .status-text{flex:1;color:var(--default-color);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.agent-status-line .flat-button{flex-shrink:0;cursor:pointer;visibility:hidden;transition:visibility .15s ease}.agent-status-line:hover .flat-button,.agent-status-line .flat-button:hover{visibility:visible}.agent-conversation-container.busy .status-text,.agent-conversation-container.complete .status-text{font-style:italic}.agent-collapse-footer{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease;border-top:1px solid color-mix(in srgb,var(--active-color) 30%,transparent)}.agent-collapse-footer:hover{background-color:color-mix(in srgb,var(--active-color) 20%,transparent)}.agent-collapse-footer .collapse-toggle{flex-shrink:0;font-size:12px;color:var(--default-color);font-weight:700;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;min-width:16px;min-height:16px;transition:filter .15s ease}.agent-collapse-footer:hover .collapse-toggle{filter:brightness(1.3)}.agent-collapse-footer .collapse-text{color:var(--text-secondary);font-size:.85em;font-weight:500}.agent-conversation-container.expanded .conversation-scroller-agent{max-height:none;opacity:95%}.conversation-scroller-agent{color:var(--default-color);background-color:color-mix(in srgb,var(--active-color) 5%,transparent);padding:8px 12px;display:flex;flex-direction:column;overflow:visible}.conversation.agent{opacity:95%;padding:4px 0;gap:4px;margin-top:auto}.conversation.agent .turn{margin-bottom:0;padding:0}.conversation.agent .turn .tool-result-details,.conversation.agent .turn .tool-use,.conversation.agent .turn .tool-result{display:none}.conversation.agent .turn .tool-use.power-user,.conversation.agent .turn .tool-result-details.power-user{display:flex}.conversation.agent .turn .content-block-controls{display:none!important}.conversation.agent .turn .content-block{margin:0 8px}.conversation.agent .turn .tool-result:not(.alert){background-color:color-mix(in srgb,var(--plex-orange) 10%,transparent)}.conversation.agent .turn .tool-result-details{margin-top:var(--margin)}.conversation{display:flex;flex-direction:column;gap:0}.conversation>*{margin:0}.conversation .convo-tail{margin:0}.conversation ul,.conversation ol{margin-top:var(--margin)}.conversation .thinking{opacity:50%}.conversation .llm-training,.conversation .thinking{font-style:italic}.conversation .truncated{font-style:italic;color:var(--danger-color)}.conversation pre{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;overflow-x:visible}.conversation pre code{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.conversation .timestamp{font-family:monospace;font-size:.75rem;margin-right:.25rem}.conversation .avatar{display:inline-block;color:var(--bg-color);background-color:var(--bold-color);border-radius:4px;margin:auto var(--margin) auto auto;text-align:center;vertical-align:baseline;min-width:2rem}.conversation .glyphicon:not(.search-icon){margin-left:var(--margin)}.conversation .glyphicon:not(.search-icon):hover{color:var(--bold-color)}.conversation .turn.has-tool-result{padding:0}.conversation .turn.system .content-block.alert{overflow-y:auto;overflow-x:hidden;max-height:5rem;width:100%}.conversation .turn:hover .content-block-controls,.conversation .turn:hover .turn-controls{visibility:visible}.conversation .turn:hover .content-block.has-tool-use:has(>.content-block-controls:hover) span,.conversation .turn:hover .content-block.tool-result:has(>.content-block-controls:hover) span{color:var(--link-hover-color)}.conversation .turn{width:100%;min-width:0;overflow-y:hidden;overflow-x:hidden;display:flex;flex-direction:column;gap:0;border-radius:var(--default-border-radius);padding:4px 12px;position:relative}.conversation .turn .content-block-controls{visibility:hidden}.conversation .turn .turn-controls{visibility:hidden;position:absolute;bottom:4px;right:12px;display:flex;flex-direction:row;gap:4px;z-index:1}.conversation .turn .content-block{display:block;min-width:0;flex:1;> not(.content-block-controls){width:100%}}.conversation .turn .content-block>span{min-width:0;overflow-wrap:break-word}.conversation .turn .content-block .content-block-controls{float:right;clear:both;display:flex;flex-direction:row;margin-top:8px;margin-left:auto}.conversation .turn .turn.user:not(.has-tool-result) .content-block{margin:0}.conversation .turn .turn.user:not(.has-tool-result) .content-block .content-block-controls{float:right;margin-left:auto;margin-right:0}.conversation .turn .turn.user:not(.has-tool-result):hover .content-block-controls,.conversation .turn .turn.user:not(.has-tool-result) .content-block-controls:hover{visibility:visible}.conversation .turn .content-block{margin:0}.conversation .turn .content-block .h1,.conversation .turn .content-block h1{font-size:1.5rem}.conversation .turn .content-block .h2,.conversation .turn .content-block h2{font-size:1.4rem}.conversation .turn .content-block .h3,.conversation .turn .content-block h3{font-size:1.3rem}.conversation .turn .content-block .h4,.conversation .turn .content-block h4{font-size:1.2rem}.conversation .turn .content-block .h5,.conversation .turn .content-block h5{font-size:1.1rem}.conversation .turn .tool-result-details{opacity:50%;padding:8px;background:var(--bg-subtle);margin:0}.conversation .turn .content-block.tool-use,.conversation .turn .content-block.tool-result{opacity:75%;padding:var(--padding) 8px}.conversation .turn .content-block.tool-use-text{margin-left:16px}.conversation .turn .content-block.tool-use:not(.alert){color:var(--text-secondary)}.conversation .turn .content-block.tool-result:not(.alert){color:#5858ab96;background-color:#06063414;max-height:8rem;overflow:hidden auto}.conversation .system{color:var(--bold-color)}.conversation .turn.user.prompt:not(.alert){color:var(--default-color);font-size:125%}.conversation .turn.user.prompt:not(.alert) .glyphicon{font-size:initial}.conversation .turn.user.prompt:not(.alert) .avatar{border-radius:4px}.conversation .turn.user:not(.has-tool-result){display:inline-block;float:right;clear:both;max-width:80%;background-color:var(--prompt-bg);padding:6px;width:fit-content;margin-left:auto}.conversation .turn.user:not(.has-tool-result) .avatar{border-radius:4px}.conversation .turn.user:not(.has-tool-result) .turn-controls{position:static;justify-content:flex-end;margin-top:2px}.conversation .turn.assistant,.conversation .turn.has-tool-result{color:var(--default-color);background-color:color-mix(in srgb,var(--plex-yellow) 4%,transparent)}.conversation .turn.user:not(.has-tool-result).editing{background:none!important;border-radius:0!important;padding:0!important;width:100%!important;max-width:none!important;display:block!important;float:none!important;clear:both!important;margin:0!important}.conversation .turn.user.sticky-prompt.editing{position:static!important;max-height:none!important;overflow:visible!important}.conversation .editing-prompt{width:100%;display:flex;flex-direction:column;gap:4px}.conversation .editing-prompt .prompt{width:100%;min-width:100%;font-size:1rem;box-sizing:border-box}.conversation .editing-prompt-actions{display:flex;flex-direction:row;align-items:center;gap:2px}.conversation .editing-prompt-actions .file-uploader{flex:1 1 auto;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;min-height:2rem}.conversation .editing-prompt-actions .file-uploader .attach-button{outline:none;box-shadow:none;align-self:center;margin:0 2px;padding:0}.conversation .editing-prompt-actions .file-uploader .attach-button:active,.conversation .editing-prompt-actions .file-uploader .attach-button:focus{color:var(--active-color);outline:none!important;box-shadow:none!important}.conversation .editing-prompt-actions button{border:none;background:none;box-shadow:none;width:40px;min-width:40px;padding:.625rem;color:var(--text-secondary)}.conversation .editing-prompt-actions button:disabled{opacity:var(--disabled-opacity)}.conversation .editing-prompt .send .glyphicon-ok{color:var(--success-color)}.conversation .editing-prompt .stop .glyphicon-remove{color:var(--danger-color)}.conversation .editing-controls{display:inline-flex;gap:0;align-items:center}.conversation .content-block .editing-controls{margin-top:8px;padding-top:8px;border-top:1px solid var(--border-color-subtle)}.conversation .sticky-prompt-footer .editing-controls{padding:0;border:none;margin:0 0 0 auto}.conversation .editing-controls .flat-button{cursor:pointer;padding:6px;font-size:16px;border-radius:3px;transition:background-color .15s ease}.conversation .editing-controls .glyphicon-ok{color:var(--success-color)}.conversation .editing-controls .glyphicon-ok:hover:not(.disabled){background-color:var(--success-bg-subtle)}.conversation .editing-controls .glyphicon-remove{color:var(--danger-color)}.conversation .editing-controls .glyphicon-remove:hover{background-color:var(--danger-bg-subtle)}.conversation .editing-controls .flat-button.disabled{opacity:.3;cursor:not-allowed}.conversation button.rerun{width:24px;height:24px;border:none}.ai-modal .modal-title{flex-direction:row;width:100%}.chat-actions{display:flex;flex-direction:row;align-items:center}.chat-actions .simple-select{margin:5px}.chat-actions .streaming,.chat-actions .remote-tools{margin:auto 4px;padding-bottom:4px}.model-select{min-width:14rem}.ai-templates{padding-top:var(--padding)}.ai-templates .template-select,.ai-templates .template-select .select__control,.ai-templates .template-select .select__menu{width:max-content}.ai-templates .template-select .select__option{white-space:nowrap}.ai-templates textarea{min-height:5rem;width:100%}.flat-button,.flat-button:before{cursor:pointer;background:transparent;background-image:none;border:none;padding:0}.modal-title>div{flex-grow:1}.modal-title .copy-to-clipboard,.modal-title .inline-annotation-wrapper{margin:4px 4px 4px auto;text-align:end}.modal-title .glyphicon{padding:var(--padding)}@keyframes pulse-size{0%{transform:scale(1);opacity:1}50%{transform:scale(.65);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes pulse-opacity{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.icon-pulse,.export-icon-pulse{animation-name:pulse-size;animation-timing-function:ease-in-out;animation-duration:2s;animation-iteration-count:infinite}.slide-generator{height:100%;display:flex;flex-direction:column;overflow-y:hidden}.slide-generator .two-columns{flex:0 0 auto;display:flex;flex-direction:row}.slide-generator .two-columns>textarea{height:8rem;width:50%}.slide-generator button{flex:0 0 auto;color:var(--bold-color);width:fit-content;margin-left:auto;margin-right:auto}.slide-generator .slides-markdown{border:1px solid var(--text-muted);max-height:100px;overflow-y:auto}.slide-generator .slides-markdown textarea{min-height:100px;width:100%}.slide-generator .slideshow{flex:1 1 auto}.slide-generator .slideshow .reveal{width:100%;height:100%}div.authorizing-placeholder{position:relative;top:25%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-wrap:nowrap;height:fit-content;margin:auto;transform:translateY(-25%)}.template-sandbox .download-ppt,.template-sandbox .download-doc,.template-sandbox .download-txt{width:32px;height:32px}.download-ppt:hover,.download-doc:hover,.download-txt:hover{opacity:1}div.authorizing-placeholder .loading-animation{margin-top:2rem}.authorizing-placeholder>*{position:inherit;margin:auto;width:auto;transform:none}html[data-theme=dark] .authorizing-placeholder .logo{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='324'%20height='150'%20viewBox='247%20137%20349%20162'%20preserveAspectRatio='xMidYMid%20meet'%20shape-rendering='geometricPrecision'%3e%3cpath%20d='M304.852%20184.377c0-7.685-5.346-11.805-13.922-11.805h-11.174v23.835h11.508c8.576%200%2013.588-5.124%2013.588-11.807zm-14.144%2027.287h-10.952v26.73h-17.152v-81.303h29.774c18.599%200%2029.848%2011.025%2029.848%2026.953v.223c0%2018.042-14.033%2027.397-31.518%2027.397m39.353-54.574h16.93v81.306h-16.93zm52.602%2034.081c-7.018%200-11.583%205.012-12.92%2012.698h25.505c-1.003-7.575-5.457-12.698-12.585-12.698m28.846%2023.278h-41.544c1.67%207.685%207.018%2011.694%2014.59%2011.694%205.68%200%209.802-1.781%2014.48-6.125l9.689%208.576c-5.568%206.905-13.587%2011.137-24.39%2011.137-17.933%200-31.186-12.585-31.186-30.85v-.223c0-17.041%2012.14-31.075%2029.515-31.075%2019.936%200%2029.069%2015.482%2029.069%2032.411v.223c0%201.67-.112%202.673-.223%204.232'%20fill='%23e8e8e8'/%3e%3cpath%20d='M448.894%20207.766l20.159-29.069h-17.708l-11.25%2017.375-11.137-17.375h-18.155l20.159%2029.403-20.939%2030.294h17.71l12.028-18.6%2012.029%2018.6h.299a30.368%2030.368%200%200112.84-7.296z'%20fill='%23e8e8e8'/%3e%3cpath%20d='M503.86%20269.091c-1.177%2012.832-12.532%2022.282-25.364%2021.106-12.83-1.176-22.28-12.531-21.104-25.363%201.175-12.83%2012.53-22.28%2025.362-21.105%2012.832%201.176%2022.281%2012.53%2021.105%2025.362'%20fill='%23ff5942'/%3e%3cpath%20d='M444.383%20269.241c-.684%207.47-7.295%2012.97-14.765%2012.287-7.47-.684-12.971-7.295-12.287-14.765.685-7.47%207.296-12.971%2014.765-12.287%207.47.685%2012.97%207.295%2012.287%2014.765'%20fill='%23ff1a7d'/%3e%3cpath%20d='M578.891%20203.253c-2.397%2026.162-25.549%2045.429-51.712%2043.032-26.164-2.396-45.429-25.55-43.033-51.712%202.397-26.163%2025.55-45.43%2051.713-43.032%2026.163%202.396%2045.43%2025.549%2043.032%2051.712'%20fill='%23ffb347'/%3e%3c/svg%3e")}.hidden{display:none!important}iframe.demo{width:100%;height:100%}@media all and (max-width:1264px){.query-summary{display:none}.search-results-loading .query-summary{display:initial}.client-logo{flex:auto}.navbar-collapse{flex-wrap:wrap-reverse;row-gap:var(--gap)}}@media all and (max-width:900px){.navbar-logo,.navbar-brand{display:none}.navbar-logo-mini{display:inline-block}.navbar-menus:has(.navbar-logo-mini){flex:auto}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){html{line-height:1.4rem}.query-summary{margin-left:35px}.grid-filter{margin-left:35px;width:750px;min-width:400px;max-width:750px}.query-summary-contents{margin-right:35px;width:400px}.grid-viewport-row{min-width:400px;max-width:750px}.empty-result{min-width:400px;max-width:750px;padding-bottom:35px}.truncate-overflow-clamp{display:-webkit-box}.truncate-overflow{max-height:4.2rem;overflow:hidden}.truncate-lines-2{max-height:2.8rem}}.plex-modal .modal-content{border-radius:12px;border:none;box-shadow:0 8px 24px var(--shadow-color)}.plex-modal .modal-header{border-bottom:1px solid var(--border-color);background-color:var(--plex-yellow);border-top-left-radius:12px;border-top-right-radius:12px}.plex-modal .modal-title{font-size:18px;font-weight:600;color:var(--bold-color);display:flex;align-items:center}.plex-modal .modal-body{padding:24px;color:var(--default-color)}.plex-modal .modal-body p{margin-bottom:12px;line-height:1.5}.plex-modal .modal-body p:last-child{margin-bottom:0}.plex-modal .modal-footer{border-top:1px solid var(--border-color);background-color:var(--modal-section-bg)}.plex-modal .btn{padding:8px 20px;font-weight:500;border-radius:6px;font-size:14px}.plex-modal .btn-secondary{background-color:var(--modal-btn-secondary-bg);border-color:var(--border-color);color:var(--default-color)}.plex-modal .btn-secondary:hover{background-color:var(--highlight-color);border-color:var(--border-color);color:var(--bold-color)}.plex-modal .btn-primary{background-color:var(--link-color);border-color:var(--link-color);color:#fff}.plex-modal .btn-primary:hover:not(:disabled){filter:brightness(1.1)}.plex-modal .btn-primary:disabled{opacity:.5}.plex-modal .btn-danger{background-color:var(--danger-color);border-color:var(--danger-color);color:#fff}.plex-modal .btn-danger:hover{background-color:color-mix(in srgb,var(--danger-color) 85%,black);border-color:color-mix(in srgb,var(--danger-color) 75%,black);color:#fff}.plex-modal textarea.form-control{background-color:var(--input-bg, var(--modal-bg));color:var(--default-color);border-color:var(--border-color);border-radius:6px;resize:vertical}.inline-annotation-wrapper{position:relative;display:inline-block}.inline-annotation{position:absolute;top:-1.8em;left:50%;transform:translate(-50%);font-size:.72rem;font-weight:500;padding:1px 6px;border-radius:3px;white-space:nowrap;pointer-events:none;z-index:1000;animation:inline-annotation-fade 1.5s ease-in-out forwards}.inline-annotation-success{background:var(--plex-yellow);color:#fff}.inline-annotation-error{background:var(--danger-color);color:#fff}.inline-annotation-info{background:#444;color:#eee}@keyframes inline-annotation-fade{0%{opacity:1}60%{opacity:1}to{opacity:0}}.about-mdl-main{width:450px;height:282px}.about-mdl-header{border-bottom:none}.about-mdl-main .modal-content{border-radius:0}.about-mdl-logo{width:76px;height:60px;float:left}.about-mdl-content-title{color:var(--default-color);font-weight:700;font-size:35px;float:left;margin-top:8px;margin-bottom:15px;margin-left:9px}.about-mdl-content-vrs{font-size:14px;margin-bottom:5px;text-align:center}.about-mdl-main .modal-content{height:auto}.login-form,.help-form{position:absolute;width:100%;height:100%;background-color:var(--bg-secondary)}.login-body,.help-body{position:absolute;top:15%;left:35%;width:441px;background-color:var(--bg-color);box-shadow:0 2px 3px #0000003f}.login-img-wrp,.help-img-wrp{position:relative;z-index:1;text-align:center;margin-top:55px}.login-img-wrp>img,.help-img-wrp>img{width:207px;height:95px}html[data-theme=dark] .login-img-wrp>img,html[data-theme=dark] .help-img-wrp>img{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='324'%20height='150'%20viewBox='247%20137%20349%20162'%20preserveAspectRatio='xMidYMid%20meet'%20shape-rendering='geometricPrecision'%3e%3cpath%20d='M304.852%20184.377c0-7.685-5.346-11.805-13.922-11.805h-11.174v23.835h11.508c8.576%200%2013.588-5.124%2013.588-11.807zm-14.144%2027.287h-10.952v26.73h-17.152v-81.303h29.774c18.599%200%2029.848%2011.025%2029.848%2026.953v.223c0%2018.042-14.033%2027.397-31.518%2027.397m39.353-54.574h16.93v81.306h-16.93zm52.602%2034.081c-7.018%200-11.583%205.012-12.92%2012.698h25.505c-1.003-7.575-5.457-12.698-12.585-12.698m28.846%2023.278h-41.544c1.67%207.685%207.018%2011.694%2014.59%2011.694%205.68%200%209.802-1.781%2014.48-6.125l9.689%208.576c-5.568%206.905-13.587%2011.137-24.39%2011.137-17.933%200-31.186-12.585-31.186-30.85v-.223c0-17.041%2012.14-31.075%2029.515-31.075%2019.936%200%2029.069%2015.482%2029.069%2032.411v.223c0%201.67-.112%202.673-.223%204.232'%20fill='%23e8e8e8'/%3e%3cpath%20d='M448.894%20207.766l20.159-29.069h-17.708l-11.25%2017.375-11.137-17.375h-18.155l20.159%2029.403-20.939%2030.294h17.71l12.028-18.6%2012.029%2018.6h.299a30.368%2030.368%200%200112.84-7.296z'%20fill='%23e8e8e8'/%3e%3cpath%20d='M503.86%20269.091c-1.177%2012.832-12.532%2022.282-25.364%2021.106-12.83-1.176-22.28-12.531-21.104-25.363%201.175-12.83%2012.53-22.28%2025.362-21.105%2012.832%201.176%2022.281%2012.53%2021.105%2025.362'%20fill='%23ff5942'/%3e%3cpath%20d='M444.383%20269.241c-.684%207.47-7.295%2012.97-14.765%2012.287-7.47-.684-12.971-7.295-12.287-14.765.685-7.47%207.296-12.971%2014.765-12.287%207.47.685%2012.97%207.295%2012.287%2014.765'%20fill='%23ff1a7d'/%3e%3cpath%20d='M578.891%20203.253c-2.397%2026.162-25.549%2045.429-51.712%2043.032-26.164-2.396-45.429-25.55-43.033-51.712%202.397-26.163%2025.55-45.43%2051.713-43.032%2026.163%202.396%2045.43%2025.549%2043.032%2051.712'%20fill='%23ffb347'/%3e%3c/svg%3e")}.login-fields{padding:40px}.login-fields .message{position:relative;top:-20px;display:inline-block;width:100%}.login-fields .ctm__checkbox{display:inline-block}.login-control-username,.login-control-pass,.login-control-code{border:1px solid var(--border-color);width:100%;margin-bottom:12px;padding:16px 10px;color:var(--text-secondary);background-color:var(--bg-color);font-size:16px}.login-control-username::placeholder,.login-control-pass::placeholder,.login-control-code::placeholder{color:var(--text-muted);opacity:.7}.login-control-username:-webkit-autofill,.login-control-pass:-webkit-autofill,.login-control-code:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--bg-color) inset;-webkit-text-fill-color:var(--text-secondary);border:1px solid var(--border-color)}.login-control-username:focus,.login-control-pass:focus,.login-control-code:focus{outline:none}.login-control-username:focus-visible,.login-control-pass:focus-visible,.login-control-code:focus-visible{outline:var(--focus-border);box-shadow:var(--focus-box-shadow)}.login-submit{color:var(--bg-color);background-color:var(--button-color);border:1px solid var(--button-color);width:100%;height:50px;font-size:22px;border-radius:2px;margin-top:5px;text-transform:uppercase}.login-submit:hover{background-color:var(--button-hover-color)}.login-submit:disabled{background:var(--border-color);border:1px solid var(--text-muted)}.signup-block{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:12px;padding-top:15px;justify-content:space-between;margin-bottom:0}.signup-block button{flex:0 0 50%;text-align:left}.signup-block :nth-child(2),.signup-block :nth-child(4){text-align:right}.signup-btn{font-size:15px;color:var(--link-color);background:none;border:none;margin:0}.signup-btn:focus{outline:0}.signup-btn:hover:not(:disabled){text-decoration:underline;color:var(--link-hover-color)}#forgotPass.signup-btn,#resendConfirmation.signup-btn{float:right}#forgotPass:hover,#resendConfirmation:hover{text-decoration:underline;cursor:pointer}.cb-rem-me{float:left;width:16px;height:16px;margin:4px}.cb-rem-me+span{font-size:16px;margin-left:5px}.send-vcode-btn{float:right;margin-top:-3px}.send-vcode-btn:disabled:hover{text-decoration:none}.form-checkbox-wrapper{display:flex;align-items:center;margin:20px 0 16px}.form-checkbox-wrapper input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer;flex-shrink:0;background-color:var(--bg-color);border:1px solid var(--border-color);appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:3px;position:relative}.form-checkbox-wrapper input[type=checkbox]:checked{background-color:var(--active-color);border-color:var(--active-color)}.form-checkbox-wrapper input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--bg-color);font-size:12px;font-weight:700}.form-checkbox-wrapper input[type=checkbox].error{outline:2px solid var(--danger-color);outline-offset:1px}.form-checkbox-wrapper label{font-size:13px;color:var(--default-color);line-height:1.4;cursor:pointer;margin:0}.form-checkbox-wrapper label a{color:var(--link-color);text-decoration:none}.form-checkbox-wrapper label a:hover{text-decoration:underline}.password-field-container{position:relative}.password-validation-spinner{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.ctm__checkbox *{cursor:pointer}.ctm__checkbox--input{display:none}.ctm__checkbox--span{margin-top:.2rem}.ctm__checkbox--input+span{display:flex;width:18px;height:18px;background-color:var(--bg-color);align-items:center;justify-content:center;color:var(--bg-color);border:1px solid var(--button-border-color);box-sizing:border-box;transition:all .15s;border-radius:2px;margin:auto}.ctm__checkbox--input+span:before{content:"";margin-top:.1rem;margin-right:.2rem;font-family:Glyphicons Halflings,sans-serif;font-size:10px;width:100%;height:100%;text-align:center;color:transparent;background-color:transparent}.ctm__checkbox--input:disabled+span{background-color:transparent}.ctm__checkbox.disabled *,.ctm__checkbox:disabled *{color:var(--disabled-color);cursor:default}.ctm__checkbox--input:disabled:checked+span:before{color:var(--disabled-color);cursor:default}.ctm__checkbox--input:checked:not(:disabled)+span:before{color:var(--body-color)}.radio .ctm__checkbox--input+span{border-radius:50%}.radio .ctm__checkbox--input+span:before{content:"";width:75%;height:75%;border-radius:50%;margin:auto}.radio .ctm__checkbox--input:checked+span:before{background-color:var(--default-color)}.disabled .radio .ctm__checkbox--input:checked+span:before,.radio.disabled .ctm__checkbox--input:checked+span:before{background-color:var(--disabled-bg-color)}.dropdown-item:hover:not(.disabled) .ctm__checkbox--input+span,.ctm__radio:hover:not(.disabled) .ctm__checkbox--input+span,.ctm__radio--input:not(:disabled)+span:hover,.ctm__checkbox:hover:not(.disabled) .ctm__checkbox--input+span,.ctm__checkbox--input:not(:disabled)+span:hover{border:1px solid var(--active-color)}.ctm__checkbox label{display:inline-flex!important}.ctm__checkbox label:last-child{text-indent:.25rem}.dropdown .ctm__checkbox,.dropdown .ctm__checkbox label{width:100%}.dropdown .ctm__checkbox label span:last-child{width:100%}.collapsible-text .collapse-toggler{margin-top:-1.2rem}.collapse-toggler{color:var(--text-muted);padding-left:var(--padding);z-index:100;position:relative;background-color:transparent;margin-left:auto}.collapse-toggler.bottom{margin:5px 0 5px 10px}.collapse-toggler:hover{cursor:pointer;color:var(--text-secondary)}.collapse-toggler:hover:not(:has(.glyphicon)){text-decoration:underline}.collapse-visible-part{margin:0;word-wrap:break-word;display:-webkit-box}.coll-text.collapse.in{display:inline}.coll-text-tgl{color:var(--text-muted)}.coll-text-tgl:hover{cursor:pointer;text-decoration:underline}.coll-text-tgl.glyphicon:hover{cursor:pointer;color:var(--text-secondary);text-decoration:none}.collapse-hidden-in{margin:4px 0 0;border-radius:2px}.collapse li{word-break:break-all}.collapsible-text .with-overflow{transition:height .5s ease-in-out}.collapsible-text .expanded{display:inline-block;flex:1}.collapsible-text .collapsed{position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;flex:1}.collapsible-text .collapsed.with-overflow:after{content:"";position:absolute;bottom:0;right:0;width:100%;background:linear-gradient(to bottom,transparent,var(--bg-color));height:33%}.collapsible-scroller{overflow-y:auto;max-height:150px}.ball{text-align:center;text-transform:uppercase;display:inline-block;width:100%;max-height:100%;margin:auto}.ball div{background-color:var(--text-muted);border-radius:200px;border:1px solid var(--text-secondary)}.ball span{display:inline-block;color:var(--bg-color);word-break:break-word;position:relative;margin:auto;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);text-transform:uppercase}.org-logo{max-width:50px;max-height:50px;margin:10px 10px 0 0;position:absolute;top:0;right:0}div.org-logo{width:50px;height:50px}img.ball-lg{max-width:165px;max-height:165px}.ball-lg div{width:165px;height:165px;margin:22px auto 11px}.ball-lg span{font-size:18px}img.ball-md{max-width:120px;max-height:120px}.ball-md div{width:120px;height:120px;margin:21px 10px 8px}.ball-md span{font-size:15px}img.ball-sm{max-width:80px;max-height:80px}.ball-sm div{width:80px;height:80px;margin:13px 10px 8px}.ball-sm span{font-size:10px}.logo-image{max-width:165px;max-height:165px}.entity-view-column{display:flex;flex-direction:column;align-items:center}.entity-view-row{display:flex;flex-direction:row;align-items:center;gap:10px}:root{--default-transition-time: .3s}.modal-dialog.ev-ch-mdl{max-width:500px;transition:max-width var(--default-transition-time) ease-out,max-height var(--default-transition-time) ease-out}.modal-dialog.ev-ch-mdl.chain-2{max-width:650px;transition:max-width var(--default-transition-time) ease-out,max-height var(--default-transition-time) ease-out}.modal-dialog.ev-ch-mdl.chain-3{max-width:850px;transition:max-width var(--default-transition-time) ease-out,max-height var(--default-transition-time) ease-out}.modal-dialog.ev-ch-mdl.chain-4{max-width:1050px;transition:max-width var(--default-transition-time) ease-out,max-height var(--default-transition-time) ease-out}.modal-dialog.ev-ch-mdl.chain-5{max-width:1250px;transition:max-width var(--default-transition-time) ease-out,max-height var(--default-transition-time) ease-out}.ev-ch-mdl-body{flex-grow:1;padding:0;min-height:9rem;overflow-x:clip}.ev-ch-mdl-body::-webkit-scrollbar{width:auto}.ev-ch-mdl-body .btn-primary:not(:disabled),.ev-ch-mdl-body .btn-default:not(:disabled){color:#000}.ev-ch-mdl-footer{height:0!important;min-height:0!important;padding:0!important;border:none!important;background-color:transparent!important}.ev-ch-mdl .modal-footer{height:0!important;min-height:0!important;padding:0!important;border:none!important;margin:0!important}.ev-ch-mdl-close-btn{border:none;background:none;box-shadow:none;color:var(--active-color);font-size:14px;margin-right:13px;margin-top:-6px;text-transform:uppercase}.ev-ch-mdl-close-btn:hover{border:none;background:none;box-shadow:none;color:var(--bold-color)}.ev-ch-summary-arrow-wrp{display:flex;justify-content:center;width:100%}.ev-ch-fgm-wrp{display:inline-flex;flex-direction:column;flex-wrap:nowrap}.ev-ch-resp-body-lg .ev-ch-fgm-wrp,.ev-ch-resp-body-md .ev-ch-fgm-wrp,.ev-ch-resp-body-sm .ev-ch-fgm-wrp{margin-top:0}.ev-ch-fgm-wrp h4,.ev-ch-fgm-wrp h5{text-align:center}.ev-ch-resp-body-sm,.ev-ch-resp-body-md,.ev-ch-resp-body-lg{line-height:normal}.ev-ch-resp-body-sm .ev-ch-fgm-node-img{width:32px;height:32px;margin:0 auto 2px}.ev-ch-resp-body-sm .ev-ch-fgm-node-img .ball-lg span,.ev-ch-resp-body-sm .ev-ch-fgm-node-img .ball-md span,.ev-ch-resp-body-sm .ev-ch-fgm-node-img .ball-sm span{font-size:4px!important}.ev-ch-resp-body-md .ev-ch-fgm-node-img{width:64px;height:64px;margin:0 auto 3px}.ev-ch-resp-body-md .ev-ch-fgm-node-img .ball-lg span,.ev-ch-resp-body-md .ev-ch-fgm-node-img .ball-md span,.ev-ch-resp-body-md .ev-ch-fgm-node-img .ball-sm span{font-size:9px!important}.ev-ch-resp-body-lg .ev-ch-fgm-node-img{width:128px;height:128px;margin:0 auto 4px}.ev-ch-resp-body-lg .ev-ch-fgm-node-img .ball-lg span,.ev-ch-resp-body-lg .ev-ch-fgm-node-img .ball-md span,.ev-ch-resp-body-lg .ev-ch-fgm-node-img .ball-sm span{font-size:18px!important}.ev-ch-fgm-node-img .ball-lg,.ev-ch-fgm-node-img .ball-md,.ev-ch-fgm-node-img .ball-sm{display:flex!important;align-items:center!important;justify-content:center!important}.ev-ch-fgm-node-img .ball-lg div,.ev-ch-fgm-node-img .ball-md div,.ev-ch-fgm-node-img .ball-sm div{margin:0!important;width:100%!important;height:100%!important;aspect-ratio:1}.ev-ch-fgm-node-img .ball-lg div span,.ev-ch-fgm-node-img .ball-md div span,.ev-ch-fgm-node-img .ball-sm div span{display:block!important;text-align:center!important;line-height:1!important}.ev-ch-fgm-edge-body{height:1px;display:flex;flex-direction:row;align-items:center;width:150px;margin:1px auto}.ev-ch-fgm-edge-body>*{height:11px}.ev-ch-fgm-edge-seprt{margin-top:-7px;border-bottom:4px solid var(--bold-color);flex:1}.glyphicon.ev-ch-fgm-edge-icon{margin:-4px 0 0 -2px;font-size:12px;flex:initial}.ev-ch-fgm-node-srch-btn{display:flex;font-size:16px;color:var(--active-color);width:100%;text-decoration:none;vertical-align:middle;border:none;background:none;box-shadow:none;margin:4px}.ev-ch-fgm-node-srch-btn .search-icon{font-size:19px;display:block;margin-left:4px;margin-right:16px}.ev-ch-fgm-node-srch-btn:hover{border:none;background:none;box-shadow:none;color:var(--link-bold-color);text-decoration:none}.ev-ch-fgm-node-title{font-size:20px;word-break:break-word;color:var(--default-color);font-weight:700;margin-bottom:3px}.ev-ch-fgm-node-type{text-transform:uppercase;font-size:12px;color:var(--text-muted)}#dataset-selector,#dataset-selector:active,#dataset-selector:focus,#dataset-selector:hover{background:none;border:none;box-shadow:none}.ev-ch-edge-tgl-wrp{display:flex;justify-content:center;width:100%;margin-top:8px}.ev-ch-edge-tgl{color:var(--text-secondary);display:inline-block}.ev-ch-edge-tgl:hover{cursor:pointer}.ev-ch-pop-all-dp{font-family:SourceSansPro-Regular sans-serif;max-width:400px;min-width:290px;max-height:410px;padding:5px;border-radius:0;border:1px solid var(--border-color-light);box-shadow:0 2px 3px #00000026}.ev-ch-pop-all-dp .popover-header{padding:0;margin:0;background-color:inherit;border:none}.ev-ch-pop-all-dp ul{padding:0;list-style:none;clear:both}.ev-ch-pop-all-dp ul>a{color:var(--link-color);font-weight:700;font-size:16px;display:block;margin-bottom:5px;max-width:215px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ev-ch-pop-all-dp li{border-bottom:1px solid var(--border-color-light);height:28px;padding-top:5px;font-size:15px}.ev-ch-pop-all-dp li *{float:left}.ev-ch-pop-all-dp li:hover{background-color:var(--bg-secondary)}.ev-ch-pop-all-dp li:hover .ctm__checkbox--input+span{background-color:var(--bg-color);border:1px solid var(--border-color-light)}.ev-ch-pop-all-dp li:hover .ctm__checkbox--input+span:hover{border:1px solid var(--active-color)}.ev-ch-pop-all-dp li a{margin-left:8px}.ev-ch-pop-all-dp-body{width:100%;overflow-y:auto;max-height:280px;font-size:13px;margin-top:0;padding:0;position:relative}.ev-ch-pop-all-dp-body a{text-decoration:none}.ev-ch-pop-all-dp-body a:hover{text-decoration:underline}.ev-ch-pop-all-dp-close-btn{float:right;position:relative;font-size:20px;z-index:1}.ev-ch-edge-summary{margin:0 0 2px;text-align:left}.ev-ch-edge-summary b{width:20%;display:inline-block;text-align:right;padding-right:2px}.ev-ch-edge-summary span{font-weight:700;color:var(--text-muted);width:60%;display:inline-block;text-align:left;margin-left:4px}.ev-ch-popup{border-radius:0;box-shadow:0 2px 3px #00000028;border:1px solid var(--border-color-light);width:280px;padding:var(--padding) 0}.ev-ch-popup .dropdown-item,.ev-ch-popup .dropdown-item:hover{padding:4px 8px;font-family:inherit;font-size:.9rem;color:var(--default-color);text-decoration:none}.ev-ch-popup .dropdown-item:active{background-color:var(--border-color);border-color:var(--border-color)}.ev-ch-popup .dropdown-item span{margin-left:4px}.ev-ch-fgm-node-separator{height:1px;width:276px;border-top:1px solid var(--border-color-light);margin:12px 0 12px -16px}.ev-ch-fgm-wrp{width:auto;min-width:150px;max-width:300px}.ev-ch-mdl .ev-ch-fgm-node-img .ball-lg div,.ev-ch-mdl .ev-ch-fgm-node-img .ball-md div,.ev-ch-mdl .ev-ch-fgm-node-img .ball-sm div{width:100%;height:100%;aspect-ratio:1}.ev-ch-mdl .ev-ch-fgm-node-img img{width:100%;max-width:100%;aspect-ratio:1;object-fit:contain}.ev-ch-mdl .ev-ch-fgm-node-img img.logo-image{object-fit:cover}.ev-ch-fgm-node-img:hover{cursor:pointer}.ev-ch-fgm-node-label{word-break:break-word;color:var(--link-color);font-size:20px;font-weight:700;margin:3px 0 2px;text-decoration:none}.ev-ch-fgm-node-label:hover{text-decoration:underline}.ev-ch-fgm-node-type{color:var(--text-muted);font-weight:700;font-size:12px;margin:0}.ev-ch-mdl>.modal-content{border:1px solid var(--border-color);box-shadow:0 8px 24px #00000026}.ev-ch-mdl .modal-header{background-color:var(--border-color);border-top-left-radius:6px;border-top-right-radius:6px;height:50px;cursor:move;display:flex;align-items:center}.rnd-fixed-footer{position:absolute;bottom:0;width:100%}.rnd-resizable-handle{position:absolute;width:20px;height:20px;bottom:0;right:0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;cursor:se-resize}.ev-ch-content{opacity:1;transition:opacity 3s ease-in}.ev-ch-mdl-body:has(>div[style*="visibility: hidden"]) .ev-ch-content{opacity:0}.ev-ch-content{display:grid;grid-template-columns:[toggle] 40px [start-node] minmax(80px,1fr) [content] minmax(0,max-content) [end-node] minmax(80px,1fr);column-gap:0;row-gap:0;justify-content:center}.ev-ch-fixed-header{grid-column:1 / -1;display:grid;grid-template-columns:subgrid;align-items:center;position:sticky;top:0;background-color:var(--bg-color);border-bottom:1px solid var(--border-color);padding:8px 0 9px 15px;z-index:10}.ev-ch-header-content-wrapper{grid-column:toggle / end-node;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-right:8px}.ev-ch-header-label{font-size:16px;color:var(--text-secondary);font-weight:400;line-height:1.2;white-space:nowrap;z-index:1}.ev-ch-header-entity-label{font-size:20px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:1;max-width:100%}.ev-ch-header-entity-wrapper{grid-column:end-node;display:flex;align-items:center;justify-content:center}.ev-ch-fixed-header .entity-view:after{content:"";position:absolute;left:50%;transform:translate(-1px);top:100%;height:10px;width:2px;background-color:var(--text-secondary);z-index:11}.ev-ch-header-entity-wrapper .entity-view{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin:0!important;position:relative!important}.ev-ch-header-entity-wrapper .entity-view h4{display:none!important}.ev-ch-header-entity-wrapper .entity-view>span:first-child{flex-shrink:0}.ev-ch-fixed-header .ev-ch-fgm-node-img{width:40px;height:40px;max-width:40px;max-height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.ev-ch-fixed-header .ev-ch-fgm-node-img .ball-sm,.ev-ch-fixed-header .ev-ch-fgm-node-img .ball-collapsed,.ev-ch-fixed-header .ev-ch-fgm-node-img .ball-lg{width:100%!important;height:100%!important;max-width:40px;max-height:40px;margin:0!important}.ev-ch-fixed-header .ev-ch-fgm-node-img .ball-sm div,.ev-ch-fixed-header .ev-ch-fgm-node-img .ball-collapsed div,.ev-ch-fixed-header .ev-ch-fgm-node-img .ball-lg div{width:100%!important;height:100%!important;font-size:10px}.ev-ch-fixed-header .ev-ch-fgm-node-img img{width:100%!important;height:100%!important;max-width:40px!important;max-height:40px!important;object-fit:contain}.ev-ch-fixed-header .ev-ch-resp-body-lg .ev-ch-fgm-node-img{width:40px;height:40px;max-width:40px;max-height:40px}.ev-ch-fixed-header .ev-ch-resp-body-lg .ev-ch-fgm-node-img .ball-sm,.ev-ch-fixed-header .ev-ch-resp-body-lg .ev-ch-fgm-node-img .ball-collapsed,.ev-ch-fixed-header .ev-ch-resp-body-lg .ev-ch-fgm-node-img .ball-lg{width:100%!important;height:100%!important;max-width:40px;max-height:40px}.ev-ch-fixed-header .ev-ch-resp-body-lg .ev-ch-fgm-node-img .ball-sm div,.ev-ch-fixed-header .ev-ch-resp-body-lg .ev-ch-fgm-node-img .ball-collapsed div,.ev-ch-fixed-header .ev-ch-resp-body-lg .ev-ch-fgm-node-img .ball-lg div{width:100%!important;height:100%!important;font-size:10px}.ev-ch-fixed-header .ev-ch-resp-body-lg .ev-ch-fgm-node-img img{width:100%!important;height:100%!important;max-width:40px!important;max-height:40px!important}.ev-ch-fixed-header .ev-ch-resp-body-md .ev-ch-fgm-node-img{width:10px;height:10px;max-width:10px;max-height:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.ev-ch-fixed-header .ev-ch-resp-body-md .ev-ch-fgm-node-img .ball-sm,.ev-ch-fixed-header .ev-ch-resp-body-md .ev-ch-fgm-node-img .ball-collapsed,.ev-ch-fixed-header .ev-ch-resp-body-md .ev-ch-fgm-node-img .ball-md{width:100%!important;height:100%!important;max-width:10px;max-height:10px;margin:0!important}.ev-ch-fixed-header .ev-ch-resp-body-md .ev-ch-fgm-node-img .ball-sm div,.ev-ch-fixed-header .ev-ch-resp-body-md .ev-ch-fgm-node-img .ball-collapsed div,.ev-ch-fixed-header .ev-ch-resp-body-md .ev-ch-fgm-node-img .ball-md div{width:100%!important;height:100%!important;font-size:6px}.ev-ch-fixed-header .ev-ch-resp-body-md .ev-ch-fgm-node-img img{width:100%!important;height:100%!important;max-width:10px!important;max-height:10px!important;object-fit:contain}.ev-ch-fixed-header .ev-ch-resp-body-sm .ev-ch-fgm-node-img{width:5px;height:5px;max-width:5px;max-height:5px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.ev-ch-fixed-header .ev-ch-resp-body-sm .ev-ch-fgm-node-img .ball-sm,.ev-ch-fixed-header .ev-ch-resp-body-sm .ev-ch-fgm-node-img .ball-collapsed{width:100%!important;height:100%!important;max-width:5px;max-height:5px;margin:0!important}.ev-ch-fixed-header .ev-ch-resp-body-sm .ev-ch-fgm-node-img .ball-sm div,.ev-ch-fixed-header .ev-ch-resp-body-sm .ev-ch-fgm-node-img .ball-collapsed div{width:100%!important;height:100%!important;font-size:4px}.ev-ch-fixed-header .ev-ch-resp-body-sm .ev-ch-fgm-node-img img{width:100%!important;height:100%!important;max-width:5px!important;max-height:5px!important;object-fit:contain}.ev-ch-fixed-header h4{font-size:20px;margin:0;text-align:left;line-height:1.2;flex:1;min-width:0;order:1;overflow:hidden}.ev-ch-fixed-header h4 a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ev-ch-controls{display:flex;flex-direction:row;gap:4px;margin-left:auto}.ev-ch-mdl .modal-header button.btn-close{margin-left:20px}.ev-ch-zoomer{display:flex;flex-direction:row-reverse;gap:4px}.ev-ch-zoom-btn{padding:2px;background:none;float:right;top:3px;right:5px;width:32px;height:32px;border-radius:0;border:none;box-shadow:none;font-size:20px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.ev-ch-zoom-btn .glyphicon:before{opacity:.7;transition:opacity .2s ease}.ev-ch-export-btn{font-size:24px;font-weight:100}.ev-ch-zoom-btn:hover{background-color:var(--border-color)!important;border-radius:20px;color:var(--bold-color)}.ev-ch-zoom-btn:hover .glyphicon:before{opacity:1}.ev-ch-zoom-btn:focus,.ev-ch-zoom-btn:active{outline:0;border:none;box-shadow:none;background:none}.ev-ch-resp-edge{display:flex;flex-direction:column;align-items:center;justify-content:start;min-width:150px}.ev-ch-resp-body-lg .ev-ch-fgm-node-label{font-size:16px}.ev-ch-resp-body-lg .ev-ch-fgm-node-type{font-size:12px}.ev-ch-resp-body-lg .ev-ch-edge-summary{margin-left:12%}.ev-ch-resp-body-lg .ev-ch-edge-summary,.ev-ch-resp-body-lg .ev-ch-edge-tgl{font-size:14px}.ev-ch-resp-body-lg .ev-ch-edge-tgl{font-size:14px;margin-left:-25px}.ev-ch-resp-body-lg .ev-ch-edge-list-wrp,.ev-ch-resp-body-md .ev-ch-fgm-node-label{font-size:14px}.ev-ch-resp-body-md .ev-ch-fgm-node-type{font-size:10px}.ev-ch-resp-body-md .ev-ch-edge-summary{margin-left:1%}.ev-ch-resp-body-md .ev-ch-edge-summary,.ev-ch-resp-body-md .ev-ch-edge-tgl,.ev-ch-resp-body-md .ev-ch-edge-list-wrp,.ev-ch-resp-body-sm .ev-ch-fgm-node-label{font-size:12px}.ev-ch-resp-body-sm .ev-ch-fgm-node-type{font-size:8px}.ev-ch-resp-body-sm .ev-ch-edge-summary .ev-ch-resp-body-sm .ev-ch-edge-tgl{font-size:10px}.ev-ch-resp-body-sm .ellipsis-icon{font-size:22px;color:var(--link-color)}.ev-ch-resp-body-sm .ev-ch-edge-list-wrp{font-size:10px}.ev-ch-title-pup{word-break:break-word;max-height:200px;overflow:auto;display:block}.dataset-info.highlight{background-color:var(--info-bg);margin-left:10px;margin-right:10px}.no-evidence-chains-container{margin-top:48px;top:40%;position:relative;left:35%;width:500px}.no-evidence-chains{margin-bottom:16px;font-size:18px;font-weight:600}.evidence-explanation{font-size:14px;line-height:1.5;color:var(--text-secondary);margin-bottom:12px}.entity-id-info{font-size:12px;color:var(--text-muted);margin-top:12px}.entity-id-info code{background-color:var(--bg-secondary);padding:2px 6px;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;color:var(--danger-color);word-break:break-all}.ev-ch-collapsible-group{grid-column:1 / -1;display:grid;grid-template-columns:subgrid;margin:0}.ev-ch-group-header{grid-column:1 / -1;display:grid;grid-template-columns:subgrid;align-items:stretch;cursor:pointer;background-color:var(--bg-secondary);transition:background-color 3s ease;position:sticky;top:58px;z-index:9;min-height:76px;margin-top:-1px}.ev-ch-group-header-content{grid-column:toggle / end-node;display:grid;grid-template-columns:subgrid;align-items:center;padding:8px 0}.ev-ch-group-timeline-connector{grid-column:end-node;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.ev-ch-group-timeline-connector .ev-ch-timeline-line{position:absolute;width:2px;background-color:var(--text-secondary);top:0;bottom:0;z-index:0}.ev-ch-collapsible-group:last-child:not(.expanded) .ev-ch-group-timeline-connector .ev-ch-timeline-line{bottom:50%}.ev-ch-collapsible-group.expanded .ev-ch-group-timeline-connector .ev-ch-timeline-circle{display:none}.ev-ch-collapsible-group.expanded~.ev-ch-collapsible-group .ev-ch-group-timeline-connector{display:none}.ev-ch-collapsible-group:first-of-type .ev-ch-group-timeline-connector .ev-ch-timeline-line{top:-10px}.ev-ch-group-header:hover{background-color:var(--hover-bg)}.ev-ch-collapse-toggle{grid-column:toggle;padding:0;color:var(--body-color);text-decoration:none;font-size:14px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;margin:0;transition:filter .15s ease}.ev-ch-collapse-toggle:hover,.ev-ch-collapse-toggle:focus{border:none;background:none;box-shadow:none;outline:none}.ev-ch-collapse-toggle:hover{color:var(--bold-color);text-decoration:none}.ev-ch-collapse-toggle .ev-ch-triangle-icon{transition:transform 3s ease;font-size:10px;line-height:1}.ev-ch-group-nodes{grid-column:start-node;display:flex;justify-content:center;align-items:center;position:relative}.ev-ch-group-nodes .entity-view{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin:0!important;position:relative!important}.ev-ch-group-nodes .entity-view h4{display:none!important}.ev-ch-group-nodes .entity-view>span:first-child{flex-shrink:0;display:flex;justify-content:center;align-items:center}.ev-ch-group-nodes .ev-ch-fgm-node-img{display:flex;justify-content:center;align-items:center;margin:0 auto}.ev-ch-group-summary{grid-column:content;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;padding:0 15px}.ev-ch-group-label{font-size:16px;font-weight:700;color:var(--body-color);flex:1 1 auto;min-width:0}.ev-ch-group-header:hover .ev-ch-group-label{color:var(--bold-color)}.ev-ch-group-count{color:var(--text-muted);font-weight:400;font-size:15px;white-space:nowrap}.ev-ch-group-nodes .ev-ch-fgm-wrp{display:flex;justify-content:center;align-items:center;position:relative}.ev-ch-collapsible-group.expanded .ev-ch-group-nodes .ev-ch-fgm-wrp:after{content:"";position:absolute;left:50%;top:100%;height:20px;width:2px;background-color:var(--text-secondary);transform:translate(-1px);z-index:1}.ev-ch-group-nodes .ev-ch-fgm-node-img{width:60px;height:60px;max-width:60px;max-height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.ev-ch-group-nodes .ev-ch-fgm-node-img .ball-sm,.ev-ch-group-nodes .ev-ch-fgm-node-img .ball-collapsed{width:100%!important;height:100%!important;max-width:60px;max-height:60px;margin:0!important}.ev-ch-group-nodes .ev-ch-fgm-node-img .ball-sm div{width:100%!important;height:100%!important;font-size:8px}.ev-ch-group-nodes .ev-ch-fgm-node-img .ball-collapsed div{width:100%!important;height:100%!important;font-size:10px}.ev-ch-group-nodes .ev-ch-fgm-node-img img{width:100%!important;height:100%!important;max-width:60px!important;max-height:60px!important;object-fit:contain}.ev-ch-resp-body-collapsed .ev-ch-fgm-node-label{font-size:16px}.ev-ch-group-content{grid-column:1 / -1;display:grid;grid-template-columns:subgrid;row-gap:0;align-items:center;transition:max-height .3s ease-out;overflow:hidden;max-height:0;margin:0}.ev-ch-group-content.expanded{padding-bottom:10px;background-color:var(--bg-color)}.ev-ch-group-content.expanded:has(>.ev-ch-comparator-wrapper:last-child){padding-bottom:0}.ev-ch-chain-row{grid-column:content;display:grid;column-gap:24px;justify-content:center;padding:8px 0;margin:0 20px}.ev-ch-chain-row.grid-1{grid-template-columns:minmax(150px,max-content)}.ev-ch-chain-row.grid-3{grid-template-columns:repeat(3,minmax(150px,max-content))}.ev-ch-chain-row.grid-5{grid-template-columns:repeat(5,minmax(150px,max-content))}.ev-ch-chain-row.grid-7{grid-template-columns:repeat(7,minmax(150px,max-content))}.ev-ch-row-separator{grid-column:content;height:1px;border-bottom:1px solid var(--border-color-light);margin:0}.ev-ch-timeline-connector{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;align-self:stretch}.ev-ch-timeline-line{position:absolute;width:2px;background-color:var(--text-secondary);top:-1px;bottom:-1px;z-index:1}.ev-ch-timeline-line.last-row{bottom:50%}.ev-ch-timeline-circle{width:10px;height:10px;border-radius:50%;border:2px solid var(--text-secondary);background-color:var(--bg-color);position:relative;z-index:1}.ev-ch-collapsible-group.expanded{margin-bottom:10px}.ev-ch-content>.ev-ch-collapsible-group.expanded:last-child{margin-bottom:0}.filter-box{margin-top:18px;margin-bottom:-16px;background-color:transparent}.filter-box .results-filter button{font-size:15px;font-weight:400;text-decoration:none;color:var(--text-secondary);display:block;padding:5px 15px;border:1px solid var(--border-color);border-radius:var(--default-border-radius);background-color:var(--bg-color);background-image:none;white-space:nowrap;transition:all .2s ease}.filter-box .results-filter button{text-shadow:var(--button-text-shadow)}.filter-box .filter-box-token-delete{width:10px;height:10px;font-size:10px;margin-left:8px}.filter-box .results-filter{background-color:transparent}.filter-box .results-filter .dropdown-target-restriction.dropdown{filter:var(--icon-filter);transition:filter .2s ease;background-color:var(--bg-color)}.filter-box .results-filter button:hover:not(:disabled){background-color:var(--bg-secondary);color:var(--default-color);border-color:var(--text-muted);box-shadow:0 2px 4px var(--shadow-color)}.filter-box .results-filter button:hover:not(:disabled)~.dropdown-target-restriction.dropdown{filter:var(--icon-filter-hover)}.sr-row{width:50%;flex:auto;display:flex;flex-direction:column;margin-bottom:20px;line-height:normal}.search-result-image{width:100px;height:100px;display:block}.image-hover{max-width:300px}.search-result-image-popover{width:275px;height:275px;padding:8px}.grid-viewport-row:last-child .grid-view-row{padding-bottom:20px}.grid-view-row{display:flex;flex-direction:row}.grid-view-row .collapsible-scroller{width:480px;overflow-x:hidden}.search-result{display:flex;flex-direction:column}.search-result .sr-desc:has(.markdown){margin-top:10px}.search-result .sr-desc:not(:has(.block-title)):not(:has(.source-link-b-title)){margin-top:10px}.grid-view-row:has(.sr-row-img) .compound-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem;margin-bottom:0}.sr-row-img{margin-right:20px}.popover .compound-structure-image{margin:4px}.sr-row-img .compound-structure-image{width:128px;height:128px}.sr-row{display:flex;flex-direction:column;gap:2px}.sr-desc,div.sr-desc{display:flex;flex-direction:row;gap:.5rem;word-wrap:break-word;font-size:14px;color:var(--text-secondary)}.sr-desc p,div.sr-desc p{margin-bottom:0}.sr-desc .collapsible-text,div.sr-desc .collapsible-text{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline}.sr-desc .collapsible-text>div,div.sr-desc .collapsible-text>div{flex:1;min-width:0}.sr-desc .collapse,div.sr-desc .collapse{overflow-y:auto;max-height:150px}.sr-header{font-weight:400;font-size:20px}.sr-links{clear:both;margin-top:3px}.sr-link .search-icon{margin-right:3px;display:block;float:left;margin-top:3px}.sr-header a,.sr-header a:hover{text-decoration:none}.sr-title{color:var(--item-title-color);word-break:break-word;cursor:pointer}.sr-title:hover{color:var(--link-hover-color)}.sr-link{color:var(--link-color);font-weight:400;margin-right:15px;border:none;background:none;padding:0}.sr-link:hover{color:var(--link-hover-color)}.sr-link.disabled,.sr-link:disabled,.sr-link-disabled,button.sr-link-disabled{color:var(--bs-body-color);cursor:default}.sr-link.disabled:hover,.sr-link:disabled:hover,.sr-link-disabled:hover,button.sr-link-disabled:hover{color:var(--bs-body-color)}.sr-link-disabled+.glyphicon{color:var(--bs-body-color);cursor:default}.sr-link:focus{outline:0}.sr-total{font-size:15px;color:var(--text-muted)}.source-link{color:var(--source-link-color);font-size:16px;margin-right:10px}.source-link:hover{color:var(--source-link-hover-color)}.source-link.dropdown{margin-top:-2px}.source-link-b-title,.block-title{color:var(--text-secondary);font-weight:700;white-space:nowrap}.source-links .btn.dropdown-toggle,.source-links .btn.dropdown-toggle:active,.source-links .btn.dropdown-toggle.active,.source-links .show .btn.dropdown-toggle,.source-links .show .btn.dropdown-toggle:active,.source-links .show .btn.dropdown-toggle.active{color:var(--source-link-color)!important;background:none!important;border:none!important;box-shadow:none!important;padding:0;font-size:16px;font-weight:400;line-height:24px;text-shadow:none}.source-links .btn.dropdown-toggle:hover,.source-links .show .btn.dropdown-toggle:hover{color:var(--source-link-hover-color)!important}.grouped-source-links{color:var(--source-link-color)}.grouped-source-links:hover,.grouped-source-links:active,.grouped-source-links:focus{background:none;border:none;box-shadow:none;-webkit-box-shadow:none;color:var(--source-link-hover-color)}.grouped-source-links .dropdown-menu{border-radius:0;padding:0;max-height:300px;overflow-y:auto}.search-link{color:var(--link-color);font-size:14px;text-align:start;padding-left:var(--margin);display:inline-flex;align-items:center;min-width:0;margin-right:auto}.dropdown-item.search-link,.dropdown-item .search-link{width:100%;padding-left:0;display:flex!important}.dropdown-item.search-link span:last-child,.dropdown-item .search-link span:last-child{flex:1;min-width:0;overflow:visible}.search-link:hover{text-decoration:none;color:var(--link-hover-color);background:transparent}.search-link span{position:relative;top:3px}.dropdown-item.search-link span,.dropdown-item .search-link span{top:0}.search-link span:last-child{margin-left:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.turn .search-link span:last-child{max-width:calc(100vw - 150px)}.image-hover{left:32px!important}.source-links{display:inline-flex;flex-wrap:wrap}.source-links a,.search-item-footer a{text-decoration:none}.publication-timeline-container{flex-basis:100%;width:100%;background:var(--bg-color);border-top:var(--border-width) solid var(--border-color);margin-top:var(--margin);position:relative}.publication-timeline{display:flex;align-items:center;gap:var(--margin);width:100%;padding:0 2px}.publication-timeline svg{flex:1}.timeline-reset-button{position:absolute!important;top:var(--margin);right:0;padding:0;margin:0;font-size:14px;width:28px;height:28px;background:var(--link-color);color:var(--bg-color);border:var(--border-width) solid var(--link-color);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;z-index:10}.timeline-reset-button:hover{background:var(--link-hover-color);border-color:var(--link-hover-color)}.timeline-axis path,.timeline-axis line{stroke:var(--border-color);stroke-width:1}.timeline-axis text{font-size:11px;color:var(--text-secondary);fill:var(--text-secondary)}.brush .selection{fill:#3126b4;fill-opacity:.2;stroke:#3126b4;stroke-width:1}.brush .handle{fill:#3126b4}.timeline-dot-group,.timeline-dot{transition:all .2s ease}.timeline-count{pointer-events:none;-webkit-user-select:none;user-select:none}@keyframes slide-container-3{0%,25%{left:0;-webkit-transform:scale(0);transform:scale(0)}50%{left:0;-webkit-transform:scale(1);transform:scale(1)}75%{left:calc(var(--loader-size) * 68 / 32)}to{left:calc(var(--loader-size) * 136 / 32);-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes slide-container-3{0%,25%{left:0;-webkit-transform:scale(0);transform:scale(0)}50%{left:0;-webkit-transform:scale(1);transform:scale(1)}75%{left:calc(var(--loader-size) * 68 / 32)}to{left:calc(var(--loader-size) * 136 / 32);-webkit-transform:scale(1);transform:scale(1)}}@keyframes slide-container-2{0%{-webkit-transform:scale(1);transform:scale(1)}25%,to{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes slide-container-2{0%{-webkit-transform:scale(1);transform:scale(1)}25%,to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes slide-container-1{0%{left:0;-webkit-transform:scale(0);transform:scale(0)}25%{left:0;-webkit-transform:scale(1);transform:scale(1)}50%{left:calc(var(--loader-size) * 68 / 32)}75%{left:calc(var(--loader-size) * 136 / 32);-webkit-transform:scale(1);transform:scale(1)}to{left:calc(var(--loader-size) * 136 / 32);-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes slide-container-1{0%{left:0;-webkit-transform:scale(0);transform:scale(0)}25%{left:0;-webkit-transform:scale(1);transform:scale(1)}50%{left:calc(var(--loader-size) * 68 / 32)}75%{left:calc(var(--loader-size) * 136 / 32);-webkit-transform:scale(1);transform:scale(1)}to{left:calc(var(--loader-size) * 136 / 32);-webkit-transform:scale(0);transform:scale(0)}}.slide-container .sliding-dot{position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translate(-50%);width:var(--loader-size);height:var(--loader-size);border-radius:50%;-webkit-animation:slide-container-1 var(--loader-timing) cubic-bezier(0,.5,.5,1) infinite forwards;animation:slide-container-1 var(--loader-timing) cubic-bezier(0,.5,.5,1) infinite forwards}.slide-container .sliding-dot:nth-child(1){-webkit-animation-delay:calc(var(--loader-timing) / -2);animation-delay:calc(var(--loader-timing) / -2);background:var(--plex-yellow)}.slide-container .sliding-dot:nth-child(2){-webkit-animation-delay:calc(var(--loader-timing) / -4);animation-delay:calc(var(--loader-timing) / -4);background:var(--plex-orange)}.slide-container .sliding-dot:nth-child(3){-webkit-animation-delay:0s;animation-delay:0s;background:var(--plex-red)}.slide-container .sliding-dot:nth-child(4){-webkit-animation:slide-container-3 var(--loader-timing) cubic-bezier(0,.5,.5,1) infinite forwards;animation:slide-container-3 var(--loader-timing) cubic-bezier(0,.5,.5,1) infinite forwards;background:var(--plex-black)}.loading-animation{margin:var(--margin) auto;width:100%;height:100%}.slide-container{margin:auto;position:relative;height:var(--loader-size);width:calc(var(--loader-size) * 6)}.sliding-dot{color:#fff}#dropdown-export-menu button[aria-expanded=false]:focus{background-color:var(--bg-color);border-color:var(--border-color);color:var(--text-secondary)}.dropdown-menu .dropdown-item>*:not(.fi){font-size:1rem;padding:0;margin-top:auto;margin-bottom:auto}.dropdown-menu .dropdown-item img,.dropdown-menu .dropdown-item .fi{flex:initial;width:36px;height:36px}.dropdown-menu .dropdown-item img{filter:var(--icon-image-filter)}.dropdown-menu .dropdown-item .fi{padding:4px 0 0 4px}.dropdown-menu .dropdown-item button{text-overflow:ellipsis}.dropdown-item select{margin-left:.25rem}.dropdown-item .glyphicon-copy{padding-right:4px}.dropdown-item.api-key{display:inline-block}.dropdown-item.api-key :before{margin-right:var(--margin)}.dropdown-item.numeric{display:flex;flex-wrap:nowrap;align-items:baseline;column-gap:.1rem}.dropdown-item.numeric div{flex:1;padding:0}.dropdown-menu .react-numeric-input{flex:0;width:4rem}.dropdown-menu .react-numeric-input input{width:4rem;text-align:right;background-color:var(--bg-color);color:var(--default-color);border-color:var(--border-color)}.dropdown-menu .react-numeric-input input:disabled{background-color:var(--disabled-bg-color);color:var(--disabled-color);cursor:not-allowed}.settings-menu .cpd-similarity{display:flex;flex-direction:row}.settings-menu select:disabled{border-color:transparent}.er-l-dlg-body{max-height:400px;overflow-y:auto;word-break:break-all}.er-l-dlg-lbl-type{font-size:14px;font-style:italic;margin:5px 0;padding-bottom:5px;border-bottom:1px dotted var(--text-muted);display:flex;justify-content:space-between;align-items:baseline}.er-l-dlg-lbl-date{font-size:12px;color:var(--text-secondary);font-weight:400;font-style:normal;margin-left:auto;padding-left:1rem;white-space:nowrap}.er-l-dlg-lbl-msg{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.navbar{display:flex;flex-direction:column;padding:0 var(--bs-gutter-x, 1.25rem);background-color:var(--bg-secondary)}.navbar>.container-fluid{padding:var(--bs-gutter-y, .75rem) 0}.navbar .nav>li>a{padding-top:25px}.navbar .navbar-toggle{padding:10px;margin:25px 15px 25px 0}.navbar-footer{padding-left:0}.ctm-nav-text+span{display:none}.ctm-nav-text span{font-size:19px;padding:13px;border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--default-border-radius);background-color:var(--bg-color);margin-left:2px;margin-top:2px}.custom-nav-bar{list-style:none;margin:2px 0 2px 1px;font-style:normal;font-size:15px;-webkit-padding-start:0}.custom-nav-bar.tab-bar{margin-top:2px}.custom-nav-bar li{display:inline-block;list-style:initial;margin-right:15px;margin-bottom:4px}.custom-nav-bar li button:focus{outline:0}.navbar-form{padding-left:0}.navbar-menus{display:flex;flex-direction:row;gap:.5rem}.navbar-menus .btn.dropdown-toggle{border-color:var(--border-color);background-color:var(--bg-color);background-image:none;box-shadow:none;text-shadow:none;color:var(--text-secondary)}.navbar-menus .btn.dropdown-toggle,.search-box .btn.dropdown-toggle,.grid-filter .btn.dropdown-toggle{font-size:19px;height:100%;color:var(--text-secondary);transition:all .2s ease}.navbar-menus .btn.dropdown-toggle:disabled,.navbar-menus .btn.dropdown-toggle.disabled,.search-box .btn.dropdown-toggle:disabled,.search-box .btn.dropdown-toggle.disabled,.grid-filter .btn.dropdown-toggle:disabled,.grid-filter .btn.dropdown-toggle.disabled{background-color:transparent;background-image:none;border-color:var(--border-color);color:var(--disabled-color);cursor:not-allowed}.navbar-menus .btn.dropdown-toggle:hover,.navbar-menus .btn.dropdown-toggle:active,.navbar-menus .btn.dropdown-toggle.active,.navbar-menus .btn.dropdown-toggle:focus,.navbar-menus .btn.dropdown-toggle.focus,.search-box .btn.dropdown-toggle:hover,.search-box .btn.dropdown-toggle:active,.search-box .btn.dropdown-toggle.active,.search-box .btn.dropdown-toggle:focus,.search-box .btn.dropdown-toggle.focus,.grid-filter .btn.dropdown-toggle:hover,.grid-filter .btn.dropdown-toggle:active,.grid-filter .btn.dropdown-toggle.active,.grid-filter .btn.dropdown-toggle:focus,.grid-filter .btn.dropdown-toggle.focus{color:var(--default-color);background-position:0,-15px;border-color:var(--text-muted);background-color:var(--bg-secondary);box-shadow:0 2px 4px var(--shadow-color)}.navbar-menus .btn.dropdown-toggle:focus,.navbar-menus .btn.dropdown-toggle.focus,.search-box .btn.dropdown-toggle:focus,.search-box .btn.dropdown-toggle.focus,.grid-filter .btn.dropdown-toggle:focus,.grid-filter .btn.dropdown-toggle.focus{border:var(--focus-border)}.navbar-menus .btn.active:focus,.navbar-menus .btn.dropdown-toggle:hover,.navbar-menus .btn.dropdown-toggle:focus,.navbar-menus .show>.btn.dropdown-toggle,.navbar-menus .show>.btn.dropdown-toggle:hover,.navbar-menus .show>.btn.dropdown-toggle:focus,.search-box .btn.active:focus,.search-box .btn.dropdown-toggle:hover,.search-box .btn.dropdown-toggle:focus,.search-box .show>.btn.dropdown-toggle,.search-box .show>.btn.dropdown-toggle:hover,.search-box .show>.btn.dropdown-toggle:focus,.grid-filter .btn.active:focus,.grid-filter .btn.dropdown-toggle:hover,.grid-filter .btn.dropdown-toggle:focus,.grid-filter .show>.btn.dropdown-toggle,.grid-filter .show>.btn.dropdown-toggle:hover,.grid-filter .show>.btn.dropdown-toggle:focus{color:var(--bold-color)}.navbar-controls{width:100%;display:flex;flex-direction:row;align-items:center}.navbar-searchbox{display:flex;align-items:center;flex:auto}.menu-item-main-page{position:absolute;width:auto;justify-content:flex-end;right:10px;display:flex;flex-direction:row;padding-top:17px;gap:8px;align-items:center}.menu-item-main-page .back-to-search-btn{border:none!important;background:transparent!important;padding:10px 12px;font-size:19px;cursor:pointer!important;color:var(--text-secondary)!important;transition:all .2s ease;position:relative;z-index:200}.menu-item-main-page .back-to-search-btn *{cursor:pointer!important}.menu-item-main-page .back-to-search-btn .glyphicon{color:inherit}.menu-item-main-page .back-to-search-btn:hover{color:var(--bold-color)!important}.menu-item-main-page .back-to-search-btn:hover .glyphicon{color:inherit}.menu-item-main-page .back-to-search-btn:focus{border:var(--focus-border);outline:none}.navbar .navbar-right{right:0;margin-top:8px;margin-right:20px}.tab-span-disabled{color:var(--default-color);opacity:var(--disabled-opacity);display:block}.app-header{z-index:2}.navbar-logo{height:74px}html[data-theme=dark] .navbar-logo{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='324'%20height='150'%20viewBox='247%20137%20349%20162'%20preserveAspectRatio='xMidYMid%20meet'%20shape-rendering='geometricPrecision'%3e%3cpath%20d='M304.852%20184.377c0-7.685-5.346-11.805-13.922-11.805h-11.174v23.835h11.508c8.576%200%2013.588-5.124%2013.588-11.807zm-14.144%2027.287h-10.952v26.73h-17.152v-81.303h29.774c18.599%200%2029.848%2011.025%2029.848%2026.953v.223c0%2018.042-14.033%2027.397-31.518%2027.397m39.353-54.574h16.93v81.306h-16.93zm52.602%2034.081c-7.018%200-11.583%205.012-12.92%2012.698h25.505c-1.003-7.575-5.457-12.698-12.585-12.698m28.846%2023.278h-41.544c1.67%207.685%207.018%2011.694%2014.59%2011.694%205.68%200%209.802-1.781%2014.48-6.125l9.689%208.576c-5.568%206.905-13.587%2011.137-24.39%2011.137-17.933%200-31.186-12.585-31.186-30.85v-.223c0-17.041%2012.14-31.075%2029.515-31.075%2019.936%200%2029.069%2015.482%2029.069%2032.411v.223c0%201.67-.112%202.673-.223%204.232'%20fill='%23e8e8e8'/%3e%3cpath%20d='M448.894%20207.766l20.159-29.069h-17.708l-11.25%2017.375-11.137-17.375h-18.155l20.159%2029.403-20.939%2030.294h17.71l12.028-18.6%2012.029%2018.6h.299a30.368%2030.368%200%200112.84-7.296z'%20fill='%23e8e8e8'/%3e%3cpath%20d='M503.86%20269.091c-1.177%2012.832-12.532%2022.282-25.364%2021.106-12.83-1.176-22.28-12.531-21.104-25.363%201.175-12.83%2012.53-22.28%2025.362-21.105%2012.832%201.176%2022.281%2012.53%2021.105%2025.362'%20fill='%23ff5942'/%3e%3cpath%20d='M444.383%20269.241c-.684%207.47-7.295%2012.97-14.765%2012.287-7.47-.684-12.971-7.295-12.287-14.765.685-7.47%207.296-12.971%2014.765-12.287%207.47.685%2012.97%207.295%2012.287%2014.765'%20fill='%23ff1a7d'/%3e%3cpath%20d='M578.891%20203.253c-2.397%2026.162-25.549%2045.429-51.712%2043.032-26.164-2.396-45.429-25.55-43.033-51.712%202.397-26.163%2025.55-45.43%2051.713-43.032%2026.163%202.396%2045.43%2025.549%2043.032%2051.712'%20fill='%23ffb347'/%3e%3c/svg%3e")}.app-logo{height:113px;-webkit-transition:height 1s ease-in-out;-moz-transition:height 1s ease-in-out;transition:height 1s ease-in-out;color:var(--plex-black)}html[data-theme=dark] .app-logo{color:var(--bg-color);content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='324'%20height='150'%20viewBox='247%20137%20349%20162'%20preserveAspectRatio='xMidYMid%20meet'%20shape-rendering='geometricPrecision'%3e%3cpath%20d='M304.852%20184.377c0-7.685-5.346-11.805-13.922-11.805h-11.174v23.835h11.508c8.576%200%2013.588-5.124%2013.588-11.807zm-14.144%2027.287h-10.952v26.73h-17.152v-81.303h29.774c18.599%200%2029.848%2011.025%2029.848%2026.953v.223c0%2018.042-14.033%2027.397-31.518%2027.397m39.353-54.574h16.93v81.306h-16.93zm52.602%2034.081c-7.018%200-11.583%205.012-12.92%2012.698h25.505c-1.003-7.575-5.457-12.698-12.585-12.698m28.846%2023.278h-41.544c1.67%207.685%207.018%2011.694%2014.59%2011.694%205.68%200%209.802-1.781%2014.48-6.125l9.689%208.576c-5.568%206.905-13.587%2011.137-24.39%2011.137-17.933%200-31.186-12.585-31.186-30.85v-.223c0-17.041%2012.14-31.075%2029.515-31.075%2019.936%200%2029.069%2015.482%2029.069%2032.411v.223c0%201.67-.112%202.673-.223%204.232'%20fill='%23e8e8e8'/%3e%3cpath%20d='M448.894%20207.766l20.159-29.069h-17.708l-11.25%2017.375-11.137-17.375h-18.155l20.159%2029.403-20.939%2030.294h17.71l12.028-18.6%2012.029%2018.6h.299a30.368%2030.368%200%200112.84-7.296z'%20fill='%23e8e8e8'/%3e%3cpath%20d='M503.86%20269.091c-1.177%2012.832-12.532%2022.282-25.364%2021.106-12.83-1.176-22.28-12.531-21.104-25.363%201.175-12.83%2012.53-22.28%2025.362-21.105%2012.832%201.176%2022.281%2012.53%2021.105%2025.362'%20fill='%23ff5942'/%3e%3cpath%20d='M444.383%20269.241c-.684%207.47-7.295%2012.97-14.765%2012.287-7.47-.684-12.971-7.295-12.287-14.765.685-7.47%207.296-12.971%2014.765-12.287%207.47.685%2012.97%207.295%2012.287%2014.765'%20fill='%23ff1a7d'/%3e%3cpath%20d='M578.891%20203.253c-2.397%2026.162-25.549%2045.429-51.712%2043.032-26.164-2.396-45.429-25.55-43.033-51.712%202.397-26.163%2025.55-45.43%2051.713-43.032%2026.163%202.396%2045.43%2025.549%2043.032%2051.712'%20fill='%23ffb347'/%3e%3c/svg%3e")}.logo-wrapper{margin:20px;text-align:center}.navbar-footer.navbar-nav{width:100%;display:flex;flex-direction:column;align-items:flex-start}.landing-page .btn-primary.disabled,.landing-page .btn-primary.disabled.active,.landing-page .btn-primary.disabled.focus,.landing-page .btn-primary.disabled:active,.landing-page .btn-primary.disabled:focus,.landing-page .btn-primary.disabled:hover,.landing-page .btn-primary[disabled],.landing-page .btn-primary[disabled].active,.landing-page .btn-primary[disabled].focus,.landing-page .btn-primary[disabled]:active,.landing-page .btn-primary[disabled]:focus,.landing-page .btn-primary[disabled]:hover,.navbar .btn-primary.disabled,.navbar .btn-primary.disabled.active,.navbar .btn-primary.disabled.focus,.navbar .btn-primary.disabled:active,.navbar .btn-primary.disabled:focus,.navbar .btn-primary.disabled:hover,.navbar .btn-primary[disabled],.navbar .btn-primary[disabled].active,.navbar .btn-primary[disabled].focus,.navbar .btn-primary[disabled]:active,.navbar .btn-primary[disabled]:focus,.navbar .btn-primary[disabled]:hover{background-color:var(--border-color)}.navbar-icon-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--icon-label-gap);line-height:1;height:100%}.navbar-icon-label .glyphicon{font-size:16px;line-height:1;color:inherit}.navbar-icon-label__text{display:block;font-size:var(--icon-label-text-size);font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:inherit;line-height:1;white-space:nowrap;pointer-events:none;transition:color .15s ease}.navbar-menus .btn.dropdown-toggle:hover .navbar-icon-label__text,.navbar-menus .btn.dropdown-toggle:active .navbar-icon-label__text,.navbar-menus .btn.dropdown-toggle.active .navbar-icon-label__text,.navbar-menus .show>.btn.dropdown-toggle .navbar-icon-label__text,.back-to-search-btn:hover .navbar-icon-label__text{color:var(--default-color, #e0e0e0)}.navbar-menus .btn.dropdown-toggle{height:auto;min-height:46px;max-height:46px;padding:6px 12px;display:flex;align-items:center;justify-content:center}.menu-item-main-page .back-to-search-btn{display:inline-flex!important;flex-direction:column;align-items:center;justify-content:center;min-height:46px}.summary-panel{margin-top:10px;width:300px;margin-left:130px;border-color:var(--border-color-light);box-shadow:0 2px 3px #00000026}.summary-title{font-size:20px;color:var(--default-color);font-weight:700;margin-left:10px;word-wrap:normal;margin-top:15px}.img-panel{box-shadow:none;text-align:center}.accordion-padding{margin-top:20px;margin-left:15px}.query-results-accordion{border:1px solid var(--border-color-light);border-radius:var(--default-border-radius);box-shadow:0 2px 3px #00000026}.summary-header{background-color:var(--border-color-light);padding:5px}.summary-header span{font-size:18px}.summary-header input{font-size:12px;padding:2px 5px;margin:5px 0;width:100%;border:1px dotted var(--text-muted)}.summary-header .input-reset{font-size:12px}.query-results-accordion .accordion__item,.query-results-accordion .accordion__title{background-color:var(--bg-color)}.summary-item-highlight{color:var(--bg-color);background-color:var(--info-color);border-radius:3px;padding:0 2px}mark{background-color:var(--marked-bg-color)}.search-res-item-highlight{color:var(--link-color);background-color:var(--marked-bg-color);border-radius:3px;padding:0}.selected mark,.selected .search-res-item-highlight{color:var(--border-color-light);background-color:var(--text-muted)}.autosuggest .focused mark{background-color:#0000}.summary-body{max-height:345px;overflow:auto}.summary-body-list{margin:0;padding:0;list-style:none}.summary-body-list li{border-bottom:1px solid var(--border-color-light);padding:4px 12px;word-break:break-word}.summary-body-list li.selected{background-color:var(--border-color)}.summary-body-list li:last-child{border-bottom:none}.summary-body-list li:hover{background-color:var(--info-bg);cursor:pointer}.query-details{border-bottom:2px solid var(--border-color-light);word-break:break-word;padding:7px}.query-details>div{display:flex;flex-direction:column}.query-details img,.query-details object{margin:auto;width:auto;max-width:95%}.query-details p{padding:7px}.query-details>p{margin:0}.query-details-body{padding:2px 9px}.query-details .collapse{max-height:150px;overflow:auto}.query-details span>strong{font-size:15px;font-weight:700;word-break:normal}.query-details .sr-desc span{word-break:break-word}.filter-summary{display:block;font-style:italic;font-size:14px;height:50%;margin:auto 0}.grid-filter{padding-top:20px;padding-bottom:10px;border-bottom:1px solid var(--border-color-light);margin-bottom:10px;flex-wrap:wrap}.grid-filter.undecorated{border:none}.grid-filter-input{display:flex;flex-direction:row;flex-wrap:nowrap;flex:1;align-items:center}.grid-filter-input>input{width:65%;border:1px dotted var(--text-muted);padding:2px 24px 2px 2px;flex:1;margin-left:8px;margin-top:2px;box-sizing:content-box;height:26px}.grid-filter-input .dropdown{margin-top:2px}.grid-filter-input>.button{padding:4px;margin:auto 8px;border:1px solid transparent;width:140px;height:50%;text-align:center}.grid-filter-input>.button:hover,.grid-filter>.button:focus{border:1px dotted var(--text-muted)}.grid-filter .search-link{text-decoration:none;margin-left:4px;margin-top:2px;padding:0 4px;height:28px;width:28px;font-size:19px;display:inline-block}.grid-filter button.search-terms-display-toggle,.grid-filter button.salts-display-toggle{font-size:1em}.grid-filter button,.grid-filter .btn.dropdown-toggle{font-size:19px;width:32px;height:32px;margin-left:4px;padding:0;background:var(--bg-color);color:var(--text-secondary)}.grid-filter .btn.dropdown-toggle{border:1px solid var(--border-color)}.grid-filter .btn.dropdown-toggle{padding-top:2px}.grid-filter button:hover:not(:disabled){border-color:transparent;background-color:transparent;box-shadow:none}.grid-filter button:hover:not(:disabled){color:var(--active-text-color);border-color:transparent;background-color:transparent;box-shadow:none}.grid-filter button:active:not(:disabled){color:var(--text-secondary);background-color:var(--border-color);background-position:0,-15px;border-color:var(--text-muted)}.grid-filter .show>button.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.grid-filter .btn:hover:not(:disabled),.grid-filter .show>.btn,.grid-filter .show>.btn:hover,.grid-filter button:hover:not(:disabled),.grid-filter .show>button,.grid-filter .show>button:hover{color:var(--bold-color)}.grid-filter .btn:focus,.grid-filter .btn.focus,.grid-filter button:focus,.grid-filter button.focus{color:var(--bold-color);border-color:var(--text-muted)}.grid-filter .apply-filter,.grid-filter .clear-filter,.grid-filter .select-all{font-weight:700;color:var(--link-color)}.grid-filter .dataset-options.active .dropdown-toggle:focus,.grid-filter .dataset-options.active .dropdown-toggle.focus{box-shadow:none;border-color:var(--focus-border-color)}.grid-filter .dataset-options.active .dropdown-toggle{color:var(--link-color);border-color:var(--text-muted);box-shadow:inset 0 3px 5px #00000020;background-color:var(--border-color)}.grid-filter .dataset-options .dropdown-menu.show{columns:2}.grid-filter .dropdown-item .btn.dropdown-toggle{width:100%;padding:0;margin:0;border:none;background:inherit}.grid-filter .dropdown-item.show .btn.dropdown-toggle{background:var(--danger-color)}.compute-activity-button.active:before{display:none}.compute-activity-button .activity-progress-ring{display:inline-block;width:1.5rem;height:1.5rem;vertical-align:middle}.compute-activity-button .activity-progress-ring svg{width:1.5rem;height:1.5rem;transform:rotate(-90deg)}.compute-activity-button .activity-progress-track{fill:none;stroke:var(--text-muted);stroke-width:2;opacity:.3}.compute-activity-button .activity-progress-fill{fill:none;stroke:var(--bold-color);stroke-width:2;stroke-dasharray:31.4;stroke-dashoffset:31.4;stroke-linecap:round;transition:stroke-dashoffset 1s ease-out}@keyframes lds-spin{0%{opacity:1;-webkit-transform:scale(1.5,1.5);transform:scale(1.5)}to{opacity:0;-webkit-transform:scale(1,1);transform:scale(1)}}@-webkit-keyframes lds-spin{0%{opacity:1;-webkit-transform:scale(1.5,1.5);transform:scale(1.5)}to{opacity:0;-webkit-transform:scale(1,1);transform:scale(1)}}.lds-spin{position:relative}.lds-spin div>div{position:absolute;width:16px;height:16px;border-radius:50%;background:var(--text-secondary);-webkit-animation:lds-spin 1.1s linear infinite;animation:lds-spin 1.1s linear infinite}.lds-spin div:nth-child(1)>div{left:152px;top:92px;-webkit-animation-delay:-.99s;animation-delay:-.99s}.lds-spin>div:nth-child(1){-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transform-origin:160px 100px;transform-origin:160px 100px}.lds-spin div:nth-child(2)>div{left:140.54101964px;top:127.26711512px;-webkit-animation-delay:-.88s;animation-delay:-.88s}.lds-spin>div:nth-child(2){-webkit-transform:rotate(36deg);transform:rotate(36deg);-webkit-transform-origin:148.54101964px 135.26711512px;transform-origin:148.54101964px 135.26711512px}.lds-spin div:nth-child(3)>div{left:110.54101964px;top:149.06339096px;-webkit-animation-delay:-.77s;animation-delay:-.77s}.lds-spin>div:nth-child(3){-webkit-transform:rotate(72deg);transform:rotate(72deg);-webkit-transform-origin:118.54101964px 157.06339096px;transform-origin:118.54101964px 157.06339096px}.lds-spin div:nth-child(4)>div{left:73.45898036px;top:149.06339096px;-webkit-animation-delay:-.66s;animation-delay:-.66s}.lds-spin>div:nth-child(4){-webkit-transform:rotate(108deg);transform:rotate(108deg);-webkit-transform-origin:81.45898036px 157.06339096px;transform-origin:81.45898036px 157.06339096px}.lds-spin div:nth-child(5)>div{left:43.45898036px;top:127.26711512px;-webkit-animation-delay:-.55s;animation-delay:-.55s}.lds-spin>div:nth-child(5){-webkit-transform:rotate(144deg);transform:rotate(144deg);-webkit-transform-origin:51.45898036px 135.26711512px;transform-origin:51.45898036px 135.26711512px}.lds-spin div:nth-child(6)>div{left:32px;top:92px;-webkit-animation-delay:-.44s;animation-delay:-.44s}.lds-spin>div:nth-child(6){-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:40px 100px;transform-origin:40px 100px}.lds-spin div:nth-child(7)>div{left:43.45898036px;top:56.73288488px;-webkit-animation-delay:-.33s;animation-delay:-.33s}.lds-spin>div:nth-child(7){-webkit-transform:rotate(216deg);transform:rotate(216deg);-webkit-transform-origin:51.45898036px 64.73288488px;transform-origin:51.45898036px 64.73288488px}.lds-spin div:nth-child(8)>div{left:73.45898036px;top:34.93660904px;-webkit-animation-delay:-.22s;animation-delay:-.22s}.lds-spin>div:nth-child(8){-webkit-transform:rotate(252deg);transform:rotate(252deg);-webkit-transform-origin:81.45898036px 42.93660904px;transform-origin:81.45898036px 42.93660904px}.lds-spin div:nth-child(9)>div{left:110.54101964px;top:34.93660904px;-webkit-animation-delay:-.11s;animation-delay:-.11s}.lds-spin>div:nth-child(9){-webkit-transform:rotate(288deg);transform:rotate(288deg);-webkit-transform-origin:118.54101964px 42.93660904px;transform-origin:118.54101964px 42.93660904px}.lds-spin div:nth-child(10)>div{left:140.54101964px;top:56.73288488px;-webkit-animation-delay:0s;animation-delay:0s}.lds-spin>div:nth-child(10){-webkit-transform:rotate(324deg);transform:rotate(324deg);-webkit-transform-origin:148.54101964px 64.73288488px;transform-origin:148.54101964px 64.73288488px}.lds-spin div:nth-child(11)>div{left:152px;top:92px;-webkit-animation-delay:.11s;animation-delay:.11s}.lds-spin>div:nth-child(11){-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform-origin:160px 100px;transform-origin:160px 100px}.lds-spin{width:30px!important;height:30px!important;-webkit-transform:translate(-15px,-15px) scale(.15) translate(15px,15px);transform:translate(-15px,-15px) scale(.15) translate(15px,15px)}.tab-bar{margin-bottom:-2px}.tab-bar.loading{height:34px}.tab-bar button{font-size:15px;font-weight:400;text-decoration:none;background:none;border:none;color:var(--text-secondary);display:block}.tab-bar button.glyphicon{position:initial;line-height:initial;margin-bottom:4px}.tab-bar button.glyphicon.active{padding-bottom:9px;margin-bottom:0}.tab-bar button:hover{color:var(--default-color)}.tab-bar button.active{color:var(--item-title-color);border-bottom:3px solid var(--item-title-color)}.tab-bar button.active:not(.fi){font-weight:700}.tab-bar button.fi{margin-right:0}.tab-bar button.fi,.tab-bar span.fi{font-size:1rem;margin-right:unset;padding-bottom:unset;margin-bottom:-4px}.tab-bar button.fi:before,.tab-bar span.fi:before{margin-right:.5em}.tab-bar li:has(.fi) button{padding:0;width:fit-content}.tab-bar li:has(.fi) button:before{vertical-align:sub}.tab-bar-menu{margin-bottom:-12px}.tab-bar-menu-active .dropdown-toggle,.results-filter .dropdown-toggle{color:var(--active-color)!important}.tab-bar-menu-active button.active{border-bottom:none!important}.tab-bar-menu button{box-shadow:none}.tab-bar-menu li{width:100%}.tab-bar-menu li:hover{background:none}.tab-progress{height:1px}:root{--blob-size: 20}.blob{border:none}.blob.glyphicon:before{cursor:default;pointer-events:none;color:#2dba3b;background-color:#2dba3b;box-shadow:0 0 #2dba3b;display:inline-block;font-size:.8rem;flex:0 0!important;border-radius:50%;margin:var(--margin);box-sizing:border-box;transform:scale(1);animation:pulse-green 2s infinite}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #2dba3bb3}70%{transform:scale(1);box-shadow:0 0 0 10px #2dba3b00}to{transform:scale(.95);box-shadow:0 0 #2dba3b00}}.plex-tutorial-tooltip{max-width:400px;min-width:300px}.plex-tutorial-tooltip .introjs-tooltip-header{padding:6px 16px;background:linear-gradient(135deg,var(--plex-yellow) 0%,var(--plex-orange) 100%);color:#fff;border-radius:5px 5px 0 0;position:relative;display:flex;align-items:baseline;justify-content:space-between;gap:16px;line-height:1.3}.plex-tutorial-tooltip .introjs-tooltip-title{font-size:16px;font-weight:600;color:#fff;margin:0;flex:1;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plex-tutorial-tooltip .introjs-skipbutton{color:#ffffffe6;background:transparent;text-decoration:none;padding:0;border:none;font-size:14px;white-space:nowrap;min-width:fit-content;flex-shrink:0;order:initial;margin:0;position:static;transform:none}.plex-tutorial-tooltip .introjs-skipbutton:hover{color:#fff;text-decoration:underline}.plex-tutorial-tooltip .introjs-tooltiptext{padding:16px;font-size:14px;line-height:1.6;color:var(--default-color)}.plex-tutorial-tooltip .introjs-tooltipbuttons{border-top:1px solid var(--border-color);padding:12px 16px;display:flex;justify-content:flex-end;align-items:center;gap:8px}.plex-tutorial-tooltip .introjs-button{padding:8px 16px;font-size:14px;border-radius:4px;border:none;font-weight:500;transition:all .2s ease;white-space:nowrap}.plex-tutorial-tooltip .introjs-nextbutton,.plex-tutorial-tooltip .introjs-donebutton{background:linear-gradient(135deg,var(--plex-yellow) 0%,var(--plex-orange) 100%);color:#fff;order:3}.plex-tutorial-tooltip .introjs-nextbutton:hover,.plex-tutorial-tooltip .introjs-donebutton:hover{background:var(--plex-orange);transform:translateY(-1px);box-shadow:0 2px 8px #e540274d}.plex-tutorial-tooltip .introjs-prevbutton{background:var(--bg-secondary);color:var(--text-secondary);order:2}.plex-tutorial-tooltip .introjs-prevbutton:hover{background:var(--hover-bg-color)}.plex-tutorial-highlight{box-shadow:0 0 0 4px #e5402766,0 0 20px #e540274d;border-radius:4px}.introjs-bullets ul li a{background:var(--border-color)}.introjs-bullets ul li a.active{background:var(--plex-orange)}.plex-tutorial-tooltip .introjs-arrow{border-color:transparent}.plex-tutorial-tooltip .introjs-arrow.top{border-bottom-color:var(--plex-yellow)}.plex-tutorial-tooltip .introjs-arrow.bottom{border-top-color:var(--plex-yellow)}.plex-tutorial-tooltip .introjs-arrow.left{border-right-color:var(--plex-yellow)}.plex-tutorial-tooltip .introjs-arrow.right{border-left-color:var(--plex-orange)}.introjs-overlay{background:#0009}.introjs-progress{background:var(--border-color);height:3px;overflow:hidden}.introjs-progressbar{background:linear-gradient(90deg,var(--plex-yellow) 0%,var(--plex-orange) 50%,var(--plex-red) 100%);height:100%}@media(max-width:768px){.plex-tutorial-tooltip{max-width:90vw;min-width:280px}.plex-tutorial-tooltip .introjs-tooltip-title{font-size:16px}.plex-tutorial-tooltip .introjs-tooltiptext{font-size:13px}}@keyframes tutorialFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.plex-tutorial-tooltip{animation:tutorialFadeIn .3s ease-out}.drawer-toggle-button{position:fixed;left:16px;top:103px;width:40px;height:40px;background:var(--drawer-toggle-bg);border:1px solid var(--border-color);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s,opacity .3s;z-index:101;box-shadow:var(--drawer-toggle-shadow);opacity:1}body.switching-mode .drawer-toggle-button{opacity:0}.drawer-toggle-button:focus{outline:none}.drawer-toggle-button:focus-visible{outline:var(--focus-border);box-shadow:var(--focus-box-shadow)}.drawer-toggle-button:hover{background:var(--drawer-toggle-hover-bg);box-shadow:var(--drawer-toggle-hover-shadow)}.hamburger-icon{width:20px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.hamburger-icon span{display:block;height:2px;width:100%;background-color:var(--default-color);border-radius:2px;transition:all .3s}.drawer-toggle-button:hover .hamburger-icon span{background-color:var(--bold-color)}.history-drawer{position:fixed;left:0;top:0;height:100vh;background-color:var(--bg-secondary);border-right:1px solid var(--border-color);display:flex;flex-direction:row;z-index:100;transition:transform .3s ease-in-out;box-shadow:2px 0 8px #0000001a;will-change:transform}.history-drawer.closed{transform:translate(-100%)}.history-drawer.open{transform:translate(0)}.history-drawer .drawer-content{width:240px;display:flex;flex-direction:column;overflow:visible;padding:111px 12px 16px 16px;gap:16px}.history-drawer .drawer-header{display:flex;flex-direction:column;gap:12px;border-bottom:2px solid var(--border-color);padding-bottom:12px;padding-left:56px;padding-right:0;align-items:flex-start}.history-drawer .drawer-header-actions{display:flex;align-items:center;gap:12px;align-self:flex-end}.history-drawer .drawer-header h3{margin:0;font-size:20px;font-weight:600;color:var(--bold-color)}.history-drawer .new-item-link{display:inline-flex;align-items:center;gap:6px;color:var(--active-text-color);cursor:pointer;font-size:14px;font-weight:500;transition:color .2s;-webkit-user-select:none;user-select:none;white-space:nowrap}.history-drawer .new-item-link:focus{outline:none}.history-drawer .new-item-link:focus-visible{outline:var(--focus-border);border-radius:var(--default-border-radius);box-shadow:var(--focus-box-shadow)}.history-drawer .new-item-link:hover{color:var(--active-text-hover-color)}.history-drawer .new-item-link .glyphicon{font-size:12px;margin:0;padding:0;line-height:1}.history-drawer .clear-history-link{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--text-secondary);cursor:pointer;transition:color .2s,background-color .2s;border-radius:4px;-webkit-user-select:none;user-select:none}.history-drawer .clear-history-link:focus{outline:none}.history-drawer .clear-history-link:focus-visible{outline:var(--focus-border);box-shadow:var(--focus-box-shadow)}.history-drawer .clear-history-link:hover{color:var(--danger-color);background-color:var(--danger-bg)}.history-drawer .clear-history-link .glyphicon{font-size:12px;margin:0;padding:0;line-height:1}.history-drawer .item-list{flex:1;overflow-y:auto;overflow-x:visible;display:flex;flex-direction:column;padding:2px 4px 0 0}.history-drawer .empty-state{text-align:center;padding:32px 16px;color:var(--text-secondary)}.history-drawer .empty-state p{margin:8px 0}.history-drawer .empty-state .hint{font-size:12px;font-style:italic;opacity:.8}.history-drawer .history-item{background:var(--bg-color);border:2px solid transparent;outline:1px solid var(--border-color);border-radius:8px;padding:10px 12px;margin:0 0 8px;cursor:pointer;transition:outline-color .2s,box-shadow .2s,transform .2s,max-height var(--fast-animation-duration) ease-out,opacity var(--fast-animation-duration) ease-out,padding var(--fast-animation-duration) ease-out,margin var(--fast-animation-duration) ease-out,border-width var(--fast-animation-duration) ease-out,outline-width var(--fast-animation-duration) ease-out;display:flex;flex-direction:column;gap:8px;position:relative;box-sizing:border-box;min-height:44px;max-height:200px;opacity:1;overflow:hidden;flex-shrink:0}.history-drawer .history-item:last-child{margin-bottom:0}.history-drawer .history-item.deleting{max-height:0;min-height:0;opacity:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-width:0;outline-width:0}.history-drawer .history-item:hover{outline-color:var(--active-color);box-shadow:0 2px 8px #00000026;transform:translate(2px)}.history-drawer .history-item:focus{outline:none}.history-drawer .history-item:focus-visible{outline-color:var(--active-color);box-shadow:var(--focus-box-shadow)}.history-drawer .history-item.active{background:var(--highlight-color);outline-color:var(--active-color);box-shadow:0 2px 8px #0003}.history-drawer .history-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--active-color);border-radius:8px 0 0 8px}.history-drawer .item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.history-drawer .item-title{flex:1;font-size:14px;font-weight:500;color:var(--bold-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4;display:flex;flex-direction:column;align-items:flex-start;gap:2px;position:relative;transition:flex .2s}.history-drawer .item-title .item-title-row{display:flex;align-items:center;gap:6px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-drawer .item-uuid{font-size:10px;font-weight:400;color:var(--text-secondary);opacity:.6;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.history-drawer .item-title:hover{flex:1 1 100%}.history-drawer .item-title:hover .item-title-row{white-space:normal;word-break:break-word}.history-drawer .item-header:has(.item-title:hover) .item-actions{display:none}.history-drawer .history-item.active .item-title{color:var(--link-color);font-weight:600}.history-drawer .conversation-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;color:var(--active-color);opacity:.7;transition:opacity .2s}.history-drawer .conversation-badge .glyphicon{font-size:11px;line-height:1;margin:0;padding:0}.history-drawer .history-item:hover .conversation-badge,.history-drawer .history-item.active .conversation-badge{opacity:1}.history-drawer .item-title-input{width:100%;padding:2px 6px;font-size:14px;font-weight:500;border:1px solid var(--active-color);border-radius:4px;background:var(--bg-color);color:var(--bold-color);outline:none;box-shadow:var(--focus-box-shadow)}.history-drawer .item-title-input:focus-visible{outline:var(--focus-border);box-shadow:var(--focus-box-shadow)}.history-drawer .item-actions{display:flex;gap:0;align-items:center;flex-shrink:0}.history-drawer .edit-btn,.history-drawer .delete-btn,.history-drawer .save-btn,.history-drawer .cancel-btn,.history-drawer .duplicate-btn,.history-drawer .regenerate-btn{background:none;border:none;padding:0;cursor:pointer;color:var(--text-secondary);opacity:0;transition:opacity .2s,background-color .2s,width .2s,margin .2s,padding .2s;border-radius:4px;width:0;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;margin:0}.history-drawer .edit-btn{opacity:.7;width:24px;margin-left:0;padding:4px}.history-drawer .edit-btn:hover,.history-drawer .item-actions:hover .edit-btn{opacity:1}.history-drawer .delete-btn.visible,.history-drawer .save-btn.visible,.history-drawer .cancel-btn.visible,.history-drawer .duplicate-btn.visible,.history-drawer .regenerate-btn.visible{opacity:1;width:24px;margin-right:4px;padding:4px}.history-drawer .regenerate-btn.spinning{opacity:1;animation:spin 1s linear infinite}.history-drawer .edit-btn:focus,.history-drawer .delete-btn:focus,.history-drawer .save-btn:focus,.history-drawer .cancel-btn:focus,.history-drawer .duplicate-btn:focus,.history-drawer .regenerate-btn:focus{outline:none}.history-drawer .edit-btn:focus-visible,.history-drawer .delete-btn:focus-visible,.history-drawer .save-btn:focus-visible,.history-drawer .cancel-btn:focus-visible,.history-drawer .duplicate-btn:focus-visible,.history-drawer .regenerate-btn:focus-visible{outline:var(--focus-border);box-shadow:var(--focus-box-shadow)}.history-drawer .edit-btn:disabled,.history-drawer .delete-btn:disabled,.history-drawer .duplicate-btn:disabled,.history-drawer .regenerate-btn:disabled{cursor:not-allowed;opacity:.3!important;pointer-events:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.history-drawer .edit-btn:hover{color:var(--bold-color)}.history-drawer .regenerate-btn:hover:not(:disabled){color:var(--bold-color)}.history-drawer .delete-btn:hover{background-color:var(--danger-bg);color:var(--danger-color)}.history-drawer .save-btn{color:var(--success-color, #28a745)}.history-drawer .save-btn:hover{background-color:#28a7451a;color:var(--success-color, #28a745)}.history-drawer .cancel-btn{color:var(--danger-color)}.history-drawer .cancel-btn:hover{background-color:var(--danger-bg);color:var(--danger-color)}.history-drawer .duplicate-btn{color:var(--text-secondary)}.history-drawer .duplicate-btn:hover{color:var(--bold-color)}.history-drawer .item-actions:hover .regenerate-btn:not(.spinning),.history-drawer .item-actions:hover .delete-btn,.history-drawer .item-actions:hover .duplicate-btn{opacity:.7}.history-drawer .regenerate-btn.spinning{opacity:1!important}.history-drawer .item-authors{font-size:11px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:4px}.history-drawer .item-authors:before{content:"👤";font-size:10px;opacity:.6}.history-drawer .item-authors .author{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1200px){.landing-page .app-container:not(.shrink){padding-left:200px;padding-right:200px;transition:padding-left .3s ease-in-out,padding-right .3s ease-in-out}.history-drawer.open~* .landing-page .app-container:not(.shrink),body:has(.history-drawer.open) .landing-page .app-container:not(.shrink){padding-left:260px;padding-right:200px}.landing-page .app-container.shrink{padding-left:240px;padding-right:240px;transition:padding-left var(--animation-duration) ease-in-out,padding-right var(--animation-duration) ease-in-out}}@media(max-width:1199px){.history-drawer{box-shadow:2px 0 16px #0003}}.history-drawer .history-loading{padding:20px;text-align:center;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px}.history-drawer .history-offline-alert,.history-drawer .history-error-alert{margin:0 0 12px;padding:10px;font-size:12px;border-radius:6px}.history-drawer .history-offline-alert{background-color:var(--warning-bg);border:1px solid var(--warning-color);color:var(--bold-color)}.history-drawer .history-offline-alert strong{display:block;margin-bottom:4px;font-size:13px}.history-drawer .history-offline-alert p{margin:0;font-size:11px}.history-drawer .history-error-alert{background-color:var(--danger-bg);border:1px solid var(--danger-color);color:var(--bold-color)}.history-drawer .history-error-alert strong{display:block;margin-bottom:4px;font-size:13px}.history-drawer .history-error-alert p{margin:4px 0 8px;font-size:11px}.history-drawer .history-error-retry{font-size:11px;padding:4px 12px;border-radius:4px}.history-drawer .load-more-container{text-align:center;padding:12px 0;margin-top:8px}.history-drawer .load-more-btn{font-size:12px;padding:4px 12px;text-decoration:none;color:var(--active-color);display:inline-flex;align-items:center;gap:6px}.history-drawer .load-more-btn:focus,.history-drawer .history-error-retry:focus{outline:none}.history-drawer .load-more-btn:focus-visible,.history-drawer .history-error-retry:focus-visible{outline:var(--focus-border);border-radius:var(--default-border-radius);box-shadow:var(--focus-box-shadow)}.history-drawer .load-more-btn:hover{color:var(--link-bold-color);text-decoration:underline}.history-drawer .load-more-btn:disabled{color:var(--text-secondary);cursor:not-allowed;text-decoration:none}.history-drawer .history-item.loading{opacity:.6;pointer-events:none;position:relative}.history-drawer .item-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--modal-overlay);display:flex;align-items:center;justify-content:center;border-radius:8px}@media(max-width:768px){.history-drawer .drawer-content{width:240px;padding-top:111px}.drawer-toggle-button{width:36px;height:36px;left:12px;top:103px}.hamburger-icon{width:18px;height:14px}}.export-dropdown{margin:2px;display:inline-flex;vertical-align:middle}.export-dropdown .btn:first-child{padding:0;min-width:24px;width:24px;height:24px;border:none!important;cursor:pointer;background:transparent!important;opacity:.6;border-top-right-radius:0!important;border-bottom-right-radius:0!important;display:flex;align-items:center;justify-content:center;box-shadow:none!important}.export-dropdown .btn:first-child:hover,.export-dropdown .btn:first-child:focus,.export-dropdown .btn:first-child:active{opacity:1;background:transparent!important;border:none!important;box-shadow:none!important}.export-dropdown .btn:first-child .glyphicon{font-size:16px;line-height:1;color:inherit}.export-dropdown .dropdown-toggle-split{padding:0 4px;min-width:16px;width:16px;height:24px;border:none!important;background:transparent!important;opacity:.6;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left:1px solid rgba(0,0,0,.1)!important;display:flex;align-items:center;justify-content:center;box-shadow:none!important;transition:all .2s}.export-dropdown .dropdown-toggle-split:hover,.export-dropdown .dropdown-toggle-split:focus,.export-dropdown .dropdown-toggle-split:active,.export-dropdown .dropdown-toggle-split.show{opacity:1;background:#0000000d!important;border:none!important;border-left:1px solid rgba(0,0,0,.1)!important;box-shadow:none!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important;padding:0 4px!important;min-width:16px!important;width:16px!important;height:24px!important}.export-dropdown .dropdown-toggle-split:after{margin:0;border-top:.35em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent;opacity:1!important;display:inline-block!important}.export-dropdown .dropdown-menu{min-width:250px;text-align:left!important}.export-dropdown .dropdown-menu *{text-align:left!important}.export-dropdown .dropdown-item,.export-dropdown-item,.export-dropdown a.dropdown-item{display:flex!important;flex-direction:row!important;align-items:center!important;padding:.375rem .75rem!important;margin:0!important;cursor:pointer!important;text-align:left!important;justify-content:flex-start!important;white-space:nowrap!important;direction:ltr!important;text-indent:0!important}.export-dropdown .dropdown-item>*,.export-dropdown-item>*{margin-left:0!important}.export-dropdown .dropdown-item .export-icon,.export-dropdown-item .export-icon{flex-shrink:0!important;margin:0 12px 0 0!important;padding:0!important;align-self:center!important}.export-dropdown .dropdown-item:hover:not(:disabled),.export-dropdown-item:hover:not(:disabled){background-color:var(--bg-secondary)}.export-dropdown .dropdown-item.disabled,.export-dropdown-item.disabled{opacity:.5;cursor:not-allowed}.export-icon{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;flex-shrink:0!important;margin:0!important;padding:0!important}.download-txt-icon{background-image:url(/assets/txt-DmyvODOg.png);filter:var(--icon-filter)}.download-doc-icon{background-image:url(/assets/doc-Bnp4geQD.png);filter:var(--icon-filter)}.download-ppt-icon{background-image:url(/assets/ppt-BU7PQBcT.png);filter:var(--icon-filter)}.dropdown-item:hover .download-txt-icon,.dropdown-item:hover .download-doc-icon,.dropdown-item:hover .download-ppt-icon{filter:var(--icon-filter-hover)}.icon-pulse{animation:pulse-size 2s ease-in-out infinite}.welcome-onboarding{max-width:680px;padding:4px 2px;font-family:inherit}.welcome-greeting{color:var(--default-color, #e0e0e0);font-size:14.5px;line-height:1.6;margin-bottom:20px}.welcome-greeting strong{color:var(--bold-color, #ffffff)}.welcome-section-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted, rgba(255,255,255,.4));margin-bottom:10px;margin-top:0}.welcome-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.welcome-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px 16px;cursor:pointer;color:inherit;font-family:inherit;display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:background .15s ease,border-color .15s ease,transform .1s ease}.welcome-card:hover{background:#ffffff1a;border-color:#f28d2473;transform:translateY(-1px)}.welcome-card:focus-visible{outline:var(--focus-border, 1px solid #6b8ec7);outline-offset:2px}.welcome-card--active{border-color:var(--plex-yellow, #f28d24);background:#f28d241a}.welcome-card--active:hover{background:color-mix(in srgb,var(--plex-yellow, #f28d24) 22%,transparent);border-color:var(--plex-yellow, #f28d24)}.welcome-card__icon{font-size:20px;margin-bottom:6px;display:block;line-height:1}.welcome-card__title{font-size:13.5px;font-weight:700;color:var(--bold-color, #ffffff);margin-bottom:4px;display:block}.welcome-card__desc{font-size:12px;color:var(--text-muted, rgba(255,255,255,.55));line-height:1.45}.welcome-prompts{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.welcome-prompt-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:9px 13px;cursor:pointer;font-family:inherit;font-size:12.5px;color:var(--dropdown-color, rgba(255,255,255,.75));display:flex;align-items:center;gap:8px;text-align:left;width:100%;transition:background .15s ease,border-color .15s ease,color .15s ease}.welcome-prompt-chip:hover{background:#f28d241f;border-color:#f28d2466;color:var(--default-color, rgba(255,255,255,.95))}.welcome-prompt-chip:focus-visible{outline:var(--focus-border, 1px solid #6b8ec7);outline-offset:2px}.welcome-prompt-chip__arrow{color:var(--plex-yellow, #f28d24);font-size:12px;flex-shrink:0;opacity:.7}.welcome-expand-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;font-family:inherit;font-size:12px;color:var(--text-muted, rgba(255,255,255,.35));cursor:pointer;text-decoration:underline;text-decoration-color:#fff3;transition:color .15s ease;margin-top:4px;display:inline-block}.welcome-expand-link:hover{color:var(--dropdown-color, rgba(255,255,255,.6))}r .welcome-onboarding .activate-title{color:var(--text-muted, rgba(255,255,255,.4));text-decoration:underline;text-decoration-color:#ffffff40;transition:color .15s ease,text-decoration-color .15s ease;font-size:12px;font-weight:600;letter-spacing:.02em;cursor:pointer!important;-webkit-user-select:none;user-select:none}.welcome-onboarding .activate-title:hover{color:var(--dropdown-color, rgba(255,255,255,.65));text-decoration-color:#fff6}@media(max-width:520px){.welcome-cards{grid-template-columns:1fr}}.developer-page{height:100vh;overflow:hidden;display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--default-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.developer-header{display:flex;align-items:center;padding:10px 24px;border-bottom:1px solid var(--border-color);background-color:var(--bg-secondary);flex-shrink:0;gap:16px}.developer-logo-link{display:flex;align-items:center;text-decoration:none}.developer-logo{height:36px}.developer-header-title{font-size:15px;font-weight:600;color:var(--text-secondary);border-left:1px solid var(--border-color);padding-left:16px}.developer-back-link{margin-left:auto;color:var(--link-color);text-decoration:none;font-size:14px}.developer-back-link:hover{color:var(--link-hover-color);text-decoration:underline}.developer-layout{display:flex;flex:1;overflow:hidden}.developer-sidebar{width:220px;flex-shrink:0;border-right:1px solid var(--border-color);background-color:var(--bg-secondary);overflow-y:auto;padding:20px 0}.developer-toc{position:sticky;top:0}.developer-toc a{display:block;padding:8px 20px;color:var(--text-secondary);text-decoration:none;font-size:13px;border-left:3px solid transparent;transition:all .15s ease}.developer-toc a:hover{color:var(--bold-color);background-color:var(--hover-bg-color)}.developer-toc a.active{color:var(--link-color);border-left-color:var(--plex-yellow);background-color:var(--highlight-color);font-weight:600}.developer-content{flex:1;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.developer-section{max-width:880px;margin:0 auto;padding:40px 48px;border-bottom:1px solid var(--border-color-light)}.developer-section:last-child{border-bottom:none;padding-bottom:80px}.developer-section h2{font-size:1.65rem;font-weight:700;color:var(--bold-color);margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--plex-yellow)}.developer-section h3{font-size:1.2rem;font-weight:600;color:var(--bold-color);margin-top:28px;margin-bottom:12px}.developer-section h4{font-size:1.05rem;font-weight:600;color:var(--bold-color);margin-top:20px;margin-bottom:8px}.developer-section p{line-height:1.7;margin-bottom:14px}.developer-section ul,.developer-section ol{margin-bottom:14px;padding-left:24px}.developer-section li{line-height:1.7;margin-bottom:6px}.developer-section code{background-color:var(--bg-tertiary);border:1px solid var(--border-color-light);padding:1px 5px;border-radius:3px;font-size:.88em;font-family:Consolas,Monaco,Courier New,monospace}.developer-section pre code{background:none;border:none;padding:0;border-radius:0}.developer-section a{color:var(--link-color);text-decoration:none}.developer-section a:hover{text-decoration:underline}.developer-hero{max-width:100%;text-align:center;padding:60px 48px 48px;background:linear-gradient(160deg,var(--bg-color) 0%,var(--bg-secondary) 100%);border-bottom:2px solid var(--plex-yellow)}.developer-hero h1{font-size:2.2rem;font-weight:700;color:var(--bold-color);margin-bottom:16px}.developer-hero-subtitle{font-size:1.15rem;color:var(--text-secondary);max-width:640px;margin:0 auto 28px;line-height:1.6}.developer-hero-actions{display:flex;align-items:center;justify-content:center;gap:16px}.dev-cta-button{display:inline-block;padding:11px 32px;background-color:var(--plex-yellow);color:#fff;font-weight:600;font-size:15px;border-radius:4px;border:none;cursor:pointer;transition:background-color .15s ease}.dev-cta-button:hover{background-color:var(--plex-orange)}.dev-cta-secondary{display:inline-block;padding:10px 28px;border:1px solid var(--button-border-color);border-radius:4px;color:var(--default-color);text-decoration:none;font-weight:500;font-size:15px;transition:all .15s ease}.dev-cta-secondary:hover{background-color:var(--hover-bg-color);color:var(--bold-color);text-decoration:none}.dev-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.dev-feature-card{padding:24px;border:1px solid var(--border-color);border-radius:4px;background-color:var(--bg-secondary)}.dev-feature-icon{font-size:24px;color:var(--plex-yellow);margin-bottom:12px}.dev-feature-card h3{font-size:1.1rem;margin-top:0;margin-bottom:8px}.dev-feature-card p{font-size:.93rem;color:var(--text-secondary);margin-bottom:0}.dev-code-block{margin:16px 0;border:1px solid var(--border-color);border-radius:4px;overflow:hidden}.dev-code-title{padding:7px 16px;font-weight:600;font-size:12px;color:var(--text-secondary);background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.5px}.dev-code-tabs{display:flex;align-items:center;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:0 4px}.dev-code-tab{padding:7px 14px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:12px;border-bottom:2px solid transparent;transition:all .15s ease;text-transform:capitalize}.dev-code-tab:hover{color:var(--bold-color)}.dev-code-tab.active{color:var(--link-color);border-bottom-color:var(--link-color)}.dev-code-copy{margin-left:auto;padding:3px 10px;border:1px solid var(--border-color);border-radius:3px;background-color:var(--bg-color);color:var(--text-secondary);font-size:11px;cursor:pointer;transition:all .15s ease}.dev-code-copy:hover{background-color:var(--hover-bg-color);color:var(--bold-color)}.dev-code-pre{margin:0;padding:14px 16px;overflow-x:auto;background-color:var(--bg-tertiary);font-family:Consolas,Monaco,Courier New,monospace;font-size:12.5px;line-height:1.55;white-space:pre;color:var(--default-color);border:none;border-radius:0}.dev-api-endpoint{margin:20px 0;padding:20px;border:1px solid var(--border-color);border-radius:4px;background-color:var(--bg-color)}.dev-api-endpoint+.dev-api-endpoint{margin-top:12px}.dev-api-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.dev-api-method{padding:3px 8px;border-radius:3px;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.dev-api-method-get{background-color:var(--success-bg);color:var(--success-color, #155724)}.dev-api-method-post{background-color:var(--info-bg);color:var(--info-color, #0c5460)}.dev-api-method-put{background-color:var(--warning-bg);color:var(--warning-color, #856404)}.dev-api-method-delete{background-color:var(--danger-bg);color:var(--danger-color, #721c24)}.dev-api-path{font-size:14px;font-weight:600;color:var(--bold-color);background:none!important;border:none!important;padding:0!important}.dev-api-description{color:var(--text-secondary);font-size:.93rem}.dev-api-params{width:100%;border-collapse:collapse;margin:14px 0;font-size:13px}.dev-api-params th{text-align:left;padding:8px 10px;background-color:var(--bg-secondary);border-bottom:2px solid var(--border-color);color:var(--bold-color);font-weight:600;font-size:12px}.dev-api-params td{padding:7px 10px;border-bottom:1px solid var(--border-color-light);vertical-align:top}.dev-api-params code{font-size:12px}.dev-api-response{margin-top:12px}.dev-api-response-toggle{background:none;border:none;color:var(--link-color);cursor:pointer;font-size:13px;padding:4px 0;display:flex;align-items:center;gap:6px}.dev-api-response-toggle:hover{color:var(--link-hover-color)}.dev-api-response .dev-code-pre{margin-top:8px;border:1px solid var(--border-color);border-radius:4px}.dev-architecture-diagram{margin:16px 0;padding:16px;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:4px;font-family:Consolas,Monaco,Courier New,monospace;font-size:12.5px;line-height:1.5;overflow-x:auto;white-space:pre;color:var(--default-color)}.dev-steps-list{counter-reset:step-counter;list-style:none;padding-left:0}.dev-steps-list li{position:relative;padding-left:36px;margin-bottom:12px;counter-increment:step-counter}.dev-steps-list li:before{content:counter(step-counter);position:absolute;left:0;top:2px;width:24px;height:24px;background-color:var(--plex-yellow);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.dev-mcp-tool{margin:20px 0;padding:20px;border:1px solid var(--border-color);border-radius:4px;background-color:var(--bg-secondary)}.dev-mcp-tool h4{margin-top:0;margin-bottom:8px}.dev-mcp-tool h4 code{color:var(--link-color);font-size:1rem;background:none;border:none;padding:0}.dev-example-prompts{display:flex;flex-direction:column;gap:12px;margin:16px 0}.dev-example-prompt{padding:14px 18px;border:1px solid var(--border-color);border-left:3px solid var(--plex-yellow);border-radius:0 4px 4px 0;background-color:var(--bg-secondary)}.dev-example-prompt strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);margin-bottom:4px}.dev-example-prompt p{margin:0;color:var(--default-color)}.dev-example-prompt em{color:var(--text-secondary)}@media all and (max-width:900px){.developer-sidebar{display:none}.developer-section{padding:28px 20px}.developer-hero{padding:40px 20px 36px}.dev-feature-grid{grid-template-columns:1fr}}@media all and (max-width:600px){.developer-hero h1{font-size:1.6rem}.developer-hero-subtitle{font-size:1rem}.developer-hero-actions{flex-direction:column}.developer-header-title{display:none}.dev-code-tabs{flex-wrap:wrap}.dev-api-header{flex-direction:column;align-items:flex-start;gap:6px}}
