﻿/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--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-black: #000;--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: #076EAD;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 7, 110, 173;--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-primary-text-emphasis: #032c45;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #cde2ef;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #9cc5de;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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, 0.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-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #076EAD;--bs-link-color-rgb: 7, 110, 173;--bs-link-decoration: underline;--bs-link-hover-color: #06588a;--bs-link-hover-color-rgb: 6, 88, 138;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #d4d9df;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.75rem;--bs-border-radius-sm: 0.75rem;--bs-border-radius-lg: 0.75rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(7, 110, 173, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #6aa8ce;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #011623;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #044268;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #6aa8ce;--bs-link-hover-color: #88b9d8;--bs-link-color-rgb: 106, 168, 206;--bs-link-hover-color-rgb: 136, 185, 216;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*::before,*::after{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:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}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 + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.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[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{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:0.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.75rem}kbd kbd{padding:0;font-size:1em}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:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]: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 + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-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{padding-left:0;list-style:none}.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:0.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:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.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(-0.5*var(--bs-gutter-x));margin-left:calc(-0.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.33333333%}.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.66666667%}.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: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.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.33333333%}.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.66666667%}.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: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.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.33333333%}.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.66666667%}.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: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.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.33333333%}.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.66666667%}.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: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.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.33333333%}.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.66666667%}.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: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.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.33333333%}.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.66666667%}.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: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.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,.nkTariff table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: #F5F5F5;--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*,.nkTariff table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody,.nkTariff table>tbody{vertical-align:inherit}.table>thead,.nkTariff table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.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-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #cde2ef;--bs-table-border-color: #a4b5bf;--bs-table-striped-bg: #c3d7e3;--bs-table-striped-color: #000;--bs-table-active-bg: #b9cbd7;--bs-table-active-color: #000;--bs-table-hover-bg: #bed1dd;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #b5b6b7;--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:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #E1F5E8;--bs-table-border-color: #b4c4ba;--bs-table-striped-bg: #d6e9dc;--bs-table-striped-color: #000;--bs-table-active-bg: #cbddd1;--bs-table-active-color: #000;--bs-table-hover-bg: #d0e3d7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #CFF4FC;--bs-table-border-color: #a6c3ca;--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:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #FFFAE0;--bs-table-border-color: #ccc8b3;--bs-table-striped-bg: #f2eed5;--bs-table-striped-color: #000;--bs-table-active-bg: #e6e1ca;--bs-table-active-color: #000;--bs-table-hover-bg: #ece7cf;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #F8D7DA;--bs-table-border-color: #c6acae;--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:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #c6c7c8;--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:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #4d5154;--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:var(--bs-table-color);border-color:var(--bs-table-border-color)}.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(0.688rem + var(--bs-border-width));padding-bottom:calc(0.688rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:#25323d}.form-control{display:block;width:100%;padding:.688rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);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:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#83b7d6;outline:0;box-shadow:0 0 0 .25rem rgba(7,110,173,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.688rem .75rem;margin:-0.688rem -0.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);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::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.688rem 0;margin-bottom:0;line-height:1.5;color:#25323d;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 1.376rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 1.376rem + calc(var(--bs-border-width) * 2));padding:.688rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.688rem 2.25rem .688rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#83b7d6;outline:0;box-shadow:0 0 0 .25rem rgba(7,110,173,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.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-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);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:#83b7d6;outline:0;box-shadow:0 0 0 .25rem rgba(7,110,173,.25)}.form-check-input:checked{background-color:#076ead;border-color:#076ead}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-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:#076ead;border-color:#076ead;--bs-form-check-bg-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{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: 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");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);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{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2383b7d6'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: 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-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.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,.nk-list-addr .btn-check[disabled]+.nk-btn-addr,.nk-list-addr .btn-check[disabled]+.nk-btn-addr-remove,.btn-check:disabled+.btn,.nk-list-addr .btn-check:disabled+.nk-btn-addr,.nk-list-addr .btn-check:disabled+.nk-btn-addr-remove{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(7,110,173,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(7,110,173,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#076ead;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b5d4e6}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#076ead;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b5d4e6}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid rgba(0,0,0,0);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,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn,.input-group .nk-list-addr .nk-btn-addr,.nk-list-addr .input-group .nk-btn-addr,.input-group .nk-list-addr .nk-btn-addr-remove,.nk-list-addr .input-group .nk-btn-addr-remove{position:relative;z-index:2}.input-group .btn:focus,.input-group .nk-list-addr .nk-btn-addr:focus,.nk-list-addr .input-group .nk-btn-addr:focus,.input-group .nk-list-addr .nk-btn-addr-remove:focus,.nk-list-addr .input-group .nk-btn-addr-remove:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.688rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.nk-list-addr .input-group-lg>.nk-btn-addr,.nk-list-addr .input-group-lg>.nk-btn-addr-remove{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn,.nk-list-addr .input-group-sm>.nk-btn-addr,.nk-list-addr .input-group-sm>.nk-btn-addr-remove{padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{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:calc(var(--bs-border-width)*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 1.376rem);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.73.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(0.375em + 0.344rem) center;background-size:calc(0.75em + 0.688rem) calc(0.75em + 0.688rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1.376rem);background-position:top calc(0.375em + 0.344rem) right calc(0.375em + 0.344rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: 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.73.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");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.688rem) calc(0.75em + 0.688rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 1.376rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 1.376rem);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(0.375em + 0.344rem) center;background-size:calc(0.75em + 0.688rem) calc(0.75em + 0.688rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1.376rem);background-position:top calc(0.375em + 0.344rem) right calc(0.375em + 0.344rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: 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");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.688rem) calc(0.75em + 0.688rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 1.376rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn,.nk-list-addr .nk-btn-addr,.nk-list-addr .nk-btn-addr-remove{--bs-btn-padding-x: 1.5rem;--bs-btn-padding-y: 0.75rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);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,.nk-list-addr .nk-btn-addr,.nk-list-addr .nk-btn-addr-remove{transition:none}}.btn:hover,.nk-list-addr .nk-btn-addr:hover,.nk-list-addr .nk-btn-addr-remove:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover,.nk-list-addr .btn-check+.nk-btn-addr:hover,.nk-list-addr .btn-check+.nk-btn-addr-remove:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible,.nk-list-addr .nk-btn-addr:focus-visible,.nk-list-addr .nk-btn-addr-remove:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn,.nk-list-addr .btn-check:focus-visible+.nk-btn-addr,.nk-list-addr .btn-check:focus-visible+.nk-btn-addr-remove{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.nk-list-addr .btn-check:checked+.nk-btn-addr,.nk-list-addr .btn-check:checked+.nk-btn-addr-remove,:not(.btn-check)+.btn:active,.nk-list-addr :not(.btn-check)+.nk-btn-addr:active,.nk-list-addr :not(.btn-check)+.nk-btn-addr-remove:active,.btn:first-child:active,.nk-list-addr .nk-btn-addr:first-child:active,.nk-list-addr .nk-btn-addr-remove:first-child:active,.btn.active,.nk-list-addr .active.nk-btn-addr,.nk-list-addr .active.nk-btn-addr-remove,.btn.show,.nk-list-addr .show.nk-btn-addr,.nk-list-addr .show.nk-btn-addr-remove{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.nk-list-addr .btn-check:checked+.nk-btn-addr:focus-visible,.nk-list-addr .btn-check:checked+.nk-btn-addr-remove:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.nk-list-addr :not(.btn-check)+.nk-btn-addr:active:focus-visible,.nk-list-addr :not(.btn-check)+.nk-btn-addr-remove:active:focus-visible,.btn:first-child:active:focus-visible,.nk-list-addr .nk-btn-addr:first-child:active:focus-visible,.nk-list-addr .nk-btn-addr-remove:first-child:active:focus-visible,.btn.active:focus-visible,.nk-list-addr .active.nk-btn-addr:focus-visible,.nk-list-addr .active.nk-btn-addr-remove:focus-visible,.btn.show:focus-visible,.nk-list-addr .show.nk-btn-addr:focus-visible,.nk-list-addr .show.nk-btn-addr-remove:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.nk-list-addr .nk-btn-addr:disabled,.nk-list-addr .nk-btn-addr-remove:disabled,.btn.disabled,.nk-list-addr .disabled.nk-btn-addr,.nk-list-addr .disabled.nk-btn-addr-remove,fieldset:disabled .btn,fieldset:disabled .nk-list-addr .nk-btn-addr,.nk-list-addr fieldset:disabled .nk-btn-addr,fieldset:disabled .nk-list-addr .nk-btn-addr-remove,.nk-list-addr fieldset:disabled .nk-btn-addr-remove{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #076EAD;--bs-btn-border-color: #076EAD;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #065e93;--bs-btn-hover-border-color: #06588a;--bs-btn-focus-shadow-rgb: 44, 132, 185;--bs-btn-active-color: #fff;--bs-btn-active-bg: #06588a;--bs-btn-active-border-color: #055382;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #076EAD;--bs-btn-disabled-border-color: #076EAD}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #076EAD;--bs-btn-border-color: #076EAD;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #076EAD;--bs-btn-hover-border-color: #076EAD;--bs-btn-focus-shadow-rgb: 7, 110, 173;--bs-btn-active-color: #fff;--bs-btn-active-bg: #076EAD;--bs-btn-active-border-color: #076EAD;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #076EAD;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #076EAD;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 44, 132, 185;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn,.nk-list-addr .btn-group-lg>.nk-btn-addr,.nk-list-addr .btn-group-lg>.nk-btn-addr-remove{--bs-btn-padding-y: 0.75rem;--bs-btn-padding-x: 1.5rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn,.nk-list-addr .btn-group-sm>.nk-btn-addr,.nk-list-addr .btn-group-sm>.nk-btn-addr-remove{--bs-btn-padding-y: 0.3rem;--bs-btn-padding-x: 0.75rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.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}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{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 rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #076EAD;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.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:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.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:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);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:var(--bs-dropdown-spacer)}.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 rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #076EAD;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.nk-list-addr .btn-group>.nk-btn-addr,.nk-list-addr .btn-group>.nk-btn-addr-remove,.btn-group-vertical>.btn,.nk-list-addr .btn-group-vertical>.nk-btn-addr,.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.nk-list-addr .btn-group>.btn-check:checked+.nk-btn-addr,.nk-list-addr .btn-group>.btn-check:checked+.nk-btn-addr-remove,.btn-group>.btn-check:focus+.btn,.nk-list-addr .btn-group>.btn-check:focus+.nk-btn-addr,.nk-list-addr .btn-group>.btn-check:focus+.nk-btn-addr-remove,.btn-group>.btn:hover,.nk-list-addr .btn-group>.nk-btn-addr:hover,.nk-list-addr .btn-group>.nk-btn-addr-remove:hover,.btn-group>.btn:focus,.nk-list-addr .btn-group>.nk-btn-addr:focus,.nk-list-addr .btn-group>.nk-btn-addr-remove:focus,.btn-group>.btn:active,.nk-list-addr .btn-group>.nk-btn-addr:active,.nk-list-addr .btn-group>.nk-btn-addr-remove:active,.btn-group>.btn.active,.nk-list-addr .btn-group>.active.nk-btn-addr,.nk-list-addr .btn-group>.active.nk-btn-addr-remove,.btn-group-vertical>.btn-check:checked+.btn,.nk-list-addr .btn-group-vertical>.btn-check:checked+.nk-btn-addr,.nk-list-addr .btn-group-vertical>.btn-check:checked+.nk-btn-addr-remove,.btn-group-vertical>.btn-check:focus+.btn,.nk-list-addr .btn-group-vertical>.btn-check:focus+.nk-btn-addr,.nk-list-addr .btn-group-vertical>.btn-check:focus+.nk-btn-addr-remove,.btn-group-vertical>.btn:hover,.nk-list-addr .btn-group-vertical>.nk-btn-addr:hover,.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove:hover,.btn-group-vertical>.btn:focus,.nk-list-addr .btn-group-vertical>.nk-btn-addr:focus,.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove:focus,.btn-group-vertical>.btn:active,.nk-list-addr .btn-group-vertical>.nk-btn-addr:active,.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove:active,.btn-group-vertical>.btn.active,.nk-list-addr .btn-group-vertical>.active.nk-btn-addr,.nk-list-addr .btn-group-vertical>.active.nk-btn-addr-remove{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.nk-list-addr .btn-group>:not(.btn-check:first-child)+.nk-btn-addr,.nk-list-addr .btn-group>:not(.btn-check:first-child)+.nk-btn-addr-remove,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.nk-list-addr .btn-group>.nk-btn-addr:not(:last-child):not(.dropdown-toggle),.nk-list-addr .btn-group>.nk-btn-addr-remove:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.nk-list-addr .btn-group>.dropdown-toggle-split.nk-btn-addr:first-child,.nk-list-addr .btn-group>.dropdown-toggle-split.nk-btn-addr-remove:first-child,.btn-group>.btn-group:not(:last-child)>.btn,.nk-list-addr .btn-group>.btn-group:not(:last-child)>.nk-btn-addr,.nk-list-addr .btn-group>.btn-group:not(:last-child)>.nk-btn-addr-remove{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.nk-list-addr .btn-group>.nk-btn-addr:nth-child(n+3),.nk-list-addr .btn-group>.nk-btn-addr-remove:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.nk-list-addr .btn-group>:not(.btn-check)+.nk-btn-addr,.nk-list-addr .btn-group>:not(.btn-check)+.nk-btn-addr-remove,.btn-group>.btn-group:not(:first-child)>.btn,.nk-list-addr .btn-group>.btn-group:not(:first-child)>.nk-btn-addr,.nk-list-addr .btn-group>.btn-group:not(:first-child)>.nk-btn-addr-remove{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.nk-list-addr .btn-group-sm>.nk-btn-addr+.dropdown-toggle-split,.nk-list-addr .btn-group-sm>.nk-btn-addr-remove+.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.nk-list-addr .btn-group-lg>.nk-btn-addr+.dropdown-toggle-split,.nk-list-addr .btn-group-lg>.nk-btn-addr-remove+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.nk-list-addr .btn-group-vertical>.nk-btn-addr,.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.nk-list-addr .btn-group-vertical>.nk-btn-addr:not(:first-child),.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.nk-list-addr .btn-group-vertical>.nk-btn-addr:not(:last-child):not(.dropdown-toggle),.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.nk-list-addr .btn-group-vertical>.btn-group:not(:last-child)>.nk-btn-addr,.nk-list-addr .btn-group-vertical>.btn-group:not(:last-child)>.nk-btn-addr-remove{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.nk-list-addr .btn-group-vertical>.nk-btn-addr~.btn,.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove~.btn,.nk-list-addr .btn-group-vertical>.btn~.nk-btn-addr,.nk-list-addr .btn-group-vertical>.nk-btn-addr~.nk-btn-addr,.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove~.nk-btn-addr,.nk-list-addr .btn-group-vertical>.btn~.nk-btn-addr-remove,.nk-list-addr .btn-group-vertical>.nk-btn-addr~.nk-btn-addr-remove,.nk-list-addr .btn-group-vertical>.nk-btn-addr-remove~.nk-btn-addr-remove,.btn-group-vertical>.btn-group:not(:first-child)>.btn,.nk-list-addr .btn-group-vertical>.btn-group:not(:first-child)>.nk-btn-addr,.nk-list-addr .btn-group-vertical>.btn-group:not(:first-child)>.nk-btn-addr-remove{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link,.nk-btn-transparent,.nk-header-index-nav a{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;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,.nk-btn-transparent,.nk-header-index-nav a{transition:none}}.nav-link:hover,.nk-btn-transparent:hover,.nk-header-index-nav a:hover,.nav-link:focus,.nk-btn-transparent:focus,.nk-header-index-nav a:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible,.nk-btn-transparent:focus-visible,.nk-header-index-nav a:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(7,110,173,.25)}.nav-link.disabled,.disabled.nk-btn-transparent,.nk-header-index-nav a.disabled,.nav-link:disabled,.nk-btn-transparent:disabled,.nk-header-index-nav a:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link,.nav-tabs .nk-btn-transparent,.nav-tabs .nk-header-index-nav a,.nk-header-index-nav .nav-tabs a{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nk-btn-transparent:hover,.nav-tabs .nk-header-index-nav a:hover,.nk-header-index-nav .nav-tabs a:hover,.nav-tabs .nav-link:focus,.nav-tabs .nk-btn-transparent:focus,.nav-tabs .nk-header-index-nav a:focus,.nk-header-index-nav .nav-tabs a:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .active.nk-btn-transparent,.nav-tabs .nk-header-index-nav a.active,.nk-header-index-nav .nav-tabs a.active,.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-item.show .nk-btn-transparent,.nav-tabs .nav-item.show .nk-header-index-nav a,.nk-header-index-nav .nav-tabs .nav-item.show a{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #076EAD}.nav-pills .nav-link,.nav-pills .nk-btn-transparent,.nav-pills .nk-header-index-nav a,.nk-header-index-nav .nav-pills a{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .active.nk-btn-transparent,.nav-pills .nk-header-index-nav a.active,.nk-header-index-nav .nav-pills a.active,.nav-pills .show>.nav-link,.nav-pills .show>.nk-btn-transparent,.nav-pills .nk-header-index-nav .show>a,.nk-header-index-nav .nav-pills .show>a{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link,.nav-underline .nk-btn-transparent,.nav-underline .nk-header-index-nav a,.nk-header-index-nav .nav-underline a{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid rgba(0,0,0,0)}.nav-underline .nav-link:hover,.nav-underline .nk-btn-transparent:hover,.nav-underline .nk-header-index-nav a:hover,.nk-header-index-nav .nav-underline a:hover,.nav-underline .nav-link:focus,.nav-underline .nk-btn-transparent:focus,.nav-underline .nk-header-index-nav a:focus,.nk-header-index-nav .nav-underline a:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .active.nk-btn-transparent,.nav-underline .nk-header-index-nav a.active,.nk-header-index-nav .nav-underline a.active,.nav-underline .show>.nav-link,.nav-underline .show>.nk-btn-transparent,.nav-underline .nk-header-index-nav .show>a,.nk-header-index-nav .nav-underline .show>a{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill>.nk-btn-transparent,.nk-header-index-nav .nav-fill>a,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified>.nk-btn-transparent,.nk-header-index-nav .nav-justified>a,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-fill .nav-item .nk-btn-transparent,.nav-fill .nav-item .nk-header-index-nav a,.nk-header-index-nav .nav-fill .nav-item a,.nav-justified .nav-item .nav-link,.nav-justified .nav-item .nk-btn-transparent,.nav-justified .nav-item .nk-header-index-nav a,.nk-header-index-nav .nav-justified .nav-item a{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: 0.3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .active.nk-btn-transparent,.navbar-nav .nk-header-index-nav a.active,.nk-header-index-nav .navbar-nav a.active,.navbar-nav .nav-link.show,.navbar-nav .show.nk-btn-transparent,.navbar-nav .nk-header-index-nav a.show,.nk-header-index-nav .navbar-nav a.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@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 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);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,.navbar-expand-sm .navbar-nav .nk-btn-transparent,.navbar-expand-sm .navbar-nav .nk-header-index-nav a,.nk-header-index-nav .navbar-expand-sm .navbar-nav a{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .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,.navbar-expand-md .navbar-nav .nk-btn-transparent,.navbar-expand-md .navbar-nav .nk-header-index-nav a,.nk-header-index-nav .navbar-expand-md .navbar-nav a{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .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,.navbar-expand-lg .navbar-nav .nk-btn-transparent,.navbar-expand-lg .navbar-nav .nk-header-index-nav a,.nk-header-index-nav .navbar-expand-lg .navbar-nav a{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .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,.navbar-expand-xl .navbar-nav .nk-btn-transparent,.navbar-expand-xl .navbar-nav .nk-header-index-nav a,.nk-header-index-nav .navbar-expand-xl .navbar-nav a{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .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,.navbar-expand-xxl .navbar-nav .nk-btn-transparent,.navbar-expand-xxl .navbar-nav .nk-header-index-nav a,.nk-header-index-nav .navbar-expand-xxl .navbar-nav a{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .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,.navbar-expand .navbar-nav .nk-btn-transparent,.navbar-expand .navbar-nav .nk-header-index-nav a,.nk-header-index-nav .navbar-expand .navbar-nav a{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: 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")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: 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")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.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:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active,.card-header-tabs .active.nk-btn-transparent,.card-header-tabs .nk-header-index-nav a.active,.nk-header-index-nav .card-header-tabs a.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@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-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{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-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: 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");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23032c45'%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");--bs-accordion-btn-focus-border-color: #83b7d6;--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(7, 110, 173, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.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,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236aa8ce'%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");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236aa8ce'%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")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(7, 110, 173, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #076EAD;--bs-pagination-active-border-color: #076EAD;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);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:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: 0.65em;--bs-badge-padding-y: 0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge,.nk-list-addr .nk-btn-addr .badge,.nk-list-addr .nk-btn-addr-remove .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #076EAD;--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #076EAD;--bs-list-group-active-border-color: #076EAD;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.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:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);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:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(7, 110, 173, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:rgba(0,0,0,0) var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.75rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-0.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -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% - var(--bs-modal-margin)*2)}.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% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-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,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@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,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@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,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@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,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@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,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@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,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);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;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);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;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-0.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.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%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{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:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-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%}.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 rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);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-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0,0,0,0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 991.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.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:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin-top:calc(-0.5*var(--bs-offcanvas-padding-y));margin-right:calc(-0.5*var(--bs-offcanvas-padding-x));margin-bottom:calc(-0.5*var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before,.nk-list-addr .placeholder.nk-btn-addr::before,.nk-list-addr .placeholder.nk-btn-addr-remove::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(6, 88, 138, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(6, 88, 138, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.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:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom: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){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}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !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:var(--bs-border-width);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}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit: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}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y: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-inline-grid{display:inline-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:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{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:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !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}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.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,.nk-btn-transparent,.nk-header-index-nav a{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}.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}.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}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.25rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.25rem !important}.column-gap-2{column-gap:.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap: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 + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.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-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !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:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-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:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit: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-inline-grid{display:inline-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}.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}.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}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.25rem !important}.row-gap-sm-2{row-gap:.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.25rem !important}.column-gap-sm-2{column-gap:.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap: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}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit: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-inline-grid{display:inline-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}.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}.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}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.25rem !important}.row-gap-md-2{row-gap:.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.25rem !important}.column-gap-md-2{column-gap:.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap: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}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit: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-inline-grid{display:inline-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}.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}.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}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.25rem !important}.row-gap-lg-2{row-gap:.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.25rem !important}.column-gap-lg-2{column-gap:.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap: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}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit: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-inline-grid{display:inline-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}.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}.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}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.25rem !important}.row-gap-xl-2{row-gap:.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.25rem !important}.column-gap-xl-2{column-gap:.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap: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}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit: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-inline-grid{display:inline-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}.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}.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}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.25rem !important}.row-gap-xxl-2{row-gap:.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.25rem !important}.column-gap-xxl-2{column-gap:.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap: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-inline-grid{display:inline-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}}/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0::before{content:"\30 "}.fa-1::before{content:"\31 "}.fa-2::before{content:"\32 "}.fa-3::before{content:"\33 "}.fa-4::before{content:"\34 "}.fa-5::before{content:"\35 "}.fa-6::before{content:"\36 "}.fa-7::before{content:"\37 "}.fa-8::before{content:"\38 "}.fa-9::before{content:"\39 "}.fa-fill-drip::before{content:""}.fa-arrows-to-circle::before{content:""}.fa-circle-chevron-right::before{content:""}.fa-chevron-circle-right::before{content:""}.fa-at::before{content:"\@"}.fa-trash-can::before{content:""}.fa-trash-alt::before{content:""}.fa-text-height::before{content:""}.fa-user-xmark::before{content:""}.fa-user-times::before{content:""}.fa-stethoscope::before{content:""}.fa-message::before{content:""}.fa-comment-alt::before{content:""}.fa-info::before{content:""}.fa-down-left-and-up-right-to-center::before{content:""}.fa-compress-alt::before{content:""}.fa-explosion::before{content:""}.fa-file-lines::before{content:""}.fa-file-alt::before{content:""}.fa-file-text::before{content:""}.fa-wave-square::before{content:""}.fa-ring::before{content:""}.fa-building-un::before{content:""}.fa-dice-three::before{content:""}.fa-calendar-days::before{content:""}.fa-calendar-alt::before{content:""}.fa-anchor-circle-check::before{content:""}.fa-building-circle-arrow-right::before{content:""}.fa-volleyball::before{content:""}.fa-volleyball-ball::before{content:""}.fa-arrows-up-to-line::before{content:""}.fa-sort-down::before{content:""}.fa-sort-desc::before{content:""}.fa-circle-minus::before{content:""}.fa-minus-circle::before{content:""}.fa-door-open::before{content:""}.fa-right-from-bracket::before{content:""}.fa-sign-out-alt::before{content:""}.fa-atom::before{content:""}.fa-soap::before{content:""}.fa-icons::before{content:""}.fa-heart-music-camera-bolt::before{content:""}.fa-microphone-lines-slash::before{content:""}.fa-microphone-alt-slash::before{content:""}.fa-bridge-circle-check::before{content:""}.fa-pump-medical::before{content:""}.fa-fingerprint::before{content:""}.fa-hand-point-right::before{content:""}.fa-magnifying-glass-location::before{content:""}.fa-search-location::before{content:""}.fa-forward-step::before{content:""}.fa-step-forward::before{content:""}.fa-face-smile-beam::before{content:""}.fa-smile-beam::before{content:""}.fa-flag-checkered::before{content:""}.fa-football::before{content:""}.fa-football-ball::before{content:""}.fa-school-circle-exclamation::before{content:""}.fa-crop::before{content:""}.fa-angles-down::before{content:""}.fa-angle-double-down::before{content:""}.fa-users-rectangle::before{content:""}.fa-people-roof::before{content:""}.fa-people-line::before{content:""}.fa-beer-mug-empty::before{content:""}.fa-beer::before{content:""}.fa-diagram-predecessor::before{content:""}.fa-arrow-up-long::before{content:""}.fa-long-arrow-up::before{content:""}.fa-fire-flame-simple::before{content:""}.fa-burn::before{content:""}.fa-person::before{content:""}.fa-male::before{content:""}.fa-laptop::before{content:""}.fa-file-csv::before{content:""}.fa-menorah::before{content:""}.fa-truck-plane::before{content:""}.fa-record-vinyl::before{content:""}.fa-face-grin-stars::before{content:""}.fa-grin-stars::before{content:""}.fa-bong::before{content:""}.fa-spaghetti-monster-flying::before{content:""}.fa-pastafarianism::before{content:""}.fa-arrow-down-up-across-line::before{content:""}.fa-spoon::before{content:""}.fa-utensil-spoon::before{content:""}.fa-jar-wheat::before{content:""}.fa-envelopes-bulk::before{content:""}.fa-mail-bulk::before{content:""}.fa-file-circle-exclamation::before{content:""}.fa-circle-h::before{content:""}.fa-hospital-symbol::before{content:""}.fa-pager::before{content:""}.fa-address-book::before{content:""}.fa-contact-book::before{content:""}.fa-strikethrough::before{content:""}.fa-k::before{content:"K"}.fa-landmark-flag::before{content:""}.fa-pencil::before{content:""}.fa-pencil-alt::before{content:""}.fa-backward::before{content:""}.fa-caret-right::before{content:""}.fa-comments::before{content:""}.fa-paste::before{content:""}.fa-file-clipboard::before{content:""}.fa-code-pull-request::before{content:""}.fa-clipboard-list::before{content:""}.fa-truck-ramp-box::before{content:""}.fa-truck-loading::before{content:""}.fa-user-check::before{content:""}.fa-vial-virus::before{content:""}.fa-sheet-plastic::before{content:""}.fa-blog::before{content:""}.fa-user-ninja::before{content:""}.fa-person-arrow-up-from-line::before{content:""}.fa-scroll-torah::before{content:""}.fa-torah::before{content:""}.fa-broom-ball::before{content:""}.fa-quidditch::before{content:""}.fa-quidditch-broom-ball::before{content:""}.fa-toggle-off::before{content:""}.fa-box-archive::before{content:""}.fa-archive::before{content:""}.fa-person-drowning::before{content:""}.fa-arrow-down-9-1::before{content:""}.fa-sort-numeric-desc::before{content:""}.fa-sort-numeric-down-alt::before{content:""}.fa-face-grin-tongue-squint::before{content:""}.fa-grin-tongue-squint::before{content:""}.fa-spray-can::before{content:""}.fa-truck-monster::before{content:""}.fa-w::before{content:"W"}.fa-earth-africa::before{content:""}.fa-globe-africa::before{content:""}.fa-rainbow::before{content:""}.fa-circle-notch::before{content:""}.fa-tablet-screen-button::before{content:""}.fa-tablet-alt::before{content:""}.fa-paw::before{content:""}.fa-cloud::before{content:""}.fa-trowel-bricks::before{content:""}.fa-face-flushed::before{content:""}.fa-flushed::before{content:""}.fa-hospital-user::before{content:""}.fa-tent-arrow-left-right::before{content:""}.fa-gavel::before{content:""}.fa-legal::before{content:""}.fa-binoculars::before{content:""}.fa-microphone-slash::before{content:""}.fa-box-tissue::before{content:""}.fa-motorcycle::before{content:""}.fa-bell-concierge::before{content:""}.fa-concierge-bell::before{content:""}.fa-pen-ruler::before{content:""}.fa-pencil-ruler::before{content:""}.fa-people-arrows::before{content:""}.fa-people-arrows-left-right::before{content:""}.fa-mars-and-venus-burst::before{content:""}.fa-square-caret-right::before{content:""}.fa-caret-square-right::before{content:""}.fa-scissors::before{content:""}.fa-cut::before{content:""}.fa-sun-plant-wilt::before{content:""}.fa-toilets-portable::before{content:""}.fa-hockey-puck::before{content:""}.fa-table::before{content:""}.fa-magnifying-glass-arrow-right::before{content:""}.fa-tachograph-digital::before{content:""}.fa-digital-tachograph::before{content:""}.fa-users-slash::before{content:""}.fa-clover::before{content:""}.fa-reply::before{content:""}.fa-mail-reply::before{content:""}.fa-star-and-crescent::before{content:""}.fa-house-fire::before{content:""}.fa-square-minus::before{content:""}.fa-minus-square::before{content:""}.fa-helicopter::before{content:""}.fa-compass::before{content:""}.fa-square-caret-down::before{content:""}.fa-caret-square-down::before{content:""}.fa-file-circle-question::before{content:""}.fa-laptop-code::before{content:""}.fa-swatchbook::before{content:""}.fa-prescription-bottle::before{content:""}.fa-bars::before{content:""}.fa-navicon::before{content:""}.fa-people-group::before{content:""}.fa-hourglass-end::before{content:""}.fa-hourglass-3::before{content:""}.fa-heart-crack::before{content:""}.fa-heart-broken::before{content:""}.fa-square-up-right::before{content:""}.fa-external-link-square-alt::before{content:""}.fa-face-kiss-beam::before{content:""}.fa-kiss-beam::before{content:""}.fa-film::before{content:""}.fa-ruler-horizontal::before{content:""}.fa-people-robbery::before{content:""}.fa-lightbulb::before{content:""}.fa-caret-left::before{content:""}.fa-circle-exclamation::before{content:""}.fa-exclamation-circle::before{content:""}.fa-school-circle-xmark::before{content:""}.fa-arrow-right-from-bracket::before{content:""}.fa-sign-out::before{content:""}.fa-circle-chevron-down::before{content:""}.fa-chevron-circle-down::before{content:""}.fa-unlock-keyhole::before{content:""}.fa-unlock-alt::before{content:""}.fa-cloud-showers-heavy::before{content:""}.fa-headphones-simple::before{content:""}.fa-headphones-alt::before{content:""}.fa-sitemap::before{content:""}.fa-circle-dollar-to-slot::before{content:""}.fa-donate::before{content:""}.fa-memory::before{content:""}.fa-road-spikes::before{content:""}.fa-fire-burner::before{content:""}.fa-flag::before{content:""}.fa-hanukiah::before{content:""}.fa-feather::before{content:""}.fa-volume-low::before{content:""}.fa-volume-down::before{content:""}.fa-comment-slash::before{content:""}.fa-cloud-sun-rain::before{content:""}.fa-compress::before{content:""}.fa-wheat-awn::before{content:""}.fa-wheat-alt::before{content:""}.fa-ankh::before{content:""}.fa-hands-holding-child::before{content:""}.fa-asterisk::before{content:"\*"}.fa-square-check::before{content:""}.fa-check-square::before{content:""}.fa-peseta-sign::before{content:""}.fa-heading::before{content:""}.fa-header::before{content:""}.fa-ghost::before{content:""}.fa-list::before{content:""}.fa-list-squares::before{content:""}.fa-square-phone-flip::before{content:""}.fa-phone-square-alt::before{content:""}.fa-cart-plus::before{content:""}.fa-gamepad::before{content:""}.fa-circle-dot::before{content:""}.fa-dot-circle::before{content:""}.fa-face-dizzy::before{content:""}.fa-dizzy::before{content:""}.fa-egg::before{content:""}.fa-house-medical-circle-xmark::before{content:""}.fa-campground::before{content:""}.fa-folder-plus::before{content:""}.fa-futbol::before{content:""}.fa-futbol-ball::before{content:""}.fa-soccer-ball::before{content:""}.fa-paintbrush::before{content:""}.fa-paint-brush::before{content:""}.fa-lock::before{content:""}.fa-gas-pump::before{content:""}.fa-hot-tub-person::before{content:""}.fa-hot-tub::before{content:""}.fa-map-location::before{content:""}.fa-map-marked::before{content:""}.fa-house-flood-water::before{content:""}.fa-tree::before{content:""}.fa-bridge-lock::before{content:""}.fa-sack-dollar::before{content:""}.fa-pen-to-square::before{content:""}.fa-edit::before{content:""}.fa-car-side::before{content:""}.fa-share-nodes::before{content:""}.fa-share-alt::before{content:""}.fa-heart-circle-minus::before{content:""}.fa-hourglass-half::before{content:""}.fa-hourglass-2::before{content:""}.fa-microscope::before{content:""}.fa-sink::before{content:""}.fa-bag-shopping::before{content:""}.fa-shopping-bag::before{content:""}.fa-arrow-down-z-a::before{content:""}.fa-sort-alpha-desc::before{content:""}.fa-sort-alpha-down-alt::before{content:""}.fa-mitten::before{content:""}.fa-person-rays::before{content:""}.fa-users::before{content:""}.fa-eye-slash::before{content:""}.fa-flask-vial::before{content:""}.fa-hand::before{content:""}.fa-hand-paper::before{content:""}.fa-om::before{content:""}.fa-worm::before{content:""}.fa-house-circle-xmark::before{content:""}.fa-plug::before{content:""}.fa-chevron-up::before{content:""}.fa-hand-spock::before{content:""}.fa-stopwatch::before{content:""}.fa-face-kiss::before{content:""}.fa-kiss::before{content:""}.fa-bridge-circle-xmark::before{content:""}.fa-face-grin-tongue::before{content:""}.fa-grin-tongue::before{content:""}.fa-chess-bishop::before{content:""}.fa-face-grin-wink::before{content:""}.fa-grin-wink::before{content:""}.fa-ear-deaf::before{content:""}.fa-deaf::before{content:""}.fa-deafness::before{content:""}.fa-hard-of-hearing::before{content:""}.fa-road-circle-check::before{content:""}.fa-dice-five::before{content:""}.fa-square-rss::before{content:""}.fa-rss-square::before{content:""}.fa-land-mine-on::before{content:""}.fa-i-cursor::before{content:""}.fa-stamp::before{content:""}.fa-stairs::before{content:""}.fa-i::before{content:"I"}.fa-hryvnia-sign::before{content:""}.fa-hryvnia::before{content:""}.fa-pills::before{content:""}.fa-face-grin-wide::before{content:""}.fa-grin-alt::before{content:""}.fa-tooth::before{content:""}.fa-v::before{content:"V"}.fa-bangladeshi-taka-sign::before{content:""}.fa-bicycle::before{content:""}.fa-staff-snake::before{content:""}.fa-rod-asclepius::before{content:""}.fa-rod-snake::before{content:""}.fa-staff-aesculapius::before{content:""}.fa-head-side-cough-slash::before{content:""}.fa-truck-medical::before{content:""}.fa-ambulance::before{content:""}.fa-wheat-awn-circle-exclamation::before{content:""}.fa-snowman::before{content:""}.fa-mortar-pestle::before{content:""}.fa-road-barrier::before{content:""}.fa-school::before{content:""}.fa-igloo::before{content:""}.fa-joint::before{content:""}.fa-angle-right::before{content:""}.fa-horse::before{content:""}.fa-q::before{content:"Q"}.fa-g::before{content:"G"}.fa-notes-medical::before{content:""}.fa-temperature-half::before{content:""}.fa-temperature-2::before{content:""}.fa-thermometer-2::before{content:""}.fa-thermometer-half::before{content:""}.fa-dong-sign::before{content:""}.fa-capsules::before{content:""}.fa-poo-storm::before{content:""}.fa-poo-bolt::before{content:""}.fa-face-frown-open::before{content:""}.fa-frown-open::before{content:""}.fa-hand-point-up::before{content:""}.fa-money-bill::before{content:""}.fa-bookmark::before{content:""}.fa-align-justify::before{content:""}.fa-umbrella-beach::before{content:""}.fa-helmet-un::before{content:""}.fa-bullseye::before{content:""}.fa-bacon::before{content:""}.fa-hand-point-down::before{content:""}.fa-arrow-up-from-bracket::before{content:""}.fa-folder::before{content:""}.fa-folder-blank::before{content:""}.fa-file-waveform::before{content:""}.fa-file-medical-alt::before{content:""}.fa-radiation::before{content:""}.fa-chart-simple::before{content:""}.fa-mars-stroke::before{content:""}.fa-vial::before{content:""}.fa-gauge::before{content:""}.fa-dashboard::before{content:""}.fa-gauge-med::before{content:""}.fa-tachometer-alt-average::before{content:""}.fa-wand-magic-sparkles::before{content:""}.fa-magic-wand-sparkles::before{content:""}.fa-e::before{content:"E"}.fa-pen-clip::before{content:""}.fa-pen-alt::before{content:""}.fa-bridge-circle-exclamation::before{content:""}.fa-user::before{content:""}.fa-school-circle-check::before{content:""}.fa-dumpster::before{content:""}.fa-van-shuttle::before{content:""}.fa-shuttle-van::before{content:""}.fa-building-user::before{content:""}.fa-square-caret-left::before{content:""}.fa-caret-square-left::before{content:""}.fa-highlighter::before{content:""}.fa-key::before{content:""}.fa-bullhorn::before{content:""}.fa-globe::before{content:""}.fa-synagogue::before{content:""}.fa-person-half-dress::before{content:""}.fa-road-bridge::before{content:""}.fa-location-arrow::before{content:""}.fa-c::before{content:"C"}.fa-tablet-button::before{content:""}.fa-building-lock::before{content:""}.fa-pizza-slice::before{content:""}.fa-money-bill-wave::before{content:""}.fa-chart-area::before{content:""}.fa-area-chart::before{content:""}.fa-house-flag::before{content:""}.fa-person-circle-minus::before{content:""}.fa-ban::before{content:""}.fa-cancel::before{content:""}.fa-camera-rotate::before{content:""}.fa-spray-can-sparkles::before{content:""}.fa-air-freshener::before{content:""}.fa-star::before{content:""}.fa-repeat::before{content:""}.fa-cross::before{content:""}.fa-box::before{content:""}.fa-venus-mars::before{content:""}.fa-arrow-pointer::before{content:""}.fa-mouse-pointer::before{content:""}.fa-maximize::before{content:""}.fa-expand-arrows-alt::before{content:""}.fa-charging-station::before{content:""}.fa-shapes::before{content:""}.fa-triangle-circle-square::before{content:""}.fa-shuffle::before{content:""}.fa-random::before{content:""}.fa-person-running::before{content:""}.fa-running::before{content:""}.fa-mobile-retro::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-spider::before{content:""}.fa-hands-bound::before{content:""}.fa-file-invoice-dollar::before{content:""}.fa-plane-circle-exclamation::before{content:""}.fa-x-ray::before{content:""}.fa-spell-check::before{content:""}.fa-slash::before{content:""}.fa-computer-mouse::before{content:""}.fa-mouse::before{content:""}.fa-arrow-right-to-bracket::before{content:""}.fa-sign-in::before{content:""}.fa-shop-slash::before{content:""}.fa-store-alt-slash::before{content:""}.fa-server::before{content:""}.fa-virus-covid-slash::before{content:""}.fa-shop-lock::before{content:""}.fa-hourglass-start::before{content:""}.fa-hourglass-1::before{content:""}.fa-blender-phone::before{content:""}.fa-building-wheat::before{content:""}.fa-person-breastfeeding::before{content:""}.fa-right-to-bracket::before{content:""}.fa-sign-in-alt::before{content:""}.fa-venus::before{content:""}.fa-passport::before{content:""}.fa-heart-pulse::before{content:""}.fa-heartbeat::before{content:""}.fa-people-carry-box::before{content:""}.fa-people-carry::before{content:""}.fa-temperature-high::before{content:""}.fa-microchip::before{content:""}.fa-crown::before{content:""}.fa-weight-hanging::before{content:""}.fa-xmarks-lines::before{content:""}.fa-file-prescription::before{content:""}.fa-weight-scale::before{content:""}.fa-weight::before{content:""}.fa-user-group::before{content:""}.fa-user-friends::before{content:""}.fa-arrow-up-a-z::before{content:""}.fa-sort-alpha-up::before{content:""}.fa-chess-knight::before{content:""}.fa-face-laugh-squint::before{content:""}.fa-laugh-squint::before{content:""}.fa-wheelchair::before{content:""}.fa-circle-arrow-up::before{content:""}.fa-arrow-circle-up::before{content:""}.fa-toggle-on::before{content:""}.fa-person-walking::before{content:""}.fa-walking::before{content:""}.fa-l::before{content:"L"}.fa-fire::before{content:""}.fa-bed-pulse::before{content:""}.fa-procedures::before{content:""}.fa-shuttle-space::before{content:""}.fa-space-shuttle::before{content:""}.fa-face-laugh::before{content:""}.fa-laugh::before{content:""}.fa-folder-open::before{content:""}.fa-heart-circle-plus::before{content:""}.fa-code-fork::before{content:""}.fa-city::before{content:""}.fa-microphone-lines::before{content:""}.fa-microphone-alt::before{content:""}.fa-pepper-hot::before{content:""}.fa-unlock::before{content:""}.fa-colon-sign::before{content:""}.fa-headset::before{content:""}.fa-store-slash::before{content:""}.fa-road-circle-xmark::before{content:""}.fa-user-minus::before{content:""}.fa-mars-stroke-up::before{content:""}.fa-mars-stroke-v::before{content:""}.fa-champagne-glasses::before{content:""}.fa-glass-cheers::before{content:""}.fa-clipboard::before{content:""}.fa-house-circle-exclamation::before{content:""}.fa-file-arrow-up::before{content:""}.fa-file-upload::before{content:""}.fa-wifi::before{content:""}.fa-wifi-3::before{content:""}.fa-wifi-strong::before{content:""}.fa-bath::before{content:""}.fa-bathtub::before{content:""}.fa-underline::before{content:""}.fa-user-pen::before{content:""}.fa-user-edit::before{content:""}.fa-signature::before{content:""}.fa-stroopwafel::before{content:""}.fa-bold::before{content:""}.fa-anchor-lock::before{content:""}.fa-building-ngo::before{content:""}.fa-manat-sign::before{content:""}.fa-not-equal::before{content:""}.fa-border-top-left::before{content:""}.fa-border-style::before{content:""}.fa-map-location-dot::before{content:""}.fa-map-marked-alt::before{content:""}.fa-jedi::before{content:""}.fa-square-poll-vertical::before{content:""}.fa-poll::before{content:""}.fa-mug-hot::before{content:""}.fa-car-battery::before{content:""}.fa-battery-car::before{content:""}.fa-gift::before{content:""}.fa-dice-two::before{content:""}.fa-chess-queen::before{content:""}.fa-glasses::before{content:""}.fa-chess-board::before{content:""}.fa-building-circle-check::before{content:""}.fa-person-chalkboard::before{content:""}.fa-mars-stroke-right::before{content:""}.fa-mars-stroke-h::before{content:""}.fa-hand-back-fist::before{content:""}.fa-hand-rock::before{content:""}.fa-square-caret-up::before{content:""}.fa-caret-square-up::before{content:""}.fa-cloud-showers-water::before{content:""}.fa-chart-bar::before{content:""}.fa-bar-chart::before{content:""}.fa-hands-bubbles::before{content:""}.fa-hands-wash::before{content:""}.fa-less-than-equal::before{content:""}.fa-train::before{content:""}.fa-eye-low-vision::before{content:""}.fa-low-vision::before{content:""}.fa-crow::before{content:""}.fa-sailboat::before{content:""}.fa-window-restore::before{content:""}.fa-square-plus::before{content:""}.fa-plus-square::before{content:""}.fa-torii-gate::before{content:""}.fa-frog::before{content:""}.fa-bucket::before{content:""}.fa-image::before{content:""}.fa-microphone::before{content:""}.fa-cow::before{content:""}.fa-caret-up::before{content:""}.fa-screwdriver::before{content:""}.fa-folder-closed::before{content:""}.fa-house-tsunami::before{content:""}.fa-square-nfi::before{content:""}.fa-arrow-up-from-ground-water::before{content:""}.fa-martini-glass::before{content:""}.fa-glass-martini-alt::before{content:""}.fa-rotate-left::before{content:""}.fa-rotate-back::before{content:""}.fa-rotate-backward::before{content:""}.fa-undo-alt::before{content:""}.fa-table-columns::before{content:""}.fa-columns::before{content:""}.fa-lemon::before{content:""}.fa-head-side-mask::before{content:""}.fa-handshake::before{content:""}.fa-gem::before{content:""}.fa-dolly::before{content:""}.fa-dolly-box::before{content:""}.fa-smoking::before{content:""}.fa-minimize::before{content:""}.fa-compress-arrows-alt::before{content:""}.fa-monument::before{content:""}.fa-snowplow::before{content:""}.fa-angles-right::before{content:""}.fa-angle-double-right::before{content:""}.fa-cannabis::before{content:""}.fa-circle-play::before{content:""}.fa-play-circle::before{content:""}.fa-tablets::before{content:""}.fa-ethernet::before{content:""}.fa-euro-sign::before{content:""}.fa-eur::before{content:""}.fa-euro::before{content:""}.fa-chair::before{content:""}.fa-circle-check::before{content:""}.fa-check-circle::before{content:""}.fa-circle-stop::before{content:""}.fa-stop-circle::before{content:""}.fa-compass-drafting::before{content:""}.fa-drafting-compass::before{content:""}.fa-plate-wheat::before{content:""}.fa-icicles::before{content:""}.fa-person-shelter::before{content:""}.fa-neuter::before{content:""}.fa-id-badge::before{content:""}.fa-marker::before{content:""}.fa-face-laugh-beam::before{content:""}.fa-laugh-beam::before{content:""}.fa-helicopter-symbol::before{content:""}.fa-universal-access::before{content:""}.fa-circle-chevron-up::before{content:""}.fa-chevron-circle-up::before{content:""}.fa-lari-sign::before{content:""}.fa-volcano::before{content:""}.fa-person-walking-dashed-line-arrow-right::before{content:""}.fa-sterling-sign::before{content:""}.fa-gbp::before{content:""}.fa-pound-sign::before{content:""}.fa-viruses::before{content:""}.fa-square-person-confined::before{content:""}.fa-user-tie::before{content:""}.fa-arrow-down-long::before{content:""}.fa-long-arrow-down::before{content:""}.fa-tent-arrow-down-to-line::before{content:""}.fa-certificate::before{content:""}.fa-reply-all::before{content:""}.fa-mail-reply-all::before{content:""}.fa-suitcase::before{content:""}.fa-person-skating::before{content:""}.fa-skating::before{content:""}.fa-filter-circle-dollar::before{content:""}.fa-funnel-dollar::before{content:""}.fa-camera-retro::before{content:""}.fa-circle-arrow-down::before{content:""}.fa-arrow-circle-down::before{content:""}.fa-file-import::before{content:""}.fa-arrow-right-to-file::before{content:""}.fa-square-arrow-up-right::before{content:""}.fa-external-link-square::before{content:""}.fa-box-open::before{content:""}.fa-scroll::before{content:""}.fa-spa::before{content:""}.fa-location-pin-lock::before{content:""}.fa-pause::before{content:""}.fa-hill-avalanche::before{content:""}.fa-temperature-empty::before{content:""}.fa-temperature-0::before{content:""}.fa-thermometer-0::before{content:""}.fa-thermometer-empty::before{content:""}.fa-bomb::before{content:""}.fa-registered::before{content:""}.fa-address-card::before{content:""}.fa-contact-card::before{content:""}.fa-vcard::before{content:""}.fa-scale-unbalanced-flip::before{content:""}.fa-balance-scale-right::before{content:""}.fa-subscript::before{content:""}.fa-diamond-turn-right::before{content:""}.fa-directions::before{content:""}.fa-burst::before{content:""}.fa-house-laptop::before{content:""}.fa-laptop-house::before{content:""}.fa-face-tired::before{content:""}.fa-tired::before{content:""}.fa-money-bills::before{content:""}.fa-smog::before{content:""}.fa-crutch::before{content:""}.fa-cloud-arrow-up::before{content:""}.fa-cloud-upload::before{content:""}.fa-cloud-upload-alt::before{content:""}.fa-palette::before{content:""}.fa-arrows-turn-right::before{content:""}.fa-vest::before{content:""}.fa-ferry::before{content:""}.fa-arrows-down-to-people::before{content:""}.fa-seedling::before{content:""}.fa-sprout::before{content:""}.fa-left-right::before{content:""}.fa-arrows-alt-h::before{content:""}.fa-boxes-packing::before{content:""}.fa-circle-arrow-left::before{content:""}.fa-arrow-circle-left::before{content:""}.fa-group-arrows-rotate::before{content:""}.fa-bowl-food::before{content:""}.fa-candy-cane::before{content:""}.fa-arrow-down-wide-short::before{content:""}.fa-sort-amount-asc::before{content:""}.fa-sort-amount-down::before{content:""}.fa-cloud-bolt::before{content:""}.fa-thunderstorm::before{content:""}.fa-text-slash::before{content:""}.fa-remove-format::before{content:""}.fa-face-smile-wink::before{content:""}.fa-smile-wink::before{content:""}.fa-file-word::before{content:""}.fa-file-powerpoint::before{content:""}.fa-arrows-left-right::before{content:""}.fa-arrows-h::before{content:""}.fa-house-lock::before{content:""}.fa-cloud-arrow-down::before{content:""}.fa-cloud-download::before{content:""}.fa-cloud-download-alt::before{content:""}.fa-children::before{content:""}.fa-chalkboard::before{content:""}.fa-blackboard::before{content:""}.fa-user-large-slash::before{content:""}.fa-user-alt-slash::before{content:""}.fa-envelope-open::before{content:""}.fa-handshake-simple-slash::before{content:""}.fa-handshake-alt-slash::before{content:""}.fa-mattress-pillow::before{content:""}.fa-guarani-sign::before{content:""}.fa-arrows-rotate::before{content:""}.fa-refresh::before{content:""}.fa-sync::before{content:""}.fa-fire-extinguisher::before{content:""}.fa-cruzeiro-sign::before{content:""}.fa-greater-than-equal::before{content:""}.fa-shield-halved::before{content:""}.fa-shield-alt::before{content:""}.fa-book-atlas::before{content:""}.fa-atlas::before{content:""}.fa-virus::before{content:""}.fa-envelope-circle-check::before{content:""}.fa-layer-group::before{content:""}.fa-arrows-to-dot::before{content:""}.fa-archway::before{content:""}.fa-heart-circle-check::before{content:""}.fa-house-chimney-crack::before{content:""}.fa-house-damage::before{content:""}.fa-file-zipper::before{content:""}.fa-file-archive::before{content:""}.fa-square::before{content:""}.fa-martini-glass-empty::before{content:""}.fa-glass-martini::before{content:""}.fa-couch::before{content:""}.fa-cedi-sign::before{content:""}.fa-italic::before{content:""}.fa-table-cells-column-lock::before{content:""}.fa-church::before{content:""}.fa-comments-dollar::before{content:""}.fa-democrat::before{content:""}.fa-z::before{content:"Z"}.fa-person-skiing::before{content:""}.fa-skiing::before{content:""}.fa-road-lock::before{content:""}.fa-a::before{content:"A"}.fa-temperature-arrow-down::before{content:""}.fa-temperature-down::before{content:""}.fa-feather-pointed::before{content:""}.fa-feather-alt::before{content:""}.fa-p::before{content:"P"}.fa-snowflake::before{content:""}.fa-newspaper::before{content:""}.fa-rectangle-ad::before{content:""}.fa-ad::before{content:""}.fa-circle-arrow-right::before{content:""}.fa-arrow-circle-right::before{content:""}.fa-filter-circle-xmark::before{content:""}.fa-locust::before{content:""}.fa-sort::before{content:""}.fa-unsorted::before{content:""}.fa-list-ol::before{content:""}.fa-list-1-2::before{content:""}.fa-list-numeric::before{content:""}.fa-person-dress-burst::before{content:""}.fa-money-check-dollar::before{content:""}.fa-money-check-alt::before{content:""}.fa-vector-square::before{content:""}.fa-bread-slice::before{content:""}.fa-language::before{content:""}.fa-face-kiss-wink-heart::before{content:""}.fa-kiss-wink-heart::before{content:""}.fa-filter::before{content:""}.fa-question::before{content:"\?"}.fa-file-signature::before{content:""}.fa-up-down-left-right::before{content:""}.fa-arrows-alt::before{content:""}.fa-house-chimney-user::before{content:""}.fa-hand-holding-heart::before{content:""}.fa-puzzle-piece::before{content:""}.fa-money-check::before{content:""}.fa-star-half-stroke::before{content:""}.fa-star-half-alt::before{content:""}.fa-code::before{content:""}.fa-whiskey-glass::before{content:""}.fa-glass-whiskey::before{content:""}.fa-building-circle-exclamation::before{content:""}.fa-magnifying-glass-chart::before{content:""}.fa-arrow-up-right-from-square::before{content:""}.fa-external-link::before{content:""}.fa-cubes-stacked::before{content:""}.fa-won-sign::before{content:""}.fa-krw::before{content:""}.fa-won::before{content:""}.fa-virus-covid::before{content:""}.fa-austral-sign::before{content:""}.fa-f::before{content:"F"}.fa-leaf::before{content:""}.fa-road::before{content:""}.fa-taxi::before{content:""}.fa-cab::before{content:""}.fa-person-circle-plus::before{content:""}.fa-chart-pie::before{content:""}.fa-pie-chart::before{content:""}.fa-bolt-lightning::before{content:""}.fa-sack-xmark::before{content:""}.fa-file-excel::before{content:""}.fa-file-contract::before{content:""}.fa-fish-fins::before{content:""}.fa-building-flag::before{content:""}.fa-face-grin-beam::before{content:""}.fa-grin-beam::before{content:""}.fa-object-ungroup::before{content:""}.fa-poop::before{content:""}.fa-location-pin::before{content:""}.fa-map-marker::before{content:""}.fa-kaaba::before{content:""}.fa-toilet-paper::before{content:""}.fa-helmet-safety::before{content:""}.fa-hard-hat::before{content:""}.fa-hat-hard::before{content:""}.fa-eject::before{content:""}.fa-circle-right::before{content:""}.fa-arrow-alt-circle-right::before{content:""}.fa-plane-circle-check::before{content:""}.fa-face-rolling-eyes::before{content:""}.fa-meh-rolling-eyes::before{content:""}.fa-object-group::before{content:""}.fa-chart-line::before{content:""}.fa-line-chart::before{content:""}.fa-mask-ventilator::before{content:""}.fa-arrow-right::before{content:""}.fa-signs-post::before{content:""}.fa-map-signs::before{content:""}.fa-cash-register::before{content:""}.fa-person-circle-question::before{content:""}.fa-h::before{content:"H"}.fa-tarp::before{content:""}.fa-screwdriver-wrench::before{content:""}.fa-tools::before{content:""}.fa-arrows-to-eye::before{content:""}.fa-plug-circle-bolt::before{content:""}.fa-heart::before{content:""}.fa-mars-and-venus::before{content:""}.fa-house-user::before{content:""}.fa-home-user::before{content:""}.fa-dumpster-fire::before{content:""}.fa-house-crack::before{content:""}.fa-martini-glass-citrus::before{content:""}.fa-cocktail::before{content:""}.fa-face-surprise::before{content:""}.fa-surprise::before{content:""}.fa-bottle-water::before{content:""}.fa-circle-pause::before{content:""}.fa-pause-circle::before{content:""}.fa-toilet-paper-slash::before{content:""}.fa-apple-whole::before{content:""}.fa-apple-alt::before{content:""}.fa-kitchen-set::before{content:""}.fa-r::before{content:"R"}.fa-temperature-quarter::before{content:""}.fa-temperature-1::before{content:""}.fa-thermometer-1::before{content:""}.fa-thermometer-quarter::before{content:""}.fa-cube::before{content:""}.fa-bitcoin-sign::before{content:""}.fa-shield-dog::before{content:""}.fa-solar-panel::before{content:""}.fa-lock-open::before{content:""}.fa-elevator::before{content:""}.fa-money-bill-transfer::before{content:""}.fa-money-bill-trend-up::before{content:""}.fa-house-flood-water-circle-arrow-right::before{content:""}.fa-square-poll-horizontal::before{content:""}.fa-poll-h::before{content:""}.fa-circle::before{content:""}.fa-backward-fast::before{content:""}.fa-fast-backward::before{content:""}.fa-recycle::before{content:""}.fa-user-astronaut::before{content:""}.fa-plane-slash::before{content:""}.fa-trademark::before{content:""}.fa-basketball::before{content:""}.fa-basketball-ball::before{content:""}.fa-satellite-dish::before{content:""}.fa-circle-up::before{content:""}.fa-arrow-alt-circle-up::before{content:""}.fa-mobile-screen-button::before{content:""}.fa-mobile-alt::before{content:""}.fa-volume-high::before{content:""}.fa-volume-up::before{content:""}.fa-users-rays::before{content:""}.fa-wallet::before{content:""}.fa-clipboard-check::before{content:""}.fa-file-audio::before{content:""}.fa-burger::before{content:""}.fa-hamburger::before{content:""}.fa-wrench::before{content:""}.fa-bugs::before{content:""}.fa-rupee-sign::before{content:""}.fa-rupee::before{content:""}.fa-file-image::before{content:""}.fa-circle-question::before{content:""}.fa-question-circle::before{content:""}.fa-plane-departure::before{content:""}.fa-handshake-slash::before{content:""}.fa-book-bookmark::before{content:""}.fa-code-branch::before{content:""}.fa-hat-cowboy::before{content:""}.fa-bridge::before{content:""}.fa-phone-flip::before{content:""}.fa-phone-alt::before{content:""}.fa-truck-front::before{content:""}.fa-cat::before{content:""}.fa-anchor-circle-exclamation::before{content:""}.fa-truck-field::before{content:""}.fa-route::before{content:""}.fa-clipboard-question::before{content:""}.fa-panorama::before{content:""}.fa-comment-medical::before{content:""}.fa-teeth-open::before{content:""}.fa-file-circle-minus::before{content:""}.fa-tags::before{content:""}.fa-wine-glass::before{content:""}.fa-forward-fast::before{content:""}.fa-fast-forward::before{content:""}.fa-face-meh-blank::before{content:""}.fa-meh-blank::before{content:""}.fa-square-parking::before{content:""}.fa-parking::before{content:""}.fa-house-signal::before{content:""}.fa-bars-progress::before{content:""}.fa-tasks-alt::before{content:""}.fa-faucet-drip::before{content:""}.fa-cart-flatbed::before{content:""}.fa-dolly-flatbed::before{content:""}.fa-ban-smoking::before{content:""}.fa-smoking-ban::before{content:""}.fa-terminal::before{content:""}.fa-mobile-button::before{content:""}.fa-house-medical-flag::before{content:""}.fa-basket-shopping::before{content:""}.fa-shopping-basket::before{content:""}.fa-tape::before{content:""}.fa-bus-simple::before{content:""}.fa-bus-alt::before{content:""}.fa-eye::before{content:""}.fa-face-sad-cry::before{content:""}.fa-sad-cry::before{content:""}.fa-audio-description::before{content:""}.fa-person-military-to-person::before{content:""}.fa-file-shield::before{content:""}.fa-user-slash::before{content:""}.fa-pen::before{content:""}.fa-tower-observation::before{content:""}.fa-file-code::before{content:""}.fa-signal::before{content:""}.fa-signal-5::before{content:""}.fa-signal-perfect::before{content:""}.fa-bus::before{content:""}.fa-heart-circle-xmark::before{content:""}.fa-house-chimney::before{content:""}.fa-home-lg::before{content:""}.fa-window-maximize::before{content:""}.fa-face-frown::before{content:""}.fa-frown::before{content:""}.fa-prescription::before{content:""}.fa-shop::before{content:""}.fa-store-alt::before{content:""}.fa-floppy-disk::before{content:""}.fa-save::before{content:""}.fa-vihara::before{content:""}.fa-scale-unbalanced::before{content:""}.fa-balance-scale-left::before{content:""}.fa-sort-up::before{content:""}.fa-sort-asc::before{content:""}.fa-comment-dots::before{content:""}.fa-commenting::before{content:""}.fa-plant-wilt::before{content:""}.fa-diamond::before{content:""}.fa-face-grin-squint::before{content:""}.fa-grin-squint::before{content:""}.fa-hand-holding-dollar::before{content:""}.fa-hand-holding-usd::before{content:""}.fa-bacterium::before{content:""}.fa-hand-pointer::before{content:""}.fa-drum-steelpan::before{content:""}.fa-hand-scissors::before{content:""}.fa-hands-praying::before{content:""}.fa-praying-hands::before{content:""}.fa-arrow-rotate-right::before{content:""}.fa-arrow-right-rotate::before{content:""}.fa-arrow-rotate-forward::before{content:""}.fa-redo::before{content:""}.fa-biohazard::before{content:""}.fa-location-crosshairs::before{content:""}.fa-location::before{content:""}.fa-mars-double::before{content:""}.fa-child-dress::before{content:""}.fa-users-between-lines::before{content:""}.fa-lungs-virus::before{content:""}.fa-face-grin-tears::before{content:""}.fa-grin-tears::before{content:""}.fa-phone::before{content:""}.fa-calendar-xmark::before{content:""}.fa-calendar-times::before{content:""}.fa-child-reaching::before{content:""}.fa-head-side-virus::before{content:""}.fa-user-gear::before{content:""}.fa-user-cog::before{content:""}.fa-arrow-up-1-9::before{content:""}.fa-sort-numeric-up::before{content:""}.fa-door-closed::before{content:""}.fa-shield-virus::before{content:""}.fa-dice-six::before{content:""}.fa-mosquito-net::before{content:""}.fa-bridge-water::before{content:""}.fa-person-booth::before{content:""}.fa-text-width::before{content:""}.fa-hat-wizard::before{content:""}.fa-pen-fancy::before{content:""}.fa-person-digging::before{content:""}.fa-digging::before{content:""}.fa-trash::before{content:""}.fa-gauge-simple::before{content:""}.fa-gauge-simple-med::before{content:""}.fa-tachometer-average::before{content:""}.fa-book-medical::before{content:""}.fa-poo::before{content:""}.fa-quote-right::before{content:""}.fa-quote-right-alt::before{content:""}.fa-shirt::before{content:""}.fa-t-shirt::before{content:""}.fa-tshirt::before{content:""}.fa-cubes::before{content:""}.fa-divide::before{content:""}.fa-tenge-sign::before{content:""}.fa-tenge::before{content:""}.fa-headphones::before{content:""}.fa-hands-holding::before{content:""}.fa-hands-clapping::before{content:""}.fa-republican::before{content:""}.fa-arrow-left::before{content:""}.fa-person-circle-xmark::before{content:""}.fa-ruler::before{content:""}.fa-align-left::before{content:""}.fa-dice-d6::before{content:""}.fa-restroom::before{content:""}.fa-j::before{content:"J"}.fa-users-viewfinder::before{content:""}.fa-file-video::before{content:""}.fa-up-right-from-square::before{content:""}.fa-external-link-alt::before{content:""}.fa-table-cells::before{content:""}.fa-th::before{content:""}.fa-file-pdf::before{content:""}.fa-book-bible::before{content:""}.fa-bible::before{content:""}.fa-o::before{content:"O"}.fa-suitcase-medical::before{content:""}.fa-medkit::before{content:""}.fa-user-secret::before{content:""}.fa-otter::before{content:""}.fa-person-dress::before{content:""}.fa-female::before{content:""}.fa-comment-dollar::before{content:""}.fa-business-time::before{content:""}.fa-briefcase-clock::before{content:""}.fa-table-cells-large::before{content:""}.fa-th-large::before{content:""}.fa-book-tanakh::before{content:""}.fa-tanakh::before{content:""}.fa-phone-volume::before{content:""}.fa-volume-control-phone::before{content:""}.fa-hat-cowboy-side::before{content:""}.fa-clipboard-user::before{content:""}.fa-child::before{content:""}.fa-lira-sign::before{content:""}.fa-satellite::before{content:""}.fa-plane-lock::before{content:""}.fa-tag::before{content:""}.fa-comment::before{content:""}.fa-cake-candles::before{content:""}.fa-birthday-cake::before{content:""}.fa-cake::before{content:""}.fa-envelope::before{content:""}.fa-angles-up::before{content:""}.fa-angle-double-up::before{content:""}.fa-paperclip::before{content:""}.fa-arrow-right-to-city::before{content:""}.fa-ribbon::before{content:""}.fa-lungs::before{content:""}.fa-arrow-up-9-1::before{content:""}.fa-sort-numeric-up-alt::before{content:""}.fa-litecoin-sign::before{content:""}.fa-border-none::before{content:""}.fa-circle-nodes::before{content:""}.fa-parachute-box::before{content:""}.fa-indent::before{content:""}.fa-truck-field-un::before{content:""}.fa-hourglass::before{content:""}.fa-hourglass-empty::before{content:""}.fa-mountain::before{content:""}.fa-user-doctor::before{content:""}.fa-user-md::before{content:""}.fa-circle-info::before{content:""}.fa-info-circle::before{content:""}.fa-cloud-meatball::before{content:""}.fa-camera::before{content:""}.fa-camera-alt::before{content:""}.fa-square-virus::before{content:""}.fa-meteor::before{content:""}.fa-car-on::before{content:""}.fa-sleigh::before{content:""}.fa-arrow-down-1-9::before{content:""}.fa-sort-numeric-asc::before{content:""}.fa-sort-numeric-down::before{content:""}.fa-hand-holding-droplet::before{content:""}.fa-hand-holding-water::before{content:""}.fa-water::before{content:""}.fa-calendar-check::before{content:""}.fa-braille::before{content:""}.fa-prescription-bottle-medical::before{content:""}.fa-prescription-bottle-alt::before{content:""}.fa-landmark::before{content:""}.fa-truck::before{content:""}.fa-crosshairs::before{content:""}.fa-person-cane::before{content:""}.fa-tent::before{content:""}.fa-vest-patches::before{content:""}.fa-check-double::before{content:""}.fa-arrow-down-a-z::before{content:""}.fa-sort-alpha-asc::before{content:""}.fa-sort-alpha-down::before{content:""}.fa-money-bill-wheat::before{content:""}.fa-cookie::before{content:""}.fa-arrow-rotate-left::before{content:""}.fa-arrow-left-rotate::before{content:""}.fa-arrow-rotate-back::before{content:""}.fa-arrow-rotate-backward::before{content:""}.fa-undo::before{content:""}.fa-hard-drive::before{content:""}.fa-hdd::before{content:""}.fa-face-grin-squint-tears::before{content:""}.fa-grin-squint-tears::before{content:""}.fa-dumbbell::before{content:""}.fa-rectangle-list::before{content:""}.fa-list-alt::before{content:""}.fa-tarp-droplet::before{content:""}.fa-house-medical-circle-check::before{content:""}.fa-person-skiing-nordic::before{content:""}.fa-skiing-nordic::before{content:""}.fa-calendar-plus::before{content:""}.fa-plane-arrival::before{content:""}.fa-circle-left::before{content:""}.fa-arrow-alt-circle-left::before{content:""}.fa-train-subway::before{content:""}.fa-subway::before{content:""}.fa-chart-gantt::before{content:""}.fa-indian-rupee-sign::before{content:""}.fa-indian-rupee::before{content:""}.fa-inr::before{content:""}.fa-crop-simple::before{content:""}.fa-crop-alt::before{content:""}.fa-money-bill-1::before{content:""}.fa-money-bill-alt::before{content:""}.fa-left-long::before{content:""}.fa-long-arrow-alt-left::before{content:""}.fa-dna::before{content:""}.fa-virus-slash::before{content:""}.fa-minus::before{content:""}.fa-subtract::before{content:""}.fa-chess::before{content:""}.fa-arrow-left-long::before{content:""}.fa-long-arrow-left::before{content:""}.fa-plug-circle-check::before{content:""}.fa-street-view::before{content:""}.fa-franc-sign::before{content:""}.fa-volume-off::before{content:""}.fa-hands-asl-interpreting::before{content:""}.fa-american-sign-language-interpreting::before{content:""}.fa-asl-interpreting::before{content:""}.fa-hands-american-sign-language-interpreting::before{content:""}.fa-gear::before{content:""}.fa-cog::before{content:""}.fa-droplet-slash::before{content:""}.fa-tint-slash::before{content:""}.fa-mosque::before{content:""}.fa-mosquito::before{content:""}.fa-star-of-david::before{content:""}.fa-person-military-rifle::before{content:""}.fa-cart-shopping::before{content:""}.fa-shopping-cart::before{content:""}.fa-vials::before{content:""}.fa-plug-circle-plus::before{content:""}.fa-place-of-worship::before{content:""}.fa-grip-vertical::before{content:""}.fa-arrow-turn-up::before{content:""}.fa-level-up::before{content:""}.fa-u::before{content:"U"}.fa-square-root-variable::before{content:""}.fa-square-root-alt::before{content:""}.fa-clock::before{content:""}.fa-clock-four::before{content:""}.fa-backward-step::before{content:""}.fa-step-backward::before{content:""}.fa-pallet::before{content:""}.fa-faucet::before{content:""}.fa-baseball-bat-ball::before{content:""}.fa-s::before{content:"S"}.fa-timeline::before{content:""}.fa-keyboard::before{content:""}.fa-caret-down::before{content:""}.fa-house-chimney-medical::before{content:""}.fa-clinic-medical::before{content:""}.fa-temperature-three-quarters::before{content:""}.fa-temperature-3::before{content:""}.fa-thermometer-3::before{content:""}.fa-thermometer-three-quarters::before{content:""}.fa-mobile-screen::before{content:""}.fa-mobile-android-alt::before{content:""}.fa-plane-up::before{content:""}.fa-piggy-bank::before{content:""}.fa-battery-half::before{content:""}.fa-battery-3::before{content:""}.fa-mountain-city::before{content:""}.fa-coins::before{content:""}.fa-khanda::before{content:""}.fa-sliders::before{content:""}.fa-sliders-h::before{content:""}.fa-folder-tree::before{content:""}.fa-network-wired::before{content:""}.fa-map-pin::before{content:""}.fa-hamsa::before{content:""}.fa-cent-sign::before{content:""}.fa-flask::before{content:""}.fa-person-pregnant::before{content:""}.fa-wand-sparkles::before{content:""}.fa-ellipsis-vertical::before{content:""}.fa-ellipsis-v::before{content:""}.fa-ticket::before{content:""}.fa-power-off::before{content:""}.fa-right-long::before{content:""}.fa-long-arrow-alt-right::before{content:""}.fa-flag-usa::before{content:""}.fa-laptop-file::before{content:""}.fa-tty::before{content:""}.fa-teletype::before{content:""}.fa-diagram-next::before{content:""}.fa-person-rifle::before{content:""}.fa-house-medical-circle-exclamation::before{content:""}.fa-closed-captioning::before{content:""}.fa-person-hiking::before{content:""}.fa-hiking::before{content:""}.fa-venus-double::before{content:""}.fa-images::before{content:""}.fa-calculator::before{content:""}.fa-people-pulling::before{content:""}.fa-n::before{content:"N"}.fa-cable-car::before{content:""}.fa-tram::before{content:""}.fa-cloud-rain::before{content:""}.fa-building-circle-xmark::before{content:""}.fa-ship::before{content:""}.fa-arrows-down-to-line::before{content:""}.fa-download::before{content:""}.fa-face-grin::before{content:""}.fa-grin::before{content:""}.fa-delete-left::before{content:""}.fa-backspace::before{content:""}.fa-eye-dropper::before{content:""}.fa-eye-dropper-empty::before{content:""}.fa-eyedropper::before{content:""}.fa-file-circle-check::before{content:""}.fa-forward::before{content:""}.fa-mobile::before{content:""}.fa-mobile-android::before{content:""}.fa-mobile-phone::before{content:""}.fa-face-meh::before{content:""}.fa-meh::before{content:""}.fa-align-center::before{content:""}.fa-book-skull::before{content:""}.fa-book-dead::before{content:""}.fa-id-card::before{content:""}.fa-drivers-license::before{content:""}.fa-outdent::before{content:""}.fa-dedent::before{content:""}.fa-heart-circle-exclamation::before{content:""}.fa-house::before{content:""}.fa-home::before{content:""}.fa-home-alt::before{content:""}.fa-home-lg-alt::before{content:""}.fa-calendar-week::before{content:""}.fa-laptop-medical::before{content:""}.fa-b::before{content:"B"}.fa-file-medical::before{content:""}.fa-dice-one::before{content:""}.fa-kiwi-bird::before{content:""}.fa-arrow-right-arrow-left::before{content:""}.fa-exchange::before{content:""}.fa-rotate-right::before{content:""}.fa-redo-alt::before{content:""}.fa-rotate-forward::before{content:""}.fa-utensils::before{content:""}.fa-cutlery::before{content:""}.fa-arrow-up-wide-short::before{content:""}.fa-sort-amount-up::before{content:""}.fa-mill-sign::before{content:""}.fa-bowl-rice::before{content:""}.fa-skull::before{content:""}.fa-tower-broadcast::before{content:""}.fa-broadcast-tower::before{content:""}.fa-truck-pickup::before{content:""}.fa-up-long::before{content:""}.fa-long-arrow-alt-up::before{content:""}.fa-stop::before{content:""}.fa-code-merge::before{content:""}.fa-upload::before{content:""}.fa-hurricane::before{content:""}.fa-mound::before{content:""}.fa-toilet-portable::before{content:""}.fa-compact-disc::before{content:""}.fa-file-arrow-down::before{content:""}.fa-file-download::before{content:""}.fa-caravan::before{content:""}.fa-shield-cat::before{content:""}.fa-bolt::before{content:""}.fa-zap::before{content:""}.fa-glass-water::before{content:""}.fa-oil-well::before{content:""}.fa-vault::before{content:""}.fa-mars::before{content:""}.fa-toilet::before{content:""}.fa-plane-circle-xmark::before{content:""}.fa-yen-sign::before{content:""}.fa-cny::before{content:""}.fa-jpy::before{content:""}.fa-rmb::before{content:""}.fa-yen::before{content:""}.fa-ruble-sign::before{content:""}.fa-rouble::before{content:""}.fa-rub::before{content:""}.fa-ruble::before{content:""}.fa-sun::before{content:""}.fa-guitar::before{content:""}.fa-face-laugh-wink::before{content:""}.fa-laugh-wink::before{content:""}.fa-horse-head::before{content:""}.fa-bore-hole::before{content:""}.fa-industry::before{content:""}.fa-circle-down::before{content:""}.fa-arrow-alt-circle-down::before{content:""}.fa-arrows-turn-to-dots::before{content:""}.fa-florin-sign::before{content:""}.fa-arrow-down-short-wide::before{content:""}.fa-sort-amount-desc::before{content:""}.fa-sort-amount-down-alt::before{content:""}.fa-less-than::before{content:"\<"}.fa-angle-down::before{content:""}.fa-car-tunnel::before{content:""}.fa-head-side-cough::before{content:""}.fa-grip-lines::before{content:""}.fa-thumbs-down::before{content:""}.fa-user-lock::before{content:""}.fa-arrow-right-long::before{content:""}.fa-long-arrow-right::before{content:""}.fa-anchor-circle-xmark::before{content:""}.fa-ellipsis::before{content:""}.fa-ellipsis-h::before{content:""}.fa-chess-pawn::before{content:""}.fa-kit-medical::before{content:""}.fa-first-aid::before{content:""}.fa-person-through-window::before{content:""}.fa-toolbox::before{content:""}.fa-hands-holding-circle::before{content:""}.fa-bug::before{content:""}.fa-credit-card::before{content:""}.fa-credit-card-alt::before{content:""}.fa-car::before{content:""}.fa-automobile::before{content:""}.fa-hand-holding-hand::before{content:""}.fa-book-open-reader::before{content:""}.fa-book-reader::before{content:""}.fa-mountain-sun::before{content:""}.fa-arrows-left-right-to-line::before{content:""}.fa-dice-d20::before{content:""}.fa-truck-droplet::before{content:""}.fa-file-circle-xmark::before{content:""}.fa-temperature-arrow-up::before{content:""}.fa-temperature-up::before{content:""}.fa-medal::before{content:""}.fa-bed::before{content:""}.fa-square-h::before{content:""}.fa-h-square::before{content:""}.fa-podcast::before{content:""}.fa-temperature-full::before{content:""}.fa-temperature-4::before{content:""}.fa-thermometer-4::before{content:""}.fa-thermometer-full::before{content:""}.fa-bell::before{content:""}.fa-superscript::before{content:""}.fa-plug-circle-xmark::before{content:""}.fa-star-of-life::before{content:""}.fa-phone-slash::before{content:""}.fa-paint-roller::before{content:""}.fa-handshake-angle::before{content:""}.fa-hands-helping::before{content:""}.fa-location-dot::before{content:""}.fa-map-marker-alt::before{content:""}.fa-file::before{content:""}.fa-greater-than::before{content:"\>"}.fa-person-swimming::before{content:""}.fa-swimmer::before{content:""}.fa-arrow-down::before{content:""}.fa-droplet::before{content:""}.fa-tint::before{content:""}.fa-eraser::before{content:""}.fa-earth-americas::before{content:""}.fa-earth::before{content:""}.fa-earth-america::before{content:""}.fa-globe-americas::before{content:""}.fa-person-burst::before{content:""}.fa-dove::before{content:""}.fa-battery-empty::before{content:""}.fa-battery-0::before{content:""}.fa-socks::before{content:""}.fa-inbox::before{content:""}.fa-section::before{content:""}.fa-gauge-high::before{content:""}.fa-tachometer-alt::before{content:""}.fa-tachometer-alt-fast::before{content:""}.fa-envelope-open-text::before{content:""}.fa-hospital::before{content:""}.fa-hospital-alt::before{content:""}.fa-hospital-wide::before{content:""}.fa-wine-bottle::before{content:""}.fa-chess-rook::before{content:""}.fa-bars-staggered::before{content:""}.fa-reorder::before{content:""}.fa-stream::before{content:""}.fa-dharmachakra::before{content:""}.fa-hotdog::before{content:""}.fa-person-walking-with-cane::before{content:""}.fa-blind::before{content:""}.fa-drum::before{content:""}.fa-ice-cream::before{content:""}.fa-heart-circle-bolt::before{content:""}.fa-fax::before{content:""}.fa-paragraph::before{content:""}.fa-check-to-slot::before{content:""}.fa-vote-yea::before{content:""}.fa-star-half::before{content:""}.fa-boxes-stacked::before{content:""}.fa-boxes::before{content:""}.fa-boxes-alt::before{content:""}.fa-link::before{content:""}.fa-chain::before{content:""}.fa-ear-listen::before{content:""}.fa-assistive-listening-systems::before{content:""}.fa-tree-city::before{content:""}.fa-play::before{content:""}.fa-font::before{content:""}.fa-table-cells-row-lock::before{content:""}.fa-rupiah-sign::before{content:""}.fa-magnifying-glass::before{content:""}.fa-search::before{content:""}.fa-table-tennis-paddle-ball::before{content:""}.fa-ping-pong-paddle-ball::before{content:""}.fa-table-tennis::before{content:""}.fa-person-dots-from-line::before{content:""}.fa-diagnoses::before{content:""}.fa-trash-can-arrow-up::before{content:""}.fa-trash-restore-alt::before{content:""}.fa-naira-sign::before{content:""}.fa-cart-arrow-down::before{content:""}.fa-walkie-talkie::before{content:""}.fa-file-pen::before{content:""}.fa-file-edit::before{content:""}.fa-receipt::before{content:""}.fa-square-pen::before{content:""}.fa-pen-square::before{content:""}.fa-pencil-square::before{content:""}.fa-suitcase-rolling::before{content:""}.fa-person-circle-exclamation::before{content:""}.fa-chevron-down::before{content:""}.fa-battery-full::before{content:""}.fa-battery::before{content:""}.fa-battery-5::before{content:""}.fa-skull-crossbones::before{content:""}.fa-code-compare::before{content:""}.fa-list-ul::before{content:""}.fa-list-dots::before{content:""}.fa-school-lock::before{content:""}.fa-tower-cell::before{content:""}.fa-down-long::before{content:""}.fa-long-arrow-alt-down::before{content:""}.fa-ranking-star::before{content:""}.fa-chess-king::before{content:""}.fa-person-harassing::before{content:""}.fa-brazilian-real-sign::before{content:""}.fa-landmark-dome::before{content:""}.fa-landmark-alt::before{content:""}.fa-arrow-up::before{content:""}.fa-tv::before{content:""}.fa-television::before{content:""}.fa-tv-alt::before{content:""}.fa-shrimp::before{content:""}.fa-list-check::before{content:""}.fa-tasks::before{content:""}.fa-jug-detergent::before{content:""}.fa-circle-user::before{content:""}.fa-user-circle::before{content:""}.fa-user-shield::before{content:""}.fa-wind::before{content:""}.fa-car-burst::before{content:""}.fa-car-crash::before{content:""}.fa-y::before{content:"Y"}.fa-person-snowboarding::before{content:""}.fa-snowboarding::before{content:""}.fa-truck-fast::before{content:""}.fa-shipping-fast::before{content:""}.fa-fish::before{content:""}.fa-user-graduate::before{content:""}.fa-circle-half-stroke::before{content:""}.fa-adjust::before{content:""}.fa-clapperboard::before{content:""}.fa-circle-radiation::before{content:""}.fa-radiation-alt::before{content:""}.fa-baseball::before{content:""}.fa-baseball-ball::before{content:""}.fa-jet-fighter-up::before{content:""}.fa-diagram-project::before{content:""}.fa-project-diagram::before{content:""}.fa-copy::before{content:""}.fa-volume-xmark::before{content:""}.fa-volume-mute::before{content:""}.fa-volume-times::before{content:""}.fa-hand-sparkles::before{content:""}.fa-grip::before{content:""}.fa-grip-horizontal::before{content:""}.fa-share-from-square::before{content:""}.fa-share-square::before{content:""}.fa-child-combatant::before{content:""}.fa-child-rifle::before{content:""}.fa-gun::before{content:""}.fa-square-phone::before{content:""}.fa-phone-square::before{content:""}.fa-plus::before{content:"\+"}.fa-add::before{content:"\+"}.fa-expand::before{content:""}.fa-computer::before{content:""}.fa-xmark::before{content:""}.fa-close::before{content:""}.fa-multiply::before{content:""}.fa-remove::before{content:""}.fa-times::before{content:""}.fa-arrows-up-down-left-right::before{content:""}.fa-arrows::before{content:""}.fa-chalkboard-user::before{content:""}.fa-chalkboard-teacher::before{content:""}.fa-peso-sign::before{content:""}.fa-building-shield::before{content:""}.fa-baby::before{content:""}.fa-users-line::before{content:""}.fa-quote-left::before{content:""}.fa-quote-left-alt::before{content:""}.fa-tractor::before{content:""}.fa-trash-arrow-up::before{content:""}.fa-trash-restore::before{content:""}.fa-arrow-down-up-lock::before{content:""}.fa-lines-leaning::before{content:""}.fa-ruler-combined::before{content:""}.fa-copyright::before{content:""}.fa-equals::before{content:"\="}.fa-blender::before{content:""}.fa-teeth::before{content:""}.fa-shekel-sign::before{content:""}.fa-ils::before{content:""}.fa-shekel::before{content:""}.fa-sheqel::before{content:""}.fa-sheqel-sign::before{content:""}.fa-map::before{content:""}.fa-rocket::before{content:""}.fa-photo-film::before{content:""}.fa-photo-video::before{content:""}.fa-folder-minus::before{content:""}.fa-store::before{content:""}.fa-arrow-trend-up::before{content:""}.fa-plug-circle-minus::before{content:""}.fa-sign-hanging::before{content:""}.fa-sign::before{content:""}.fa-bezier-curve::before{content:""}.fa-bell-slash::before{content:""}.fa-tablet::before{content:""}.fa-tablet-android::before{content:""}.fa-school-flag::before{content:""}.fa-fill::before{content:""}.fa-angle-up::before{content:""}.fa-drumstick-bite::before{content:""}.fa-holly-berry::before{content:""}.fa-chevron-left::before{content:""}.fa-bacteria::before{content:""}.fa-hand-lizard::before{content:""}.fa-notdef::before{content:""}.fa-disease::before{content:""}.fa-briefcase-medical::before{content:""}.fa-genderless::before{content:""}.fa-chevron-right::before{content:""}.fa-retweet::before{content:""}.fa-car-rear::before{content:""}.fa-car-alt::before{content:""}.fa-pump-soap::before{content:""}.fa-video-slash::before{content:""}.fa-battery-quarter::before{content:""}.fa-battery-2::before{content:""}.fa-radio::before{content:""}.fa-baby-carriage::before{content:""}.fa-carriage-baby::before{content:""}.fa-traffic-light::before{content:""}.fa-thermometer::before{content:""}.fa-vr-cardboard::before{content:""}.fa-hand-middle-finger::before{content:""}.fa-percent::before{content:"\%"}.fa-percentage::before{content:"\%"}.fa-truck-moving::before{content:""}.fa-glass-water-droplet::before{content:""}.fa-display::before{content:""}.fa-face-smile::before{content:""}.fa-smile::before{content:""}.fa-thumbtack::before{content:""}.fa-thumb-tack::before{content:""}.fa-trophy::before{content:""}.fa-person-praying::before{content:""}.fa-pray::before{content:""}.fa-hammer::before{content:""}.fa-hand-peace::before{content:""}.fa-rotate::before{content:""}.fa-sync-alt::before{content:""}.fa-spinner::before{content:""}.fa-robot::before{content:""}.fa-peace::before{content:""}.fa-gears::before{content:""}.fa-cogs::before{content:""}.fa-warehouse::before{content:""}.fa-arrow-up-right-dots::before{content:""}.fa-splotch::before{content:""}.fa-face-grin-hearts::before{content:""}.fa-grin-hearts::before{content:""}.fa-dice-four::before{content:""}.fa-sim-card::before{content:""}.fa-transgender::before{content:""}.fa-transgender-alt::before{content:""}.fa-mercury::before{content:""}.fa-arrow-turn-down::before{content:""}.fa-level-down::before{content:""}.fa-person-falling-burst::before{content:""}.fa-award::before{content:""}.fa-ticket-simple::before{content:""}.fa-ticket-alt::before{content:""}.fa-building::before{content:""}.fa-angles-left::before{content:""}.fa-angle-double-left::before{content:""}.fa-qrcode::before{content:""}.fa-clock-rotate-left::before{content:""}.fa-history::before{content:""}.fa-face-grin-beam-sweat::before{content:""}.fa-grin-beam-sweat::before{content:""}.fa-file-export::before{content:""}.fa-arrow-right-from-file::before{content:""}.fa-shield::before{content:""}.fa-shield-blank::before{content:""}.fa-arrow-up-short-wide::before{content:""}.fa-sort-amount-up-alt::before{content:""}.fa-house-medical::before{content:""}.fa-golf-ball-tee::before{content:""}.fa-golf-ball::before{content:""}.fa-circle-chevron-left::before{content:""}.fa-chevron-circle-left::before{content:""}.fa-house-chimney-window::before{content:""}.fa-pen-nib::before{content:""}.fa-tent-arrow-turn-left::before{content:""}.fa-tents::before{content:""}.fa-wand-magic::before{content:""}.fa-magic::before{content:""}.fa-dog::before{content:""}.fa-carrot::before{content:""}.fa-moon::before{content:""}.fa-wine-glass-empty::before{content:""}.fa-wine-glass-alt::before{content:""}.fa-cheese::before{content:""}.fa-yin-yang::before{content:""}.fa-music::before{content:""}.fa-code-commit::before{content:""}.fa-temperature-low::before{content:""}.fa-person-biking::before{content:""}.fa-biking::before{content:""}.fa-broom::before{content:""}.fa-shield-heart::before{content:""}.fa-gopuram::before{content:""}.fa-earth-oceania::before{content:""}.fa-globe-oceania::before{content:""}.fa-square-xmark::before{content:""}.fa-times-square::before{content:""}.fa-xmark-square::before{content:""}.fa-hashtag::before{content:"\#"}.fa-up-right-and-down-left-from-center::before{content:""}.fa-expand-alt::before{content:""}.fa-oil-can::before{content:""}.fa-t::before{content:"T"}.fa-hippo::before{content:""}.fa-chart-column::before{content:""}.fa-infinity::before{content:""}.fa-vial-circle-check::before{content:""}.fa-person-arrow-down-to-line::before{content:""}.fa-voicemail::before{content:""}.fa-fan::before{content:""}.fa-person-walking-luggage::before{content:""}.fa-up-down::before{content:""}.fa-arrows-alt-v::before{content:""}.fa-cloud-moon-rain::before{content:""}.fa-calendar::before{content:""}.fa-trailer::before{content:""}.fa-bahai::before{content:""}.fa-haykal::before{content:""}.fa-sd-card::before{content:""}.fa-dragon::before{content:""}.fa-shoe-prints::before{content:""}.fa-circle-plus::before{content:""}.fa-plus-circle::before{content:""}.fa-face-grin-tongue-wink::before{content:""}.fa-grin-tongue-wink::before{content:""}.fa-hand-holding::before{content:""}.fa-plug-circle-exclamation::before{content:""}.fa-link-slash::before{content:""}.fa-chain-broken::before{content:""}.fa-chain-slash::before{content:""}.fa-unlink::before{content:""}.fa-clone::before{content:""}.fa-person-walking-arrow-loop-left::before{content:""}.fa-arrow-up-z-a::before{content:""}.fa-sort-alpha-up-alt::before{content:""}.fa-fire-flame-curved::before{content:""}.fa-fire-alt::before{content:""}.fa-tornado::before{content:""}.fa-file-circle-plus::before{content:""}.fa-book-quran::before{content:""}.fa-quran::before{content:""}.fa-anchor::before{content:""}.fa-border-all::before{content:""}.fa-face-angry::before{content:""}.fa-angry::before{content:""}.fa-cookie-bite::before{content:""}.fa-arrow-trend-down::before{content:""}.fa-rss::before{content:""}.fa-feed::before{content:""}.fa-draw-polygon::before{content:""}.fa-scale-balanced::before{content:""}.fa-balance-scale::before{content:""}.fa-gauge-simple-high::before{content:""}.fa-tachometer::before{content:""}.fa-tachometer-fast::before{content:""}.fa-shower::before{content:""}.fa-desktop::before{content:""}.fa-desktop-alt::before{content:""}.fa-m::before{content:"M"}.fa-table-list::before{content:""}.fa-th-list::before{content:""}.fa-comment-sms::before{content:""}.fa-sms::before{content:""}.fa-book::before{content:""}.fa-user-plus::before{content:""}.fa-check::before{content:""}.fa-battery-three-quarters::before{content:""}.fa-battery-4::before{content:""}.fa-house-circle-check::before{content:""}.fa-angle-left::before{content:""}.fa-diagram-successor::before{content:""}.fa-truck-arrow-right::before{content:""}.fa-arrows-split-up-and-left::before{content:""}.fa-hand-fist::before{content:""}.fa-fist-raised::before{content:""}.fa-cloud-moon::before{content:""}.fa-briefcase::before{content:""}.fa-person-falling::before{content:""}.fa-image-portrait::before{content:""}.fa-portrait::before{content:""}.fa-user-tag::before{content:""}.fa-rug::before{content:""}.fa-earth-europe::before{content:""}.fa-globe-europe::before{content:""}.fa-cart-flatbed-suitcase::before{content:""}.fa-luggage-cart::before{content:""}.fa-rectangle-xmark::before{content:""}.fa-rectangle-times::before{content:""}.fa-times-rectangle::before{content:""}.fa-window-close::before{content:""}.fa-baht-sign::before{content:""}.fa-book-open::before{content:""}.fa-book-journal-whills::before{content:""}.fa-journal-whills::before{content:""}.fa-handcuffs::before{content:""}.fa-triangle-exclamation::before{content:""}.fa-exclamation-triangle::before{content:""}.fa-warning::before{content:""}.fa-database::before{content:""}.fa-share::before{content:""}.fa-mail-forward::before{content:""}.fa-bottle-droplet::before{content:""}.fa-mask-face::before{content:""}.fa-hill-rockslide::before{content:""}.fa-right-left::before{content:""}.fa-exchange-alt::before{content:""}.fa-paper-plane::before{content:""}.fa-road-circle-exclamation::before{content:""}.fa-dungeon::before{content:""}.fa-align-right::before{content:""}.fa-money-bill-1-wave::before{content:""}.fa-money-bill-wave-alt::before{content:""}.fa-life-ring::before{content:""}.fa-hands::before{content:""}.fa-sign-language::before{content:""}.fa-signing::before{content:""}.fa-calendar-day::before{content:""}.fa-water-ladder::before{content:""}.fa-ladder-water::before{content:""}.fa-swimming-pool::before{content:""}.fa-arrows-up-down::before{content:""}.fa-arrows-v::before{content:""}.fa-face-grimace::before{content:""}.fa-grimace::before{content:""}.fa-wheelchair-move::before{content:""}.fa-wheelchair-alt::before{content:""}.fa-turn-down::before{content:""}.fa-level-down-alt::before{content:""}.fa-person-walking-arrow-right::before{content:""}.fa-square-envelope::before{content:""}.fa-envelope-square::before{content:""}.fa-dice::before{content:""}.fa-bowling-ball::before{content:""}.fa-brain::before{content:""}.fa-bandage::before{content:""}.fa-band-aid::before{content:""}.fa-calendar-minus::before{content:""}.fa-circle-xmark::before{content:""}.fa-times-circle::before{content:""}.fa-xmark-circle::before{content:""}.fa-gifts::before{content:""}.fa-hotel::before{content:""}.fa-earth-asia::before{content:""}.fa-globe-asia::before{content:""}.fa-id-card-clip::before{content:""}.fa-id-card-alt::before{content:""}.fa-magnifying-glass-plus::before{content:""}.fa-search-plus::before{content:""}.fa-thumbs-up::before{content:""}.fa-user-clock::before{content:""}.fa-hand-dots::before{content:""}.fa-allergies::before{content:""}.fa-file-invoice::before{content:""}.fa-window-minimize::before{content:""}.fa-mug-saucer::before{content:""}.fa-coffee::before{content:""}.fa-brush::before{content:""}.fa-mask::before{content:""}.fa-magnifying-glass-minus::before{content:""}.fa-search-minus::before{content:""}.fa-ruler-vertical::before{content:""}.fa-user-large::before{content:""}.fa-user-alt::before{content:""}.fa-train-tram::before{content:""}.fa-user-nurse::before{content:""}.fa-syringe::before{content:""}.fa-cloud-sun::before{content:""}.fa-stopwatch-20::before{content:""}.fa-square-full::before{content:""}.fa-magnet::before{content:""}.fa-jar::before{content:""}.fa-note-sticky::before{content:""}.fa-sticky-note::before{content:""}.fa-bug-slash::before{content:""}.fa-arrow-up-from-water-pump::before{content:""}.fa-bone::before{content:""}.fa-user-injured::before{content:""}.fa-face-sad-tear::before{content:""}.fa-sad-tear::before{content:""}.fa-plane::before{content:""}.fa-tent-arrows-down::before{content:""}.fa-exclamation::before{content:"\!"}.fa-arrows-spin::before{content:""}.fa-print::before{content:""}.fa-turkish-lira-sign::before{content:""}.fa-try::before{content:""}.fa-turkish-lira::before{content:""}.fa-dollar-sign::before{content:"\$"}.fa-dollar::before{content:"\$"}.fa-usd::before{content:"\$"}.fa-x::before{content:"X"}.fa-magnifying-glass-dollar::before{content:""}.fa-search-dollar::before{content:""}.fa-users-gear::before{content:""}.fa-users-cog::before{content:""}.fa-person-military-pointing::before{content:""}.fa-building-columns::before{content:""}.fa-bank::before{content:""}.fa-institution::before{content:""}.fa-museum::before{content:""}.fa-university::before{content:""}.fa-umbrella::before{content:""}.fa-trowel::before{content:""}.fa-d::before{content:"D"}.fa-stapler::before{content:""}.fa-masks-theater::before{content:""}.fa-theater-masks::before{content:""}.fa-kip-sign::before{content:""}.fa-hand-point-left::before{content:""}.fa-handshake-simple::before{content:""}.fa-handshake-alt::before{content:""}.fa-jet-fighter::before{content:""}.fa-fighter-jet::before{content:""}.fa-square-share-nodes::before{content:""}.fa-share-alt-square::before{content:""}.fa-barcode::before{content:""}.fa-plus-minus::before{content:""}.fa-video::before{content:""}.fa-video-camera::before{content:""}.fa-graduation-cap::before{content:""}.fa-mortar-board::before{content:""}.fa-hand-holding-medical::before{content:""}.fa-person-circle-check::before{content:""}.fa-turn-up::before{content:""}.fa-level-up-alt::before{content:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url("./webfonts/fa-regular-400.woff2") format("woff2"),url("./webfonts/fa-regular-400.ttf") format("truetype")}.far,.fa-regular{font-weight:400}/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("./webfonts/fa-solid-900.woff2") format("woff2"),url("./webfonts/fa-solid-900.ttf") format("truetype")}.fas,.fa-solid{font-weight:900}/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("./webfonts/fa-brands-400.woff2") format("woff2"),url("./webfonts/fa-brands-400.ttf") format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-pixiv:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-square-js:before{content:""}.fa-js-square:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-jxl:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-square-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-brave:before{content:""}.fa-sistrix:before{content:""}.fa-square-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-square-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-square-snapchat:before{content:""}.fa-snapchat-square:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-square-font-awesome-stroke:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-opensuse:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-square-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-square-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wpressr:before{content:""}.fa-rendact:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-square-letterboxd:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-shoelace:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before{content:""}.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-square-github:before{content:""}.fa-github-square:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-google-scholar:before{content:""}.fa-square-gitlab:before{content:""}.fa-gitlab-square:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-square-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-square-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-signal-messenger:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-mintbit:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-brave-reverse:before{content:""}.fa-facebook-f:before{content:""}.fa-square-google-plus:before{content:""}.fa-google-plus-square:before{content:""}.fa-web-awesome:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before{content:""}.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-letterboxd:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before{content:""}.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-square-pied-piper:before{content:""}.fa-pied-piper-square:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-square-web-awesome-stroke:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-square-facebook:before{content:""}.fa-facebook-square:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-square-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-upwork:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-square-upwork:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-square-web-awesome:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before{content:""}.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-bluesky:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-square-behance:before{content:""}.fa-behance-square:before{content:""}.fa-supple:before{content:""}.fa-webflow:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-square-git:before{content:""}.fa-git-square:before{content:""}.fa-square-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.6.0 - https://www.flaticon.com/uicons/interface-icons
*/@font-face{font-family:"uicons-regular-rounded";src:url("./webfonts/uicons-regular-rounded.woff2") format("woff2"),url("./webfonts/uicons-regular-rounded.woff") format("woff"),url("./webfonts/uicons-regular-rounded.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:normal !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-500px: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-abacus:before{content:""}.fi-rr-accident:before{content:""}.fi-rr-acorn:before{content:""}.fi-rr-ad:before{content:""}.fi-rr-ad-forbidden:before{content:""}.fi-rr-ad-paid:before{content:""}.fi-rr-add:before{content:""}.fi-rr-add-document:before{content:""}.fi-rr-add-folder:before{content:""}.fi-rr-add-image:before{content:""}.fi-rr-address-book:before{content:""}.fi-rr-address-card:before{content:""}.fi-rr-admin:before{content:""}.fi-rr-admin-alt:before{content:""}.fi-rr-age: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-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:before{content:""}.fi-rr-album-circle-plus:before{content:""}.fi-rr-album-circle-user:before{content:""}.fi-rr-album-collection: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-amp-guitar:before{content:""}.fi-rr-analyse:before{content:""}.fi-rr-analyse-alt:before{content:""}.fi-rr-anatomical-heart:before{content:""}.fi-rr-anchor:before{content:""}.fi-rr-angel:before{content:""}.fi-rr-angle: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-angles-up-down:before{content:""}.fi-rr-angry:before{content:""}.fi-rr-animated-icon:before{content:""}.fi-rr-ankh:before{content:""}.fi-rr-answer:before{content:""}.fi-rr-answer-alt:before{content:""}.fi-rr-apartment:before{content:""}.fi-rr-aperture:before{content:""}.fi-rr-api:before{content:""}.fi-rr-app-notification:before{content:""}.fi-rr-apple-books:before{content:""}.fi-rr-apple-core:before{content:""}.fi-rr-apple-crate:before{content:""}.fi-rr-apple-whole:before{content:""}.fi-rr-apps:before{content:""}.fi-rr-apps-add:before{content:""}.fi-rr-apps-delete:before{content:""}.fi-rr-apps-sort: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: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-strenght: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-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: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-progress:before{content:""}.fi-rr-arrow-progress-alt:before{content:""}.fi-rr-arrow-right:before{content:""}.fi-rr-arrow-right-to-bracket:before{content:""}.fi-rr-arrow-right-to-city: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: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:before{content:""}.fi-rr-arrow-up-left-from-circle:before{content:""}.fi-rr-arrow-up-right: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-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-upward-growth-crypto:before{content:""}.fi-rr-arrows:before{content:""}.fi-rr-arrows-alt:before{content:""}.fi-rr-arrows-alt-h:before{content:""}.fi-rr-arrows-alt-v:before{content:""}.fi-rr-arrows-cross:before{content:""}.fi-rr-arrows-down-curve:before{content:""}.fi-rr-arrows-down-to-people:before{content:""}.fi-rr-arrows-from-dotted-line:before{content:""}.fi-rr-arrows-from-line:before{content:""}.fi-rr-arrows-h:before{content:""}.fi-rr-arrows-h-copy:before{content:""}.fi-rr-arrows-repeat:before{content:""}.fi-rr-arrows-repeat-1: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-artificial-intelligence:before{content:""}.fi-rr-assept-document:before{content:""}.fi-rr-assessment:before{content:""}.fi-rr-assessment-alt: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-attention-detail: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:before{content:""}.fi-rr-audit-alt:before{content:""}.fi-rr-austral-sign:before{content:""}.fi-rr-australia:before{content:""}.fi-rr-australia-country-code:before{content:""}.fi-rr-australia-flag:before{content:""}.fi-rr-auto-pilot:before{content:""}.fi-rr-auto-reply:before{content:""}.fi-rr-auto-sync:before{content:""}.fi-rr-avocado:before{content:""}.fi-rr-award:before{content:""}.fi-rr-axe:before{content:""}.fi-rr-axe-battle:before{content:""}.fi-rr-b:before{content:""}.fi-rr-baby:before{content:""}.fi-rr-baby-carriage: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: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-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-balcony:before{content:""}.fi-rr-ball:before{content:""}.fi-rr-ball-pile:before{content:""}.fi-rr-ballet-dance:before{content:""}.fi-rr-balloon:before{content:""}.fi-rr-balloons:before{content:""}.fi-rr-ballot:before{content:""}.fi-rr-ballot-check:before{content:""}.fi-rr-ban:before{content:""}.fi-rr-ban-bug:before{content:""}.fi-rr-banana:before{content:""}.fi-rr-band-aid:before{content:""}.fi-rr-bandage-wound:before{content:""}.fi-rr-bangladeshi-taka-sign:before{content:""}.fi-rr-banjo:before{content:""}.fi-rr-bank:before{content:""}.fi-rr-bank-app:before{content:""}.fi-rr-banner: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-barber-pole:before{content:""}.fi-rr-barber-shop:before{content:""}.fi-rr-barcode:before{content:""}.fi-rr-barcode-read:before{content:""}.fi-rr-barcode-scan:before{content:""}.fi-rr-barefoot: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:before{content:""}.fi-rr-baseball-alt:before{content:""}.fi-rr-basket: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-basketball:before{content:""}.fi-rr-bat:before{content:""}.fi-rr-bath:before{content:""}.fi-rr-battery-100: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-beauty-mask:before{content:""}.fi-rr-bed:before{content:""}.fi-rr-bed-alt:before{content:""}.fi-rr-bed-bunk:before{content:""}.fi-rr-bed-empty:before{content:""}.fi-rr-bed-pulse:before{content:""}.fi-rr-bee:before{content:""}.fi-rr-beer:before{content:""}.fi-rr-beer-mug-empty:before{content:""}.fi-rr-bell: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:before{content:""}.fi-rr-bell-school-slash:before{content:""}.fi-rr-bell-slash:before{content:""}.fi-rr-bells:before{content:""}.fi-rr-bench-tree:before{content:""}.fi-rr-benefit:before{content:""}.fi-rr-benefit-diamond:before{content:""}.fi-rr-benefit-diamond-alt:before{content:""}.fi-rr-benefit-hand:before{content:""}.fi-rr-benefit-increase:before{content:""}.fi-rr-benefit-porcent:before{content:""}.fi-rr-betamax:before{content:""}.fi-rr-bible:before{content:""}.fi-rr-bicycle-journey:before{content:""}.fi-rr-big-drop:before{content:""}.fi-rr-bike:before{content:""}.fi-rr-bike-moving:before{content:""}.fi-rr-bike-path:before{content:""}.fi-rr-biking:before{content:""}.fi-rr-biking-mountain:before{content:""}.fi-rr-bill-arrow:before{content:""}.fi-rr-billiard:before{content:""}.fi-rr-bin-bottles:before{content:""}.fi-rr-binary:before{content:""}.fi-rr-binary-circle-check:before{content:""}.fi-rr-binary-cloud:before{content:""}.fi-rr-binary-lock:before{content:""}.fi-rr-binary-slash:before{content:""}.fi-rr-binoculars:before{content:""}.fi-rr-bio:before{content:""}.fi-rr-bio-leaves: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:before{content:""}.fi-rr-blender-phone:before{content:""}.fi-rr-blinds:before{content:""}.fi-rr-blinds-open:before{content:""}.fi-rr-blinds-raised:before{content:""}.fi-rr-block:before{content:""}.fi-rr-block-brick:before{content:""}.fi-rr-block-brick-fire:before{content:""}.fi-rr-block-microphone:before{content:""}.fi-rr-block-question:before{content:""}.fi-rr-block-quote:before{content:""}.fi-rr-blockchain-3:before{content:""}.fi-rr-blog-pencil:before{content:""}.fi-rr-blog-text:before{content:""}.fi-rr-blood:before{content:""}.fi-rr-blood-dropper:before{content:""}.fi-rr-blood-test-tube:before{content:""}.fi-rr-blood-test-tube-alt:before{content:""}.fi-rr-blueberries:before{content:""}.fi-rr-blueprint:before{content:""}.fi-rr-bluetooth-alt:before{content:""}.fi-rr-bluetooth-circle:before{content:""}.fi-rr-bold:before{content:""}.fi-rr-bolt:before{content:""}.fi-rr-bolt-auto:before{content:""}.fi-rr-bolt-slash:before{content:""}.fi-rr-bomb:before{content:""}.fi-rr-bone:before{content:""}.fi-rr-bone-break:before{content:""}.fi-rr-bong:before{content:""}.fi-rr-bonus:before{content:""}.fi-rr-bonus-alt:before{content:""}.fi-rr-bonus-star:before{content:""}.fi-rr-book: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-world:before{content:""}.fi-rr-Booking:before{content:""}.fi-rr-bookmark:before{content:""}.fi-rr-bookmark-slash:before{content:""}.fi-rr-books:before{content:""}.fi-rr-books-medical:before{content:""}.fi-rr-boot:before{content:""}.fi-rr-boot-heeled: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:before{content:""}.fi-rr-border-style-alt:before{content:""}.fi-rr-border-top:before{content:""}.fi-rr-boss:before{content:""}.fi-rr-bottle:before{content:""}.fi-rr-bottle-droplet:before{content:""}.fi-rr-bow-arrow:before{content:""}.fi-rr-bowl-chopsticks:before{content:""}.fi-rr-bowl-chopsticks-noodles: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:before{content:""}.fi-rr-bowling-ball:before{content:""}.fi-rr-bowling-pins:before{content:""}.fi-rr-box: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:before{content:""}.fi-rr-box-open-full:before{content:""}.fi-rr-box-tissue:before{content:""}.fi-rr-box-up:before{content:""}.fi-rr-boxes:before{content:""}.fi-rr-boxing-glove:before{content:""}.fi-rr-bracket-curly:before{content:""}.fi-rr-bracket-curly-right:before{content:""}.fi-rr-bracket-round:before{content:""}.fi-rr-bracket-round-right:before{content:""}.fi-rr-bracket-square:before{content:""}.fi-rr-bracket-square-right:before{content:""}.fi-rr-brackets-curly:before{content:""}.fi-rr-brackets-round:before{content:""}.fi-rr-brackets-square:before{content:""}.fi-rr-braille: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:before{content:""}.fi-rr-braille-n-alt: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-brain:before{content:""}.fi-rr-brain-bulb:before{content:""}.fi-rr-brain-circuit:before{content:""}.fi-rr-brain-lightning:before{content:""}.fi-rr-brain-stress: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-brazil:before{content:""}.fi-rr-brazil-flag:before{content:""}.fi-rr-brazil-flag-circle:before{content:""}.fi-rr-bread:before{content:""}.fi-rr-bread-loaf:before{content:""}.fi-rr-bread-slice:before{content:""}.fi-rr-bread-slice-butter:before{content:""}.fi-rr-bridge:before{content:""}.fi-rr-bridge-circle-check:before{content:""}.fi-rr-bridge-collapse:before{content:""}.fi-rr-bridge-suspension:before{content:""}.fi-rr-bridge-water:before{content:""}.fi-rr-briefcase:before{content:""}.fi-rr-briefcase-arrow-right:before{content:""}.fi-rr-briefcase-blank:before{content:""}.fi-rr-brightness:before{content:""}.fi-rr-brightness-low: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-arm:before{content:""}.fi-rr-broken-chain-link-wrong:before{content:""}.fi-rr-broken-image:before{content:""}.fi-rr-broken-leg:before{content:""}.fi-rr-broken-nail:before{content:""}.fi-rr-broom:before{content:""}.fi-rr-broom-ball:before{content:""}.fi-rr-browser:before{content:""}.fi-rr-browser-ui:before{content:""}.fi-rr-browsers:before{content:""}.fi-rr-brush:before{content:""}.fi-rr-bubble-discussion:before{content:""}.fi-rr-bucket:before{content:""}.fi-rr-budget:before{content:""}.fi-rr-budget-alt:before{content:""}.fi-rr-bug:before{content:""}.fi-rr-bug-slash:before{content:""}.fi-rr-bugs:before{content:""}.fi-rr-build:before{content:""}.fi-rr-build-alt:before{content:""}.fi-rr-builder:before{content:""}.fi-rr-building:before{content:""}.fi-rr-building-circle-arrow-right:before{content:""}.fi-rr-building-ngo:before{content:""}.fi-rr-bulb:before{content:""}.fi-rr-bulb-speech-bubble:before{content:""}.fi-rr-bullet:before{content:""}.fi-rr-bullhorn:before{content:""}.fi-rr-bullseye:before{content:""}.fi-rr-bullseye-arrow:before{content:""}.fi-rr-bullseye-pointer: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:before{content:""}.fi-rr-bus-alt: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: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-calendar: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:before{content:""}.fi-rr-calendar-lines-pen: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-update:before{content:""}.fi-rr-calendar-week:before{content:""}.fi-rr-calendar-xmark:before{content:""}.fi-rr-calendars:before{content:""}.fi-rr-call-duration:before{content:""}.fi-rr-call-forbidden: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: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-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: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-Cannabis:before{content:""}.fi-rr-canned-food:before{content:""}.fi-rr-cannon:before{content:""}.fi-rr-capsules:before{content:""}.fi-rr-car: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:before{content:""}.fi-rr-car-side-bolt:before{content:""}.fi-rr-car-tilt:before{content:""}.fi-rr-car-tunnel:before{content:""}.fi-rr-car-wash:before{content:""}.fi-rr-caravan:before{content:""}.fi-rr-caravan-alt:before{content:""}.fi-rr-carbon-cloud:before{content:""}.fi-rr-carbon-cloud-arrow-down:before{content:""}.fi-rr-carbon-footprint: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-cards-blank: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:before{content:""}.fi-rr-caret-square-left_1:before{content:""}.fi-rr-caret-square-right:before{content:""}.fi-rr-caret-up:before{content:""}.fi-rr-carrot:before{content:""}.fi-rr-cars:before{content:""}.fi-rr-cars-crash:before{content:""}.fi-rr-cart-arrow-down:before{content:""}.fi-rr-cart-minus:before{content:""}.fi-rr-cart-shopping-fast:before{content:""}.fi-rr-case-study: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:before{content:""}.fi-rr-cat-dog:before{content:""}.fi-rr-cat-head:before{content:""}.fi-rr-cat-space:before{content:""}.fi-rr-catalog:before{content:""}.fi-rr-catalog-alt:before{content:""}.fi-rr-catalog-magazine:before{content:""}.fi-rr-category:before{content:""}.fi-rr-category-alt: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:before{content:""}.fi-rr-chair-director:before{content:""}.fi-rr-chair-office:before{content:""}.fi-rr-chalkboard:before{content:""}.fi-rr-chalkboard-user:before{content:""}.fi-rr-challenge:before{content:""}.fi-rr-challenge-alt:before{content:""}.fi-rr-channel:before{content:""}.fi-rr-charging-station:before{content:""}.fi-rr-chart-area:before{content:""}.fi-rr-chart-bar-holding-hand: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:before{content:""}.fi-rr-chart-line-up-down:before{content:""}.fi-rr-chart-mixed:before{content:""}.fi-rr-chart-mixed-up-circle-currency:before{content:""}.fi-rr-chart-mixed-up-circle-dollar:before{content:""}.fi-rr-chart-network:before{content:""}.fi-rr-chart-pie: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-pyramid:before{content:""}.fi-rr-chart-radar:before{content:""}.fi-rr-chart-scatter:before{content:""}.fi-rr-chart-scatter-3d:before{content:""}.fi-rr-chart-scatter-bubble:before{content:""}.fi-rr-chart-set-theory:before{content:""}.fi-rr-chart-simple:before{content:""}.fi-rr-chart-simple-horizontal:before{content:""}.fi-rr-chart-tree:before{content:""}.fi-rr-chart-tree-map: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:before{content:""}.fi-rr-chatbot-speech-bubble:before{content:""}.fi-rr-cheap:before{content:""}.fi-rr-cheap-bill:before{content:""}.fi-rr-cheap-dollar:before{content:""}.fi-rr-cheap-stack:before{content:""}.fi-rr-cheap-stack-dollar:before{content:""}.fi-rr-check: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-checkbox:before{content:""}.fi-rr-checklist-task-budget:before{content:""}.fi-rr-cheese:before{content:""}.fi-rr-cheese-alt:before{content:""}.fi-rr-cheeseburger:before{content:""}.fi-rr-cherry:before{content:""}.fi-rr-chess:before{content:""}.fi-rr-chess-bishop:before{content:""}.fi-rr-chess-board:before{content:""}.fi-rr-chess-clock:before{content:""}.fi-rr-chess-clock-alt:before{content:""}.fi-rr-chess-king:before{content:""}.fi-rr-chess-king-alt:before{content:""}.fi-rr-chess-knight:before{content:""}.fi-rr-chess-knight-alt:before{content:""}.fi-rr-chess-pawn-alt:before{content:""}.fi-rr-chess-piece:before{content:""}.fi-rr-chess-queen:before{content:""}.fi-rr-chess-queen-alt:before{content:""}.fi-rr-chess-rook:before{content:""}.fi-rr-chess-rook-alt:before{content:""}.fi-rr-chevron-double-down:before{content:""}.fi-rr-chevron-double-up:before{content:""}.fi-rr-child:before{content:""}.fi-rr-child-head: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:before{content:""}.fi-rr-choose-alt:before{content:""}.fi-rr-church:before{content:""}.fi-rr-circle: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:before{content:""}.fi-rr-circle-ellipsis-vertical: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:before{content:""}.fi-rr-circle-half-stroke: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:before{content:""}.fi-rr-circle-microphone-lines: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:before{content:""}.fi-rr-circle-phone-flip:before{content:""}.fi-rr-circle-phone-hangup: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-wifi-circle-wifi: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-citrus:before{content:""}.fi-rr-citrus-slice:before{content:""}.fi-rr-city:before{content:""}.fi-rr-clapper-open:before{content:""}.fi-rr-clapperboard:before{content:""}.fi-rr-clapperboard-play:before{content:""}.fi-rr-clarinet:before{content:""}.fi-rr-claw-marks:before{content:""}.fi-rr-clear-alt:before{content:""}.fi-rr-clip:before{content:""}.fi-rr-clip-file:before{content:""}.fi-rr-clip-mail:before{content:""}.fi-rr-clipboard:before{content:""}.fi-rr-clipboard-check:before{content:""}.fi-rr-clipboard-exclamation:before{content:""}.fi-rr-clipboard-list:before{content:""}.fi-rr-clipboard-list-check:before{content:""}.fi-rr-clipboard-prescription:before{content:""}.fi-rr-clipboard-question:before{content:""}.fi-rr-clipboard-user:before{content:""}.fi-rr-clipoard-wrong:before{content:""}.fi-rr-clock:before{content:""}.fi-rr-clock-desk:before{content:""}.fi-rr-clock-eight-thirty:before{content:""}.fi-rr-clock-eleven:before{content:""}.fi-rr-clock-eleven-thirty:before{content:""}.fi-rr-clock-five:before{content:""}.fi-rr-clock-five-thirty:before{content:""}.fi-rr-clock-four-thirty:before{content:""}.fi-rr-clock-future-past:before{content:""}.fi-rr-clock-nine:before{content:""}.fi-rr-clock-nine-thirty:before{content:""}.fi-rr-clock-one:before{content:""}.fi-rr-clock-one-thirty:before{content:""}.fi-rr-clock-seven:before{content:""}.fi-rr-clock-seven-thirty:before{content:""}.fi-rr-clock-six:before{content:""}.fi-rr-clock-six-thirty:before{content:""}.fi-rr-clock-ten:before{content:""}.fi-rr-clock-ten-thirty:before{content:""}.fi-rr-clock-three:before{content:""}.fi-rr-clock-three-thirty:before{content:""}.fi-rr-clock-time-tracking:before{content:""}.fi-rr-clock-twelve:before{content:""}.fi-rr-clock-twelve-thirty:before{content:""}.fi-rr-clock-two:before{content:""}.fi-rr-clock-two-thirty:before{content:""}.fi-rr-clock-up-arrow:before{content:""}.fi-rr-clone:before{content:""}.fi-rr-closed-captioning-slash:before{content:""}.fi-rr-clothes-hanger:before{content:""}.fi-rr-clothing-rack:before{content:""}.fi-rr-cloud:before{content:""}.fi-rr-cloud-back-up:before{content:""}.fi-rr-cloud-back-up-alt:before{content:""}.fi-rr-cloud-check:before{content:""}.fi-rr-cloud-code:before{content:""}.fi-rr-cloud-data:before{content:""}.fi-rr-cloud-disabled:before{content:""}.fi-rr-cloud-download:before{content:""}.fi-rr-cloud-download-alt:before{content:""}.fi-rr-cloud-download-circle: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:before{content:""}.fi-rr-cloud-hail-mixed:before{content:""}.fi-rr-cloud-lock:before{content:""}.fi-rr-cloud-meatball:before{content:""}.fi-rr-cloud-moon:before{content:""}.fi-rr-cloud-moon-rain: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:before{content:""}.fi-rr-cloud-showers-heavy:before{content:""}.fi-rr-cloud-showers-water:before{content:""}.fi-rr-cloud-sleet:before{content:""}.fi-rr-cloud-snow:before{content:""}.fi-rr-cloud-sun:before{content:""}.fi-rr-cloud-sun-rain:before{content:""}.fi-rr-cloud-upload:before{content:""}.fi-rr-cloud-upload-alt:before{content:""}.fi-rr-cloud-upload-circle:before{content:""}.fi-rr-clouds:before{content:""}.fi-rr-clouds-moon:before{content:""}.fi-rr-clouds-sun:before{content:""}.fi-rr-clover-alt:before{content:""}.fi-rr-club:before{content:""}.fi-rr-cocktail:before{content:""}.fi-rr-cocktail-alt: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:before{content:""}.fi-rr-code-pull-request-closed:before{content:""}.fi-rr-code-pull-request-draft:before{content:""}.fi-rr-code-simple:before{content:""}.fi-rr-coffee:before{content:""}.fi-rr-coffee-bean:before{content:""}.fi-rr-coffee-beans:before{content:""}.fi-rr-coffee-heart:before{content:""}.fi-rr-coffee-maker:before{content:""}.fi-rr-coffee-pot:before{content:""}.fi-rr-coffin:before{content:""}.fi-rr-coffin-cross:before{content:""}.fi-rr-coin:before{content:""}.fi-rr-coin-up-arrow: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:before{content:""}.fi-rr-comment-alt: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:before{content:""}.fi-rr-comment-alt-middle-top:before{content:""}.fi-rr-comment-alt-minus:before{content:""}.fi-rr-comment-alt-music:before{content:""}.fi-rr-comment-arrow-down:before{content:""}.fi-rr-comment-arrow-up:before{content:""}.fi-rr-comment-arrow-up-right: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-comments:before{content:""}.fi-rr-comments-dollar:before{content:""}.fi-rr-comments-question:before{content:""}.fi-rr-comments-question-check: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:before{content:""}.fi-rr-compliance-clipboard:before{content:""}.fi-rr-compliance-document:before{content:""}.fi-rr-compress:before{content:""}.fi-rr-compress-alt:before{content:""}.fi-rr-computer:before{content:""}.fi-rr-computer-classic:before{content:""}.fi-rr-computer-mouse:before{content:""}.fi-rr-computer-speaker:before{content:""}.fi-rr-concierge-bell:before{content:""}.fi-rr-condition:before{content:""}.fi-rr-condition-alt:before{content:""}.fi-rr-confetti:before{content:""}.fi-rr-confidential-discussion:before{content:""}.fi-rr-console-controller:before{content:""}.fi-rr-constellation:before{content:""}.fi-rr-contact-lens-eyes:before{content:""}.fi-rr-container-storage:before{content:""}.fi-rr-convert-document:before{content:""}.fi-rr-convert-shapes:before{content:""}.fi-rr-conveyor-belt: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-cookie:before{content:""}.fi-rr-cookie-alt:before{content:""}.fi-rr-copy:before{content:""}.fi-rr-copy-alt:before{content:""}.fi-rr-copy-image:before{content:""}.fi-rr-copyright:before{content:""}.fi-rr-corn:before{content:""}.fi-rr-corporate:before{content:""}.fi-rr-corporate-alt:before{content:""}.fi-rr-couch:before{content:""}.fi-rr-court-sport:before{content:""}.fi-rr-cow:before{content:""}.fi-rr-cow-alt:before{content:""}.fi-rr-cowbell:before{content:""}.fi-rr-cowbell-circle-plus:before{content:""}.fi-rr-cowbell-more:before{content:""}.fi-rr-crab:before{content:""}.fi-rr-crate-empty:before{content:""}.fi-rr-cream:before{content:""}.fi-rr-credit-card:before{content:""}.fi-rr-credit-card-buyer:before{content:""}.fi-rr-credit-card-eye:before{content:""}.fi-rr-cricket:before{content:""}.fi-rr-CRM:before{content:""}.fi-rr-crm-alt:before{content:""}.fi-rr-crm-computer:before{content:""}.fi-rr-croissant:before{content:""}.fi-rr-cross:before{content:""}.fi-rr-cross-circle:before{content:""}.fi-rr-cross-religion:before{content:""}.fi-rr-cross-small: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:before{content:""}.fi-rr-cubes-stacked:before{content:""}.fi-rr-cucumber:before{content:""}.fi-rr-cup-straw:before{content:""}.fi-rr-cup-straw-swoosh:before{content:""}.fi-rr-cup-togo:before{content:""}.fi-rr-cupcake:before{content:""}.fi-rr-cupcake-alt:before{content:""}.fi-rr-curling:before{content:""}.fi-rr-cursor:before{content:""}.fi-rr-cursor-finger:before{content:""}.fi-rr-cursor-plus:before{content:""}.fi-rr-cursor-text:before{content:""}.fi-rr-cursor-text-alt:before{content:""}.fi-rr-curve:before{content:""}.fi-rr-curve-alt:before{content:""}.fi-rr-curve-arrow:before{content:""}.fi-rr-custard:before{content:""}.fi-rr-customer-care:before{content:""}.fi-rr-customer-service:before{content:""}.fi-rr-customization:before{content:""}.fi-rr-customization-cogwheel:before{content:""}.fi-rr-customize:before{content:""}.fi-rr-customize-computer:before{content:""}.fi-rr-customize-edit: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-daisy:before{content:""}.fi-rr-daisy-alt:before{content:""}.fi-rr-damage:before{content:""}.fi-rr-dark-mode:before{content:""}.fi-rr-dark-mode-alt:before{content:""}.fi-rr-dart:before{content:""}.fi-rr-dashboard:before{content:""}.fi-rr-dashboard-monitor:before{content:""}.fi-rr-dashboard-panel:before{content:""}.fi-rr-data-transfer:before{content:""}.fi-rr-database:before{content:""}.fi-rr-database-cloud-circle:before{content:""}.fi-rr-debt:before{content:""}.fi-rr-decision-choice:before{content:""}.fi-rr-deer:before{content:""}.fi-rr-deer-rudolph:before{content:""}.fi-rr-degree-credential:before{content:""}.fi-rr-delete:before{content:""}.fi-rr-delete-document:before{content:""}.fi-rr-delete-right:before{content:""}.fi-rr-delete-user:before{content:""}.fi-rr-democrat:before{content:""}.fi-rr-department:before{content:""}.fi-rr-department-structure:before{content:""}.fi-rr-deposit:before{content:""}.fi-rr-deposit-alt:before{content:""}.fi-rr-description:before{content:""}.fi-rr-description-alt:before{content:""}.fi-rr-desk:before{content:""}.fi-rr-desktop-arrow-down:before{content:""}.fi-rr-desktop-wallpaper:before{content:""}.fi-rr-detergent: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:before{content:""}.fi-rr-dial-high:before{content:""}.fi-rr-dial-low:before{content:""}.fi-rr-dial-max:before{content:""}.fi-rr-dial-med:before{content:""}.fi-rr-dial-med-low:before{content:""}.fi-rr-dial-min:before{content:""}.fi-rr-dial-off:before{content:""}.fi-rr-dialogue-exchange:before{content:""}.fi-rr-diamond:before{content:""}.fi-rr-diamond-exclamation:before{content:""}.fi-rr-diamond-turn-right:before{content:""}.fi-rr-diary-bookmark-down:before{content:""}.fi-rr-diary-bookmarks:before{content:""}.fi-rr-diary-clasp:before{content:""}.fi-rr-dice: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-dictionary:before{content:""}.fi-rr-dictionary-alt:before{content:""}.fi-rr-dictionary-open:before{content:""}.fi-rr-digging:before{content:""}.fi-rr-digital-payment:before{content:""}.fi-rr-digital-tachograph:before{content:""}.fi-rr-digital-wallet:before{content:""}.fi-rr-dinner:before{content:""}.fi-rr-diploma:before{content:""}.fi-rr-direction-signal:before{content:""}.fi-rr-direction-signal-arrow:before{content:""}.fi-rr-disc-drive:before{content:""}.fi-rr-disco-ball:before{content:""}.fi-rr-discover:before{content:""}.fi-rr-discussion-group:before{content:""}.fi-rr-discussion-idea: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-dj-disc:before{content:""}.fi-rr-dna:before{content:""}.fi-rr-do-not-disturb:before{content:""}.fi-rr-do-not-disturb-doorknob:before{content:""}.fi-rr-do-not-enter:before{content:""}.fi-rr-doctor:before{content:""}.fi-rr-document:before{content:""}.fi-rr-document-circle-wrong:before{content:""}.fi-rr-document-folder-gear:before{content:""}.fi-rr-document-gavel:before{content:""}.fi-rr-document-gear:before{content:""}.fi-rr-document-nft:before{content:""}.fi-rr-document-paid:before{content:""}.fi-rr-document-signed:before{content:""}.fi-rr-dog:before{content:""}.fi-rr-dog-bowl-empty:before{content:""}.fi-rr-dog-leashed:before{content:""}.fi-rr-dollar:before{content:""}.fi-rr-dolly-flatbed:before{content:""}.fi-rr-dolly-flatbed-alt:before{content:""}.fi-rr-dolly-flatbed-empty: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-dorm-room:before{content:""}.fi-rr-dot-circle:before{content:""}.fi-rr-dot-pending:before{content:""}.fi-rr-dove:before{content:""}.fi-rr-down:before{content:""}.fi-rr-down-from-bracket:before{content:""}.fi-rr-down-left:before{content:""}.fi-rr-down-left-and-up-right-to-center:before{content:""}.fi-rr-down-right:before{content:""}.fi-rr-down-to-line: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:before{content:""}.fi-rr-drawer-alt:before{content:""}.fi-rr-drawer-empty:before{content:""}.fi-rr-dreidel:before{content:""}.fi-rr-dress:before{content:""}.fi-rr-drink-alt:before{content:""}.fi-rr-driver-man:before{content:""}.fi-rr-driver-woman:before{content:""}.fi-rr-drone:before{content:""}.fi-rr-drone-alt:before{content:""}.fi-rr-drone-front:before{content:""}.fi-rr-drop-down:before{content:""}.fi-rr-dropdown:before{content:""}.fi-rr-dropdown-bar:before{content:""}.fi-rr-dropdown-select:before{content:""}.fi-rr-drum:before{content:""}.fi-rr-drum-steelpan:before{content:""}.fi-rr-drumstick:before{content:""}.fi-rr-drumstick-bite:before{content:""}.fi-rr-dryer:before{content:""}.fi-rr-dryer-alt: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:before{content:""}.fi-rr-dumpster-fire:before{content:""}.fi-rr-dungeon:before{content:""}.fi-rr-duplicate:before{content:""}.fi-rr-duration:before{content:""}.fi-rr-duration-alt:before{content:""}.fi-rr-e:before{content:""}.fi-rr-e-learning:before{content:""}.fi-rr-ear:before{content:""}.fi-rr-ear-deaf:before{content:""}.fi-rr-ear-muffs:before{content:""}.fi-rr-ear-sound:before{content:""}.fi-rr-earbuds: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:before{content:""}.fi-rr-eclipse-alt:before{content:""}.fi-rr-eco-electric:before{content:""}.fi-rr-edit:before{content:""}.fi-rr-edit-alt:before{content:""}.fi-rr-edit-message:before{content:""}.fi-rr-effect:before{content:""}.fi-rr-egg:before{content:""}.fi-rr-egg-fried:before{content:""}.fi-rr-eiffel-tower: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-email-refresh:before{content:""}.fi-rr-emergency-call:before{content:""}.fi-rr-employee-alt:before{content:""}.fi-rr-employee-handbook:before{content:""}.fi-rr-employee-man:before{content:""}.fi-rr-employee-man-alt:before{content:""}.fi-rr-employees:before{content:""}.fi-rr-employees-woman-man:before{content:""}.fi-rr-empty-set:before{content:""}.fi-rr-endless-loop:before{content:""}.fi-rr-engine:before{content:""}.fi-rr-engine-warning:before{content:""}.fi-rr-english:before{content:""}.fi-rr-enter:before{content:""}.fi-rr-envelope: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:before{content:""}.fi-rr-envelope-open-dollar:before{content:""}.fi-rr-envelope-open-text:before{content:""}.fi-rr-envelope-plus:before{content:""}.fi-rr-envelopes:before{content:""}.fi-rr-equality:before{content:""}.fi-rr-equals:before{content:""}.fi-rr-equestrian-statue: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-europe-flag:before{content:""}.fi-rr-europe-map:before{content:""}.fi-rr-european-union:before{content:""}.fi-rr-excavator:before{content:""}.fi-rr-exchange:before{content:""}.fi-rr-exchange-alt:before{content:""}.fi-rr-exchange-cryptocurrency:before{content:""}.fi-rr-exclamation:before{content:""}.fi-rr-exit:before{content:""}.fi-rr-exit-alt:before{content:""}.fi-rr-expand:before{content:""}.fi-rr-expand-arrows:before{content:""}.fi-rr-expand-arrows-alt:before{content:""}.fi-rr-expense:before{content:""}.fi-rr-expense-bill:before{content:""}.fi-rr-explosion:before{content:""}.fi-rr-external-hard-drive:before{content:""}.fi-rr-external-world:before{content:""}.fi-rr-eye:before{content:""}.fi-rr-eye-alert:before{content:""}.fi-rr-eye-arrow-progress:before{content:""}.fi-rr-eye-crossed:before{content:""}.fi-rr-eye-dropper:before{content:""}.fi-rr-eye-dropper-half: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:before{content:""}.fi-rr-face-sunglasses-alt: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-facial-massage:before{content:""}.fi-rr-fail:before{content:""}.fi-rr-falafel:before{content:""}.fi-rr-family:before{content:""}.fi-rr-family-dress:before{content:""}.fi-rr-family-pants:before{content:""}.fi-rr-fan:before{content:""}.fi-rr-fan-table:before{content:""}.fi-rr-farfalle:before{content:""}.fi-rr-farm:before{content:""}.fi-rr-faucet:before{content:""}.fi-rr-faucet-drip:before{content:""}.fi-rr-fax:before{content:""}.fi-rr-feather:before{content:""}.fi-rr-feather-pointed:before{content:""}.fi-rr-features:before{content:""}.fi-rr-features-alt:before{content:""}.fi-rr-fee:before{content:""}.fi-rr-fee-receipt:before{content:""}.fi-rr-feedback: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-fence:before{content:""}.fi-rr-ferris-wheel:before{content:""}.fi-rr-fighter-jet:before{content:""}.fi-rr-file: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:before{content:""}.fi-rr-file-invoice-dollar:before{content:""}.fi-rr-file-loop:before{content:""}.fi-rr-file-medical:before{content:""}.fi-rr-file-medical-alt: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-question:before{content:""}.fi-rr-file-recycle: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-xls:before{content:""}.fi-rr-file-zip-alt:before{content:""}.fi-rr-file-zip-save:before{content:""}.fi-rr-file-zipper:before{content:""}.fi-rr-files-medical:before{content:""}.fi-rr-fill:before{content:""}.fi-rr-film:before{content:""}.fi-rr-film-canister:before{content:""}.fi-rr-film-slash:before{content:""}.fi-rr-films:before{content:""}.fi-rr-filter:before{content:""}.fi-rr-filter-list:before{content:""}.fi-rr-filter-slash:before{content:""}.fi-rr-filters:before{content:""}.fi-rr-finger-droplet:before{content:""}.fi-rr-finger-nail:before{content:""}.fi-rr-fingerprint:before{content:""}.fi-rr-fingerprint-remove:before{content:""}.fi-rr-fingerprint-security-risk:before{content:""}.fi-rr-fingerprint-verified: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:before{content:""}.fi-rr-first-award:before{content:""}.fi-rr-first-laurel:before{content:""}.fi-rr-first-medal:before{content:""}.fi-rr-fish:before{content:""}.fi-rr-fish-bones:before{content:""}.fi-rr-fish-cooked:before{content:""}.fi-rr-fishing-rod:before{content:""}.fi-rr-fist-move:before{content:""}.fi-rr-fitness-watch:before{content:""}.fi-rr-flag:before{content:""}.fi-rr-flag-alt:before{content:""}.fi-rr-flag-checkered:before{content:""}.fi-rr-flag-usa:before{content:""}.fi-rr-flame:before{content:""}.fi-rr-flashlight:before{content:""}.fi-rr-flask:before{content:""}.fi-rr-flask-gear:before{content:""}.fi-rr-flask-poison:before{content:""}.fi-rr-flask-potion:before{content:""}.fi-rr-flatbread:before{content:""}.fi-rr-flatbread-stuffed:before{content:""}.fi-rr-flip-horizontal:before{content:""}.fi-rr-floor:before{content:""}.fi-rr-floor-alt:before{content:""}.fi-rr-floor-layer: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-flowchart:before{content:""}.fi-rr-flower: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-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-fm-radio:before{content:""}.fi-rr-fog:before{content:""}.fi-rr-folder:before{content:""}.fi-rr-folder-archive:before{content:""}.fi-rr-folder-camera:before{content:""}.fi-rr-folder-directory:before{content:""}.fi-rr-folder-download:before{content:""}.fi-rr-folder-fire:before{content:""}.fi-rr-folder-gear:before{content:""}.fi-rr-folder-heart:before{content:""}.fi-rr-folder-loop:before{content:""}.fi-rr-folder-math:before{content:""}.fi-rr-folder-minus:before{content:""}.fi-rr-folder-music:before{content:""}.fi-rr-folder-open:before{content:""}.fi-rr-folder-plus-circle: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-xmark-circle: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-footprint:before{content:""}.fi-rr-foreign-language-audio:before{content:""}.fi-rr-forest:before{content:""}.fi-rr-forest-alt:before{content:""}.fi-rr-fork:before{content:""}.fi-rr-fork-spaghetti:before{content:""}.fi-rr-forklift:before{content:""}.fi-rr-form:before{content:""}.fi-rr-fort:before{content:""}.fi-rr-forward:before{content:""}.fi-rr-forward-fast:before{content:""}.fi-rr-fox:before{content:""}.fi-rr-frame:before{content:""}.fi-rr-franc-sign:before{content:""}.fi-rr-free:before{content:""}.fi-rr-free-delivery:before{content:""}.fi-rr-freemium:before{content:""}.fi-rr-french: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:before{content:""}.fi-rr-function-process:before{content:""}.fi-rr-function-square:before{content:""}.fi-rr-funnel-dollar:before{content:""}.fi-rr-funnel-money:before{content:""}.fi-rr-fusilli:before{content:""}.fi-rr-g:before{content:""}.fi-rr-galaxy:before{content:""}.fi-rr-galaxy-alt:before{content:""}.fi-rr-galaxy-planet:before{content:""}.fi-rr-galaxy-star:before{content:""}.fi-rr-gallery:before{content:""}.fi-rr-gallery-thumbnails:before{content:""}.fi-rr-game-board-alt:before{content:""}.fi-rr-gamepad:before{content:""}.fi-rr-garage:before{content:""}.fi-rr-garage-car:before{content:""}.fi-rr-garage-open:before{content:""}.fi-rr-garlic:before{content:""}.fi-rr-garlic-alt:before{content:""}.fi-rr-gas-pump:before{content:""}.fi-rr-gas-pump-alt:before{content:""}.fi-rr-gas-pump-slash: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-gauze-bandage: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-german:before{content:""}.fi-rr-ghost:before{content:""}.fi-rr-gif:before{content:""}.fi-rr-gif-square:before{content:""}.fi-rr-gift:before{content:""}.fi-rr-gift-box-benefits:before{content:""}.fi-rr-gift-card:before{content:""}.fi-rr-gifts:before{content:""}.fi-rr-gingerbread-man:before{content:""}.fi-rr-glass: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:before{content:""}.fi-rr-glass-whiskey-rocks:before{content:""}.fi-rr-glasses:before{content:""}.fi-rr-globe:before{content:""}.fi-rr-globe-alt:before{content:""}.fi-rr-globe-pointer:before{content:""}.fi-rr-globe-snow:before{content:""}.fi-rr-globe-user:before{content:""}.fi-rr-goal-net:before{content:""}.fi-rr-golf:before{content:""}.fi-rr-golf-ball:before{content:""}.fi-rr-golf-hole: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-grass:before{content:""}.fi-rr-grate:before{content:""}.fi-rr-grate-droplet:before{content:""}.fi-rr-greater-than:before{content:""}.fi-rr-greater-than-equal:before{content:""}.fi-rr-greek-helmet:before{content:""}.fi-rr-grid:before{content:""}.fi-rr-grid-alt:before{content:""}.fi-rr-grid-dividers:before{content:""}.fi-rr-grill:before{content:""}.fi-rr-grill-hot-alt:before{content:""}.fi-rr-grimace:before{content:""}.fi-rr-grin:before{content:""}.fi-rr-grin-alt:before{content:""}.fi-rr-grin-beam:before{content:""}.fi-rr-grin-beam-sweat:before{content:""}.fi-rr-grin-hearts:before{content:""}.fi-rr-grin-squint:before{content:""}.fi-rr-grin-squint-tears:before{content:""}.fi-rr-grin-stars:before{content:""}.fi-rr-grin-tears:before{content:""}.fi-rr-grin-tongue:before{content:""}.fi-rr-grin-tongue-squint:before{content:""}.fi-rr-grin-tongue-wink:before{content:""}.fi-rr-grin-wink:before{content:""}.fi-rr-grip-dots:before{content:""}.fi-rr-grip-dots-vertical:before{content:""}.fi-rr-grip-horizontal:before{content:""}.fi-rr-grip-lines:before{content:""}.fi-rr-grip-lines-vertical: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:before{content:""}.fi-rr-guide-alt:before{content:""}.fi-rr-guitar:before{content:""}.fi-rr-guitar-electric:before{content:""}.fi-rr-guitars:before{content:""}.fi-rr-gun-squirt:before{content:""}.fi-rr-gym:before{content:""}.fi-rr-h:before{content:""}.fi-rr-h-square: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:before{content:""}.fi-rr-hamburger-soda:before{content:""}.fi-rr-hammer:before{content:""}.fi-rr-hammer-brush:before{content:""}.fi-rr-hammer-crash:before{content:""}.fi-rr-hammer-war:before{content:""}.fi-rr-hamsa:before{content:""}.fi-rr-hand: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-bandage-wound: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-document: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-key: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-present: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-handcuffs:before{content:""}.fi-rr-handmade:before{content:""}.fi-rr-hands-brain:before{content:""}.fi-rr-hands-bubbles:before{content:""}.fi-rr-hands-clapping:before{content:""}.fi-rr-hands-heart:before{content:""}.fi-rr-hands-holding:before{content:""}.fi-rr-hands-holding-diamond:before{content:""}.fi-rr-hands-together:before{content:""}.fi-rr-hands-together-heart:before{content:""}.fi-rr-hands-usd:before{content:""}.fi-rr-handshake: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-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:before{content:""}.fi-rr-hat-cowboy-side: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:before{content:""}.fi-rr-head-side-brain:before{content:""}.fi-rr-head-side-cough:before{content:""}.fi-rr-head-side-cough-slash: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-vr:before{content:""}.fi-rr-heading:before{content:""}.fi-rr-headphones:before{content:""}.fi-rr-headset:before{content:""}.fi-rr-heart:before{content:""}.fi-rr-heart-arrow:before{content:""}.fi-rr-heart-brain:before{content:""}.fi-rr-heart-circle-user:before{content:""}.fi-rr-heart-crack:before{content:""}.fi-rr-heart-half:before{content:""}.fi-rr-heart-half-stroke: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-heat:before{content:""}.fi-rr-helicopter-side:before{content:""}.fi-rr-helmet-battle:before{content:""}.fi-rr-hexagon:before{content:""}.fi-rr-hexagon-check:before{content:""}.fi-rr-hexagon-divide:before{content:""}.fi-rr-hexagon-exclamation:before{content:""}.fi-rr-high-definition:before{content:""}.fi-rr-high-five:before{content:""}.fi-rr-high-five-celebration-yes:before{content:""}.fi-rr-highlighter:before{content:""}.fi-rr-highlighter-line:before{content:""}.fi-rr-hiking:before{content:""}.fi-rr-hiking-boot: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-brain:before{content:""}.fi-rr-holding-hand-dinner:before{content:""}.fi-rr-holding-hand-direction:before{content:""}.fi-rr-holding-hand-gear:before{content:""}.fi-rr-holding-hand-key:before{content:""}.fi-rr-holding-hand-nft:before{content:""}.fi-rr-holding-hand-revenue:before{content:""}.fi-rr-holly-berry:before{content:""}.fi-rr-home:before{content:""}.fi-rr-home-heart:before{content:""}.fi-rr-home-location:before{content:""}.fi-rr-home-location-alt:before{content:""}.fi-rr-honey-pot:before{content:""}.fi-rr-hood-cloak:before{content:""}.fi-rr-horizontal-rule:before{content:""}.fi-rr-horse:before{content:""}.fi-rr-horse-head:before{content:""}.fi-rr-horse-saddle:before{content:""}.fi-rr-horseshoe:before{content:""}.fi-rr-horseshoe-broken:before{content:""}.fi-rr-hose:before{content:""}.fi-rr-hose-reel:before{content:""}.fi-rr-hospital:before{content:""}.fi-rr-hospital-symbol:before{content:""}.fi-rr-hospital-user: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:before{content:""}.fi-rr-hourglass-end:before{content:""}.fi-rr-hourglass-start:before{content:""}.fi-rr-house-blank:before{content:""}.fi-rr-house-building:before{content:""}.fi-rr-house-chimney: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-circle-check:before{content:""}.fi-rr-house-circle-exclamation:before{content:""}.fi-rr-house-circle-xmark:before{content:""}.fi-rr-house-crack:before{content:""}.fi-rr-house-crack-alt: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-key: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:before{content:""}.fi-rr-hr-group:before{content:""}.fi-rr-hr-person:before{content:""}.fi-rr-hryvnia:before{content:""}.fi-rr-humanitarian-mission:before{content:""}.fi-rr-humidity:before{content:""}.fi-rr-hundred-points:before{content:""}.fi-rr-hurricane:before{content:""}.fi-rr-hyperloop: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-idea-exchange:before{content:""}.fi-rr-igloo:before{content:""}.fi-rr-image-slash:before{content:""}.fi-rr-images:before{content:""}.fi-rr-images-user:before{content:""}.fi-rr-improve-user:before{content:""}.fi-rr-inbox:before{content:""}.fi-rr-inbox-full:before{content:""}.fi-rr-inbox-in:before{content:""}.fi-rr-inbox-out: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-india-map: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:before{content:""}.fi-rr-info-guide: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: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-insight:before{content:""}.fi-rr-insight-alt:before{content:""}.fi-rr-insight-head: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-interpersonal-skill:before{content:""}.fi-rr-interrogation:before{content:""}.fi-rr-intersection:before{content:""}.fi-rr-introduction:before{content:""}.fi-rr-introduction-handshake:before{content:""}.fi-rr-inventory-alt:before{content:""}.fi-rr-invest:before{content:""}.fi-rr-investment:before{content:""}.fi-rr-invite:before{content:""}.fi-rr-invite-alt:before{content:""}.fi-rr-iot:before{content:""}.fi-rr-iot-alt:before{content:""}.fi-rr-ip-address:before{content:""}.fi-rr-iron:before{content:""}.fi-rr-island-tropical:before{content:""}.fi-rr-issue-loupe:before{content:""}.fi-rr-it:before{content:""}.fi-rr-it-alt:before{content:""}.fi-rr-it-computer:before{content:""}.fi-rr-italian:before{content:""}.fi-rr-italian-coffee-maker: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-japanese: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:before{content:""}.fi-rr-journal-alt:before{content:""}.fi-rr-journey:before{content:""}.fi-rr-joystick:before{content:""}.fi-rr-jpg:before{content:""}.fi-rr-jug:before{content:""}.fi-rr-jug-alt:before{content:""}.fi-rr-jug-bottle:before{content:""}.fi-rr-jumping-rope:before{content:""}.fi-rr-k:before{content:""}.fi-rr-kaaba:before{content:""}.fi-rr-kangaroo:before{content:""}.fi-rr-kayak:before{content:""}.fi-rr-kazoo:before{content:""}.fi-rr-kerning:before{content:""}.fi-rr-key:before{content:""}.fi-rr-key-car:before{content:""}.fi-rr-key-hole:before{content:""}.fi-rr-key-lock-crypto:before{content:""}.fi-rr-key-skeleton-left-right:before{content:""}.fi-rr-keyboard:before{content:""}.fi-rr-keyboard-brightness:before{content:""}.fi-rr-keyboard-brightness-low:before{content:""}.fi-rr-keyboard-down:before{content:""}.fi-rr-keyboard-left:before{content:""}.fi-rr-keynote:before{content:""}.fi-rr-kidneys:before{content:""}.fi-rr-kip-sign:before{content:""}.fi-rr-kiss:before{content:""}.fi-rr-kiss-beam:before{content:""}.fi-rr-kiss-wink-heart:before{content:""}.fi-rr-kitchen-set:before{content:""}.fi-rr-kite:before{content:""}.fi-rr-kiwi-bird:before{content:""}.fi-rr-kiwi-fruit:before{content:""}.fi-rr-knife:before{content:""}.fi-rr-knife-kitchen:before{content:""}.fi-rr-knitting:before{content:""}.fi-rr-knot-rope:before{content:""}.fi-rr-korean:before{content:""}.fi-rr-kpi:before{content:""}.fi-rr-kpi-evaluation:before{content:""}.fi-rr-l:before{content:""}.fi-rr-lab-coat:before{content:""}.fi-rr-label:before{content:""}.fi-rr-lacrosse-stick:before{content:""}.fi-rr-lacrosse-stick-ball:before{content:""}.fi-rr-lambda:before{content:""}.fi-rr-lamp:before{content:""}.fi-rr-lamp-desk:before{content:""}.fi-rr-lamp-floor:before{content:""}.fi-rr-lamp-street:before{content:""}.fi-rr-land-layer-location:before{content:""}.fi-rr-land-layers:before{content:""}.fi-rr-land-location:before{content:""}.fi-rr-land-mine-on:before{content:""}.fi-rr-landmark-alt:before{content:""}.fi-rr-language:before{content:""}.fi-rr-language-exchange:before{content:""}.fi-rr-laptop: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-lari-sign:before{content:""}.fi-rr-lasso:before{content:""}.fi-rr-lasso-sparkles:before{content:""}.fi-rr-last-square:before{content:""}.fi-rr-laugh:before{content:""}.fi-rr-laugh-beam:before{content:""}.fi-rr-laugh-squint:before{content:""}.fi-rr-laugh-wink:before{content:""}.fi-rr-laurel-user: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:before{content:""}.fi-rr-lead-funnel:before{content:""}.fi-rr-lead-management:before{content:""}.fi-rr-leader:before{content:""}.fi-rr-leader-alt:before{content:""}.fi-rr-leader-speech:before{content:""}.fi-rr-leaderboard:before{content:""}.fi-rr-leaderboard-alt:before{content:""}.fi-rr-leaderboard-trophy:before{content:""}.fi-rr-leadership:before{content:""}.fi-rr-leadership-alt:before{content:""}.fi-rr-leaf:before{content:""}.fi-rr-leaf-heart:before{content:""}.fi-rr-leaf-maple:before{content:""}.fi-rr-leaf-oak:before{content:""}.fi-rr-leafy-green:before{content:""}.fi-rr-leave:before{content:""}.fi-rr-left:before{content:""}.fi-rr-left-from-bracket:before{content:""}.fi-rr-legal:before{content:""}.fi-rr-legal-case:before{content:""}.fi-rr-lemon:before{content:""}.fi-rr-lesbian-couple:before{content:""}.fi-rr-less-than:before{content:""}.fi-rr-less-than-equal:before{content:""}.fi-rr-lesson:before{content:""}.fi-rr-lesson-class:before{content:""}.fi-rr-letter-case:before{content:""}.fi-rr-lettuce:before{content:""}.fi-rr-level-down:before{content:""}.fi-rr-level-down-alt:before{content:""}.fi-rr-level-up:before{content:""}.fi-rr-level-up-alt:before{content:""}.fi-rr-license:before{content:""}.fi-rr-life:before{content:""}.fi-rr-life-ring:before{content:""}.fi-rr-light-ceiling:before{content:""}.fi-rr-light-emergency:before{content:""}.fi-rr-light-emergency-on:before{content:""}.fi-rr-light-switch:before{content:""}.fi-rr-light-switch-off:before{content:""}.fi-rr-light-switch-on:before{content:""}.fi-rr-lightbulb-cfl:before{content:""}.fi-rr-lightbulb-cfl-on: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:before{content:""}.fi-rr-link-alt:before{content:""}.fi-rr-link-horizontal:before{content:""}.fi-rr-link-horizontal-slash:before{content:""}.fi-rr-link-slash:before{content:""}.fi-rr-link-slash-alt:before{content:""}.fi-rr-lion:before{content:""}.fi-rr-lion-head:before{content:""}.fi-rr-lips:before{content:""}.fi-rr-lips-silence:before{content:""}.fi-rr-lipstick:before{content:""}.fi-rr-lira-sign:before{content:""}.fi-rr-list: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-litecoin-sign:before{content:""}.fi-rr-live:before{content:""}.fi-rr-live-alt: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:before{content:""}.fi-rr-location-crosshairs-slash: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:before{content:""}.fi-rr-lock-alt:before{content:""}.fi-rr-lock-hashtag:before{content:""}.fi-rr-lock-open-alt: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:before{content:""}.fi-rr-lungs-virus:before{content:""}.fi-rr-m:before{content:""}.fi-rr-mace:before{content:""}.fi-rr-magic-wand:before{content:""}.fi-rr-magnet:before{content:""}.fi-rr-magnet-user:before{content:""}.fi-rr-magnifying-glass-binary:before{content:""}.fi-rr-magnifying-glass-eye:before{content:""}.fi-rr-magnifying-glass-wave:before{content:""}.fi-rr-mail-plus-circle:before{content:""}.fi-rr-mailbox:before{content:""}.fi-rr-mailbox-envelope:before{content:""}.fi-rr-mailbox-flag-up: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:before{content:""}.fi-rr-map-location-track:before{content:""}.fi-rr-map-marker: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-pin:before{content:""}.fi-rr-map-point:before{content:""}.fi-rr-marker:before{content:""}.fi-rr-marker-time:before{content:""}.fi-rr-marketplace:before{content:""}.fi-rr-marketplace-alt:before{content:""}.fi-rr-marketplace-store:before{content:""}.fi-rr-marriage-proposal:before{content:""}.fi-rr-mars:before{content:""}.fi-rr-mars-double:before{content:""}.fi-rr-mars-stroke-right:before{content:""}.fi-rr-mars-stroke-up:before{content:""}.fi-rr-martini-glass-citrus:before{content:""}.fi-rr-martini-glass-empty:before{content:""}.fi-rr-mask:before{content:""}.fi-rr-mask-carnival:before{content:""}.fi-rr-mask-face:before{content:""}.fi-rr-mask-snorkel:before{content:""}.fi-rr-massage:before{content:""}.fi-rr-master-plan:before{content:""}.fi-rr-master-plan-integrate: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:before{content:""}.fi-rr-meeting-alt:before{content:""}.fi-rr-megaphone:before{content:""}.fi-rr-megaphone-announcement-leader:before{content:""}.fi-rr-megaphone-sound-waves:before{content:""}.fi-rr-meh:before{content:""}.fi-rr-meh-blank:before{content:""}.fi-rr-meh-rolling-eyes:before{content:""}.fi-rr-melon:before{content:""}.fi-rr-melon-alt:before{content:""}.fi-rr-member-list:before{content:""}.fi-rr-member-search:before{content:""}.fi-rr-membership:before{content:""}.fi-rr-membership-vip:before{content:""}.fi-rr-memo:before{content:""}.fi-rr-memo-circle-check:before{content:""}.fi-rr-memo-pad:before{content:""}.fi-rr-memory:before{content:""}.fi-rr-menu-burger:before{content:""}.fi-rr-menu-dots:before{content:""}.fi-rr-menu-dots-vertical:before{content:""}.fi-rr-mercury:before{content:""}.fi-rr-message-alert:before{content:""}.fi-rr-message-arrow-down:before{content:""}.fi-rr-message-arrow-up:before{content:""}.fi-rr-message-arrow-up-right: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-star:before{content:""}.fi-rr-message-text:before{content:""}.fi-rr-message-xmark:before{content:""}.fi-rr-messages:before{content:""}.fi-rr-messages-dollar:before{content:""}.fi-rr-messages-question:before{content:""}.fi-rr-meteor:before{content:""}.fi-rr-meter:before{content:""}.fi-rr-meter-bolt:before{content:""}.fi-rr-meter-droplet:before{content:""}.fi-rr-meter-fire:before{content:""}.fi-rr-method:before{content:""}.fi-rr-microchip:before{content:""}.fi-rr-microchip-ai:before{content:""}.fi-rr-microphone:before{content:""}.fi-rr-microphone-alt:before{content:""}.fi-rr-microphone-slash:before{content:""}.fi-rr-microscope:before{content:""}.fi-rr-microwave:before{content:""}.fi-rr-milk:before{content:""}.fi-rr-milk-alt:before{content:""}.fi-rr-mill:before{content:""}.fi-rr-mill-sign:before{content:""}.fi-rr-mind-share:before{content:""}.fi-rr-minus:before{content:""}.fi-rr-minus-circle:before{content:""}.fi-rr-minus-hexagon:before{content:""}.fi-rr-minus-small:before{content:""}.fi-rr-mirror:before{content:""}.fi-rr-mirror-user:before{content:""}.fi-rr-mistletoe:before{content:""}.fi-rr-mix:before{content:""}.fi-rr-mixer:before{content:""}.fi-rr-mobile:before{content:""}.fi-rr-mobile-4g:before{content:""}.fi-rr-mobile-5g:before{content:""}.fi-rr-mobile-button:before{content:""}.fi-rr-mobile-hand:before{content:""}.fi-rr-mobile-message:before{content:""}.fi-rr-mobile-notch:before{content:""}.fi-rr-mockup:before{content:""}.fi-rr-mode:before{content:""}.fi-rr-mode-alt:before{content:""}.fi-rr-mode-landscape:before{content:""}.fi-rr-mode-portrait:before{content:""}.fi-rr-model-cube:before{content:""}.fi-rr-model-cube-arrows:before{content:""}.fi-rr-model-cube-space:before{content:""}.fi-rr-module:before{content:""}.fi-rr-monday:before{content:""}.fi-rr-money:before{content:""}.fi-rr-money-bill-simple:before{content:""}.fi-rr-money-bill-transfer:before{content:""}.fi-rr-money-bill-wave:before{content:""}.fi-rr-money-bill-wave-alt:before{content:""}.fi-rr-money-bills:before{content:""}.fi-rr-money-bills-simple:before{content:""}.fi-rr-money-check:before{content:""}.fi-rr-money-check-edit:before{content:""}.fi-rr-money-check-edit-alt:before{content:""}.fi-rr-money-coin-transfer:before{content:""}.fi-rr-money-from-bracket:before{content:""}.fi-rr-money-gears:before{content:""}.fi-rr-money-income: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-monkey:before{content:""}.fi-rr-monument:before{content:""}.fi-rr-moon:before{content:""}.fi-rr-moon-stars:before{content:""}.fi-rr-moped:before{content:""}.fi-rr-mortar-pestle:before{content:""}.fi-rr-mortgage:before{content:""}.fi-rr-mosque:before{content:""}.fi-rr-mosque-alt:before{content:""}.fi-rr-mosque-moon:before{content:""}.fi-rr-mosquito:before{content:""}.fi-rr-mosquito-net:before{content:""}.fi-rr-motorcycle:before{content:""}.fi-rr-mound:before{content:""}.fi-rr-mountain:before{content:""}.fi-rr-mountain-city:before{content:""}.fi-rr-mountains:before{content:""}.fi-rr-mouse:before{content:""}.fi-rr-mouse-field:before{content:""}.fi-rr-mouse-pointer-heart:before{content:""}.fi-rr-mov-file:before{content:""}.fi-rr-move-to-folder:before{content:""}.fi-rr-move-to-folder-2:before{content:""}.fi-rr-moving:before{content:""}.fi-rr-mower:before{content:""}.fi-rr-mp3-file:before{content:""}.fi-rr-mp3-player:before{content:""}.fi-rr-mp4-file:before{content:""}.fi-rr-mug:before{content:""}.fi-rr-mug-alt:before{content:""}.fi-rr-mug-hot:before{content:""}.fi-rr-mug-hot-alt:before{content:""}.fi-rr-mug-marshmallows:before{content:""}.fi-rr-mug-tea:before{content:""}.fi-rr-mug-tea-alt:before{content:""}.fi-rr-mug-tea-saucer:before{content:""}.fi-rr-multiple:before{content:""}.fi-rr-multiple-alt:before{content:""}.fi-rr-multitasking:before{content:""}.fi-rr-muscle:before{content:""}.fi-rr-mushroom:before{content:""}.fi-rr-mushroom-alt:before{content:""}.fi-rr-mushroom-cloud:before{content:""}.fi-rr-music:before{content:""}.fi-rr-music-alt:before{content:""}.fi-rr-music-file:before{content:""}.fi-rr-music-magnifying-glass:before{content:""}.fi-rr-music-note:before{content:""}.fi-rr-music-note-slash:before{content:""}.fi-rr-music-slash: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:before{content:""}.fi-rr-network-analytic:before{content:""}.fi-rr-network-cloud:before{content:""}.fi-rr-network-cloud-computer:before{content:""}.fi-rr-network-user:before{content:""}.fi-rr-neuter:before{content:""}.fi-rr-newsletter-subscribe:before{content:""}.fi-rr-newspaper:before{content:""}.fi-rr-newspaper-open:before{content:""}.fi-rr-nfc: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-nft-square:before{content:""}.fi-rr-night-day:before{content:""}.fi-rr-no-attention:before{content:""}.fi-rr-no-fee:before{content:""}.fi-rr-no-food:before{content:""}.fi-rr-no-iron:before{content:""}.fi-rr-no-people:before{content:""}.fi-rr-no-smoking:before{content:""}.fi-rr-noise-cancelling-headphones:before{content:""}.fi-rr-noodles:before{content:""}.fi-rr-nose:before{content:""}.fi-rr-not-equal:before{content:""}.fi-rr-not-found:before{content:""}.fi-rr-not-found-alt:before{content:""}.fi-rr-not-found-magnifying-glass:before{content:""}.fi-rr-notdef:before{content:""}.fi-rr-note:before{content:""}.fi-rr-note-medical:before{content:""}.fi-rr-note-sticky:before{content:""}.fi-rr-notebook:before{content:""}.fi-rr-notebook-alt:before{content:""}.fi-rr-notes:before{content:""}.fi-rr-notes-medical: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: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-office-chair:before{content:""}.fi-rr-oil-can:before{content:""}.fi-rr-oil-temp:before{content:""}.fi-rr-old-people:before{content:""}.fi-rr-olive:before{content:""}.fi-rr-olive-branch-dove:before{content:""}.fi-rr-olive-oil:before{content:""}.fi-rr-olives:before{content:""}.fi-rr-om:before{content:""}.fi-rr-omega:before{content:""}.fi-rr-on-air-square: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:before{content:""}.fi-rr-oval-alt: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:before{content:""}.fi-rr-pallet-alt:before{content:""}.fi-rr-pan:before{content:""}.fi-rr-pan-food:before{content:""}.fi-rr-pan-frying:before{content:""}.fi-rr-pancakes:before{content:""}.fi-rr-panorama:before{content:""}.fi-rr-paper-plane:before{content:""}.fi-rr-paper-plane-launch:before{content:""}.fi-rr-paper-plane-top:before{content:""}.fi-rr-paperclip-vertical:before{content:""}.fi-rr-parachute-box:before{content:""}.fi-rr-paragraph:before{content:""}.fi-rr-paragraph-left:before{content:""}.fi-rr-parking:before{content:""}.fi-rr-parking-circle:before{content:""}.fi-rr-parking-circle-slash:before{content:""}.fi-rr-parking-slash:before{content:""}.fi-rr-party-bell:before{content:""}.fi-rr-party-horn:before{content:""}.fi-rr-passenger-plane:before{content:""}.fi-rr-passport:before{content:""}.fi-rr-password:before{content:""}.fi-rr-password-alt:before{content:""}.fi-rr-password-computer:before{content:""}.fi-rr-password-email:before{content:""}.fi-rr-password-lock:before{content:""}.fi-rr-password-smartphone:before{content:""}.fi-rr-paste:before{content:""}.fi-rr-pattern:before{content:""}.fi-rr-pause:before{content:""}.fi-rr-pause-circle:before{content:""}.fi-rr-pause-square:before{content:""}.fi-rr-paw:before{content:""}.fi-rr-paw-claws:before{content:""}.fi-rr-paw-heart:before{content:""}.fi-rr-payment-pos:before{content:""}.fi-rr-payroll:before{content:""}.fi-rr-payroll-calendar:before{content:""}.fi-rr-payroll-check: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:before{content:""}.fi-rr-pen-clip-slash:before{content:""}.fi-rr-pen-fancy:before{content:""}.fi-rr-pen-fancy-slash:before{content:""}.fi-rr-pen-field:before{content:""}.fi-rr-pen-nib:before{content:""}.fi-rr-pen-nib-slash:before{content:""}.fi-rr-pen-slash:before{content:""}.fi-rr-pen-square:before{content:""}.fi-rr-pen-swirl:before{content:""}.fi-rr-pencil:before{content:""}.fi-rr-pencil-paintbrush:before{content:""}.fi-rr-pencil-ruler:before{content:""}.fi-rr-pencil-slash:before{content:""}.fi-rr-pending:before{content:""}.fi-rr-pennant:before{content:""}.fi-rr-people: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-pepper:before{content:""}.fi-rr-pepper-alt:before{content:""}.fi-rr-pepper-hot: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-battery: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:before{content:""}.fi-rr-person-dolly-empty:before{content:""}.fi-rr-person-dragging-bag:before{content:""}.fi-rr-person-dress:before{content:""}.fi-rr-person-dress-simple: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:before{content:""}.fi-rr-person-seat-reclined:before{content:""}.fi-rr-person-shelter:before{content:""}.fi-rr-person-sign:before{content:""}.fi-rr-person-simple:before{content:""}.fi-rr-person-stress: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:before{content:""}.fi-rr-piano-keyboard:before{content:""}.fi-rr-pickaxe:before{content:""}.fi-rr-picking:before{content:""}.fi-rr-picking-box:before{content:""}.fi-rr-picnic:before{content:""}.fi-rr-picpeople:before{content:""}.fi-rr-picpeople-filled:before{content:""}.fi-rr-picture:before{content:""}.fi-rr-pie:before{content:""}.fi-rr-piece:before{content:""}.fi-rr-pig:before{content:""}.fi-rr-pig-bank-bulb:before{content:""}.fi-rr-pig-face:before{content:""}.fi-rr-piggy-bank:before{content:""}.fi-rr-piggy-bank-budget:before{content:""}.fi-rr-pills:before{content:""}.fi-rr-pin-to-pin:before{content:""}.fi-rr-piñata:before{content:""}.fi-rr-pineapple:before{content:""}.fi-rr-pineapple-alt:before{content:""}.fi-rr-ping-pong:before{content:""}.fi-rr-pipe-smoking:before{content:""}.fi-rr-pisa-tower:before{content:""}.fi-rr-pizza-slice:before{content:""}.fi-rr-place-of-worship:before{content:""}.fi-rr-plagiarism:before{content:""}.fi-rr-plan:before{content:""}.fi-rr-plan-strategy:before{content:""}.fi-rr-plane: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-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:before{content:""}.fi-rr-plate-eating:before{content:""}.fi-rr-plate-empty:before{content:""}.fi-rr-plate-utensils:before{content:""}.fi-rr-plate-wheat:before{content:""}.fi-rr-play: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-playing-cards:before{content:""}.fi-rr-plug: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-plus:before{content:""}.fi-rr-plus-hexagon:before{content:""}.fi-rr-plus-minus:before{content:""}.fi-rr-plus-small:before{content:""}.fi-rr-png-file:before{content:""}.fi-rr-podcast:before{content:""}.fi-rr-podium:before{content:""}.fi-rr-podium-star:before{content:""}.fi-rr-podium-victory-leader:before{content:""}.fi-rr-point-of-sale:before{content:""}.fi-rr-point-of-sale-bill:before{content:""}.fi-rr-point-of-sale-signal: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-polish-bottle:before{content:""}.fi-rr-polish-brush:before{content:""}.fi-rr-poll-h:before{content:""}.fi-rr-pollution:before{content:""}.fi-rr-pompebled:before{content:""}.fi-rr-poo:before{content:""}.fi-rr-poo-bolt: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-population:before{content:""}.fi-rr-population-globe:before{content:""}.fi-rr-portal-enter:before{content:""}.fi-rr-portal-exit:before{content:""}.fi-rr-portrait:before{content:""}.fi-rr-portuguese: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:before{content:""}.fi-rr-prescription-bottle:before{content:""}.fi-rr-prescription-bottle-alt:before{content:""}.fi-rr-prescription-bottle-pill:before{content:""}.fi-rr-presentation:before{content:""}.fi-rr-preview:before{content:""}.fi-rr-previous-square:before{content:""}.fi-rr-print:before{content:""}.fi-rr-print-magnifying-glass:before{content:""}.fi-rr-print-slash: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-bar-dotted-empty:before{content:""}.fi-rr-progress-bar-dotted-half:before{content:""}.fi-rr-progress-bar-dotted-line-half:before{content:""}.fi-rr-progress-bar-empty:before{content:""}.fi-rr-progress-bar-half:before{content:""}.fi-rr-progress-bar-square-empty:before{content:""}.fi-rr-progress-bar-square-half: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:before{content:""}.fi-rr-pump-medical:before{content:""}.fi-rr-pumpkin:before{content:""}.fi-rr-pumpkin-alt:before{content:""}.fi-rr-pumpkin-alt-2:before{content:""}.fi-rr-puzzle:before{content:""}.fi-rr-puzzle-alt:before{content:""}.fi-rr-puzzle-piece-integration:before{content:""}.fi-rr-puzzle-pieces:before{content:""}.fi-rr-pyramid:before{content:""}.fi-rr-q:before{content:""}.fi-rr-QR:before{content:""}.fi-rr-qr-scan:before{content:""}.fi-rr-qrcode:before{content:""}.fi-rr-question:before{content:""}.fi-rr-question-square:before{content:""}.fi-rr-queue:before{content:""}.fi-rr-queue-alt:before{content:""}.fi-rr-queue-line:before{content:""}.fi-rr-queue-signal:before{content:""}.fi-rr-quill-pen-story:before{content:""}.fi-rr-quiz:before{content:""}.fi-rr-quiz-alt:before{content:""}.fi-rr-quote-right:before{content:""}.fi-rr-r:before{content:""}.fi-rr-rabbit:before{content:""}.fi-rr-rabbit-fast:before{content:""}.fi-rr-raccoon:before{content:""}.fi-rr-racquet:before{content:""}.fi-rr-radar:before{content:""}.fi-rr-radar-monitoring-track:before{content:""}.fi-rr-radiation:before{content:""}.fi-rr-radiation-alt:before{content:""}.fi-rr-radio:before{content:""}.fi-rr-radio-alt:before{content:""}.fi-rr-radio-button:before{content:""}.fi-rr-radio-tower:before{content:""}.fi-rr-radio-waves: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:before{content:""}.fi-rr-ranking-podium-empty: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:before{content:""}.fi-rr-recipe-book: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:before{content:""}.fi-rr-rectangle-vertical-history:before{content:""}.fi-rr-rectangle-xmark:before{content:""}.fi-rr-rectangles-mixed:before{content:""}.fi-rr-recycle:before{content:""}.fi-rr-recycle-bin:before{content:""}.fi-rr-redo:before{content:""}.fi-rr-redo-alt:before{content:""}.fi-rr-reel:before{content:""}.fi-rr-refer:before{content:""}.fi-rr-refer-arrow:before{content:""}.fi-rr-referral:before{content:""}.fi-rr-referral-alt:before{content:""}.fi-rr-referral-link-arrow:before{content:""}.fi-rr-referral-user:before{content:""}.fi-rr-reflect:before{content:""}.fi-rr-reflect-horizontal:before{content:""}.fi-rr-reflect-horizontal-alt:before{content:""}.fi-rr-reflect-vertical:before{content:""}.fi-rr-refresh:before{content:""}.fi-rr-refrigerator:before{content:""}.fi-rr-refund:before{content:""}.fi-rr-refund-alt:before{content:""}.fi-rr-region-pin:before{content:""}.fi-rr-region-pin-alt:before{content:""}.fi-rr-registered:before{content:""}.fi-rr-registration-paper:before{content:""}.fi-rr-remote-control:before{content:""}.fi-rr-remote-control-hand:before{content:""}.fi-rr-remove-folder:before{content:""}.fi-rr-remove-user:before{content:""}.fi-rr-rent:before{content:""}.fi-rr-rent-signal: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-research-arrows-circle: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-responsability: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:before{content:""}.fi-rr-revenue-alt:before{content:""}.fi-rr-revenue-euro:before{content:""}.fi-rr-review:before{content:""}.fi-rr-rewind:before{content:""}.fi-rr-rewind-button-circle:before{content:""}.fi-rr-rhombus:before{content:""}.fi-rr-ribbon:before{content:""}.fi-rr-right:before{content:""}.fi-rr-right-from-bracket:before{content:""}.fi-rr-ring:before{content:""}.fi-rr-ring-diamond:before{content:""}.fi-rr-rings-wedding:before{content:""}.fi-rr-risk:before{content:""}.fi-rr-risk-alt:before{content:""}.fi-rr-road:before{content:""}.fi-rr-road-barrier:before{content:""}.fi-rr-road-map-pin:before{content:""}.fi-rr-road-sign-left:before{content:""}.fi-rr-roadmap:before{content:""}.fi-rr-robot:before{content:""}.fi-rr-robotic-arm:before{content:""}.fi-rr-rocket:before{content:""}.fi-rr-rocket-hand:before{content:""}.fi-rr-rocket-holding-hand:before{content:""}.fi-rr-rocket-lunch:before{content:""}.fi-rr-roller-coaster:before{content:""}.fi-rr-room-service:before{content:""}.fi-rr-rose:before{content:""}.fi-rr-rose-alt: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:before{content:""}.fi-rr-route-highway:before{content:""}.fi-rr-route-interstate:before{content:""}.fi-rr-router:before{content:""}.fi-rr-router-wifi:before{content:""}.fi-rr-router-wifi-alt:before{content:""}.fi-rr-rss:before{content:""}.fi-rr-rss-alt: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:before{content:""}.fi-rr-rules-alt:before{content:""}.fi-rr-running:before{content:""}.fi-rr-running-track:before{content:""}.fi-rr-rupee-sign:before{content:""}.fi-rr-rupiah-sign:before{content:""}.fi-rr-russian:before{content:""}.fi-rr-rv:before{content:""}.fi-rr-s:before{content:""}.fi-rr-sack:before{content:""}.fi-rr-sack-dollar:before{content:""}.fi-rr-sad:before{content:""}.fi-rr-sad-cry:before{content:""}.fi-rr-sad-tear: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:before{content:""}.fi-rr-sandwich-alt:before{content:""}.fi-rr-satellite:before{content:""}.fi-rr-satellite-dish:before{content:""}.fi-rr-satisfaction-bar: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:before{content:""}.fi-rr-scale-comparison:before{content:""}.fi-rr-scale-comparison-alt:before{content:""}.fi-rr-scalpel:before{content:""}.fi-rr-scalpel-path: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:before{content:""}.fi-rr-school-bus:before{content:""}.fi-rr-school-lock:before{content:""}.fi-rr-scissors:before{content:""}.fi-rr-scooter:before{content:""}.fi-rr-screen:before{content:""}.fi-rr-screen-share:before{content:""}.fi-rr-screencast:before{content:""}.fi-rr-screw:before{content:""}.fi-rr-screw-alt:before{content:""}.fi-rr-screwdriver:before{content:""}.fi-rr-scribble:before{content:""}.fi-rr-script:before{content:""}.fi-rr-scroll:before{content:""}.fi-rr-scroll-document-story:before{content:""}.fi-rr-scroll-old:before{content:""}.fi-rr-scroll-torah:before{content:""}.fi-rr-scrubber:before{content:""}.fi-rr-sculpture:before{content:""}.fi-rr-scythe:before{content:""}.fi-rr-sd-card:before{content:""}.fi-rr-sd-cards:before{content:""}.fi-rr-seal:before{content:""}.fi-rr-seal-exclamation:before{content:""}.fi-rr-seal-question:before{content:""}.fi-rr-search: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-seat-airline:before{content:""}.fi-rr-seatbelt-safety-driver:before{content:""}.fi-rr-second:before{content:""}.fi-rr-second-award:before{content:""}.fi-rr-second-laurel:before{content:""}.fi-rr-second-medal: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:before{content:""}.fi-rr-seller-store:before{content:""}.fi-rr-selling:before{content:""}.fi-rr-send-back:before{content:""}.fi-rr-send-backward:before{content:""}.fi-rr-send-money:before{content:""}.fi-rr-send-money-smartphone:before{content:""}.fi-rr-sensor: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-server-key:before{content:""}.fi-rr-settings:before{content:""}.fi-rr-settings-sliders:before{content:""}.fi-rr-sewing-machine:before{content:""}.fi-rr-sewing-machine-alt:before{content:""}.fi-rr-share:before{content:""}.fi-rr-share-alt-square:before{content:""}.fi-rr-share-square:before{content:""}.fi-rr-sheep:before{content:""}.fi-rr-shekel-sign:before{content:""}.fi-rr-shelves:before{content:""}.fi-rr-shelves-empty:before{content:""}.fi-rr-shield: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-divided-four: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-ship:before{content:""}.fi-rr-ship-side:before{content:""}.fi-rr-shipping-fast:before{content:""}.fi-rr-shipping-timed:before{content:""}.fi-rr-shirt:before{content:""}.fi-rr-shirt-long-sleeve:before{content:""}.fi-rr-shirt-running:before{content:""}.fi-rr-shirt-tank-top:before{content:""}.fi-rr-shish-kebab:before{content:""}.fi-rr-shoe-prints:before{content:""}.fi-rr-shop:before{content:""}.fi-rr-shop-lock:before{content:""}.fi-rr-shop-slash:before{content:""}.fi-rr-shopping-bag:before{content:""}.fi-rr-shopping-bag-add:before{content:""}.fi-rr-shopping-basket:before{content:""}.fi-rr-shopping-cart: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-nft:before{content:""}.fi-rr-shovel:before{content:""}.fi-rr-shovel-snow:before{content:""}.fi-rr-shower:before{content:""}.fi-rr-shower-down: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:before{content:""}.fi-rr-sidebar-flip: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:before{content:""}.fi-rr-sign-posts-wrench:before{content:""}.fi-rr-sign-up:before{content:""}.fi-rr-signal-alt: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-bars-fair:before{content:""}.fi-rr-signal-bars-good:before{content:""}.fi-rr-signal-bars-weak:before{content:""}.fi-rr-signal-stream:before{content:""}.fi-rr-signal-stream-slash:before{content:""}.fi-rr-signature:before{content:""}.fi-rr-signature-lock:before{content:""}.fi-rr-signature-slash:before{content:""}.fi-rr-sim-card:before{content:""}.fi-rr-sim-cards:before{content:""}.fi-rr-sink:before{content:""}.fi-rr-Siren:before{content:""}.fi-rr-siren-on:before{content:""}.fi-rr-site:before{content:""}.fi-rr-site-alt:before{content:""}.fi-rr-site-browser:before{content:""}.fi-rr-sitemap:before{content:""}.fi-rr-skateboard:before{content:""}.fi-rr-skating:before{content:""}.fi-rr-skeleton:before{content:""}.fi-rr-skeleton-ribs: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:before{content:""}.fi-rr-skiing-nordic:before{content:""}.fi-rr-skill:before{content:""}.fi-rr-skill-alt:before{content:""}.fi-rr-skill-user:before{content:""}.fi-rr-skin:before{content:""}.fi-rr-skin-acne:before{content:""}.fi-rr-skin-arrow:before{content:""}.fi-rr-skin-drop:before{content:""}.fi-rr-skin-hair:before{content:""}.fi-rr-skin-laser:before{content:""}.fi-rr-skin-uv:before{content:""}.fi-rr-skip-15-seconds:before{content:""}.fi-rr-skull:before{content:""}.fi-rr-skull-cow:before{content:""}.fi-rr-skull-crossbones:before{content:""}.fi-rr-skull-heart:before{content:""}.fi-rr-slash:before{content:""}.fi-rr-sledding:before{content:""}.fi-rr-sleeping-bag:before{content:""}.fi-rr-sleeping-cat:before{content:""}.fi-rr-sleigh:before{content:""}.fi-rr-sliders-h-square:before{content:""}.fi-rr-sliders-v:before{content:""}.fi-rr-sliders-v-square:before{content:""}.fi-rr-slot-machine:before{content:""}.fi-rr-smart-home:before{content:""}.fi-rr-smart-home-alt:before{content:""}.fi-rr-smartphone:before{content:""}.fi-rr-smile:before{content:""}.fi-rr-smile-beam:before{content:""}.fi-rr-smile-plus:before{content:""}.fi-rr-smile-wink:before{content:""}.fi-rr-smiley-comment-alt:before{content:""}.fi-rr-smog:before{content:""}.fi-rr-smoke:before{content:""}.fi-rr-smoking:before{content:""}.fi-rr-smoking-ban: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:before{content:""}.fi-rr-snowflake-droplets: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:before{content:""}.fi-rr-soap-alt:before{content:""}.fi-rr-social-network:before{content:""}.fi-rr-socks:before{content:""}.fi-rr-sofa:before{content:""}.fi-rr-sofa-size:before{content:""}.fi-rr-solar-panel:before{content:""}.fi-rr-solar-panel-sun:before{content:""}.fi-rr-solar-system:before{content:""}.fi-rr-sold-house:before{content:""}.fi-rr-sold-signal:before{content:""}.fi-rr-sort:before{content:""}.fi-rr-sort-alpha-down:before{content:""}.fi-rr-sort-alpha-down-alt:before{content:""}.fi-rr-sort-alpha-up:before{content:""}.fi-rr-sort-alpha-up-alt:before{content:""}.fi-rr-sort-alt:before{content:""}.fi-rr-sort-amount-down:before{content:""}.fi-rr-sort-amount-down-alt:before{content:""}.fi-rr-sort-amount-up:before{content:""}.fi-rr-sort-amount-up-alt:before{content:""}.fi-rr-sort-circle:before{content:""}.fi-rr-sort-circle-down:before{content:""}.fi-rr-sort-circle-up:before{content:""}.fi-rr-sort-down:before{content:""}.fi-rr-sort-numeric-down:before{content:""}.fi-rr-sort-numeric-down-alt: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-soup:before{content:""}.fi-rr-source-data:before{content:""}.fi-rr-source-document:before{content:""}.fi-rr-source-document-alt:before{content:""}.fi-rr-spa:before{content:""}.fi-rr-space-shuttle:before{content:""}.fi-rr-space-station-moon:before{content:""}.fi-rr-space-station-moon-alt:before{content:""}.fi-rr-spade:before{content:""}.fi-rr-spaghetti-monster-flying:before{content:""}.fi-rr-spain-map:before{content:""}.fi-rr-spanish: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:before{content:""}.fi-rr-spider-black-widow:before{content:""}.fi-rr-spider-web:before{content:""}.fi-rr-spinner:before{content:""}.fi-rr-split:before{content:""}.fi-rr-split-up-relation:before{content:""}.fi-rr-splotch:before{content:""}.fi-rr-spoon:before{content:""}.fi-rr-sport:before{content:""}.fi-rr-spray-can:before{content:""}.fi-rr-spray-can-sparkles:before{content:""}.fi-rr-spring-calendar:before{content:""}.fi-rr-sprinkler:before{content:""}.fi-rr-spy:before{content:""}.fi-rr-sql-file:before{content:""}.fi-rr-sql-server:before{content:""}.fi-rr-square: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:before{content:""}.fi-rr-square-dashed-circle-plus:before{content:""}.fi-rr-square-divide:before{content:""}.fi-rr-square-e:before{content:""}.fi-rr-square-ellipsis:before{content:""}.fi-rr-square-ellipsis-vertical: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-squid:before{content:""}.fi-rr-squircle:before{content:""}.fi-rr-squirrel:before{content:""}.fi-rr-staff:before{content:""}.fi-rr-stage:before{content:""}.fi-rr-stage-concert:before{content:""}.fi-rr-stage-theatre:before{content:""}.fi-rr-stairs:before{content:""}.fi-rr-stamp:before{content:""}.fi-rr-standard-definition:before{content:""}.fi-rr-star: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:before{content:""}.fi-rr-star-sharp-half-stroke:before{content:""}.fi-rr-star-shooting: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-steam-iron:before{content:""}.fi-rr-steering-wheel:before{content:""}.fi-rr-step-backward:before{content:""}.fi-rr-step-forward:before{content:""}.fi-rr-steps-carreer: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:before{content:""}.fi-rr-stop-circle:before{content:""}.fi-rr-stop-square: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:before{content:""}.fi-rr-student-alt:before{content:""}.fi-rr-subfolder:before{content:""}.fi-rr-subscript:before{content:""}.fi-rr-subscription:before{content:""}.fi-rr-subscription-alt:before{content:""}.fi-rr-subscription-model:before{content:""}.fi-rr-subscription-user:before{content:""}.fi-rr-subtitles:before{content:""}.fi-rr-subtitles-slash: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:before{content:""}.fi-rr-sun-dust:before{content:""}.fi-rr-sun-plant-wilt:before{content:""}.fi-rr-sun-salutation-yoga:before{content:""}.fi-rr-sunday:before{content:""}.fi-rr-sunglasses:before{content:""}.fi-rr-sunglasses-alt:before{content:""}.fi-rr-sunrise:before{content:""}.fi-rr-sunrise-alt:before{content:""}.fi-rr-sunscreen:before{content:""}.fi-rr-sunset:before{content:""}.fi-rr-superscript:before{content:""}.fi-rr-supplier:before{content:""}.fi-rr-supplier-alt: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:before{content:""}.fi-rr-sushi-alt:before{content:""}.fi-rr-sushi-roll: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-sword-alt:before{content:""}.fi-rr-symbol:before{content:""}.fi-rr-symbols:before{content:""}.fi-rr-synagogue:before{content:""}.fi-rr-syringe:before{content:""}.fi-rr-syringe-injection-blood:before{content:""}.fi-rr-system-cloud:before{content:""}.fi-rr-t:before{content:""}.fi-rr-t-rex:before{content:""}.fi-rr-tab-folder:before{content:""}.fi-rr-table: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-tablet:before{content:""}.fi-rr-tablet-android:before{content:""}.fi-rr-tablet-android-alt:before{content:""}.fi-rr-tablet-rugged:before{content:""}.fi-rr-tachometer: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-taco:before{content:""}.fi-rr-tags:before{content:""}.fi-rr-talent:before{content:""}.fi-rr-talent-alt:before{content:""}.fi-rr-talent-hand:before{content:""}.fi-rr-tally: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-tamale:before{content:""}.fi-rr-tank-water:before{content:""}.fi-rr-tap:before{content:""}.fi-rr-tape:before{content:""}.fi-rr-target:before{content:""}.fi-rr-target-audience:before{content:""}.fi-rr-tattoo-machine:before{content:""}.fi-rr-tax:before{content:""}.fi-rr-tax-alt:before{content:""}.fi-rr-taxi:before{content:""}.fi-rr-taxi-bus:before{content:""}.fi-rr-team-check:before{content:""}.fi-rr-team-check-alt: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:before{content:""}.fi-rr-template-alt: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:before{content:""}.fi-rr-test-tube:before{content:""}.fi-rr-text:before{content:""}.fi-rr-text-box:before{content:""}.fi-rr-text-box-dots:before{content:""}.fi-rr-text-box-edit:before{content:""}.fi-rr-text-check:before{content:""}.fi-rr-text-height:before{content:""}.fi-rr-text-input-left: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-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:before{content:""}.fi-rr-third-award:before{content:""}.fi-rr-third-laurel:before{content:""}.fi-rr-third-medal:before{content:""}.fi-rr-thought-bubble:before{content:""}.fi-rr-three-direction:before{content:""}.fi-rr-three-leaf-clover:before{content:""}.fi-rr-thumbs-up-trust:before{content:""}.fi-rr-thumbtack:before{content:""}.fi-rr-thumbtack-slash:before{content:""}.fi-rr-thunderstorm:before{content:""}.fi-rr-thunderstorm-moon:before{content:""}.fi-rr-thunderstorm-risk:before{content:""}.fi-rr-thunderstorm-sun:before{content:""}.fi-rr-thursday:before{content:""}.fi-rr-ticket:before{content:""}.fi-rr-ticket-airline:before{content:""}.fi-rr-ticket-alt:before{content:""}.fi-rr-tickets: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:before{content:""}.fi-rr-time-forward-sixty:before{content:""}.fi-rr-time-forward-ten: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-button:before{content:""}.fi-rr-tip-button-hand:before{content:""}.fi-rr-tip-coin:before{content:""}.fi-rr-tire:before{content:""}.fi-rr-tire-flat:before{content:""}.fi-rr-tire-pressure-warning:before{content:""}.fi-rr-tire-rugged:before{content:""}.fi-rr-tired:before{content:""}.fi-rr-to-do:before{content:""}.fi-rr-to-do-alt:before{content:""}.fi-rr-together-people:before{content:""}.fi-rr-toggle-off:before{content:""}.fi-rr-toggle-on:before{content:""}.fi-rr-toilet:before{content:""}.fi-rr-toilet-paper-blank:before{content:""}.fi-rr-toilet-paper-blank-under:before{content:""}.fi-rr-toilet-paper-slash:before{content:""}.fi-rr-toilet-paper-under:before{content:""}.fi-rr-toilet-paper-under-slash:before{content:""}.fi-rr-toilet-paper-xmark:before{content:""}.fi-rr-toilets-portable:before{content:""}.fi-rr-token:before{content:""}.fi-rr-tomato:before{content:""}.fi-rr-tombstone:before{content:""}.fi-rr-tombstone-alt: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: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-trailer:before{content:""}.fi-rr-train:before{content:""}.fi-rr-train-journey:before{content:""}.fi-rr-train-side:before{content:""}.fi-rr-train-station:before{content:""}.fi-rr-train-station-building:before{content:""}.fi-rr-train-subway-tunnel:before{content:""}.fi-rr-train-track:before{content:""}.fi-rr-train-tram:before{content:""}.fi-rr-tram:before{content:""}.fi-rr-transaction-euro:before{content:""}.fi-rr-transaction-globe:before{content:""}.fi-rr-transaction-yen: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-translate:before{content:""}.fi-rr-transparency:before{content:""}.fi-rr-transporter: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-trash:before{content:""}.fi-rr-trash-bag: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:before{content:""}.fi-rr-trash-restore-alt:before{content:""}.fi-rr-trash-slash:before{content:""}.fi-rr-trash-undo:before{content:""}.fi-rr-trash-undo-alt:before{content:""}.fi-rr-trash-xmark:before{content:""}.fi-rr-treadmill:before{content:""}.fi-rr-treasure-chest:before{content:""}.fi-rr-treatment:before{content:""}.fi-rr-tree:before{content:""}.fi-rr-tree-alt:before{content:""}.fi-rr-tree-christmas:before{content:""}.fi-rr-tree-deciduous:before{content:""}.fi-rr-trees:before{content:""}.fi-rr-trees-alt:before{content:""}.fi-rr-triangle:before{content:""}.fi-rr-triangle-music:before{content:""}.fi-rr-triangle-person-digging:before{content:""}.fi-rr-triangle-warning:before{content:""}.fi-rr-tricycle:before{content:""}.fi-rr-trillium:before{content:""}.fi-rr-troph-cap:before{content:""}.fi-rr-trophy:before{content:""}.fi-rr-trophy-achievement-skill:before{content:""}.fi-rr-trophy-star: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:before{content:""}.fi-rr-truck-container-empty:before{content:""}.fi-rr-truck-couch:before{content:""}.fi-rr-truck-droplet: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:before{content:""}.fi-rr-trust-alt:before{content:""}.fi-rr-tshirt:before{content:""}.fi-rr-tty:before{content:""}.fi-rr-tty-answer: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:before{content:""}.fi-rr-turn-left-down: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-two-nails:before{content:""}.fi-rr-two-swords:before{content:""}.fi-rr-typewriter:before{content:""}.fi-rr-u:before{content:""}.fi-rr-ufo:before{content:""}.fi-rr-ufo-beam:before{content:""}.fi-rr-ui-ux:before{content:""}.fi-rr-umbrella:before{content:""}.fi-rr-umbrella-beach:before{content:""}.fi-rr-under-construction:before{content:""}.fi-rr-underline:before{content:""}.fi-rr-undo:before{content:""}.fi-rr-undo-alt: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:before{content:""}.fi-rr-up-from-bracket:before{content:""}.fi-rr-up-left:before{content:""}.fi-rr-up-right:before{content:""}.fi-rr-up-right-from-square:before{content:""}.fi-rr-upload:before{content:""}.fi-rr-url:before{content:""}.fi-rr-usa-map:before{content:""}.fi-rr-usa-map-pin:before{content:""}.fi-rr-usb-pendrive:before{content:""}.fi-rr-usd-circle:before{content:""}.fi-rr-usd-square:before{content:""}.fi-rr-user: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-dj:before{content:""}.fi-rr-user-eating:before{content:""}.fi-rr-user-experience:before{content:""}.fi-rr-user-fast-running:before{content:""}.fi-rr-user-forbidden:before{content:""}.fi-rr-user-forbidden-alt:before{content:""}.fi-rr-user-gear:before{content:""}.fi-rr-user-graduate:before{content:""}.fi-rr-user-hard-work:before{content:""}.fi-rr-user-headset:before{content:""}.fi-rr-user-helmet-safety:before{content:""}.fi-rr-user-india:before{content:""}.fi-rr-user-injured:before{content:""}.fi-rr-user-interface-ui:before{content:""}.fi-rr-user-key:before{content:""}.fi-rr-user-language:before{content:""}.fi-rr-user-lock:before{content:""}.fi-rr-user-md:before{content:""}.fi-rr-user-md-chat: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:before{content:""}.fi-rr-user-pilot-tie:before{content:""}.fi-rr-user-police:before{content:""}.fi-rr-user-roadmap:before{content:""}.fi-rr-user-robot:before{content:""}.fi-rr-user-robot-xmarks: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-speaking:before{content:""}.fi-rr-user-stress:before{content:""}.fi-rr-user-suitcase: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-volunteer:before{content:""}.fi-rr-user-xmark:before{content:""}.fi-rr-users:before{content:""}.fi-rr-users-alt:before{content:""}.fi-rr-users-class:before{content:""}.fi-rr-users-gear:before{content:""}.fi-rr-users-loyalty:before{content:""}.fi-rr-users-medical:before{content:""}.fi-rr-users-slash:before{content:""}.fi-rr-utensils:before{content:""}.fi-rr-utensils-slash:before{content:""}.fi-rr-utility-pole:before{content:""}.fi-rr-utility-pole-double:before{content:""}.fi-rr-ux:before{content:""}.fi-rr-ux-browser:before{content:""}.fi-rr-v:before{content:""}.fi-rr-vacuum:before{content:""}.fi-rr-vacuum-robot:before{content:""}.fi-rr-value-absolute:before{content:""}.fi-rr-vault:before{content:""}.fi-rr-vector:before{content:""}.fi-rr-vector-alt:before{content:""}.fi-rr-vector-circle:before{content:""}.fi-rr-vector-polygon:before{content:""}.fi-rr-venus:before{content:""}.fi-rr-venus-double:before{content:""}.fi-rr-venus-mars:before{content:""}.fi-rr-vest:before{content:""}.fi-rr-vest-patches:before{content:""}.fi-rr-video-arrow-down-left:before{content:""}.fi-rr-video-arrow-up-right:before{content:""}.fi-rr-video-camera:before{content:""}.fi-rr-video-camera-alt: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:before{content:""}.fi-rr-virus-slash:before{content:""}.fi-rr-viruses:before{content:""}.fi-rr-vision:before{content:""}.fi-rr-vision-sense:before{content:""}.fi-rr-vision-target: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: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-volunteer-vest:before{content:""}.fi-rr-vote-nay:before{content:""}.fi-rr-vote-yea:before{content:""}.fi-rr-vpn:before{content:""}.fi-rr-vpn-globe:before{content:""}.fi-rr-vpn-laptop:before{content:""}.fi-rr-vpn-shield: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:before{content:""}.fi-rr-wallet-arrow:before{content:""}.fi-rr-wallet-buyer:before{content:""}.fi-rr-wallet-income:before{content:""}.fi-rr-wallet-nft:before{content:""}.fi-rr-warehouse-alt:before{content:""}.fi-rr-warranty:before{content:""}.fi-rr-washer:before{content:""}.fi-rr-waste:before{content:""}.fi-rr-waste-pollution:before{content:""}.fi-rr-watch:before{content:""}.fi-rr-watch-calculator:before{content:""}.fi-rr-watch-fitness:before{content:""}.fi-rr-watch-smart:before{content:""}.fi-rr-water: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-watermelon:before{content:""}.fi-rr-wave:before{content:""}.fi-rr-wave-sine:before{content:""}.fi-rr-wave-square:before{content:""}.fi-rr-wave-triangle:before{content:""}.fi-rr-waveform:before{content:""}.fi-rr-waveform-path:before{content:""}.fi-rr-web-design:before{content:""}.fi-rr-web-test:before{content:""}.fi-rr-webcam:before{content:""}.fi-rr-webcam-slash:before{content:""}.fi-rr-webhook:before{content:""}.fi-rr-wednesday:before{content:""}.fi-rr-whale:before{content:""}.fi-rr-wheat:before{content:""}.fi-rr-wheat-awn:before{content:""}.fi-rr-wheat-awn-circle-exclamation:before{content:""}.fi-rr-wheat-awn-slash:before{content:""}.fi-rr-wheat-slash:before{content:""}.fi-rr-wheelchair:before{content:""}.fi-rr-wheelchair-move:before{content:""}.fi-rr-wheelchair-sleeping:before{content:""}.fi-rr-whistle:before{content:""}.fi-rr-white-space:before{content:""}.fi-rr-wifi: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-xmark:before{content:""}.fi-rr-wind:before{content:""}.fi-rr-wind-turbine:before{content:""}.fi-rr-wind-warning:before{content:""}.fi-rr-window-alt:before{content:""}.fi-rr-window-frame:before{content:""}.fi-rr-window-frame-open: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-wisdom: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:before{content:""}.fi-rr-workflow-alt:before{content:""}.fi-rr-workflow-setting:before{content:""}.fi-rr-workflow-setting-alt:before{content:""}.fi-rr-workshop:before{content:""}.fi-rr-world:before{content:""}.fi-rr-worldwide-network: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:before{content:""}.fi-rr-x-ray:before{content:""}.fi-rr-y:before{content:""}.fi-rr-yen:before{content:""}.fi-rr-yin-yang:before{content:""}.fi-rr-yoga-mat:before{content:""}.fi-rr-yoga-moon:before{content:""}.fi-rr-yoga-posture:before{content:""}.fi-rr-z:before{content:""}.fi-rr-zero-percent:before{content:""}.fi-rr-zip-file:before{content:""}.fi-rr-zoom-in:before{content:""}.fi-rr-zoom-out:before{content:""}.fi-rr-it-computer:before{content:""}.fi-rr-pinata:before{content:""}/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.6.0 - https://www.flaticon.com/uicons/interface-icons
*/@font-face{font-family:"uicons-regular-straight";src:url("./webfonts/uicons-regular-straight.woff2") format("woff2"),url("./webfonts/uicons-regular-straight.woff") format("woff"),url("./webfonts/uicons-regular-straight.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:normal !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-abacus:before{content:""}.fi-rs-accident:before{content:""}.fi-rs-acorn:before{content:""}.fi-rs-ad:before{content:""}.fi-rs-ad-forbidden:before{content:""}.fi-rs-ad-paid:before{content:""}.fi-rs-add:before{content:""}.fi-rs-add-document:before{content:""}.fi-rs-add-folder:before{content:""}.fi-rs-add-image:before{content:""}.fi-rs-address-book:before{content:""}.fi-rs-address-card:before{content:""}.fi-rs-admin:before{content:""}.fi-rs-admin-alt:before{content:""}.fi-rs-age: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-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:before{content:""}.fi-rs-album-circle-plus:before{content:""}.fi-rs-album-circle-user:before{content:""}.fi-rs-album-collection: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-amp-guitar:before{content:""}.fi-rs-analyse:before{content:""}.fi-rs-analyse-alt:before{content:""}.fi-rs-anatomical-heart:before{content:""}.fi-rs-anchor:before{content:""}.fi-rs-angel:before{content:""}.fi-rs-angle: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-angles-up-down:before{content:""}.fi-rs-angry:before{content:""}.fi-rs-animated-icon:before{content:""}.fi-rs-ankh:before{content:""}.fi-rs-answer:before{content:""}.fi-rs-answer-alt:before{content:""}.fi-rs-apartment:before{content:""}.fi-rs-aperture:before{content:""}.fi-rs-api:before{content:""}.fi-rs-app-notification:before{content:""}.fi-rs-apple-books:before{content:""}.fi-rs-apple-core:before{content:""}.fi-rs-apple-crate:before{content:""}.fi-rs-apple-whole:before{content:""}.fi-rs-apps:before{content:""}.fi-rs-apps-add:before{content:""}.fi-rs-apps-delete:before{content:""}.fi-rs-apps-sort: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: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-strenght: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-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: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-progress:before{content:""}.fi-rs-arrow-progress-alt:before{content:""}.fi-rs-arrow-right:before{content:""}.fi-rs-arrow-right-to-bracket:before{content:""}.fi-rs-arrow-right-to-city: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:before{content:""}.fi-rs-arrow-turn-left-up:before{content:""}.fi-rs-arrow-up: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:before{content:""}.fi-rs-arrow-up-left-from-circle:before{content:""}.fi-rs-arrow-up-right: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-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-upward-growth-crypto:before{content:""}.fi-rs-arrows:before{content:""}.fi-rs-arrows-alt:before{content:""}.fi-rs-arrows-alt-h:before{content:""}.fi-rs-arrows-alt-v:before{content:""}.fi-rs-arrows-cross:before{content:""}.fi-rs-arrows-down-curve:before{content:""}.fi-rs-arrows-down-to-people:before{content:""}.fi-rs-arrows-from-dotted-line:before{content:""}.fi-rs-arrows-from-line:before{content:""}.fi-rs-arrows-h:before{content:""}.fi-rs-arrows-h-copy:before{content:""}.fi-rs-arrows-repeat:before{content:""}.fi-rs-arrows-repeat-1: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-artificial-intelligence:before{content:""}.fi-rs-assept-document:before{content:""}.fi-rs-assessment:before{content:""}.fi-rs-assessment-alt: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-attention-detail: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:before{content:""}.fi-rs-audit-alt:before{content:""}.fi-rs-austral-sign:before{content:""}.fi-rs-australia:before{content:""}.fi-rs-australia-country-code:before{content:""}.fi-rs-australia-flag:before{content:""}.fi-rs-auto-pilot:before{content:""}.fi-rs-auto-reply:before{content:""}.fi-rs-auto-sync:before{content:""}.fi-rs-avocado:before{content:""}.fi-rs-award:before{content:""}.fi-rs-axe:before{content:""}.fi-rs-axe-battle:before{content:""}.fi-rs-b:before{content:""}.fi-rs-baby:before{content:""}.fi-rs-baby-carriage: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: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-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-balcony: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:before{content:""}.fi-rs-ballot-check:before{content:""}.fi-rs-ban:before{content:""}.fi-rs-ban-bug:before{content:""}.fi-rs-banana:before{content:""}.fi-rs-band-aid:before{content:""}.fi-rs-bandage-wound:before{content:""}.fi-rs-bangladeshi-taka-sign:before{content:""}.fi-rs-banjo:before{content:""}.fi-rs-bank:before{content:""}.fi-rs-bank-app:before{content:""}.fi-rs-banner: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-barber-pole:before{content:""}.fi-rs-barber-shop:before{content:""}.fi-rs-barcode:before{content:""}.fi-rs-barcode-read:before{content:""}.fi-rs-barcode-scan:before{content:""}.fi-rs-barefoot: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:before{content:""}.fi-rs-baseball-alt: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:before{content:""}.fi-rs-basketball-hoop:before{content:""}.fi-rs-bat:before{content:""}.fi-rs-bath:before{content:""}.fi-rs-battery-100: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-beauty-mask:before{content:""}.fi-rs-bed:before{content:""}.fi-rs-bed-alt:before{content:""}.fi-rs-bed-bunk:before{content:""}.fi-rs-bed-empty:before{content:""}.fi-rs-bed-pulse:before{content:""}.fi-rs-bee:before{content:""}.fi-rs-beer:before{content:""}.fi-rs-beer-mug-empty:before{content:""}.fi-rs-bell: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:before{content:""}.fi-rs-bell-school-slash:before{content:""}.fi-rs-bell-slash:before{content:""}.fi-rs-bells:before{content:""}.fi-rs-bench-tree:before{content:""}.fi-rs-benefit:before{content:""}.fi-rs-benefit-diamond:before{content:""}.fi-rs-benefit-diamond-alt:before{content:""}.fi-rs-benefit-hand:before{content:""}.fi-rs-benefit-increase:before{content:""}.fi-rs-benefit-porcent:before{content:""}.fi-rs-betamax:before{content:""}.fi-rs-bible:before{content:""}.fi-rs-bicycle-journey:before{content:""}.fi-rs-big-drop:before{content:""}.fi-rs-bike:before{content:""}.fi-rs-bike-moving:before{content:""}.fi-rs-bike-path:before{content:""}.fi-rs-biking:before{content:""}.fi-rs-biking-mountain:before{content:""}.fi-rs-bill-arrow:before{content:""}.fi-rs-billiard:before{content:""}.fi-rs-bin-bottles:before{content:""}.fi-rs-binary:before{content:""}.fi-rs-binary-circle-check:before{content:""}.fi-rs-binary-cloud:before{content:""}.fi-rs-binary-lock:before{content:""}.fi-rs-binary-slash:before{content:""}.fi-rs-binoculars:before{content:""}.fi-rs-bio:before{content:""}.fi-rs-bio-leaves: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:before{content:""}.fi-rs-blender-phone:before{content:""}.fi-rs-blinds:before{content:""}.fi-rs-blinds-open:before{content:""}.fi-rs-blinds-raised:before{content:""}.fi-rs-block:before{content:""}.fi-rs-block-brick:before{content:""}.fi-rs-block-brick-fire:before{content:""}.fi-rs-block-microphone:before{content:""}.fi-rs-block-question:before{content:""}.fi-rs-block-quote:before{content:""}.fi-rs-blockchain-3:before{content:""}.fi-rs-blog-pencil:before{content:""}.fi-rs-blog-text:before{content:""}.fi-rs-blood:before{content:""}.fi-rs-blood-dropper:before{content:""}.fi-rs-blood-test-tube:before{content:""}.fi-rs-blood-test-tube-alt:before{content:""}.fi-rs-blueberries:before{content:""}.fi-rs-blueprint:before{content:""}.fi-rs-bluetooth-alt:before{content:""}.fi-rs-bluetooth-circle:before{content:""}.fi-rs-bold:before{content:""}.fi-rs-bolt:before{content:""}.fi-rs-bolt-auto:before{content:""}.fi-rs-bolt-slash:before{content:""}.fi-rs-bomb:before{content:""}.fi-rs-bone:before{content:""}.fi-rs-bone-break:before{content:""}.fi-rs-bong:before{content:""}.fi-rs-bonus:before{content:""}.fi-rs-bonus-alt:before{content:""}.fi-rs-bonus-star:before{content:""}.fi-rs-book: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-world:before{content:""}.fi-rs-Booking:before{content:""}.fi-rs-bookmark:before{content:""}.fi-rs-bookmark-slash:before{content:""}.fi-rs-books:before{content:""}.fi-rs-books-medical:before{content:""}.fi-rs-boot:before{content:""}.fi-rs-boot-heeled: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:before{content:""}.fi-rs-border-style-alt:before{content:""}.fi-rs-border-top:before{content:""}.fi-rs-boss:before{content:""}.fi-rs-bottle:before{content:""}.fi-rs-bottle-droplet:before{content:""}.fi-rs-bow-arrow:before{content:""}.fi-rs-bowl-chopsticks:before{content:""}.fi-rs-bowl-chopsticks-noodles: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:before{content:""}.fi-rs-bowling-ball:before{content:""}.fi-rs-bowling-pins:before{content:""}.fi-rs-box: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:before{content:""}.fi-rs-box-open-full:before{content:""}.fi-rs-box-tissue:before{content:""}.fi-rs-box-up:before{content:""}.fi-rs-boxes:before{content:""}.fi-rs-boxing-glove:before{content:""}.fi-rs-bracket-curly:before{content:""}.fi-rs-bracket-curly-right:before{content:""}.fi-rs-bracket-round:before{content:""}.fi-rs-bracket-round-right:before{content:""}.fi-rs-bracket-square:before{content:""}.fi-rs-bracket-square-right:before{content:""}.fi-rs-brackets-curly:before{content:""}.fi-rs-brackets-round:before{content:""}.fi-rs-brackets-square:before{content:""}.fi-rs-braille: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:before{content:""}.fi-rs-braille-n-alt: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-brain:before{content:""}.fi-rs-brain-bulb:before{content:""}.fi-rs-brain-circuit:before{content:""}.fi-rs-brain-lightning:before{content:""}.fi-rs-brain-stress: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-brazil:before{content:""}.fi-rs-brazil-flag:before{content:""}.fi-rs-brazil-flag-circle:before{content:""}.fi-rs-bread:before{content:""}.fi-rs-bread-loaf:before{content:""}.fi-rs-bread-slice:before{content:""}.fi-rs-bread-slice-butter:before{content:""}.fi-rs-bridge:before{content:""}.fi-rs-bridge-circle-check:before{content:""}.fi-rs-bridge-collapse:before{content:""}.fi-rs-bridge-suspension:before{content:""}.fi-rs-bridge-water:before{content:""}.fi-rs-briefcase:before{content:""}.fi-rs-briefcase-arrow-right:before{content:""}.fi-rs-briefcase-blank:before{content:""}.fi-rs-brightness:before{content:""}.fi-rs-brightness-low: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-arm:before{content:""}.fi-rs-broken-chain-link-wrong:before{content:""}.fi-rs-broken-image:before{content:""}.fi-rs-broken-leg:before{content:""}.fi-rs-broken-nail:before{content:""}.fi-rs-broom-ball:before{content:""}.fi-rs-browser:before{content:""}.fi-rs-browser-ui:before{content:""}.fi-rs-browsers:before{content:""}.fi-rs-brush:before{content:""}.fi-rs-bubble-discussion:before{content:""}.fi-rs-bucket:before{content:""}.fi-rs-budget:before{content:""}.fi-rs-budget-alt:before{content:""}.fi-rs-bug:before{content:""}.fi-rs-bug-slash:before{content:""}.fi-rs-bugs:before{content:""}.fi-rs-build:before{content:""}.fi-rs-build-alt:before{content:""}.fi-rs-builder:before{content:""}.fi-rs-building:before{content:""}.fi-rs-building-circle-arrow-right:before{content:""}.fi-rs-building-ngo:before{content:""}.fi-rs-bulb:before{content:""}.fi-rs-bulb-speech-bubble:before{content:""}.fi-rs-bullet:before{content:""}.fi-rs-bullhorn:before{content:""}.fi-rs-bullseye:before{content:""}.fi-rs-bullseye-arrow:before{content:""}.fi-rs-bullseye-pointer: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:before{content:""}.fi-rs-bus-alt: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: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-calendar: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:before{content:""}.fi-rs-calendar-lines-pen: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-update:before{content:""}.fi-rs-calendar-week:before{content:""}.fi-rs-calendar-xmark:before{content:""}.fi-rs-calendars:before{content:""}.fi-rs-call-duration:before{content:""}.fi-rs-call-forbidden: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: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-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: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-Cannabis:before{content:""}.fi-rs-canned-food:before{content:""}.fi-rs-cannon:before{content:""}.fi-rs-capsules:before{content:""}.fi-rs-car: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:before{content:""}.fi-rs-car-side-bolt:before{content:""}.fi-rs-car-tilt:before{content:""}.fi-rs-car-tunnel:before{content:""}.fi-rs-car-wash:before{content:""}.fi-rs-caravan:before{content:""}.fi-rs-caravan-alt:before{content:""}.fi-rs-carbon-cloud:before{content:""}.fi-rs-carbon-cloud-arrow-down:before{content:""}.fi-rs-carbon-footprint: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-cards-blank: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:before{content:""}.fi-rs-caret-square-left_1:before{content:""}.fi-rs-caret-square-right:before{content:""}.fi-rs-caret-up:before{content:""}.fi-rs-carrot:before{content:""}.fi-rs-cars:before{content:""}.fi-rs-cars-crash:before{content:""}.fi-rs-cart-arrow-down:before{content:""}.fi-rs-cart-minus:before{content:""}.fi-rs-cart-shopping-fast:before{content:""}.fi-rs-case-study: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:before{content:""}.fi-rs-cat-dog:before{content:""}.fi-rs-cat-head:before{content:""}.fi-rs-cat-space:before{content:""}.fi-rs-catalog:before{content:""}.fi-rs-catalog-alt:before{content:""}.fi-rs-catalog-magazine:before{content:""}.fi-rs-category:before{content:""}.fi-rs-category-alt: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:before{content:""}.fi-rs-chair-director:before{content:""}.fi-rs-chair-office:before{content:""}.fi-rs-chalkboard:before{content:""}.fi-rs-chalkboard-user:before{content:""}.fi-rs-challenge:before{content:""}.fi-rs-challenge-alt:before{content:""}.fi-rs-channel:before{content:""}.fi-rs-charging-station:before{content:""}.fi-rs-chart-area:before{content:""}.fi-rs-chart-bar-holding-hand: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:before{content:""}.fi-rs-chart-line-up-down:before{content:""}.fi-rs-chart-mixed:before{content:""}.fi-rs-chart-mixed-up-circle-currency:before{content:""}.fi-rs-chart-mixed-up-circle-dollar:before{content:""}.fi-rs-chart-network:before{content:""}.fi-rs-chart-pie: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-pyramid:before{content:""}.fi-rs-chart-radar:before{content:""}.fi-rs-chart-scatter:before{content:""}.fi-rs-chart-scatter-3d:before{content:""}.fi-rs-chart-scatter-bubble:before{content:""}.fi-rs-chart-set-theory:before{content:""}.fi-rs-chart-simple:before{content:""}.fi-rs-chart-simple-horizontal:before{content:""}.fi-rs-chart-tree:before{content:""}.fi-rs-chart-tree-map: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:before{content:""}.fi-rs-chatbot-speech-bubble:before{content:""}.fi-rs-cheap:before{content:""}.fi-rs-cheap-bill:before{content:""}.fi-rs-cheap-dollar:before{content:""}.fi-rs-cheap-stack:before{content:""}.fi-rs-cheap-stack-dollar:before{content:""}.fi-rs-check: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-checkbox:before{content:""}.fi-rs-checklist-task-budget:before{content:""}.fi-rs-cheese:before{content:""}.fi-rs-cheese-alt:before{content:""}.fi-rs-cheeseburger:before{content:""}.fi-rs-cherry:before{content:""}.fi-rs-chess:before{content:""}.fi-rs-chess-bishop:before{content:""}.fi-rs-chess-board:before{content:""}.fi-rs-chess-clock:before{content:""}.fi-rs-chess-clock-alt:before{content:""}.fi-rs-chess-king:before{content:""}.fi-rs-chess-king-alt:before{content:""}.fi-rs-chess-knight:before{content:""}.fi-rs-chess-knight-alt:before{content:""}.fi-rs-chess-pawn:before{content:""}.fi-rs-chess-pawn-alt:before{content:""}.fi-rs-chess-piece:before{content:""}.fi-rs-chess-queen:before{content:""}.fi-rs-chess-queen-alt:before{content:""}.fi-rs-chess-rook:before{content:""}.fi-rs-chess-rook-alt:before{content:""}.fi-rs-chevron-double-down:before{content:""}.fi-rs-chevron-double-up:before{content:""}.fi-rs-child:before{content:""}.fi-rs-child-head: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:before{content:""}.fi-rs-choose-alt:before{content:""}.fi-rs-church:before{content:""}.fi-rs-circle: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:before{content:""}.fi-rs-circle-ellipsis-vertical: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:before{content:""}.fi-rs-circle-half-stroke: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:before{content:""}.fi-rs-circle-microphone-lines: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:before{content:""}.fi-rs-circle-phone-flip:before{content:""}.fi-rs-circle-phone-hangup: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-wifi-circle-wifi: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-citrus:before{content:""}.fi-rs-citrus-slice:before{content:""}.fi-rs-city:before{content:""}.fi-rs-clapper-open:before{content:""}.fi-rs-clapperboard:before{content:""}.fi-rs-clapperboard-play: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:before{content:""}.fi-rs-clip-file:before{content:""}.fi-rs-clip-mail:before{content:""}.fi-rs-clipboard:before{content:""}.fi-rs-clipboard-check:before{content:""}.fi-rs-clipboard-exclamation:before{content:""}.fi-rs-clipboard-list:before{content:""}.fi-rs-clipboard-list-check:before{content:""}.fi-rs-clipboard-prescription:before{content:""}.fi-rs-clipboard-question:before{content:""}.fi-rs-clipboard-user:before{content:""}.fi-rs-clipoard-wrong:before{content:""}.fi-rs-clock:before{content:""}.fi-rs-clock-desk:before{content:""}.fi-rs-clock-eight-thirty:before{content:""}.fi-rs-clock-eleven:before{content:""}.fi-rs-clock-eleven-thirty:before{content:""}.fi-rs-clock-five:before{content:""}.fi-rs-clock-five-thirty:before{content:""}.fi-rs-clock-four-thirty:before{content:""}.fi-rs-clock-future-past:before{content:""}.fi-rs-clock-nine:before{content:""}.fi-rs-clock-nine-thirty:before{content:""}.fi-rs-clock-one:before{content:""}.fi-rs-clock-one-thirty:before{content:""}.fi-rs-clock-seven:before{content:""}.fi-rs-clock-seven-thirty:before{content:""}.fi-rs-clock-six:before{content:""}.fi-rs-clock-six-thirty:before{content:""}.fi-rs-clock-ten:before{content:""}.fi-rs-clock-ten-thirty:before{content:""}.fi-rs-clock-three:before{content:""}.fi-rs-clock-three-thirty:before{content:""}.fi-rs-clock-time-tracking:before{content:""}.fi-rs-clock-twelve:before{content:""}.fi-rs-clock-twelve-thirty:before{content:""}.fi-rs-clock-two:before{content:""}.fi-rs-clock-two-thirty:before{content:""}.fi-rs-clock-up-arrow:before{content:""}.fi-rs-clone:before{content:""}.fi-rs-closed-captioning-slash:before{content:""}.fi-rs-clothes-hanger:before{content:""}.fi-rs-clothing-rack:before{content:""}.fi-rs-cloud:before{content:""}.fi-rs-cloud-back-up:before{content:""}.fi-rs-cloud-back-up-alt:before{content:""}.fi-rs-cloud-check:before{content:""}.fi-rs-cloud-code:before{content:""}.fi-rs-cloud-data:before{content:""}.fi-rs-cloud-disabled:before{content:""}.fi-rs-cloud-download:before{content:""}.fi-rs-cloud-download-alt:before{content:""}.fi-rs-cloud-download-circle: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:before{content:""}.fi-rs-cloud-hail-mixed:before{content:""}.fi-rs-cloud-lock:before{content:""}.fi-rs-cloud-meatball:before{content:""}.fi-rs-cloud-moon:before{content:""}.fi-rs-cloud-moon-rain: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:before{content:""}.fi-rs-cloud-showers-heavy:before{content:""}.fi-rs-cloud-showers-water:before{content:""}.fi-rs-cloud-sleet:before{content:""}.fi-rs-cloud-snow:before{content:""}.fi-rs-cloud-sun:before{content:""}.fi-rs-cloud-sun-rain:before{content:""}.fi-rs-cloud-upload:before{content:""}.fi-rs-cloud-upload-alt:before{content:""}.fi-rs-cloud-upload-circle:before{content:""}.fi-rs-clouds:before{content:""}.fi-rs-clouds-moon:before{content:""}.fi-rs-clouds-sun:before{content:""}.fi-rs-clover-alt:before{content:""}.fi-rs-club:before{content:""}.fi-rs-cocktail:before{content:""}.fi-rs-cocktail-alt: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:before{content:""}.fi-rs-code-pull-request-closed:before{content:""}.fi-rs-code-pull-request-draft:before{content:""}.fi-rs-code-simple:before{content:""}.fi-rs-coffee:before{content:""}.fi-rs-coffee-bean:before{content:""}.fi-rs-coffee-beans:before{content:""}.fi-rs-coffee-heart:before{content:""}.fi-rs-coffee-maker:before{content:""}.fi-rs-coffee-pot:before{content:""}.fi-rs-coffin:before{content:""}.fi-rs-coffin-cross:before{content:""}.fi-rs-coin:before{content:""}.fi-rs-coin-up-arrow: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:before{content:""}.fi-rs-comment-alt: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:before{content:""}.fi-rs-comment-alt-middle-top:before{content:""}.fi-rs-comment-alt-minus:before{content:""}.fi-rs-comment-alt-music:before{content:""}.fi-rs-comment-arrow-down:before{content:""}.fi-rs-comment-arrow-up:before{content:""}.fi-rs-comment-arrow-up-right: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-comments:before{content:""}.fi-rs-comments-dollar:before{content:""}.fi-rs-comments-question:before{content:""}.fi-rs-comments-question-check: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:before{content:""}.fi-rs-compliance-clipboard:before{content:""}.fi-rs-compliance-document:before{content:""}.fi-rs-compress:before{content:""}.fi-rs-compress-alt:before{content:""}.fi-rs-computer:before{content:""}.fi-rs-computer-classic:before{content:""}.fi-rs-computer-mouse:before{content:""}.fi-rs-computer-speaker:before{content:""}.fi-rs-concierge-bell:before{content:""}.fi-rs-condition:before{content:""}.fi-rs-condition-alt:before{content:""}.fi-rs-confetti:before{content:""}.fi-rs-confidential-discussion:before{content:""}.fi-rs-console-controller:before{content:""}.fi-rs-constellation:before{content:""}.fi-rs-contact-lens-eyes:before{content:""}.fi-rs-container-storage:before{content:""}.fi-rs-convert-document:before{content:""}.fi-rs-convert-shapes:before{content:""}.fi-rs-conveyor-belt: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-cookie:before{content:""}.fi-rs-cookie-alt:before{content:""}.fi-rs-copy:before{content:""}.fi-rs-copy-alt:before{content:""}.fi-rs-copy-image:before{content:""}.fi-rs-copyright:before{content:""}.fi-rs-corn:before{content:""}.fi-rs-corporate:before{content:""}.fi-rs-corporate-alt:before{content:""}.fi-rs-couch:before{content:""}.fi-rs-court-sport:before{content:""}.fi-rs-cow:before{content:""}.fi-rs-cow-alt:before{content:""}.fi-rs-cowbell:before{content:""}.fi-rs-cowbell-circle-plus:before{content:""}.fi-rs-cowbell-more:before{content:""}.fi-rs-crab:before{content:""}.fi-rs-crate-empty:before{content:""}.fi-rs-cream:before{content:""}.fi-rs-credit-card:before{content:""}.fi-rs-credit-card-buyer:before{content:""}.fi-rs-credit-card-eye:before{content:""}.fi-rs-cricket:before{content:""}.fi-rs-CRM:before{content:""}.fi-rs-crm-alt:before{content:""}.fi-rs-crm-computer:before{content:""}.fi-rs-croissant:before{content:""}.fi-rs-cross:before{content:""}.fi-rs-cross-religion:before{content:""}.fi-rs-cross-small: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:before{content:""}.fi-rs-cubes-stacked:before{content:""}.fi-rs-cucumber:before{content:""}.fi-rs-cup-straw:before{content:""}.fi-rs-cup-straw-swoosh:before{content:""}.fi-rs-cup-togo:before{content:""}.fi-rs-cupcake:before{content:""}.fi-rs-cupcake-alt:before{content:""}.fi-rs-curling:before{content:""}.fi-rs-cursor:before{content:""}.fi-rs-cursor-finger:before{content:""}.fi-rs-cursor-plus:before{content:""}.fi-rs-cursor-text:before{content:""}.fi-rs-cursor-text-alt:before{content:""}.fi-rs-curve:before{content:""}.fi-rs-curve-alt:before{content:""}.fi-rs-curve-arrow:before{content:""}.fi-rs-custard:before{content:""}.fi-rs-customer-care:before{content:""}.fi-rs-customer-service:before{content:""}.fi-rs-customization:before{content:""}.fi-rs-customization-cogwheel:before{content:""}.fi-rs-customize:before{content:""}.fi-rs-customize-computer:before{content:""}.fi-rs-customize-edit: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-daisy:before{content:""}.fi-rs-daisy-alt:before{content:""}.fi-rs-damage:before{content:""}.fi-rs-dark-mode:before{content:""}.fi-rs-dark-mode-alt:before{content:""}.fi-rs-dart:before{content:""}.fi-rs-dashboard:before{content:""}.fi-rs-dashboard-monitor:before{content:""}.fi-rs-dashboard-panel:before{content:""}.fi-rs-data-transfer:before{content:""}.fi-rs-database:before{content:""}.fi-rs-database-cloud-circle:before{content:""}.fi-rs-debt:before{content:""}.fi-rs-decision-choice:before{content:""}.fi-rs-deer:before{content:""}.fi-rs-deer-rudolph:before{content:""}.fi-rs-degree-credential:before{content:""}.fi-rs-delete:before{content:""}.fi-rs-delete-document:before{content:""}.fi-rs-delete-right:before{content:""}.fi-rs-delete-user:before{content:""}.fi-rs-democrat:before{content:""}.fi-rs-department:before{content:""}.fi-rs-department-structure:before{content:""}.fi-rs-deposit:before{content:""}.fi-rs-deposit-alt:before{content:""}.fi-rs-description:before{content:""}.fi-rs-description-alt:before{content:""}.fi-rs-desk:before{content:""}.fi-rs-desktop-arrow-down:before{content:""}.fi-rs-desktop-wallpaper:before{content:""}.fi-rs-detergent: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:before{content:""}.fi-rs-dial-high:before{content:""}.fi-rs-dial-low:before{content:""}.fi-rs-dial-max:before{content:""}.fi-rs-dial-med:before{content:""}.fi-rs-dial-med-low:before{content:""}.fi-rs-dial-min:before{content:""}.fi-rs-dial-off:before{content:""}.fi-rs-dialogue-exchange:before{content:""}.fi-rs-diamond:before{content:""}.fi-rs-diamond-exclamation:before{content:""}.fi-rs-diamond-turn-right:before{content:""}.fi-rs-diary-bookmark-down:before{content:""}.fi-rs-diary-bookmarks:before{content:""}.fi-rs-diary-clasp:before{content:""}.fi-rs-dice: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-dictionary:before{content:""}.fi-rs-dictionary-alt:before{content:""}.fi-rs-dictionary-open:before{content:""}.fi-rs-digging:before{content:""}.fi-rs-digital-payment:before{content:""}.fi-rs-digital-tachograph:before{content:""}.fi-rs-digital-wallet:before{content:""}.fi-rs-dinner:before{content:""}.fi-rs-diploma:before{content:""}.fi-rs-direction-signal:before{content:""}.fi-rs-direction-signal-arrow:before{content:""}.fi-rs-disc-drive:before{content:""}.fi-rs-disco-ball:before{content:""}.fi-rs-discover:before{content:""}.fi-rs-discussion-group:before{content:""}.fi-rs-discussion-idea: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-dj-disc:before{content:""}.fi-rs-dna:before{content:""}.fi-rs-do-not-disturb:before{content:""}.fi-rs-do-not-disturb-doorknob:before{content:""}.fi-rs-do-not-enter:before{content:""}.fi-rs-doctor:before{content:""}.fi-rs-document:before{content:""}.fi-rs-document-circle-wrong:before{content:""}.fi-rs-document-folder-gear:before{content:""}.fi-rs-document-gavel:before{content:""}.fi-rs-document-gear:before{content:""}.fi-rs-document-nft:before{content:""}.fi-rs-document-paid:before{content:""}.fi-rs-document-signed:before{content:""}.fi-rs-dog:before{content:""}.fi-rs-dog-bowl-empty:before{content:""}.fi-rs-dog-leashed:before{content:""}.fi-rs-dollar:before{content:""}.fi-rs-dolly-flatbed:before{content:""}.fi-rs-dolly-flatbed-alt:before{content:""}.fi-rs-dolly-flatbed-empty: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-dorm-room:before{content:""}.fi-rs-dot-circle:before{content:""}.fi-rs-dot-pending:before{content:""}.fi-rs-dove:before{content:""}.fi-rs-down:before{content:""}.fi-rs-down-from-bracket:before{content:""}.fi-rs-down-left:before{content:""}.fi-rs-down-left-and-up-right-to-center:before{content:""}.fi-rs-down-right:before{content:""}.fi-rs-down-to-line: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:before{content:""}.fi-rs-drawer-alt:before{content:""}.fi-rs-drawer-empty:before{content:""}.fi-rs-dreidel:before{content:""}.fi-rs-dress:before{content:""}.fi-rs-drink-alt:before{content:""}.fi-rs-driver-man:before{content:""}.fi-rs-driver-woman:before{content:""}.fi-rs-drone:before{content:""}.fi-rs-drone-alt:before{content:""}.fi-rs-drone-front:before{content:""}.fi-rs-drop-down:before{content:""}.fi-rs-dropdown:before{content:""}.fi-rs-dropdown-bar:before{content:""}.fi-rs-dropdown-select:before{content:""}.fi-rs-drum:before{content:""}.fi-rs-drum-steelpan:before{content:""}.fi-rs-drumstick:before{content:""}.fi-rs-drumstick-bite:before{content:""}.fi-rs-dryer:before{content:""}.fi-rs-dryer-alt: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:before{content:""}.fi-rs-dumpster-fire:before{content:""}.fi-rs-dungeon:before{content:""}.fi-rs-duplicate:before{content:""}.fi-rs-duration:before{content:""}.fi-rs-duration-alt:before{content:""}.fi-rs-e:before{content:""}.fi-rs-e-learning:before{content:""}.fi-rs-ear:before{content:""}.fi-rs-ear-deaf:before{content:""}.fi-rs-ear-muffs:before{content:""}.fi-rs-ear-sound:before{content:""}.fi-rs-earbuds: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:before{content:""}.fi-rs-eclipse-alt:before{content:""}.fi-rs-eco-electric:before{content:""}.fi-rs-edit:before{content:""}.fi-rs-edit-alt:before{content:""}.fi-rs-edit-message:before{content:""}.fi-rs-effect:before{content:""}.fi-rs-egg:before{content:""}.fi-rs-egg-fried:before{content:""}.fi-rs-eiffel-tower: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-email-refresh:before{content:""}.fi-rs-emergency-call:before{content:""}.fi-rs-employee-alt:before{content:""}.fi-rs-employee-handbook:before{content:""}.fi-rs-employee-man:before{content:""}.fi-rs-employee-man-alt:before{content:""}.fi-rs-employees:before{content:""}.fi-rs-employees-woman-man:before{content:""}.fi-rs-empty-set:before{content:""}.fi-rs-endless-loop:before{content:""}.fi-rs-engine:before{content:""}.fi-rs-engine-warning:before{content:""}.fi-rs-english:before{content:""}.fi-rs-enter:before{content:""}.fi-rs-envelope: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:before{content:""}.fi-rs-envelope-open-dollar:before{content:""}.fi-rs-envelope-open-text:before{content:""}.fi-rs-envelope-plus:before{content:""}.fi-rs-envelopes:before{content:""}.fi-rs-equality:before{content:""}.fi-rs-equals:before{content:""}.fi-rs-equestrian-statue: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-europe-flag:before{content:""}.fi-rs-europe-map:before{content:""}.fi-rs-european-union:before{content:""}.fi-rs-excavator:before{content:""}.fi-rs-exchange:before{content:""}.fi-rs-exchange-alt:before{content:""}.fi-rs-exchange-cryptocurrency:before{content:""}.fi-rs-exclamation:before{content:""}.fi-rs-exit:before{content:""}.fi-rs-exit-alt:before{content:""}.fi-rs-expand:before{content:""}.fi-rs-expand-arrows:before{content:""}.fi-rs-expand-arrows-alt:before{content:""}.fi-rs-expense:before{content:""}.fi-rs-expense-bill:before{content:""}.fi-rs-explosion:before{content:""}.fi-rs-external-hard-drive:before{content:""}.fi-rs-external-world:before{content:""}.fi-rs-eye:before{content:""}.fi-rs-eye-alert:before{content:""}.fi-rs-eye-arrow-progress:before{content:""}.fi-rs-eye-dropper:before{content:""}.fi-rs-eye-dropper-half: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:before{content:""}.fi-rs-face-sunglasses-alt: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-facial-massage:before{content:""}.fi-rs-fail:before{content:""}.fi-rs-falafel:before{content:""}.fi-rs-family:before{content:""}.fi-rs-family-dress:before{content:""}.fi-rs-family-pants:before{content:""}.fi-rs-fan:before{content:""}.fi-rs-fan-table:before{content:""}.fi-rs-farfalle:before{content:""}.fi-rs-farm:before{content:""}.fi-rs-faucet:before{content:""}.fi-rs-faucet-drip:before{content:""}.fi-rs-fax:before{content:""}.fi-rs-feather:before{content:""}.fi-rs-feather-pointed:before{content:""}.fi-rs-features:before{content:""}.fi-rs-features-alt:before{content:""}.fi-rs-fee:before{content:""}.fi-rs-fee-receipt:before{content:""}.fi-rs-feedback: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-fence:before{content:""}.fi-rs-ferris-wheel:before{content:""}.fi-rs-field-hockey:before{content:""}.fi-rs-fighter-jet:before{content:""}.fi-rs-file: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:before{content:""}.fi-rs-file-invoice-dollar:before{content:""}.fi-rs-file-loop:before{content:""}.fi-rs-file-medical:before{content:""}.fi-rs-file-medical-alt: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-question:before{content:""}.fi-rs-file-recycle: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-xls:before{content:""}.fi-rs-file-zip-alt:before{content:""}.fi-rs-file-zip-save:before{content:""}.fi-rs-file-zipper:before{content:""}.fi-rs-files-medical:before{content:""}.fi-rs-fill:before{content:""}.fi-rs-film:before{content:""}.fi-rs-film-canister:before{content:""}.fi-rs-film-slash:before{content:""}.fi-rs-films:before{content:""}.fi-rs-filter:before{content:""}.fi-rs-filter-list:before{content:""}.fi-rs-filter-slash:before{content:""}.fi-rs-filters:before{content:""}.fi-rs-finger-droplet:before{content:""}.fi-rs-finger-nail:before{content:""}.fi-rs-fingerprint:before{content:""}.fi-rs-fingerprint-remove:before{content:""}.fi-rs-fingerprint-security-risk:before{content:""}.fi-rs-fingerprint-verified: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:before{content:""}.fi-rs-first-award:before{content:""}.fi-rs-first-laurel:before{content:""}.fi-rs-first-medal:before{content:""}.fi-rs-fish:before{content:""}.fi-rs-fish-bones:before{content:""}.fi-rs-fish-cooked:before{content:""}.fi-rs-fishing-rod:before{content:""}.fi-rs-fist-move:before{content:""}.fi-rs-fitness-watch:before{content:""}.fi-rs-flag:before{content:""}.fi-rs-flag-alt:before{content:""}.fi-rs-flag-checkered:before{content:""}.fi-rs-flag-usa:before{content:""}.fi-rs-flame:before{content:""}.fi-rs-flashlight:before{content:""}.fi-rs-flask:before{content:""}.fi-rs-flask-gear:before{content:""}.fi-rs-flask-poison:before{content:""}.fi-rs-flask-potion:before{content:""}.fi-rs-flatbread:before{content:""}.fi-rs-flatbread-stuffed:before{content:""}.fi-rs-flip-horizontal:before{content:""}.fi-rs-floor:before{content:""}.fi-rs-floor-alt:before{content:""}.fi-rs-floor-layer: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-flowchart:before{content:""}.fi-rs-flower: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-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-fm-radio:before{content:""}.fi-rs-fog:before{content:""}.fi-rs-folder:before{content:""}.fi-rs-folder-archive:before{content:""}.fi-rs-folder-camera:before{content:""}.fi-rs-folder-directory:before{content:""}.fi-rs-folder-download:before{content:""}.fi-rs-folder-fire:before{content:""}.fi-rs-folder-gear:before{content:""}.fi-rs-folder-heart:before{content:""}.fi-rs-folder-loop:before{content:""}.fi-rs-folder-math:before{content:""}.fi-rs-folder-minus:before{content:""}.fi-rs-folder-music:before{content:""}.fi-rs-folder-open:before{content:""}.fi-rs-folder-plus-circle: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-xmark-circle: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-footprint:before{content:""}.fi-rs-foreign-language-audio:before{content:""}.fi-rs-forest:before{content:""}.fi-rs-forest-alt:before{content:""}.fi-rs-fork:before{content:""}.fi-rs-fork-spaghetti:before{content:""}.fi-rs-forklift:before{content:""}.fi-rs-form:before{content:""}.fi-rs-fort:before{content:""}.fi-rs-forward:before{content:""}.fi-rs-forward-fast:before{content:""}.fi-rs-fox:before{content:""}.fi-rs-frame:before{content:""}.fi-rs-franc-sign:before{content:""}.fi-rs-free:before{content:""}.fi-rs-free-delivery:before{content:""}.fi-rs-freemium:before{content:""}.fi-rs-french: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:before{content:""}.fi-rs-function-process:before{content:""}.fi-rs-function-square:before{content:""}.fi-rs-funnel-dollar:before{content:""}.fi-rs-funnel-money:before{content:""}.fi-rs-fusilli:before{content:""}.fi-rs-g:before{content:""}.fi-rs-galaxy:before{content:""}.fi-rs-galaxy-alt:before{content:""}.fi-rs-galaxy-planet:before{content:""}.fi-rs-galaxy-star:before{content:""}.fi-rs-gallery:before{content:""}.fi-rs-gallery-thumbnails:before{content:""}.fi-rs-game-board-alt:before{content:""}.fi-rs-gamepad:before{content:""}.fi-rs-garage:before{content:""}.fi-rs-garage-car:before{content:""}.fi-rs-garage-open:before{content:""}.fi-rs-garlic:before{content:""}.fi-rs-garlic-alt:before{content:""}.fi-rs-gas-pump:before{content:""}.fi-rs-gas-pump-alt:before{content:""}.fi-rs-gas-pump-slash: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-gauze-bandage: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-german:before{content:""}.fi-rs-ghost:before{content:""}.fi-rs-gif:before{content:""}.fi-rs-gif-square:before{content:""}.fi-rs-gift:before{content:""}.fi-rs-gift-box-benefits:before{content:""}.fi-rs-gift-card:before{content:""}.fi-rs-gifts:before{content:""}.fi-rs-gingerbread-man:before{content:""}.fi-rs-glass: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:before{content:""}.fi-rs-glass-whiskey-rocks:before{content:""}.fi-rs-glasses:before{content:""}.fi-rs-globe:before{content:""}.fi-rs-globe-alt:before{content:""}.fi-rs-globe-pointer:before{content:""}.fi-rs-globe-snow:before{content:""}.fi-rs-globe-user:before{content:""}.fi-rs-goal-net:before{content:""}.fi-rs-golf:before{content:""}.fi-rs-golf-ball:before{content:""}.fi-rs-golf-club:before{content:""}.fi-rs-golf-hole: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-grass:before{content:""}.fi-rs-grate:before{content:""}.fi-rs-grate-droplet:before{content:""}.fi-rs-greater-than:before{content:""}.fi-rs-greater-than-equal:before{content:""}.fi-rs-greek-helmet:before{content:""}.fi-rs-grid:before{content:""}.fi-rs-grid-alt:before{content:""}.fi-rs-grid-dividers:before{content:""}.fi-rs-grill:before{content:""}.fi-rs-grill-hot-alt:before{content:""}.fi-rs-grimace:before{content:""}.fi-rs-grin:before{content:""}.fi-rs-grin-alt:before{content:""}.fi-rs-grin-beam:before{content:""}.fi-rs-grin-beam-sweat:before{content:""}.fi-rs-grin-hearts:before{content:""}.fi-rs-grin-squint:before{content:""}.fi-rs-grin-squint-tears:before{content:""}.fi-rs-grin-stars:before{content:""}.fi-rs-grin-tears:before{content:""}.fi-rs-grin-tongue:before{content:""}.fi-rs-grin-tongue-squint:before{content:""}.fi-rs-grin-tongue-wink:before{content:""}.fi-rs-grin-wink:before{content:""}.fi-rs-grip-dots:before{content:""}.fi-rs-grip-dots-vertical:before{content:""}.fi-rs-grip-horizontal:before{content:""}.fi-rs-grip-lines:before{content:""}.fi-rs-grip-lines-vertical: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:before{content:""}.fi-rs-guide-alt:before{content:""}.fi-rs-guitar:before{content:""}.fi-rs-guitar-electric:before{content:""}.fi-rs-guitars:before{content:""}.fi-rs-gun-squirt:before{content:""}.fi-rs-gym:before{content:""}.fi-rs-h:before{content:""}.fi-rs-h-square: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:before{content:""}.fi-rs-hamburger-soda:before{content:""}.fi-rs-hammer:before{content:""}.fi-rs-hammer-brush:before{content:""}.fi-rs-hammer-crash:before{content:""}.fi-rs-hammer-war:before{content:""}.fi-rs-hamsa:before{content:""}.fi-rs-hand: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-bandage-wound: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-document: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-key: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-present: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-handcuffs:before{content:""}.fi-rs-handmade:before{content:""}.fi-rs-hands-brain:before{content:""}.fi-rs-hands-bubbles:before{content:""}.fi-rs-hands-clapping:before{content:""}.fi-rs-hands-heart:before{content:""}.fi-rs-hands-holding:before{content:""}.fi-rs-hands-holding-diamond:before{content:""}.fi-rs-hands-together:before{content:""}.fi-rs-hands-together-heart:before{content:""}.fi-rs-hands-usd:before{content:""}.fi-rs-handshake: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-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:before{content:""}.fi-rs-hat-cowboy-side: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:before{content:""}.fi-rs-head-side-brain:before{content:""}.fi-rs-head-side-cough:before{content:""}.fi-rs-head-side-cough-slash: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-vr:before{content:""}.fi-rs-heading:before{content:""}.fi-rs-headphones:before{content:""}.fi-rs-headset:before{content:""}.fi-rs-heart:before{content:""}.fi-rs-heart-arrow:before{content:""}.fi-rs-heart-brain:before{content:""}.fi-rs-heart-circle-user:before{content:""}.fi-rs-heart-crack:before{content:""}.fi-rs-heart-half:before{content:""}.fi-rs-heart-half-stroke: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-heat:before{content:""}.fi-rs-helicopter-side:before{content:""}.fi-rs-helmet-battle:before{content:""}.fi-rs-hexagon:before{content:""}.fi-rs-hexagon-check:before{content:""}.fi-rs-hexagon-divide:before{content:""}.fi-rs-hexagon-exclamation:before{content:""}.fi-rs-high-definition:before{content:""}.fi-rs-high-five:before{content:""}.fi-rs-high-five-celebration-yes:before{content:""}.fi-rs-highlighter:before{content:""}.fi-rs-highlighter-line:before{content:""}.fi-rs-hiking:before{content:""}.fi-rs-hiking-boot: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-brain:before{content:""}.fi-rs-holding-hand-dinner:before{content:""}.fi-rs-holding-hand-direction:before{content:""}.fi-rs-holding-hand-gear:before{content:""}.fi-rs-holding-hand-key:before{content:""}.fi-rs-holding-hand-nft:before{content:""}.fi-rs-holding-hand-revenue:before{content:""}.fi-rs-holly-berry:before{content:""}.fi-rs-home:before{content:""}.fi-rs-home-heart:before{content:""}.fi-rs-home-location:before{content:""}.fi-rs-home-location-alt:before{content:""}.fi-rs-honey-pot:before{content:""}.fi-rs-hood-cloak:before{content:""}.fi-rs-horizontal-rule:before{content:""}.fi-rs-horse:before{content:""}.fi-rs-horse-head:before{content:""}.fi-rs-horse-saddle:before{content:""}.fi-rs-horseshoe:before{content:""}.fi-rs-horseshoe-broken:before{content:""}.fi-rs-hose:before{content:""}.fi-rs-hose-reel:before{content:""}.fi-rs-hospital:before{content:""}.fi-rs-hospital-symbol:before{content:""}.fi-rs-hospital-user: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:before{content:""}.fi-rs-hourglass-end:before{content:""}.fi-rs-hourglass-start:before{content:""}.fi-rs-house-blank:before{content:""}.fi-rs-house-building:before{content:""}.fi-rs-house-chimney: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-circle-check:before{content:""}.fi-rs-house-circle-exclamation:before{content:""}.fi-rs-house-circle-xmark:before{content:""}.fi-rs-house-crack:before{content:""}.fi-rs-house-crack-alt: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-key: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:before{content:""}.fi-rs-hr-group:before{content:""}.fi-rs-hr-person:before{content:""}.fi-rs-hryvnia:before{content:""}.fi-rs-humanitarian-mission:before{content:""}.fi-rs-humidity:before{content:""}.fi-rs-hundred-points:before{content:""}.fi-rs-hurricane:before{content:""}.fi-rs-hyperloop: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-idea-exchange:before{content:""}.fi-rs-igloo:before{content:""}.fi-rs-image-slash:before{content:""}.fi-rs-images:before{content:""}.fi-rs-images-user:before{content:""}.fi-rs-improve-user:before{content:""}.fi-rs-inbox:before{content:""}.fi-rs-inbox-full:before{content:""}.fi-rs-inbox-in:before{content:""}.fi-rs-inbox-out: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-india-map: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:before{content:""}.fi-rs-info-guide: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: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-insight:before{content:""}.fi-rs-insight-alt:before{content:""}.fi-rs-insight-head: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-interpersonal-skill:before{content:""}.fi-rs-interrogation:before{content:""}.fi-rs-intersection:before{content:""}.fi-rs-introduction:before{content:""}.fi-rs-introduction-handshake:before{content:""}.fi-rs-inventory-alt:before{content:""}.fi-rs-invest:before{content:""}.fi-rs-investment:before{content:""}.fi-rs-invite:before{content:""}.fi-rs-invite-alt:before{content:""}.fi-rs-iot:before{content:""}.fi-rs-iot-alt:before{content:""}.fi-rs-ip-address:before{content:""}.fi-rs-iron:before{content:""}.fi-rs-island-tropical:before{content:""}.fi-rs-issue-loupe:before{content:""}.fi-rs-it:before{content:""}.fi-rs-it-alt:before{content:""}.fi-rs-it-computer:before{content:""}.fi-rs-italian:before{content:""}.fi-rs-italian-coffee-maker: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-japanese: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:before{content:""}.fi-rs-journal-alt:before{content:""}.fi-rs-journey:before{content:""}.fi-rs-joystick:before{content:""}.fi-rs-jpg:before{content:""}.fi-rs-jug:before{content:""}.fi-rs-jug-alt:before{content:""}.fi-rs-jug-bottle:before{content:""}.fi-rs-jumping-rope:before{content:""}.fi-rs-k:before{content:""}.fi-rs-kaaba:before{content:""}.fi-rs-kangaroo:before{content:""}.fi-rs-kayak:before{content:""}.fi-rs-kazoo:before{content:""}.fi-rs-kerning:before{content:""}.fi-rs-key:before{content:""}.fi-rs-key-car:before{content:""}.fi-rs-key-hole:before{content:""}.fi-rs-key-lock-crypto:before{content:""}.fi-rs-key-skeleton-left-right:before{content:""}.fi-rs-keyboard:before{content:""}.fi-rs-keyboard-brightness:before{content:""}.fi-rs-keyboard-brightness-low:before{content:""}.fi-rs-keyboard-down:before{content:""}.fi-rs-keyboard-left:before{content:""}.fi-rs-keynote:before{content:""}.fi-rs-kidneys:before{content:""}.fi-rs-kip-sign:before{content:""}.fi-rs-kiss:before{content:""}.fi-rs-kiss-beam:before{content:""}.fi-rs-kiss-wink-heart:before{content:""}.fi-rs-kitchen-set:before{content:""}.fi-rs-kite:before{content:""}.fi-rs-kiwi-bird:before{content:""}.fi-rs-kiwi-fruit:before{content:""}.fi-rs-knife:before{content:""}.fi-rs-knife-kitchen:before{content:""}.fi-rs-knitting:before{content:""}.fi-rs-knot-rope:before{content:""}.fi-rs-korean:before{content:""}.fi-rs-kpi:before{content:""}.fi-rs-kpi-evaluation:before{content:""}.fi-rs-l:before{content:""}.fi-rs-lab-coat:before{content:""}.fi-rs-label:before{content:""}.fi-rs-lacrosse-stick:before{content:""}.fi-rs-lacrosse-stick-ball:before{content:""}.fi-rs-lambda:before{content:""}.fi-rs-lamp:before{content:""}.fi-rs-lamp-desk:before{content:""}.fi-rs-lamp-floor:before{content:""}.fi-rs-lamp-street:before{content:""}.fi-rs-land-layer-location:before{content:""}.fi-rs-land-layers:before{content:""}.fi-rs-land-location:before{content:""}.fi-rs-land-mine-on:before{content:""}.fi-rs-landmark-alt:before{content:""}.fi-rs-language:before{content:""}.fi-rs-language-exchange:before{content:""}.fi-rs-laptop: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-lari-sign:before{content:""}.fi-rs-lasso:before{content:""}.fi-rs-lasso-sparkles:before{content:""}.fi-rs-last-square:before{content:""}.fi-rs-laugh:before{content:""}.fi-rs-laugh-beam:before{content:""}.fi-rs-laugh-squint:before{content:""}.fi-rs-laugh-wink:before{content:""}.fi-rs-laurel-user: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:before{content:""}.fi-rs-lead-funnel:before{content:""}.fi-rs-lead-management:before{content:""}.fi-rs-leader:before{content:""}.fi-rs-leader-alt:before{content:""}.fi-rs-leader-speech:before{content:""}.fi-rs-leaderboard:before{content:""}.fi-rs-leaderboard-alt:before{content:""}.fi-rs-leaderboard-trophy:before{content:""}.fi-rs-leadership:before{content:""}.fi-rs-leadership-alt:before{content:""}.fi-rs-leaf:before{content:""}.fi-rs-leaf-heart:before{content:""}.fi-rs-leaf-maple:before{content:""}.fi-rs-leaf-oak:before{content:""}.fi-rs-leafy-green:before{content:""}.fi-rs-leave:before{content:""}.fi-rs-left:before{content:""}.fi-rs-left-from-bracket:before{content:""}.fi-rs-legal:before{content:""}.fi-rs-legal-case:before{content:""}.fi-rs-lemon:before{content:""}.fi-rs-lesbian-couple:before{content:""}.fi-rs-less-than:before{content:""}.fi-rs-less-than-equal:before{content:""}.fi-rs-lesson:before{content:""}.fi-rs-lesson-class:before{content:""}.fi-rs-letter-case:before{content:""}.fi-rs-lettuce:before{content:""}.fi-rs-level-down:before{content:""}.fi-rs-level-down-alt:before{content:""}.fi-rs-level-up:before{content:""}.fi-rs-level-up-alt:before{content:""}.fi-rs-license:before{content:""}.fi-rs-life:before{content:""}.fi-rs-life-ring:before{content:""}.fi-rs-light-ceiling:before{content:""}.fi-rs-light-emergency:before{content:""}.fi-rs-light-emergency-on:before{content:""}.fi-rs-light-switch:before{content:""}.fi-rs-light-switch-off:before{content:""}.fi-rs-light-switch-on:before{content:""}.fi-rs-lightbulb-cfl:before{content:""}.fi-rs-lightbulb-cfl-on: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:before{content:""}.fi-rs-link-alt:before{content:""}.fi-rs-link-horizontal:before{content:""}.fi-rs-link-horizontal-slash:before{content:""}.fi-rs-link-slash:before{content:""}.fi-rs-link-slash-alt:before{content:""}.fi-rs-lion:before{content:""}.fi-rs-lion-head:before{content:""}.fi-rs-lips:before{content:""}.fi-rs-lips-silence:before{content:""}.fi-rs-lipstick:before{content:""}.fi-rs-lira-sign:before{content:""}.fi-rs-list: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-litecoin-sign:before{content:""}.fi-rs-live:before{content:""}.fi-rs-live-alt: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:before{content:""}.fi-rs-location-crosshairs-slash: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:before{content:""}.fi-rs-lock-alt:before{content:""}.fi-rs-lock-hashtag:before{content:""}.fi-rs-lock-open-alt: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:before{content:""}.fi-rs-lungs-virus:before{content:""}.fi-rs-m:before{content:""}.fi-rs-mace:before{content:""}.fi-rs-magic-wand:before{content:""}.fi-rs-magnet:before{content:""}.fi-rs-magnet-user:before{content:""}.fi-rs-magnifying-glass-binary:before{content:""}.fi-rs-magnifying-glass-eye:before{content:""}.fi-rs-magnifying-glass-wave:before{content:""}.fi-rs-mail-plus-circle:before{content:""}.fi-rs-mailbox:before{content:""}.fi-rs-mailbox-envelope:before{content:""}.fi-rs-mailbox-flag-up: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:before{content:""}.fi-rs-map-location-track:before{content:""}.fi-rs-map-marker: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-pin:before{content:""}.fi-rs-map-point:before{content:""}.fi-rs-marker:before{content:""}.fi-rs-marker-time:before{content:""}.fi-rs-marketplace:before{content:""}.fi-rs-marketplace-alt:before{content:""}.fi-rs-marketplace-store:before{content:""}.fi-rs-marriage-proposal:before{content:""}.fi-rs-mars:before{content:""}.fi-rs-mars-double:before{content:""}.fi-rs-mars-stroke-right:before{content:""}.fi-rs-mars-stroke-up: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-master-plan:before{content:""}.fi-rs-master-plan-integrate: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:before{content:""}.fi-rs-meeting-alt:before{content:""}.fi-rs-megaphone:before{content:""}.fi-rs-megaphone-announcement-leader:before{content:""}.fi-rs-megaphone-sound-waves:before{content:""}.fi-rs-meh:before{content:""}.fi-rs-meh-blank:before{content:""}.fi-rs-meh-rolling-eyes:before{content:""}.fi-rs-melon:before{content:""}.fi-rs-melon-alt:before{content:""}.fi-rs-member-list:before{content:""}.fi-rs-member-search:before{content:""}.fi-rs-membership:before{content:""}.fi-rs-membership-vip:before{content:""}.fi-rs-memo:before{content:""}.fi-rs-memo-circle-check:before{content:""}.fi-rs-memo-pad:before{content:""}.fi-rs-memory:before{content:""}.fi-rs-menu-dots:before{content:""}.fi-rs-menu-dots-vertical:before{content:""}.fi-rs-mercury:before{content:""}.fi-rs-message-alert:before{content:""}.fi-rs-message-arrow-down:before{content:""}.fi-rs-message-arrow-up:before{content:""}.fi-rs-message-arrow-up-right: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-star:before{content:""}.fi-rs-message-text:before{content:""}.fi-rs-message-xmark:before{content:""}.fi-rs-messages:before{content:""}.fi-rs-messages-dollar:before{content:""}.fi-rs-messages-question:before{content:""}.fi-rs-meteor:before{content:""}.fi-rs-meter:before{content:""}.fi-rs-meter-bolt:before{content:""}.fi-rs-meter-droplet:before{content:""}.fi-rs-meter-fire:before{content:""}.fi-rs-method:before{content:""}.fi-rs-microchip:before{content:""}.fi-rs-microchip-ai:before{content:""}.fi-rs-microphone:before{content:""}.fi-rs-microphone-alt:before{content:""}.fi-rs-microphone-slash:before{content:""}.fi-rs-microscope:before{content:""}.fi-rs-microwave:before{content:""}.fi-rs-milk:before{content:""}.fi-rs-milk-alt:before{content:""}.fi-rs-mill: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-mirror:before{content:""}.fi-rs-mirror-user:before{content:""}.fi-rs-mistletoe:before{content:""}.fi-rs-mix:before{content:""}.fi-rs-mixer:before{content:""}.fi-rs-mobile:before{content:""}.fi-rs-mobile-4g:before{content:""}.fi-rs-mobile-5g:before{content:""}.fi-rs-mobile-button:before{content:""}.fi-rs-mobile-hand:before{content:""}.fi-rs-mobile-message:before{content:""}.fi-rs-mobile-notch:before{content:""}.fi-rs-mockup:before{content:""}.fi-rs-mode:before{content:""}.fi-rs-mode-alt:before{content:""}.fi-rs-mode-landscape:before{content:""}.fi-rs-mode-portrait:before{content:""}.fi-rs-model-cube:before{content:""}.fi-rs-model-cube-arrows:before{content:""}.fi-rs-model-cube-space:before{content:""}.fi-rs-module:before{content:""}.fi-rs-monday:before{content:""}.fi-rs-money:before{content:""}.fi-rs-money-bill-simple:before{content:""}.fi-rs-money-bill-transfer:before{content:""}.fi-rs-money-bill-wave:before{content:""}.fi-rs-money-bill-wave-alt:before{content:""}.fi-rs-money-bills:before{content:""}.fi-rs-money-bills-simple:before{content:""}.fi-rs-money-check:before{content:""}.fi-rs-money-check-edit:before{content:""}.fi-rs-money-check-edit-alt:before{content:""}.fi-rs-money-coin-transfer:before{content:""}.fi-rs-money-from-bracket:before{content:""}.fi-rs-money-gears:before{content:""}.fi-rs-money-income: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-monkey:before{content:""}.fi-rs-monument:before{content:""}.fi-rs-moon:before{content:""}.fi-rs-moon-stars:before{content:""}.fi-rs-moped:before{content:""}.fi-rs-mortar-pestle:before{content:""}.fi-rs-mortgage:before{content:""}.fi-rs-mosque:before{content:""}.fi-rs-mosque-alt:before{content:""}.fi-rs-mosque-moon:before{content:""}.fi-rs-mosquito:before{content:""}.fi-rs-mosquito-net:before{content:""}.fi-rs-motorcycle:before{content:""}.fi-rs-mound:before{content:""}.fi-rs-mountain:before{content:""}.fi-rs-mountain-city:before{content:""}.fi-rs-mountains:before{content:""}.fi-rs-mouse:before{content:""}.fi-rs-mouse-field:before{content:""}.fi-rs-mouse-pointer-heart:before{content:""}.fi-rs-mov-file:before{content:""}.fi-rs-move-to-folder:before{content:""}.fi-rs-move-to-folder-2:before{content:""}.fi-rs-moving:before{content:""}.fi-rs-mower:before{content:""}.fi-rs-mp3-file:before{content:""}.fi-rs-mp3-player:before{content:""}.fi-rs-mp4-file:before{content:""}.fi-rs-mug:before{content:""}.fi-rs-mug-alt:before{content:""}.fi-rs-mug-hot:before{content:""}.fi-rs-mug-hot-alt:before{content:""}.fi-rs-mug-marshmallows:before{content:""}.fi-rs-mug-tea:before{content:""}.fi-rs-mug-tea-alt:before{content:""}.fi-rs-mug-tea-saucer:before{content:""}.fi-rs-multiple:before{content:""}.fi-rs-multiple-alt:before{content:""}.fi-rs-multitasking:before{content:""}.fi-rs-muscle:before{content:""}.fi-rs-mushroom:before{content:""}.fi-rs-mushroom-alt:before{content:""}.fi-rs-mushroom-cloud:before{content:""}.fi-rs-music:before{content:""}.fi-rs-music-alt:before{content:""}.fi-rs-music-file:before{content:""}.fi-rs-music-magnifying-glass:before{content:""}.fi-rs-music-note:before{content:""}.fi-rs-music-note-slash:before{content:""}.fi-rs-music-slash: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:before{content:""}.fi-rs-network-analytic:before{content:""}.fi-rs-network-cloud:before{content:""}.fi-rs-network-cloud-computer:before{content:""}.fi-rs-network-user:before{content:""}.fi-rs-neuter:before{content:""}.fi-rs-newsletter-subscribe:before{content:""}.fi-rs-newspaper:before{content:""}.fi-rs-newspaper-open:before{content:""}.fi-rs-nfc: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-nft-square:before{content:""}.fi-rs-night-day:before{content:""}.fi-rs-no-attention:before{content:""}.fi-rs-no-fee:before{content:""}.fi-rs-no-food:before{content:""}.fi-rs-no-iron:before{content:""}.fi-rs-no-people:before{content:""}.fi-rs-no-smoking:before{content:""}.fi-rs-noise-cancelling-headphones:before{content:""}.fi-rs-noodles:before{content:""}.fi-rs-nose:before{content:""}.fi-rs-not-equal:before{content:""}.fi-rs-not-found:before{content:""}.fi-rs-not-found-alt:before{content:""}.fi-rs-not-found-magnifying-glass:before{content:""}.fi-rs-notdef:before{content:""}.fi-rs-note:before{content:""}.fi-rs-note-medical:before{content:""}.fi-rs-note-sticky:before{content:""}.fi-rs-notebook:before{content:""}.fi-rs-notebook-alt:before{content:""}.fi-rs-notes:before{content:""}.fi-rs-notes-medical: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: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-office-chair:before{content:""}.fi-rs-oil-can:before{content:""}.fi-rs-oil-temp:before{content:""}.fi-rs-old-people:before{content:""}.fi-rs-olive:before{content:""}.fi-rs-olive-branch-dove:before{content:""}.fi-rs-olive-oil:before{content:""}.fi-rs-olives:before{content:""}.fi-rs-om:before{content:""}.fi-rs-omega:before{content:""}.fi-rs-on-air-square: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:before{content:""}.fi-rs-oval-alt: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:before{content:""}.fi-rs-pallet-alt:before{content:""}.fi-rs-pan:before{content:""}.fi-rs-pan-food:before{content:""}.fi-rs-pan-frying:before{content:""}.fi-rs-pancakes:before{content:""}.fi-rs-panorama:before{content:""}.fi-rs-paper-plane:before{content:""}.fi-rs-paper-plane-launch:before{content:""}.fi-rs-paper-plane-top:before{content:""}.fi-rs-paperclip-vertical:before{content:""}.fi-rs-parachute-box:before{content:""}.fi-rs-paragraph:before{content:""}.fi-rs-paragraph-left:before{content:""}.fi-rs-parking:before{content:""}.fi-rs-parking-circle:before{content:""}.fi-rs-parking-circle-slash:before{content:""}.fi-rs-parking-slash:before{content:""}.fi-rs-party-bell:before{content:""}.fi-rs-party-horn:before{content:""}.fi-rs-passenger-plane:before{content:""}.fi-rs-passport:before{content:""}.fi-rs-password:before{content:""}.fi-rs-password-alt:before{content:""}.fi-rs-password-computer:before{content:""}.fi-rs-password-email:before{content:""}.fi-rs-password-lock:before{content:""}.fi-rs-password-smartphone:before{content:""}.fi-rs-paste:before{content:""}.fi-rs-pattern:before{content:""}.fi-rs-pause:before{content:""}.fi-rs-pause-circle:before{content:""}.fi-rs-pause-square:before{content:""}.fi-rs-paw:before{content:""}.fi-rs-paw-claws:before{content:""}.fi-rs-paw-heart:before{content:""}.fi-rs-payment-pos:before{content:""}.fi-rs-payroll:before{content:""}.fi-rs-payroll-calendar:before{content:""}.fi-rs-payroll-check: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:before{content:""}.fi-rs-pen-clip-slash:before{content:""}.fi-rs-pen-fancy:before{content:""}.fi-rs-pen-fancy-slash:before{content:""}.fi-rs-pen-field:before{content:""}.fi-rs-pen-nib:before{content:""}.fi-rs-pen-nib-slash:before{content:""}.fi-rs-pen-slash:before{content:""}.fi-rs-pen-square:before{content:""}.fi-rs-pen-swirl:before{content:""}.fi-rs-pencil:before{content:""}.fi-rs-pencil-paintbrush:before{content:""}.fi-rs-pencil-ruler:before{content:""}.fi-rs-pencil-slash:before{content:""}.fi-rs-pending:before{content:""}.fi-rs-pennant:before{content:""}.fi-rs-people: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-pepper:before{content:""}.fi-rs-pepper-alt:before{content:""}.fi-rs-pepper-hot: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-battery: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:before{content:""}.fi-rs-person-dolly-empty:before{content:""}.fi-rs-person-dragging-bag:before{content:""}.fi-rs-person-dress:before{content:""}.fi-rs-person-dress-simple: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:before{content:""}.fi-rs-person-seat-reclined:before{content:""}.fi-rs-person-shelter:before{content:""}.fi-rs-person-sign:before{content:""}.fi-rs-person-simple:before{content:""}.fi-rs-person-stress: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:before{content:""}.fi-rs-piano-keyboard:before{content:""}.fi-rs-pickaxe:before{content:""}.fi-rs-picking:before{content:""}.fi-rs-picking-box:before{content:""}.fi-rs-picnic:before{content:""}.fi-rs-picpeople:before{content:""}.fi-rs-picpeople-filled:before{content:""}.fi-rs-picture:before{content:""}.fi-rs-pie:before{content:""}.fi-rs-pig:before{content:""}.fi-rs-pig-bank-bulb:before{content:""}.fi-rs-pig-face:before{content:""}.fi-rs-piggy-bank:before{content:""}.fi-rs-piggy-bank-budget:before{content:""}.fi-rs-pills:before{content:""}.fi-rs-pin-to-pin:before{content:""}.fi-rs-piñata:before{content:""}.fi-rs-pineapple:before{content:""}.fi-rs-pineapple-alt:before{content:""}.fi-rs-ping-pong:before{content:""}.fi-rs-pipe-smoking:before{content:""}.fi-rs-pisa-tower:before{content:""}.fi-rs-pixabay:before{content:""}.fi-rs-pizza-slice:before{content:""}.fi-rs-place-of-worship:before{content:""}.fi-rs-plagiarism:before{content:""}.fi-rs-plan:before{content:""}.fi-rs-plan-strategy:before{content:""}.fi-rs-plane: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-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:before{content:""}.fi-rs-plate-eating:before{content:""}.fi-rs-plate-empty:before{content:""}.fi-rs-plate-utensils:before{content:""}.fi-rs-plate-wheat:before{content:""}.fi-rs-play: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-playing-cards:before{content:""}.fi-rs-plug: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-plus:before{content:""}.fi-rs-plus-hexagon:before{content:""}.fi-rs-plus-minus:before{content:""}.fi-rs-plus-small:before{content:""}.fi-rs-png-file:before{content:""}.fi-rs-podcast:before{content:""}.fi-rs-podium:before{content:""}.fi-rs-podium-star:before{content:""}.fi-rs-podium-victory-leader:before{content:""}.fi-rs-point-of-sale:before{content:""}.fi-rs-point-of-sale-bill:before{content:""}.fi-rs-point-of-sale-signal: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-polish-bottle:before{content:""}.fi-rs-polish-brush:before{content:""}.fi-rs-poll-h:before{content:""}.fi-rs-pollution:before{content:""}.fi-rs-pompebled:before{content:""}.fi-rs-poo:before{content:""}.fi-rs-poo-bolt: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-population:before{content:""}.fi-rs-population-globe:before{content:""}.fi-rs-portal-enter:before{content:""}.fi-rs-portal-exit:before{content:""}.fi-rs-portrait:before{content:""}.fi-rs-portuguese: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:before{content:""}.fi-rs-prescription-bottle:before{content:""}.fi-rs-prescription-bottle-alt:before{content:""}.fi-rs-prescription-bottle-pill:before{content:""}.fi-rs-presentation:before{content:""}.fi-rs-preview:before{content:""}.fi-rs-previous-square:before{content:""}.fi-rs-print:before{content:""}.fi-rs-print-magnifying-glass:before{content:""}.fi-rs-print-slash: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-bar-dotted-empty:before{content:""}.fi-rs-progress-bar-dotted-half:before{content:""}.fi-rs-progress-bar-dotted-line-half:before{content:""}.fi-rs-progress-bar-empty:before{content:""}.fi-rs-progress-bar-half:before{content:""}.fi-rs-progress-bar-square-empty:before{content:""}.fi-rs-progress-bar-square-half: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:before{content:""}.fi-rs-pump-medical:before{content:""}.fi-rs-pumpkin:before{content:""}.fi-rs-pumpkin-alt:before{content:""}.fi-rs-pumpkin-alt-2:before{content:""}.fi-rs-puzzle-alt:before{content:""}.fi-rs-puzzle-piece:before{content:""}.fi-rs-puzzle-piece-integration:before{content:""}.fi-rs-puzzle-pieces:before{content:""}.fi-rs-pyramid:before{content:""}.fi-rs-q:before{content:""}.fi-rs-QR:before{content:""}.fi-rs-qr-scan:before{content:""}.fi-rs-qrcode:before{content:""}.fi-rs-question:before{content:""}.fi-rs-question-square:before{content:""}.fi-rs-queue:before{content:""}.fi-rs-queue-alt:before{content:""}.fi-rs-queue-line:before{content:""}.fi-rs-queue-signal:before{content:""}.fi-rs-quill-pen-story:before{content:""}.fi-rs-quiz:before{content:""}.fi-rs-quiz-alt:before{content:""}.fi-rs-quote-right:before{content:""}.fi-rs-r:before{content:""}.fi-rs-rabbit:before{content:""}.fi-rs-rabbit-fast:before{content:""}.fi-rs-raccoon:before{content:""}.fi-rs-racquet:before{content:""}.fi-rs-radar:before{content:""}.fi-rs-radar-monitoring-track:before{content:""}.fi-rs-radiation:before{content:""}.fi-rs-radiation-alt:before{content:""}.fi-rs-radio:before{content:""}.fi-rs-radio-alt:before{content:""}.fi-rs-radio-button:before{content:""}.fi-rs-radio-tower:before{content:""}.fi-rs-radio-waves: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:before{content:""}.fi-rs-ranking-podium-empty: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:before{content:""}.fi-rs-recipe-book: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:before{content:""}.fi-rs-rectangle-vertical-history:before{content:""}.fi-rs-rectangle-xmark:before{content:""}.fi-rs-rectangles-mixed:before{content:""}.fi-rs-recycle:before{content:""}.fi-rs-recycle-bin:before{content:""}.fi-rs-redo:before{content:""}.fi-rs-redo-alt:before{content:""}.fi-rs-reel:before{content:""}.fi-rs-refer:before{content:""}.fi-rs-refer-arrow:before{content:""}.fi-rs-referral:before{content:""}.fi-rs-referral-alt:before{content:""}.fi-rs-referral-link-arrow:before{content:""}.fi-rs-referral-user:before{content:""}.fi-rs-reflect:before{content:""}.fi-rs-reflect-horizontal:before{content:""}.fi-rs-reflect-horizontal-alt:before{content:""}.fi-rs-reflect-vertical:before{content:""}.fi-rs-refresh:before{content:""}.fi-rs-refrigerator:before{content:""}.fi-rs-refund:before{content:""}.fi-rs-refund-alt:before{content:""}.fi-rs-region-pin:before{content:""}.fi-rs-region-pin-alt:before{content:""}.fi-rs-registered:before{content:""}.fi-rs-registration-paper:before{content:""}.fi-rs-remote-control:before{content:""}.fi-rs-remote-control-hand:before{content:""}.fi-rs-remove-folder:before{content:""}.fi-rs-remove-user:before{content:""}.fi-rs-rent:before{content:""}.fi-rs-rent-signal: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-research-arrows-circle: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-responsability: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:before{content:""}.fi-rs-revenue-alt:before{content:""}.fi-rs-revenue-euro:before{content:""}.fi-rs-review:before{content:""}.fi-rs-rewind:before{content:""}.fi-rs-rewind-button-circle:before{content:""}.fi-rs-rhombus:before{content:""}.fi-rs-ribbon:before{content:""}.fi-rs-right:before{content:""}.fi-rs-right-from-bracket:before{content:""}.fi-rs-ring:before{content:""}.fi-rs-ring-diamond:before{content:""}.fi-rs-rings-wedding:before{content:""}.fi-rs-risk:before{content:""}.fi-rs-risk-alt:before{content:""}.fi-rs-road:before{content:""}.fi-rs-road-barrier:before{content:""}.fi-rs-road-map-pin:before{content:""}.fi-rs-road-sign-left:before{content:""}.fi-rs-roadmap:before{content:""}.fi-rs-robot:before{content:""}.fi-rs-robotic-arm:before{content:""}.fi-rs-rocket:before{content:""}.fi-rs-rocket-hand:before{content:""}.fi-rs-rocket-holding-hand:before{content:""}.fi-rs-rocket-lunch:before{content:""}.fi-rs-roller-coaster:before{content:""}.fi-rs-room-service:before{content:""}.fi-rs-rose:before{content:""}.fi-rs-rose-alt: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:before{content:""}.fi-rs-route-highway:before{content:""}.fi-rs-route-interstate:before{content:""}.fi-rs-router:before{content:""}.fi-rs-router-wifi:before{content:""}.fi-rs-router-wifi-alt:before{content:""}.fi-rs-rss:before{content:""}.fi-rs-rss-alt:before{content:""}.fi-rs-ruble-sign:before{content:""}.fi-rs-rugby:before{content:""}.fi-rs-rugby-helmet: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:before{content:""}.fi-rs-rules-alt:before{content:""}.fi-rs-running:before{content:""}.fi-rs-running-track:before{content:""}.fi-rs-rupee-sign:before{content:""}.fi-rs-rupiah-sign:before{content:""}.fi-rs-russian:before{content:""}.fi-rs-rv:before{content:""}.fi-rs-s:before{content:""}.fi-rs-sack:before{content:""}.fi-rs-sack-dollar:before{content:""}.fi-rs-sad:before{content:""}.fi-rs-sad-cry:before{content:""}.fi-rs-sad-tear: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:before{content:""}.fi-rs-sandwich-alt:before{content:""}.fi-rs-satellite:before{content:""}.fi-rs-satellite-dish:before{content:""}.fi-rs-satisfaction-bar: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:before{content:""}.fi-rs-scale-comparison:before{content:""}.fi-rs-scale-comparison-alt:before{content:""}.fi-rs-scalpel:before{content:""}.fi-rs-scalpel-path: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:before{content:""}.fi-rs-school-bus:before{content:""}.fi-rs-school-lock:before{content:""}.fi-rs-scissors:before{content:""}.fi-rs-scooter:before{content:""}.fi-rs-screen:before{content:""}.fi-rs-screen-share:before{content:""}.fi-rs-screencast:before{content:""}.fi-rs-screw:before{content:""}.fi-rs-screw-alt:before{content:""}.fi-rs-screwdriver:before{content:""}.fi-rs-scribble:before{content:""}.fi-rs-script:before{content:""}.fi-rs-scroll:before{content:""}.fi-rs-scroll-document-story:before{content:""}.fi-rs-scroll-old:before{content:""}.fi-rs-scroll-torah:before{content:""}.fi-rs-scrubber:before{content:""}.fi-rs-sculpture:before{content:""}.fi-rs-scythe:before{content:""}.fi-rs-sd-card:before{content:""}.fi-rs-sd-cards:before{content:""}.fi-rs-seal:before{content:""}.fi-rs-seal-exclamation:before{content:""}.fi-rs-seal-question:before{content:""}.fi-rs-search: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-seat-airline:before{content:""}.fi-rs-seatbelt-safety-driver:before{content:""}.fi-rs-second:before{content:""}.fi-rs-second-award:before{content:""}.fi-rs-second-laurel:before{content:""}.fi-rs-second-medal:before{content:""}.fi-rs-seedling:before{content:""}.fi-rs-selection:before{content:""}.fi-rs-sell:before{content:""}.fi-rs-seller:before{content:""}.fi-rs-seller-store:before{content:""}.fi-rs-selling:before{content:""}.fi-rs-send-back:before{content:""}.fi-rs-send-backward:before{content:""}.fi-rs-send-money:before{content:""}.fi-rs-send-money-smartphone:before{content:""}.fi-rs-sensor: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-server-key:before{content:""}.fi-rs-settings:before{content:""}.fi-rs-settings-sliders:before{content:""}.fi-rs-sewing-machine:before{content:""}.fi-rs-sewing-machine-alt:before{content:""}.fi-rs-share:before{content:""}.fi-rs-share-alt-square:before{content:""}.fi-rs-share-square:before{content:""}.fi-rs-sheep:before{content:""}.fi-rs-shekel-sign:before{content:""}.fi-rs-shelves:before{content:""}.fi-rs-shelves-empty:before{content:""}.fi-rs-shield: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-divided-four: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-ship:before{content:""}.fi-rs-ship-side:before{content:""}.fi-rs-shipping-fast:before{content:""}.fi-rs-shipping-timed:before{content:""}.fi-rs-shirt:before{content:""}.fi-rs-shirt-long-sleeve:before{content:""}.fi-rs-shirt-running:before{content:""}.fi-rs-shirt-tank-top:before{content:""}.fi-rs-shish-kebab:before{content:""}.fi-rs-shoe-prints:before{content:""}.fi-rs-shop:before{content:""}.fi-rs-shop-lock:before{content:""}.fi-rs-shop-slash:before{content:""}.fi-rs-shopping-bag:before{content:""}.fi-rs-shopping-bag-add:before{content:""}.fi-rs-shopping-basket:before{content:""}.fi-rs-shopping-cart: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-nft:before{content:""}.fi-rs-shovel:before{content:""}.fi-rs-shovel-snow:before{content:""}.fi-rs-shower:before{content:""}.fi-rs-shower-down: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:before{content:""}.fi-rs-sidebar-flip: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:before{content:""}.fi-rs-sign-posts-wrench:before{content:""}.fi-rs-sign-up:before{content:""}.fi-rs-signal-alt: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-bars-fair:before{content:""}.fi-rs-signal-bars-good:before{content:""}.fi-rs-signal-bars-weak:before{content:""}.fi-rs-signal-stream:before{content:""}.fi-rs-signal-stream-slash:before{content:""}.fi-rs-signature:before{content:""}.fi-rs-signature-lock:before{content:""}.fi-rs-signature-slash:before{content:""}.fi-rs-sim-card:before{content:""}.fi-rs-sim-cards:before{content:""}.fi-rs-sink:before{content:""}.fi-rs-Siren:before{content:""}.fi-rs-siren-on:before{content:""}.fi-rs-site:before{content:""}.fi-rs-site-alt:before{content:""}.fi-rs-site-browser:before{content:""}.fi-rs-sitemap:before{content:""}.fi-rs-skateboard:before{content:""}.fi-rs-skating:before{content:""}.fi-rs-skeleton:before{content:""}.fi-rs-skeleton-ribs: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:before{content:""}.fi-rs-skiing-nordic:before{content:""}.fi-rs-skill:before{content:""}.fi-rs-skill-alt:before{content:""}.fi-rs-skill-user:before{content:""}.fi-rs-skin:before{content:""}.fi-rs-skin-acne:before{content:""}.fi-rs-skin-arrow:before{content:""}.fi-rs-skin-drop:before{content:""}.fi-rs-skin-hair:before{content:""}.fi-rs-skin-laser:before{content:""}.fi-rs-skin-uv:before{content:""}.fi-rs-skip-15-seconds:before{content:""}.fi-rs-skull:before{content:""}.fi-rs-skull-cow:before{content:""}.fi-rs-skull-crossbones:before{content:""}.fi-rs-skull-heart:before{content:""}.fi-rs-slash:before{content:""}.fi-rs-sledding:before{content:""}.fi-rs-sleeping-bag:before{content:""}.fi-rs-sleeping-cat:before{content:""}.fi-rs-sleigh:before{content:""}.fi-rs-sliders-h-square:before{content:""}.fi-rs-sliders-v:before{content:""}.fi-rs-sliders-v-square:before{content:""}.fi-rs-slot-machine:before{content:""}.fi-rs-smart-home:before{content:""}.fi-rs-smart-home-alt: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:before{content:""}.fi-rs-smoking-ban: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:before{content:""}.fi-rs-snowflake-droplets: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:before{content:""}.fi-rs-soap-alt:before{content:""}.fi-rs-social-network:before{content:""}.fi-rs-socks:before{content:""}.fi-rs-sofa:before{content:""}.fi-rs-sofa-size:before{content:""}.fi-rs-solar-panel:before{content:""}.fi-rs-solar-panel-sun:before{content:""}.fi-rs-solar-system:before{content:""}.fi-rs-sold-house:before{content:""}.fi-rs-sold-signal:before{content:""}.fi-rs-sort:before{content:""}.fi-rs-sort-alpha-down:before{content:""}.fi-rs-sort-alpha-down-alt:before{content:""}.fi-rs-sort-alpha-up:before{content:""}.fi-rs-sort-alpha-up-alt:before{content:""}.fi-rs-sort-alt:before{content:""}.fi-rs-sort-amount-down:before{content:""}.fi-rs-sort-amount-down-alt:before{content:""}.fi-rs-sort-amount-up:before{content:""}.fi-rs-sort-amount-up-alt:before{content:""}.fi-rs-sort-circle:before{content:""}.fi-rs-sort-circle-down:before{content:""}.fi-rs-sort-circle-up:before{content:""}.fi-rs-sort-down:before{content:""}.fi-rs-sort-numeric-down:before{content:""}.fi-rs-sort-numeric-down-alt: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-soup:before{content:""}.fi-rs-source-data:before{content:""}.fi-rs-source-document:before{content:""}.fi-rs-source-document-alt:before{content:""}.fi-rs-spa:before{content:""}.fi-rs-space-shuttle:before{content:""}.fi-rs-space-station-moon:before{content:""}.fi-rs-space-station-moon-alt:before{content:""}.fi-rs-spade:before{content:""}.fi-rs-spaghetti-monster-flying:before{content:""}.fi-rs-spain-map:before{content:""}.fi-rs-spanish: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:before{content:""}.fi-rs-spider-black-widow:before{content:""}.fi-rs-spider-web:before{content:""}.fi-rs-spinner:before{content:""}.fi-rs-split:before{content:""}.fi-rs-split-up-relation:before{content:""}.fi-rs-splotch:before{content:""}.fi-rs-spoon:before{content:""}.fi-rs-spray-can:before{content:""}.fi-rs-spray-can-sparkles:before{content:""}.fi-rs-spring-calendar:before{content:""}.fi-rs-sprinkler:before{content:""}.fi-rs-spy:before{content:""}.fi-rs-sql-file:before{content:""}.fi-rs-sql-server:before{content:""}.fi-rs-square: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:before{content:""}.fi-rs-square-dashed-circle-plus:before{content:""}.fi-rs-square-divide:before{content:""}.fi-rs-square-e:before{content:""}.fi-rs-square-ellipsis:before{content:""}.fi-rs-square-ellipsis-vertical: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-squid:before{content:""}.fi-rs-squircle:before{content:""}.fi-rs-squirrel:before{content:""}.fi-rs-staff:before{content:""}.fi-rs-stage:before{content:""}.fi-rs-stage-concert:before{content:""}.fi-rs-stage-theatre:before{content:""}.fi-rs-stairs:before{content:""}.fi-rs-stamp:before{content:""}.fi-rs-standard-definition:before{content:""}.fi-rs-star: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:before{content:""}.fi-rs-star-sharp-half-stroke:before{content:""}.fi-rs-star-shooting: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-steam-iron:before{content:""}.fi-rs-steering-wheel:before{content:""}.fi-rs-step-backward:before{content:""}.fi-rs-step-forward:before{content:""}.fi-rs-steps-carreer: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:before{content:""}.fi-rs-stop-circle:before{content:""}.fi-rs-stop-square: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:before{content:""}.fi-rs-student-alt:before{content:""}.fi-rs-subfolder:before{content:""}.fi-rs-subscript:before{content:""}.fi-rs-subscription:before{content:""}.fi-rs-subscription-alt:before{content:""}.fi-rs-subscription-model:before{content:""}.fi-rs-subscription-user:before{content:""}.fi-rs-subtitles:before{content:""}.fi-rs-subtitles-slash: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:before{content:""}.fi-rs-sun-dust:before{content:""}.fi-rs-sun-plant-wilt:before{content:""}.fi-rs-sun-salutation-yoga:before{content:""}.fi-rs-sunday:before{content:""}.fi-rs-sunglasses:before{content:""}.fi-rs-sunglasses-alt:before{content:""}.fi-rs-sunrise:before{content:""}.fi-rs-sunrise-alt:before{content:""}.fi-rs-sunscreen:before{content:""}.fi-rs-sunset:before{content:""}.fi-rs-superscript:before{content:""}.fi-rs-supplier:before{content:""}.fi-rs-supplier-alt: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:before{content:""}.fi-rs-sushi-alt:before{content:""}.fi-rs-sushi-roll: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-sword-alt:before{content:""}.fi-rs-symbol:before{content:""}.fi-rs-symbols:before{content:""}.fi-rs-synagogue:before{content:""}.fi-rs-syringe:before{content:""}.fi-rs-syringe-injection-blood:before{content:""}.fi-rs-system-cloud:before{content:""}.fi-rs-t:before{content:""}.fi-rs-t-rex:before{content:""}.fi-rs-tab-folder:before{content:""}.fi-rs-table: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-tablet:before{content:""}.fi-rs-tablet-android:before{content:""}.fi-rs-tablet-android-alt:before{content:""}.fi-rs-tablet-rugged:before{content:""}.fi-rs-tachometer: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-taco:before{content:""}.fi-rs-tags:before{content:""}.fi-rs-talent:before{content:""}.fi-rs-talent-alt:before{content:""}.fi-rs-talent-hand:before{content:""}.fi-rs-tally: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-tamale:before{content:""}.fi-rs-tank-water:before{content:""}.fi-rs-tap:before{content:""}.fi-rs-tape:before{content:""}.fi-rs-target:before{content:""}.fi-rs-target-audience:before{content:""}.fi-rs-tattoo-machine:before{content:""}.fi-rs-tax:before{content:""}.fi-rs-tax-alt:before{content:""}.fi-rs-taxi:before{content:""}.fi-rs-taxi-bus:before{content:""}.fi-rs-team-check:before{content:""}.fi-rs-team-check-alt: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:before{content:""}.fi-rs-template-alt: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:before{content:""}.fi-rs-test-tube:before{content:""}.fi-rs-text:before{content:""}.fi-rs-text-box:before{content:""}.fi-rs-text-box-dots:before{content:""}.fi-rs-text-box-edit:before{content:""}.fi-rs-text-check:before{content:""}.fi-rs-text-height:before{content:""}.fi-rs-text-input-left: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-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:before{content:""}.fi-rs-third-award:before{content:""}.fi-rs-third-laurel:before{content:""}.fi-rs-third-medal:before{content:""}.fi-rs-thought-bubble:before{content:""}.fi-rs-three-direction:before{content:""}.fi-rs-three-leaf-clover:before{content:""}.fi-rs-thumbs-up-trust:before{content:""}.fi-rs-thumbtack:before{content:""}.fi-rs-thumbtack-slash:before{content:""}.fi-rs-thunderstorm:before{content:""}.fi-rs-thunderstorm-moon:before{content:""}.fi-rs-thunderstorm-risk:before{content:""}.fi-rs-thunderstorm-sun:before{content:""}.fi-rs-thursday:before{content:""}.fi-rs-ticket:before{content:""}.fi-rs-ticket-airline:before{content:""}.fi-rs-ticket-alt:before{content:""}.fi-rs-tickets: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:before{content:""}.fi-rs-time-forward-sixty:before{content:""}.fi-rs-time-forward-ten: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-button:before{content:""}.fi-rs-tip-button-hand:before{content:""}.fi-rs-tip-coin:before{content:""}.fi-rs-tire:before{content:""}.fi-rs-tire-flat:before{content:""}.fi-rs-tire-pressure-warning:before{content:""}.fi-rs-tire-rugged:before{content:""}.fi-rs-tired:before{content:""}.fi-rs-to-do:before{content:""}.fi-rs-to-do-alt:before{content:""}.fi-rs-together-people:before{content:""}.fi-rs-toggle-off:before{content:""}.fi-rs-toggle-on:before{content:""}.fi-rs-toilet:before{content:""}.fi-rs-toilet-paper-blank:before{content:""}.fi-rs-toilet-paper-blank-under:before{content:""}.fi-rs-toilet-paper-slash:before{content:""}.fi-rs-toilet-paper-under:before{content:""}.fi-rs-toilet-paper-under-slash:before{content:""}.fi-rs-toilet-paper-xmark:before{content:""}.fi-rs-toilets-portable:before{content:""}.fi-rs-token:before{content:""}.fi-rs-tomato:before{content:""}.fi-rs-tombstone:before{content:""}.fi-rs-tombstone-alt: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: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-trailer:before{content:""}.fi-rs-train:before{content:""}.fi-rs-train-journey:before{content:""}.fi-rs-train-side:before{content:""}.fi-rs-train-station:before{content:""}.fi-rs-train-station-building:before{content:""}.fi-rs-train-subway-tunnel:before{content:""}.fi-rs-train-track:before{content:""}.fi-rs-train-tram:before{content:""}.fi-rs-tram:before{content:""}.fi-rs-transaction-euro:before{content:""}.fi-rs-transaction-globe:before{content:""}.fi-rs-transaction-yen: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-translate:before{content:""}.fi-rs-transparency:before{content:""}.fi-rs-transporter: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-trash:before{content:""}.fi-rs-trash-bag: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:before{content:""}.fi-rs-trash-restore-alt:before{content:""}.fi-rs-trash-slash:before{content:""}.fi-rs-trash-undo:before{content:""}.fi-rs-trash-undo-alt:before{content:""}.fi-rs-trash-xmark:before{content:""}.fi-rs-treadmill:before{content:""}.fi-rs-treasure-chest:before{content:""}.fi-rs-treatment:before{content:""}.fi-rs-tree:before{content:""}.fi-rs-tree-alt:before{content:""}.fi-rs-tree-christmas:before{content:""}.fi-rs-tree-deciduous:before{content:""}.fi-rs-trees:before{content:""}.fi-rs-trees-alt:before{content:""}.fi-rs-triangle:before{content:""}.fi-rs-triangle-music:before{content:""}.fi-rs-triangle-person-digging:before{content:""}.fi-rs-triangle-warning:before{content:""}.fi-rs-tricycle:before{content:""}.fi-rs-trillium:before{content:""}.fi-rs-troph-cap:before{content:""}.fi-rs-trophy:before{content:""}.fi-rs-trophy-achievement-skill:before{content:""}.fi-rs-trophy-star: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:before{content:""}.fi-rs-truck-container-empty:before{content:""}.fi-rs-truck-couch:before{content:""}.fi-rs-truck-droplet: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:before{content:""}.fi-rs-trust-alt:before{content:""}.fi-rs-tshirt:before{content:""}.fi-rs-tty:before{content:""}.fi-rs-tty-answer: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-two-nails:before{content:""}.fi-rs-two-swords:before{content:""}.fi-rs-typewriter:before{content:""}.fi-rs-u:before{content:""}.fi-rs-ufo:before{content:""}.fi-rs-ufo-beam:before{content:""}.fi-rs-ui-ux:before{content:""}.fi-rs-umbrella:before{content:""}.fi-rs-umbrella-beach:before{content:""}.fi-rs-under-construction:before{content:""}.fi-rs-underline:before{content:""}.fi-rs-undo:before{content:""}.fi-rs-undo-alt: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:before{content:""}.fi-rs-up-from-bracket:before{content:""}.fi-rs-up-left:before{content:""}.fi-rs-up-right:before{content:""}.fi-rs-up-right-from-square:before{content:""}.fi-rs-upload:before{content:""}.fi-rs-url:before{content:""}.fi-rs-usa-map:before{content:""}.fi-rs-usa-map-pin:before{content:""}.fi-rs-usb-pendrive:before{content:""}.fi-rs-usd-circle:before{content:""}.fi-rs-usd-square:before{content:""}.fi-rs-user: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-dj:before{content:""}.fi-rs-user-eating:before{content:""}.fi-rs-user-experience:before{content:""}.fi-rs-user-fast-running:before{content:""}.fi-rs-user-forbidden:before{content:""}.fi-rs-user-forbidden-alt:before{content:""}.fi-rs-user-gear:before{content:""}.fi-rs-user-graduate:before{content:""}.fi-rs-user-hard-work:before{content:""}.fi-rs-user-headset:before{content:""}.fi-rs-user-helmet-safety:before{content:""}.fi-rs-user-india:before{content:""}.fi-rs-user-injured:before{content:""}.fi-rs-user-interface-ui:before{content:""}.fi-rs-user-key:before{content:""}.fi-rs-user-language:before{content:""}.fi-rs-user-lock:before{content:""}.fi-rs-user-md:before{content:""}.fi-rs-user-md-chat: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:before{content:""}.fi-rs-user-pilot-tie:before{content:""}.fi-rs-user-police:before{content:""}.fi-rs-user-roadmap:before{content:""}.fi-rs-user-robot:before{content:""}.fi-rs-user-robot-xmarks: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-speaking:before{content:""}.fi-rs-user-stress:before{content:""}.fi-rs-user-suitcase: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-volunteer:before{content:""}.fi-rs-user-xmark:before{content:""}.fi-rs-users:before{content:""}.fi-rs-users-alt:before{content:""}.fi-rs-users-class:before{content:""}.fi-rs-users-gear:before{content:""}.fi-rs-users-loyalty:before{content:""}.fi-rs-users-medical:before{content:""}.fi-rs-users-slash:before{content:""}.fi-rs-utensils:before{content:""}.fi-rs-utensils-slash:before{content:""}.fi-rs-utility-pole:before{content:""}.fi-rs-utility-pole-double:before{content:""}.fi-rs-ux:before{content:""}.fi-rs-ux-browser:before{content:""}.fi-rs-v:before{content:""}.fi-rs-vacuum:before{content:""}.fi-rs-vacuum-robot:before{content:""}.fi-rs-value-absolute:before{content:""}.fi-rs-vault:before{content:""}.fi-rs-vector:before{content:""}.fi-rs-vector-alt:before{content:""}.fi-rs-vector-circle:before{content:""}.fi-rs-vector-polygon:before{content:""}.fi-rs-venus:before{content:""}.fi-rs-venus-double:before{content:""}.fi-rs-venus-mars:before{content:""}.fi-rs-vest:before{content:""}.fi-rs-vest-patches:before{content:""}.fi-rs-video-arrow-down-left:before{content:""}.fi-rs-video-arrow-up-right:before{content:""}.fi-rs-video-camera:before{content:""}.fi-rs-video-camera-alt: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:before{content:""}.fi-rs-virus-slash:before{content:""}.fi-rs-viruses:before{content:""}.fi-rs-vision:before{content:""}.fi-rs-vision-sense:before{content:""}.fi-rs-vision-target: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: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-volunteer-vest:before{content:""}.fi-rs-vote-nay:before{content:""}.fi-rs-vote-yea:before{content:""}.fi-rs-vpn:before{content:""}.fi-rs-vpn-globe:before{content:""}.fi-rs-vpn-laptop:before{content:""}.fi-rs-vpn-shield: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:before{content:""}.fi-rs-wallet-arrow:before{content:""}.fi-rs-wallet-buyer:before{content:""}.fi-rs-wallet-income:before{content:""}.fi-rs-wallet-nft:before{content:""}.fi-rs-warehouse-alt:before{content:""}.fi-rs-warranty:before{content:""}.fi-rs-washer:before{content:""}.fi-rs-waste:before{content:""}.fi-rs-waste-pollution:before{content:""}.fi-rs-watch:before{content:""}.fi-rs-watch-calculator:before{content:""}.fi-rs-watch-fitness:before{content:""}.fi-rs-watch-smart:before{content:""}.fi-rs-water: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-watermelon:before{content:""}.fi-rs-wave:before{content:""}.fi-rs-wave-sine:before{content:""}.fi-rs-wave-square:before{content:""}.fi-rs-wave-triangle:before{content:""}.fi-rs-waveform:before{content:""}.fi-rs-waveform-path:before{content:""}.fi-rs-web-design:before{content:""}.fi-rs-web-test:before{content:""}.fi-rs-webcam:before{content:""}.fi-rs-webcam-slash:before{content:""}.fi-rs-webhook:before{content:""}.fi-rs-wednesday:before{content:""}.fi-rs-whale:before{content:""}.fi-rs-wheat:before{content:""}.fi-rs-wheat-awn:before{content:""}.fi-rs-wheat-awn-circle-exclamation:before{content:""}.fi-rs-wheat-awn-slash:before{content:""}.fi-rs-wheat-slash:before{content:""}.fi-rs-wheelchair:before{content:""}.fi-rs-wheelchair-move:before{content:""}.fi-rs-wheelchair-sleeping:before{content:""}.fi-rs-whistle:before{content:""}.fi-rs-white-space:before{content:""}.fi-rs-wifi: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-xmark:before{content:""}.fi-rs-wind:before{content:""}.fi-rs-wind-turbine:before{content:""}.fi-rs-wind-warning:before{content:""}.fi-rs-window-alt:before{content:""}.fi-rs-window-frame:before{content:""}.fi-rs-window-frame-open: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-wisdom: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:before{content:""}.fi-rs-workflow-alt:before{content:""}.fi-rs-workflow-setting:before{content:""}.fi-rs-workflow-setting-alt:before{content:""}.fi-rs-workshop:before{content:""}.fi-rs-world:before{content:""}.fi-rs-worldwide-network: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-x-ray:before{content:""}.fi-rs-y:before{content:""}.fi-rs-yen:before{content:""}.fi-rs-yin-yang:before{content:""}.fi-rs-yoga-mat:before{content:""}.fi-rs-yoga-moon:before{content:""}.fi-rs-yoga-posture:before{content:""}.fi-rs-z:before{content:""}.fi-rs-zero-percent:before{content:""}.fi-rs-zip-file:before{content:""}.fi-rs-zoom-in:before{content:""}.fi-rs-zoom-out:before{content:""}.fi-rs-it-computer:before{content:""}.fi-rs-pinata:before{content:""}/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.6.0 - https://www.flaticon.com/uicons/interface-icons
*/@font-face{font-family:"uicons-solid-rounded";src:url("./webfonts/uicons-solid-rounded.woff2") format("woff2"),url("./webfonts/uicons-solid-rounded.woff") format("woff"),url("./webfonts/uicons-solid-rounded.eot#iefix") format("embedded-opentype");font-display:swap}i[class^=fi-sr-]:before,i[class*=" fi-sr-"]:before,span[class^=fi-sr-]:before,span[class*=fi-sr-]:before{font-family:uicons-solid-rounded !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-sr-0:before{content:""}.fi-sr-00s-music-disc:before{content:""}.fi-sr-1:before{content:""}.fi-sr-2:before{content:""}.fi-sr-3:before{content:""}.fi-sr-360-degrees:before{content:""}.fi-sr-4:before{content:""}.fi-sr-404:before{content:""}.fi-sr-5:before{content:""}.fi-sr-6:before{content:""}.fi-sr-60s-music-disc:before{content:""}.fi-sr-7:before{content:""}.fi-sr-70s-music-disc:before{content:""}.fi-sr-8:before{content:""}.fi-sr-80s-music-disc:before{content:""}.fi-sr-9:before{content:""}.fi-sr-90s-music-disc:before{content:""}.fi-sr-a:before{content:""}.fi-sr-abacus:before{content:""}.fi-sr-accident:before{content:""}.fi-sr-acorn:before{content:""}.fi-sr-ad:before{content:""}.fi-sr-ad-forbidden:before{content:""}.fi-sr-ad-paid:before{content:""}.fi-sr-add:before{content:""}.fi-sr-add-document:before{content:""}.fi-sr-add-folder:before{content:""}.fi-sr-add-image:before{content:""}.fi-sr-address-book:before{content:""}.fi-sr-address-card:before{content:""}.fi-sr-admin:before{content:""}.fi-sr-admin-alt:before{content:""}.fi-sr-age:before{content:""}.fi-sr-age-alt:before{content:""}.fi-sr-age-restriction-eighteen:before{content:""}.fi-sr-age-restriction-seven:before{content:""}.fi-sr-age-restriction-six:before{content:""}.fi-sr-age-restriction-sixteen:before{content:""}.fi-sr-age-restriction-thirteen:before{content:""}.fi-sr-age-restriction-three:before{content:""}.fi-sr-age-restriction-twelve:before{content:""}.fi-sr-age-restriction-twenty-one:before{content:""}.fi-sr-age-restriction-zero:before{content:""}.fi-sr-air-conditioner:before{content:""}.fi-sr-air-freshener:before{content:""}.fi-sr-air-pollution:before{content:""}.fi-sr-airplane-journey:before{content:""}.fi-sr-airplane-window-open:before{content:""}.fi-sr-airplay:before{content:""}.fi-sr-alarm-clock:before{content:""}.fi-sr-alarm-exclamation:before{content:""}.fi-sr-alarm-plus:before{content:""}.fi-sr-alarm-snooze:before{content:""}.fi-sr-album:before{content:""}.fi-sr-album-circle-plus:before{content:""}.fi-sr-album-circle-user:before{content:""}.fi-sr-album-collection:before{content:""}.fi-sr-algorithm:before{content:""}.fi-sr-alicorn:before{content:""}.fi-sr-alien:before{content:""}.fi-sr-align-center:before{content:""}.fi-sr-align-justify:before{content:""}.fi-sr-align-left:before{content:""}.fi-sr-align-slash:before{content:""}.fi-sr-ambulance:before{content:""}.fi-sr-amp-guitar:before{content:""}.fi-sr-amusement-park:before{content:""}.fi-sr-analyse:before{content:""}.fi-sr-analyse-alt:before{content:""}.fi-sr-anatomical-heart:before{content:""}.fi-sr-anchor:before{content:""}.fi-sr-angel:before{content:""}.fi-sr-angle:before{content:""}.fi-sr-angle-90:before{content:""}.fi-sr-angle-circle-down:before{content:""}.fi-sr-angle-circle-left:before{content:""}.fi-sr-angle-circle-right:before{content:""}.fi-sr-angle-circle-up:before{content:""}.fi-sr-angle-double-left:before{content:""}.fi-sr-angle-double-right:before{content:""}.fi-sr-angle-double-small-down:before{content:""}.fi-sr-angle-double-small-left:before{content:""}.fi-sr-angle-double-small-right:before{content:""}.fi-sr-angle-double-small-up:before{content:""}.fi-sr-angle-down:before{content:""}.fi-sr-angle-left:before{content:""}.fi-sr-angle-right:before{content:""}.fi-sr-angle-small-down:before{content:""}.fi-sr-angle-small-left:before{content:""}.fi-sr-angle-small-right:before{content:""}.fi-sr-angle-small-up:before{content:""}.fi-sr-angle-square-down:before{content:""}.fi-sr-angle-square-left:before{content:""}.fi-sr-angle-square-right:before{content:""}.fi-sr-angle-square-up:before{content:""}.fi-sr-angle-up:before{content:""}.fi-sr-angles-up-down:before{content:""}.fi-sr-angry:before{content:""}.fi-sr-animated-icon:before{content:""}.fi-sr-ankh:before{content:""}.fi-sr-answer:before{content:""}.fi-sr-answer-alt:before{content:""}.fi-sr-apartment:before{content:""}.fi-sr-aperture:before{content:""}.fi-sr-api:before{content:""}.fi-sr-app-notification:before{content:""}.fi-sr-apple-books:before{content:""}.fi-sr-apple-core:before{content:""}.fi-sr-apple-crate:before{content:""}.fi-sr-apple-whole:before{content:""}.fi-sr-apps:before{content:""}.fi-sr-apps-add:before{content:""}.fi-sr-apps-delete:before{content:""}.fi-sr-apps-sort:before{content:""}.fi-sr-archive:before{content:""}.fi-sr-archway:before{content:""}.fi-sr-arrow-alt-circle-down:before{content:""}.fi-sr-arrow-alt-circle-left:before{content:""}.fi-sr-arrow-alt-circle-right:before{content:""}.fi-sr-arrow-alt-circle-up:before{content:""}.fi-sr-arrow-alt-down:before{content:""}.fi-sr-arrow-alt-from-bottom:before{content:""}.fi-sr-arrow-alt-from-left:before{content:""}.fi-sr-arrow-alt-from-right:before{content:""}.fi-sr-arrow-alt-from-top:before{content:""}.fi-sr-arrow-alt-left:before{content:""}.fi-sr-arrow-alt-right:before{content:""}.fi-sr-arrow-alt-square-down:before{content:""}.fi-sr-arrow-alt-square-left:before{content:""}.fi-sr-arrow-alt-square-right:before{content:""}.fi-sr-arrow-alt-square-up:before{content:""}.fi-sr-arrow-alt-to-bottom:before{content:""}.fi-sr-arrow-alt-to-left:before{content:""}.fi-sr-arrow-alt-to-right:before{content:""}.fi-sr-arrow-alt-to-top:before{content:""}.fi-sr-arrow-alt-up:before{content:""}.fi-sr-arrow-circle-down:before{content:""}.fi-sr-arrow-circle-left:before{content:""}.fi-sr-arrow-circle-right:before{content:""}.fi-sr-arrow-circle-up:before{content:""}.fi-sr-arrow-comparison:before{content:""}.fi-sr-arrow-down:before{content:""}.fi-sr-arrow-down-from-arc:before{content:""}.fi-sr-arrow-down-from-dotted-line:before{content:""}.fi-sr-arrow-down-left:before{content:""}.fi-sr-arrow-down-small-big:before{content:""}.fi-sr-arrow-down-strenght:before{content:""}.fi-sr-arrow-down-to-dotted-line:before{content:""}.fi-sr-arrow-down-to-square:before{content:""}.fi-sr-arrow-down-triangle-square:before{content:""}.fi-sr-arrow-from-bottom:before{content:""}.fi-sr-arrow-from-left:before{content:""}.fi-sr-arrow-from-right:before{content:""}.fi-sr-arrow-from-top:before{content:""}.fi-sr-arrow-left:before{content:""}.fi-sr-arrow-left-from-arc:before{content:""}.fi-sr-arrow-left-from-line:before{content:""}.fi-sr-arrow-left-to-arc:before{content:""}.fi-sr-arrow-progress:before{content:""}.fi-sr-arrow-progress-alt:before{content:""}.fi-sr-arrow-right:before{content:""}.fi-sr-arrow-right-to-bracket:before{content:""}.fi-sr-arrow-right-to-city:before{content:""}.fi-sr-arrow-small-down:before{content:""}.fi-sr-arrow-small-left:before{content:""}.fi-sr-arrow-small-right:before{content:""}.fi-sr-arrow-small-up:before{content:""}.fi-sr-arrow-square-down:before{content:""}.fi-sr-arrow-square-left:before{content:""}.fi-sr-arrow-square-right:before{content:""}.fi-sr-arrow-square-up:before{content:""}.fi-sr-arrow-to-bottom:before{content:""}.fi-sr-arrow-to-left:before{content:""}.fi-sr-arrow-to-right:before{content:""}.fi-sr-arrow-to-top:before{content:""}.fi-sr-arrow-trend-down:before{content:""}.fi-sr-arrow-trend-up:before{content:""}.fi-sr-arrow-turn-down-left:before{content:""}.fi-sr-arrow-turn-down-right:before{content:""}.fi-sr-arrow-turn-left-up:before{content:""}.fi-sr-arrow-up:before{content:""}.fi-sr-arrow-up-from-dotted-line:before{content:""}.fi-sr-arrow-up-from-ground-water:before{content:""}.fi-sr-arrow-up-from-square:before{content:""}.fi-sr-arrow-up-left:before{content:""}.fi-sr-arrow-up-left-from-circle:before{content:""}.fi-sr-arrow-up-right:before{content:""}.fi-sr-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-sr-arrow-up-right-from-square:before{content:""}.fi-sr-arrow-up-small-big:before{content:""}.fi-sr-arrow-up-square-triangle:before{content:""}.fi-sr-arrow-up-to-arc:before{content:""}.fi-sr-arrow-up-to-dotted-line:before{content:""}.fi-sr-arrow-upward-growth-crypto:before{content:""}.fi-sr-arrows:before{content:""}.fi-sr-arrows-alt:before{content:""}.fi-sr-arrows-alt-h:before{content:""}.fi-sr-arrows-alt-v:before{content:""}.fi-sr-arrows-cross:before{content:""}.fi-sr-arrows-down-curve:before{content:""}.fi-sr-arrows-down-to-people:before{content:""}.fi-sr-arrows-from-dotted-line:before{content:""}.fi-sr-arrows-from-line:before{content:""}.fi-sr-arrows-h:before{content:""}.fi-sr-arrows-h-copy:before{content:""}.fi-sr-arrows-repeat:before{content:""}.fi-sr-arrows-repeat-1:before{content:""}.fi-sr-arrows-retweet:before{content:""}.fi-sr-arrows-split-right-and-left:before{content:""}.fi-sr-arrows-split-up-and-left:before{content:""}.fi-sr-arrows-to-circle:before{content:""}.fi-sr-arrows-to-dotted-line:before{content:""}.fi-sr-arrows-to-eye:before{content:""}.fi-sr-arrows-to-line:before{content:""}.fi-sr-artificial-intelligence:before{content:""}.fi-sr-assept-document:before{content:""}.fi-sr-assessment:before{content:""}.fi-sr-assessment-alt:before{content:""}.fi-sr-assign:before{content:""}.fi-sr-assistive-listening-systems:before{content:""}.fi-sr-asterik:before{content:""}.fi-sr-at:before{content:""}.fi-sr-attention-detail:before{content:""}.fi-sr-attribution-pen:before{content:""}.fi-sr-attribution-pencil:before{content:""}.fi-sr-aubergine:before{content:""}.fi-sr-auction:before{content:""}.fi-sr-audience-megaphone:before{content:""}.fi-sr-audio-description-slash:before{content:""}.fi-sr-audit:before{content:""}.fi-sr-audit-alt:before{content:""}.fi-sr-austral-sign:before{content:""}.fi-sr-australia:before{content:""}.fi-sr-australia-country-code:before{content:""}.fi-sr-australia-flag:before{content:""}.fi-sr-auto-pilot:before{content:""}.fi-sr-auto-reply:before{content:""}.fi-sr-auto-sync:before{content:""}.fi-sr-avocado:before{content:""}.fi-sr-award:before{content:""}.fi-sr-axe:before{content:""}.fi-sr-axe-battle:before{content:""}.fi-sr-b:before{content:""}.fi-sr-baby:before{content:""}.fi-sr-baby-carriage:before{content:""}.fi-sr-back-up:before{content:""}.fi-sr-background:before{content:""}.fi-sr-backpack:before{content:""}.fi-sr-bacon:before{content:""}.fi-sr-bacteria:before{content:""}.fi-sr-bacterium:before{content:""}.fi-sr-badge:before{content:""}.fi-sr-badge-check:before{content:""}.fi-sr-badge-dollar:before{content:""}.fi-sr-badge-leaf:before{content:""}.fi-sr-badge-percent:before{content:""}.fi-sr-badge-sheriff:before{content:""}.fi-sr-badger-honey:before{content:""}.fi-sr-badget-check-alt:before{content:""}.fi-sr-badminton:before{content:""}.fi-sr-bag-map-pin:before{content:""}.fi-sr-bag-seedling:before{content:""}.fi-sr-bag-shopping-minus:before{content:""}.fi-sr-bags-shopping:before{content:""}.fi-sr-baguette:before{content:""}.fi-sr-bahai:before{content:""}.fi-sr-baht-sign:before{content:""}.fi-sr-balance-scale-left:before{content:""}.fi-sr-balance-scale-right:before{content:""}.fi-sr-balcony:before{content:""}.fi-sr-ball-pile:before{content:""}.fi-sr-ballet-dance:before{content:""}.fi-sr-balloon:before{content:""}.fi-sr-balloons:before{content:""}.fi-sr-ballot:before{content:""}.fi-sr-ballot-check:before{content:""}.fi-sr-ban:before{content:""}.fi-sr-ban-bug:before{content:""}.fi-sr-banana:before{content:""}.fi-sr-band-aid:before{content:""}.fi-sr-bandage-wound:before{content:""}.fi-sr-bangladeshi-taka-sign:before{content:""}.fi-sr-banjo:before{content:""}.fi-sr-bank:before{content:""}.fi-sr-bank-app:before{content:""}.fi-sr-banner:before{content:""}.fi-sr-banner-2:before{content:""}.fi-sr-banner-3:before{content:""}.fi-sr-banner-4:before{content:""}.fi-sr-banner-5:before{content:""}.fi-sr-barber-pole:before{content:""}.fi-sr-barber-shop:before{content:""}.fi-sr-barcode:before{content:""}.fi-sr-barcode-read:before{content:""}.fi-sr-barcode-scan:before{content:""}.fi-sr-barefoot:before{content:""}.fi-sr-bars-filter:before{content:""}.fi-sr-bars-progress:before{content:""}.fi-sr-bars-sort:before{content:""}.fi-sr-bars-staggered:before{content:""}.fi-sr-baseball:before{content:""}.fi-sr-baseball-alt:before{content:""}.fi-sr-basket-shopping-minus:before{content:""}.fi-sr-basket-shopping-plus:before{content:""}.fi-sr-basket-shopping-simple:before{content:""}.fi-sr-basketball:before{content:""}.fi-sr-basketball-hoop:before{content:""}.fi-sr-bat:before{content:""}.fi-sr-bath:before{content:""}.fi-sr-battery-100:before{content:""}.fi-sr-battery-bolt:before{content:""}.fi-sr-battery-empty:before{content:""}.fi-sr-battery-exclamation:before{content:""}.fi-sr-battery-full:before{content:""}.fi-sr-battery-half:before{content:""}.fi-sr-battery-quarter:before{content:""}.fi-sr-battery-slash:before{content:""}.fi-sr-battery-three-quarters:before{content:""}.fi-sr-beacon:before{content:""}.fi-sr-beauty-mask:before{content:""}.fi-sr-bed:before{content:""}.fi-sr-bed-alt:before{content:""}.fi-sr-bed-bunk:before{content:""}.fi-sr-bed-empty:before{content:""}.fi-sr-bed-pulse:before{content:""}.fi-sr-bee:before{content:""}.fi-sr-beer:before{content:""}.fi-sr-beer-mug-empty:before{content:""}.fi-sr-bell:before{content:""}.fi-sr-bell-concierge:before{content:""}.fi-sr-bell-notification-call:before{content:""}.fi-sr-bell-notification-social-media:before{content:""}.fi-sr-bell-ring:before{content:""}.fi-sr-bell-school:before{content:""}.fi-sr-bell-school-slash:before{content:""}.fi-sr-bell-slash:before{content:""}.fi-sr-bells:before{content:""}.fi-sr-bench-tree:before{content:""}.fi-sr-benefit:before{content:""}.fi-sr-benefit-diamond:before{content:""}.fi-sr-benefit-diamond-alt:before{content:""}.fi-sr-benefit-hand:before{content:""}.fi-sr-benefit-increase:before{content:""}.fi-sr-benefit-porcent:before{content:""}.fi-sr-betamax:before{content:""}.fi-sr-bible:before{content:""}.fi-sr-bicycle-journey:before{content:""}.fi-sr-big-drop:before{content:""}.fi-sr-bike:before{content:""}.fi-sr-bike-moving:before{content:""}.fi-sr-bike-path:before{content:""}.fi-sr-biking:before{content:""}.fi-sr-biking-mountain:before{content:""}.fi-sr-bill-arrow:before{content:""}.fi-sr-billiard:before{content:""}.fi-sr-bin-bottles:before{content:""}.fi-sr-binary:before{content:""}.fi-sr-binary-circle-check:before{content:""}.fi-sr-binary-cloud:before{content:""}.fi-sr-binary-lock:before{content:""}.fi-sr-binary-slash:before{content:""}.fi-sr-binoculars:before{content:""}.fi-sr-bio:before{content:""}.fi-sr-bio-leaves:before{content:""}.fi-sr-biohazard:before{content:""}.fi-sr-bird:before{content:""}.fi-sr-bitcoin-sign:before{content:""}.fi-sr-blanket:before{content:""}.fi-sr-blender:before{content:""}.fi-sr-blender-phone:before{content:""}.fi-sr-blinds:before{content:""}.fi-sr-blinds-open:before{content:""}.fi-sr-blinds-raised:before{content:""}.fi-sr-block:before{content:""}.fi-sr-block-brick:before{content:""}.fi-sr-block-brick-fire:before{content:""}.fi-sr-block-microphone:before{content:""}.fi-sr-block-question:before{content:""}.fi-sr-block-quote:before{content:""}.fi-sr-blockchain-3:before{content:""}.fi-sr-blog-pencil:before{content:""}.fi-sr-blog-text:before{content:""}.fi-sr-blood:before{content:""}.fi-sr-blood-dropper:before{content:""}.fi-sr-blood-test-tube:before{content:""}.fi-sr-blood-test-tube-alt:before{content:""}.fi-sr-blossom:before{content:""}.fi-sr-blueberries:before{content:""}.fi-sr-blueprint:before{content:""}.fi-sr-bluetooth-alt:before{content:""}.fi-sr-bluetooth-circle:before{content:""}.fi-sr-bold:before{content:""}.fi-sr-bolt:before{content:""}.fi-sr-bolt-auto:before{content:""}.fi-sr-bolt-slash:before{content:""}.fi-sr-bomb:before{content:""}.fi-sr-bone:before{content:""}.fi-sr-bone-break:before{content:""}.fi-sr-bong:before{content:""}.fi-sr-bonus:before{content:""}.fi-sr-bonus-alt:before{content:""}.fi-sr-bonus-star:before{content:""}.fi-sr-book:before{content:""}.fi-sr-book-alt:before{content:""}.fi-sr-book-arrow-right:before{content:""}.fi-sr-book-arrow-up:before{content:""}.fi-sr-book-atlas:before{content:""}.fi-sr-book-bookmark:before{content:""}.fi-sr-book-circle-arrow-right:before{content:""}.fi-sr-book-circle-arrow-up:before{content:""}.fi-sr-book-copy:before{content:""}.fi-sr-book-dead:before{content:""}.fi-sr-book-font:before{content:""}.fi-sr-book-heart:before{content:""}.fi-sr-book-medical:before{content:""}.fi-sr-book-open-cover:before{content:""}.fi-sr-book-open-reader:before{content:""}.fi-sr-book-plus:before{content:""}.fi-sr-book-quran:before{content:""}.fi-sr-book-section:before{content:""}.fi-sr-book-spells:before{content:""}.fi-sr-book-tanakh:before{content:""}.fi-sr-book-user:before{content:""}.fi-sr-book-world:before{content:""}.fi-sr-Booking:before{content:""}.fi-sr-bookmark:before{content:""}.fi-sr-bookmark-slash:before{content:""}.fi-sr-books:before{content:""}.fi-sr-books-medical:before{content:""}.fi-sr-boot:before{content:""}.fi-sr-boot-heeled:before{content:""}.fi-sr-booth-curtain:before{content:""}.fi-sr-border-all:before{content:""}.fi-sr-border-bottom:before{content:""}.fi-sr-border-center-h:before{content:""}.fi-sr-border-center-v:before{content:""}.fi-sr-border-inner:before{content:""}.fi-sr-border-left:before{content:""}.fi-sr-border-none:before{content:""}.fi-sr-border-outer:before{content:""}.fi-sr-border-right:before{content:""}.fi-sr-border-style:before{content:""}.fi-sr-border-style-alt:before{content:""}.fi-sr-border-top:before{content:""}.fi-sr-boss:before{content:""}.fi-sr-bottle:before{content:""}.fi-sr-bottle-droplet:before{content:""}.fi-sr-bow-arrow:before{content:""}.fi-sr-bowl-chopsticks:before{content:""}.fi-sr-bowl-chopsticks-noodles:before{content:""}.fi-sr-bowl-rice:before{content:""}.fi-sr-bowl-scoop:before{content:""}.fi-sr-bowl-scoops:before{content:""}.fi-sr-bowl-soft-serve:before{content:""}.fi-sr-bowl-spoon:before{content:""}.fi-sr-bowling:before{content:""}.fi-sr-bowling-ball:before{content:""}.fi-sr-bowling-pins:before{content:""}.fi-sr-box:before{content:""}.fi-sr-box-alt:before{content:""}.fi-sr-box-ballot:before{content:""}.fi-sr-box-check:before{content:""}.fi-sr-box-circle-check:before{content:""}.fi-sr-box-dollar:before{content:""}.fi-sr-box-fragile:before{content:""}.fi-sr-box-heart:before{content:""}.fi-sr-box-open:before{content:""}.fi-sr-box-open-full:before{content:""}.fi-sr-box-tissue:before{content:""}.fi-sr-box-up:before{content:""}.fi-sr-boxes:before{content:""}.fi-sr-boxing-glove:before{content:""}.fi-sr-bracket-curly:before{content:""}.fi-sr-bracket-curly-right:before{content:""}.fi-sr-bracket-round:before{content:""}.fi-sr-bracket-round-right:before{content:""}.fi-sr-bracket-square:before{content:""}.fi-sr-bracket-square-right:before{content:""}.fi-sr-brackets-curly:before{content:""}.fi-sr-brackets-round:before{content:""}.fi-sr-brackets-square:before{content:""}.fi-sr-braille:before{content:""}.fi-sr-braille-a:before{content:""}.fi-sr-braille-b:before{content:""}.fi-sr-braille-c:before{content:""}.fi-sr-braille-d:before{content:""}.fi-sr-braille-e:before{content:""}.fi-sr-braille-g:before{content:""}.fi-sr-braille-h:before{content:""}.fi-sr-braille-i:before{content:""}.fi-sr-braille-j:before{content:""}.fi-sr-braille-k:before{content:""}.fi-sr-braille-l:before{content:""}.fi-sr-braille-m:before{content:""}.fi-sr-braille-n:before{content:""}.fi-sr-braille-n-alt:before{content:""}.fi-sr-braille-o:before{content:""}.fi-sr-braille-p:before{content:""}.fi-sr-braille-q:before{content:""}.fi-sr-braille-r:before{content:""}.fi-sr-braille-s:before{content:""}.fi-sr-braille-t:before{content:""}.fi-sr-braille-u:before{content:""}.fi-sr-braille-v:before{content:""}.fi-sr-braille-w:before{content:""}.fi-sr-braille-x:before{content:""}.fi-sr-braille-y:before{content:""}.fi-sr-braille-z:before{content:""}.fi-sr-brain:before{content:""}.fi-sr-brain-bulb:before{content:""}.fi-sr-brain-circuit:before{content:""}.fi-sr-brain-lightning:before{content:""}.fi-sr-brain-stress:before{content:""}.fi-sr-brake-warning:before{content:""}.fi-sr-branching:before{content:""}.fi-sr-brand:before{content:""}.fi-sr-branding:before{content:""}.fi-sr-brazil:before{content:""}.fi-sr-brazil-flag:before{content:""}.fi-sr-brazil-flag-circle:before{content:""}.fi-sr-bread:before{content:""}.fi-sr-bread-loaf:before{content:""}.fi-sr-bread-slice:before{content:""}.fi-sr-bread-slice-butter:before{content:""}.fi-sr-bridge:before{content:""}.fi-sr-bridge-circle-check:before{content:""}.fi-sr-bridge-collapse:before{content:""}.fi-sr-bridge-suspension:before{content:""}.fi-sr-bridge-water:before{content:""}.fi-sr-briefcase:before{content:""}.fi-sr-briefcase-arrow-right:before{content:""}.fi-sr-briefcase-blank:before{content:""}.fi-sr-brightness:before{content:""}.fi-sr-brightness-low:before{content:""}.fi-sr-bring-forward:before{content:""}.fi-sr-bring-front:before{content:""}.fi-sr-broadcast-tower:before{content:""}.fi-sr-broccoli:before{content:""}.fi-sr-broken-arm:before{content:""}.fi-sr-broken-chain-link-wrong:before{content:""}.fi-sr-broken-image:before{content:""}.fi-sr-broken-leg:before{content:""}.fi-sr-broken-nail:before{content:""}.fi-sr-broom:before{content:""}.fi-sr-broom-ball:before{content:""}.fi-sr-browser:before{content:""}.fi-sr-browser-ui:before{content:""}.fi-sr-browsers:before{content:""}.fi-sr-brush:before{content:""}.fi-sr-bubble-discussion:before{content:""}.fi-sr-bucket:before{content:""}.fi-sr-budget:before{content:""}.fi-sr-budget-alt:before{content:""}.fi-sr-bug:before{content:""}.fi-sr-bug-slash:before{content:""}.fi-sr-bugs:before{content:""}.fi-sr-build:before{content:""}.fi-sr-build-alt:before{content:""}.fi-sr-builder:before{content:""}.fi-sr-building:before{content:""}.fi-sr-building-circle-arrow-right:before{content:""}.fi-sr-building-ngo:before{content:""}.fi-sr-bulb:before{content:""}.fi-sr-bulb-speech-bubble:before{content:""}.fi-sr-bullet:before{content:""}.fi-sr-bullhorn:before{content:""}.fi-sr-bullseye:before{content:""}.fi-sr-bullseye-arrow:before{content:""}.fi-sr-bullseye-pointer:before{content:""}.fi-sr-burger-alt:before{content:""}.fi-sr-burger-fries:before{content:""}.fi-sr-burger-glass:before{content:""}.fi-sr-burrito:before{content:""}.fi-sr-burst:before{content:""}.fi-sr-bus:before{content:""}.fi-sr-bus-alt:before{content:""}.fi-sr-business-time:before{content:""}.fi-sr-Butter:before{content:""}.fi-sr-butterfly:before{content:""}.fi-sr-c:before{content:""}.fi-sr-cabin:before{content:""}.fi-sr-cactus:before{content:""}.fi-sr-cage-empty:before{content:""}.fi-sr-cake-birthday:before{content:""}.fi-sr-cake-slice:before{content:""}.fi-sr-cake-wedding:before{content:""}.fi-sr-calculator:before{content:""}.fi-sr-calculator-bill:before{content:""}.fi-sr-calculator-math-tax:before{content:""}.fi-sr-calculator-money:before{content:""}.fi-sr-calculator-simple:before{content:""}.fi-sr-calendar:before{content:""}.fi-sr-calendar-arrow-down:before{content:""}.fi-sr-calendar-arrow-up:before{content:""}.fi-sr-calendar-birhtday-cake:before{content:""}.fi-sr-calendar-call:before{content:""}.fi-sr-calendar-check:before{content:""}.fi-sr-calendar-clock:before{content:""}.fi-sr-calendar-day:before{content:""}.fi-sr-calendar-days:before{content:""}.fi-sr-calendar-event-tax:before{content:""}.fi-sr-calendar-exclamation:before{content:""}.fi-sr-calendar-gavel-legal:before{content:""}.fi-sr-calendar-heart:before{content:""}.fi-sr-calendar-image:before{content:""}.fi-sr-calendar-lines:before{content:""}.fi-sr-calendar-lines-pen:before{content:""}.fi-sr-calendar-minus:before{content:""}.fi-sr-calendar-payment-loan:before{content:""}.fi-sr-calendar-pen:before{content:""}.fi-sr-calendar-plus:before{content:""}.fi-sr-calendar-salary:before{content:""}.fi-sr-calendar-shift-swap:before{content:""}.fi-sr-calendar-star:before{content:""}.fi-sr-calendar-swap:before{content:""}.fi-sr-calendar-update:before{content:""}.fi-sr-calendar-week:before{content:""}.fi-sr-calendar-xmark:before{content:""}.fi-sr-calendars:before{content:""}.fi-sr-call-duration:before{content:""}.fi-sr-call-forbidden:before{content:""}.fi-sr-call-history:before{content:""}.fi-sr-call-incoming:before{content:""}.fi-sr-call-missed:before{content:""}.fi-sr-call-outgoing:before{content:""}.fi-sr-camcorder:before{content:""}.fi-sr-camera:before{content:""}.fi-sr-camera-cctv:before{content:""}.fi-sr-camera-movie:before{content:""}.fi-sr-camera-retro:before{content:""}.fi-sr-camera-rotate:before{content:""}.fi-sr-camera-security:before{content:""}.fi-sr-camera-slash:before{content:""}.fi-sr-camera-viewfinder:before{content:""}.fi-sr-campfire:before{content:""}.fi-sr-camping:before{content:""}.fi-sr-can-food:before{content:""}.fi-sr-candle-holder:before{content:""}.fi-sr-candle-lotus-yoga:before{content:""}.fi-sr-candle-pose-yoga:before{content:""}.fi-sr-candy:before{content:""}.fi-sr-candy-alt:before{content:""}.fi-sr-candy-bar:before{content:""}.fi-sr-candy-cane:before{content:""}.fi-sr-candy-corn:before{content:""}.fi-sr-candy-sweet:before{content:""}.fi-sr-Cannabis:before{content:""}.fi-sr-canned-food:before{content:""}.fi-sr-cannon:before{content:""}.fi-sr-capsules:before{content:""}.fi-sr-car:before{content:""}.fi-sr-car-alt:before{content:""}.fi-sr-car-battery:before{content:""}.fi-sr-car-bolt:before{content:""}.fi-sr-car-building:before{content:""}.fi-sr-car-bump:before{content:""}.fi-sr-car-bus:before{content:""}.fi-sr-car-circle-bolt:before{content:""}.fi-sr-car-crash:before{content:""}.fi-sr-car-garage:before{content:""}.fi-sr-car-journey:before{content:""}.fi-sr-car-mechanic:before{content:""}.fi-sr-car-rear:before{content:""}.fi-sr-car-side:before{content:""}.fi-sr-car-side-bolt:before{content:""}.fi-sr-car-tilt:before{content:""}.fi-sr-car-tunnel:before{content:""}.fi-sr-car-wash:before{content:""}.fi-sr-caravan:before{content:""}.fi-sr-caravan-alt:before{content:""}.fi-sr-carbon-cloud:before{content:""}.fi-sr-carbon-cloud-arrow-down:before{content:""}.fi-sr-carbon-footprint:before{content:""}.fi-sr-card-club:before{content:""}.fi-sr-card-diamond:before{content:""}.fi-sr-card-heart:before{content:""}.fi-sr-card-spade:before{content:""}.fi-sr-cardinal-compass:before{content:""}.fi-sr-cards-blank:before{content:""}.fi-sr-career-growth:before{content:""}.fi-sr-career-path:before{content:""}.fi-sr-caret-circle-down:before{content:""}.fi-sr-caret-circle-right:before{content:""}.fi-sr-caret-circle-up:before{content:""}.fi-sr-caret-down:before{content:""}.fi-sr-caret-left:before{content:""}.fi-sr-caret-quare-up:before{content:""}.fi-sr-caret-right:before{content:""}.fi-sr-caret-square-down:before{content:""}.fi-sr-caret-square-left:before{content:""}.fi-sr-caret-square-left_1:before{content:""}.fi-sr-caret-square-right:before{content:""}.fi-sr-caret-up:before{content:""}.fi-sr-carrot:before{content:""}.fi-sr-cars:before{content:""}.fi-sr-cars-crash:before{content:""}.fi-sr-cart-arrow-down:before{content:""}.fi-sr-cart-minus:before{content:""}.fi-sr-cart-shopping-fast:before{content:""}.fi-sr-case-study:before{content:""}.fi-sr-cash-register:before{content:""}.fi-sr-cassette-tape:before{content:""}.fi-sr-cassette-vhs:before{content:""}.fi-sr-castle:before{content:""}.fi-sr-cat:before{content:""}.fi-sr-cat-dog:before{content:""}.fi-sr-cat-head:before{content:""}.fi-sr-cat-space:before{content:""}.fi-sr-catalog:before{content:""}.fi-sr-catalog-alt:before{content:""}.fi-sr-catalog-magazine:before{content:""}.fi-sr-category:before{content:""}.fi-sr-category-alt:before{content:""}.fi-sr-cauldron:before{content:""}.fi-sr-cedi-sign:before{content:""}.fi-sr-cello:before{content:""}.fi-sr-cent-sign:before{content:""}.fi-sr-chair:before{content:""}.fi-sr-chair-director:before{content:""}.fi-sr-chair-office:before{content:""}.fi-sr-chalkboard:before{content:""}.fi-sr-chalkboard-user:before{content:""}.fi-sr-challenge:before{content:""}.fi-sr-challenge-alt:before{content:""}.fi-sr-channel:before{content:""}.fi-sr-charging-station:before{content:""}.fi-sr-chart-area:before{content:""}.fi-sr-chart-bar-holding-hand:before{content:""}.fi-sr-chart-bullet:before{content:""}.fi-sr-chart-candlestick:before{content:""}.fi-sr-chart-connected:before{content:""}.fi-sr-chart-gantt:before{content:""}.fi-sr-chart-histogram:before{content:""}.fi-sr-chart-kanban:before{content:""}.fi-sr-chart-line-up:before{content:""}.fi-sr-chart-line-up-down:before{content:""}.fi-sr-chart-mixed:before{content:""}.fi-sr-chart-mixed-up-circle-currency:before{content:""}.fi-sr-chart-mixed-up-circle-dollar:before{content:""}.fi-sr-chart-network:before{content:""}.fi-sr-chart-pie:before{content:""}.fi-sr-chart-pie-alt:before{content:""}.fi-sr-chart-pie-simple-circle-currency:before{content:""}.fi-sr-chart-pie-simple-circle-dollar:before{content:""}.fi-sr-chart-pyramid:before{content:""}.fi-sr-chart-radar:before{content:""}.fi-sr-chart-scatter:before{content:""}.fi-sr-chart-scatter-3d:before{content:""}.fi-sr-chart-scatter-bubble:before{content:""}.fi-sr-chart-set-theory:before{content:""}.fi-sr-chart-simple:before{content:""}.fi-sr-chart-simple-horizontal:before{content:""}.fi-sr-chart-tree:before{content:""}.fi-sr-chart-tree-map:before{content:""}.fi-sr-chart-user:before{content:""}.fi-sr-chart-waterfall:before{content:""}.fi-sr-chat-arrow-down:before{content:""}.fi-sr-chat-arrow-grow:before{content:""}.fi-sr-chat-bubble-call:before{content:""}.fi-sr-chatbot:before{content:""}.fi-sr-chatbot-speech-bubble:before{content:""}.fi-sr-cheap:before{content:""}.fi-sr-cheap-bill:before{content:""}.fi-sr-cheap-dollar:before{content:""}.fi-sr-cheap-stack:before{content:""}.fi-sr-cheap-stack-dollar:before{content:""}.fi-sr-check:before{content:""}.fi-sr-check-circle:before{content:""}.fi-sr-check-double:before{content:""}.fi-sr-check-in-calendar:before{content:""}.fi-sr-check-out-calendar:before{content:""}.fi-sr-checkbox:before{content:""}.fi-sr-checklist-task-budget:before{content:""}.fi-sr-cheese:before{content:""}.fi-sr-cheese-alt:before{content:""}.fi-sr-cheeseburger:before{content:""}.fi-sr-cherry:before{content:""}.fi-sr-chess:before{content:""}.fi-sr-chess-bishop:before{content:""}.fi-sr-chess-board:before{content:""}.fi-sr-chess-clock:before{content:""}.fi-sr-chess-clock-alt:before{content:""}.fi-sr-chess-king:before{content:""}.fi-sr-chess-king-alt:before{content:""}.fi-sr-chess-knight:before{content:""}.fi-sr-chess-knight-alt:before{content:""}.fi-sr-chess-pawn:before{content:""}.fi-sr-chess-pawn-alt:before{content:""}.fi-sr-chess-piece:before{content:""}.fi-sr-chess-queen:before{content:""}.fi-sr-chess-queen-alt:before{content:""}.fi-sr-chess-rook:before{content:""}.fi-sr-chess-rook-alt:before{content:""}.fi-sr-chevron-double-down:before{content:""}.fi-sr-chevron-double-up:before{content:""}.fi-sr-child:before{content:""}.fi-sr-child-head:before{content:""}.fi-sr-chimney:before{content:""}.fi-sr-chip:before{content:""}.fi-sr-chocolate:before{content:""}.fi-sr-choir-singing:before{content:""}.fi-sr-choose:before{content:""}.fi-sr-choose-alt:before{content:""}.fi-sr-church:before{content:""}.fi-sr-circle:before{content:""}.fi-sr-circle-0:before{content:""}.fi-sr-circle-1:before{content:""}.fi-sr-circle-2:before{content:""}.fi-sr-circle-3:before{content:""}.fi-sr-circle-4:before{content:""}.fi-sr-circle-5:before{content:""}.fi-sr-circle-6:before{content:""}.fi-sr-circle-7:before{content:""}.fi-sr-circle-8:before{content:""}.fi-sr-circle-9:before{content:""}.fi-sr-circle-a:before{content:""}.fi-sr-circle-b:before{content:""}.fi-sr-circle-bolt:before{content:""}.fi-sr-circle-book-open:before{content:""}.fi-sr-circle-bookmark:before{content:""}.fi-sr-circle-c:before{content:""}.fi-sr-circle-calendar:before{content:""}.fi-sr-circle-camera:before{content:""}.fi-sr-circle-d:before{content:""}.fi-sr-circle-dashed:before{content:""}.fi-sr-circle-divide:before{content:""}.fi-sr-circle-e:before{content:""}.fi-sr-circle-ellipsis:before{content:""}.fi-sr-circle-ellipsis-vertical:before{content:""}.fi-sr-circle-envelope:before{content:""}.fi-sr-circle-exclamation-check:before{content:""}.fi-sr-circle-f:before{content:""}.fi-sr-circle-g:before{content:""}.fi-sr-circle-h:before{content:""}.fi-sr-circle-half:before{content:""}.fi-sr-circle-half-stroke:before{content:""}.fi-sr-circle-heart:before{content:""}.fi-sr-circle-i:before{content:""}.fi-sr-circle-j:before{content:""}.fi-sr-circle-k:before{content:""}.fi-sr-circle-l:before{content:""}.fi-sr-circle-m:before{content:""}.fi-sr-circle-microphone:before{content:""}.fi-sr-circle-microphone-lines:before{content:""}.fi-sr-circle-n:before{content:""}.fi-sr-circle-nodes:before{content:""}.fi-sr-circle-o:before{content:""}.fi-sr-circle-overlap:before{content:""}.fi-sr-circle-p:before{content:""}.fi-sr-circle-phone:before{content:""}.fi-sr-circle-phone-flip:before{content:""}.fi-sr-circle-phone-hangup:before{content:""}.fi-sr-circle-q:before{content:""}.fi-sr-circle-quarter:before{content:""}.fi-sr-circle-quarters-alt:before{content:""}.fi-sr-circle-r:before{content:""}.fi-sr-circle-s:before{content:""}.fi-sr-circle-small:before{content:""}.fi-sr-circle-star:before{content:""}.fi-sr-circle-t:before{content:""}.fi-sr-circle-three-quarters:before{content:""}.fi-sr-circle-trash:before{content:""}.fi-sr-circle-u:before{content:""}.fi-sr-circle-user:before{content:""}.fi-sr-circle-v:before{content:""}.fi-sr-circle-video:before{content:""}.fi-sr-circle-w:before{content:""}.fi-sr-circle-waveform-lines:before{content:""}.fi-sr-circle-wifi-circle-wifi:before{content:""}.fi-sr-circle-x:before{content:""}.fi-sr-circle-xmark:before{content:""}.fi-sr-circle-y:before{content:""}.fi-sr-circle-z:before{content:""}.fi-sr-citrus:before{content:""}.fi-sr-citrus-slice:before{content:""}.fi-sr-city:before{content:""}.fi-sr-clapper-open:before{content:""}.fi-sr-clapperboard:before{content:""}.fi-sr-clapperboard-play:before{content:""}.fi-sr-clarinet:before{content:""}.fi-sr-claw-marks:before{content:""}.fi-sr-clear-alt:before{content:""}.fi-sr-clip:before{content:""}.fi-sr-clip-file:before{content:""}.fi-sr-clip-mail:before{content:""}.fi-sr-clipboard:before{content:""}.fi-sr-clipboard-check:before{content:""}.fi-sr-clipboard-exclamation:before{content:""}.fi-sr-clipboard-list:before{content:""}.fi-sr-clipboard-list-check:before{content:""}.fi-sr-clipboard-prescription:before{content:""}.fi-sr-clipboard-question:before{content:""}.fi-sr-clipboard-user:before{content:""}.fi-sr-clipoard-wrong:before{content:""}.fi-sr-clock:before{content:""}.fi-sr-clock-desk:before{content:""}.fi-sr-clock-eight-thirty:before{content:""}.fi-sr-clock-eleven:before{content:""}.fi-sr-clock-eleven-thirty:before{content:""}.fi-sr-clock-five:before{content:""}.fi-sr-clock-five-thirty:before{content:""}.fi-sr-clock-four-thirty:before{content:""}.fi-sr-clock-future-past:before{content:""}.fi-sr-clock-nine:before{content:""}.fi-sr-clock-nine-thirty:before{content:""}.fi-sr-clock-one:before{content:""}.fi-sr-clock-one-thirty:before{content:""}.fi-sr-clock-seven:before{content:""}.fi-sr-clock-seven-thirty:before{content:""}.fi-sr-clock-six:before{content:""}.fi-sr-clock-six-thirty:before{content:""}.fi-sr-clock-ten:before{content:""}.fi-sr-clock-ten-thirty:before{content:""}.fi-sr-clock-three:before{content:""}.fi-sr-clock-three-thirty:before{content:""}.fi-sr-clock-time-tracking:before{content:""}.fi-sr-clock-twelve:before{content:""}.fi-sr-clock-twelve-thirty:before{content:""}.fi-sr-clock-two:before{content:""}.fi-sr-clock-two-thirty:before{content:""}.fi-sr-clock-up-arrow:before{content:""}.fi-sr-clone:before{content:""}.fi-sr-closed-captioning-slash:before{content:""}.fi-sr-clothes-hanger:before{content:""}.fi-sr-clothing-rack:before{content:""}.fi-sr-cloud:before{content:""}.fi-sr-cloud-back-up:before{content:""}.fi-sr-cloud-back-up-alt:before{content:""}.fi-sr-cloud-check:before{content:""}.fi-sr-cloud-code:before{content:""}.fi-sr-cloud-data:before{content:""}.fi-sr-cloud-disabled:before{content:""}.fi-sr-cloud-download:before{content:""}.fi-sr-cloud-download-alt:before{content:""}.fi-sr-cloud-download-circle:before{content:""}.fi-sr-cloud-drizzle:before{content:""}.fi-sr-cloud-exclamation:before{content:""}.fi-sr-cloud-gear-automation:before{content:""}.fi-sr-cloud-hail:before{content:""}.fi-sr-cloud-hail-mixed:before{content:""}.fi-sr-cloud-lock:before{content:""}.fi-sr-cloud-meatball:before{content:""}.fi-sr-cloud-moon:before{content:""}.fi-sr-cloud-moon-rain:before{content:""}.fi-sr-cloud-question:before{content:""}.fi-sr-cloud-rain:before{content:""}.fi-sr-cloud-rainbow:before{content:""}.fi-sr-cloud-share:before{content:""}.fi-sr-cloud-showers:before{content:""}.fi-sr-cloud-showers-heavy:before{content:""}.fi-sr-cloud-showers-water:before{content:""}.fi-sr-cloud-sleet:before{content:""}.fi-sr-cloud-snow:before{content:""}.fi-sr-cloud-sun:before{content:""}.fi-sr-cloud-sun-rain:before{content:""}.fi-sr-cloud-upload:before{content:""}.fi-sr-cloud-upload-alt:before{content:""}.fi-sr-cloud-upload-circle:before{content:""}.fi-sr-clouds:before{content:""}.fi-sr-clouds-moon:before{content:""}.fi-sr-clouds-sun:before{content:""}.fi-sr-clover-alt:before{content:""}.fi-sr-club:before{content:""}.fi-sr-cocktail:before{content:""}.fi-sr-cocktail-alt:before{content:""}.fi-sr-coconut:before{content:""}.fi-sr-code-branch:before{content:""}.fi-sr-code-commit:before{content:""}.fi-sr-code-compare:before{content:""}.fi-sr-code-fork:before{content:""}.fi-sr-code-merge:before{content:""}.fi-sr-code-pull-request:before{content:""}.fi-sr-code-pull-request-closed:before{content:""}.fi-sr-code-pull-request-draft:before{content:""}.fi-sr-code-simple:before{content:""}.fi-sr-coffee:before{content:""}.fi-sr-coffee-bean:before{content:""}.fi-sr-coffee-beans:before{content:""}.fi-sr-coffee-heart:before{content:""}.fi-sr-coffee-maker:before{content:""}.fi-sr-coffee-pot:before{content:""}.fi-sr-coffin:before{content:""}.fi-sr-coffin-cross:before{content:""}.fi-sr-coin:before{content:""}.fi-sr-coin-up-arrow:before{content:""}.fi-sr-coins:before{content:""}.fi-sr-colon-sign:before{content:""}.fi-sr-columns-3:before{content:""}.fi-sr-comet:before{content:""}.fi-sr-command:before{content:""}.fi-sr-comment:before{content:""}.fi-sr-comment-alt:before{content:""}.fi-sr-comment-alt-check:before{content:""}.fi-sr-comment-alt-dots:before{content:""}.fi-sr-comment-alt-edit:before{content:""}.fi-sr-comment-alt-medical:before{content:""}.fi-sr-comment-alt-middle:before{content:""}.fi-sr-comment-alt-middle-top:before{content:""}.fi-sr-comment-alt-minus:before{content:""}.fi-sr-comment-alt-music:before{content:""}.fi-sr-comment-arrow-down:before{content:""}.fi-sr-comment-arrow-up:before{content:""}.fi-sr-comment-arrow-up-right:before{content:""}.fi-sr-comment-check:before{content:""}.fi-sr-comment-code:before{content:""}.fi-sr-comment-dollar:before{content:""}.fi-sr-comment-dots:before{content:""}.fi-sr-comment-exclamation:before{content:""}.fi-sr-comment-heart:before{content:""}.fi-sr-comment-image:before{content:""}.fi-sr-comment-info:before{content:""}.fi-sr-comment-medical:before{content:""}.fi-sr-comment-minus:before{content:""}.fi-sr-comment-pen:before{content:""}.fi-sr-comment-question:before{content:""}.fi-sr-comment-quote:before{content:""}.fi-sr-comment-slash:before{content:""}.fi-sr-comment-smile:before{content:""}.fi-sr-comment-sms:before{content:""}.fi-sr-comment-text:before{content:""}.fi-sr-comment-user:before{content:""}.fi-sr-comment-xmark:before{content:""}.fi-sr-comments:before{content:""}.fi-sr-comments-dollar:before{content:""}.fi-sr-comments-question:before{content:""}.fi-sr-comments-question-check:before{content:""}.fi-sr-compass-alt:before{content:""}.fi-sr-compass-east:before{content:""}.fi-sr-compass-north:before{content:""}.fi-sr-compass-slash:before{content:""}.fi-sr-compass-south:before{content:""}.fi-sr-compass-west:before{content:""}.fi-sr-completed:before{content:""}.fi-sr-compliance:before{content:""}.fi-sr-compliance-clipboard:before{content:""}.fi-sr-compliance-document:before{content:""}.fi-sr-compress:before{content:""}.fi-sr-compress-alt:before{content:""}.fi-sr-computer:before{content:""}.fi-sr-computer-classic:before{content:""}.fi-sr-computer-mouse:before{content:""}.fi-sr-computer-speaker:before{content:""}.fi-sr-concierge-bell:before{content:""}.fi-sr-condition:before{content:""}.fi-sr-condition-alt:before{content:""}.fi-sr-confetti:before{content:""}.fi-sr-confidential-discussion:before{content:""}.fi-sr-console-controller:before{content:""}.fi-sr-constellation:before{content:""}.fi-sr-contact-lens-eyes:before{content:""}.fi-sr-container-storage:before{content:""}.fi-sr-convert-document:before{content:""}.fi-sr-convert-shapes:before{content:""}.fi-sr-conveyor-belt:before{content:""}.fi-sr-conveyor-belt-alt:before{content:""}.fi-sr-conveyor-belt-arm:before{content:""}.fi-sr-conveyor-belt-empty:before{content:""}.fi-sr-cookie:before{content:""}.fi-sr-cookie-alt:before{content:""}.fi-sr-copy:before{content:""}.fi-sr-copy-alt:before{content:""}.fi-sr-copy-image:before{content:""}.fi-sr-copyright:before{content:""}.fi-sr-corn:before{content:""}.fi-sr-corporate:before{content:""}.fi-sr-corporate-alt:before{content:""}.fi-sr-couch:before{content:""}.fi-sr-court-sport:before{content:""}.fi-sr-cow:before{content:""}.fi-sr-cow-alt:before{content:""}.fi-sr-cowbell:before{content:""}.fi-sr-cowbell-circle-plus:before{content:""}.fi-sr-cowbell-more:before{content:""}.fi-sr-crab:before{content:""}.fi-sr-crate-empty:before{content:""}.fi-sr-cream:before{content:""}.fi-sr-credit-card:before{content:""}.fi-sr-credit-card-buyer:before{content:""}.fi-sr-credit-card-eye:before{content:""}.fi-sr-cricket:before{content:""}.fi-sr-CRM:before{content:""}.fi-sr-crm-alt:before{content:""}.fi-sr-crm-computer:before{content:""}.fi-sr-croissant:before{content:""}.fi-sr-cross:before{content:""}.fi-sr-cross-circle:before{content:""}.fi-sr-cross-religion:before{content:""}.fi-sr-cross-small:before{content:""}.fi-sr-crow:before{content:""}.fi-sr-crown:before{content:""}.fi-sr-crutch:before{content:""}.fi-sr-crutches:before{content:""}.fi-sr-cruzeiro-sign:before{content:""}.fi-sr-crypto-calendar:before{content:""}.fi-sr-cryptocurrency:before{content:""}.fi-sr-crystal-ball:before{content:""}.fi-sr-cube:before{content:""}.fi-sr-cubes:before{content:""}.fi-sr-cubes-stacked:before{content:""}.fi-sr-cucumber:before{content:""}.fi-sr-cup-straw:before{content:""}.fi-sr-cup-straw-swoosh:before{content:""}.fi-sr-cup-togo:before{content:""}.fi-sr-cupcake:before{content:""}.fi-sr-cupcake-alt:before{content:""}.fi-sr-curling:before{content:""}.fi-sr-cursor:before{content:""}.fi-sr-cursor-finger:before{content:""}.fi-sr-cursor-plus:before{content:""}.fi-sr-cursor-text:before{content:""}.fi-sr-cursor-text-alt:before{content:""}.fi-sr-curve:before{content:""}.fi-sr-curve-alt:before{content:""}.fi-sr-curve-arrow:before{content:""}.fi-sr-custard:before{content:""}.fi-sr-customer-care:before{content:""}.fi-sr-customer-service:before{content:""}.fi-sr-customization:before{content:""}.fi-sr-customization-cogwheel:before{content:""}.fi-sr-customize:before{content:""}.fi-sr-customize-computer:before{content:""}.fi-sr-customize-edit:before{content:""}.fi-sr-CV:before{content:""}.fi-sr-cvv-card:before{content:""}.fi-sr-d:before{content:""}.fi-sr-dagger:before{content:""}.fi-sr-daily-calendar:before{content:""}.fi-sr-daisy:before{content:""}.fi-sr-daisy-alt:before{content:""}.fi-sr-damage:before{content:""}.fi-sr-dark-mode:before{content:""}.fi-sr-dark-mode-alt:before{content:""}.fi-sr-dart:before{content:""}.fi-sr-dashboard:before{content:""}.fi-sr-dashboard-monitor:before{content:""}.fi-sr-dashboard-panel:before{content:""}.fi-sr-data-transfer:before{content:""}.fi-sr-database:before{content:""}.fi-sr-database-cloud-circle:before{content:""}.fi-sr-debt:before{content:""}.fi-sr-decision-choice:before{content:""}.fi-sr-deer:before{content:""}.fi-sr-deer-rudolph:before{content:""}.fi-sr-degree-credential:before{content:""}.fi-sr-delete:before{content:""}.fi-sr-delete-document:before{content:""}.fi-sr-delete-right:before{content:""}.fi-sr-delete-user:before{content:""}.fi-sr-democrat:before{content:""}.fi-sr-department:before{content:""}.fi-sr-department-structure:before{content:""}.fi-sr-deposit:before{content:""}.fi-sr-deposit-alt:before{content:""}.fi-sr-description:before{content:""}.fi-sr-description-alt:before{content:""}.fi-sr-desk:before{content:""}.fi-sr-desktop-arrow-down:before{content:""}.fi-sr-desktop-wallpaper:before{content:""}.fi-sr-detergent:before{content:""}.fi-sr-devices:before{content:""}.fi-sr-dewpoint:before{content:""}.fi-sr-dharmachakra:before{content:""}.fi-sr-diagram-cells:before{content:""}.fi-sr-diagram-lean-canvas:before{content:""}.fi-sr-diagram-nested:before{content:""}.fi-sr-diagram-next:before{content:""}.fi-sr-diagram-predecessor:before{content:""}.fi-sr-diagram-previous:before{content:""}.fi-sr-diagram-project:before{content:""}.fi-sr-diagram-sankey:before{content:""}.fi-sr-diagram-subtask:before{content:""}.fi-sr-diagram-successor:before{content:""}.fi-sr-diagram-venn:before{content:""}.fi-sr-dial:before{content:""}.fi-sr-dial-high:before{content:""}.fi-sr-dial-low:before{content:""}.fi-sr-dial-max:before{content:""}.fi-sr-dial-med:before{content:""}.fi-sr-dial-med-low:before{content:""}.fi-sr-dial-min:before{content:""}.fi-sr-dial-off:before{content:""}.fi-sr-dialogue-exchange:before{content:""}.fi-sr-diamond:before{content:""}.fi-sr-diamond-exclamation:before{content:""}.fi-sr-diamond-turn-right:before{content:""}.fi-sr-diary-bookmark-down:before{content:""}.fi-sr-diary-bookmarks:before{content:""}.fi-sr-diary-clasp:before{content:""}.fi-sr-dice:before{content:""}.fi-sr-dice-alt:before{content:""}.fi-sr-dice-d10:before{content:""}.fi-sr-dice-d12:before{content:""}.fi-sr-dice-d20:before{content:""}.fi-sr-dice-d4:before{content:""}.fi-sr-dice-d6:before{content:""}.fi-sr-dice-d8:before{content:""}.fi-sr-dice-four:before{content:""}.fi-sr-dice-one:before{content:""}.fi-sr-dice-six:before{content:""}.fi-sr-dice-three:before{content:""}.fi-sr-dice-two:before{content:""}.fi-sr-dictionary:before{content:""}.fi-sr-dictionary-alt:before{content:""}.fi-sr-dictionary-open:before{content:""}.fi-sr-digging:before{content:""}.fi-sr-digital-payment:before{content:""}.fi-sr-digital-tachograph:before{content:""}.fi-sr-digital-wallet:before{content:""}.fi-sr-dinner:before{content:""}.fi-sr-diploma:before{content:""}.fi-sr-direction-signal:before{content:""}.fi-sr-direction-signal-arrow:before{content:""}.fi-sr-disc-drive:before{content:""}.fi-sr-discover:before{content:""}.fi-sr-discussion-group:before{content:""}.fi-sr-discussion-idea:before{content:""}.fi-sr-disease:before{content:""}.fi-sr-disk:before{content:""}.fi-sr-display-arrow-down:before{content:""}.fi-sr-display-chart-up:before{content:""}.fi-sr-display-code:before{content:""}.fi-sr-display-medical:before{content:""}.fi-sr-display-slash:before{content:""}.fi-sr-distribute-spacing-horizontal:before{content:""}.fi-sr-distribute-spacing-vertical:before{content:""}.fi-sr-divide:before{content:""}.fi-sr-dizzy:before{content:""}.fi-sr-dj-disc:before{content:""}.fi-sr-dna:before{content:""}.fi-sr-do-not-disturb:before{content:""}.fi-sr-do-not-disturb-doorknob:before{content:""}.fi-sr-do-not-enter:before{content:""}.fi-sr-doctor:before{content:""}.fi-sr-document:before{content:""}.fi-sr-document-circle-wrong:before{content:""}.fi-sr-document-folder-gear:before{content:""}.fi-sr-document-gavel:before{content:""}.fi-sr-document-gear:before{content:""}.fi-sr-document-nft:before{content:""}.fi-sr-document-paid:before{content:""}.fi-sr-document-signed:before{content:""}.fi-sr-dog:before{content:""}.fi-sr-dog-bowl-empty:before{content:""}.fi-sr-dog-leashed:before{content:""}.fi-sr-dollar:before{content:""}.fi-sr-dolly-flatbed:before{content:""}.fi-sr-dolly-flatbed-alt:before{content:""}.fi-sr-dolly-flatbed-empty:before{content:""}.fi-sr-dolphin:before{content:""}.fi-sr-domino-effect:before{content:""}.fi-sr-donate:before{content:""}.fi-sr-dong-sign:before{content:""}.fi-sr-donut:before{content:""}.fi-sr-door-closed:before{content:""}.fi-sr-door-open:before{content:""}.fi-sr-dorm-room:before{content:""}.fi-sr-dot-circle:before{content:""}.fi-sr-dot-pending:before{content:""}.fi-sr-dove:before{content:""}.fi-sr-down:before{content:""}.fi-sr-down-from-bracket:before{content:""}.fi-sr-down-left:before{content:""}.fi-sr-down-left-and-up-right-to-center:before{content:""}.fi-sr-down-right:before{content:""}.fi-sr-down-to-line:before{content:""}.fi-sr-download:before{content:""}.fi-sr-drafting-compass:before{content:""}.fi-sr-dragon:before{content:""}.fi-sr-draw-polygon:before{content:""}.fi-sr-draw-square:before{content:""}.fi-sr-drawer:before{content:""}.fi-sr-drawer-alt:before{content:""}.fi-sr-drawer-empty:before{content:""}.fi-sr-dreidel:before{content:""}.fi-sr-dress:before{content:""}.fi-sr-drink-alt:before{content:""}.fi-sr-driver-man:before{content:""}.fi-sr-driver-woman:before{content:""}.fi-sr-drone:before{content:""}.fi-sr-drone-alt:before{content:""}.fi-sr-drone-front:before{content:""}.fi-sr-drop-down:before{content:""}.fi-sr-dropdown:before{content:""}.fi-sr-dropdown-bar:before{content:""}.fi-sr-dropdown-select:before{content:""}.fi-sr-drum:before{content:""}.fi-sr-drum-steelpan:before{content:""}.fi-sr-drumstick:before{content:""}.fi-sr-drumstick-bite:before{content:""}.fi-sr-dryer:before{content:""}.fi-sr-dryer-alt:before{content:""}.fi-sr-duck:before{content:""}.fi-sr-dumbbell-fitness:before{content:""}.fi-sr-dumbbell-horizontal:before{content:""}.fi-sr-dumbbell-ray:before{content:""}.fi-sr-dumbbell-weightlifting:before{content:""}.fi-sr-dumpster:before{content:""}.fi-sr-dumpster-fire:before{content:""}.fi-sr-dungeon:before{content:""}.fi-sr-duplicate:before{content:""}.fi-sr-duration:before{content:""}.fi-sr-duration-alt:before{content:""}.fi-sr-e:before{content:""}.fi-sr-e-learning:before{content:""}.fi-sr-ear:before{content:""}.fi-sr-ear-deaf:before{content:""}.fi-sr-ear-muffs:before{content:""}.fi-sr-ear-sound:before{content:""}.fi-sr-earbuds:before{content:""}.fi-sr-earnings:before{content:""}.fi-sr-earth-africa:before{content:""}.fi-sr-earth-americas:before{content:""}.fi-sr-earth-asia:before{content:""}.fi-sr-earth-europa:before{content:""}.fi-sr-eclipse:before{content:""}.fi-sr-eclipse-alt:before{content:""}.fi-sr-eco-electric:before{content:""}.fi-sr-edit:before{content:""}.fi-sr-edit-alt:before{content:""}.fi-sr-edit-message:before{content:""}.fi-sr-effect:before{content:""}.fi-sr-egg:before{content:""}.fi-sr-egg-fried:before{content:""}.fi-sr-eiffel-tower:before{content:""}.fi-sr-eject:before{content:""}.fi-sr-elephant:before{content:""}.fi-sr-elevator:before{content:""}.fi-sr-email-pending:before{content:""}.fi-sr-email-refresh:before{content:""}.fi-sr-emergency-call:before{content:""}.fi-sr-employee-alt:before{content:""}.fi-sr-employee-handbook:before{content:""}.fi-sr-employee-man:before{content:""}.fi-sr-employee-man-alt:before{content:""}.fi-sr-employees:before{content:""}.fi-sr-employees-woman-man:before{content:""}.fi-sr-empty-set:before{content:""}.fi-sr-endless-loop:before{content:""}.fi-sr-engine:before{content:""}.fi-sr-engine-warning:before{content:""}.fi-sr-english:before{content:""}.fi-sr-enter:before{content:""}.fi-sr-entertainment:before{content:""}.fi-sr-envelope:before{content:""}.fi-sr-envelope-ban:before{content:""}.fi-sr-envelope-bulk:before{content:""}.fi-sr-envelope-dot:before{content:""}.fi-sr-envelope-download:before{content:""}.fi-sr-envelope-heart:before{content:""}.fi-sr-envelope-marker:before{content:""}.fi-sr-envelope-open:before{content:""}.fi-sr-envelope-open-dollar:before{content:""}.fi-sr-envelope-open-text:before{content:""}.fi-sr-envelope-plus:before{content:""}.fi-sr-envelopes:before{content:""}.fi-sr-equality:before{content:""}.fi-sr-equals:before{content:""}.fi-sr-equestrian-statue:before{content:""}.fi-sr-equipment:before{content:""}.fi-sr-eraser:before{content:""}.fi-sr-error-camera:before{content:""}.fi-sr-escalator:before{content:""}.fi-sr-ethernet:before{content:""}.fi-sr-euro:before{content:""}.fi-sr-europe-flag:before{content:""}.fi-sr-europe-map:before{content:""}.fi-sr-european-union:before{content:""}.fi-sr-excavator:before{content:""}.fi-sr-exchange:before{content:""}.fi-sr-exchange-alt:before{content:""}.fi-sr-exchange-cryptocurrency:before{content:""}.fi-sr-exclamation:before{content:""}.fi-sr-exit:before{content:""}.fi-sr-exit-alt:before{content:""}.fi-sr-expand:before{content:""}.fi-sr-expand-arrows:before{content:""}.fi-sr-expand-arrows-alt:before{content:""}.fi-sr-expense:before{content:""}.fi-sr-expense-bill:before{content:""}.fi-sr-explosion:before{content:""}.fi-sr-external-hard-drive:before{content:""}.fi-sr-external-world:before{content:""}.fi-sr-eye:before{content:""}.fi-sr-eye-alert:before{content:""}.fi-sr-eye-arrow-progress:before{content:""}.fi-sr-eye-crossed:before{content:""}.fi-sr-eye-dropper-half:before{content:""}.fi-sr-eyes:before{content:""}.fi-sr-f:before{content:""}.fi-sr-fabric:before{content:""}.fi-sr-face-angry-horns:before{content:""}.fi-sr-face-anguished:before{content:""}.fi-sr-face-anxious-sweat:before{content:""}.fi-sr-face-astonished:before{content:""}.fi-sr-face-awesome:before{content:""}.fi-sr-face-beam-hand-over-mouth:before{content:""}.fi-sr-face-confounded:before{content:""}.fi-sr-face-confused:before{content:""}.fi-sr-face-cowboy-hat:before{content:""}.fi-sr-face-disappointed:before{content:""}.fi-sr-face-disguise:before{content:""}.fi-sr-face-downcast-sweat:before{content:""}.fi-sr-face-drooling:before{content:""}.fi-sr-face-explode:before{content:""}.fi-sr-face-expressionless:before{content:""}.fi-sr-face-eyes-xmarks:before{content:""}.fi-sr-face-fearful:before{content:""}.fi-sr-face-glasses:before{content:""}.fi-sr-face-grin-tongue-wink:before{content:""}.fi-sr-face-hand-yawn:before{content:""}.fi-sr-face-head-bandage:before{content:""}.fi-sr-face-hushed:before{content:""}.fi-sr-face-icicles:before{content:""}.fi-sr-face-lying:before{content:""}.fi-sr-face-mask:before{content:""}.fi-sr-face-monocle:before{content:""}.fi-sr-face-nauseated:before{content:""}.fi-sr-face-nose-steam:before{content:""}.fi-sr-face-party:before{content:""}.fi-sr-face-pensive:before{content:""}.fi-sr-face-persevering:before{content:""}.fi-sr-face-pleading:before{content:""}.fi-sr-face-raised-eyebrow:before{content:""}.fi-sr-face-relieved:before{content:""}.fi-sr-face-sad-sweat:before{content:""}.fi-sr-face-scream:before{content:""}.fi-sr-face-shush:before{content:""}.fi-sr-face-sleeping:before{content:""}.fi-sr-face-sleepy:before{content:""}.fi-sr-face-smile-halo:before{content:""}.fi-sr-face-smile-hearts:before{content:""}.fi-sr-face-smile-horns:before{content:""}.fi-sr-face-smile-tear:before{content:""}.fi-sr-face-smile-tongue:before{content:""}.fi-sr-face-smile-upside-down:before{content:""}.fi-sr-face-smiling-hands:before{content:""}.fi-sr-face-smirking:before{content:""}.fi-sr-face-sunglasses:before{content:""}.fi-sr-face-sunglasses-alt:before{content:""}.fi-sr-face-swear:before{content:""}.fi-sr-face-thermometer:before{content:""}.fi-sr-face-thinking:before{content:""}.fi-sr-face-tissue:before{content:""}.fi-sr-face-tongue-money:before{content:""}.fi-sr-face-tongue-sweat:before{content:""}.fi-sr-face-unamused:before{content:""}.fi-sr-face-viewfinder:before{content:""}.fi-sr-face-vomit:before{content:""}.fi-sr-face-weary:before{content:""}.fi-sr-face-woozy:before{content:""}.fi-sr-face-worried:before{content:""}.fi-sr-face-zany:before{content:""}.fi-sr-face-zipper:before{content:""}.fi-sr-facial-massage:before{content:""}.fi-sr-fail:before{content:""}.fi-sr-falafel:before{content:""}.fi-sr-family:before{content:""}.fi-sr-family-dress:before{content:""}.fi-sr-family-pants:before{content:""}.fi-sr-fan:before{content:""}.fi-sr-fan-table:before{content:""}.fi-sr-farfalle:before{content:""}.fi-sr-farm:before{content:""}.fi-sr-faucet:before{content:""}.fi-sr-faucet-drip:before{content:""}.fi-sr-fax:before{content:""}.fi-sr-feather:before{content:""}.fi-sr-feather-pointed:before{content:""}.fi-sr-features:before{content:""}.fi-sr-features-alt:before{content:""}.fi-sr-fee:before{content:""}.fi-sr-fee-receipt:before{content:""}.fi-sr-feedback:before{content:""}.fi-sr-feedback-alt:before{content:""}.fi-sr-feedback-cycle-loop:before{content:""}.fi-sr-feedback-hand:before{content:""}.fi-sr-feedback-review:before{content:""}.fi-sr-fence:before{content:""}.fi-sr-field-hockey:before{content:""}.fi-sr-fighter-jet:before{content:""}.fi-sr-file:before{content:""}.fi-sr-file-ai:before{content:""}.fi-sr-file-audio:before{content:""}.fi-sr-file-binary:before{content:""}.fi-sr-file-chart-line:before{content:""}.fi-sr-file-chart-pie:before{content:""}.fi-sr-file-circle-info:before{content:""}.fi-sr-file-cloud:before{content:""}.fi-sr-file-code:before{content:""}.fi-sr-file-csv:before{content:""}.fi-sr-file-download:before{content:""}.fi-sr-file-edit:before{content:""}.fi-sr-file-eps:before{content:""}.fi-sr-file-excel:before{content:""}.fi-sr-file-exclamation:before{content:""}.fi-sr-file-export:before{content:""}.fi-sr-file-image:before{content:""}.fi-sr-file-import:before{content:""}.fi-sr-file-invoice:before{content:""}.fi-sr-file-invoice-dollar:before{content:""}.fi-sr-file-loop:before{content:""}.fi-sr-file-medical:before{content:""}.fi-sr-file-medical-alt:before{content:""}.fi-sr-file-minus:before{content:""}.fi-sr-file-pdf:before{content:""}.fi-sr-file-powerpoint:before{content:""}.fi-sr-file-prescription:before{content:""}.fi-sr-file-psd:before{content:""}.fi-sr-file-question:before{content:""}.fi-sr-file-recycle:before{content:""}.fi-sr-file-signature:before{content:""}.fi-sr-file-spreadsheet:before{content:""}.fi-sr-file-upload:before{content:""}.fi-sr-file-user:before{content:""}.fi-sr-file-video:before{content:""}.fi-sr-file-word:before{content:""}.fi-sr-file-xls:before{content:""}.fi-sr-file-zip-alt:before{content:""}.fi-sr-file-zip-save:before{content:""}.fi-sr-file-zipper:before{content:""}.fi-sr-files-medical:before{content:""}.fi-sr-fill:before{content:""}.fi-sr-film:before{content:""}.fi-sr-film-canister:before{content:""}.fi-sr-film-slash:before{content:""}.fi-sr-films:before{content:""}.fi-sr-filter:before{content:""}.fi-sr-filter-list:before{content:""}.fi-sr-filter-slash:before{content:""}.fi-sr-filters:before{content:""}.fi-sr-finger-droplet:before{content:""}.fi-sr-finger-nail:before{content:""}.fi-sr-fingerprint:before{content:""}.fi-sr-fingerprint-remove:before{content:""}.fi-sr-fingerprint-security-risk:before{content:""}.fi-sr-fingerprint-verified:before{content:""}.fi-sr-fire-burner:before{content:""}.fi-sr-fire-extinguisher:before{content:""}.fi-sr-fire-flame-curved:before{content:""}.fi-sr-fire-flame-simple:before{content:""}.fi-sr-fire-hydrant:before{content:""}.fi-sr-fire-smoke:before{content:""}.fi-sr-fireplace:before{content:""}.fi-sr-first:before{content:""}.fi-sr-first-award:before{content:""}.fi-sr-first-laurel:before{content:""}.fi-sr-first-medal:before{content:""}.fi-sr-fish:before{content:""}.fi-sr-fish-bones:before{content:""}.fi-sr-fish-cooked:before{content:""}.fi-sr-fishing-rod:before{content:""}.fi-sr-fist-move:before{content:""}.fi-sr-fitness-watch:before{content:""}.fi-sr-flag:before{content:""}.fi-sr-flag-alt:before{content:""}.fi-sr-flag-checkered:before{content:""}.fi-sr-flag-usa:before{content:""}.fi-sr-flame:before{content:""}.fi-sr-flashlight:before{content:""}.fi-sr-flask:before{content:""}.fi-sr-flask-gear:before{content:""}.fi-sr-flask-poison:before{content:""}.fi-sr-flask-potion:before{content:""}.fi-sr-flatbread:before{content:""}.fi-sr-flatbread-stuffed:before{content:""}.fi-sr-flip-horizontal:before{content:""}.fi-sr-floor:before{content:""}.fi-sr-floor-alt:before{content:""}.fi-sr-floor-layer:before{content:""}.fi-sr-floppy-disk-circle-arrow-right:before{content:""}.fi-sr-floppy-disk-circle-xmark:before{content:""}.fi-sr-floppy-disk-pen:before{content:""}.fi-sr-floppy-disks:before{content:""}.fi-sr-florin-sign:before{content:""}.fi-sr-flowchart:before{content:""}.fi-sr-flower:before{content:""}.fi-sr-flower-butterfly:before{content:""}.fi-sr-flower-daffodil:before{content:""}.fi-sr-flower-tulip:before{content:""}.fi-sr-flushed:before{content:""}.fi-sr-flute:before{content:""}.fi-sr-flux-capacitor:before{content:""}.fi-sr-fly-insect:before{content:""}.fi-sr-flying-disc:before{content:""}.fi-sr-fm-radio:before{content:""}.fi-sr-fog:before{content:""}.fi-sr-folder:before{content:""}.fi-sr-folder-archive:before{content:""}.fi-sr-folder-camera:before{content:""}.fi-sr-folder-directory:before{content:""}.fi-sr-folder-download:before{content:""}.fi-sr-folder-fire:before{content:""}.fi-sr-folder-gear:before{content:""}.fi-sr-folder-heart:before{content:""}.fi-sr-folder-loop:before{content:""}.fi-sr-folder-math:before{content:""}.fi-sr-folder-minus:before{content:""}.fi-sr-folder-music:before{content:""}.fi-sr-folder-open:before{content:""}.fi-sr-folder-plus-circle:before{content:""}.fi-sr-folder-times:before{content:""}.fi-sr-folder-tree:before{content:""}.fi-sr-folder-upload:before{content:""}.fi-sr-folder-xmark:before{content:""}.fi-sr-folder-xmark-circle:before{content:""}.fi-sr-folders:before{content:""}.fi-sr-follow-folder:before{content:""}.fi-sr-followcollection:before{content:""}.fi-sr-following:before{content:""}.fi-sr-fondue-pot:before{content:""}.fi-sr-football:before{content:""}.fi-sr-footprint:before{content:""}.fi-sr-foreign-language-audio:before{content:""}.fi-sr-forest:before{content:""}.fi-sr-forest-alt:before{content:""}.fi-sr-fork:before{content:""}.fi-sr-fork-spaghetti:before{content:""}.fi-sr-forklift:before{content:""}.fi-sr-form:before{content:""}.fi-sr-fort:before{content:""}.fi-sr-forward:before{content:""}.fi-sr-forward-fast:before{content:""}.fi-sr-fox:before{content:""}.fi-sr-frame:before{content:""}.fi-sr-franc-sign:before{content:""}.fi-sr-free:before{content:""}.fi-sr-free-delivery:before{content:""}.fi-sr-freemium:before{content:""}.fi-sr-french:before{content:""}.fi-sr-french-fries:before{content:""}.fi-sr-friday:before{content:""}.fi-sr-frog:before{content:""}.fi-sr-frown:before{content:""}.fi-sr-ftp:before{content:""}.fi-sr-fuel-gauge:before{content:""}.fi-sr-function:before{content:""}.fi-sr-function-process:before{content:""}.fi-sr-function-square:before{content:""}.fi-sr-funnel-dollar:before{content:""}.fi-sr-funnel-money:before{content:""}.fi-sr-fusilli:before{content:""}.fi-sr-g:before{content:""}.fi-sr-galaxy:before{content:""}.fi-sr-galaxy-alt:before{content:""}.fi-sr-galaxy-planet:before{content:""}.fi-sr-galaxy-star:before{content:""}.fi-sr-gallery:before{content:""}.fi-sr-gallery-thumbnails:before{content:""}.fi-sr-game:before{content:""}.fi-sr-game-board-alt:before{content:""}.fi-sr-gamepad:before{content:""}.fi-sr-games:before{content:""}.fi-sr-garage:before{content:""}.fi-sr-garage-car:before{content:""}.fi-sr-garage-open:before{content:""}.fi-sr-garlic:before{content:""}.fi-sr-garlic-alt:before{content:""}.fi-sr-gas-pump:before{content:""}.fi-sr-gas-pump-alt:before{content:""}.fi-sr-gas-pump-slash:before{content:""}.fi-sr-gauge-circle-bolt:before{content:""}.fi-sr-gauge-circle-minus:before{content:""}.fi-sr-gauge-circle-plus:before{content:""}.fi-sr-gauze-bandage:before{content:""}.fi-sr-gavel:before{content:""}.fi-sr-gay-couple:before{content:""}.fi-sr-gears:before{content:""}.fi-sr-gem:before{content:""}.fi-sr-general:before{content:""}.fi-sr-german:before{content:""}.fi-sr-ghost:before{content:""}.fi-sr-gif:before{content:""}.fi-sr-gif-square:before{content:""}.fi-sr-gift:before{content:""}.fi-sr-gift-box-benefits:before{content:""}.fi-sr-gift-card:before{content:""}.fi-sr-gifts:before{content:""}.fi-sr-gingerbread-man:before{content:""}.fi-sr-glass:before{content:""}.fi-sr-glass-champagne:before{content:""}.fi-sr-glass-cheers:before{content:""}.fi-sr-glass-citrus:before{content:""}.fi-sr-glass-empty:before{content:""}.fi-sr-glass-half:before{content:""}.fi-sr-glass-water-droplet:before{content:""}.fi-sr-glass-whiskey:before{content:""}.fi-sr-glass-whiskey-rocks:before{content:""}.fi-sr-glasses:before{content:""}.fi-sr-globe:before{content:""}.fi-sr-globe-alt:before{content:""}.fi-sr-globe-pointer:before{content:""}.fi-sr-globe-snow:before{content:""}.fi-sr-globe-user:before{content:""}.fi-sr-goal-net:before{content:""}.fi-sr-golf:before{content:""}.fi-sr-golf-ball:before{content:""}.fi-sr-golf-club:before{content:""}.fi-sr-golf-hole:before{content:""}.fi-sr-gopuram:before{content:""}.fi-sr-government-budget:before{content:""}.fi-sr-government-flag:before{content:""}.fi-sr-government-user:before{content:""}.fi-sr-gps-navigation:before{content:""}.fi-sr-graduation-cap:before{content:""}.fi-sr-gramophone:before{content:""}.fi-sr-grape:before{content:""}.fi-sr-graph-curve:before{content:""}.fi-sr-graphic-style:before{content:""}.fi-sr-graphic-tablet:before{content:""}.fi-sr-grass:before{content:""}.fi-sr-grate:before{content:""}.fi-sr-grate-droplet:before{content:""}.fi-sr-greater-than:before{content:""}.fi-sr-greater-than-equal:before{content:""}.fi-sr-greek-helmet:before{content:""}.fi-sr-grid:before{content:""}.fi-sr-grid-alt:before{content:""}.fi-sr-grid-dividers:before{content:""}.fi-sr-grill:before{content:""}.fi-sr-grill-hot-alt:before{content:""}.fi-sr-grimace:before{content:""}.fi-sr-grin:before{content:""}.fi-sr-grin-alt:before{content:""}.fi-sr-grin-beam:before{content:""}.fi-sr-grin-beam-sweat:before{content:""}.fi-sr-grin-hearts:before{content:""}.fi-sr-grin-squint:before{content:""}.fi-sr-grin-squint-tears:before{content:""}.fi-sr-grin-stars:before{content:""}.fi-sr-grin-tears:before{content:""}.fi-sr-grin-tongue:before{content:""}.fi-sr-grin-tongue-squint:before{content:""}.fi-sr-grin-tongue-wink:before{content:""}.fi-sr-grin-wink:before{content:""}.fi-sr-grip-dots:before{content:""}.fi-sr-grip-dots-vertical:before{content:""}.fi-sr-grip-horizontal:before{content:""}.fi-sr-grip-lines:before{content:""}.fi-sr-grip-lines-vertical:before{content:""}.fi-sr-grip-vertical:before{content:""}.fi-sr-grocery-bag:before{content:""}.fi-sr-grocery-basket:before{content:""}.fi-sr-group-arrows-rotate:before{content:""}.fi-sr-group-call:before{content:""}.fi-sr-group-community-social-media:before{content:""}.fi-sr-growth-chart-invest:before{content:""}.fi-sr-guarani-sign:before{content:""}.fi-sr-guide:before{content:""}.fi-sr-guide-alt:before{content:""}.fi-sr-guitar:before{content:""}.fi-sr-guitar-electric:before{content:""}.fi-sr-guitars:before{content:""}.fi-sr-gun-squirt:before{content:""}.fi-sr-gym:before{content:""}.fi-sr-h:before{content:""}.fi-sr-h-square:before{content:""}.fi-sr-h1:before{content:""}.fi-sr-h2:before{content:""}.fi-sr-h3:before{content:""}.fi-sr-h4:before{content:""}.fi-sr-hair-clipper:before{content:""}.fi-sr-hamburger:before{content:""}.fi-sr-hamburger-soda:before{content:""}.fi-sr-hammer:before{content:""}.fi-sr-hammer-brush:before{content:""}.fi-sr-hammer-crash:before{content:""}.fi-sr-hammer-war:before{content:""}.fi-sr-hamsa:before{content:""}.fi-sr-hand-back-fist:before{content:""}.fi-sr-hand-back-point-down:before{content:""}.fi-sr-hand-back-point-left:before{content:""}.fi-sr-hand-back-point-ribbon:before{content:""}.fi-sr-hand-back-point-right:before{content:""}.fi-sr-hand-bandage-wound:before{content:""}.fi-sr-hand-bill:before{content:""}.fi-sr-hand-dots:before{content:""}.fi-sr-hand-fingers-crossed:before{content:""}.fi-sr-hand-fist:before{content:""}.fi-sr-hand-heart:before{content:""}.fi-sr-hand-holding-box:before{content:""}.fi-sr-hand-holding-document:before{content:""}.fi-sr-hand-holding-droplet:before{content:""}.fi-sr-hand-holding-heart:before{content:""}.fi-sr-hand-holding-magic:before{content:""}.fi-sr-hand-holding-medical:before{content:""}.fi-sr-hand-holding-seeding:before{content:""}.fi-sr-hand-holding-skull:before{content:""}.fi-sr-hand-holding-usd:before{content:""}.fi-sr-hand-holding-water:before{content:""}.fi-sr-hand-horns:before{content:""}.fi-sr-hand-key:before{content:""}.fi-sr-hand-lizard:before{content:""}.fi-sr-hand-love:before{content:""}.fi-sr-hand-middle-finger:before{content:""}.fi-sr-hand-paper:before{content:""}.fi-sr-hand-peace:before{content:""}.fi-sr-hand-point-ribbon:before{content:""}.fi-sr-hand-present:before{content:""}.fi-sr-hand-scissors:before{content:""}.fi-sr-hand-sparkles:before{content:""}.fi-sr-hand-spock:before{content:""}.fi-sr-hand-wave:before{content:""}.fi-sr-handcuffs:before{content:""}.fi-sr-handmade:before{content:""}.fi-sr-hands-brain:before{content:""}.fi-sr-hands-bubbles:before{content:""}.fi-sr-hands-clapping:before{content:""}.fi-sr-hands-heart:before{content:""}.fi-sr-hands-holding:before{content:""}.fi-sr-hands-holding-diamond:before{content:""}.fi-sr-hands-together:before{content:""}.fi-sr-hands-together-heart:before{content:""}.fi-sr-hands-usd:before{content:""}.fi-sr-handshake:before{content:""}.fi-sr-handshake-angle:before{content:""}.fi-sr-handshake-deal-loan:before{content:""}.fi-sr-handshake-house:before{content:""}.fi-sr-handshake-simple-slash:before{content:""}.fi-sr-handshake-trust:before{content:""}.fi-sr-hard-hat:before{content:""}.fi-sr-hashtag-lock:before{content:""}.fi-sr-hastag:before{content:""}.fi-sr-hat-beach:before{content:""}.fi-sr-hat-birthday:before{content:""}.fi-sr-hat-chef:before{content:""}.fi-sr-hat-cowboy:before{content:""}.fi-sr-hat-cowboy-side:before{content:""}.fi-sr-hat-santa:before{content:""}.fi-sr-hat-winter:before{content:""}.fi-sr-hat-witch:before{content:""}.fi-sr-hat-wizard:before{content:""}.fi-sr-hdd:before{content:""}.fi-sr-head-side:before{content:""}.fi-sr-head-side-brain:before{content:""}.fi-sr-head-side-cough:before{content:""}.fi-sr-head-side-cough-slash:before{content:""}.fi-sr-head-side-headphones:before{content:""}.fi-sr-head-side-heart:before{content:""}.fi-sr-head-side-mask:before{content:""}.fi-sr-head-side-medical:before{content:""}.fi-sr-head-side-thinking:before{content:""}.fi-sr-head-side-virus:before{content:""}.fi-sr-head-vr:before{content:""}.fi-sr-heading:before{content:""}.fi-sr-headphones:before{content:""}.fi-sr-headset:before{content:""}.fi-sr-heart:before{content:""}.fi-sr-heart-arrow:before{content:""}.fi-sr-heart-brain:before{content:""}.fi-sr-heart-circle-user:before{content:""}.fi-sr-heart-crack:before{content:""}.fi-sr-heart-half:before{content:""}.fi-sr-heart-half-stroke:before{content:""}.fi-sr-heart-health-muscle:before{content:""}.fi-sr-heart-lock:before{content:""}.fi-sr-heart-partner-handshake:before{content:""}.fi-sr-heart-rate:before{content:""}.fi-sr-heart-slash:before{content:""}.fi-sr-heart-upside-down:before{content:""}.fi-sr-heat:before{content:""}.fi-sr-helicopter-side:before{content:""}.fi-sr-helmet-battle:before{content:""}.fi-sr-hexagon:before{content:""}.fi-sr-hexagon-check:before{content:""}.fi-sr-hexagon-divide:before{content:""}.fi-sr-hexagon-exclamation:before{content:""}.fi-sr-high-definition:before{content:""}.fi-sr-high-five:before{content:""}.fi-sr-high-five-celebration-yes:before{content:""}.fi-sr-highlighter:before{content:""}.fi-sr-highlighter-line:before{content:""}.fi-sr-hiking:before{content:""}.fi-sr-hiking-boot:before{content:""}.fi-sr-hippo:before{content:""}.fi-sr-hockey-mask:before{content:""}.fi-sr-hockey-puck:before{content:""}.fi-sr-hockey-stick-puck:before{content:""}.fi-sr-hockey-sticks:before{content:""}.fi-sr-holding-hand-brain:before{content:""}.fi-sr-holding-hand-dinner:before{content:""}.fi-sr-holding-hand-direction:before{content:""}.fi-sr-holding-hand-gear:before{content:""}.fi-sr-holding-hand-key:before{content:""}.fi-sr-holding-hand-nft:before{content:""}.fi-sr-holding-hand-revenue:before{content:""}.fi-sr-holly-berry:before{content:""}.fi-sr-home:before{content:""}.fi-sr-home-heart:before{content:""}.fi-sr-home-location:before{content:""}.fi-sr-home-location-alt:before{content:""}.fi-sr-honey-pot:before{content:""}.fi-sr-hood-cloak:before{content:""}.fi-sr-horizontal-rule:before{content:""}.fi-sr-horse:before{content:""}.fi-sr-horse-head:before{content:""}.fi-sr-horse-saddle:before{content:""}.fi-sr-horseshoe:before{content:""}.fi-sr-horseshoe-broken:before{content:""}.fi-sr-hose:before{content:""}.fi-sr-hose-reel:before{content:""}.fi-sr-hospital:before{content:""}.fi-sr-hospital-symbol:before{content:""}.fi-sr-hospital-user:before{content:""}.fi-sr-hospitals:before{content:""}.fi-sr-hot-tub:before{content:""}.fi-sr-hotdog:before{content:""}.fi-sr-hotel:before{content:""}.fi-sr-hourglass:before{content:""}.fi-sr-hourglass-end:before{content:""}.fi-sr-hourglass-start:before{content:""}.fi-sr-house-blank:before{content:""}.fi-sr-house-building:before{content:""}.fi-sr-house-chimney:before{content:""}.fi-sr-house-chimney-blank:before{content:""}.fi-sr-house-chimney-crack:before{content:""}.fi-sr-house-chimney-heart:before{content:""}.fi-sr-house-chimney-medical:before{content:""}.fi-sr-house-chimney-user:before{content:""}.fi-sr-house-chimney-window:before{content:""}.fi-sr-house-circle-check:before{content:""}.fi-sr-house-circle-exclamation:before{content:""}.fi-sr-house-circle-xmark:before{content:""}.fi-sr-house-crack:before{content:""}.fi-sr-house-crack-alt:before{content:""}.fi-sr-house-day:before{content:""}.fi-sr-house-fire:before{content:""}.fi-sr-house-flag:before{content:""}.fi-sr-house-flood:before{content:""}.fi-sr-house-key:before{content:""}.fi-sr-house-laptop:before{content:""}.fi-sr-house-leave:before{content:""}.fi-sr-house-lock:before{content:""}.fi-sr-house-medical:before{content:""}.fi-sr-house-night:before{content:""}.fi-sr-house-return:before{content:""}.fi-sr-house-signal:before{content:""}.fi-sr-house-tree:before{content:""}.fi-sr-house-tsunami:before{content:""}.fi-sr-house-turret:before{content:""}.fi-sr-house-user:before{content:""}.fi-sr-house-window:before{content:""}.fi-sr-hr:before{content:""}.fi-sr-hr-group:before{content:""}.fi-sr-hr-person:before{content:""}.fi-sr-hryvnia:before{content:""}.fi-sr-humanitarian-mission:before{content:""}.fi-sr-humidity:before{content:""}.fi-sr-hundred-points:before{content:""}.fi-sr-hurricane:before{content:""}.fi-sr-hyperloop:before{content:""}.fi-sr-i:before{content:""}.fi-sr-ice-cream:before{content:""}.fi-sr-icicles:before{content:""}.fi-sr-icon-star:before{content:""}.fi-sr-id-badge:before{content:""}.fi-sr-id-card-clip-alt:before{content:""}.fi-sr-idea-exchange:before{content:""}.fi-sr-igloo:before{content:""}.fi-sr-image-slash:before{content:""}.fi-sr-images:before{content:""}.fi-sr-images-user:before{content:""}.fi-sr-improve-user:before{content:""}.fi-sr-inbox:before{content:""}.fi-sr-inbox-full:before{content:""}.fi-sr-inbox-in:before{content:""}.fi-sr-inbox-out:before{content:""}.fi-sr-inboxes:before{content:""}.fi-sr-incense-sticks-yoga:before{content:""}.fi-sr-incognito:before{content:""}.fi-sr-indent:before{content:""}.fi-sr-india-map:before{content:""}.fi-sr-indian-rupee-sign:before{content:""}.fi-sr-industry-alt:before{content:""}.fi-sr-industry-windows:before{content:""}.fi-sr-infinity:before{content:""}.fi-sr-info:before{content:""}.fi-sr-info-guide:before{content:""}.fi-sr-information:before{content:""}.fi-sr-inhaler:before{content:""}.fi-sr-input-numeric:before{content:""}.fi-sr-input-pipe:before{content:""}.fi-sr-input-text:before{content:""}.fi-sr-insert:before{content:""}.fi-sr-insert-alt:before{content:""}.fi-sr-insert-arrows:before{content:""}.fi-sr-insert-button-circle:before{content:""}.fi-sr-insert-credit-card:before{content:""}.fi-sr-insert-square:before{content:""}.fi-sr-insight:before{content:""}.fi-sr-insight-alt:before{content:""}.fi-sr-insight-head:before{content:""}.fi-sr-integral:before{content:""}.fi-sr-interactive:before{content:""}.fi-sr-interlining:before{content:""}.fi-sr-internet-speed-wifi:before{content:""}.fi-sr-interpersonal-skill:before{content:""}.fi-sr-interrogation:before{content:""}.fi-sr-intersection:before{content:""}.fi-sr-introduction:before{content:""}.fi-sr-introduction-handshake:before{content:""}.fi-sr-inventory-alt:before{content:""}.fi-sr-invest:before{content:""}.fi-sr-investment:before{content:""}.fi-sr-invite:before{content:""}.fi-sr-invite-alt:before{content:""}.fi-sr-iot:before{content:""}.fi-sr-iot-alt:before{content:""}.fi-sr-ip-address:before{content:""}.fi-sr-iron:before{content:""}.fi-sr-island-tropical:before{content:""}.fi-sr-issue-loupe:before{content:""}.fi-sr-it:before{content:""}.fi-sr-it-alt:before{content:""}.fi-sr-it-computer:before{content:""}.fi-sr-italian:before{content:""}.fi-sr-italian-coffee-maker:before{content:""}.fi-sr-italian-lira-sign:before{content:""}.fi-sr-italic:before{content:""}.fi-sr-j:before{content:""}.fi-sr-jam:before{content:""}.fi-sr-japanese:before{content:""}.fi-sr-jar-alt:before{content:""}.fi-sr-jar-wheat:before{content:""}.fi-sr-javascript:before{content:""}.fi-sr-joint:before{content:""}.fi-sr-joker:before{content:""}.fi-sr-journal:before{content:""}.fi-sr-journal-alt:before{content:""}.fi-sr-journey:before{content:""}.fi-sr-joystick:before{content:""}.fi-sr-jpg:before{content:""}.fi-sr-jug:before{content:""}.fi-sr-jug-alt:before{content:""}.fi-sr-jug-bottle:before{content:""}.fi-sr-jumping-rope:before{content:""}.fi-sr-k:before{content:""}.fi-sr-kaaba:before{content:""}.fi-sr-kangaroo:before{content:""}.fi-sr-kayak:before{content:""}.fi-sr-kazoo:before{content:""}.fi-sr-kerning:before{content:""}.fi-sr-key:before{content:""}.fi-sr-key-car:before{content:""}.fi-sr-key-hole:before{content:""}.fi-sr-key-lock-crypto:before{content:""}.fi-sr-key-skeleton-left-right:before{content:""}.fi-sr-keyboard:before{content:""}.fi-sr-keyboard-brightness:before{content:""}.fi-sr-keyboard-brightness-low:before{content:""}.fi-sr-keyboard-down:before{content:""}.fi-sr-keyboard-left:before{content:""}.fi-sr-keynote:before{content:""}.fi-sr-kidneys:before{content:""}.fi-sr-kip-sign:before{content:""}.fi-sr-kiss:before{content:""}.fi-sr-kiss-beam:before{content:""}.fi-sr-kiss-wink-heart:before{content:""}.fi-sr-kitchen-set:before{content:""}.fi-sr-kite:before{content:""}.fi-sr-kiwi-bird:before{content:""}.fi-sr-kiwi-fruit:before{content:""}.fi-sr-knife:before{content:""}.fi-sr-knife-kitchen:before{content:""}.fi-sr-knitting:before{content:""}.fi-sr-knot-rope:before{content:""}.fi-sr-korean:before{content:""}.fi-sr-kpi:before{content:""}.fi-sr-kpi-evaluation:before{content:""}.fi-sr-l:before{content:""}.fi-sr-lab-coat:before{content:""}.fi-sr-label:before{content:""}.fi-sr-lacrosse-stick:before{content:""}.fi-sr-lacrosse-stick-ball:before{content:""}.fi-sr-lambda:before{content:""}.fi-sr-lamp:before{content:""}.fi-sr-lamp-desk:before{content:""}.fi-sr-lamp-floor:before{content:""}.fi-sr-lamp-street:before{content:""}.fi-sr-land-layer-location:before{content:""}.fi-sr-land-layers:before{content:""}.fi-sr-land-location:before{content:""}.fi-sr-land-mine-on:before{content:""}.fi-sr-landmark-alt:before{content:""}.fi-sr-language:before{content:""}.fi-sr-language-exchange:before{content:""}.fi-sr-laptop:before{content:""}.fi-sr-laptop-arrow-down:before{content:""}.fi-sr-laptop-binary:before{content:""}.fi-sr-laptop-code:before{content:""}.fi-sr-laptop-medical:before{content:""}.fi-sr-laptop-mobile:before{content:""}.fi-sr-laptop-slash:before{content:""}.fi-sr-lari-sign:before{content:""}.fi-sr-lasso:before{content:""}.fi-sr-lasso-sparkles:before{content:""}.fi-sr-last-square:before{content:""}.fi-sr-laugh:before{content:""}.fi-sr-laugh-beam:before{content:""}.fi-sr-laugh-squint:before{content:""}.fi-sr-laugh-wink:before{content:""}.fi-sr-laurel-user:before{content:""}.fi-sr-lawyer-man:before{content:""}.fi-sr-lawyer-woman:before{content:""}.fi-sr-layer-minus:before{content:""}.fi-sr-layer-plus:before{content:""}.fi-sr-layers:before{content:""}.fi-sr-layout-fluid:before{content:""}.fi-sr-lead:before{content:""}.fi-sr-lead-funnel:before{content:""}.fi-sr-lead-management:before{content:""}.fi-sr-leader:before{content:""}.fi-sr-leader-alt:before{content:""}.fi-sr-leader-speech:before{content:""}.fi-sr-leaderboard:before{content:""}.fi-sr-leaderboard-alt:before{content:""}.fi-sr-leaderboard-trophy:before{content:""}.fi-sr-leadership:before{content:""}.fi-sr-leadership-alt:before{content:""}.fi-sr-leaf:before{content:""}.fi-sr-leaf-heart:before{content:""}.fi-sr-leaf-maple:before{content:""}.fi-sr-leaf-oak:before{content:""}.fi-sr-leafy-green:before{content:""}.fi-sr-leave:before{content:""}.fi-sr-left:before{content:""}.fi-sr-left-from-bracket:before{content:""}.fi-sr-legal:before{content:""}.fi-sr-legal-case:before{content:""}.fi-sr-lemon:before{content:""}.fi-sr-lesbian-couple:before{content:""}.fi-sr-less-than:before{content:""}.fi-sr-less-than-equal:before{content:""}.fi-sr-lesson:before{content:""}.fi-sr-lesson-class:before{content:""}.fi-sr-letter-case:before{content:""}.fi-sr-lettuce:before{content:""}.fi-sr-level-down:before{content:""}.fi-sr-level-down-alt:before{content:""}.fi-sr-level-up:before{content:""}.fi-sr-level-up-alt:before{content:""}.fi-sr-license:before{content:""}.fi-sr-life:before{content:""}.fi-sr-life-ring:before{content:""}.fi-sr-light-ceiling:before{content:""}.fi-sr-light-emergency:before{content:""}.fi-sr-light-emergency-on:before{content:""}.fi-sr-light-switch:before{content:""}.fi-sr-light-switch-off:before{content:""}.fi-sr-light-switch-on:before{content:""}.fi-sr-lightbulb-cfl:before{content:""}.fi-sr-lightbulb-cfl-on:before{content:""}.fi-sr-lightbulb-dollar:before{content:""}.fi-sr-lightbulb-exclamation:before{content:""}.fi-sr-lightbulb-head:before{content:""}.fi-sr-lightbulb-on:before{content:""}.fi-sr-lightbulb-question:before{content:""}.fi-sr-lightbulb-setting:before{content:""}.fi-sr-lightbulb-slash:before{content:""}.fi-sr-lighthouse:before{content:""}.fi-sr-lights-holiday:before{content:""}.fi-sr-limit-hand:before{content:""}.fi-sr-limit-speedometer:before{content:""}.fi-sr-line-width:before{content:""}.fi-sr-link:before{content:""}.fi-sr-link-alt:before{content:""}.fi-sr-link-horizontal:before{content:""}.fi-sr-link-horizontal-slash:before{content:""}.fi-sr-link-slash:before{content:""}.fi-sr-link-slash-alt:before{content:""}.fi-sr-lion:before{content:""}.fi-sr-lion-head:before{content:""}.fi-sr-lips:before{content:""}.fi-sr-lips-silence:before{content:""}.fi-sr-lipstick:before{content:""}.fi-sr-lira-sign:before{content:""}.fi-sr-list:before{content:""}.fi-sr-list-check:before{content:""}.fi-sr-list-dropdown:before{content:""}.fi-sr-list-music:before{content:""}.fi-sr-list-timeline:before{content:""}.fi-sr-litecoin-sign:before{content:""}.fi-sr-live:before{content:""}.fi-sr-live-alt:before{content:""}.fi-sr-loading:before{content:""}.fi-sr-loan:before{content:""}.fi-sr-lobster:before{content:""}.fi-sr-location-alt:before{content:""}.fi-sr-location-arrow:before{content:""}.fi-sr-location-crosshairs:before{content:""}.fi-sr-location-crosshairs-slash:before{content:""}.fi-sr-location-dot-slash:before{content:""}.fi-sr-location-exclamation:before{content:""}.fi-sr-location-pin-call:before{content:""}.fi-sr-lock:before{content:""}.fi-sr-lock-alt:before{content:""}.fi-sr-lock-hashtag:before{content:""}.fi-sr-lock-open-alt:before{content:""}.fi-sr-locust:before{content:""}.fi-sr-loop-square:before{content:""}.fi-sr-loveseat:before{content:""}.fi-sr-low-vision:before{content:""}.fi-sr-luchador:before{content:""}.fi-sr-luggage-cart:before{content:""}.fi-sr-luggage-rolling:before{content:""}.fi-sr-lungs:before{content:""}.fi-sr-lungs-virus:before{content:""}.fi-sr-m:before{content:""}.fi-sr-mace:before{content:""}.fi-sr-magnet:before{content:""}.fi-sr-magnet-user:before{content:""}.fi-sr-magnifying-glass-binary:before{content:""}.fi-sr-magnifying-glass-eye:before{content:""}.fi-sr-magnifying-glass-wave:before{content:""}.fi-sr-mail-plus-circle:before{content:""}.fi-sr-mailbox:before{content:""}.fi-sr-mailbox-envelope:before{content:""}.fi-sr-mailbox-flag-up:before{content:""}.fi-sr-makeup-brush:before{content:""}.fi-sr-man-head:before{content:""}.fi-sr-man-scientist:before{content:""}.fi-sr-manat-sign:before{content:""}.fi-sr-mandolin:before{content:""}.fi-sr-mango:before{content:""}.fi-sr-manhole:before{content:""}.fi-sr-map:before{content:""}.fi-sr-map-location-track:before{content:""}.fi-sr-map-marker:before{content:""}.fi-sr-map-marker-check:before{content:""}.fi-sr-map-marker-cross:before{content:""}.fi-sr-map-marker-edit:before{content:""}.fi-sr-map-marker-home:before{content:""}.fi-sr-map-marker-minus:before{content:""}.fi-sr-map-marker-plus:before{content:""}.fi-sr-map-marker-question:before{content:""}.fi-sr-map-marker-slash:before{content:""}.fi-sr-map-marker-smile:before{content:""}.fi-sr-map-pin:before{content:""}.fi-sr-map-point:before{content:""}.fi-sr-marker:before{content:""}.fi-sr-marker-time:before{content:""}.fi-sr-marketplace:before{content:""}.fi-sr-marketplace-alt:before{content:""}.fi-sr-marketplace-store:before{content:""}.fi-sr-marriage-proposal:before{content:""}.fi-sr-mars:before{content:""}.fi-sr-mars-double:before{content:""}.fi-sr-mars-stroke-right:before{content:""}.fi-sr-mars-stroke-up:before{content:""}.fi-sr-martini-glass-citrus:before{content:""}.fi-sr-martini-glass-empty:before{content:""}.fi-sr-mask-carnival:before{content:""}.fi-sr-mask-face:before{content:""}.fi-sr-mask-snorkel:before{content:""}.fi-sr-massage:before{content:""}.fi-sr-master-plan:before{content:""}.fi-sr-master-plan-integrate:before{content:""}.fi-sr-match-fire:before{content:""}.fi-sr-mattress-pillow:before{content:""}.fi-sr-measuring-tape:before{content:""}.fi-sr-meat:before{content:""}.fi-sr-medal:before{content:""}.fi-sr-medical-star:before{content:""}.fi-sr-medicine:before{content:""}.fi-sr-meditation:before{content:""}.fi-sr-meeting:before{content:""}.fi-sr-meeting-alt:before{content:""}.fi-sr-megaphone:before{content:""}.fi-sr-megaphone-announcement-leader:before{content:""}.fi-sr-megaphone-sound-waves:before{content:""}.fi-sr-meh:before{content:""}.fi-sr-meh-blank:before{content:""}.fi-sr-meh-rolling-eyes:before{content:""}.fi-sr-melon:before{content:""}.fi-sr-melon-alt:before{content:""}.fi-sr-member-list:before{content:""}.fi-sr-member-search:before{content:""}.fi-sr-membership:before{content:""}.fi-sr-membership-vip:before{content:""}.fi-sr-memo:before{content:""}.fi-sr-memo-circle-check:before{content:""}.fi-sr-memo-pad:before{content:""}.fi-sr-memory:before{content:""}.fi-sr-menu-burger:before{content:""}.fi-sr-menu-dots:before{content:""}.fi-sr-menu-dots-vertical:before{content:""}.fi-sr-mercury:before{content:""}.fi-sr-message-alert:before{content:""}.fi-sr-message-arrow-down:before{content:""}.fi-sr-message-arrow-up:before{content:""}.fi-sr-message-arrow-up-right:before{content:""}.fi-sr-message-bot:before{content:""}.fi-sr-message-code:before{content:""}.fi-sr-message-dollar:before{content:""}.fi-sr-message-heart:before{content:""}.fi-sr-message-image:before{content:""}.fi-sr-message-question:before{content:""}.fi-sr-message-quote:before{content:""}.fi-sr-message-slash:before{content:""}.fi-sr-message-sms:before{content:""}.fi-sr-message-star:before{content:""}.fi-sr-message-text:before{content:""}.fi-sr-message-xmark:before{content:""}.fi-sr-messages:before{content:""}.fi-sr-messages-dollar:before{content:""}.fi-sr-messages-question:before{content:""}.fi-sr-meteor:before{content:""}.fi-sr-meter:before{content:""}.fi-sr-meter-bolt:before{content:""}.fi-sr-meter-droplet:before{content:""}.fi-sr-meter-fire:before{content:""}.fi-sr-method:before{content:""}.fi-sr-microchip:before{content:""}.fi-sr-microchip-ai:before{content:""}.fi-sr-microphone:before{content:""}.fi-sr-microphone-alt:before{content:""}.fi-sr-microphone-slash:before{content:""}.fi-sr-microscope:before{content:""}.fi-sr-microwave:before{content:""}.fi-sr-milk:before{content:""}.fi-sr-milk-alt:before{content:""}.fi-sr-mill:before{content:""}.fi-sr-mill-sign:before{content:""}.fi-sr-mind-share:before{content:""}.fi-sr-minus:before{content:""}.fi-sr-minus-circle:before{content:""}.fi-sr-minus-hexagon:before{content:""}.fi-sr-minus-small:before{content:""}.fi-sr-mirror:before{content:""}.fi-sr-mirror-user:before{content:""}.fi-sr-mistletoe:before{content:""}.fi-sr-mix:before{content:""}.fi-sr-mixer:before{content:""}.fi-sr-mobile:before{content:""}.fi-sr-mobile-4g:before{content:""}.fi-sr-mobile-5g:before{content:""}.fi-sr-mobile-button:before{content:""}.fi-sr-mobile-hand:before{content:""}.fi-sr-mobile-message:before{content:""}.fi-sr-mobile-notch:before{content:""}.fi-sr-mockup:before{content:""}.fi-sr-mode:before{content:""}.fi-sr-mode-alt:before{content:""}.fi-sr-mode-landscape:before{content:""}.fi-sr-mode-portrait:before{content:""}.fi-sr-model-cube:before{content:""}.fi-sr-model-cube-arrows:before{content:""}.fi-sr-model-cube-space:before{content:""}.fi-sr-module:before{content:""}.fi-sr-monday:before{content:""}.fi-sr-money:before{content:""}.fi-sr-money-bill-simple:before{content:""}.fi-sr-money-bill-transfer:before{content:""}.fi-sr-money-bill-wave:before{content:""}.fi-sr-money-bill-wave-alt:before{content:""}.fi-sr-money-bills:before{content:""}.fi-sr-money-bills-simple:before{content:""}.fi-sr-money-check:before{content:""}.fi-sr-money-check-edit:before{content:""}.fi-sr-money-check-edit-alt:before{content:""}.fi-sr-money-coin-transfer:before{content:""}.fi-sr-money-from-bracket:before{content:""}.fi-sr-money-gears:before{content:""}.fi-sr-money-income:before{content:""}.fi-sr-money-simple-from-bracket:before{content:""}.fi-sr-money-transfer-alt:before{content:""}.fi-sr-money-transfer-coin-arrow:before{content:""}.fi-sr-money-transfer-smartphone:before{content:""}.fi-sr-money-wings:before{content:""}.fi-sr-monkey:before{content:""}.fi-sr-monument:before{content:""}.fi-sr-moon:before{content:""}.fi-sr-moon-stars:before{content:""}.fi-sr-moped:before{content:""}.fi-sr-mortar-pestle:before{content:""}.fi-sr-mortgage:before{content:""}.fi-sr-mosque:before{content:""}.fi-sr-mosque-alt:before{content:""}.fi-sr-mosque-moon:before{content:""}.fi-sr-mosquito:before{content:""}.fi-sr-mosquito-net:before{content:""}.fi-sr-motorcycle:before{content:""}.fi-sr-mound:before{content:""}.fi-sr-mountain:before{content:""}.fi-sr-mountain-city:before{content:""}.fi-sr-mountains:before{content:""}.fi-sr-mouse:before{content:""}.fi-sr-mouse-field:before{content:""}.fi-sr-mouse-pointer-heart:before{content:""}.fi-sr-mov-file:before{content:""}.fi-sr-move-to-folder:before{content:""}.fi-sr-move-to-folder-2:before{content:""}.fi-sr-moving:before{content:""}.fi-sr-mower:before{content:""}.fi-sr-mp3-file:before{content:""}.fi-sr-mp3-player:before{content:""}.fi-sr-mp4-file:before{content:""}.fi-sr-mug:before{content:""}.fi-sr-mug-alt:before{content:""}.fi-sr-mug-hot:before{content:""}.fi-sr-mug-hot-alt:before{content:""}.fi-sr-mug-marshmallows:before{content:""}.fi-sr-mug-tea:before{content:""}.fi-sr-mug-tea-alt:before{content:""}.fi-sr-mug-tea-saucer:before{content:""}.fi-sr-multiple:before{content:""}.fi-sr-multiple-alt:before{content:""}.fi-sr-multitasking:before{content:""}.fi-sr-muscle:before{content:""}.fi-sr-mushroom:before{content:""}.fi-sr-mushroom-alt:before{content:""}.fi-sr-mushroom-cloud:before{content:""}.fi-sr-music:before{content:""}.fi-sr-music-alt:before{content:""}.fi-sr-music-alt-slash:before{content:""}.fi-sr-music-file:before{content:""}.fi-sr-music-magnifying-glass:before{content:""}.fi-sr-music-note:before{content:""}.fi-sr-music-slash:before{content:""}.fi-sr-n:before{content:""}.fi-sr-naira-sign:before{content:""}.fi-sr-narwhal:before{content:""}.fi-sr-navigation:before{content:""}.fi-sr-nesting-dolls:before{content:""}.fi-sr-network:before{content:""}.fi-sr-network-analytic:before{content:""}.fi-sr-network-cloud:before{content:""}.fi-sr-network-cloud-computer:before{content:""}.fi-sr-network-user:before{content:""}.fi-sr-neuter:before{content:""}.fi-sr-newsletter-subscribe:before{content:""}.fi-sr-newspaper:before{content:""}.fi-sr-newspaper-open:before{content:""}.fi-sr-nfc:before{content:""}.fi-sr-nfc-lock:before{content:""}.fi-sr-nfc-magnifying-glass:before{content:""}.fi-sr-nfc-pen:before{content:""}.fi-sr-nfc-slash:before{content:""}.fi-sr-nfc-trash:before{content:""}.fi-sr-nft-square:before{content:""}.fi-sr-night-day:before{content:""}.fi-sr-no-attention:before{content:""}.fi-sr-no-fee:before{content:""}.fi-sr-no-food:before{content:""}.fi-sr-no-iron:before{content:""}.fi-sr-no-people:before{content:""}.fi-sr-no-smoking:before{content:""}.fi-sr-noise-cancelling-headphones:before{content:""}.fi-sr-noodles:before{content:""}.fi-sr-nose:before{content:""}.fi-sr-not-equal:before{content:""}.fi-sr-not-found:before{content:""}.fi-sr-not-found-alt:before{content:""}.fi-sr-not-found-magnifying-glass:before{content:""}.fi-sr-notdef:before{content:""}.fi-sr-note:before{content:""}.fi-sr-note-medical:before{content:""}.fi-sr-note-sticky:before{content:""}.fi-sr-notebook:before{content:""}.fi-sr-notebook-alt:before{content:""}.fi-sr-notes:before{content:""}.fi-sr-notes-medical:before{content:""}.fi-sr-o:before{content:""}.fi-sr-object-exclude:before{content:""}.fi-sr-object-group:before{content:""}.fi-sr-object-intersect:before{content:""}.fi-sr-object-subtract:before{content:""}.fi-sr-object-ungroup:before{content:""}.fi-sr-object-union:before{content:""}.fi-sr-objects-column:before{content:""}.fi-sr-octagon:before{content:""}.fi-sr-octagon-check:before{content:""}.fi-sr-octagon-divide:before{content:""}.fi-sr-octagon-exclamation:before{content:""}.fi-sr-octagon-minus:before{content:""}.fi-sr-octagon-plus:before{content:""}.fi-sr-octagon-xmark:before{content:""}.fi-sr-office-chair:before{content:""}.fi-sr-oil-can:before{content:""}.fi-sr-oil-temp:before{content:""}.fi-sr-old-people:before{content:""}.fi-sr-olive:before{content:""}.fi-sr-olive-branch-dove:before{content:""}.fi-sr-olive-oil:before{content:""}.fi-sr-olives:before{content:""}.fi-sr-om:before{content:""}.fi-sr-omega:before{content:""}.fi-sr-on-air-square:before{content:""}.fi-sr-onboarding:before{content:""}.fi-sr-onion:before{content:""}.fi-sr-opacity:before{content:""}.fi-sr-open-mail-clip:before{content:""}.fi-sr-operating-system-upgrade:before{content:""}.fi-sr-operation:before{content:""}.fi-sr-order-history:before{content:""}.fi-sr-organization-chart:before{content:""}.fi-sr-ornament:before{content:""}.fi-sr-otp:before{content:""}.fi-sr-otter:before{content:""}.fi-sr-outdent:before{content:""}.fi-sr-oval:before{content:""}.fi-sr-oval-alt:before{content:""}.fi-sr-oven:before{content:""}.fi-sr-overline:before{content:""}.fi-sr-overview:before{content:""}.fi-sr-p:before{content:""}.fi-sr-package:before{content:""}.fi-sr-padlock-check:before{content:""}.fi-sr-page-break:before{content:""}.fi-sr-pager:before{content:""}.fi-sr-paid:before{content:""}.fi-sr-paint:before{content:""}.fi-sr-paint-roller:before{content:""}.fi-sr-paintbrush-pencil:before{content:""}.fi-sr-palette:before{content:""}.fi-sr-pallet:before{content:""}.fi-sr-pallet-alt:before{content:""}.fi-sr-pan:before{content:""}.fi-sr-pan-food:before{content:""}.fi-sr-pan-frying:before{content:""}.fi-sr-pancakes:before{content:""}.fi-sr-panorama:before{content:""}.fi-sr-paper-plane:before{content:""}.fi-sr-paper-plane-launch:before{content:""}.fi-sr-paper-plane-top:before{content:""}.fi-sr-paperclip-vertical:before{content:""}.fi-sr-parachute-box:before{content:""}.fi-sr-paragraph:before{content:""}.fi-sr-paragraph-left:before{content:""}.fi-sr-parking:before{content:""}.fi-sr-parking-circle:before{content:""}.fi-sr-parking-circle-slash:before{content:""}.fi-sr-parking-slash:before{content:""}.fi-sr-party:before{content:""}.fi-sr-party-bell:before{content:""}.fi-sr-party-horn:before{content:""}.fi-sr-passenger-plane:before{content:""}.fi-sr-passport:before{content:""}.fi-sr-password:before{content:""}.fi-sr-password-alt:before{content:""}.fi-sr-password-computer:before{content:""}.fi-sr-password-email:before{content:""}.fi-sr-password-lock:before{content:""}.fi-sr-password-smartphone:before{content:""}.fi-sr-paste:before{content:""}.fi-sr-pattern:before{content:""}.fi-sr-pause:before{content:""}.fi-sr-pause-circle:before{content:""}.fi-sr-pause-square:before{content:""}.fi-sr-paw:before{content:""}.fi-sr-paw-claws:before{content:""}.fi-sr-paw-heart:before{content:""}.fi-sr-payment-pos:before{content:""}.fi-sr-payroll:before{content:""}.fi-sr-payroll-calendar:before{content:""}.fi-sr-payroll-check:before{content:""}.fi-sr-peace:before{content:""}.fi-sr-peach:before{content:""}.fi-sr-peanut:before{content:""}.fi-sr-peanuts:before{content:""}.fi-sr-peapod:before{content:""}.fi-sr-pear:before{content:""}.fi-sr-pedestal:before{content:""}.fi-sr-pen-circle:before{content:""}.fi-sr-pen-clip:before{content:""}.fi-sr-pen-clip-slash:before{content:""}.fi-sr-pen-fancy:before{content:""}.fi-sr-pen-fancy-slash:before{content:""}.fi-sr-pen-field:before{content:""}.fi-sr-pen-nib:before{content:""}.fi-sr-pen-nib-slash:before{content:""}.fi-sr-pen-slash:before{content:""}.fi-sr-pen-square:before{content:""}.fi-sr-pen-swirl:before{content:""}.fi-sr-pencil:before{content:""}.fi-sr-pencil-paintbrush:before{content:""}.fi-sr-pencil-ruler:before{content:""}.fi-sr-pencil-slash:before{content:""}.fi-sr-pending:before{content:""}.fi-sr-pennant:before{content:""}.fi-sr-people:before{content:""}.fi-sr-people-arrows-left-right:before{content:""}.fi-sr-people-carry-box:before{content:""}.fi-sr-people-dress:before{content:""}.fi-sr-people-network-partner:before{content:""}.fi-sr-people-pants:before{content:""}.fi-sr-people-poll:before{content:""}.fi-sr-people-pulling:before{content:""}.fi-sr-people-roof:before{content:""}.fi-sr-pepper:before{content:""}.fi-sr-pepper-alt:before{content:""}.fi-sr-pepper-hot:before{content:""}.fi-sr-percent-10:before{content:""}.fi-sr-percent-100:before{content:""}.fi-sr-percent-20:before{content:""}.fi-sr-percent-25:before{content:""}.fi-sr-percent-30:before{content:""}.fi-sr-percent-40:before{content:""}.fi-sr-percent-50:before{content:""}.fi-sr-percent-60:before{content:""}.fi-sr-percent-70:before{content:""}.fi-sr-percent-75:before{content:""}.fi-sr-percent-80:before{content:""}.fi-sr-percent-90:before{content:""}.fi-sr-percentage:before{content:""}.fi-sr-person-battery:before{content:""}.fi-sr-person-burst:before{content:""}.fi-sr-person-carry-box:before{content:""}.fi-sr-person-circle-check:before{content:""}.fi-sr-person-circle-exclamation:before{content:""}.fi-sr-person-circle-minus:before{content:""}.fi-sr-person-circle-plus:before{content:""}.fi-sr-person-circle-question:before{content:""}.fi-sr-person-circle-xmark:before{content:""}.fi-sr-person-cv:before{content:""}.fi-sr-person-dolly:before{content:""}.fi-sr-person-dolly-empty:before{content:""}.fi-sr-person-dragging-bag:before{content:""}.fi-sr-person-dress:before{content:""}.fi-sr-person-dress-simple:before{content:""}.fi-sr-person-luggage:before{content:""}.fi-sr-person-lunge:before{content:""}.fi-sr-person-pilates:before{content:""}.fi-sr-person-praying:before{content:""}.fi-sr-person-pregnant:before{content:""}.fi-sr-person-seat:before{content:""}.fi-sr-person-seat-reclined:before{content:""}.fi-sr-person-shelter:before{content:""}.fi-sr-person-sign:before{content:""}.fi-sr-person-simple:before{content:""}.fi-sr-person-stress:before{content:""}.fi-sr-person-walking-with-cane:before{content:""}.fi-sr-peseta-sign:before{content:""}.fi-sr-peso-sign:before{content:""}.fi-sr-pets:before{content:""}.fi-sr-pharmacy:before{content:""}.fi-sr-phone-call:before{content:""}.fi-sr-phone-cross:before{content:""}.fi-sr-phone-flip:before{content:""}.fi-sr-phone-guide:before{content:""}.fi-sr-phone-heart-message:before{content:""}.fi-sr-phone-office:before{content:""}.fi-sr-phone-pause:before{content:""}.fi-sr-phone-plus:before{content:""}.fi-sr-phone-rotary:before{content:""}.fi-sr-phone-slash:before{content:""}.fi-sr-photo-capture:before{content:""}.fi-sr-photo-film-music:before{content:""}.fi-sr-photo-video:before{content:""}.fi-sr-physics:before{content:""}.fi-sr-Pi:before{content:""}.fi-sr-piano:before{content:""}.fi-sr-piano-keyboard:before{content:""}.fi-sr-pickaxe:before{content:""}.fi-sr-picking:before{content:""}.fi-sr-picking-box:before{content:""}.fi-sr-picnic:before{content:""}.fi-sr-picpeople:before{content:""}.fi-sr-picpeople-filled:before{content:""}.fi-sr-picture:before{content:""}.fi-sr-pie:before{content:""}.fi-sr-pig:before{content:""}.fi-sr-pig-bank-bulb:before{content:""}.fi-sr-pig-face:before{content:""}.fi-sr-piggy-bank:before{content:""}.fi-sr-piggy-bank-budget:before{content:""}.fi-sr-pills:before{content:""}.fi-sr-pin-to-pin:before{content:""}.fi-sr-piñata:before{content:""}.fi-sr-pineapple:before{content:""}.fi-sr-pineapple-alt:before{content:""}.fi-sr-pipe-smoking:before{content:""}.fi-sr-pipette:before{content:""}.fi-sr-pisa-tower:before{content:""}.fi-sr-pizza-slice:before{content:""}.fi-sr-place-of-worship:before{content:""}.fi-sr-plagiarism:before{content:""}.fi-sr-plan:before{content:""}.fi-sr-plan-strategy:before{content:""}.fi-sr-plane:before{content:""}.fi-sr-plane-alt:before{content:""}.fi-sr-plane-arrival:before{content:""}.fi-sr-plane-departure:before{content:""}.fi-sr-plane-prop:before{content:""}.fi-sr-plane-slash:before{content:""}.fi-sr-plane-tail:before{content:""}.fi-sr-planet-moon:before{content:""}.fi-sr-planet-ringed:before{content:""}.fi-sr-plant-care:before{content:""}.fi-sr-plant-growth:before{content:""}.fi-sr-plant-seed-invest:before{content:""}.fi-sr-plant-wilt:before{content:""}.fi-sr-plate:before{content:""}.fi-sr-plate-eating:before{content:""}.fi-sr-plate-empty:before{content:""}.fi-sr-plate-utensils:before{content:""}.fi-sr-plate-wheat:before{content:""}.fi-sr-play:before{content:""}.fi-sr-play-alt:before{content:""}.fi-sr-play-circle:before{content:""}.fi-sr-play-microphone:before{content:""}.fi-sr-play-pause:before{content:""}.fi-sr-plug:before{content:""}.fi-sr-plug-alt:before{content:""}.fi-sr-plug-cable:before{content:""}.fi-sr-plug-circle-bolt:before{content:""}.fi-sr-plug-circle-check:before{content:""}.fi-sr-plug-circle-exclamation:before{content:""}.fi-sr-plug-circle-minus:before{content:""}.fi-sr-plug-circle-plus:before{content:""}.fi-sr-plug-connection:before{content:""}.fi-sr-plus:before{content:""}.fi-sr-plus-hexagon:before{content:""}.fi-sr-plus-minus:before{content:""}.fi-sr-plus-small:before{content:""}.fi-sr-png-file:before{content:""}.fi-sr-podcast:before{content:""}.fi-sr-podium:before{content:""}.fi-sr-podium-star:before{content:""}.fi-sr-podium-victory-leader:before{content:""}.fi-sr-point-of-sale:before{content:""}.fi-sr-point-of-sale-bill:before{content:""}.fi-sr-point-of-sale-signal:before{content:""}.fi-sr-pointer-loading:before{content:""}.fi-sr-pointer-text:before{content:""}.fi-sr-police-box:before{content:""}.fi-sr-polish-bottle:before{content:""}.fi-sr-polish-brush:before{content:""}.fi-sr-poll-h:before{content:""}.fi-sr-pollution:before{content:""}.fi-sr-pompebled:before{content:""}.fi-sr-poo:before{content:""}.fi-sr-poo-bolt:before{content:""}.fi-sr-pool-8-ball:before{content:""}.fi-sr-poop:before{content:""}.fi-sr-popcorn:before{content:""}.fi-sr-popsicle:before{content:""}.fi-sr-population:before{content:""}.fi-sr-population-globe:before{content:""}.fi-sr-portal-enter:before{content:""}.fi-sr-portal-exit:before{content:""}.fi-sr-portrait:before{content:""}.fi-sr-portuguese:before{content:""}.fi-sr-postal-address:before{content:""}.fi-sr-pot:before{content:""}.fi-sr-potato:before{content:""}.fi-sr-pound:before{content:""}.fi-sr-power:before{content:""}.fi-sr-ppt-file:before{content:""}.fi-sr-practice:before{content:""}.fi-sr-praying-hands:before{content:""}.fi-sr-prescription:before{content:""}.fi-sr-prescription-bottle:before{content:""}.fi-sr-prescription-bottle-alt:before{content:""}.fi-sr-prescription-bottle-pill:before{content:""}.fi-sr-presentation:before{content:""}.fi-sr-preview:before{content:""}.fi-sr-previous-square:before{content:""}.fi-sr-print:before{content:""}.fi-sr-print-magnifying-glass:before{content:""}.fi-sr-print-slash:before{content:""}.fi-sr-priority-arrow:before{content:""}.fi-sr-priority-arrows:before{content:""}.fi-sr-priority-importance:before{content:""}.fi-sr-problem-solving:before{content:""}.fi-sr-procedures:before{content:""}.fi-sr-process:before{content:""}.fi-sr-productivity:before{content:""}.fi-sr-progress-bar-dotted-empty:before{content:""}.fi-sr-progress-bar-dotted-half:before{content:""}.fi-sr-progress-bar-dotted-line-half:before{content:""}.fi-sr-progress-bar-empty:before{content:""}.fi-sr-progress-bar-half:before{content:""}.fi-sr-progress-bar-square-empty:before{content:""}.fi-sr-progress-bar-square-half:before{content:""}.fi-sr-progress-complete:before{content:""}.fi-sr-progress-download:before{content:""}.fi-sr-progress-upload:before{content:""}.fi-sr-projector:before{content:""}.fi-sr-protractor:before{content:""}.fi-sr-pulse:before{content:""}.fi-sr-pump:before{content:""}.fi-sr-pump-medical:before{content:""}.fi-sr-pumpkin:before{content:""}.fi-sr-pumpkin-alt:before{content:""}.fi-sr-pumpkin-alt-2:before{content:""}.fi-sr-puzzle-alt:before{content:""}.fi-sr-puzzle-piece:before{content:""}.fi-sr-puzzle-piece-integration:before{content:""}.fi-sr-puzzle-pieces:before{content:""}.fi-sr-pyramid:before{content:""}.fi-sr-q:before{content:""}.fi-sr-QR:before{content:""}.fi-sr-qr-scan:before{content:""}.fi-sr-qrcode:before{content:""}.fi-sr-question:before{content:""}.fi-sr-question-square:before{content:""}.fi-sr-queue:before{content:""}.fi-sr-queue-alt:before{content:""}.fi-sr-queue-line:before{content:""}.fi-sr-queue-signal:before{content:""}.fi-sr-quill-pen-story:before{content:""}.fi-sr-quiz:before{content:""}.fi-sr-quiz-alt:before{content:""}.fi-sr-quote-right:before{content:""}.fi-sr-r:before{content:""}.fi-sr-rabbit:before{content:""}.fi-sr-rabbit-fast:before{content:""}.fi-sr-raccoon:before{content:""}.fi-sr-racquet:before{content:""}.fi-sr-radar:before{content:""}.fi-sr-radar-monitoring-track:before{content:""}.fi-sr-radiation:before{content:""}.fi-sr-radiation-alt:before{content:""}.fi-sr-radio:before{content:""}.fi-sr-radio-alt:before{content:""}.fi-sr-radio-button:before{content:""}.fi-sr-radio-tower:before{content:""}.fi-sr-radio-waves:before{content:""}.fi-sr-radish:before{content:""}.fi-sr-rainbow:before{content:""}.fi-sr-raindrops:before{content:""}.fi-sr-ram:before{content:""}.fi-sr-ramp-loading:before{content:""}.fi-sr-rank:before{content:""}.fi-sr-ranking-podium:before{content:""}.fi-sr-ranking-podium-empty:before{content:""}.fi-sr-ranking-star:before{content:""}.fi-sr-ranking-stars:before{content:""}.fi-sr-raygun:before{content:""}.fi-sr-razor-barber:before{content:""}.fi-sr-react:before{content:""}.fi-sr-rec:before{content:""}.fi-sr-receipt:before{content:""}.fi-sr-recipe:before{content:""}.fi-sr-recipe-book:before{content:""}.fi-sr-record-vinyl:before{content:""}.fi-sr-rectabgle-vertical:before{content:""}.fi-sr-rectangle-barcode:before{content:""}.fi-sr-rectangle-code:before{content:""}.fi-sr-rectangle-history-circle-plus:before{content:""}.fi-sr-rectangle-horizontal:before{content:""}.fi-sr-rectangle-list:before{content:""}.fi-sr-rectangle-panoramic:before{content:""}.fi-sr-rectangle-pro:before{content:""}.fi-sr-rectangle-vertical:before{content:""}.fi-sr-rectangle-vertical-history:before{content:""}.fi-sr-rectangle-xmark:before{content:""}.fi-sr-rectangles-mixed:before{content:""}.fi-sr-recycle:before{content:""}.fi-sr-recycle-bin:before{content:""}.fi-sr-redo:before{content:""}.fi-sr-redo-alt:before{content:""}.fi-sr-reel:before{content:""}.fi-sr-refer:before{content:""}.fi-sr-refer-arrow:before{content:""}.fi-sr-referral:before{content:""}.fi-sr-referral-alt:before{content:""}.fi-sr-referral-link-arrow:before{content:""}.fi-sr-referral-user:before{content:""}.fi-sr-reflect:before{content:""}.fi-sr-reflect-horizontal:before{content:""}.fi-sr-reflect-horizontal-alt:before{content:""}.fi-sr-reflect-vertical:before{content:""}.fi-sr-refresh:before{content:""}.fi-sr-refrigerator:before{content:""}.fi-sr-refund:before{content:""}.fi-sr-refund-alt:before{content:""}.fi-sr-region-pin:before{content:""}.fi-sr-region-pin-alt:before{content:""}.fi-sr-registered:before{content:""}.fi-sr-registration-paper:before{content:""}.fi-sr-remote-control:before{content:""}.fi-sr-remote-control-hand:before{content:""}.fi-sr-remove-folder:before{content:""}.fi-sr-remove-user:before{content:""}.fi-sr-rent:before{content:""}.fi-sr-rent-signal:before{content:""}.fi-sr-replace:before{content:""}.fi-sr-replay-10:before{content:""}.fi-sr-replay-30:before{content:""}.fi-sr-replay-5:before{content:""}.fi-sr-reply-all:before{content:""}.fi-sr-republican:before{content:""}.fi-sr-research-arrows-circle:before{content:""}.fi-sr-reservation-smartphone:before{content:""}.fi-sr-reservation-table:before{content:""}.fi-sr-resistance-band:before{content:""}.fi-sr-resize:before{content:""}.fi-sr-resources:before{content:""}.fi-sr-responsability:before{content:""}.fi-sr-restaurant:before{content:""}.fi-sr-restock:before{content:""}.fi-sr-restroom-simple:before{content:""}.fi-sr-resume:before{content:""}.fi-sr-Revenue:before{content:""}.fi-sr-revenue-alt:before{content:""}.fi-sr-revenue-euro:before{content:""}.fi-sr-review:before{content:""}.fi-sr-rewind:before{content:""}.fi-sr-rewind-button-circle:before{content:""}.fi-sr-rhombus:before{content:""}.fi-sr-ribbon:before{content:""}.fi-sr-right:before{content:""}.fi-sr-right-from-bracket:before{content:""}.fi-sr-ring:before{content:""}.fi-sr-ring-diamond:before{content:""}.fi-sr-rings-wedding:before{content:""}.fi-sr-risk:before{content:""}.fi-sr-risk-alt:before{content:""}.fi-sr-road:before{content:""}.fi-sr-road-barrier:before{content:""}.fi-sr-road-map-pin:before{content:""}.fi-sr-road-sign-left:before{content:""}.fi-sr-roadmap:before{content:""}.fi-sr-robot:before{content:""}.fi-sr-robotic-arm:before{content:""}.fi-sr-rocket:before{content:""}.fi-sr-rocket-hand:before{content:""}.fi-sr-rocket-holding-hand:before{content:""}.fi-sr-rocket-lunch:before{content:""}.fi-sr-roller-coaster:before{content:""}.fi-sr-room-service:before{content:""}.fi-sr-rose:before{content:""}.fi-sr-rose-alt:before{content:""}.fi-sr-rotate-exclamation:before{content:""}.fi-sr-rotate-left:before{content:""}.fi-sr-rotate-reverse:before{content:""}.fi-sr-rotate-right:before{content:""}.fi-sr-rotate-square:before{content:""}.fi-sr-roulette:before{content:""}.fi-sr-route:before{content:""}.fi-sr-route-highway:before{content:""}.fi-sr-route-interstate:before{content:""}.fi-sr-router:before{content:""}.fi-sr-router-wifi:before{content:""}.fi-sr-router-wifi-alt:before{content:""}.fi-sr-rss:before{content:""}.fi-sr-rss-alt:before{content:""}.fi-sr-ruble-sign:before{content:""}.fi-sr-rugby:before{content:""}.fi-sr-rugby-helmet:before{content:""}.fi-sr-ruler-combined:before{content:""}.fi-sr-ruler-horizontal:before{content:""}.fi-sr-ruler-triangle:before{content:""}.fi-sr-ruler-vertical:before{content:""}.fi-sr-rules:before{content:""}.fi-sr-rules-alt:before{content:""}.fi-sr-running:before{content:""}.fi-sr-running-track:before{content:""}.fi-sr-rupee-sign:before{content:""}.fi-sr-rupiah-sign:before{content:""}.fi-sr-russian:before{content:""}.fi-sr-rv:before{content:""}.fi-sr-s:before{content:""}.fi-sr-sack:before{content:""}.fi-sr-sack-dollar:before{content:""}.fi-sr-sad:before{content:""}.fi-sr-sad-cry:before{content:""}.fi-sr-sad-tear:before{content:""}.fi-sr-safe-box:before{content:""}.fi-sr-sailboat:before{content:""}.fi-sr-salad:before{content:""}.fi-sr-salary-alt:before{content:""}.fi-sr-salt-pepper:before{content:""}.fi-sr-salt-shaker:before{content:""}.fi-sr-sandwich:before{content:""}.fi-sr-sandwich-alt:before{content:""}.fi-sr-satellite:before{content:""}.fi-sr-satellite-dish:before{content:""}.fi-sr-satisfaction-bar:before{content:""}.fi-sr-saturday:before{content:""}.fi-sr-sauce:before{content:""}.fi-sr-sausage:before{content:""}.fi-sr-sax-hot:before{content:""}.fi-sr-saxophone:before{content:""}.fi-sr-scale:before{content:""}.fi-sr-scale-comparison:before{content:""}.fi-sr-scale-comparison-alt:before{content:""}.fi-sr-scalpel:before{content:""}.fi-sr-scalpel-path:before{content:""}.fi-sr-scanner-gun:before{content:""}.fi-sr-scanner-image:before{content:""}.fi-sr-scanner-keyboard:before{content:""}.fi-sr-scanner-touchscreen:before{content:""}.fi-sr-scarecrow:before{content:""}.fi-sr-scarf:before{content:""}.fi-sr-school:before{content:""}.fi-sr-school-bus:before{content:""}.fi-sr-school-lock:before{content:""}.fi-sr-scissors:before{content:""}.fi-sr-scooter:before{content:""}.fi-sr-screen:before{content:""}.fi-sr-screen-share:before{content:""}.fi-sr-screencast:before{content:""}.fi-sr-screw:before{content:""}.fi-sr-screw-alt:before{content:""}.fi-sr-screwdriver:before{content:""}.fi-sr-scribble:before{content:""}.fi-sr-script:before{content:""}.fi-sr-scroll:before{content:""}.fi-sr-scroll-document-story:before{content:""}.fi-sr-scroll-old:before{content:""}.fi-sr-scroll-torah:before{content:""}.fi-sr-scrubber:before{content:""}.fi-sr-sculpture:before{content:""}.fi-sr-scythe:before{content:""}.fi-sr-sd-card:before{content:""}.fi-sr-sd-cards:before{content:""}.fi-sr-seal:before{content:""}.fi-sr-seal-exclamation:before{content:""}.fi-sr-seal-question:before{content:""}.fi-sr-search:before{content:""}.fi-sr-search-alt:before{content:""}.fi-sr-search-dollar:before{content:""}.fi-sr-search-heart:before{content:""}.fi-sr-search-location:before{content:""}.fi-sr-seat-airline:before{content:""}.fi-sr-seatbelt-safety-driver:before{content:""}.fi-sr-second:before{content:""}.fi-sr-second-award:before{content:""}.fi-sr-second-laurel:before{content:""}.fi-sr-second-medal:before{content:""}.fi-sr-seedling:before{content:""}.fi-sr-select:before{content:""}.fi-sr-selection:before{content:""}.fi-sr-sell:before{content:""}.fi-sr-seller:before{content:""}.fi-sr-seller-store:before{content:""}.fi-sr-selling:before{content:""}.fi-sr-send-back:before{content:""}.fi-sr-send-backward:before{content:""}.fi-sr-send-money:before{content:""}.fi-sr-send-money-smartphone:before{content:""}.fi-sr-sensor:before{content:""}.fi-sr-sensor-alert:before{content:""}.fi-sr-sensor-fire:before{content:""}.fi-sr-sensor-on:before{content:""}.fi-sr-sensor-smoke:before{content:""}.fi-sr-server-key:before{content:""}.fi-sr-settings:before{content:""}.fi-sr-settings-sliders:before{content:""}.fi-sr-sewing-machine:before{content:""}.fi-sr-sewing-machine-alt:before{content:""}.fi-sr-share:before{content:""}.fi-sr-share-alt-square:before{content:""}.fi-sr-share-square:before{content:""}.fi-sr-sheep:before{content:""}.fi-sr-shekel-sign:before{content:""}.fi-sr-shelves:before{content:""}.fi-sr-shelves-empty:before{content:""}.fi-sr-shield:before{content:""}.fi-sr-shield-alt:before{content:""}.fi-sr-shield-cat:before{content:""}.fi-sr-shield-check:before{content:""}.fi-sr-shield-cross:before{content:""}.fi-sr-shield-divided-four:before{content:""}.fi-sr-shield-dog:before{content:""}.fi-sr-shield-exclamation:before{content:""}.fi-sr-shield-interrogation:before{content:""}.fi-sr-shield-keyhole:before{content:""}.fi-sr-shield-minus:before{content:""}.fi-sr-shield-plus:before{content:""}.fi-sr-shield-security-risk:before{content:""}.fi-sr-shield-slash:before{content:""}.fi-sr-shield-trust:before{content:""}.fi-sr-shield-virus:before{content:""}.fi-sr-shield-xmark:before{content:""}.fi-sr-ship:before{content:""}.fi-sr-ship-side:before{content:""}.fi-sr-shipping-fast:before{content:""}.fi-sr-shipping-timed:before{content:""}.fi-sr-shirt:before{content:""}.fi-sr-shirt-long-sleeve:before{content:""}.fi-sr-shirt-running:before{content:""}.fi-sr-shirt-tank-top:before{content:""}.fi-sr-shish-kebab:before{content:""}.fi-sr-shoe-prints:before{content:""}.fi-sr-shop:before{content:""}.fi-sr-shop-lock:before{content:""}.fi-sr-shop-slash:before{content:""}.fi-sr-shopping-bag:before{content:""}.fi-sr-shopping-bag-add:before{content:""}.fi-sr-shopping-basket:before{content:""}.fi-sr-shopping-cart:before{content:""}.fi-sr-shopping-cart-add:before{content:""}.fi-sr-shopping-cart-buyer:before{content:""}.fi-sr-shopping-cart-check:before{content:""}.fi-sr-shopping-cart-nft:before{content:""}.fi-sr-shovel:before{content:""}.fi-sr-shovel-snow:before{content:""}.fi-sr-shower:before{content:""}.fi-sr-shower-down:before{content:""}.fi-sr-shredder:before{content:""}.fi-sr-shrimp:before{content:""}.fi-sr-shuffle:before{content:""}.fi-sr-shuttle-van:before{content:""}.fi-sr-shuttlecock:before{content:""}.fi-sr-Sickle:before{content:""}.fi-sr-sidebar:before{content:""}.fi-sr-sidebar-flip:before{content:""}.fi-sr-sigma:before{content:""}.fi-sr-sign-hanging:before{content:""}.fi-sr-sign-in-alt:before{content:""}.fi-sr-sign-out-alt:before{content:""}.fi-sr-sign-posts:before{content:""}.fi-sr-sign-posts-wrench:before{content:""}.fi-sr-sign-up:before{content:""}.fi-sr-signal-alt:before{content:""}.fi-sr-signal-alt-1:before{content:""}.fi-sr-signal-alt-2:before{content:""}.fi-sr-signal-alt-slash:before{content:""}.fi-sr-signal-bars-fair:before{content:""}.fi-sr-signal-bars-good:before{content:""}.fi-sr-signal-bars-weak:before{content:""}.fi-sr-signal-stream:before{content:""}.fi-sr-signal-stream-slash:before{content:""}.fi-sr-signature:before{content:""}.fi-sr-signature-lock:before{content:""}.fi-sr-signature-slash:before{content:""}.fi-sr-sim-card:before{content:""}.fi-sr-sim-cards:before{content:""}.fi-sr-sink:before{content:""}.fi-sr-Siren:before{content:""}.fi-sr-siren-on:before{content:""}.fi-sr-site:before{content:""}.fi-sr-site-alt:before{content:""}.fi-sr-site-browser:before{content:""}.fi-sr-sitemap:before{content:""}.fi-sr-skateboard:before{content:""}.fi-sr-skating:before{content:""}.fi-sr-skeleton:before{content:""}.fi-sr-skeleton-ribs:before{content:""}.fi-sr-skewer:before{content:""}.fi-sr-ski-boot-ski:before{content:""}.fi-sr-ski-jump:before{content:""}.fi-sr-ski-lift:before{content:""}.fi-sr-skiing:before{content:""}.fi-sr-skiing-nordic:before{content:""}.fi-sr-skill:before{content:""}.fi-sr-skill-alt:before{content:""}.fi-sr-skill-user:before{content:""}.fi-sr-skin:before{content:""}.fi-sr-skin-acne:before{content:""}.fi-sr-skin-arrow:before{content:""}.fi-sr-skin-drop:before{content:""}.fi-sr-skin-hair:before{content:""}.fi-sr-skin-laser:before{content:""}.fi-sr-skin-uv:before{content:""}.fi-sr-skip-15-seconds:before{content:""}.fi-sr-skull:before{content:""}.fi-sr-skull-cow:before{content:""}.fi-sr-skull-crossbones:before{content:""}.fi-sr-skull-heart:before{content:""}.fi-sr-slash:before{content:""}.fi-sr-sledding:before{content:""}.fi-sr-sleeping-bag:before{content:""}.fi-sr-sleeping-cat:before{content:""}.fi-sr-sleigh:before{content:""}.fi-sr-sliders-h-square:before{content:""}.fi-sr-sliders-v:before{content:""}.fi-sr-sliders-v-square:before{content:""}.fi-sr-slot-machine:before{content:""}.fi-sr-smart-home:before{content:""}.fi-sr-smart-home-alt:before{content:""}.fi-sr-smartphone:before{content:""}.fi-sr-smile:before{content:""}.fi-sr-smile-beam:before{content:""}.fi-sr-smile-plus:before{content:""}.fi-sr-smile-wink:before{content:""}.fi-sr-smiley-comment-alt:before{content:""}.fi-sr-smog:before{content:""}.fi-sr-smoke:before{content:""}.fi-sr-smoking:before{content:""}.fi-sr-smoking-ban:before{content:""}.fi-sr-snake:before{content:""}.fi-sr-snap:before{content:""}.fi-sr-snooze:before{content:""}.fi-sr-snow-blowing:before{content:""}.fi-sr-snowboarding:before{content:""}.fi-sr-snowflake:before{content:""}.fi-sr-snowflake-droplets:before{content:""}.fi-sr-snowflakes:before{content:""}.fi-sr-snowman-alt:before{content:""}.fi-sr-snowman-head:before{content:""}.fi-sr-snowmobile:before{content:""}.fi-sr-snowplow:before{content:""}.fi-sr-soap:before{content:""}.fi-sr-soap-alt:before{content:""}.fi-sr-socks:before{content:""}.fi-sr-sofa:before{content:""}.fi-sr-sofa-size:before{content:""}.fi-sr-solar-panel:before{content:""}.fi-sr-solar-panel-sun:before{content:""}.fi-sr-solar-system:before{content:""}.fi-sr-sold-house:before{content:""}.fi-sr-sold-signal:before{content:""}.fi-sr-sort:before{content:""}.fi-sr-sort-alpha-down:before{content:""}.fi-sr-sort-alpha-down-alt:before{content:""}.fi-sr-sort-alpha-up:before{content:""}.fi-sr-sort-alpha-up-alt:before{content:""}.fi-sr-sort-alt:before{content:""}.fi-sr-sort-amount-down:before{content:""}.fi-sr-sort-amount-down-alt:before{content:""}.fi-sr-sort-amount-up:before{content:""}.fi-sr-sort-amount-up-alt:before{content:""}.fi-sr-sort-circle:before{content:""}.fi-sr-sort-circle-down:before{content:""}.fi-sr-sort-circle-up:before{content:""}.fi-sr-sort-down:before{content:""}.fi-sr-sort-numeric-down:before{content:""}.fi-sr-sort-numeric-down-alt:before{content:""}.fi-sr-sort-shapes-down:before{content:""}.fi-sr-sort-shapes-up:before{content:""}.fi-sr-sort-size-down:before{content:""}.fi-sr-sort-size-up:before{content:""}.fi-sr-soup:before{content:""}.fi-sr-source-data:before{content:""}.fi-sr-source-document:before{content:""}.fi-sr-source-document-alt:before{content:""}.fi-sr-spa:before{content:""}.fi-sr-space-shuttle:before{content:""}.fi-sr-space-station-moon:before{content:""}.fi-sr-space-station-moon-alt:before{content:""}.fi-sr-spade:before{content:""}.fi-sr-spaghetti-monster-flying:before{content:""}.fi-sr-spain-map:before{content:""}.fi-sr-spanish:before{content:""}.fi-sr-sparkles:before{content:""}.fi-sr-spartan-helmet:before{content:""}.fi-sr-speaker:before{content:""}.fi-sr-speakers:before{content:""}.fi-sr-speech-bubble-story:before{content:""}.fi-sr-speedometer-arrow:before{content:""}.fi-sr-speedometer-kpi:before{content:""}.fi-sr-sphere:before{content:""}.fi-sr-spider:before{content:""}.fi-sr-spider-black-widow:before{content:""}.fi-sr-spider-web:before{content:""}.fi-sr-spinner:before{content:""}.fi-sr-split:before{content:""}.fi-sr-split-up-relation:before{content:""}.fi-sr-splotch:before{content:""}.fi-sr-spoon:before{content:""}.fi-sr-spray-can:before{content:""}.fi-sr-spray-can-sparkles:before{content:""}.fi-sr-spring-calendar:before{content:""}.fi-sr-sprinkler:before{content:""}.fi-sr-spy:before{content:""}.fi-sr-sql-file:before{content:""}.fi-sr-sql-server:before{content:""}.fi-sr-square:before{content:""}.fi-sr-square-0:before{content:""}.fi-sr-square-1:before{content:""}.fi-sr-square-2:before{content:""}.fi-sr-square-3:before{content:""}.fi-sr-square-4:before{content:""}.fi-sr-square-5:before{content:""}.fi-sr-square-6:before{content:""}.fi-sr-square-7:before{content:""}.fi-sr-square-8:before{content:""}.fi-sr-square-9:before{content:""}.fi-sr-square-a:before{content:""}.fi-sr-square-b:before{content:""}.fi-sr-square-bolt:before{content:""}.fi-sr-square-c:before{content:""}.fi-sr-square-code:before{content:""}.fi-sr-square-d:before{content:""}.fi-sr-square-dashed:before{content:""}.fi-sr-square-dashed-circle-plus:before{content:""}.fi-sr-square-divide:before{content:""}.fi-sr-square-e:before{content:""}.fi-sr-square-ellipsis:before{content:""}.fi-sr-square-ellipsis-vertical:before{content:""}.fi-sr-square-exclamation:before{content:""}.fi-sr-square-f:before{content:""}.fi-sr-square-g:before{content:""}.fi-sr-square-h:before{content:""}.fi-sr-square-heart:before{content:""}.fi-sr-square-i:before{content:""}.fi-sr-square-info:before{content:""}.fi-sr-square-j:before{content:""}.fi-sr-square-k:before{content:""}.fi-sr-square-kanban:before{content:""}.fi-sr-square-l:before{content:""}.fi-sr-square-m:before{content:""}.fi-sr-square-minus:before{content:""}.fi-sr-square-n:before{content:""}.fi-sr-square-o:before{content:""}.fi-sr-square-p:before{content:""}.fi-sr-square-phone-hangup:before{content:""}.fi-sr-square-plus:before{content:""}.fi-sr-square-poll-horizontal:before{content:""}.fi-sr-square-poll-vertical:before{content:""}.fi-sr-square-q:before{content:""}.fi-sr-square-quote:before{content:""}.fi-sr-square-r:before{content:""}.fi-sr-square-root:before{content:""}.fi-sr-square-s:before{content:""}.fi-sr-square-small:before{content:""}.fi-sr-square-star:before{content:""}.fi-sr-square-t:before{content:""}.fi-sr-square-terminal:before{content:""}.fi-sr-square-u:before{content:""}.fi-sr-square-up-right:before{content:""}.fi-sr-square-v:before{content:""}.fi-sr-square-w:before{content:""}.fi-sr-square-x:before{content:""}.fi-sr-square-y:before{content:""}.fi-sr-square-z:before{content:""}.fi-sr-squid:before{content:""}.fi-sr-squircle:before{content:""}.fi-sr-squirrel:before{content:""}.fi-sr-staff:before{content:""}.fi-sr-stage:before{content:""}.fi-sr-stage-concert:before{content:""}.fi-sr-stage-theatre:before{content:""}.fi-sr-stairs:before{content:""}.fi-sr-stamp:before{content:""}.fi-sr-standard-definition:before{content:""}.fi-sr-star:before{content:""}.fi-sr-star-and-crescent:before{content:""}.fi-sr-star-christmas:before{content:""}.fi-sr-star-comment-alt:before{content:""}.fi-sr-star-exclamation:before{content:""}.fi-sr-star-octogram:before{content:""}.fi-sr-star-of-david:before{content:""}.fi-sr-star-rating-call:before{content:""}.fi-sr-star-sharp-half:before{content:""}.fi-sr-star-sharp-half-stroke:before{content:""}.fi-sr-star-shooting:before{content:""}.fi-sr-starfighter:before{content:""}.fi-sr-stars:before{content:""}.fi-sr-state-country:before{content:""}.fi-sr-stationary-bike:before{content:""}.fi-sr-stats:before{content:""}.fi-sr-steak:before{content:""}.fi-sr-steam-iron:before{content:""}.fi-sr-steering-wheel:before{content:""}.fi-sr-step-backward:before{content:""}.fi-sr-step-forward:before{content:""}.fi-sr-steps-carreer:before{content:""}.fi-sr-sterling-sign:before{content:""}.fi-sr-stethoscope:before{content:""}.fi-sr-sticker:before{content:""}.fi-sr-stocking:before{content:""}.fi-sr-stomach:before{content:""}.fi-sr-stop:before{content:""}.fi-sr-stop-circle:before{content:""}.fi-sr-stop-square:before{content:""}.fi-sr-stopwatch:before{content:""}.fi-sr-store-alt:before{content:""}.fi-sr-store-buyer:before{content:""}.fi-sr-store-lock:before{content:""}.fi-sr-store-slash:before{content:""}.fi-sr-story-book:before{content:""}.fi-sr-story-fairy-tale:before{content:""}.fi-sr-story-fantasy:before{content:""}.fi-sr-strategy-chess-risk:before{content:""}.fi-sr-strawberry:before{content:""}.fi-sr-street-view:before{content:""}.fi-sr-stretcher:before{content:""}.fi-sr-strikethrough:before{content:""}.fi-sr-stroopwafel:before{content:""}.fi-sr-student:before{content:""}.fi-sr-student-alt:before{content:""}.fi-sr-subfolder:before{content:""}.fi-sr-subscript:before{content:""}.fi-sr-subscription:before{content:""}.fi-sr-subscription-alt:before{content:""}.fi-sr-subscription-model:before{content:""}.fi-sr-subscription-user:before{content:""}.fi-sr-subtitles:before{content:""}.fi-sr-subtitles-slash:before{content:""}.fi-sr-subway:before{content:""}.fi-sr-suitcase-alt:before{content:""}.fi-sr-summary-check:before{content:""}.fi-sr-summer:before{content:""}.fi-sr-sun:before{content:""}.fi-sr-sun-dust:before{content:""}.fi-sr-sun-plant-wilt:before{content:""}.fi-sr-sun-salutation-yoga:before{content:""}.fi-sr-sunday:before{content:""}.fi-sr-sunglasses:before{content:""}.fi-sr-sunglasses-alt:before{content:""}.fi-sr-sunrise:before{content:""}.fi-sr-sunrise-alt:before{content:""}.fi-sr-sunscreen:before{content:""}.fi-sr-sunset:before{content:""}.fi-sr-superscript:before{content:""}.fi-sr-supplier:before{content:""}.fi-sr-supplier-alt:before{content:""}.fi-sr-surfing:before{content:""}.fi-sr-surprise:before{content:""}.fi-sr-surveillance-camera:before{content:""}.fi-sr-survey-xmark:before{content:""}.fi-sr-sushi:before{content:""}.fi-sr-sushi-alt:before{content:""}.fi-sr-sushi-roll:before{content:""}.fi-sr-svg:before{content:""}.fi-sr-swap:before{content:""}.fi-sr-swatchbook:before{content:""}.fi-sr-swimmer:before{content:""}.fi-sr-swimming-pool:before{content:""}.fi-sr-swing:before{content:""}.fi-sr-swipe-down:before{content:""}.fi-sr-swipe-left:before{content:""}.fi-sr-swipe-right:before{content:""}.fi-sr-swipe-up:before{content:""}.fi-sr-sword:before{content:""}.fi-sr-sword-alt:before{content:""}.fi-sr-symbol:before{content:""}.fi-sr-symbols:before{content:""}.fi-sr-synagogue:before{content:""}.fi-sr-syringe:before{content:""}.fi-sr-syringe-injection-blood:before{content:""}.fi-sr-system-cloud:before{content:""}.fi-sr-t:before{content:""}.fi-sr-t-rex:before{content:""}.fi-sr-tab-folder:before{content:""}.fi-sr-table:before{content:""}.fi-sr-table-columns:before{content:""}.fi-sr-table-layout:before{content:""}.fi-sr-table-list:before{content:""}.fi-sr-table-picnic:before{content:""}.fi-sr-table-pivot:before{content:""}.fi-sr-table-rows:before{content:""}.fi-sr-table-tree:before{content:""}.fi-sr-tablet:before{content:""}.fi-sr-tablet-android:before{content:""}.fi-sr-tablet-android-alt:before{content:""}.fi-sr-tablet-rugged:before{content:""}.fi-sr-tachometer:before{content:""}.fi-sr-tachometer-alt-average:before{content:""}.fi-sr-tachometer-alt-fastest:before{content:""}.fi-sr-tachometer-alt-slow:before{content:""}.fi-sr-tachometer-alt-slowest:before{content:""}.fi-sr-tachometer-average:before{content:""}.fi-sr-tachometer-fast:before{content:""}.fi-sr-tachometer-fastest:before{content:""}.fi-sr-tachometer-slow:before{content:""}.fi-sr-tachometer-slowest:before{content:""}.fi-sr-taco:before{content:""}.fi-sr-tags:before{content:""}.fi-sr-talent:before{content:""}.fi-sr-talent-alt:before{content:""}.fi-sr-talent-hand:before{content:""}.fi-sr-tally:before{content:""}.fi-sr-tally-1:before{content:""}.fi-sr-tally-2:before{content:""}.fi-sr-tally-3:before{content:""}.fi-sr-tally-4:before{content:""}.fi-sr-tamale:before{content:""}.fi-sr-tank-water:before{content:""}.fi-sr-tap:before{content:""}.fi-sr-tape:before{content:""}.fi-sr-target:before{content:""}.fi-sr-target-audience:before{content:""}.fi-sr-tattoo-machine:before{content:""}.fi-sr-tax:before{content:""}.fi-sr-tax-alt:before{content:""}.fi-sr-taxi:before{content:""}.fi-sr-taxi-bus:before{content:""}.fi-sr-team-check:before{content:""}.fi-sr-team-check-alt:before{content:""}.fi-sr-teddy-bear:before{content:""}.fi-sr-teeth-open:before{content:""}.fi-sr-telescope:before{content:""}.fi-sr-temperature-down:before{content:""}.fi-sr-temperature-frigid:before{content:""}.fi-sr-temperature-high:before{content:""}.fi-sr-temperature-list:before{content:""}.fi-sr-temperature-low:before{content:""}.fi-sr-temperature-up:before{content:""}.fi-sr-template:before{content:""}.fi-sr-template-alt:before{content:""}.fi-sr-tenge:before{content:""}.fi-sr-tennis:before{content:""}.fi-sr-tent-arrow-down-to-line:before{content:""}.fi-sr-tent-arrow-left-right:before{content:""}.fi-sr-tent-arrow-turn-left:before{content:""}.fi-sr-tent-arrows-down:before{content:""}.fi-sr-tents:before{content:""}.fi-sr-terminal:before{content:""}.fi-sr-terrace:before{content:""}.fi-sr-test:before{content:""}.fi-sr-test-tube:before{content:""}.fi-sr-text:before{content:""}.fi-sr-text-box:before{content:""}.fi-sr-text-box-dots:before{content:""}.fi-sr-text-box-edit:before{content:""}.fi-sr-text-check:before{content:""}.fi-sr-text-height:before{content:""}.fi-sr-text-input-left:before{content:""}.fi-sr-text-shadow:before{content:""}.fi-sr-text-size:before{content:""}.fi-sr-text-slash:before{content:""}.fi-sr-text-width:before{content:""}.fi-sr-theater-masks:before{content:""}.fi-sr-thermometer-alt:before{content:""}.fi-sr-thermometer-empty:before{content:""}.fi-sr-thermometer-full:before{content:""}.fi-sr-thermometer-half:before{content:""}.fi-sr-thermometer-quarter:before{content:""}.fi-sr-thermometer-three-quarters:before{content:""}.fi-sr-theta:before{content:""}.fi-sr-third:before{content:""}.fi-sr-third-award:before{content:""}.fi-sr-third-laurel:before{content:""}.fi-sr-third-medal:before{content:""}.fi-sr-thought-bubble:before{content:""}.fi-sr-three-direction:before{content:""}.fi-sr-three-leaf-clover:before{content:""}.fi-sr-thumbs-down:before{content:""}.fi-sr-thumbs-up:before{content:""}.fi-sr-thumbs-up-trust:before{content:""}.fi-sr-thumbtack:before{content:""}.fi-sr-thumbtack-slash:before{content:""}.fi-sr-thunderstorm:before{content:""}.fi-sr-thunderstorm-moon:before{content:""}.fi-sr-thunderstorm-risk:before{content:""}.fi-sr-thunderstorm-sun:before{content:""}.fi-sr-thursday:before{content:""}.fi-sr-ticket:before{content:""}.fi-sr-ticket-airline:before{content:""}.fi-sr-ticket-alt:before{content:""}.fi-sr-tickets:before{content:""}.fi-sr-tickets-airline:before{content:""}.fi-sr-tie:before{content:""}.fi-sr-tilde:before{content:""}.fi-sr-time-add:before{content:""}.fi-sr-time-check:before{content:""}.fi-sr-time-delete:before{content:""}.fi-sr-time-fast:before{content:""}.fi-sr-time-forward:before{content:""}.fi-sr-time-forward-sixty:before{content:""}.fi-sr-time-forward-ten:before{content:""}.fi-sr-time-half-past:before{content:""}.fi-sr-time-oclock:before{content:""}.fi-sr-time-past:before{content:""}.fi-sr-time-quarter-past:before{content:""}.fi-sr-time-quarter-to:before{content:""}.fi-sr-time-twenty-four:before{content:""}.fi-sr-time-watch-calendar:before{content:""}.fi-sr-timer-clock-call:before{content:""}.fi-sr-times-hexagon:before{content:""}.fi-sr-tint-slash:before{content:""}.fi-sr-tip-button:before{content:""}.fi-sr-tip-button-hand:before{content:""}.fi-sr-tip-coin:before{content:""}.fi-sr-tire:before{content:""}.fi-sr-tire-flat:before{content:""}.fi-sr-tire-pressure-warning:before{content:""}.fi-sr-tire-rugged:before{content:""}.fi-sr-tired:before{content:""}.fi-sr-to-do:before{content:""}.fi-sr-to-do-alt:before{content:""}.fi-sr-together-people:before{content:""}.fi-sr-toggle-off:before{content:""}.fi-sr-toggle-on:before{content:""}.fi-sr-toilet:before{content:""}.fi-sr-toilet-paper-blank:before{content:""}.fi-sr-toilet-paper-blank-under:before{content:""}.fi-sr-toilet-paper-slash:before{content:""}.fi-sr-toilet-paper-under:before{content:""}.fi-sr-toilet-paper-under-slash:before{content:""}.fi-sr-toilet-paper-xmark:before{content:""}.fi-sr-toilets-portable:before{content:""}.fi-sr-token:before{content:""}.fi-sr-tomato:before{content:""}.fi-sr-tombstone:before{content:""}.fi-sr-tombstone-alt:before{content:""}.fi-sr-tool-box:before{content:""}.fi-sr-tool-crop:before{content:""}.fi-sr-tool-marquee:before{content:""}.fi-sr-tools:before{content:""}.fi-sr-tooth:before{content:""}.fi-sr-toothbrush:before{content:""}.fi-sr-torch-inspiration-leader:before{content:""}.fi-sr-torii-gate:before{content:""}.fi-sr-tornado:before{content:""}.fi-sr-total:before{content:""}.fi-sr-tour-guide-people:before{content:""}.fi-sr-tour-virtual:before{content:""}.fi-sr-tower-control:before{content:""}.fi-sr-track:before{content:""}.fi-sr-tractor:before{content:""}.fi-sr-trademark:before{content:""}.fi-sr-traffic-cone:before{content:""}.fi-sr-traffic-light:before{content:""}.fi-sr-traffic-light-go:before{content:""}.fi-sr-traffic-light-slow:before{content:""}.fi-sr-traffic-light-stop:before{content:""}.fi-sr-trailer:before{content:""}.fi-sr-train:before{content:""}.fi-sr-train-journey:before{content:""}.fi-sr-train-side:before{content:""}.fi-sr-train-station:before{content:""}.fi-sr-train-station-building:before{content:""}.fi-sr-train-subway-tunnel:before{content:""}.fi-sr-train-track:before{content:""}.fi-sr-train-tram:before{content:""}.fi-sr-tram:before{content:""}.fi-sr-transaction-euro:before{content:""}.fi-sr-transaction-globe:before{content:""}.fi-sr-transaction-yen:before{content:""}.fi-sr-transform:before{content:""}.fi-sr-transformation-block:before{content:""}.fi-sr-transformation-circle:before{content:""}.fi-sr-transformation-design:before{content:""}.fi-sr-transformation-shapes:before{content:""}.fi-sr-transformer-bolt:before{content:""}.fi-sr-transgender:before{content:""}.fi-sr-translate:before{content:""}.fi-sr-transparency:before{content:""}.fi-sr-transporter:before{content:""}.fi-sr-transporter-1:before{content:""}.fi-sr-transporter-2:before{content:""}.fi-sr-transporter-3:before{content:""}.fi-sr-transporter-4:before{content:""}.fi-sr-transporter-5:before{content:""}.fi-sr-transporter-6:before{content:""}.fi-sr-transporter-7:before{content:""}.fi-sr-transporter-empty:before{content:""}.fi-sr-trash:before{content:""}.fi-sr-trash-bag:before{content:""}.fi-sr-trash-can-check:before{content:""}.fi-sr-trash-can-clock:before{content:""}.fi-sr-trash-can-list:before{content:""}.fi-sr-trash-can-plus:before{content:""}.fi-sr-trash-can-slash:before{content:""}.fi-sr-trash-check:before{content:""}.fi-sr-trash-clock:before{content:""}.fi-sr-trash-empty:before{content:""}.fi-sr-trash-list:before{content:""}.fi-sr-trash-plus:before{content:""}.fi-sr-trash-restore:before{content:""}.fi-sr-trash-restore-alt:before{content:""}.fi-sr-trash-slash:before{content:""}.fi-sr-trash-undo:before{content:""}.fi-sr-trash-undo-alt:before{content:""}.fi-sr-trash-xmark:before{content:""}.fi-sr-treadmill:before{content:""}.fi-sr-treasure-chest:before{content:""}.fi-sr-treatment:before{content:""}.fi-sr-tree:before{content:""}.fi-sr-tree-alt:before{content:""}.fi-sr-tree-christmas:before{content:""}.fi-sr-tree-deciduous:before{content:""}.fi-sr-trees:before{content:""}.fi-sr-trees-alt:before{content:""}.fi-sr-triangle:before{content:""}.fi-sr-triangle-music:before{content:""}.fi-sr-triangle-person-digging:before{content:""}.fi-sr-triangle-warning:before{content:""}.fi-sr-tricycle:before{content:""}.fi-sr-trillium:before{content:""}.fi-sr-troph-cap:before{content:""}.fi-sr-trophy:before{content:""}.fi-sr-trophy-achievement-skill:before{content:""}.fi-sr-trophy-star:before{content:""}.fi-sr-truck-arrow-left:before{content:""}.fi-sr-truck-arrow-right:before{content:""}.fi-sr-truck-bolt:before{content:""}.fi-sr-truck-box:before{content:""}.fi-sr-truck-check:before{content:""}.fi-sr-truck-container:before{content:""}.fi-sr-truck-container-empty:before{content:""}.fi-sr-truck-couch:before{content:""}.fi-sr-truck-droplet:before{content:""}.fi-sr-truck-fire:before{content:""}.fi-sr-truck-flatbed:before{content:""}.fi-sr-truck-front:before{content:""}.fi-sr-truck-ladder:before{content:""}.fi-sr-truck-loading:before{content:""}.fi-sr-truck-medical:before{content:""}.fi-sr-truck-monster:before{content:""}.fi-sr-truck-moving:before{content:""}.fi-sr-truck-pickup:before{content:""}.fi-sr-truck-plow:before{content:""}.fi-sr-truck-ramp:before{content:""}.fi-sr-truck-side:before{content:""}.fi-sr-truck-tow:before{content:""}.fi-sr-truck-utensils:before{content:""}.fi-sr-trumpet:before{content:""}.fi-sr-trust:before{content:""}.fi-sr-trust-alt:before{content:""}.fi-sr-tshirt:before{content:""}.fi-sr-tty:before{content:""}.fi-sr-tty-answer:before{content:""}.fi-sr-tubes:before{content:""}.fi-sr-tuesday:before{content:""}.fi-sr-tugrik-sign:before{content:""}.fi-sr-turkey:before{content:""}.fi-sr-turn-left:before{content:""}.fi-sr-turn-left-down:before{content:""}.fi-sr-turn-right:before{content:""}.fi-sr-turntable:before{content:""}.fi-sr-turtle:before{content:""}.fi-sr-tv-music:before{content:""}.fi-sr-tv-retro:before{content:""}.fi-sr-two-nails:before{content:""}.fi-sr-two-swords:before{content:""}.fi-sr-typewriter:before{content:""}.fi-sr-u:before{content:""}.fi-sr-ufo:before{content:""}.fi-sr-ufo-beam:before{content:""}.fi-sr-ui-ux:before{content:""}.fi-sr-umbrella:before{content:""}.fi-sr-umbrella-beach:before{content:""}.fi-sr-under-construction:before{content:""}.fi-sr-underline:before{content:""}.fi-sr-undo:before{content:""}.fi-sr-undo-alt:before{content:""}.fi-sr-unicorn:before{content:""}.fi-sr-uniform-martial-arts:before{content:""}.fi-sr-universal-access:before{content:""}.fi-sr-unlock:before{content:""}.fi-sr-up:before{content:""}.fi-sr-up-from-bracket:before{content:""}.fi-sr-up-left:before{content:""}.fi-sr-up-right:before{content:""}.fi-sr-up-right-from-square:before{content:""}.fi-sr-upload:before{content:""}.fi-sr-url:before{content:""}.fi-sr-usa-map:before{content:""}.fi-sr-usa-map-pin:before{content:""}.fi-sr-usb-pendrive:before{content:""}.fi-sr-usd-circle:before{content:""}.fi-sr-usd-square:before{content:""}.fi-sr-user:before{content:""}.fi-sr-user-add:before{content:""}.fi-sr-user-alien:before{content:""}.fi-sr-user-astronaut:before{content:""}.fi-sr-user-check:before{content:""}.fi-sr-user-chef:before{content:""}.fi-sr-user-coach:before{content:""}.fi-sr-user-cowboy:before{content:""}.fi-sr-user-crown:before{content:""}.fi-sr-user-dj:before{content:""}.fi-sr-user-eating:before{content:""}.fi-sr-user-experience:before{content:""}.fi-sr-user-fast-running:before{content:""}.fi-sr-user-forbidden:before{content:""}.fi-sr-user-forbidden-alt:before{content:""}.fi-sr-user-gear:before{content:""}.fi-sr-user-graduate:before{content:""}.fi-sr-user-hard-work:before{content:""}.fi-sr-user-headset:before{content:""}.fi-sr-user-helmet-safety:before{content:""}.fi-sr-user-india:before{content:""}.fi-sr-user-injured:before{content:""}.fi-sr-user-interface-ui:before{content:""}.fi-sr-user-key:before{content:""}.fi-sr-user-language:before{content:""}.fi-sr-user-lock:before{content:""}.fi-sr-user-md:before{content:""}.fi-sr-user-md-chat:before{content:""}.fi-sr-user-minus:before{content:""}.fi-sr-user-music:before{content:""}.fi-sr-user-ninja:before{content:""}.fi-sr-user-nurse:before{content:""}.fi-sr-user-pen:before{content:""}.fi-sr-user-pilot:before{content:""}.fi-sr-user-pilot-tie:before{content:""}.fi-sr-user-police:before{content:""}.fi-sr-user-roadmap:before{content:""}.fi-sr-user-robot:before{content:""}.fi-sr-user-robot-xmarks:before{content:""}.fi-sr-user-salary:before{content:""}.fi-sr-user-shield:before{content:""}.fi-sr-user-skill-gear:before{content:""}.fi-sr-user-slash:before{content:""}.fi-sr-user-speaking:before{content:""}.fi-sr-user-stress:before{content:""}.fi-sr-user-suitcase:before{content:""}.fi-sr-user-tag:before{content:""}.fi-sr-user-time:before{content:""}.fi-sr-user-trust:before{content:""}.fi-sr-user-unlock:before{content:""}.fi-sr-user-visor:before{content:""}.fi-sr-user-volunteer:before{content:""}.fi-sr-user-xmark:before{content:""}.fi-sr-users:before{content:""}.fi-sr-users-alt:before{content:""}.fi-sr-users-class:before{content:""}.fi-sr-users-gear:before{content:""}.fi-sr-users-loyalty:before{content:""}.fi-sr-users-medical:before{content:""}.fi-sr-users-slash:before{content:""}.fi-sr-utensils:before{content:""}.fi-sr-utensils-slash:before{content:""}.fi-sr-utility-pole:before{content:""}.fi-sr-utility-pole-double:before{content:""}.fi-sr-ux:before{content:""}.fi-sr-ux-browser:before{content:""}.fi-sr-v:before{content:""}.fi-sr-vacuum:before{content:""}.fi-sr-vacuum-robot:before{content:""}.fi-sr-value-absolute:before{content:""}.fi-sr-vault:before{content:""}.fi-sr-vector:before{content:""}.fi-sr-vector-alt:before{content:""}.fi-sr-vector-circle:before{content:""}.fi-sr-vector-polygon:before{content:""}.fi-sr-venus:before{content:""}.fi-sr-venus-double:before{content:""}.fi-sr-venus-mars:before{content:""}.fi-sr-vest:before{content:""}.fi-sr-vest-patches:before{content:""}.fi-sr-video-arrow-down-left:before{content:""}.fi-sr-video-arrow-up-right:before{content:""}.fi-sr-video-camera:before{content:""}.fi-sr-video-camera-alt:before{content:""}.fi-sr-video-duration:before{content:""}.fi-sr-video-plus:before{content:""}.fi-sr-video-slash:before{content:""}.fi-sr-videoconference:before{content:""}.fi-sr-vihara:before{content:""}.fi-sr-violin:before{content:""}.fi-sr-virus:before{content:""}.fi-sr-virus-slash:before{content:""}.fi-sr-viruses:before{content:""}.fi-sr-vision:before{content:""}.fi-sr-vision-sense:before{content:""}.fi-sr-vision-target:before{content:""}.fi-sr-visit:before{content:""}.fi-sr-voicemail:before{content:""}.fi-sr-volcano:before{content:""}.fi-sr-volleyball:before{content:""}.fi-sr-volume:before{content:""}.fi-sr-volume-down:before{content:""}.fi-sr-volume-mute:before{content:""}.fi-sr-volume-off:before{content:""}.fi-sr-volume-slash:before{content:""}.fi-sr-volunteer-vest:before{content:""}.fi-sr-vote-nay:before{content:""}.fi-sr-vote-yea:before{content:""}.fi-sr-vpn:before{content:""}.fi-sr-vpn-globe:before{content:""}.fi-sr-vpn-laptop:before{content:""}.fi-sr-vpn-shield:before{content:""}.fi-sr-vr-cardboard:before{content:""}.fi-sr-w:before{content:""}.fi-sr-waffle:before{content:""}.fi-sr-wagon-covered:before{content:""}.fi-sr-walker:before{content:""}.fi-sr-walkie-talkie:before{content:""}.fi-sr-walking:before{content:""}.fi-sr-wallet:before{content:""}.fi-sr-wallet-arrow:before{content:""}.fi-sr-wallet-buyer:before{content:""}.fi-sr-wallet-income:before{content:""}.fi-sr-wallet-nft:before{content:""}.fi-sr-warehouse-alt:before{content:""}.fi-sr-warranty:before{content:""}.fi-sr-washer:before{content:""}.fi-sr-waste:before{content:""}.fi-sr-waste-pollution:before{content:""}.fi-sr-watch:before{content:""}.fi-sr-watch-calculator:before{content:""}.fi-sr-watch-fitness:before{content:""}.fi-sr-watch-smart:before{content:""}.fi-sr-water:before{content:""}.fi-sr-water-bottle:before{content:""}.fi-sr-water-ladder:before{content:""}.fi-sr-water-lower:before{content:""}.fi-sr-water-rise:before{content:""}.fi-sr-watermelon:before{content:""}.fi-sr-wave:before{content:""}.fi-sr-wave-sine:before{content:""}.fi-sr-wave-square:before{content:""}.fi-sr-wave-triangle:before{content:""}.fi-sr-waveform:before{content:""}.fi-sr-waveform-path:before{content:""}.fi-sr-web-design:before{content:""}.fi-sr-web-test:before{content:""}.fi-sr-webcam:before{content:""}.fi-sr-webcam-slash:before{content:""}.fi-sr-webhook:before{content:""}.fi-sr-wednesday:before{content:""}.fi-sr-whale:before{content:""}.fi-sr-wheat:before{content:""}.fi-sr-wheat-awn:before{content:""}.fi-sr-wheat-awn-circle-exclamation:before{content:""}.fi-sr-wheat-awn-slash:before{content:""}.fi-sr-wheat-slash:before{content:""}.fi-sr-wheelchair:before{content:""}.fi-sr-wheelchair-move:before{content:""}.fi-sr-wheelchair-sleeping:before{content:""}.fi-sr-whistle:before{content:""}.fi-sr-white-space:before{content:""}.fi-sr-wifi:before{content:""}.fi-sr-wifi-1:before{content:""}.fi-sr-wifi-2:before{content:""}.fi-sr-wifi-alt:before{content:""}.fi-sr-wifi-exclamation:before{content:""}.fi-sr-wifi-slash:before{content:""}.fi-sr-wifi-xmark:before{content:""}.fi-sr-wind:before{content:""}.fi-sr-wind-turbine:before{content:""}.fi-sr-wind-warning:before{content:""}.fi-sr-window-alt:before{content:""}.fi-sr-window-frame:before{content:""}.fi-sr-window-frame-open:before{content:""}.fi-sr-window-maximize:before{content:""}.fi-sr-window-minimize:before{content:""}.fi-sr-window-restore:before{content:""}.fi-sr-windsock:before{content:""}.fi-sr-wine-bottle:before{content:""}.fi-sr-wine-glass-crack:before{content:""}.fi-sr-wine-glass-empty:before{content:""}.fi-sr-wisdom:before{content:""}.fi-sr-wishlist-heart:before{content:""}.fi-sr-wishlist-star:before{content:""}.fi-sr-woman-head:before{content:""}.fi-sr-woman-scientist:before{content:""}.fi-sr-won-sign:before{content:""}.fi-sr-work-in-progress:before{content:""}.fi-sr-workflow:before{content:""}.fi-sr-workflow-alt:before{content:""}.fi-sr-workflow-setting:before{content:""}.fi-sr-workflow-setting-alt:before{content:""}.fi-sr-workshop:before{content:""}.fi-sr-world:before{content:""}.fi-sr-worldwide-network:before{content:""}.fi-sr-worm:before{content:""}.fi-sr-wreath:before{content:""}.fi-sr-wrench-alt:before{content:""}.fi-sr-wrench-simple:before{content:""}.fi-sr-x:before{content:""}.fi-sr-x-ray:before{content:""}.fi-sr-y:before{content:""}.fi-sr-yen:before{content:""}.fi-sr-yin-yang:before{content:""}.fi-sr-yoga-mat:before{content:""}.fi-sr-yoga-moon:before{content:""}.fi-sr-yoga-posture:before{content:""}.fi-sr-z:before{content:""}.fi-sr-zero-percent:before{content:""}.fi-sr-zip-file:before{content:""}.fi-sr-zoom-in:before{content:""}.fi-sr-zoom-out:before{content:""}.fi-sr-it-computer:before{content:""}.fi-sr-pinata:before{content:""}/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.6.0 - https://www.flaticon.com/uicons/interface-icons
*/@font-face{font-family:"uicons-solid-straight";src:url("./webfonts/uicons-solid-straight.woff2") format("woff2"),url("./webfonts/uicons-solid-straight.woff") format("woff"),url("./webfonts/uicons-solid-straight.eot#iefix") format("embedded-opentype");font-display:swap}i[class^=fi-ss-]:before,i[class*=" fi-ss-"]:before,span[class^=fi-ss-]:before,span[class*=fi-ss-]:before{font-family:uicons-solid-straight !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-ss-0:before{content:""}.fi-ss-00s-music-disc:before{content:""}.fi-ss-1:before{content:""}.fi-ss-2:before{content:""}.fi-ss-3:before{content:""}.fi-ss-360-degrees:before{content:""}.fi-ss-4:before{content:""}.fi-ss-404:before{content:""}.fi-ss-5:before{content:""}.fi-ss-6:before{content:""}.fi-ss-60s-music-disc:before{content:""}.fi-ss-7:before{content:""}.fi-ss-70s-music-disc:before{content:""}.fi-ss-8:before{content:""}.fi-ss-80s-music-disc:before{content:""}.fi-ss-9:before{content:""}.fi-ss-90s-music-disc:before{content:""}.fi-ss-a:before{content:""}.fi-ss-abacus:before{content:""}.fi-ss-accident:before{content:""}.fi-ss-acorn:before{content:""}.fi-ss-ad:before{content:""}.fi-ss-ad-forbidden:before{content:""}.fi-ss-ad-paid:before{content:""}.fi-ss-add:before{content:""}.fi-ss-add-document:before{content:""}.fi-ss-add-folder:before{content:""}.fi-ss-add-image:before{content:""}.fi-ss-address-book:before{content:""}.fi-ss-address-card:before{content:""}.fi-ss-admin:before{content:""}.fi-ss-admin-alt:before{content:""}.fi-ss-age:before{content:""}.fi-ss-age-alt:before{content:""}.fi-ss-age-restriction-eighteen:before{content:""}.fi-ss-age-restriction-seven:before{content:""}.fi-ss-age-restriction-six:before{content:""}.fi-ss-age-restriction-sixteen:before{content:""}.fi-ss-age-restriction-thirteen:before{content:""}.fi-ss-age-restriction-three:before{content:""}.fi-ss-age-restriction-twelve:before{content:""}.fi-ss-age-restriction-twenty-one:before{content:""}.fi-ss-age-restriction-zero:before{content:""}.fi-ss-air-conditioner:before{content:""}.fi-ss-air-freshener:before{content:""}.fi-ss-air-pollution:before{content:""}.fi-ss-airplane-journey:before{content:""}.fi-ss-airplane-window-open:before{content:""}.fi-ss-airplay:before{content:""}.fi-ss-alarm-clock:before{content:""}.fi-ss-alarm-exclamation:before{content:""}.fi-ss-alarm-plus:before{content:""}.fi-ss-alarm-snooze:before{content:""}.fi-ss-album:before{content:""}.fi-ss-album-circle-plus:before{content:""}.fi-ss-album-circle-user:before{content:""}.fi-ss-album-collection:before{content:""}.fi-ss-algorithm:before{content:""}.fi-ss-alicorn:before{content:""}.fi-ss-alien:before{content:""}.fi-ss-align-center:before{content:""}.fi-ss-align-justify:before{content:""}.fi-ss-align-left:before{content:""}.fi-ss-align-slash:before{content:""}.fi-ss-ambulance:before{content:""}.fi-ss-amp-guitar:before{content:""}.fi-ss-amusement-park:before{content:""}.fi-ss-analyse:before{content:""}.fi-ss-analyse-alt:before{content:""}.fi-ss-anatomical-heart:before{content:""}.fi-ss-anchor:before{content:""}.fi-ss-angel:before{content:""}.fi-ss-angle:before{content:""}.fi-ss-angle-90:before{content:""}.fi-ss-angle-circle-down:before{content:""}.fi-ss-angle-circle-left:before{content:""}.fi-ss-angle-circle-right:before{content:""}.fi-ss-angle-circle-up:before{content:""}.fi-ss-angle-double-left:before{content:""}.fi-ss-angle-double-right:before{content:""}.fi-ss-angle-double-small-down:before{content:""}.fi-ss-angle-double-small-left:before{content:""}.fi-ss-angle-double-small-right:before{content:""}.fi-ss-angle-double-small-up:before{content:""}.fi-ss-angle-down:before{content:""}.fi-ss-angle-left:before{content:""}.fi-ss-angle-right:before{content:""}.fi-ss-angle-small-down:before{content:""}.fi-ss-angle-small-left:before{content:""}.fi-ss-angle-small-right:before{content:""}.fi-ss-angle-small-up:before{content:""}.fi-ss-angle-square-down:before{content:""}.fi-ss-angle-square-left:before{content:""}.fi-ss-angle-square-right:before{content:""}.fi-ss-angle-square-up:before{content:""}.fi-ss-angle-up:before{content:""}.fi-ss-angles-up-down:before{content:""}.fi-ss-angry:before{content:""}.fi-ss-animated-icon:before{content:""}.fi-ss-ankh:before{content:""}.fi-ss-answer:before{content:""}.fi-ss-answer-alt:before{content:""}.fi-ss-apartment:before{content:""}.fi-ss-aperture:before{content:""}.fi-ss-api:before{content:""}.fi-ss-app-notification:before{content:""}.fi-ss-apple-books:before{content:""}.fi-ss-apple-core:before{content:""}.fi-ss-apple-crate:before{content:""}.fi-ss-apple-whole:before{content:""}.fi-ss-apps:before{content:""}.fi-ss-apps-add:before{content:""}.fi-ss-apps-delete:before{content:""}.fi-ss-apps-sort:before{content:""}.fi-ss-archive:before{content:""}.fi-ss-archway:before{content:""}.fi-ss-arrow-alt-circle-down:before{content:""}.fi-ss-arrow-alt-circle-left:before{content:""}.fi-ss-arrow-alt-circle-right:before{content:""}.fi-ss-arrow-alt-circle-up:before{content:""}.fi-ss-arrow-alt-down:before{content:""}.fi-ss-arrow-alt-from-bottom:before{content:""}.fi-ss-arrow-alt-from-left:before{content:""}.fi-ss-arrow-alt-from-right:before{content:""}.fi-ss-arrow-alt-from-top:before{content:""}.fi-ss-arrow-alt-left:before{content:""}.fi-ss-arrow-alt-right:before{content:""}.fi-ss-arrow-alt-square-down:before{content:""}.fi-ss-arrow-alt-square-left:before{content:""}.fi-ss-arrow-alt-square-right:before{content:""}.fi-ss-arrow-alt-square-up:before{content:""}.fi-ss-arrow-alt-to-bottom:before{content:""}.fi-ss-arrow-alt-to-left:before{content:""}.fi-ss-arrow-alt-to-right:before{content:""}.fi-ss-arrow-alt-to-top:before{content:""}.fi-ss-arrow-alt-up:before{content:""}.fi-ss-arrow-circle-down:before{content:""}.fi-ss-arrow-circle-left:before{content:""}.fi-ss-arrow-circle-right:before{content:""}.fi-ss-arrow-circle-up:before{content:""}.fi-ss-arrow-comparison:before{content:""}.fi-ss-arrow-down:before{content:""}.fi-ss-arrow-down-from-arc:before{content:""}.fi-ss-arrow-down-from-dotted-line:before{content:""}.fi-ss-arrow-down-left:before{content:""}.fi-ss-arrow-down-small-big:before{content:""}.fi-ss-arrow-down-strenght:before{content:""}.fi-ss-arrow-down-to-dotted-line:before{content:""}.fi-ss-arrow-down-to-square:before{content:""}.fi-ss-arrow-down-triangle-square:before{content:""}.fi-ss-arrow-from-bottom:before{content:""}.fi-ss-arrow-from-left:before{content:""}.fi-ss-arrow-from-right:before{content:""}.fi-ss-arrow-from-top:before{content:""}.fi-ss-arrow-left:before{content:""}.fi-ss-arrow-left-from-arc:before{content:""}.fi-ss-arrow-left-from-line:before{content:""}.fi-ss-arrow-left-to-arc:before{content:""}.fi-ss-arrow-progress:before{content:""}.fi-ss-arrow-progress-alt:before{content:""}.fi-ss-arrow-right:before{content:""}.fi-ss-arrow-right-to-bracket:before{content:""}.fi-ss-arrow-right-to-city:before{content:""}.fi-ss-arrow-small-down:before{content:""}.fi-ss-arrow-small-left:before{content:""}.fi-ss-arrow-small-right:before{content:""}.fi-ss-arrow-small-up:before{content:""}.fi-ss-arrow-square-down:before{content:""}.fi-ss-arrow-square-left:before{content:""}.fi-ss-arrow-square-right:before{content:""}.fi-ss-arrow-square-up:before{content:""}.fi-ss-arrow-to-bottom:before{content:""}.fi-ss-arrow-to-left:before{content:""}.fi-ss-arrow-to-right:before{content:""}.fi-ss-arrow-to-top:before{content:""}.fi-ss-arrow-trend-down:before{content:""}.fi-ss-arrow-trend-up:before{content:""}.fi-ss-arrow-turn-down-left:before{content:""}.fi-ss-arrow-turn-down-right:before{content:""}.fi-ss-arrow-turn-left-up:before{content:""}.fi-ss-arrow-up:before{content:""}.fi-ss-arrow-up-from-dotted-line:before{content:""}.fi-ss-arrow-up-from-ground-water:before{content:""}.fi-ss-arrow-up-from-square:before{content:""}.fi-ss-arrow-up-left:before{content:""}.fi-ss-arrow-up-left-from-circle:before{content:""}.fi-ss-arrow-up-right:before{content:""}.fi-ss-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-ss-arrow-up-right-from-square:before{content:""}.fi-ss-arrow-up-small-big:before{content:""}.fi-ss-arrow-up-square-triangle:before{content:""}.fi-ss-arrow-up-to-arc:before{content:""}.fi-ss-arrow-up-to-dotted-line:before{content:""}.fi-ss-arrow-upward-growth-crypto:before{content:""}.fi-ss-arrows:before{content:""}.fi-ss-arrows-alt:before{content:""}.fi-ss-arrows-alt-h:before{content:""}.fi-ss-arrows-alt-v:before{content:""}.fi-ss-arrows-cross:before{content:""}.fi-ss-arrows-down-curve:before{content:""}.fi-ss-arrows-down-to-people:before{content:""}.fi-ss-arrows-from-dotted-line:before{content:""}.fi-ss-arrows-from-line:before{content:""}.fi-ss-arrows-h:before{content:""}.fi-ss-arrows-h-copy:before{content:""}.fi-ss-arrows-repeat:before{content:""}.fi-ss-arrows-repeat-1:before{content:""}.fi-ss-arrows-retweet:before{content:""}.fi-ss-arrows-split-right-and-left:before{content:""}.fi-ss-arrows-split-up-and-left:before{content:""}.fi-ss-arrows-to-circle:before{content:""}.fi-ss-arrows-to-dotted-line:before{content:""}.fi-ss-arrows-to-eye:before{content:""}.fi-ss-arrows-to-line:before{content:""}.fi-ss-artificial-intelligence:before{content:""}.fi-ss-assept-document:before{content:""}.fi-ss-assessment:before{content:""}.fi-ss-assessment-alt:before{content:""}.fi-ss-assign:before{content:""}.fi-ss-assistive-listening-systems:before{content:""}.fi-ss-asterik:before{content:""}.fi-ss-at:before{content:""}.fi-ss-attention-detail:before{content:""}.fi-ss-attribution-pen:before{content:""}.fi-ss-attribution-pencil:before{content:""}.fi-ss-aubergine:before{content:""}.fi-ss-auction:before{content:""}.fi-ss-audience-megaphone:before{content:""}.fi-ss-audio-description-slash:before{content:""}.fi-ss-audit:before{content:""}.fi-ss-audit-alt:before{content:""}.fi-ss-austral-sign:before{content:""}.fi-ss-australia:before{content:""}.fi-ss-australia-country-code:before{content:""}.fi-ss-australia-flag:before{content:""}.fi-ss-auto-pilot:before{content:""}.fi-ss-auto-reply:before{content:""}.fi-ss-auto-sync:before{content:""}.fi-ss-avocado:before{content:""}.fi-ss-award:before{content:""}.fi-ss-axe:before{content:""}.fi-ss-axe-battle:before{content:""}.fi-ss-b:before{content:""}.fi-ss-baby:before{content:""}.fi-ss-baby-carriage:before{content:""}.fi-ss-back-up:before{content:""}.fi-ss-background:before{content:""}.fi-ss-backpack:before{content:""}.fi-ss-bacon:before{content:""}.fi-ss-bacteria:before{content:""}.fi-ss-bacterium:before{content:""}.fi-ss-badge:before{content:""}.fi-ss-badge-check:before{content:""}.fi-ss-badge-dollar:before{content:""}.fi-ss-badge-leaf:before{content:""}.fi-ss-badge-percent:before{content:""}.fi-ss-badge-sheriff:before{content:""}.fi-ss-badger-honey:before{content:""}.fi-ss-badget-check-alt:before{content:""}.fi-ss-badminton:before{content:""}.fi-ss-bag-map-pin:before{content:""}.fi-ss-bag-seedling:before{content:""}.fi-ss-bag-shopping-minus:before{content:""}.fi-ss-bags-shopping:before{content:""}.fi-ss-baguette:before{content:""}.fi-ss-bahai:before{content:""}.fi-ss-baht-sign:before{content:""}.fi-ss-balance-scale-left:before{content:""}.fi-ss-balance-scale-right:before{content:""}.fi-ss-balcony:before{content:""}.fi-ss-ball-pile:before{content:""}.fi-ss-ballet-dance:before{content:""}.fi-ss-balloon:before{content:""}.fi-ss-balloons:before{content:""}.fi-ss-ballot:before{content:""}.fi-ss-ballot-check:before{content:""}.fi-ss-ban:before{content:""}.fi-ss-ban-bug:before{content:""}.fi-ss-banana:before{content:""}.fi-ss-band-aid:before{content:""}.fi-ss-bandage-wound:before{content:""}.fi-ss-bangladeshi-taka-sign:before{content:""}.fi-ss-banjo:before{content:""}.fi-ss-bank:before{content:""}.fi-ss-bank-app:before{content:""}.fi-ss-banner:before{content:""}.fi-ss-banner-2:before{content:""}.fi-ss-banner-3:before{content:""}.fi-ss-banner-4:before{content:""}.fi-ss-banner-5:before{content:""}.fi-ss-barber-pole:before{content:""}.fi-ss-barber-shop:before{content:""}.fi-ss-barcode:before{content:""}.fi-ss-barcode-read:before{content:""}.fi-ss-barcode-scan:before{content:""}.fi-ss-barefoot:before{content:""}.fi-ss-bars-filter:before{content:""}.fi-ss-bars-progress:before{content:""}.fi-ss-bars-sort:before{content:""}.fi-ss-bars-staggered:before{content:""}.fi-ss-baseball:before{content:""}.fi-ss-baseball-alt:before{content:""}.fi-ss-basket-shopping-minus:before{content:""}.fi-ss-basket-shopping-plus:before{content:""}.fi-ss-basket-shopping-simple:before{content:""}.fi-ss-basketball:before{content:""}.fi-ss-basketball-hoop:before{content:""}.fi-ss-bat:before{content:""}.fi-ss-bath:before{content:""}.fi-ss-battery-100:before{content:""}.fi-ss-battery-bolt:before{content:""}.fi-ss-battery-empty:before{content:""}.fi-ss-battery-exclamation:before{content:""}.fi-ss-battery-full:before{content:""}.fi-ss-battery-half:before{content:""}.fi-ss-battery-quarter:before{content:""}.fi-ss-battery-slash:before{content:""}.fi-ss-battery-three-quarters:before{content:""}.fi-ss-beacon:before{content:""}.fi-ss-beauty-mask:before{content:""}.fi-ss-bed:before{content:""}.fi-ss-bed-alt:before{content:""}.fi-ss-bed-bunk:before{content:""}.fi-ss-bed-empty:before{content:""}.fi-ss-bed-pulse:before{content:""}.fi-ss-bee:before{content:""}.fi-ss-beer:before{content:""}.fi-ss-beer-mug-empty:before{content:""}.fi-ss-bell:before{content:""}.fi-ss-bell-concierge:before{content:""}.fi-ss-bell-notification-call:before{content:""}.fi-ss-bell-notification-social-media:before{content:""}.fi-ss-bell-ring:before{content:""}.fi-ss-bell-school:before{content:""}.fi-ss-bell-school-slash:before{content:""}.fi-ss-bell-slash:before{content:""}.fi-ss-bells:before{content:""}.fi-ss-bench-tree:before{content:""}.fi-ss-benefit:before{content:""}.fi-ss-benefit-diamond:before{content:""}.fi-ss-benefit-diamond-alt:before{content:""}.fi-ss-benefit-hand:before{content:""}.fi-ss-benefit-increase:before{content:""}.fi-ss-benefit-porcent:before{content:""}.fi-ss-betamax:before{content:""}.fi-ss-bible:before{content:""}.fi-ss-bicycle-journey:before{content:""}.fi-ss-big-drop:before{content:""}.fi-ss-bike:before{content:""}.fi-ss-bike-moving:before{content:""}.fi-ss-bike-path:before{content:""}.fi-ss-biking:before{content:""}.fi-ss-biking-mountain:before{content:""}.fi-ss-bill-arrow:before{content:""}.fi-ss-billiard:before{content:""}.fi-ss-bin-bottles:before{content:""}.fi-ss-binary:before{content:""}.fi-ss-binary-circle-check:before{content:""}.fi-ss-binary-cloud:before{content:""}.fi-ss-binary-lock:before{content:""}.fi-ss-binary-slash:before{content:""}.fi-ss-binoculars:before{content:""}.fi-ss-bio:before{content:""}.fi-ss-bio-leaves:before{content:""}.fi-ss-biohazard:before{content:""}.fi-ss-bird:before{content:""}.fi-ss-bitcoin-sign:before{content:""}.fi-ss-blanket:before{content:""}.fi-ss-blender:before{content:""}.fi-ss-blender-phone:before{content:""}.fi-ss-blinds:before{content:""}.fi-ss-blinds-open:before{content:""}.fi-ss-blinds-raised:before{content:""}.fi-ss-block:before{content:""}.fi-ss-block-brick:before{content:""}.fi-ss-block-brick-fire:before{content:""}.fi-ss-block-microphone:before{content:""}.fi-ss-block-question:before{content:""}.fi-ss-block-quote:before{content:""}.fi-ss-blockchain-3:before{content:""}.fi-ss-blog-pencil:before{content:""}.fi-ss-blog-text:before{content:""}.fi-ss-blood:before{content:""}.fi-ss-blood-dropper:before{content:""}.fi-ss-blood-test-tube:before{content:""}.fi-ss-blood-test-tube-alt:before{content:""}.fi-ss-blossom:before{content:""}.fi-ss-blueberries:before{content:""}.fi-ss-blueprint:before{content:""}.fi-ss-bluetooth-alt:before{content:""}.fi-ss-bluetooth-circle:before{content:""}.fi-ss-bold:before{content:""}.fi-ss-bolt:before{content:""}.fi-ss-bolt-auto:before{content:""}.fi-ss-bolt-slash:before{content:""}.fi-ss-bomb:before{content:""}.fi-ss-bone:before{content:""}.fi-ss-bone-break:before{content:""}.fi-ss-bong:before{content:""}.fi-ss-bonus:before{content:""}.fi-ss-bonus-alt:before{content:""}.fi-ss-bonus-star:before{content:""}.fi-ss-book:before{content:""}.fi-ss-book-alt:before{content:""}.fi-ss-book-arrow-right:before{content:""}.fi-ss-book-arrow-up:before{content:""}.fi-ss-book-atlas:before{content:""}.fi-ss-book-bookmark:before{content:""}.fi-ss-book-circle-arrow-right:before{content:""}.fi-ss-book-circle-arrow-up:before{content:""}.fi-ss-book-copy:before{content:""}.fi-ss-book-dead:before{content:""}.fi-ss-book-font:before{content:""}.fi-ss-book-heart:before{content:""}.fi-ss-book-medical:before{content:""}.fi-ss-book-open-cover:before{content:""}.fi-ss-book-open-reader:before{content:""}.fi-ss-book-plus:before{content:""}.fi-ss-book-quran:before{content:""}.fi-ss-book-section:before{content:""}.fi-ss-book-spells:before{content:""}.fi-ss-book-tanakh:before{content:""}.fi-ss-book-user:before{content:""}.fi-ss-book-world:before{content:""}.fi-ss-Booking:before{content:""}.fi-ss-bookmark:before{content:""}.fi-ss-bookmark-slash:before{content:""}.fi-ss-books:before{content:""}.fi-ss-books-medical:before{content:""}.fi-ss-boot:before{content:""}.fi-ss-boot-heeled:before{content:""}.fi-ss-booth-curtain:before{content:""}.fi-ss-border-all:before{content:""}.fi-ss-border-bottom:before{content:""}.fi-ss-border-center-h:before{content:""}.fi-ss-border-center-v:before{content:""}.fi-ss-border-inner:before{content:""}.fi-ss-border-left:before{content:""}.fi-ss-border-none:before{content:""}.fi-ss-border-outer:before{content:""}.fi-ss-border-right:before{content:""}.fi-ss-border-style:before{content:""}.fi-ss-border-style-alt:before{content:""}.fi-ss-border-top:before{content:""}.fi-ss-boss:before{content:""}.fi-ss-bottle:before{content:""}.fi-ss-bottle-droplet:before{content:""}.fi-ss-bow-arrow:before{content:""}.fi-ss-bowl-chopsticks:before{content:""}.fi-ss-bowl-chopsticks-noodles:before{content:""}.fi-ss-bowl-rice:before{content:""}.fi-ss-bowl-scoop:before{content:""}.fi-ss-bowl-scoops:before{content:""}.fi-ss-bowl-soft-serve:before{content:""}.fi-ss-bowl-spoon:before{content:""}.fi-ss-bowling:before{content:""}.fi-ss-bowling-ball:before{content:""}.fi-ss-bowling-pins:before{content:""}.fi-ss-box:before{content:""}.fi-ss-box-alt:before{content:""}.fi-ss-box-ballot:before{content:""}.fi-ss-box-check:before{content:""}.fi-ss-box-circle-check:before{content:""}.fi-ss-box-dollar:before{content:""}.fi-ss-box-fragile:before{content:""}.fi-ss-box-heart:before{content:""}.fi-ss-box-open:before{content:""}.fi-ss-box-open-full:before{content:""}.fi-ss-box-tissue:before{content:""}.fi-ss-box-up:before{content:""}.fi-ss-boxes:before{content:""}.fi-ss-boxing-glove:before{content:""}.fi-ss-bracket-curly:before{content:""}.fi-ss-bracket-curly-right:before{content:""}.fi-ss-bracket-round:before{content:""}.fi-ss-bracket-round-right:before{content:""}.fi-ss-bracket-square:before{content:""}.fi-ss-bracket-square-right:before{content:""}.fi-ss-brackets-curly:before{content:""}.fi-ss-brackets-round:before{content:""}.fi-ss-brackets-square:before{content:""}.fi-ss-braille:before{content:""}.fi-ss-braille-a:before{content:""}.fi-ss-braille-b:before{content:""}.fi-ss-braille-c:before{content:""}.fi-ss-braille-d:before{content:""}.fi-ss-braille-e:before{content:""}.fi-ss-braille-g:before{content:""}.fi-ss-braille-h:before{content:""}.fi-ss-braille-i:before{content:""}.fi-ss-braille-j:before{content:""}.fi-ss-braille-k:before{content:""}.fi-ss-braille-l:before{content:""}.fi-ss-braille-m:before{content:""}.fi-ss-braille-n:before{content:""}.fi-ss-braille-n-alt:before{content:""}.fi-ss-braille-o:before{content:""}.fi-ss-braille-p:before{content:""}.fi-ss-braille-q:before{content:""}.fi-ss-braille-r:before{content:""}.fi-ss-braille-s:before{content:""}.fi-ss-braille-t:before{content:""}.fi-ss-braille-u:before{content:""}.fi-ss-braille-v:before{content:""}.fi-ss-braille-w:before{content:""}.fi-ss-braille-x:before{content:""}.fi-ss-braille-y:before{content:""}.fi-ss-braille-z:before{content:""}.fi-ss-brain:before{content:""}.fi-ss-brain-bulb:before{content:""}.fi-ss-brain-circuit:before{content:""}.fi-ss-brain-lightning:before{content:""}.fi-ss-brain-stress:before{content:""}.fi-ss-brake-warning:before{content:""}.fi-ss-branching:before{content:""}.fi-ss-brand:before{content:""}.fi-ss-branding:before{content:""}.fi-ss-brazil:before{content:""}.fi-ss-brazil-flag:before{content:""}.fi-ss-brazil-flag-circle:before{content:""}.fi-ss-bread:before{content:""}.fi-ss-bread-loaf:before{content:""}.fi-ss-bread-slice:before{content:""}.fi-ss-bread-slice-butter:before{content:""}.fi-ss-bridge:before{content:""}.fi-ss-bridge-circle-check:before{content:""}.fi-ss-bridge-collapse:before{content:""}.fi-ss-bridge-suspension:before{content:""}.fi-ss-bridge-water:before{content:""}.fi-ss-briefcase:before{content:""}.fi-ss-briefcase-arrow-right:before{content:""}.fi-ss-briefcase-blank:before{content:""}.fi-ss-brightness:before{content:""}.fi-ss-brightness-low:before{content:""}.fi-ss-bring-forward:before{content:""}.fi-ss-bring-front:before{content:""}.fi-ss-broadcast-tower:before{content:""}.fi-ss-broccoli:before{content:""}.fi-ss-broken-arm:before{content:""}.fi-ss-broken-chain-link-wrong:before{content:""}.fi-ss-broken-image:before{content:""}.fi-ss-broken-leg:before{content:""}.fi-ss-broken-nail:before{content:""}.fi-ss-broom:before{content:""}.fi-ss-broom-ball:before{content:""}.fi-ss-browser:before{content:""}.fi-ss-browser-ui:before{content:""}.fi-ss-browsers:before{content:""}.fi-ss-brush:before{content:""}.fi-ss-bubble-discussion:before{content:""}.fi-ss-bucket:before{content:""}.fi-ss-budget:before{content:""}.fi-ss-budget-alt:before{content:""}.fi-ss-bug:before{content:""}.fi-ss-bug-slash:before{content:""}.fi-ss-bugs:before{content:""}.fi-ss-build:before{content:""}.fi-ss-build-alt:before{content:""}.fi-ss-builder:before{content:""}.fi-ss-building:before{content:""}.fi-ss-building-circle-arrow-right:before{content:""}.fi-ss-building-ngo:before{content:""}.fi-ss-bulb:before{content:""}.fi-ss-bulb-speech-bubble:before{content:""}.fi-ss-bullet:before{content:""}.fi-ss-bullhorn:before{content:""}.fi-ss-bullseye:before{content:""}.fi-ss-bullseye-arrow:before{content:""}.fi-ss-bullseye-pointer:before{content:""}.fi-ss-burger-alt:before{content:""}.fi-ss-burger-fries:before{content:""}.fi-ss-burger-glass:before{content:""}.fi-ss-burrito:before{content:""}.fi-ss-burst:before{content:""}.fi-ss-bus:before{content:""}.fi-ss-bus-alt:before{content:""}.fi-ss-business-time:before{content:""}.fi-ss-Butter:before{content:""}.fi-ss-butterfly:before{content:""}.fi-ss-c:before{content:""}.fi-ss-cabin:before{content:""}.fi-ss-cactus:before{content:""}.fi-ss-cage-empty:before{content:""}.fi-ss-cake-birthday:before{content:""}.fi-ss-cake-slice:before{content:""}.fi-ss-cake-wedding:before{content:""}.fi-ss-calculator:before{content:""}.fi-ss-calculator-bill:before{content:""}.fi-ss-calculator-math-tax:before{content:""}.fi-ss-calculator-money:before{content:""}.fi-ss-calculator-simple:before{content:""}.fi-ss-calendar:before{content:""}.fi-ss-calendar-arrow-down:before{content:""}.fi-ss-calendar-arrow-up:before{content:""}.fi-ss-calendar-birhtday-cake:before{content:""}.fi-ss-calendar-call:before{content:""}.fi-ss-calendar-check:before{content:""}.fi-ss-calendar-clock:before{content:""}.fi-ss-calendar-day:before{content:""}.fi-ss-calendar-days:before{content:""}.fi-ss-calendar-event-tax:before{content:""}.fi-ss-calendar-exclamation:before{content:""}.fi-ss-calendar-gavel-legal:before{content:""}.fi-ss-calendar-heart:before{content:""}.fi-ss-calendar-image:before{content:""}.fi-ss-calendar-lines:before{content:""}.fi-ss-calendar-lines-pen:before{content:""}.fi-ss-calendar-minus:before{content:""}.fi-ss-calendar-payment-loan:before{content:""}.fi-ss-calendar-pen:before{content:""}.fi-ss-calendar-plus:before{content:""}.fi-ss-calendar-salary:before{content:""}.fi-ss-calendar-shift-swap:before{content:""}.fi-ss-calendar-star:before{content:""}.fi-ss-calendar-swap:before{content:""}.fi-ss-calendar-update:before{content:""}.fi-ss-calendar-week:before{content:""}.fi-ss-calendar-xmark:before{content:""}.fi-ss-calendars:before{content:""}.fi-ss-call-duration:before{content:""}.fi-ss-call-forbidden:before{content:""}.fi-ss-call-history:before{content:""}.fi-ss-call-incoming:before{content:""}.fi-ss-call-missed:before{content:""}.fi-ss-call-outgoing:before{content:""}.fi-ss-camcorder:before{content:""}.fi-ss-camera:before{content:""}.fi-ss-camera-cctv:before{content:""}.fi-ss-camera-movie:before{content:""}.fi-ss-camera-retro:before{content:""}.fi-ss-camera-rotate:before{content:""}.fi-ss-camera-security:before{content:""}.fi-ss-camera-slash:before{content:""}.fi-ss-camera-viewfinder:before{content:""}.fi-ss-campfire:before{content:""}.fi-ss-camping:before{content:""}.fi-ss-can-food:before{content:""}.fi-ss-candle-holder:before{content:""}.fi-ss-candle-lotus-yoga:before{content:""}.fi-ss-candle-pose-yoga:before{content:""}.fi-ss-candy:before{content:""}.fi-ss-candy-alt:before{content:""}.fi-ss-candy-bar:before{content:""}.fi-ss-candy-cane:before{content:""}.fi-ss-candy-corn:before{content:""}.fi-ss-candy-sweet:before{content:""}.fi-ss-Cannabis:before{content:""}.fi-ss-canned-food:before{content:""}.fi-ss-cannon:before{content:""}.fi-ss-capsules:before{content:""}.fi-ss-car:before{content:""}.fi-ss-car-alt:before{content:""}.fi-ss-car-battery:before{content:""}.fi-ss-car-bolt:before{content:""}.fi-ss-car-building:before{content:""}.fi-ss-car-bump:before{content:""}.fi-ss-car-bus:before{content:""}.fi-ss-car-circle-bolt:before{content:""}.fi-ss-car-crash:before{content:""}.fi-ss-car-garage:before{content:""}.fi-ss-car-journey:before{content:""}.fi-ss-car-mechanic:before{content:""}.fi-ss-car-rear:before{content:""}.fi-ss-car-side:before{content:""}.fi-ss-car-side-bolt:before{content:""}.fi-ss-car-tilt:before{content:""}.fi-ss-car-tunnel:before{content:""}.fi-ss-car-wash:before{content:""}.fi-ss-caravan:before{content:""}.fi-ss-caravan-alt:before{content:""}.fi-ss-carbon-cloud:before{content:""}.fi-ss-carbon-cloud-arrow-down:before{content:""}.fi-ss-carbon-footprint:before{content:""}.fi-ss-card-club:before{content:""}.fi-ss-card-diamond:before{content:""}.fi-ss-card-heart:before{content:""}.fi-ss-card-spade:before{content:""}.fi-ss-cardinal-compass:before{content:""}.fi-ss-cards-blank:before{content:""}.fi-ss-career-growth:before{content:""}.fi-ss-career-path:before{content:""}.fi-ss-caret-circle-down:before{content:""}.fi-ss-caret-circle-right:before{content:""}.fi-ss-caret-circle-up:before{content:""}.fi-ss-caret-down:before{content:""}.fi-ss-caret-left:before{content:""}.fi-ss-caret-quare-up:before{content:""}.fi-ss-caret-right:before{content:""}.fi-ss-caret-square-down:before{content:""}.fi-ss-caret-square-left:before{content:""}.fi-ss-caret-square-left_1:before{content:""}.fi-ss-caret-square-right:before{content:""}.fi-ss-caret-up:before{content:""}.fi-ss-carrot:before{content:""}.fi-ss-cars:before{content:""}.fi-ss-cars-crash:before{content:""}.fi-ss-cart-arrow-down:before{content:""}.fi-ss-cart-minus:before{content:""}.fi-ss-cart-shopping-fast:before{content:""}.fi-ss-case-study:before{content:""}.fi-ss-cash-register:before{content:""}.fi-ss-cassette-tape:before{content:""}.fi-ss-cassette-vhs:before{content:""}.fi-ss-castle:before{content:""}.fi-ss-cat:before{content:""}.fi-ss-cat-dog:before{content:""}.fi-ss-cat-head:before{content:""}.fi-ss-cat-space:before{content:""}.fi-ss-catalog:before{content:""}.fi-ss-catalog-alt:before{content:""}.fi-ss-catalog-magazine:before{content:""}.fi-ss-category:before{content:""}.fi-ss-category-alt:before{content:""}.fi-ss-cauldron:before{content:""}.fi-ss-cedi-sign:before{content:""}.fi-ss-cello:before{content:""}.fi-ss-cent-sign:before{content:""}.fi-ss-chair:before{content:""}.fi-ss-chair-director:before{content:""}.fi-ss-chair-office:before{content:""}.fi-ss-chalkboard:before{content:""}.fi-ss-chalkboard-user:before{content:""}.fi-ss-challenge:before{content:""}.fi-ss-challenge-alt:before{content:""}.fi-ss-channel:before{content:""}.fi-ss-charging-station:before{content:""}.fi-ss-chart-area:before{content:""}.fi-ss-chart-bar-holding-hand:before{content:""}.fi-ss-chart-bullet:before{content:""}.fi-ss-chart-candlestick:before{content:""}.fi-ss-chart-connected:before{content:""}.fi-ss-chart-gantt:before{content:""}.fi-ss-chart-histogram:before{content:""}.fi-ss-chart-kanban:before{content:""}.fi-ss-chart-line-up:before{content:""}.fi-ss-chart-line-up-down:before{content:""}.fi-ss-chart-mixed:before{content:""}.fi-ss-chart-mixed-up-circle-currency:before{content:""}.fi-ss-chart-mixed-up-circle-dollar:before{content:""}.fi-ss-chart-network:before{content:""}.fi-ss-chart-pie:before{content:""}.fi-ss-chart-pie-alt:before{content:""}.fi-ss-chart-pie-simple-circle-currency:before{content:""}.fi-ss-chart-pie-simple-circle-dollar:before{content:""}.fi-ss-chart-pyramid:before{content:""}.fi-ss-chart-radar:before{content:""}.fi-ss-chart-scatter:before{content:""}.fi-ss-chart-scatter-3d:before{content:""}.fi-ss-chart-scatter-bubble:before{content:""}.fi-ss-chart-set-theory:before{content:""}.fi-ss-chart-simple:before{content:""}.fi-ss-chart-simple-horizontal:before{content:""}.fi-ss-chart-tree:before{content:""}.fi-ss-chart-tree-map:before{content:""}.fi-ss-chart-user:before{content:""}.fi-ss-chart-waterfall:before{content:""}.fi-ss-chat-arrow-down:before{content:""}.fi-ss-chat-arrow-grow:before{content:""}.fi-ss-chat-bubble-call:before{content:""}.fi-ss-chatbot:before{content:""}.fi-ss-chatbot-speech-bubble:before{content:""}.fi-ss-cheap:before{content:""}.fi-ss-cheap-bill:before{content:""}.fi-ss-cheap-dollar:before{content:""}.fi-ss-cheap-stack:before{content:""}.fi-ss-cheap-stack-dollar:before{content:""}.fi-ss-check:before{content:""}.fi-ss-check-circle:before{content:""}.fi-ss-check-double:before{content:""}.fi-ss-check-in-calendar:before{content:""}.fi-ss-check-out-calendar:before{content:""}.fi-ss-checkbox:before{content:""}.fi-ss-checklist-task-budget:before{content:""}.fi-ss-cheese:before{content:""}.fi-ss-cheese-alt:before{content:""}.fi-ss-cheeseburger:before{content:""}.fi-ss-cherry:before{content:""}.fi-ss-chess:before{content:""}.fi-ss-chess-bishop:before{content:""}.fi-ss-chess-board:before{content:""}.fi-ss-chess-clock:before{content:""}.fi-ss-chess-clock-alt:before{content:""}.fi-ss-chess-king:before{content:""}.fi-ss-chess-king-alt:before{content:""}.fi-ss-chess-knight:before{content:""}.fi-ss-chess-knight-alt:before{content:""}.fi-ss-chess-pawn:before{content:""}.fi-ss-chess-pawn-alt:before{content:""}.fi-ss-chess-piece:before{content:""}.fi-ss-chess-queen:before{content:""}.fi-ss-chess-queen-alt:before{content:""}.fi-ss-chess-rook:before{content:""}.fi-ss-chess-rook-alt:before{content:""}.fi-ss-chevron-double-down:before{content:""}.fi-ss-chevron-double-up:before{content:""}.fi-ss-child:before{content:""}.fi-ss-child-head:before{content:""}.fi-ss-chimney:before{content:""}.fi-ss-chip:before{content:""}.fi-ss-chocolate:before{content:""}.fi-ss-choir-singing:before{content:""}.fi-ss-choose:before{content:""}.fi-ss-choose-alt:before{content:""}.fi-ss-church:before{content:""}.fi-ss-circle:before{content:""}.fi-ss-circle-0:before{content:""}.fi-ss-circle-1:before{content:""}.fi-ss-circle-2:before{content:""}.fi-ss-circle-3:before{content:""}.fi-ss-circle-4:before{content:""}.fi-ss-circle-5:before{content:""}.fi-ss-circle-6:before{content:""}.fi-ss-circle-7:before{content:""}.fi-ss-circle-8:before{content:""}.fi-ss-circle-9:before{content:""}.fi-ss-circle-a:before{content:""}.fi-ss-circle-b:before{content:""}.fi-ss-circle-bolt:before{content:""}.fi-ss-circle-book-open:before{content:""}.fi-ss-circle-bookmark:before{content:""}.fi-ss-circle-c:before{content:""}.fi-ss-circle-calendar:before{content:""}.fi-ss-circle-camera:before{content:""}.fi-ss-circle-d:before{content:""}.fi-ss-circle-dashed:before{content:""}.fi-ss-circle-divide:before{content:""}.fi-ss-circle-e:before{content:""}.fi-ss-circle-ellipsis:before{content:""}.fi-ss-circle-ellipsis-vertical:before{content:""}.fi-ss-circle-envelope:before{content:""}.fi-ss-circle-exclamation-check:before{content:""}.fi-ss-circle-f:before{content:""}.fi-ss-circle-g:before{content:""}.fi-ss-circle-h:before{content:""}.fi-ss-circle-half:before{content:""}.fi-ss-circle-half-stroke:before{content:""}.fi-ss-circle-heart:before{content:""}.fi-ss-circle-i:before{content:""}.fi-ss-circle-j:before{content:""}.fi-ss-circle-k:before{content:""}.fi-ss-circle-l:before{content:""}.fi-ss-circle-m:before{content:""}.fi-ss-circle-microphone:before{content:""}.fi-ss-circle-microphone-lines:before{content:""}.fi-ss-circle-n:before{content:""}.fi-ss-circle-nodes:before{content:""}.fi-ss-circle-o:before{content:""}.fi-ss-circle-overlap:before{content:""}.fi-ss-circle-p:before{content:""}.fi-ss-circle-phone:before{content:""}.fi-ss-circle-phone-flip:before{content:""}.fi-ss-circle-phone-hangup:before{content:""}.fi-ss-circle-q:before{content:""}.fi-ss-circle-quarter:before{content:""}.fi-ss-circle-quarters-alt:before{content:""}.fi-ss-circle-r:before{content:""}.fi-ss-circle-s:before{content:""}.fi-ss-circle-small:before{content:""}.fi-ss-circle-star:before{content:""}.fi-ss-circle-t:before{content:""}.fi-ss-circle-three-quarters:before{content:""}.fi-ss-circle-trash:before{content:""}.fi-ss-circle-u:before{content:""}.fi-ss-circle-user:before{content:""}.fi-ss-circle-v:before{content:""}.fi-ss-circle-video:before{content:""}.fi-ss-circle-w:before{content:""}.fi-ss-circle-waveform-lines:before{content:""}.fi-ss-circle-wifi-circle-wifi:before{content:""}.fi-ss-circle-x:before{content:""}.fi-ss-circle-xmark:before{content:""}.fi-ss-circle-y:before{content:""}.fi-ss-circle-z:before{content:""}.fi-ss-citrus:before{content:""}.fi-ss-citrus-slice:before{content:""}.fi-ss-city:before{content:""}.fi-ss-clapper-open:before{content:""}.fi-ss-clapperboard:before{content:""}.fi-ss-clapperboard-play:before{content:""}.fi-ss-clarinet:before{content:""}.fi-ss-claw-marks:before{content:""}.fi-ss-clear-alt:before{content:""}.fi-ss-clip:before{content:""}.fi-ss-clip-file:before{content:""}.fi-ss-clip-mail:before{content:""}.fi-ss-clipboard:before{content:""}.fi-ss-clipboard-check:before{content:""}.fi-ss-clipboard-exclamation:before{content:""}.fi-ss-clipboard-list:before{content:""}.fi-ss-clipboard-list-check:before{content:""}.fi-ss-clipboard-prescription:before{content:""}.fi-ss-clipboard-question:before{content:""}.fi-ss-clipboard-user:before{content:""}.fi-ss-clipoard-wrong:before{content:""}.fi-ss-clock:before{content:""}.fi-ss-clock-desk:before{content:""}.fi-ss-clock-eight-thirty:before{content:""}.fi-ss-clock-eleven:before{content:""}.fi-ss-clock-eleven-thirty:before{content:""}.fi-ss-clock-five:before{content:""}.fi-ss-clock-five-thirty:before{content:""}.fi-ss-clock-four-thirty:before{content:""}.fi-ss-clock-future-past:before{content:""}.fi-ss-clock-nine:before{content:""}.fi-ss-clock-nine-thirty:before{content:""}.fi-ss-clock-one:before{content:""}.fi-ss-clock-one-thirty:before{content:""}.fi-ss-clock-seven:before{content:""}.fi-ss-clock-seven-thirty:before{content:""}.fi-ss-clock-six:before{content:""}.fi-ss-clock-six-thirty:before{content:""}.fi-ss-clock-ten:before{content:""}.fi-ss-clock-ten-thirty:before{content:""}.fi-ss-clock-three:before{content:""}.fi-ss-clock-three-thirty:before{content:""}.fi-ss-clock-time-tracking:before{content:""}.fi-ss-clock-twelve:before{content:""}.fi-ss-clock-twelve-thirty:before{content:""}.fi-ss-clock-two:before{content:""}.fi-ss-clock-two-thirty:before{content:""}.fi-ss-clock-up-arrow:before{content:""}.fi-ss-clone:before{content:""}.fi-ss-closed-captioning-slash:before{content:""}.fi-ss-clothes-hanger:before{content:""}.fi-ss-clothing-rack:before{content:""}.fi-ss-cloud:before{content:""}.fi-ss-cloud-back-up:before{content:""}.fi-ss-cloud-back-up-alt:before{content:""}.fi-ss-cloud-check:before{content:""}.fi-ss-cloud-code:before{content:""}.fi-ss-cloud-data:before{content:""}.fi-ss-cloud-disabled:before{content:""}.fi-ss-cloud-download:before{content:""}.fi-ss-cloud-download-alt:before{content:""}.fi-ss-cloud-download-circle:before{content:""}.fi-ss-cloud-drizzle:before{content:""}.fi-ss-cloud-exclamation:before{content:""}.fi-ss-cloud-gear-automation:before{content:""}.fi-ss-cloud-hail:before{content:""}.fi-ss-cloud-hail-mixed:before{content:""}.fi-ss-cloud-lock:before{content:""}.fi-ss-cloud-meatball:before{content:""}.fi-ss-cloud-moon:before{content:""}.fi-ss-cloud-moon-rain:before{content:""}.fi-ss-cloud-question:before{content:""}.fi-ss-cloud-rain:before{content:""}.fi-ss-cloud-rainbow:before{content:""}.fi-ss-cloud-share:before{content:""}.fi-ss-cloud-showers:before{content:""}.fi-ss-cloud-showers-heavy:before{content:""}.fi-ss-cloud-showers-water:before{content:""}.fi-ss-cloud-sleet:before{content:""}.fi-ss-cloud-snow:before{content:""}.fi-ss-cloud-sun:before{content:""}.fi-ss-cloud-sun-rain:before{content:""}.fi-ss-cloud-upload:before{content:""}.fi-ss-cloud-upload-alt:before{content:""}.fi-ss-cloud-upload-circle:before{content:""}.fi-ss-clouds:before{content:""}.fi-ss-clouds-moon:before{content:""}.fi-ss-clouds-sun:before{content:""}.fi-ss-clover-alt:before{content:""}.fi-ss-club:before{content:""}.fi-ss-cocktail:before{content:""}.fi-ss-cocktail-alt:before{content:""}.fi-ss-coconut:before{content:""}.fi-ss-code-branch:before{content:""}.fi-ss-code-commit:before{content:""}.fi-ss-code-compare:before{content:""}.fi-ss-code-fork:before{content:""}.fi-ss-code-merge:before{content:""}.fi-ss-code-pull-request:before{content:""}.fi-ss-code-pull-request-closed:before{content:""}.fi-ss-code-pull-request-draft:before{content:""}.fi-ss-code-simple:before{content:""}.fi-ss-coffee:before{content:""}.fi-ss-coffee-bean:before{content:""}.fi-ss-coffee-beans:before{content:""}.fi-ss-coffee-heart:before{content:""}.fi-ss-coffee-maker:before{content:""}.fi-ss-coffee-pot:before{content:""}.fi-ss-coffin:before{content:""}.fi-ss-coffin-cross:before{content:""}.fi-ss-coin:before{content:""}.fi-ss-coin-up-arrow:before{content:""}.fi-ss-coins:before{content:""}.fi-ss-colon-sign:before{content:""}.fi-ss-columns-3:before{content:""}.fi-ss-comet:before{content:""}.fi-ss-command:before{content:""}.fi-ss-comment:before{content:""}.fi-ss-comment-alt:before{content:""}.fi-ss-comment-alt-check:before{content:""}.fi-ss-comment-alt-dots:before{content:""}.fi-ss-comment-alt-edit:before{content:""}.fi-ss-comment-alt-medical:before{content:""}.fi-ss-comment-alt-middle:before{content:""}.fi-ss-comment-alt-middle-top:before{content:""}.fi-ss-comment-alt-minus:before{content:""}.fi-ss-comment-alt-music:before{content:""}.fi-ss-comment-arrow-down:before{content:""}.fi-ss-comment-arrow-up:before{content:""}.fi-ss-comment-arrow-up-right:before{content:""}.fi-ss-comment-check:before{content:""}.fi-ss-comment-code:before{content:""}.fi-ss-comment-dollar:before{content:""}.fi-ss-comment-dots:before{content:""}.fi-ss-comment-exclamation:before{content:""}.fi-ss-comment-heart:before{content:""}.fi-ss-comment-image:before{content:""}.fi-ss-comment-info:before{content:""}.fi-ss-comment-medical:before{content:""}.fi-ss-comment-minus:before{content:""}.fi-ss-comment-pen:before{content:""}.fi-ss-comment-question:before{content:""}.fi-ss-comment-quote:before{content:""}.fi-ss-comment-slash:before{content:""}.fi-ss-comment-smile:before{content:""}.fi-ss-comment-sms:before{content:""}.fi-ss-comment-text:before{content:""}.fi-ss-comment-user:before{content:""}.fi-ss-comment-xmark:before{content:""}.fi-ss-comments:before{content:""}.fi-ss-comments-dollar:before{content:""}.fi-ss-comments-question:before{content:""}.fi-ss-comments-question-check:before{content:""}.fi-ss-compass-alt:before{content:""}.fi-ss-compass-east:before{content:""}.fi-ss-compass-north:before{content:""}.fi-ss-compass-slash:before{content:""}.fi-ss-compass-south:before{content:""}.fi-ss-compass-west:before{content:""}.fi-ss-completed:before{content:""}.fi-ss-compliance:before{content:""}.fi-ss-compliance-clipboard:before{content:""}.fi-ss-compliance-document:before{content:""}.fi-ss-compress:before{content:""}.fi-ss-compress-alt:before{content:""}.fi-ss-computer:before{content:""}.fi-ss-computer-classic:before{content:""}.fi-ss-computer-mouse:before{content:""}.fi-ss-computer-speaker:before{content:""}.fi-ss-concierge-bell:before{content:""}.fi-ss-condition:before{content:""}.fi-ss-condition-alt:before{content:""}.fi-ss-confetti:before{content:""}.fi-ss-confidential-discussion:before{content:""}.fi-ss-console-controller:before{content:""}.fi-ss-constellation:before{content:""}.fi-ss-contact-lens-eyes:before{content:""}.fi-ss-container-storage:before{content:""}.fi-ss-convert-document:before{content:""}.fi-ss-convert-shapes:before{content:""}.fi-ss-conveyor-belt:before{content:""}.fi-ss-conveyor-belt-alt:before{content:""}.fi-ss-conveyor-belt-arm:before{content:""}.fi-ss-conveyor-belt-empty:before{content:""}.fi-ss-cookie:before{content:""}.fi-ss-cookie-alt:before{content:""}.fi-ss-copy:before{content:""}.fi-ss-copy-alt:before{content:""}.fi-ss-copy-image:before{content:""}.fi-ss-copyright:before{content:""}.fi-ss-corn:before{content:""}.fi-ss-corporate:before{content:""}.fi-ss-corporate-alt:before{content:""}.fi-ss-couch:before{content:""}.fi-ss-court-sport:before{content:""}.fi-ss-cow:before{content:""}.fi-ss-cow-alt:before{content:""}.fi-ss-cowbell:before{content:""}.fi-ss-cowbell-circle-plus:before{content:""}.fi-ss-cowbell-more:before{content:""}.fi-ss-crab:before{content:""}.fi-ss-crate-empty:before{content:""}.fi-ss-cream:before{content:""}.fi-ss-credit-card:before{content:""}.fi-ss-credit-card-buyer:before{content:""}.fi-ss-credit-card-eye:before{content:""}.fi-ss-cricket:before{content:""}.fi-ss-CRM:before{content:""}.fi-ss-crm-alt:before{content:""}.fi-ss-crm-computer:before{content:""}.fi-ss-croissant:before{content:""}.fi-ss-cross:before{content:""}.fi-ss-cross-circle:before{content:""}.fi-ss-cross-religion:before{content:""}.fi-ss-cross-small:before{content:""}.fi-ss-crow:before{content:""}.fi-ss-crown:before{content:""}.fi-ss-crutch:before{content:""}.fi-ss-crutches:before{content:""}.fi-ss-cruzeiro-sign:before{content:""}.fi-ss-crypto-calendar:before{content:""}.fi-ss-cryptocurrency:before{content:""}.fi-ss-crystal-ball:before{content:""}.fi-ss-cube:before{content:""}.fi-ss-cubes:before{content:""}.fi-ss-cubes-stacked:before{content:""}.fi-ss-cucumber:before{content:""}.fi-ss-cup-straw:before{content:""}.fi-ss-cup-straw-swoosh:before{content:""}.fi-ss-cup-togo:before{content:""}.fi-ss-cupcake:before{content:""}.fi-ss-cupcake-alt:before{content:""}.fi-ss-curling:before{content:""}.fi-ss-cursor:before{content:""}.fi-ss-cursor-finger:before{content:""}.fi-ss-cursor-plus:before{content:""}.fi-ss-cursor-text:before{content:""}.fi-ss-cursor-text-alt:before{content:""}.fi-ss-curve:before{content:""}.fi-ss-curve-alt:before{content:""}.fi-ss-curve-arrow:before{content:""}.fi-ss-custard:before{content:""}.fi-ss-customer-care:before{content:""}.fi-ss-customer-service:before{content:""}.fi-ss-customization:before{content:""}.fi-ss-customization-cogwheel:before{content:""}.fi-ss-customize:before{content:""}.fi-ss-customize-computer:before{content:""}.fi-ss-customize-edit:before{content:""}.fi-ss-CV:before{content:""}.fi-ss-cvv-card:before{content:""}.fi-ss-d:before{content:""}.fi-ss-dagger:before{content:""}.fi-ss-daily-calendar:before{content:""}.fi-ss-daisy:before{content:""}.fi-ss-daisy-alt:before{content:""}.fi-ss-damage:before{content:""}.fi-ss-dark-mode:before{content:""}.fi-ss-dark-mode-alt:before{content:""}.fi-ss-dart:before{content:""}.fi-ss-dashboard:before{content:""}.fi-ss-dashboard-monitor:before{content:""}.fi-ss-dashboard-panel:before{content:""}.fi-ss-data-transfer:before{content:""}.fi-ss-database:before{content:""}.fi-ss-database-cloud-circle:before{content:""}.fi-ss-debt:before{content:""}.fi-ss-decision-choice:before{content:""}.fi-ss-deer:before{content:""}.fi-ss-deer-rudolph:before{content:""}.fi-ss-degree-credential:before{content:""}.fi-ss-delete:before{content:""}.fi-ss-delete-document:before{content:""}.fi-ss-delete-right:before{content:""}.fi-ss-delete-user:before{content:""}.fi-ss-democrat:before{content:""}.fi-ss-department:before{content:""}.fi-ss-department-structure:before{content:""}.fi-ss-deposit:before{content:""}.fi-ss-deposit-alt:before{content:""}.fi-ss-description:before{content:""}.fi-ss-description-alt:before{content:""}.fi-ss-desk:before{content:""}.fi-ss-desktop-arrow-down:before{content:""}.fi-ss-desktop-wallpaper:before{content:""}.fi-ss-detergent:before{content:""}.fi-ss-devices:before{content:""}.fi-ss-dewpoint:before{content:""}.fi-ss-dharmachakra:before{content:""}.fi-ss-diagram-cells:before{content:""}.fi-ss-diagram-lean-canvas:before{content:""}.fi-ss-diagram-nested:before{content:""}.fi-ss-diagram-next:before{content:""}.fi-ss-diagram-predecessor:before{content:""}.fi-ss-diagram-previous:before{content:""}.fi-ss-diagram-project:before{content:""}.fi-ss-diagram-sankey:before{content:""}.fi-ss-diagram-subtask:before{content:""}.fi-ss-diagram-successor:before{content:""}.fi-ss-diagram-venn:before{content:""}.fi-ss-dial:before{content:""}.fi-ss-dial-high:before{content:""}.fi-ss-dial-low:before{content:""}.fi-ss-dial-max:before{content:""}.fi-ss-dial-med:before{content:""}.fi-ss-dial-med-low:before{content:""}.fi-ss-dial-min:before{content:""}.fi-ss-dial-off:before{content:""}.fi-ss-dialogue-exchange:before{content:""}.fi-ss-diamond:before{content:""}.fi-ss-diamond-exclamation:before{content:""}.fi-ss-diamond-turn-right:before{content:""}.fi-ss-diary-bookmark-down:before{content:""}.fi-ss-diary-bookmarks:before{content:""}.fi-ss-diary-clasp:before{content:""}.fi-ss-dice:before{content:""}.fi-ss-dice-alt:before{content:""}.fi-ss-dice-d10:before{content:""}.fi-ss-dice-d12:before{content:""}.fi-ss-dice-d20:before{content:""}.fi-ss-dice-d4:before{content:""}.fi-ss-dice-d6:before{content:""}.fi-ss-dice-d8:before{content:""}.fi-ss-dice-four:before{content:""}.fi-ss-dice-one:before{content:""}.fi-ss-dice-six:before{content:""}.fi-ss-dice-three:before{content:""}.fi-ss-dice-two:before{content:""}.fi-ss-dictionary:before{content:""}.fi-ss-dictionary-alt:before{content:""}.fi-ss-dictionary-open:before{content:""}.fi-ss-digging:before{content:""}.fi-ss-digital-payment:before{content:""}.fi-ss-digital-tachograph:before{content:""}.fi-ss-digital-wallet:before{content:""}.fi-ss-dinner:before{content:""}.fi-ss-diploma:before{content:""}.fi-ss-direction-signal:before{content:""}.fi-ss-direction-signal-arrow:before{content:""}.fi-ss-disc-drive:before{content:""}.fi-ss-discover:before{content:""}.fi-ss-discussion-group:before{content:""}.fi-ss-discussion-idea:before{content:""}.fi-ss-disease:before{content:""}.fi-ss-disk:before{content:""}.fi-ss-display-arrow-down:before{content:""}.fi-ss-display-chart-up:before{content:""}.fi-ss-display-code:before{content:""}.fi-ss-display-medical:before{content:""}.fi-ss-display-slash:before{content:""}.fi-ss-distribute-spacing-horizontal:before{content:""}.fi-ss-distribute-spacing-vertical:before{content:""}.fi-ss-divide:before{content:""}.fi-ss-dizzy:before{content:""}.fi-ss-dj-disc:before{content:""}.fi-ss-dna:before{content:""}.fi-ss-do-not-disturb:before{content:""}.fi-ss-do-not-disturb-doorknob:before{content:""}.fi-ss-do-not-enter:before{content:""}.fi-ss-doctor:before{content:""}.fi-ss-document:before{content:""}.fi-ss-document-circle-wrong:before{content:""}.fi-ss-document-folder-gear:before{content:""}.fi-ss-document-gavel:before{content:""}.fi-ss-document-gear:before{content:""}.fi-ss-document-nft:before{content:""}.fi-ss-document-paid:before{content:""}.fi-ss-document-signed:before{content:""}.fi-ss-dog:before{content:""}.fi-ss-dog-bowl-empty:before{content:""}.fi-ss-dog-leashed:before{content:""}.fi-ss-dollar:before{content:""}.fi-ss-dolly-flatbed:before{content:""}.fi-ss-dolly-flatbed-alt:before{content:""}.fi-ss-dolly-flatbed-empty:before{content:""}.fi-ss-dolphin:before{content:""}.fi-ss-domino-effect:before{content:""}.fi-ss-donate:before{content:""}.fi-ss-dong-sign:before{content:""}.fi-ss-donut:before{content:""}.fi-ss-door-closed:before{content:""}.fi-ss-door-open:before{content:""}.fi-ss-dorm-room:before{content:""}.fi-ss-dot-circle:before{content:""}.fi-ss-dot-pending:before{content:""}.fi-ss-dove:before{content:""}.fi-ss-down:before{content:""}.fi-ss-down-from-bracket:before{content:""}.fi-ss-down-left:before{content:""}.fi-ss-down-left-and-up-right-to-center:before{content:""}.fi-ss-down-right:before{content:""}.fi-ss-down-to-line:before{content:""}.fi-ss-download:before{content:""}.fi-ss-drafting-compass:before{content:""}.fi-ss-dragon:before{content:""}.fi-ss-draw-polygon:before{content:""}.fi-ss-draw-square:before{content:""}.fi-ss-drawer:before{content:""}.fi-ss-drawer-alt:before{content:""}.fi-ss-drawer-empty:before{content:""}.fi-ss-dreidel:before{content:""}.fi-ss-dress:before{content:""}.fi-ss-drink-alt:before{content:""}.fi-ss-driver-man:before{content:""}.fi-ss-driver-woman:before{content:""}.fi-ss-drone:before{content:""}.fi-ss-drone-alt:before{content:""}.fi-ss-drone-front:before{content:""}.fi-ss-drop-down:before{content:""}.fi-ss-dropdown:before{content:""}.fi-ss-dropdown-bar:before{content:""}.fi-ss-dropdown-select:before{content:""}.fi-ss-drum:before{content:""}.fi-ss-drum-steelpan:before{content:""}.fi-ss-drumstick:before{content:""}.fi-ss-drumstick-bite:before{content:""}.fi-ss-dryer:before{content:""}.fi-ss-dryer-alt:before{content:""}.fi-ss-duck:before{content:""}.fi-ss-dumbbell-fitness:before{content:""}.fi-ss-dumbbell-horizontal:before{content:""}.fi-ss-dumbbell-ray:before{content:""}.fi-ss-dumbbell-weightlifting:before{content:""}.fi-ss-dumpster:before{content:""}.fi-ss-dumpster-fire:before{content:""}.fi-ss-dungeon:before{content:""}.fi-ss-duplicate:before{content:""}.fi-ss-duration:before{content:""}.fi-ss-duration-alt:before{content:""}.fi-ss-e:before{content:""}.fi-ss-e-learning:before{content:""}.fi-ss-ear:before{content:""}.fi-ss-ear-deaf:before{content:""}.fi-ss-ear-muffs:before{content:""}.fi-ss-ear-sound:before{content:""}.fi-ss-earbuds:before{content:""}.fi-ss-earnings:before{content:""}.fi-ss-earth-africa:before{content:""}.fi-ss-earth-americas:before{content:""}.fi-ss-earth-asia:before{content:""}.fi-ss-earth-europa:before{content:""}.fi-ss-eclipse:before{content:""}.fi-ss-eclipse-alt:before{content:""}.fi-ss-eco-electric:before{content:""}.fi-ss-edit:before{content:""}.fi-ss-edit-alt:before{content:""}.fi-ss-edit-message:before{content:""}.fi-ss-effect:before{content:""}.fi-ss-egg:before{content:""}.fi-ss-egg-fried:before{content:""}.fi-ss-eiffel-tower:before{content:""}.fi-ss-eject:before{content:""}.fi-ss-elephant:before{content:""}.fi-ss-elevator:before{content:""}.fi-ss-email-pending:before{content:""}.fi-ss-email-refresh:before{content:""}.fi-ss-emergency-call:before{content:""}.fi-ss-employee-alt:before{content:""}.fi-ss-employee-handbook:before{content:""}.fi-ss-employee-man:before{content:""}.fi-ss-employee-man-alt:before{content:""}.fi-ss-employees:before{content:""}.fi-ss-employees-woman-man:before{content:""}.fi-ss-empty-set:before{content:""}.fi-ss-endless-loop:before{content:""}.fi-ss-engine:before{content:""}.fi-ss-engine-warning:before{content:""}.fi-ss-english:before{content:""}.fi-ss-enter:before{content:""}.fi-ss-entertainment:before{content:""}.fi-ss-envelope:before{content:""}.fi-ss-envelope-ban:before{content:""}.fi-ss-envelope-bulk:before{content:""}.fi-ss-envelope-dot:before{content:""}.fi-ss-envelope-download:before{content:""}.fi-ss-envelope-heart:before{content:""}.fi-ss-envelope-marker:before{content:""}.fi-ss-envelope-open:before{content:""}.fi-ss-envelope-open-dollar:before{content:""}.fi-ss-envelope-open-text:before{content:""}.fi-ss-envelope-plus:before{content:""}.fi-ss-envelopes:before{content:""}.fi-ss-equality:before{content:""}.fi-ss-equals:before{content:""}.fi-ss-equestrian-statue:before{content:""}.fi-ss-equipment:before{content:""}.fi-ss-eraser:before{content:""}.fi-ss-error-camera:before{content:""}.fi-ss-escalator:before{content:""}.fi-ss-ethernet:before{content:""}.fi-ss-euro:before{content:""}.fi-ss-europe-flag:before{content:""}.fi-ss-europe-map:before{content:""}.fi-ss-european-union:before{content:""}.fi-ss-excavator:before{content:""}.fi-ss-exchange:before{content:""}.fi-ss-exchange-alt:before{content:""}.fi-ss-exchange-cryptocurrency:before{content:""}.fi-ss-exclamation:before{content:""}.fi-ss-exit:before{content:""}.fi-ss-exit-alt:before{content:""}.fi-ss-expand:before{content:""}.fi-ss-expand-arrows:before{content:""}.fi-ss-expand-arrows-alt:before{content:""}.fi-ss-expense:before{content:""}.fi-ss-expense-bill:before{content:""}.fi-ss-explosion:before{content:""}.fi-ss-external-hard-drive:before{content:""}.fi-ss-external-world:before{content:""}.fi-ss-eye:before{content:""}.fi-ss-eye-alert:before{content:""}.fi-ss-eye-arrow-progress:before{content:""}.fi-ss-eye-crossed:before{content:""}.fi-ss-eye-dropper-half:before{content:""}.fi-ss-eyes:before{content:""}.fi-ss-f:before{content:""}.fi-ss-fabric:before{content:""}.fi-ss-face-angry-horns:before{content:""}.fi-ss-face-anguished:before{content:""}.fi-ss-face-anxious-sweat:before{content:""}.fi-ss-face-astonished:before{content:""}.fi-ss-face-awesome:before{content:""}.fi-ss-face-beam-hand-over-mouth:before{content:""}.fi-ss-face-confounded:before{content:""}.fi-ss-face-confused:before{content:""}.fi-ss-face-cowboy-hat:before{content:""}.fi-ss-face-disappointed:before{content:""}.fi-ss-face-disguise:before{content:""}.fi-ss-face-downcast-sweat:before{content:""}.fi-ss-face-drooling:before{content:""}.fi-ss-face-explode:before{content:""}.fi-ss-face-expressionless:before{content:""}.fi-ss-face-eyes-xmarks:before{content:""}.fi-ss-face-fearful:before{content:""}.fi-ss-face-glasses:before{content:""}.fi-ss-face-grin-tongue-wink:before{content:""}.fi-ss-face-hand-yawn:before{content:""}.fi-ss-face-head-bandage:before{content:""}.fi-ss-face-hushed:before{content:""}.fi-ss-face-icicles:before{content:""}.fi-ss-face-lying:before{content:""}.fi-ss-face-mask:before{content:""}.fi-ss-face-monocle:before{content:""}.fi-ss-face-nauseated:before{content:""}.fi-ss-face-nose-steam:before{content:""}.fi-ss-face-party:before{content:""}.fi-ss-face-pensive:before{content:""}.fi-ss-face-persevering:before{content:""}.fi-ss-face-pleading:before{content:""}.fi-ss-face-raised-eyebrow:before{content:""}.fi-ss-face-relieved:before{content:""}.fi-ss-face-sad-sweat:before{content:""}.fi-ss-face-scream:before{content:""}.fi-ss-face-shush:before{content:""}.fi-ss-face-sleeping:before{content:""}.fi-ss-face-sleepy:before{content:""}.fi-ss-face-smile-halo:before{content:""}.fi-ss-face-smile-hearts:before{content:""}.fi-ss-face-smile-horns:before{content:""}.fi-ss-face-smile-tear:before{content:""}.fi-ss-face-smile-tongue:before{content:""}.fi-ss-face-smile-upside-down:before{content:""}.fi-ss-face-smiling-hands:before{content:""}.fi-ss-face-smirking:before{content:""}.fi-ss-face-sunglasses:before{content:""}.fi-ss-face-sunglasses-alt:before{content:""}.fi-ss-face-swear:before{content:""}.fi-ss-face-thermometer:before{content:""}.fi-ss-face-thinking:before{content:""}.fi-ss-face-tissue:before{content:""}.fi-ss-face-tongue-money:before{content:""}.fi-ss-face-tongue-sweat:before{content:""}.fi-ss-face-unamused:before{content:""}.fi-ss-face-viewfinder:before{content:""}.fi-ss-face-vomit:before{content:""}.fi-ss-face-weary:before{content:""}.fi-ss-face-woozy:before{content:""}.fi-ss-face-worried:before{content:""}.fi-ss-face-zany:before{content:""}.fi-ss-face-zipper:before{content:""}.fi-ss-facial-massage:before{content:""}.fi-ss-fail:before{content:""}.fi-ss-falafel:before{content:""}.fi-ss-family:before{content:""}.fi-ss-family-dress:before{content:""}.fi-ss-family-pants:before{content:""}.fi-ss-fan:before{content:""}.fi-ss-fan-table:before{content:""}.fi-ss-farfalle:before{content:""}.fi-ss-farm:before{content:""}.fi-ss-faucet:before{content:""}.fi-ss-faucet-drip:before{content:""}.fi-ss-fax:before{content:""}.fi-ss-feather:before{content:""}.fi-ss-feather-pointed:before{content:""}.fi-ss-features:before{content:""}.fi-ss-features-alt:before{content:""}.fi-ss-fee:before{content:""}.fi-ss-fee-receipt:before{content:""}.fi-ss-feedback:before{content:""}.fi-ss-feedback-alt:before{content:""}.fi-ss-feedback-cycle-loop:before{content:""}.fi-ss-feedback-hand:before{content:""}.fi-ss-feedback-review:before{content:""}.fi-ss-fence:before{content:""}.fi-ss-field-hockey:before{content:""}.fi-ss-fighter-jet:before{content:""}.fi-ss-file:before{content:""}.fi-ss-file-ai:before{content:""}.fi-ss-file-audio:before{content:""}.fi-ss-file-binary:before{content:""}.fi-ss-file-chart-line:before{content:""}.fi-ss-file-chart-pie:before{content:""}.fi-ss-file-circle-info:before{content:""}.fi-ss-file-cloud:before{content:""}.fi-ss-file-code:before{content:""}.fi-ss-file-csv:before{content:""}.fi-ss-file-download:before{content:""}.fi-ss-file-edit:before{content:""}.fi-ss-file-eps:before{content:""}.fi-ss-file-excel:before{content:""}.fi-ss-file-exclamation:before{content:""}.fi-ss-file-export:before{content:""}.fi-ss-file-image:before{content:""}.fi-ss-file-import:before{content:""}.fi-ss-file-invoice:before{content:""}.fi-ss-file-invoice-dollar:before{content:""}.fi-ss-file-loop:before{content:""}.fi-ss-file-medical:before{content:""}.fi-ss-file-medical-alt:before{content:""}.fi-ss-file-minus:before{content:""}.fi-ss-file-pdf:before{content:""}.fi-ss-file-powerpoint:before{content:""}.fi-ss-file-prescription:before{content:""}.fi-ss-file-psd:before{content:""}.fi-ss-file-question:before{content:""}.fi-ss-file-recycle:before{content:""}.fi-ss-file-signature:before{content:""}.fi-ss-file-spreadsheet:before{content:""}.fi-ss-file-upload:before{content:""}.fi-ss-file-user:before{content:""}.fi-ss-file-video:before{content:""}.fi-ss-file-word:before{content:""}.fi-ss-file-xls:before{content:""}.fi-ss-file-zip-alt:before{content:""}.fi-ss-file-zip-save:before{content:""}.fi-ss-file-zipper:before{content:""}.fi-ss-files-medical:before{content:""}.fi-ss-fill:before{content:""}.fi-ss-film:before{content:""}.fi-ss-film-canister:before{content:""}.fi-ss-film-slash:before{content:""}.fi-ss-films:before{content:""}.fi-ss-filter:before{content:""}.fi-ss-filter-list:before{content:""}.fi-ss-filter-slash:before{content:""}.fi-ss-filters:before{content:""}.fi-ss-finger-droplet:before{content:""}.fi-ss-finger-nail:before{content:""}.fi-ss-fingerprint:before{content:""}.fi-ss-fingerprint-remove:before{content:""}.fi-ss-fingerprint-security-risk:before{content:""}.fi-ss-fingerprint-verified:before{content:""}.fi-ss-fire-burner:before{content:""}.fi-ss-fire-extinguisher:before{content:""}.fi-ss-fire-flame-curved:before{content:""}.fi-ss-fire-flame-simple:before{content:""}.fi-ss-fire-hydrant:before{content:""}.fi-ss-fire-smoke:before{content:""}.fi-ss-fireplace:before{content:""}.fi-ss-first:before{content:""}.fi-ss-first-award:before{content:""}.fi-ss-first-laurel:before{content:""}.fi-ss-first-medal:before{content:""}.fi-ss-fish:before{content:""}.fi-ss-fish-bones:before{content:""}.fi-ss-fish-cooked:before{content:""}.fi-ss-fishing-rod:before{content:""}.fi-ss-fist-move:before{content:""}.fi-ss-fitness-watch:before{content:""}.fi-ss-flag:before{content:""}.fi-ss-flag-alt:before{content:""}.fi-ss-flag-checkered:before{content:""}.fi-ss-flag-usa:before{content:""}.fi-ss-flame:before{content:""}.fi-ss-flashlight:before{content:""}.fi-ss-flask:before{content:""}.fi-ss-flask-gear:before{content:""}.fi-ss-flask-poison:before{content:""}.fi-ss-flask-potion:before{content:""}.fi-ss-flatbread:before{content:""}.fi-ss-flatbread-stuffed:before{content:""}.fi-ss-flip-horizontal:before{content:""}.fi-ss-floor:before{content:""}.fi-ss-floor-alt:before{content:""}.fi-ss-floor-layer:before{content:""}.fi-ss-floppy-disk-circle-arrow-right:before{content:""}.fi-ss-floppy-disk-circle-xmark:before{content:""}.fi-ss-floppy-disk-pen:before{content:""}.fi-ss-floppy-disks:before{content:""}.fi-ss-florin-sign:before{content:""}.fi-ss-flowchart:before{content:""}.fi-ss-flower:before{content:""}.fi-ss-flower-butterfly:before{content:""}.fi-ss-flower-daffodil:before{content:""}.fi-ss-flower-tulip:before{content:""}.fi-ss-flushed:before{content:""}.fi-ss-flute:before{content:""}.fi-ss-flux-capacitor:before{content:""}.fi-ss-fly-insect:before{content:""}.fi-ss-flying-disc:before{content:""}.fi-ss-fm-radio:before{content:""}.fi-ss-fog:before{content:""}.fi-ss-folder:before{content:""}.fi-ss-folder-archive:before{content:""}.fi-ss-folder-camera:before{content:""}.fi-ss-folder-directory:before{content:""}.fi-ss-folder-download:before{content:""}.fi-ss-folder-fire:before{content:""}.fi-ss-folder-gear:before{content:""}.fi-ss-folder-heart:before{content:""}.fi-ss-folder-loop:before{content:""}.fi-ss-folder-math:before{content:""}.fi-ss-folder-minus:before{content:""}.fi-ss-folder-music:before{content:""}.fi-ss-folder-open:before{content:""}.fi-ss-folder-plus-circle:before{content:""}.fi-ss-folder-times:before{content:""}.fi-ss-folder-tree:before{content:""}.fi-ss-folder-upload:before{content:""}.fi-ss-folder-xmark:before{content:""}.fi-ss-folder-xmark-circle:before{content:""}.fi-ss-folders:before{content:""}.fi-ss-follow-folder:before{content:""}.fi-ss-followcollection:before{content:""}.fi-ss-following:before{content:""}.fi-ss-fondue-pot:before{content:""}.fi-ss-football:before{content:""}.fi-ss-footprint:before{content:""}.fi-ss-foreign-language-audio:before{content:""}.fi-ss-forest:before{content:""}.fi-ss-forest-alt:before{content:""}.fi-ss-fork:before{content:""}.fi-ss-fork-spaghetti:before{content:""}.fi-ss-forklift:before{content:""}.fi-ss-form:before{content:""}.fi-ss-fort:before{content:""}.fi-ss-forward:before{content:""}.fi-ss-forward-fast:before{content:""}.fi-ss-fox:before{content:""}.fi-ss-frame:before{content:""}.fi-ss-franc-sign:before{content:""}.fi-ss-free:before{content:""}.fi-ss-free-delivery:before{content:""}.fi-ss-freemium:before{content:""}.fi-ss-french:before{content:""}.fi-ss-french-fries:before{content:""}.fi-ss-friday:before{content:""}.fi-ss-frog:before{content:""}.fi-ss-frown:before{content:""}.fi-ss-ftp:before{content:""}.fi-ss-fuel-gauge:before{content:""}.fi-ss-function:before{content:""}.fi-ss-function-process:before{content:""}.fi-ss-function-square:before{content:""}.fi-ss-funnel-dollar:before{content:""}.fi-ss-funnel-money:before{content:""}.fi-ss-fusilli:before{content:""}.fi-ss-g:before{content:""}.fi-ss-galaxy:before{content:""}.fi-ss-galaxy-alt:before{content:""}.fi-ss-galaxy-planet:before{content:""}.fi-ss-galaxy-star:before{content:""}.fi-ss-gallery:before{content:""}.fi-ss-gallery-thumbnails:before{content:""}.fi-ss-game:before{content:""}.fi-ss-game-board-alt:before{content:""}.fi-ss-gamepad:before{content:""}.fi-ss-games:before{content:""}.fi-ss-garage:before{content:""}.fi-ss-garage-car:before{content:""}.fi-ss-garage-open:before{content:""}.fi-ss-garlic:before{content:""}.fi-ss-garlic-alt:before{content:""}.fi-ss-gas-pump:before{content:""}.fi-ss-gas-pump-alt:before{content:""}.fi-ss-gas-pump-slash:before{content:""}.fi-ss-gauge-circle-bolt:before{content:""}.fi-ss-gauge-circle-minus:before{content:""}.fi-ss-gauge-circle-plus:before{content:""}.fi-ss-gauze-bandage:before{content:""}.fi-ss-gavel:before{content:""}.fi-ss-gay-couple:before{content:""}.fi-ss-gears:before{content:""}.fi-ss-gem:before{content:""}.fi-ss-general:before{content:""}.fi-ss-german:before{content:""}.fi-ss-ghost:before{content:""}.fi-ss-gif:before{content:""}.fi-ss-gif-square:before{content:""}.fi-ss-gift:before{content:""}.fi-ss-gift-box-benefits:before{content:""}.fi-ss-gift-card:before{content:""}.fi-ss-gifts:before{content:""}.fi-ss-gingerbread-man:before{content:""}.fi-ss-glass:before{content:""}.fi-ss-glass-champagne:before{content:""}.fi-ss-glass-cheers:before{content:""}.fi-ss-glass-citrus:before{content:""}.fi-ss-glass-empty:before{content:""}.fi-ss-glass-half:before{content:""}.fi-ss-glass-water-droplet:before{content:""}.fi-ss-glass-whiskey:before{content:""}.fi-ss-glass-whiskey-rocks:before{content:""}.fi-ss-glasses:before{content:""}.fi-ss-globe:before{content:""}.fi-ss-globe-alt:before{content:""}.fi-ss-globe-pointer:before{content:""}.fi-ss-globe-snow:before{content:""}.fi-ss-globe-user:before{content:""}.fi-ss-goal-net:before{content:""}.fi-ss-golf:before{content:""}.fi-ss-golf-ball:before{content:""}.fi-ss-golf-club:before{content:""}.fi-ss-golf-hole:before{content:""}.fi-ss-gopuram:before{content:""}.fi-ss-government-budget:before{content:""}.fi-ss-government-flag:before{content:""}.fi-ss-government-user:before{content:""}.fi-ss-gps-navigation:before{content:""}.fi-ss-graduation-cap:before{content:""}.fi-ss-gramophone:before{content:""}.fi-ss-grape:before{content:""}.fi-ss-graph-curve:before{content:""}.fi-ss-graphic-style:before{content:""}.fi-ss-graphic-tablet:before{content:""}.fi-ss-grass:before{content:""}.fi-ss-grate:before{content:""}.fi-ss-grate-droplet:before{content:""}.fi-ss-greater-than:before{content:""}.fi-ss-greater-than-equal:before{content:""}.fi-ss-greek-helmet:before{content:""}.fi-ss-grid:before{content:""}.fi-ss-grid-alt:before{content:""}.fi-ss-grid-dividers:before{content:""}.fi-ss-grill:before{content:""}.fi-ss-grill-hot-alt:before{content:""}.fi-ss-grimace:before{content:""}.fi-ss-grin:before{content:""}.fi-ss-grin-alt:before{content:""}.fi-ss-grin-beam:before{content:""}.fi-ss-grin-beam-sweat:before{content:""}.fi-ss-grin-hearts:before{content:""}.fi-ss-grin-squint:before{content:""}.fi-ss-grin-squint-tears:before{content:""}.fi-ss-grin-stars:before{content:""}.fi-ss-grin-tears:before{content:""}.fi-ss-grin-tongue:before{content:""}.fi-ss-grin-tongue-squint:before{content:""}.fi-ss-grin-tongue-wink:before{content:""}.fi-ss-grin-wink:before{content:""}.fi-ss-grip-dots:before{content:""}.fi-ss-grip-dots-vertical:before{content:""}.fi-ss-grip-horizontal:before{content:""}.fi-ss-grip-lines:before{content:""}.fi-ss-grip-lines-vertical:before{content:""}.fi-ss-grip-vertical:before{content:""}.fi-ss-grocery-bag:before{content:""}.fi-ss-grocery-basket:before{content:""}.fi-ss-group-arrows-rotate:before{content:""}.fi-ss-group-call:before{content:""}.fi-ss-group-community-social-media:before{content:""}.fi-ss-growth-chart-invest:before{content:""}.fi-ss-guarani-sign:before{content:""}.fi-ss-guide:before{content:""}.fi-ss-guide-alt:before{content:""}.fi-ss-guitar:before{content:""}.fi-ss-guitar-electric:before{content:""}.fi-ss-guitars:before{content:""}.fi-ss-gun-squirt:before{content:""}.fi-ss-gym:before{content:""}.fi-ss-h:before{content:""}.fi-ss-h-square:before{content:""}.fi-ss-h1:before{content:""}.fi-ss-h2:before{content:""}.fi-ss-h3:before{content:""}.fi-ss-h4:before{content:""}.fi-ss-hair-clipper:before{content:""}.fi-ss-hamburger:before{content:""}.fi-ss-hamburger-soda:before{content:""}.fi-ss-hammer:before{content:""}.fi-ss-hammer-brush:before{content:""}.fi-ss-hammer-crash:before{content:""}.fi-ss-hammer-war:before{content:""}.fi-ss-hamsa:before{content:""}.fi-ss-hand:before{content:""}.fi-ss-hand-back-fist:before{content:""}.fi-ss-hand-back-point-down:before{content:""}.fi-ss-hand-back-point-left:before{content:""}.fi-ss-hand-back-point-ribbon:before{content:""}.fi-ss-hand-back-point-right:before{content:""}.fi-ss-hand-bandage-wound:before{content:""}.fi-ss-hand-bill:before{content:""}.fi-ss-hand-dots:before{content:""}.fi-ss-hand-fingers-crossed:before{content:""}.fi-ss-hand-fist:before{content:""}.fi-ss-hand-heart:before{content:""}.fi-ss-hand-holding-box:before{content:""}.fi-ss-hand-holding-document:before{content:""}.fi-ss-hand-holding-droplet:before{content:""}.fi-ss-hand-holding-heart:before{content:""}.fi-ss-hand-holding-magic:before{content:""}.fi-ss-hand-holding-medical:before{content:""}.fi-ss-hand-holding-seeding:before{content:""}.fi-ss-hand-holding-skull:before{content:""}.fi-ss-hand-holding-usd:before{content:""}.fi-ss-hand-holding-water:before{content:""}.fi-ss-hand-horns:before{content:""}.fi-ss-hand-key:before{content:""}.fi-ss-hand-lizard:before{content:""}.fi-ss-hand-love:before{content:""}.fi-ss-hand-middle-finger:before{content:""}.fi-ss-hand-paper:before{content:""}.fi-ss-hand-peace:before{content:""}.fi-ss-hand-point-ribbon:before{content:""}.fi-ss-hand-present:before{content:""}.fi-ss-hand-scissors:before{content:""}.fi-ss-hand-sparkles:before{content:""}.fi-ss-hand-spock:before{content:""}.fi-ss-hand-wave:before{content:""}.fi-ss-handcuffs:before{content:""}.fi-ss-handmade:before{content:""}.fi-ss-hands-brain:before{content:""}.fi-ss-hands-bubbles:before{content:""}.fi-ss-hands-clapping:before{content:""}.fi-ss-hands-heart:before{content:""}.fi-ss-hands-holding:before{content:""}.fi-ss-hands-holding-diamond:before{content:""}.fi-ss-hands-together:before{content:""}.fi-ss-hands-together-heart:before{content:""}.fi-ss-hands-usd:before{content:""}.fi-ss-handshake:before{content:""}.fi-ss-handshake-angle:before{content:""}.fi-ss-handshake-deal-loan:before{content:""}.fi-ss-handshake-house:before{content:""}.fi-ss-handshake-simple-slash:before{content:""}.fi-ss-handshake-trust:before{content:""}.fi-ss-hard-hat:before{content:""}.fi-ss-hashtag-lock:before{content:""}.fi-ss-hastag:before{content:""}.fi-ss-hat-beach:before{content:""}.fi-ss-hat-birthday:before{content:""}.fi-ss-hat-chef:before{content:""}.fi-ss-hat-cowboy:before{content:""}.fi-ss-hat-cowboy-side:before{content:""}.fi-ss-hat-santa:before{content:""}.fi-ss-hat-winter:before{content:""}.fi-ss-hat-witch:before{content:""}.fi-ss-hat-wizard:before{content:""}.fi-ss-hdd:before{content:""}.fi-ss-head-side:before{content:""}.fi-ss-head-side-brain:before{content:""}.fi-ss-head-side-cough:before{content:""}.fi-ss-head-side-cough-slash:before{content:""}.fi-ss-head-side-headphones:before{content:""}.fi-ss-head-side-heart:before{content:""}.fi-ss-head-side-mask:before{content:""}.fi-ss-head-side-medical:before{content:""}.fi-ss-head-side-thinking:before{content:""}.fi-ss-head-side-virus:before{content:""}.fi-ss-head-vr:before{content:""}.fi-ss-heading:before{content:""}.fi-ss-headphones:before{content:""}.fi-ss-headset:before{content:""}.fi-ss-heart:before{content:""}.fi-ss-heart-arrow:before{content:""}.fi-ss-heart-brain:before{content:""}.fi-ss-heart-circle-user:before{content:""}.fi-ss-heart-crack:before{content:""}.fi-ss-heart-half:before{content:""}.fi-ss-heart-half-stroke:before{content:""}.fi-ss-heart-health-muscle:before{content:""}.fi-ss-heart-lock:before{content:""}.fi-ss-heart-partner-handshake:before{content:""}.fi-ss-heart-rate:before{content:""}.fi-ss-heart-slash:before{content:""}.fi-ss-heart-upside-down:before{content:""}.fi-ss-heat:before{content:""}.fi-ss-helicopter-side:before{content:""}.fi-ss-helmet-battle:before{content:""}.fi-ss-hexagon:before{content:""}.fi-ss-hexagon-check:before{content:""}.fi-ss-hexagon-divide:before{content:""}.fi-ss-hexagon-exclamation:before{content:""}.fi-ss-high-definition:before{content:""}.fi-ss-high-five:before{content:""}.fi-ss-high-five-celebration-yes:before{content:""}.fi-ss-highlighter:before{content:""}.fi-ss-highlighter-line:before{content:""}.fi-ss-hiking:before{content:""}.fi-ss-hiking-boot:before{content:""}.fi-ss-hippo:before{content:""}.fi-ss-hockey-mask:before{content:""}.fi-ss-hockey-puck:before{content:""}.fi-ss-hockey-stick-puck:before{content:""}.fi-ss-hockey-sticks:before{content:""}.fi-ss-holding-hand-brain:before{content:""}.fi-ss-holding-hand-dinner:before{content:""}.fi-ss-holding-hand-direction:before{content:""}.fi-ss-holding-hand-gear:before{content:""}.fi-ss-holding-hand-key:before{content:""}.fi-ss-holding-hand-nft:before{content:""}.fi-ss-holding-hand-revenue:before{content:""}.fi-ss-holly-berry:before{content:""}.fi-ss-home:before{content:""}.fi-ss-home-heart:before{content:""}.fi-ss-home-location:before{content:""}.fi-ss-home-location-alt:before{content:""}.fi-ss-honey-pot:before{content:""}.fi-ss-hood-cloak:before{content:""}.fi-ss-horizontal-rule:before{content:""}.fi-ss-horse:before{content:""}.fi-ss-horse-head:before{content:""}.fi-ss-horse-saddle:before{content:""}.fi-ss-horseshoe:before{content:""}.fi-ss-horseshoe-broken:before{content:""}.fi-ss-hose:before{content:""}.fi-ss-hose-reel:before{content:""}.fi-ss-hospital:before{content:""}.fi-ss-hospital-symbol:before{content:""}.fi-ss-hospital-user:before{content:""}.fi-ss-hospitals:before{content:""}.fi-ss-hot-tub:before{content:""}.fi-ss-hotdog:before{content:""}.fi-ss-hotel:before{content:""}.fi-ss-hourglass:before{content:""}.fi-ss-hourglass-end:before{content:""}.fi-ss-hourglass-start:before{content:""}.fi-ss-house-blank:before{content:""}.fi-ss-house-building:before{content:""}.fi-ss-house-chimney:before{content:""}.fi-ss-house-chimney-blank:before{content:""}.fi-ss-house-chimney-crack:before{content:""}.fi-ss-house-chimney-heart:before{content:""}.fi-ss-house-chimney-medical:before{content:""}.fi-ss-house-chimney-user:before{content:""}.fi-ss-house-chimney-window:before{content:""}.fi-ss-house-circle-check:before{content:""}.fi-ss-house-circle-exclamation:before{content:""}.fi-ss-house-circle-xmark:before{content:""}.fi-ss-house-crack:before{content:""}.fi-ss-house-crack-alt:before{content:""}.fi-ss-house-day:before{content:""}.fi-ss-house-fire:before{content:""}.fi-ss-house-flag:before{content:""}.fi-ss-house-flood:before{content:""}.fi-ss-house-key:before{content:""}.fi-ss-house-laptop:before{content:""}.fi-ss-house-leave:before{content:""}.fi-ss-house-lock:before{content:""}.fi-ss-house-medical:before{content:""}.fi-ss-house-night:before{content:""}.fi-ss-house-return:before{content:""}.fi-ss-house-signal:before{content:""}.fi-ss-house-tree:before{content:""}.fi-ss-house-tsunami:before{content:""}.fi-ss-house-turret:before{content:""}.fi-ss-house-user:before{content:""}.fi-ss-house-window:before{content:""}.fi-ss-hr:before{content:""}.fi-ss-hr-group:before{content:""}.fi-ss-hr-person:before{content:""}.fi-ss-hryvnia:before{content:""}.fi-ss-humanitarian-mission:before{content:""}.fi-ss-humidity:before{content:""}.fi-ss-hundred-points:before{content:""}.fi-ss-hurricane:before{content:""}.fi-ss-hyperloop:before{content:""}.fi-ss-i:before{content:""}.fi-ss-ice-cream:before{content:""}.fi-ss-icicles:before{content:""}.fi-ss-icon-star:before{content:""}.fi-ss-id-badge:before{content:""}.fi-ss-id-card-clip-alt:before{content:""}.fi-ss-idea-exchange:before{content:""}.fi-ss-igloo:before{content:""}.fi-ss-image-slash:before{content:""}.fi-ss-images:before{content:""}.fi-ss-images-user:before{content:""}.fi-ss-improve-user:before{content:""}.fi-ss-inbox:before{content:""}.fi-ss-inbox-full:before{content:""}.fi-ss-inbox-in:before{content:""}.fi-ss-inbox-out:before{content:""}.fi-ss-inboxes:before{content:""}.fi-ss-incense-sticks-yoga:before{content:""}.fi-ss-incognito:before{content:""}.fi-ss-indent:before{content:""}.fi-ss-india-map:before{content:""}.fi-ss-indian-rupee-sign:before{content:""}.fi-ss-industry-alt:before{content:""}.fi-ss-industry-windows:before{content:""}.fi-ss-infinity:before{content:""}.fi-ss-info:before{content:""}.fi-ss-info-guide:before{content:""}.fi-ss-information:before{content:""}.fi-ss-inhaler:before{content:""}.fi-ss-input-numeric:before{content:""}.fi-ss-input-pipe:before{content:""}.fi-ss-input-text:before{content:""}.fi-ss-insert:before{content:""}.fi-ss-insert-alt:before{content:""}.fi-ss-insert-arrows:before{content:""}.fi-ss-insert-button-circle:before{content:""}.fi-ss-insert-credit-card:before{content:""}.fi-ss-insert-square:before{content:""}.fi-ss-insight:before{content:""}.fi-ss-insight-alt:before{content:""}.fi-ss-insight-head:before{content:""}.fi-ss-integral:before{content:""}.fi-ss-interactive:before{content:""}.fi-ss-interlining:before{content:""}.fi-ss-internet-speed-wifi:before{content:""}.fi-ss-interpersonal-skill:before{content:""}.fi-ss-interrogation:before{content:""}.fi-ss-intersection:before{content:""}.fi-ss-introduction:before{content:""}.fi-ss-introduction-handshake:before{content:""}.fi-ss-inventory-alt:before{content:""}.fi-ss-invest:before{content:""}.fi-ss-investment:before{content:""}.fi-ss-invite:before{content:""}.fi-ss-invite-alt:before{content:""}.fi-ss-iot:before{content:""}.fi-ss-iot-alt:before{content:""}.fi-ss-ip-address:before{content:""}.fi-ss-iron:before{content:""}.fi-ss-island-tropical:before{content:""}.fi-ss-issue-loupe:before{content:""}.fi-ss-it:before{content:""}.fi-ss-it-alt:before{content:""}.fi-ss-it-computer:before{content:""}.fi-ss-italian:before{content:""}.fi-ss-italian-coffee-maker:before{content:""}.fi-ss-italian-lira-sign:before{content:""}.fi-ss-italic:before{content:""}.fi-ss-j:before{content:""}.fi-ss-jam:before{content:""}.fi-ss-japanese:before{content:""}.fi-ss-jar-alt:before{content:""}.fi-ss-jar-wheat:before{content:""}.fi-ss-javascript:before{content:""}.fi-ss-joint:before{content:""}.fi-ss-joker:before{content:""}.fi-ss-journal:before{content:""}.fi-ss-journal-alt:before{content:""}.fi-ss-journey:before{content:""}.fi-ss-joystick:before{content:""}.fi-ss-jpg:before{content:""}.fi-ss-jug:before{content:""}.fi-ss-jug-alt:before{content:""}.fi-ss-jug-bottle:before{content:""}.fi-ss-jumping-rope:before{content:""}.fi-ss-k:before{content:""}.fi-ss-kaaba:before{content:""}.fi-ss-kangaroo:before{content:""}.fi-ss-kayak:before{content:""}.fi-ss-kazoo:before{content:""}.fi-ss-kerning:before{content:""}.fi-ss-key:before{content:""}.fi-ss-key-car:before{content:""}.fi-ss-key-hole:before{content:""}.fi-ss-key-lock-crypto:before{content:""}.fi-ss-key-skeleton-left-right:before{content:""}.fi-ss-keyboard:before{content:""}.fi-ss-keyboard-brightness:before{content:""}.fi-ss-keyboard-brightness-low:before{content:""}.fi-ss-keyboard-down:before{content:""}.fi-ss-keyboard-left:before{content:""}.fi-ss-keynote:before{content:""}.fi-ss-kidneys:before{content:""}.fi-ss-kip-sign:before{content:""}.fi-ss-kiss:before{content:""}.fi-ss-kiss-beam:before{content:""}.fi-ss-kiss-wink-heart:before{content:""}.fi-ss-kitchen-set:before{content:""}.fi-ss-kite:before{content:""}.fi-ss-kiwi-bird:before{content:""}.fi-ss-kiwi-fruit:before{content:""}.fi-ss-knife:before{content:""}.fi-ss-knife-kitchen:before{content:""}.fi-ss-knitting:before{content:""}.fi-ss-knot-rope:before{content:""}.fi-ss-korean:before{content:""}.fi-ss-kpi:before{content:""}.fi-ss-kpi-evaluation:before{content:""}.fi-ss-l:before{content:""}.fi-ss-lab-coat:before{content:""}.fi-ss-label:before{content:""}.fi-ss-lacrosse-stick:before{content:""}.fi-ss-lacrosse-stick-ball:before{content:""}.fi-ss-lambda:before{content:""}.fi-ss-lamp:before{content:""}.fi-ss-lamp-desk:before{content:""}.fi-ss-lamp-floor:before{content:""}.fi-ss-lamp-street:before{content:""}.fi-ss-land-layer-location:before{content:""}.fi-ss-land-layers:before{content:""}.fi-ss-land-location:before{content:""}.fi-ss-land-mine-on:before{content:""}.fi-ss-landmark-alt:before{content:""}.fi-ss-language:before{content:""}.fi-ss-language-exchange:before{content:""}.fi-ss-laptop:before{content:""}.fi-ss-laptop-arrow-down:before{content:""}.fi-ss-laptop-binary:before{content:""}.fi-ss-laptop-code:before{content:""}.fi-ss-laptop-medical:before{content:""}.fi-ss-laptop-mobile:before{content:""}.fi-ss-laptop-slash:before{content:""}.fi-ss-lari-sign:before{content:""}.fi-ss-lasso:before{content:""}.fi-ss-lasso-sparkles:before{content:""}.fi-ss-last-square:before{content:""}.fi-ss-laugh:before{content:""}.fi-ss-laugh-beam:before{content:""}.fi-ss-laugh-squint:before{content:""}.fi-ss-laugh-wink:before{content:""}.fi-ss-laurel-user:before{content:""}.fi-ss-lawyer-man:before{content:""}.fi-ss-lawyer-woman:before{content:""}.fi-ss-layer-minus:before{content:""}.fi-ss-layer-plus:before{content:""}.fi-ss-layers:before{content:""}.fi-ss-layout-fluid:before{content:""}.fi-ss-lead:before{content:""}.fi-ss-lead-funnel:before{content:""}.fi-ss-lead-management:before{content:""}.fi-ss-leader:before{content:""}.fi-ss-leader-alt:before{content:""}.fi-ss-leader-speech:before{content:""}.fi-ss-leaderboard:before{content:""}.fi-ss-leaderboard-alt:before{content:""}.fi-ss-leaderboard-trophy:before{content:""}.fi-ss-leadership:before{content:""}.fi-ss-leadership-alt:before{content:""}.fi-ss-leaf:before{content:""}.fi-ss-leaf-heart:before{content:""}.fi-ss-leaf-maple:before{content:""}.fi-ss-leaf-oak:before{content:""}.fi-ss-leafy-green:before{content:""}.fi-ss-leave:before{content:""}.fi-ss-left:before{content:""}.fi-ss-left-from-bracket:before{content:""}.fi-ss-legal:before{content:""}.fi-ss-legal-case:before{content:""}.fi-ss-lemon:before{content:""}.fi-ss-lesbian-couple:before{content:""}.fi-ss-less-than:before{content:""}.fi-ss-less-than-equal:before{content:""}.fi-ss-lesson:before{content:""}.fi-ss-lesson-class:before{content:""}.fi-ss-letter-case:before{content:""}.fi-ss-lettuce:before{content:""}.fi-ss-level-down:before{content:""}.fi-ss-level-down-alt:before{content:""}.fi-ss-level-up:before{content:""}.fi-ss-level-up-alt:before{content:""}.fi-ss-license:before{content:""}.fi-ss-life:before{content:""}.fi-ss-life-ring:before{content:""}.fi-ss-light-ceiling:before{content:""}.fi-ss-light-emergency:before{content:""}.fi-ss-light-emergency-on:before{content:""}.fi-ss-light-switch:before{content:""}.fi-ss-light-switch-off:before{content:""}.fi-ss-light-switch-on:before{content:""}.fi-ss-lightbulb-cfl:before{content:""}.fi-ss-lightbulb-cfl-on:before{content:""}.fi-ss-lightbulb-dollar:before{content:""}.fi-ss-lightbulb-exclamation:before{content:""}.fi-ss-lightbulb-head:before{content:""}.fi-ss-lightbulb-on:before{content:""}.fi-ss-lightbulb-question:before{content:""}.fi-ss-lightbulb-setting:before{content:""}.fi-ss-lightbulb-slash:before{content:""}.fi-ss-lighthouse:before{content:""}.fi-ss-lights-holiday:before{content:""}.fi-ss-limit-hand:before{content:""}.fi-ss-limit-speedometer:before{content:""}.fi-ss-line-width:before{content:""}.fi-ss-link:before{content:""}.fi-ss-link-alt:before{content:""}.fi-ss-link-horizontal:before{content:""}.fi-ss-link-horizontal-slash:before{content:""}.fi-ss-link-slash:before{content:""}.fi-ss-link-slash-alt:before{content:""}.fi-ss-lion:before{content:""}.fi-ss-lion-head:before{content:""}.fi-ss-lips:before{content:""}.fi-ss-lips-silence:before{content:""}.fi-ss-lipstick:before{content:""}.fi-ss-lira-sign:before{content:""}.fi-ss-list:before{content:""}.fi-ss-list-check:before{content:""}.fi-ss-list-dropdown:before{content:""}.fi-ss-list-music:before{content:""}.fi-ss-list-timeline:before{content:""}.fi-ss-litecoin-sign:before{content:""}.fi-ss-live:before{content:""}.fi-ss-live-alt:before{content:""}.fi-ss-loading:before{content:""}.fi-ss-loan:before{content:""}.fi-ss-lobster:before{content:""}.fi-ss-location-alt:before{content:""}.fi-ss-location-arrow:before{content:""}.fi-ss-location-crosshairs:before{content:""}.fi-ss-location-crosshairs-slash:before{content:""}.fi-ss-location-dot-slash:before{content:""}.fi-ss-location-exclamation:before{content:""}.fi-ss-location-pin-call:before{content:""}.fi-ss-lock:before{content:""}.fi-ss-lock-alt:before{content:""}.fi-ss-lock-hashtag:before{content:""}.fi-ss-lock-open-alt:before{content:""}.fi-ss-locust:before{content:""}.fi-ss-loop-square:before{content:""}.fi-ss-loveseat:before{content:""}.fi-ss-low-vision:before{content:""}.fi-ss-luchador:before{content:""}.fi-ss-luggage-cart:before{content:""}.fi-ss-luggage-rolling:before{content:""}.fi-ss-lungs:before{content:""}.fi-ss-lungs-virus:before{content:""}.fi-ss-m:before{content:""}.fi-ss-mace:before{content:""}.fi-ss-magnet:before{content:""}.fi-ss-magnet-user:before{content:""}.fi-ss-magnifying-glass-binary:before{content:""}.fi-ss-magnifying-glass-eye:before{content:""}.fi-ss-magnifying-glass-wave:before{content:""}.fi-ss-mail-plus-circle:before{content:""}.fi-ss-mailbox:before{content:""}.fi-ss-mailbox-envelope:before{content:""}.fi-ss-mailbox-flag-up:before{content:""}.fi-ss-makeup-brush:before{content:""}.fi-ss-man-head:before{content:""}.fi-ss-man-scientist:before{content:""}.fi-ss-manat-sign:before{content:""}.fi-ss-mandolin:before{content:""}.fi-ss-mango:before{content:""}.fi-ss-manhole:before{content:""}.fi-ss-map:before{content:""}.fi-ss-map-location-track:before{content:""}.fi-ss-map-marker:before{content:""}.fi-ss-map-marker-check:before{content:""}.fi-ss-map-marker-cross:before{content:""}.fi-ss-map-marker-edit:before{content:""}.fi-ss-map-marker-home:before{content:""}.fi-ss-map-marker-minus:before{content:""}.fi-ss-map-marker-plus:before{content:""}.fi-ss-map-marker-question:before{content:""}.fi-ss-map-marker-slash:before{content:""}.fi-ss-map-marker-smile:before{content:""}.fi-ss-map-pin:before{content:""}.fi-ss-map-point:before{content:""}.fi-ss-marker:before{content:""}.fi-ss-marker-time:before{content:""}.fi-ss-marketplace:before{content:""}.fi-ss-marketplace-alt:before{content:""}.fi-ss-marketplace-store:before{content:""}.fi-ss-marriage-proposal:before{content:""}.fi-ss-mars:before{content:""}.fi-ss-mars-double:before{content:""}.fi-ss-mars-stroke-right:before{content:""}.fi-ss-mars-stroke-up:before{content:""}.fi-ss-martini-glass-citrus:before{content:""}.fi-ss-martini-glass-empty:before{content:""}.fi-ss-mask-carnival:before{content:""}.fi-ss-mask-face:before{content:""}.fi-ss-mask-snorkel:before{content:""}.fi-ss-massage:before{content:""}.fi-ss-master-plan:before{content:""}.fi-ss-master-plan-integrate:before{content:""}.fi-ss-match-fire:before{content:""}.fi-ss-mattress-pillow:before{content:""}.fi-ss-measuring-tape:before{content:""}.fi-ss-meat:before{content:""}.fi-ss-medal:before{content:""}.fi-ss-medical-star:before{content:""}.fi-ss-medicine:before{content:""}.fi-ss-meditation:before{content:""}.fi-ss-meeting:before{content:""}.fi-ss-meeting-alt:before{content:""}.fi-ss-megaphone:before{content:""}.fi-ss-megaphone-announcement-leader:before{content:""}.fi-ss-megaphone-sound-waves:before{content:""}.fi-ss-meh:before{content:""}.fi-ss-meh-blank:before{content:""}.fi-ss-meh-rolling-eyes:before{content:""}.fi-ss-melon:before{content:""}.fi-ss-melon-alt:before{content:""}.fi-ss-member-list:before{content:""}.fi-ss-member-search:before{content:""}.fi-ss-membership:before{content:""}.fi-ss-membership-vip:before{content:""}.fi-ss-memo:before{content:""}.fi-ss-memo-circle-check:before{content:""}.fi-ss-memo-pad:before{content:""}.fi-ss-memory:before{content:""}.fi-ss-menu-burger:before{content:""}.fi-ss-menu-dots:before{content:""}.fi-ss-menu-dots-vertical:before{content:""}.fi-ss-mercury:before{content:""}.fi-ss-message-alert:before{content:""}.fi-ss-message-arrow-down:before{content:""}.fi-ss-message-arrow-up:before{content:""}.fi-ss-message-arrow-up-right:before{content:""}.fi-ss-message-bot:before{content:""}.fi-ss-message-code:before{content:""}.fi-ss-message-dollar:before{content:""}.fi-ss-message-heart:before{content:""}.fi-ss-message-image:before{content:""}.fi-ss-message-question:before{content:""}.fi-ss-message-quote:before{content:""}.fi-ss-message-slash:before{content:""}.fi-ss-message-sms:before{content:""}.fi-ss-message-star:before{content:""}.fi-ss-message-text:before{content:""}.fi-ss-message-xmark:before{content:""}.fi-ss-messages:before{content:""}.fi-ss-messages-dollar:before{content:""}.fi-ss-messages-question:before{content:""}.fi-ss-meteor:before{content:""}.fi-ss-meter:before{content:""}.fi-ss-meter-bolt:before{content:""}.fi-ss-meter-droplet:before{content:""}.fi-ss-meter-fire:before{content:""}.fi-ss-method:before{content:""}.fi-ss-microchip:before{content:""}.fi-ss-microchip-ai:before{content:""}.fi-ss-microphone:before{content:""}.fi-ss-microphone-alt:before{content:""}.fi-ss-microphone-slash:before{content:""}.fi-ss-microscope:before{content:""}.fi-ss-microwave:before{content:""}.fi-ss-milk:before{content:""}.fi-ss-milk-alt:before{content:""}.fi-ss-mill:before{content:""}.fi-ss-mill-sign:before{content:""}.fi-ss-mind-share:before{content:""}.fi-ss-minus:before{content:""}.fi-ss-minus-circle:before{content:""}.fi-ss-minus-hexagon:before{content:""}.fi-ss-minus-small:before{content:""}.fi-ss-mirror:before{content:""}.fi-ss-mirror-user:before{content:""}.fi-ss-mistletoe:before{content:""}.fi-ss-mix:before{content:""}.fi-ss-mixer:before{content:""}.fi-ss-mobile:before{content:""}.fi-ss-mobile-4g:before{content:""}.fi-ss-mobile-5g:before{content:""}.fi-ss-mobile-button:before{content:""}.fi-ss-mobile-hand:before{content:""}.fi-ss-mobile-message:before{content:""}.fi-ss-mobile-notch:before{content:""}.fi-ss-mockup:before{content:""}.fi-ss-mode:before{content:""}.fi-ss-mode-alt:before{content:""}.fi-ss-mode-landscape:before{content:""}.fi-ss-mode-portrait:before{content:""}.fi-ss-model-cube:before{content:""}.fi-ss-model-cube-arrows:before{content:""}.fi-ss-model-cube-space:before{content:""}.fi-ss-module:before{content:""}.fi-ss-monday:before{content:""}.fi-ss-money:before{content:""}.fi-ss-money-bill-simple:before{content:""}.fi-ss-money-bill-transfer:before{content:""}.fi-ss-money-bill-wave:before{content:""}.fi-ss-money-bill-wave-alt:before{content:""}.fi-ss-money-bills:before{content:""}.fi-ss-money-bills-simple:before{content:""}.fi-ss-money-check:before{content:""}.fi-ss-money-check-edit:before{content:""}.fi-ss-money-check-edit-alt:before{content:""}.fi-ss-money-coin-transfer:before{content:""}.fi-ss-money-from-bracket:before{content:""}.fi-ss-money-gears:before{content:""}.fi-ss-money-income:before{content:""}.fi-ss-money-simple-from-bracket:before{content:""}.fi-ss-money-transfer-alt:before{content:""}.fi-ss-money-transfer-coin-arrow:before{content:""}.fi-ss-money-transfer-smartphone:before{content:""}.fi-ss-money-wings:before{content:""}.fi-ss-monkey:before{content:""}.fi-ss-monument:before{content:""}.fi-ss-moon:before{content:""}.fi-ss-moon-stars:before{content:""}.fi-ss-moped:before{content:""}.fi-ss-mortar-pestle:before{content:""}.fi-ss-mortgage:before{content:""}.fi-ss-mosque:before{content:""}.fi-ss-mosque-alt:before{content:""}.fi-ss-mosque-moon:before{content:""}.fi-ss-mosquito:before{content:""}.fi-ss-mosquito-net:before{content:""}.fi-ss-motorcycle:before{content:""}.fi-ss-mound:before{content:""}.fi-ss-mountain:before{content:""}.fi-ss-mountain-city:before{content:""}.fi-ss-mountains:before{content:""}.fi-ss-mouse:before{content:""}.fi-ss-mouse-field:before{content:""}.fi-ss-mouse-pointer-heart:before{content:""}.fi-ss-mov-file:before{content:""}.fi-ss-move-to-folder:before{content:""}.fi-ss-move-to-folder-2:before{content:""}.fi-ss-moving:before{content:""}.fi-ss-mower:before{content:""}.fi-ss-mp3-file:before{content:""}.fi-ss-mp3-player:before{content:""}.fi-ss-mp4-file:before{content:""}.fi-ss-mug:before{content:""}.fi-ss-mug-alt:before{content:""}.fi-ss-mug-hot:before{content:""}.fi-ss-mug-hot-alt:before{content:""}.fi-ss-mug-marshmallows:before{content:""}.fi-ss-mug-tea:before{content:""}.fi-ss-mug-tea-alt:before{content:""}.fi-ss-mug-tea-saucer:before{content:""}.fi-ss-multiple:before{content:""}.fi-ss-multiple-alt:before{content:""}.fi-ss-multitasking:before{content:""}.fi-ss-muscle:before{content:""}.fi-ss-mushroom:before{content:""}.fi-ss-mushroom-alt:before{content:""}.fi-ss-mushroom-cloud:before{content:""}.fi-ss-music:before{content:""}.fi-ss-music-alt:before{content:""}.fi-ss-music-file:before{content:""}.fi-ss-music-magnifying-glass:before{content:""}.fi-ss-music-note:before{content:""}.fi-ss-music-note-slash:before{content:""}.fi-ss-music-slash:before{content:""}.fi-ss-n:before{content:""}.fi-ss-naira-sign:before{content:""}.fi-ss-narwhal:before{content:""}.fi-ss-navigation:before{content:""}.fi-ss-nesting-dolls:before{content:""}.fi-ss-network:before{content:""}.fi-ss-network-analytic:before{content:""}.fi-ss-network-cloud:before{content:""}.fi-ss-network-cloud-computer:before{content:""}.fi-ss-network-user:before{content:""}.fi-ss-neuter:before{content:""}.fi-ss-newsletter-subscribe:before{content:""}.fi-ss-newspaper:before{content:""}.fi-ss-newspaper-open:before{content:""}.fi-ss-nfc:before{content:""}.fi-ss-nfc-lock:before{content:""}.fi-ss-nfc-magnifying-glass:before{content:""}.fi-ss-nfc-pen:before{content:""}.fi-ss-nfc-slash:before{content:""}.fi-ss-nfc-trash:before{content:""}.fi-ss-nft-square:before{content:""}.fi-ss-night-day:before{content:""}.fi-ss-no-attention:before{content:""}.fi-ss-no-fee:before{content:""}.fi-ss-no-food:before{content:""}.fi-ss-no-iron:before{content:""}.fi-ss-no-people:before{content:""}.fi-ss-no-smoking:before{content:""}.fi-ss-noise-cancelling-headphones:before{content:""}.fi-ss-noodles:before{content:""}.fi-ss-nose:before{content:""}.fi-ss-not-equal:before{content:""}.fi-ss-not-found:before{content:""}.fi-ss-not-found-alt:before{content:""}.fi-ss-not-found-magnifying-glass:before{content:""}.fi-ss-notdef:before{content:""}.fi-ss-note:before{content:""}.fi-ss-note-medical:before{content:""}.fi-ss-note-sticky:before{content:""}.fi-ss-notebook:before{content:""}.fi-ss-notebook-alt:before{content:""}.fi-ss-notes:before{content:""}.fi-ss-notes-medical:before{content:""}.fi-ss-o:before{content:""}.fi-ss-object-exclude:before{content:""}.fi-ss-object-group:before{content:""}.fi-ss-object-intersect:before{content:""}.fi-ss-object-subtract:before{content:""}.fi-ss-object-ungroup:before{content:""}.fi-ss-object-union:before{content:""}.fi-ss-objects-column:before{content:""}.fi-ss-octagon:before{content:""}.fi-ss-octagon-check:before{content:""}.fi-ss-octagon-divide:before{content:""}.fi-ss-octagon-exclamation:before{content:""}.fi-ss-octagon-minus:before{content:""}.fi-ss-octagon-plus:before{content:""}.fi-ss-octagon-xmark:before{content:""}.fi-ss-office-chair:before{content:""}.fi-ss-oil-can:before{content:""}.fi-ss-oil-temp:before{content:""}.fi-ss-old-people:before{content:""}.fi-ss-olive:before{content:""}.fi-ss-olive-branch-dove:before{content:""}.fi-ss-olive-oil:before{content:""}.fi-ss-olives:before{content:""}.fi-ss-om:before{content:""}.fi-ss-omega:before{content:""}.fi-ss-on-air-square:before{content:""}.fi-ss-onboarding:before{content:""}.fi-ss-onion:before{content:""}.fi-ss-opacity:before{content:""}.fi-ss-open-mail-clip:before{content:""}.fi-ss-operating-system-upgrade:before{content:""}.fi-ss-operation:before{content:""}.fi-ss-order-history:before{content:""}.fi-ss-organization-chart:before{content:""}.fi-ss-ornament:before{content:""}.fi-ss-otp:before{content:""}.fi-ss-otter:before{content:""}.fi-ss-outdent:before{content:""}.fi-ss-oval:before{content:""}.fi-ss-oval-alt:before{content:""}.fi-ss-oven:before{content:""}.fi-ss-overline:before{content:""}.fi-ss-overview:before{content:""}.fi-ss-p:before{content:""}.fi-ss-package:before{content:""}.fi-ss-padlock-check:before{content:""}.fi-ss-page-break:before{content:""}.fi-ss-pager:before{content:""}.fi-ss-paid:before{content:""}.fi-ss-paint:before{content:""}.fi-ss-paint-roller:before{content:""}.fi-ss-paintbrush-pencil:before{content:""}.fi-ss-palette:before{content:""}.fi-ss-pallet:before{content:""}.fi-ss-pallet-alt:before{content:""}.fi-ss-pan:before{content:""}.fi-ss-pan-food:before{content:""}.fi-ss-pan-frying:before{content:""}.fi-ss-pancakes:before{content:""}.fi-ss-panorama:before{content:""}.fi-ss-paper-plane:before{content:""}.fi-ss-paper-plane-launch:before{content:""}.fi-ss-paper-plane-top:before{content:""}.fi-ss-paperclip-vertical:before{content:""}.fi-ss-parachute-box:before{content:""}.fi-ss-paragraph:before{content:""}.fi-ss-paragraph-left:before{content:""}.fi-ss-parking:before{content:""}.fi-ss-parking-circle:before{content:""}.fi-ss-parking-circle-slash:before{content:""}.fi-ss-parking-slash:before{content:""}.fi-ss-party:before{content:""}.fi-ss-party-bell:before{content:""}.fi-ss-party-horn:before{content:""}.fi-ss-passenger-plane:before{content:""}.fi-ss-passport:before{content:""}.fi-ss-password:before{content:""}.fi-ss-password-alt:before{content:""}.fi-ss-password-computer:before{content:""}.fi-ss-password-email:before{content:""}.fi-ss-password-lock:before{content:""}.fi-ss-password-smartphone:before{content:""}.fi-ss-paste:before{content:""}.fi-ss-pattern:before{content:""}.fi-ss-pause:before{content:""}.fi-ss-pause-circle:before{content:""}.fi-ss-pause-square:before{content:""}.fi-ss-paw:before{content:""}.fi-ss-paw-claws:before{content:""}.fi-ss-paw-heart:before{content:""}.fi-ss-payment-pos:before{content:""}.fi-ss-payroll:before{content:""}.fi-ss-payroll-calendar:before{content:""}.fi-ss-payroll-check:before{content:""}.fi-ss-peace:before{content:""}.fi-ss-peach:before{content:""}.fi-ss-peanut:before{content:""}.fi-ss-peanuts:before{content:""}.fi-ss-peapod:before{content:""}.fi-ss-pear:before{content:""}.fi-ss-pedestal:before{content:""}.fi-ss-pen-circle:before{content:""}.fi-ss-pen-clip:before{content:""}.fi-ss-pen-clip-slash:before{content:""}.fi-ss-pen-fancy:before{content:""}.fi-ss-pen-fancy-slash:before{content:""}.fi-ss-pen-field:before{content:""}.fi-ss-pen-nib:before{content:""}.fi-ss-pen-nib-slash:before{content:""}.fi-ss-pen-slash:before{content:""}.fi-ss-pen-square:before{content:""}.fi-ss-pen-swirl:before{content:""}.fi-ss-pencil:before{content:""}.fi-ss-pencil-paintbrush:before{content:""}.fi-ss-pencil-ruler:before{content:""}.fi-ss-pencil-slash:before{content:""}.fi-ss-pending:before{content:""}.fi-ss-pennant:before{content:""}.fi-ss-people:before{content:""}.fi-ss-people-arrows-left-right:before{content:""}.fi-ss-people-carry-box:before{content:""}.fi-ss-people-dress:before{content:""}.fi-ss-people-network-partner:before{content:""}.fi-ss-people-pants:before{content:""}.fi-ss-people-poll:before{content:""}.fi-ss-people-pulling:before{content:""}.fi-ss-people-roof:before{content:""}.fi-ss-pepper:before{content:""}.fi-ss-pepper-alt:before{content:""}.fi-ss-pepper-hot:before{content:""}.fi-ss-percent-10:before{content:""}.fi-ss-percent-100:before{content:""}.fi-ss-percent-20:before{content:""}.fi-ss-percent-25:before{content:""}.fi-ss-percent-30:before{content:""}.fi-ss-percent-40:before{content:""}.fi-ss-percent-50:before{content:""}.fi-ss-percent-60:before{content:""}.fi-ss-percent-70:before{content:""}.fi-ss-percent-75:before{content:""}.fi-ss-percent-80:before{content:""}.fi-ss-percent-90:before{content:""}.fi-ss-percentage:before{content:""}.fi-ss-person-battery:before{content:""}.fi-ss-person-burst:before{content:""}.fi-ss-person-carry-box:before{content:""}.fi-ss-person-circle-check:before{content:""}.fi-ss-person-circle-exclamation:before{content:""}.fi-ss-person-circle-minus:before{content:""}.fi-ss-person-circle-plus:before{content:""}.fi-ss-person-circle-question:before{content:""}.fi-ss-person-circle-xmark:before{content:""}.fi-ss-person-cv:before{content:""}.fi-ss-person-dolly:before{content:""}.fi-ss-person-dolly-empty:before{content:""}.fi-ss-person-dragging-bag:before{content:""}.fi-ss-person-dress:before{content:""}.fi-ss-person-dress-simple:before{content:""}.fi-ss-person-luggage:before{content:""}.fi-ss-person-lunge:before{content:""}.fi-ss-person-pilates:before{content:""}.fi-ss-person-praying:before{content:""}.fi-ss-person-pregnant:before{content:""}.fi-ss-person-seat:before{content:""}.fi-ss-person-seat-reclined:before{content:""}.fi-ss-person-shelter:before{content:""}.fi-ss-person-sign:before{content:""}.fi-ss-person-simple:before{content:""}.fi-ss-person-stress:before{content:""}.fi-ss-person-walking-with-cane:before{content:""}.fi-ss-peseta-sign:before{content:""}.fi-ss-peso-sign:before{content:""}.fi-ss-pets:before{content:""}.fi-ss-pharmacy:before{content:""}.fi-ss-phone-call:before{content:""}.fi-ss-phone-cross:before{content:""}.fi-ss-phone-flip:before{content:""}.fi-ss-phone-guide:before{content:""}.fi-ss-phone-heart-message:before{content:""}.fi-ss-phone-office:before{content:""}.fi-ss-phone-pause:before{content:""}.fi-ss-phone-plus:before{content:""}.fi-ss-phone-rotary:before{content:""}.fi-ss-phone-slash:before{content:""}.fi-ss-photo-capture:before{content:""}.fi-ss-photo-film-music:before{content:""}.fi-ss-photo-video:before{content:""}.fi-ss-physics:before{content:""}.fi-ss-Pi:before{content:""}.fi-ss-piano:before{content:""}.fi-ss-piano-keyboard:before{content:""}.fi-ss-pickaxe:before{content:""}.fi-ss-picking:before{content:""}.fi-ss-picking-box:before{content:""}.fi-ss-picnic:before{content:""}.fi-ss-picpeople:before{content:""}.fi-ss-picpeople-filled:before{content:""}.fi-ss-picture:before{content:""}.fi-ss-pie:before{content:""}.fi-ss-pig:before{content:""}.fi-ss-pig-bank-bulb:before{content:""}.fi-ss-pig-face:before{content:""}.fi-ss-piggy-bank:before{content:""}.fi-ss-piggy-bank-budget:before{content:""}.fi-ss-pills:before{content:""}.fi-ss-pin-to-pin:before{content:""}.fi-ss-piñata:before{content:""}.fi-ss-pineapple:before{content:""}.fi-ss-pineapple-alt:before{content:""}.fi-ss-pipe-smoking:before{content:""}.fi-ss-pipette:before{content:""}.fi-ss-pisa-tower:before{content:""}.fi-ss-pizza-slice:before{content:""}.fi-ss-place-of-worship:before{content:""}.fi-ss-plagiarism:before{content:""}.fi-ss-plan:before{content:""}.fi-ss-plan-strategy:before{content:""}.fi-ss-plane:before{content:""}.fi-ss-plane-alt:before{content:""}.fi-ss-plane-arrival:before{content:""}.fi-ss-plane-departure:before{content:""}.fi-ss-plane-prop:before{content:""}.fi-ss-plane-slash:before{content:""}.fi-ss-plane-tail:before{content:""}.fi-ss-planet-moon:before{content:""}.fi-ss-planet-ringed:before{content:""}.fi-ss-plant-care:before{content:""}.fi-ss-plant-growth:before{content:""}.fi-ss-plant-seed-invest:before{content:""}.fi-ss-plant-wilt:before{content:""}.fi-ss-plate:before{content:""}.fi-ss-plate-eating:before{content:""}.fi-ss-plate-empty:before{content:""}.fi-ss-plate-utensils:before{content:""}.fi-ss-plate-wheat:before{content:""}.fi-ss-play:before{content:""}.fi-ss-play-alt:before{content:""}.fi-ss-play-circle:before{content:""}.fi-ss-play-microphone:before{content:""}.fi-ss-play-pause:before{content:""}.fi-ss-plug:before{content:""}.fi-ss-plug-alt:before{content:""}.fi-ss-plug-cable:before{content:""}.fi-ss-plug-circle-bolt:before{content:""}.fi-ss-plug-circle-check:before{content:""}.fi-ss-plug-circle-exclamation:before{content:""}.fi-ss-plug-circle-minus:before{content:""}.fi-ss-plug-circle-plus:before{content:""}.fi-ss-plug-connection:before{content:""}.fi-ss-plus:before{content:""}.fi-ss-plus-hexagon:before{content:""}.fi-ss-plus-minus:before{content:""}.fi-ss-plus-small:before{content:""}.fi-ss-png-file:before{content:""}.fi-ss-podcast:before{content:""}.fi-ss-podium:before{content:""}.fi-ss-podium-star:before{content:""}.fi-ss-podium-victory-leader:before{content:""}.fi-ss-point-of-sale:before{content:""}.fi-ss-point-of-sale-bill:before{content:""}.fi-ss-point-of-sale-signal:before{content:""}.fi-ss-pointer-loading:before{content:""}.fi-ss-pointer-text:before{content:""}.fi-ss-police-box:before{content:""}.fi-ss-polish-bottle:before{content:""}.fi-ss-polish-brush:before{content:""}.fi-ss-poll-h:before{content:""}.fi-ss-pollution:before{content:""}.fi-ss-pompebled:before{content:""}.fi-ss-poo:before{content:""}.fi-ss-poo-bolt:before{content:""}.fi-ss-pool-8-ball:before{content:""}.fi-ss-poop:before{content:""}.fi-ss-popcorn:before{content:""}.fi-ss-popsicle:before{content:""}.fi-ss-population:before{content:""}.fi-ss-population-globe:before{content:""}.fi-ss-portal-enter:before{content:""}.fi-ss-portal-exit:before{content:""}.fi-ss-portrait:before{content:""}.fi-ss-portuguese:before{content:""}.fi-ss-postal-address:before{content:""}.fi-ss-pot:before{content:""}.fi-ss-potato:before{content:""}.fi-ss-pound:before{content:""}.fi-ss-power:before{content:""}.fi-ss-ppt-file:before{content:""}.fi-ss-practice:before{content:""}.fi-ss-praying-hands:before{content:""}.fi-ss-prescription:before{content:""}.fi-ss-prescription-bottle:before{content:""}.fi-ss-prescription-bottle-alt:before{content:""}.fi-ss-prescription-bottle-pill:before{content:""}.fi-ss-presentation:before{content:""}.fi-ss-preview:before{content:""}.fi-ss-previous-square:before{content:""}.fi-ss-print:before{content:""}.fi-ss-print-magnifying-glass:before{content:""}.fi-ss-print-slash:before{content:""}.fi-ss-priority-arrow:before{content:""}.fi-ss-priority-arrows:before{content:""}.fi-ss-priority-importance:before{content:""}.fi-ss-problem-solving:before{content:""}.fi-ss-procedures:before{content:""}.fi-ss-process:before{content:""}.fi-ss-productivity:before{content:""}.fi-ss-progress-bar-dotted-empty:before{content:""}.fi-ss-progress-bar-dotted-half:before{content:""}.fi-ss-progress-bar-dotted-line-half:before{content:""}.fi-ss-progress-bar-empty:before{content:""}.fi-ss-progress-bar-half:before{content:""}.fi-ss-progress-bar-square-empty:before{content:""}.fi-ss-progress-bar-square-half:before{content:""}.fi-ss-progress-complete:before{content:""}.fi-ss-progress-download:before{content:""}.fi-ss-progress-upload:before{content:""}.fi-ss-projector:before{content:""}.fi-ss-protractor:before{content:""}.fi-ss-pulse:before{content:""}.fi-ss-pump:before{content:""}.fi-ss-pump-medical:before{content:""}.fi-ss-pumpkin:before{content:""}.fi-ss-pumpkin-alt:before{content:""}.fi-ss-pumpkin-alt-2:before{content:""}.fi-ss-puzzle-alt:before{content:""}.fi-ss-puzzle-piece:before{content:""}.fi-ss-puzzle-piece-integration:before{content:""}.fi-ss-puzzle-pieces:before{content:""}.fi-ss-pyramid:before{content:""}.fi-ss-q:before{content:""}.fi-ss-QR:before{content:""}.fi-ss-qr-scan:before{content:""}.fi-ss-qrcode:before{content:""}.fi-ss-question:before{content:""}.fi-ss-question-square:before{content:""}.fi-ss-queue:before{content:""}.fi-ss-queue-alt:before{content:""}.fi-ss-queue-line:before{content:""}.fi-ss-queue-signal:before{content:""}.fi-ss-quill-pen-story:before{content:""}.fi-ss-quiz:before{content:""}.fi-ss-quiz-alt:before{content:""}.fi-ss-quote-right:before{content:""}.fi-ss-r:before{content:""}.fi-ss-rabbit:before{content:""}.fi-ss-rabbit-fast:before{content:""}.fi-ss-raccoon:before{content:""}.fi-ss-racquet:before{content:""}.fi-ss-radar:before{content:""}.fi-ss-radar-monitoring-track:before{content:""}.fi-ss-radiation:before{content:""}.fi-ss-radiation-alt:before{content:""}.fi-ss-radio:before{content:""}.fi-ss-radio-alt:before{content:""}.fi-ss-radio-button:before{content:""}.fi-ss-radio-tower:before{content:""}.fi-ss-radio-waves:before{content:""}.fi-ss-radish:before{content:""}.fi-ss-rainbow:before{content:""}.fi-ss-raindrops:before{content:""}.fi-ss-ram:before{content:""}.fi-ss-ramp-loading:before{content:""}.fi-ss-rank:before{content:""}.fi-ss-ranking-podium:before{content:""}.fi-ss-ranking-podium-empty:before{content:""}.fi-ss-ranking-star:before{content:""}.fi-ss-ranking-stars:before{content:""}.fi-ss-raygun:before{content:""}.fi-ss-razor-barber:before{content:""}.fi-ss-react:before{content:""}.fi-ss-rec:before{content:""}.fi-ss-receipt:before{content:""}.fi-ss-recipe:before{content:""}.fi-ss-recipe-book:before{content:""}.fi-ss-record-vinyl:before{content:""}.fi-ss-rectabgle-vertical:before{content:""}.fi-ss-rectangle-barcode:before{content:""}.fi-ss-rectangle-code:before{content:""}.fi-ss-rectangle-history-circle-plus:before{content:""}.fi-ss-rectangle-horizontal:before{content:""}.fi-ss-rectangle-list:before{content:""}.fi-ss-rectangle-panoramic:before{content:""}.fi-ss-rectangle-pro:before{content:""}.fi-ss-rectangle-vertical:before{content:""}.fi-ss-rectangle-vertical-history:before{content:""}.fi-ss-rectangle-xmark:before{content:""}.fi-ss-rectangles-mixed:before{content:""}.fi-ss-recycle:before{content:""}.fi-ss-recycle-bin:before{content:""}.fi-ss-redo:before{content:""}.fi-ss-redo-alt:before{content:""}.fi-ss-reel:before{content:""}.fi-ss-refer:before{content:""}.fi-ss-refer-arrow:before{content:""}.fi-ss-referral:before{content:""}.fi-ss-referral-alt:before{content:""}.fi-ss-referral-link-arrow:before{content:""}.fi-ss-referral-user:before{content:""}.fi-ss-reflect:before{content:""}.fi-ss-reflect-horizontal:before{content:""}.fi-ss-reflect-horizontal-alt:before{content:""}.fi-ss-reflect-vertical:before{content:""}.fi-ss-refresh:before{content:""}.fi-ss-refrigerator:before{content:""}.fi-ss-refund:before{content:""}.fi-ss-refund-alt:before{content:""}.fi-ss-region-pin:before{content:""}.fi-ss-region-pin-alt:before{content:""}.fi-ss-registered:before{content:""}.fi-ss-registration-paper:before{content:""}.fi-ss-remote-control:before{content:""}.fi-ss-remote-control-hand:before{content:""}.fi-ss-remove-folder:before{content:""}.fi-ss-remove-user:before{content:""}.fi-ss-rent:before{content:""}.fi-ss-rent-signal:before{content:""}.fi-ss-replace:before{content:""}.fi-ss-replay-10:before{content:""}.fi-ss-replay-30:before{content:""}.fi-ss-replay-5:before{content:""}.fi-ss-reply-all:before{content:""}.fi-ss-republican:before{content:""}.fi-ss-research-arrows-circle:before{content:""}.fi-ss-reservation-smartphone:before{content:""}.fi-ss-reservation-table:before{content:""}.fi-ss-resistance-band:before{content:""}.fi-ss-resize:before{content:""}.fi-ss-resources:before{content:""}.fi-ss-responsability:before{content:""}.fi-ss-restaurant:before{content:""}.fi-ss-restock:before{content:""}.fi-ss-restroom-simple:before{content:""}.fi-ss-resume:before{content:""}.fi-ss-Revenue:before{content:""}.fi-ss-revenue-alt:before{content:""}.fi-ss-revenue-euro:before{content:""}.fi-ss-review:before{content:""}.fi-ss-rewind:before{content:""}.fi-ss-rewind-button-circle:before{content:""}.fi-ss-rhombus:before{content:""}.fi-ss-ribbon:before{content:""}.fi-ss-right:before{content:""}.fi-ss-right-from-bracket:before{content:""}.fi-ss-ring:before{content:""}.fi-ss-ring-diamond:before{content:""}.fi-ss-rings-wedding:before{content:""}.fi-ss-risk:before{content:""}.fi-ss-risk-alt:before{content:""}.fi-ss-road:before{content:""}.fi-ss-road-barrier:before{content:""}.fi-ss-road-map-pin:before{content:""}.fi-ss-road-sign-left:before{content:""}.fi-ss-roadmap:before{content:""}.fi-ss-robot:before{content:""}.fi-ss-robotic-arm:before{content:""}.fi-ss-rocket:before{content:""}.fi-ss-rocket-hand:before{content:""}.fi-ss-rocket-holding-hand:before{content:""}.fi-ss-rocket-lunch:before{content:""}.fi-ss-roller-coaster:before{content:""}.fi-ss-room-service:before{content:""}.fi-ss-rose:before{content:""}.fi-ss-rose-alt:before{content:""}.fi-ss-rotate-exclamation:before{content:""}.fi-ss-rotate-left:before{content:""}.fi-ss-rotate-reverse:before{content:""}.fi-ss-rotate-right:before{content:""}.fi-ss-rotate-square:before{content:""}.fi-ss-roulette:before{content:""}.fi-ss-route:before{content:""}.fi-ss-route-highway:before{content:""}.fi-ss-route-interstate:before{content:""}.fi-ss-router:before{content:""}.fi-ss-router-wifi:before{content:""}.fi-ss-router-wifi-alt:before{content:""}.fi-ss-rss:before{content:""}.fi-ss-rss-alt:before{content:""}.fi-ss-ruble-sign:before{content:""}.fi-ss-rugby:before{content:""}.fi-ss-rugby-helmet:before{content:""}.fi-ss-ruler-combined:before{content:""}.fi-ss-ruler-horizontal:before{content:""}.fi-ss-ruler-triangle:before{content:""}.fi-ss-ruler-vertical:before{content:""}.fi-ss-rules:before{content:""}.fi-ss-rules-alt:before{content:""}.fi-ss-running:before{content:""}.fi-ss-running-track:before{content:""}.fi-ss-rupee-sign:before{content:""}.fi-ss-rupiah-sign:before{content:""}.fi-ss-russian:before{content:""}.fi-ss-rv:before{content:""}.fi-ss-s:before{content:""}.fi-ss-sack:before{content:""}.fi-ss-sack-dollar:before{content:""}.fi-ss-sad:before{content:""}.fi-ss-sad-cry:before{content:""}.fi-ss-sad-tear:before{content:""}.fi-ss-safe-box:before{content:""}.fi-ss-sailboat:before{content:""}.fi-ss-salad:before{content:""}.fi-ss-salary-alt:before{content:""}.fi-ss-salt-pepper:before{content:""}.fi-ss-salt-shaker:before{content:""}.fi-ss-sandwich:before{content:""}.fi-ss-sandwich-alt:before{content:""}.fi-ss-satellite:before{content:""}.fi-ss-satellite-dish:before{content:""}.fi-ss-satisfaction-bar:before{content:""}.fi-ss-saturday:before{content:""}.fi-ss-sauce:before{content:""}.fi-ss-sausage:before{content:""}.fi-ss-sax-hot:before{content:""}.fi-ss-saxophone:before{content:""}.fi-ss-scale:before{content:""}.fi-ss-scale-comparison:before{content:""}.fi-ss-scale-comparison-alt:before{content:""}.fi-ss-scalpel:before{content:""}.fi-ss-scalpel-path:before{content:""}.fi-ss-scanner-gun:before{content:""}.fi-ss-scanner-image:before{content:""}.fi-ss-scanner-keyboard:before{content:""}.fi-ss-scanner-touchscreen:before{content:""}.fi-ss-scarecrow:before{content:""}.fi-ss-scarf:before{content:""}.fi-ss-school:before{content:""}.fi-ss-school-bus:before{content:""}.fi-ss-school-lock:before{content:""}.fi-ss-scissors:before{content:""}.fi-ss-scooter:before{content:""}.fi-ss-screen:before{content:""}.fi-ss-screen-share:before{content:""}.fi-ss-screencast:before{content:""}.fi-ss-screw:before{content:""}.fi-ss-screw-alt:before{content:""}.fi-ss-screwdriver:before{content:""}.fi-ss-scribble:before{content:""}.fi-ss-script:before{content:""}.fi-ss-scroll:before{content:""}.fi-ss-scroll-document-story:before{content:""}.fi-ss-scroll-old:before{content:""}.fi-ss-scroll-torah:before{content:""}.fi-ss-scrubber:before{content:""}.fi-ss-sculpture:before{content:""}.fi-ss-scythe:before{content:""}.fi-ss-sd-card:before{content:""}.fi-ss-sd-cards:before{content:""}.fi-ss-seal:before{content:""}.fi-ss-seal-exclamation:before{content:""}.fi-ss-seal-question:before{content:""}.fi-ss-search:before{content:""}.fi-ss-search-alt:before{content:""}.fi-ss-search-dollar:before{content:""}.fi-ss-search-heart:before{content:""}.fi-ss-search-location:before{content:""}.fi-ss-seat-airline:before{content:""}.fi-ss-seatbelt-safety-driver:before{content:""}.fi-ss-second:before{content:""}.fi-ss-second-award:before{content:""}.fi-ss-second-laurel:before{content:""}.fi-ss-second-medal:before{content:""}.fi-ss-seedling:before{content:""}.fi-ss-select:before{content:""}.fi-ss-selection:before{content:""}.fi-ss-sell:before{content:""}.fi-ss-seller:before{content:""}.fi-ss-seller-store:before{content:""}.fi-ss-selling:before{content:""}.fi-ss-send-back:before{content:""}.fi-ss-send-backward:before{content:""}.fi-ss-send-money:before{content:""}.fi-ss-send-money-smartphone:before{content:""}.fi-ss-sensor:before{content:""}.fi-ss-sensor-alert:before{content:""}.fi-ss-sensor-fire:before{content:""}.fi-ss-sensor-on:before{content:""}.fi-ss-sensor-smoke:before{content:""}.fi-ss-server-key:before{content:""}.fi-ss-settings:before{content:""}.fi-ss-settings-sliders:before{content:""}.fi-ss-sewing-machine:before{content:""}.fi-ss-sewing-machine-alt:before{content:""}.fi-ss-share:before{content:""}.fi-ss-share-alt-square:before{content:""}.fi-ss-share-square:before{content:""}.fi-ss-sheep:before{content:""}.fi-ss-shekel-sign:before{content:""}.fi-ss-shelves:before{content:""}.fi-ss-shelves-empty:before{content:""}.fi-ss-shield:before{content:""}.fi-ss-shield-alt:before{content:""}.fi-ss-shield-cat:before{content:""}.fi-ss-shield-check:before{content:""}.fi-ss-shield-cross:before{content:""}.fi-ss-shield-divided-four:before{content:""}.fi-ss-shield-dog:before{content:""}.fi-ss-shield-exclamation:before{content:""}.fi-ss-shield-interrogation:before{content:""}.fi-ss-shield-keyhole:before{content:""}.fi-ss-shield-minus:before{content:""}.fi-ss-shield-plus:before{content:""}.fi-ss-shield-security-risk:before{content:""}.fi-ss-shield-slash:before{content:""}.fi-ss-shield-trust:before{content:""}.fi-ss-shield-virus:before{content:""}.fi-ss-shield-xmark:before{content:""}.fi-ss-ship:before{content:""}.fi-ss-ship-side:before{content:""}.fi-ss-shipping-fast:before{content:""}.fi-ss-shipping-timed:before{content:""}.fi-ss-shirt:before{content:""}.fi-ss-shirt-long-sleeve:before{content:""}.fi-ss-shirt-running:before{content:""}.fi-ss-shirt-tank-top:before{content:""}.fi-ss-shish-kebab:before{content:""}.fi-ss-shoe-prints:before{content:""}.fi-ss-shop:before{content:""}.fi-ss-shop-lock:before{content:""}.fi-ss-shop-slash:before{content:""}.fi-ss-shopping-bag:before{content:""}.fi-ss-shopping-bag-add:before{content:""}.fi-ss-shopping-basket:before{content:""}.fi-ss-shopping-cart:before{content:""}.fi-ss-shopping-cart-add:before{content:""}.fi-ss-shopping-cart-buyer:before{content:""}.fi-ss-shopping-cart-check:before{content:""}.fi-ss-shopping-cart-nft:before{content:""}.fi-ss-shovel:before{content:""}.fi-ss-shovel-snow:before{content:""}.fi-ss-shower:before{content:""}.fi-ss-shower-down:before{content:""}.fi-ss-shredder:before{content:""}.fi-ss-shrimp:before{content:""}.fi-ss-shuffle:before{content:""}.fi-ss-shuttle-van:before{content:""}.fi-ss-shuttlecock:before{content:""}.fi-ss-Sickle:before{content:""}.fi-ss-sidebar:before{content:""}.fi-ss-sidebar-flip:before{content:""}.fi-ss-sigma:before{content:""}.fi-ss-sign-hanging:before{content:""}.fi-ss-sign-in-alt:before{content:""}.fi-ss-sign-out-alt:before{content:""}.fi-ss-sign-posts:before{content:""}.fi-ss-sign-posts-wrench:before{content:""}.fi-ss-sign-up:before{content:""}.fi-ss-signal-alt:before{content:""}.fi-ss-signal-alt-1:before{content:""}.fi-ss-signal-alt-2:before{content:""}.fi-ss-signal-alt-slash:before{content:""}.fi-ss-signal-bars-fair:before{content:""}.fi-ss-signal-bars-good:before{content:""}.fi-ss-signal-bars-weak:before{content:""}.fi-ss-signal-stream:before{content:""}.fi-ss-signal-stream-slash:before{content:""}.fi-ss-signature:before{content:""}.fi-ss-signature-lock:before{content:""}.fi-ss-signature-slash:before{content:""}.fi-ss-sim-card:before{content:""}.fi-ss-sim-cards:before{content:""}.fi-ss-sink:before{content:""}.fi-ss-Siren:before{content:""}.fi-ss-siren-on:before{content:""}.fi-ss-site:before{content:""}.fi-ss-site-alt:before{content:""}.fi-ss-site-browser:before{content:""}.fi-ss-sitemap:before{content:""}.fi-ss-skateboard:before{content:""}.fi-ss-skating:before{content:""}.fi-ss-skeleton:before{content:""}.fi-ss-skeleton-ribs:before{content:""}.fi-ss-skewer:before{content:""}.fi-ss-ski-boot-ski:before{content:""}.fi-ss-ski-jump:before{content:""}.fi-ss-ski-lift:before{content:""}.fi-ss-skiing:before{content:""}.fi-ss-skiing-nordic:before{content:""}.fi-ss-skill:before{content:""}.fi-ss-skill-alt:before{content:""}.fi-ss-skill-user:before{content:""}.fi-ss-skin:before{content:""}.fi-ss-skin-acne:before{content:""}.fi-ss-skin-arrow:before{content:""}.fi-ss-skin-drop:before{content:""}.fi-ss-skin-hair:before{content:""}.fi-ss-skin-laser:before{content:""}.fi-ss-skin-uv:before{content:""}.fi-ss-skip-15-seconds:before{content:""}.fi-ss-skull:before{content:""}.fi-ss-skull-cow:before{content:""}.fi-ss-skull-crossbones:before{content:""}.fi-ss-skull-heart:before{content:""}.fi-ss-slash:before{content:""}.fi-ss-sledding:before{content:""}.fi-ss-sleeping-bag:before{content:""}.fi-ss-sleeping-cat:before{content:""}.fi-ss-sleigh:before{content:""}.fi-ss-sliders-h-square:before{content:""}.fi-ss-sliders-v:before{content:""}.fi-ss-sliders-v-square:before{content:""}.fi-ss-slot-machine:before{content:""}.fi-ss-smart-home:before{content:""}.fi-ss-smart-home-alt:before{content:""}.fi-ss-smartphone:before{content:""}.fi-ss-smile:before{content:""}.fi-ss-smile-beam:before{content:""}.fi-ss-smile-plus:before{content:""}.fi-ss-smile-wink:before{content:""}.fi-ss-smiley-comment-alt:before{content:""}.fi-ss-smog:before{content:""}.fi-ss-smoke:before{content:""}.fi-ss-smoking:before{content:""}.fi-ss-smoking-ban:before{content:""}.fi-ss-snake:before{content:""}.fi-ss-snap:before{content:""}.fi-ss-snooze:before{content:""}.fi-ss-snow-blowing:before{content:""}.fi-ss-snowboarding:before{content:""}.fi-ss-snowflake:before{content:""}.fi-ss-snowflake-droplets:before{content:""}.fi-ss-snowflakes:before{content:""}.fi-ss-snowman-alt:before{content:""}.fi-ss-snowman-head:before{content:""}.fi-ss-snowmobile:before{content:""}.fi-ss-snowplow:before{content:""}.fi-ss-soap:before{content:""}.fi-ss-soap-alt:before{content:""}.fi-ss-social-network:before{content:""}.fi-ss-socks:before{content:""}.fi-ss-sofa:before{content:""}.fi-ss-sofa-size:before{content:""}.fi-ss-solar-panel:before{content:""}.fi-ss-solar-panel-sun:before{content:""}.fi-ss-solar-system:before{content:""}.fi-ss-sold-house:before{content:""}.fi-ss-sold-signal:before{content:""}.fi-ss-sort:before{content:""}.fi-ss-sort-alpha-down:before{content:""}.fi-ss-sort-alpha-down-alt:before{content:""}.fi-ss-sort-alpha-up:before{content:""}.fi-ss-sort-alpha-up-alt:before{content:""}.fi-ss-sort-alt:before{content:""}.fi-ss-sort-amount-down:before{content:""}.fi-ss-sort-amount-down-alt:before{content:""}.fi-ss-sort-amount-up:before{content:""}.fi-ss-sort-amount-up-alt:before{content:""}.fi-ss-sort-circle:before{content:""}.fi-ss-sort-circle-down:before{content:""}.fi-ss-sort-circle-up:before{content:""}.fi-ss-sort-down:before{content:""}.fi-ss-sort-numeric-down:before{content:""}.fi-ss-sort-numeric-down-alt:before{content:""}.fi-ss-sort-shapes-down:before{content:""}.fi-ss-sort-shapes-up:before{content:""}.fi-ss-sort-size-down:before{content:""}.fi-ss-sort-size-up:before{content:""}.fi-ss-soup:before{content:""}.fi-ss-source-data:before{content:""}.fi-ss-source-document:before{content:""}.fi-ss-source-document-alt:before{content:""}.fi-ss-spa:before{content:""}.fi-ss-space-shuttle:before{content:""}.fi-ss-space-station-moon:before{content:""}.fi-ss-space-station-moon-alt:before{content:""}.fi-ss-spade:before{content:""}.fi-ss-spaghetti-monster-flying:before{content:""}.fi-ss-spain-map:before{content:""}.fi-ss-spanish:before{content:""}.fi-ss-sparkles:before{content:""}.fi-ss-spartan-helmet:before{content:""}.fi-ss-speaker:before{content:""}.fi-ss-speakers:before{content:""}.fi-ss-speech-bubble-story:before{content:""}.fi-ss-speedometer-arrow:before{content:""}.fi-ss-speedometer-kpi:before{content:""}.fi-ss-sphere:before{content:""}.fi-ss-spider:before{content:""}.fi-ss-spider-black-widow:before{content:""}.fi-ss-spider-web:before{content:""}.fi-ss-spinner:before{content:""}.fi-ss-split:before{content:""}.fi-ss-split-up-relation:before{content:""}.fi-ss-splotch:before{content:""}.fi-ss-spoon:before{content:""}.fi-ss-spray-can:before{content:""}.fi-ss-spray-can-sparkles:before{content:""}.fi-ss-spring-calendar:before{content:""}.fi-ss-sprinkler:before{content:""}.fi-ss-spy:before{content:""}.fi-ss-sql-file:before{content:""}.fi-ss-sql-server:before{content:""}.fi-ss-square:before{content:""}.fi-ss-square-0:before{content:""}.fi-ss-square-1:before{content:""}.fi-ss-square-2:before{content:""}.fi-ss-square-3:before{content:""}.fi-ss-square-4:before{content:""}.fi-ss-square-5:before{content:""}.fi-ss-square-6:before{content:""}.fi-ss-square-7:before{content:""}.fi-ss-square-8:before{content:""}.fi-ss-square-9:before{content:""}.fi-ss-square-a:before{content:""}.fi-ss-square-b:before{content:""}.fi-ss-square-bolt:before{content:""}.fi-ss-square-c:before{content:""}.fi-ss-square-code:before{content:""}.fi-ss-square-d:before{content:""}.fi-ss-square-dashed:before{content:""}.fi-ss-square-dashed-circle-plus:before{content:""}.fi-ss-square-divide:before{content:""}.fi-ss-square-e:before{content:""}.fi-ss-square-ellipsis:before{content:""}.fi-ss-square-ellipsis-vertical:before{content:""}.fi-ss-square-exclamation:before{content:""}.fi-ss-square-f:before{content:""}.fi-ss-square-g:before{content:""}.fi-ss-square-h:before{content:""}.fi-ss-square-heart:before{content:""}.fi-ss-square-i:before{content:""}.fi-ss-square-info:before{content:""}.fi-ss-square-j:before{content:""}.fi-ss-square-k:before{content:""}.fi-ss-square-kanban:before{content:""}.fi-ss-square-l:before{content:""}.fi-ss-square-m:before{content:""}.fi-ss-square-minus:before{content:""}.fi-ss-square-n:before{content:""}.fi-ss-square-o:before{content:""}.fi-ss-square-p:before{content:""}.fi-ss-square-phone-hangup:before{content:""}.fi-ss-square-plus:before{content:""}.fi-ss-square-poll-horizontal:before{content:""}.fi-ss-square-poll-vertical:before{content:""}.fi-ss-square-q:before{content:""}.fi-ss-square-quote:before{content:""}.fi-ss-square-r:before{content:""}.fi-ss-square-root:before{content:""}.fi-ss-square-s:before{content:""}.fi-ss-square-small:before{content:""}.fi-ss-square-star:before{content:""}.fi-ss-square-t:before{content:""}.fi-ss-square-terminal:before{content:""}.fi-ss-square-u:before{content:""}.fi-ss-square-up-right:before{content:""}.fi-ss-square-v:before{content:""}.fi-ss-square-w:before{content:""}.fi-ss-square-x:before{content:""}.fi-ss-square-y:before{content:""}.fi-ss-square-z:before{content:""}.fi-ss-squid:before{content:""}.fi-ss-squircle:before{content:""}.fi-ss-squirrel:before{content:""}.fi-ss-staff:before{content:""}.fi-ss-stage:before{content:""}.fi-ss-stage-concert:before{content:""}.fi-ss-stage-theatre:before{content:""}.fi-ss-stairs:before{content:""}.fi-ss-stamp:before{content:""}.fi-ss-standard-definition:before{content:""}.fi-ss-star:before{content:""}.fi-ss-star-and-crescent:before{content:""}.fi-ss-star-christmas:before{content:""}.fi-ss-star-comment-alt:before{content:""}.fi-ss-star-exclamation:before{content:""}.fi-ss-star-octogram:before{content:""}.fi-ss-star-of-david:before{content:""}.fi-ss-star-rating-call:before{content:""}.fi-ss-star-sharp-half:before{content:""}.fi-ss-star-sharp-half-stroke:before{content:""}.fi-ss-star-shooting:before{content:""}.fi-ss-starfighter:before{content:""}.fi-ss-stars:before{content:""}.fi-ss-state-country:before{content:""}.fi-ss-stationary-bike:before{content:""}.fi-ss-stats:before{content:""}.fi-ss-steak:before{content:""}.fi-ss-steam-iron:before{content:""}.fi-ss-steering-wheel:before{content:""}.fi-ss-step-backward:before{content:""}.fi-ss-step-forward:before{content:""}.fi-ss-steps-carreer:before{content:""}.fi-ss-sterling-sign:before{content:""}.fi-ss-stethoscope:before{content:""}.fi-ss-sticker:before{content:""}.fi-ss-stocking:before{content:""}.fi-ss-stomach:before{content:""}.fi-ss-stop:before{content:""}.fi-ss-stop-circle:before{content:""}.fi-ss-stop-square:before{content:""}.fi-ss-stopwatch:before{content:""}.fi-ss-store-alt:before{content:""}.fi-ss-store-buyer:before{content:""}.fi-ss-store-lock:before{content:""}.fi-ss-store-slash:before{content:""}.fi-ss-story-book:before{content:""}.fi-ss-story-fairy-tale:before{content:""}.fi-ss-story-fantasy:before{content:""}.fi-ss-strategy-chess-risk:before{content:""}.fi-ss-strawberry:before{content:""}.fi-ss-street-view:before{content:""}.fi-ss-stretcher:before{content:""}.fi-ss-strikethrough:before{content:""}.fi-ss-stroopwafel:before{content:""}.fi-ss-student:before{content:""}.fi-ss-student-alt:before{content:""}.fi-ss-subfolder:before{content:""}.fi-ss-subscript:before{content:""}.fi-ss-subscription:before{content:""}.fi-ss-subscription-alt:before{content:""}.fi-ss-subscription-model:before{content:""}.fi-ss-subscription-user:before{content:""}.fi-ss-subtitles:before{content:""}.fi-ss-subtitles-slash:before{content:""}.fi-ss-subway:before{content:""}.fi-ss-suitcase-alt:before{content:""}.fi-ss-summary-check:before{content:""}.fi-ss-summer:before{content:""}.fi-ss-sun:before{content:""}.fi-ss-sun-dust:before{content:""}.fi-ss-sun-plant-wilt:before{content:""}.fi-ss-sun-salutation-yoga:before{content:""}.fi-ss-sunday:before{content:""}.fi-ss-sunglasses:before{content:""}.fi-ss-sunglasses-alt:before{content:""}.fi-ss-sunrise:before{content:""}.fi-ss-sunrise-alt:before{content:""}.fi-ss-sunscreen:before{content:""}.fi-ss-sunset:before{content:""}.fi-ss-superscript:before{content:""}.fi-ss-supplier:before{content:""}.fi-ss-supplier-alt:before{content:""}.fi-ss-surfing:before{content:""}.fi-ss-surprise:before{content:""}.fi-ss-surveillance-camera:before{content:""}.fi-ss-survey-xmark:before{content:""}.fi-ss-sushi:before{content:""}.fi-ss-sushi-alt:before{content:""}.fi-ss-sushi-roll:before{content:""}.fi-ss-svg:before{content:""}.fi-ss-swap:before{content:""}.fi-ss-swatchbook:before{content:""}.fi-ss-swimmer:before{content:""}.fi-ss-swimming-pool:before{content:""}.fi-ss-swing:before{content:""}.fi-ss-swipe-down:before{content:""}.fi-ss-swipe-left:before{content:""}.fi-ss-swipe-right:before{content:""}.fi-ss-swipe-up:before{content:""}.fi-ss-sword:before{content:""}.fi-ss-sword-alt:before{content:""}.fi-ss-symbol:before{content:""}.fi-ss-symbols:before{content:""}.fi-ss-synagogue:before{content:""}.fi-ss-syringe:before{content:""}.fi-ss-syringe-injection-blood:before{content:""}.fi-ss-system-cloud:before{content:""}.fi-ss-t:before{content:""}.fi-ss-t-rex:before{content:""}.fi-ss-tab-folder:before{content:""}.fi-ss-table:before{content:""}.fi-ss-table-columns:before{content:""}.fi-ss-table-layout:before{content:""}.fi-ss-table-list:before{content:""}.fi-ss-table-picnic:before{content:""}.fi-ss-table-pivot:before{content:""}.fi-ss-table-rows:before{content:""}.fi-ss-table-tree:before{content:""}.fi-ss-tablet:before{content:""}.fi-ss-tablet-android:before{content:""}.fi-ss-tablet-android-alt:before{content:""}.fi-ss-tablet-rugged:before{content:""}.fi-ss-tachometer:before{content:""}.fi-ss-tachometer-alt-average:before{content:""}.fi-ss-tachometer-alt-fastest:before{content:""}.fi-ss-tachometer-alt-slow:before{content:""}.fi-ss-tachometer-alt-slowest:before{content:""}.fi-ss-tachometer-average:before{content:""}.fi-ss-tachometer-fast:before{content:""}.fi-ss-tachometer-fastest:before{content:""}.fi-ss-tachometer-slow:before{content:""}.fi-ss-tachometer-slowest:before{content:""}.fi-ss-taco:before{content:""}.fi-ss-tags:before{content:""}.fi-ss-talent:before{content:""}.fi-ss-talent-alt:before{content:""}.fi-ss-talent-hand:before{content:""}.fi-ss-tally:before{content:""}.fi-ss-tally-1:before{content:""}.fi-ss-tally-2:before{content:""}.fi-ss-tally-3:before{content:""}.fi-ss-tally-4:before{content:""}.fi-ss-tamale:before{content:""}.fi-ss-tank-water:before{content:""}.fi-ss-tap:before{content:""}.fi-ss-tape:before{content:""}.fi-ss-target:before{content:""}.fi-ss-target-audience:before{content:""}.fi-ss-tattoo-machine:before{content:""}.fi-ss-tax:before{content:""}.fi-ss-tax-alt:before{content:""}.fi-ss-taxi:before{content:""}.fi-ss-taxi-bus:before{content:""}.fi-ss-team-check:before{content:""}.fi-ss-team-check-alt:before{content:""}.fi-ss-teddy-bear:before{content:""}.fi-ss-teeth-open:before{content:""}.fi-ss-telescope:before{content:""}.fi-ss-temperature-down:before{content:""}.fi-ss-temperature-frigid:before{content:""}.fi-ss-temperature-high:before{content:""}.fi-ss-temperature-list:before{content:""}.fi-ss-temperature-low:before{content:""}.fi-ss-temperature-up:before{content:""}.fi-ss-template:before{content:""}.fi-ss-template-alt:before{content:""}.fi-ss-tenge:before{content:""}.fi-ss-tennis:before{content:""}.fi-ss-tent-arrow-down-to-line:before{content:""}.fi-ss-tent-arrow-left-right:before{content:""}.fi-ss-tent-arrow-turn-left:before{content:""}.fi-ss-tent-arrows-down:before{content:""}.fi-ss-tents:before{content:""}.fi-ss-terminal:before{content:""}.fi-ss-terrace:before{content:""}.fi-ss-test:before{content:""}.fi-ss-test-tube:before{content:""}.fi-ss-text:before{content:""}.fi-ss-text-box:before{content:""}.fi-ss-text-box-dots:before{content:""}.fi-ss-text-box-edit:before{content:""}.fi-ss-text-check:before{content:""}.fi-ss-text-height:before{content:""}.fi-ss-text-input-left:before{content:""}.fi-ss-text-shadow:before{content:""}.fi-ss-text-size:before{content:""}.fi-ss-text-slash:before{content:""}.fi-ss-text-width:before{content:""}.fi-ss-theater-masks:before{content:""}.fi-ss-thermometer-alt:before{content:""}.fi-ss-thermometer-empty:before{content:""}.fi-ss-thermometer-full:before{content:""}.fi-ss-thermometer-half:before{content:""}.fi-ss-thermometer-quarter:before{content:""}.fi-ss-thermometer-three-quarters:before{content:""}.fi-ss-theta:before{content:""}.fi-ss-third:before{content:""}.fi-ss-third-award:before{content:""}.fi-ss-third-laurel:before{content:""}.fi-ss-third-medal:before{content:""}.fi-ss-thought-bubble:before{content:""}.fi-ss-three-direction:before{content:""}.fi-ss-three-leaf-clover:before{content:""}.fi-ss-thumbs-up-trust:before{content:""}.fi-ss-thumbtack:before{content:""}.fi-ss-thumbtack-slash:before{content:""}.fi-ss-thunderstorm:before{content:""}.fi-ss-thunderstorm-moon:before{content:""}.fi-ss-thunderstorm-risk:before{content:""}.fi-ss-thunderstorm-sun:before{content:""}.fi-ss-thursday:before{content:""}.fi-ss-ticket:before{content:""}.fi-ss-ticket-airline:before{content:""}.fi-ss-ticket-alt:before{content:""}.fi-ss-tickets:before{content:""}.fi-ss-tickets-airline:before{content:""}.fi-ss-tie:before{content:""}.fi-ss-tilde:before{content:""}.fi-ss-time-add:before{content:""}.fi-ss-time-check:before{content:""}.fi-ss-time-delete:before{content:""}.fi-ss-time-fast:before{content:""}.fi-ss-time-forward:before{content:""}.fi-ss-time-forward-sixty:before{content:""}.fi-ss-time-forward-ten:before{content:""}.fi-ss-time-half-past:before{content:""}.fi-ss-time-oclock:before{content:""}.fi-ss-time-past:before{content:""}.fi-ss-time-quarter-past:before{content:""}.fi-ss-time-quarter-to:before{content:""}.fi-ss-time-twenty-four:before{content:""}.fi-ss-time-watch-calendar:before{content:""}.fi-ss-timer-clock-call:before{content:""}.fi-ss-times-hexagon:before{content:""}.fi-ss-tint-slash:before{content:""}.fi-ss-tip-button:before{content:""}.fi-ss-tip-button-hand:before{content:""}.fi-ss-tip-coin:before{content:""}.fi-ss-tire:before{content:""}.fi-ss-tire-flat:before{content:""}.fi-ss-tire-pressure-warning:before{content:""}.fi-ss-tire-rugged:before{content:""}.fi-ss-tired:before{content:""}.fi-ss-to-do:before{content:""}.fi-ss-to-do-alt:before{content:""}.fi-ss-together-people:before{content:""}.fi-ss-toggle-off:before{content:""}.fi-ss-toggle-on:before{content:""}.fi-ss-toilet:before{content:""}.fi-ss-toilet-paper-blank:before{content:""}.fi-ss-toilet-paper-blank-under:before{content:""}.fi-ss-toilet-paper-slash:before{content:""}.fi-ss-toilet-paper-under:before{content:""}.fi-ss-toilet-paper-under-slash:before{content:""}.fi-ss-toilet-paper-xmark:before{content:""}.fi-ss-toilets-portable:before{content:""}.fi-ss-token:before{content:""}.fi-ss-tomato:before{content:""}.fi-ss-tombstone:before{content:""}.fi-ss-tombstone-alt:before{content:""}.fi-ss-tool-box:before{content:""}.fi-ss-tool-crop:before{content:""}.fi-ss-tool-marquee:before{content:""}.fi-ss-tools:before{content:""}.fi-ss-tooth:before{content:""}.fi-ss-toothbrush:before{content:""}.fi-ss-torch-inspiration-leader:before{content:""}.fi-ss-torii-gate:before{content:""}.fi-ss-tornado:before{content:""}.fi-ss-total:before{content:""}.fi-ss-tour-guide-people:before{content:""}.fi-ss-tour-virtual:before{content:""}.fi-ss-tower-control:before{content:""}.fi-ss-track:before{content:""}.fi-ss-tractor:before{content:""}.fi-ss-trademark:before{content:""}.fi-ss-traffic-cone:before{content:""}.fi-ss-traffic-light:before{content:""}.fi-ss-traffic-light-go:before{content:""}.fi-ss-traffic-light-slow:before{content:""}.fi-ss-traffic-light-stop:before{content:""}.fi-ss-trailer:before{content:""}.fi-ss-train:before{content:""}.fi-ss-train-journey:before{content:""}.fi-ss-train-side:before{content:""}.fi-ss-train-station:before{content:""}.fi-ss-train-station-building:before{content:""}.fi-ss-train-subway-tunnel:before{content:""}.fi-ss-train-track:before{content:""}.fi-ss-train-tram:before{content:""}.fi-ss-tram:before{content:""}.fi-ss-transaction-euro:before{content:""}.fi-ss-transaction-globe:before{content:""}.fi-ss-transaction-yen:before{content:""}.fi-ss-transform:before{content:""}.fi-ss-transformation-block:before{content:""}.fi-ss-transformation-circle:before{content:""}.fi-ss-transformation-design:before{content:""}.fi-ss-transformation-shapes:before{content:""}.fi-ss-transformer-bolt:before{content:""}.fi-ss-transgender:before{content:""}.fi-ss-translate:before{content:""}.fi-ss-transparency:before{content:""}.fi-ss-transporter:before{content:""}.fi-ss-transporter-1:before{content:""}.fi-ss-transporter-2:before{content:""}.fi-ss-transporter-3:before{content:""}.fi-ss-transporter-4:before{content:""}.fi-ss-transporter-5:before{content:""}.fi-ss-transporter-6:before{content:""}.fi-ss-transporter-7:before{content:""}.fi-ss-transporter-empty:before{content:""}.fi-ss-trash:before{content:""}.fi-ss-trash-bag:before{content:""}.fi-ss-trash-can-check:before{content:""}.fi-ss-trash-can-clock:before{content:""}.fi-ss-trash-can-list:before{content:""}.fi-ss-trash-can-plus:before{content:""}.fi-ss-trash-can-slash:before{content:""}.fi-ss-trash-check:before{content:""}.fi-ss-trash-clock:before{content:""}.fi-ss-trash-empty:before{content:""}.fi-ss-trash-list:before{content:""}.fi-ss-trash-plus:before{content:""}.fi-ss-trash-restore:before{content:""}.fi-ss-trash-restore-alt:before{content:""}.fi-ss-trash-slash:before{content:""}.fi-ss-trash-undo:before{content:""}.fi-ss-trash-undo-alt:before{content:""}.fi-ss-trash-xmark:before{content:""}.fi-ss-treadmill:before{content:""}.fi-ss-treasure-chest:before{content:""}.fi-ss-treatment:before{content:""}.fi-ss-tree:before{content:""}.fi-ss-tree-alt:before{content:""}.fi-ss-tree-christmas:before{content:""}.fi-ss-tree-deciduous:before{content:""}.fi-ss-trees:before{content:""}.fi-ss-trees-alt:before{content:""}.fi-ss-triangle:before{content:""}.fi-ss-triangle-music:before{content:""}.fi-ss-triangle-person-digging:before{content:""}.fi-ss-triangle-warning:before{content:""}.fi-ss-tricycle:before{content:""}.fi-ss-trillium:before{content:""}.fi-ss-troph-cap:before{content:""}.fi-ss-trophy:before{content:""}.fi-ss-trophy-achievement-skill:before{content:""}.fi-ss-trophy-star:before{content:""}.fi-ss-truck-arrow-left:before{content:""}.fi-ss-truck-arrow-right:before{content:""}.fi-ss-truck-bolt:before{content:""}.fi-ss-truck-box:before{content:""}.fi-ss-truck-check:before{content:""}.fi-ss-truck-container:before{content:""}.fi-ss-truck-container-empty:before{content:""}.fi-ss-truck-couch:before{content:""}.fi-ss-truck-droplet:before{content:""}.fi-ss-truck-fire:before{content:""}.fi-ss-truck-flatbed:before{content:""}.fi-ss-truck-front:before{content:""}.fi-ss-truck-ladder:before{content:""}.fi-ss-truck-loading:before{content:""}.fi-ss-truck-medical:before{content:""}.fi-ss-truck-monster:before{content:""}.fi-ss-truck-moving:before{content:""}.fi-ss-truck-pickup:before{content:""}.fi-ss-truck-plow:before{content:""}.fi-ss-truck-ramp:before{content:""}.fi-ss-truck-side:before{content:""}.fi-ss-truck-tow:before{content:""}.fi-ss-truck-utensils:before{content:""}.fi-ss-trumpet:before{content:""}.fi-ss-trust:before{content:""}.fi-ss-trust-alt:before{content:""}.fi-ss-tshirt:before{content:""}.fi-ss-tty:before{content:""}.fi-ss-tty-answer:before{content:""}.fi-ss-tubes:before{content:""}.fi-ss-tuesday:before{content:""}.fi-ss-tugrik-sign:before{content:""}.fi-ss-turkey:before{content:""}.fi-ss-turn-left:before{content:""}.fi-ss-turn-left-down:before{content:""}.fi-ss-turn-right:before{content:""}.fi-ss-turntable:before{content:""}.fi-ss-turtle:before{content:""}.fi-ss-tv-music:before{content:""}.fi-ss-tv-retro:before{content:""}.fi-ss-two-nails:before{content:""}.fi-ss-two-swords:before{content:""}.fi-ss-typewriter:before{content:""}.fi-ss-u:before{content:""}.fi-ss-ufo:before{content:""}.fi-ss-ufo-beam:before{content:""}.fi-ss-ui-ux:before{content:""}.fi-ss-umbrella:before{content:""}.fi-ss-umbrella-beach:before{content:""}.fi-ss-under-construction:before{content:""}.fi-ss-underline:before{content:""}.fi-ss-undo:before{content:""}.fi-ss-undo-alt:before{content:""}.fi-ss-unicorn:before{content:""}.fi-ss-uniform-martial-arts:before{content:""}.fi-ss-universal-access:before{content:""}.fi-ss-unlock:before{content:""}.fi-ss-up:before{content:""}.fi-ss-up-from-bracket:before{content:""}.fi-ss-up-left:before{content:""}.fi-ss-up-right:before{content:""}.fi-ss-up-right-from-square:before{content:""}.fi-ss-upload:before{content:""}.fi-ss-url:before{content:""}.fi-ss-usa-map:before{content:""}.fi-ss-usa-map-pin:before{content:""}.fi-ss-usb-pendrive:before{content:""}.fi-ss-usd-circle:before{content:""}.fi-ss-usd-square:before{content:""}.fi-ss-user:before{content:""}.fi-ss-user-add:before{content:""}.fi-ss-user-alien:before{content:""}.fi-ss-user-astronaut:before{content:""}.fi-ss-user-check:before{content:""}.fi-ss-user-chef:before{content:""}.fi-ss-user-coach:before{content:""}.fi-ss-user-cowboy:before{content:""}.fi-ss-user-crown:before{content:""}.fi-ss-user-dj:before{content:""}.fi-ss-user-eating:before{content:""}.fi-ss-user-experience:before{content:""}.fi-ss-user-fast-running:before{content:""}.fi-ss-user-forbidden:before{content:""}.fi-ss-user-forbidden-alt:before{content:""}.fi-ss-user-gear:before{content:""}.fi-ss-user-graduate:before{content:""}.fi-ss-user-hard-work:before{content:""}.fi-ss-user-headset:before{content:""}.fi-ss-user-helmet-safety:before{content:""}.fi-ss-user-india:before{content:""}.fi-ss-user-injured:before{content:""}.fi-ss-user-interface-ui:before{content:""}.fi-ss-user-key:before{content:""}.fi-ss-user-language:before{content:""}.fi-ss-user-lock:before{content:""}.fi-ss-user-md:before{content:""}.fi-ss-user-md-chat:before{content:""}.fi-ss-user-minus:before{content:""}.fi-ss-user-music:before{content:""}.fi-ss-user-ninja:before{content:""}.fi-ss-user-nurse:before{content:""}.fi-ss-user-pen:before{content:""}.fi-ss-user-pilot:before{content:""}.fi-ss-user-pilot-tie:before{content:""}.fi-ss-user-police:before{content:""}.fi-ss-user-roadmap:before{content:""}.fi-ss-user-robot:before{content:""}.fi-ss-user-robot-xmarks:before{content:""}.fi-ss-user-salary:before{content:""}.fi-ss-user-shield:before{content:""}.fi-ss-user-skill-gear:before{content:""}.fi-ss-user-slash:before{content:""}.fi-ss-user-speaking:before{content:""}.fi-ss-user-stress:before{content:""}.fi-ss-user-suitcase:before{content:""}.fi-ss-user-tag:before{content:""}.fi-ss-user-time:before{content:""}.fi-ss-user-trust:before{content:""}.fi-ss-user-unlock:before{content:""}.fi-ss-user-visor:before{content:""}.fi-ss-user-volunteer:before{content:""}.fi-ss-user-xmark:before{content:""}.fi-ss-users:before{content:""}.fi-ss-users-alt:before{content:""}.fi-ss-users-class:before{content:""}.fi-ss-users-gear:before{content:""}.fi-ss-users-loyalty:before{content:""}.fi-ss-users-medical:before{content:""}.fi-ss-users-slash:before{content:""}.fi-ss-utensils:before{content:""}.fi-ss-utensils-slash:before{content:""}.fi-ss-utility-pole:before{content:""}.fi-ss-utility-pole-double:before{content:""}.fi-ss-ux:before{content:""}.fi-ss-ux-browser:before{content:""}.fi-ss-v:before{content:""}.fi-ss-vacuum:before{content:""}.fi-ss-vacuum-robot:before{content:""}.fi-ss-value-absolute:before{content:""}.fi-ss-vault:before{content:""}.fi-ss-vector:before{content:""}.fi-ss-vector-alt:before{content:""}.fi-ss-vector-circle:before{content:""}.fi-ss-vector-polygon:before{content:""}.fi-ss-venus:before{content:""}.fi-ss-venus-double:before{content:""}.fi-ss-venus-mars:before{content:""}.fi-ss-vest:before{content:""}.fi-ss-vest-patches:before{content:""}.fi-ss-video-arrow-down-left:before{content:""}.fi-ss-video-arrow-up-right:before{content:""}.fi-ss-video-camera:before{content:""}.fi-ss-video-camera-alt:before{content:""}.fi-ss-video-duration:before{content:""}.fi-ss-video-plus:before{content:""}.fi-ss-video-slash:before{content:""}.fi-ss-videoconference:before{content:""}.fi-ss-vihara:before{content:""}.fi-ss-violin:before{content:""}.fi-ss-virus:before{content:""}.fi-ss-virus-slash:before{content:""}.fi-ss-viruses:before{content:""}.fi-ss-vision:before{content:""}.fi-ss-vision-sense:before{content:""}.fi-ss-vision-target:before{content:""}.fi-ss-visit:before{content:""}.fi-ss-voicemail:before{content:""}.fi-ss-volcano:before{content:""}.fi-ss-volleyball:before{content:""}.fi-ss-volume:before{content:""}.fi-ss-volume-down:before{content:""}.fi-ss-volume-mute:before{content:""}.fi-ss-volume-off:before{content:""}.fi-ss-volume-slash:before{content:""}.fi-ss-volunteer-vest:before{content:""}.fi-ss-vote-nay:before{content:""}.fi-ss-vote-yea:before{content:""}.fi-ss-vpn:before{content:""}.fi-ss-vpn-globe:before{content:""}.fi-ss-vpn-laptop:before{content:""}.fi-ss-vpn-shield:before{content:""}.fi-ss-vr-cardboard:before{content:""}.fi-ss-w:before{content:""}.fi-ss-waffle:before{content:""}.fi-ss-wagon-covered:before{content:""}.fi-ss-walker:before{content:""}.fi-ss-walkie-talkie:before{content:""}.fi-ss-walking:before{content:""}.fi-ss-wallet:before{content:""}.fi-ss-wallet-arrow:before{content:""}.fi-ss-wallet-buyer:before{content:""}.fi-ss-wallet-income:before{content:""}.fi-ss-wallet-nft:before{content:""}.fi-ss-warehouse-alt:before{content:""}.fi-ss-warranty:before{content:""}.fi-ss-washer:before{content:""}.fi-ss-waste:before{content:""}.fi-ss-waste-pollution:before{content:""}.fi-ss-watch:before{content:""}.fi-ss-watch-calculator:before{content:""}.fi-ss-watch-fitness:before{content:""}.fi-ss-watch-smart:before{content:""}.fi-ss-water:before{content:""}.fi-ss-water-bottle:before{content:""}.fi-ss-water-ladder:before{content:""}.fi-ss-water-lower:before{content:""}.fi-ss-water-rise:before{content:""}.fi-ss-watermelon:before{content:""}.fi-ss-wave:before{content:""}.fi-ss-wave-sine:before{content:""}.fi-ss-wave-square:before{content:""}.fi-ss-wave-triangle:before{content:""}.fi-ss-waveform:before{content:""}.fi-ss-waveform-path:before{content:""}.fi-ss-web-design:before{content:""}.fi-ss-web-test:before{content:""}.fi-ss-webcam:before{content:""}.fi-ss-webcam-slash:before{content:""}.fi-ss-webhook:before{content:""}.fi-ss-wednesday:before{content:""}.fi-ss-whale:before{content:""}.fi-ss-wheat:before{content:""}.fi-ss-wheat-awn:before{content:""}.fi-ss-wheat-awn-circle-exclamation:before{content:""}.fi-ss-wheat-awn-slash:before{content:""}.fi-ss-wheat-slash:before{content:""}.fi-ss-wheelchair:before{content:""}.fi-ss-wheelchair-move:before{content:""}.fi-ss-wheelchair-sleeping:before{content:""}.fi-ss-whistle:before{content:""}.fi-ss-white-space:before{content:""}.fi-ss-wifi:before{content:""}.fi-ss-wifi-1:before{content:""}.fi-ss-wifi-2:before{content:""}.fi-ss-wifi-alt:before{content:""}.fi-ss-wifi-exclamation:before{content:""}.fi-ss-wifi-slash:before{content:""}.fi-ss-wifi-xmark:before{content:""}.fi-ss-wind:before{content:""}.fi-ss-wind-turbine:before{content:""}.fi-ss-wind-warning:before{content:""}.fi-ss-window-alt:before{content:""}.fi-ss-window-frame:before{content:""}.fi-ss-window-frame-open:before{content:""}.fi-ss-window-maximize:before{content:""}.fi-ss-window-minimize:before{content:""}.fi-ss-window-restore:before{content:""}.fi-ss-windsock:before{content:""}.fi-ss-wine-bottle:before{content:""}.fi-ss-wine-glass-crack:before{content:""}.fi-ss-wine-glass-empty:before{content:""}.fi-ss-wisdom:before{content:""}.fi-ss-wishlist-heart:before{content:""}.fi-ss-wishlist-star:before{content:""}.fi-ss-woman-head:before{content:""}.fi-ss-woman-scientist:before{content:""}.fi-ss-won-sign:before{content:""}.fi-ss-work-in-progress:before{content:""}.fi-ss-workflow:before{content:""}.fi-ss-workflow-alt:before{content:""}.fi-ss-workflow-setting:before{content:""}.fi-ss-workflow-setting-alt:before{content:""}.fi-ss-workshop:before{content:""}.fi-ss-world:before{content:""}.fi-ss-worldwide-network:before{content:""}.fi-ss-worm:before{content:""}.fi-ss-wreath:before{content:""}.fi-ss-wrench-alt:before{content:""}.fi-ss-wrench-simple:before{content:""}.fi-ss-x:before{content:""}.fi-ss-x-ray:before{content:""}.fi-ss-y:before{content:""}.fi-ss-yen:before{content:""}.fi-ss-yin-yang:before{content:""}.fi-ss-yoga-mat:before{content:""}.fi-ss-yoga-moon:before{content:""}.fi-ss-yoga-posture:before{content:""}.fi-ss-z:before{content:""}.fi-ss-zero-percent:before{content:""}.fi-ss-zip-file:before{content:""}.fi-ss-zoom-in:before{content:""}.fi-ss-zoom-out:before{content:""}.fi-ss-it-computer:before{content:""}.fi-ss-pinata:before{content:""}body{font-family:"Montserrat",sans-serif;color:#25323d}.nk-header-index{position:absolute;top:0;right:0;z-index:15;width:100%}.nk-header-index .nnk-header-top-other{background:rgba(0,0,0,0) !important}@media(min-width: 576px){.nk-header-top-index{color:#fff}}.nk-header-top-other{display:flex;flex-direction:column;background-color:#076ead;color:#fff;position:relative;padding:.5rem 0}.nk-header-top-other a,.nk-header-top-other a:hover,.nk-header-top-other a:visited,.nk-header-top-other s:focus{color:#fff}.nk-header-top-other .nk-login{float:right;text-align:right}.nk-header-top-other .nk-login a,.nk-header-top-other .nk-login a:hover,.nk-header-top-other .nk-login a:focus,.nk-header-top-other .nk-login a:visited{text-decoration:none}@media(max-width: 767.98px){.nk-header-top-other .nk-login{margin-right:0;text-align:left;padding-left:.5rem;padding-right:.5rem}}.nk-header-main{position:relative;z-index:1;box-shadow:0px 4px 16px 0px rgba(11,93,146,.0392156863)}.nk-header-main::before{height:68px;position:absolute;left:0;top:0;z-index:-1;content:"";background-color:#fff;width:100%}.nk-header-content{position:relative;margin-right:auto;margin-left:auto;max-width:1400px;width:100%}.nk-logo{margin-top:10px;background:url(../img/logo.svg) no-repeat;width:192px;height:45px;z-index:1;margin-left:4rem;position:relative;flex-shrink:0}@media(max-width: 1199.98px){.nk-logo{margin-left:.5rem}}.nk-photo-container{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;margin-bottom:2rem;z-index:10}.nk-photo-container h1,.nk-photo-container .h1{color:#fff !important;text-align:center;text-transform:uppercase;padding-top:2rem;font-size:min(3.4vw,3.6rem);font-weight:400;line-height:min(5vw,5em);position:relative;z-index:1;margin-top:110px}@media(max-width: 767.98px){.nk-photo-container{margin-bottom:.7rem}.nk-photo-container h1,.nk-photo-container .h1{margin-top:0 !important;padding-top:50px !important;font-size:1rem;font-weight:400;line-height:1.5rem}}.nk-photo{background:url(../img/photo.png);position:relative;width:100%;height:100%;overflow:hidden;background-position:center top;background-size:cover}.nk-photo:after{background:rgba(20,27,38,.8);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.nk-photo-other{background:url(../img/photo.png);position:relative;width:100%;height:300px;overflow:hidden;background-position:center top;background-size:cover}.nk-photo-other:before{background:rgba(20,27,38,.8);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.nk-photo-other .nk-photo-other-text{position:relative}.nk-header-index-nav{text-align:center;margin-top:3rem;z-index:1}.nk-header-index-nav i{font-size:2rem}.nk-header-index-nav a{display:flex;align-items:center;justify-content:left;flex-direction:row;color:#fff !important;background:rgba(38,147,240,.1215686275) !important;border-radius:10px;padding:1.5rem 1.5rem}.nk-header-index-nav a p{margin:0;white-space:nowrap}.nk-header-index-nav a.active{background-color:#37a1e5 !important;color:#fff}.nk-header-index-nav a.active:hover,.nk-header-index-nav a.active:focus{background:rgba(47,163,237,.8) !important}.nk-header-index-nav a img{width:48px;height:48px}.nk-header-index-nav .col{margin-top:3rem}@media(max-width: 575.98px){.nk-header-index-nav{margin-top:.5rem}.nk-header-index-nav i{font-size:1rem}.nk-header-index-nav .btn,.nk-header-index-nav .nk-list-addr .nk-btn-addr,.nk-list-addr .nk-header-index-nav .nk-btn-addr,.nk-header-index-nav .nk-list-addr .nk-btn-addr-remove,.nk-list-addr .nk-header-index-nav .nk-btn-addr-remove{font-size:.7rem}.nk-header-index-nav a{padding:.5rem .5rem}.nk-header-index-nav img{width:28px !important;height:28px !important}.nk-header-index-nav .col{margin-top:1rem;flex:none !important}}.nk-main{position:relative;overflow:hidden;min-height:max(400px,100vh - 108px - 245px)}@media(max-width: 575.98px){.nk-main-index h2,.nk-main-index .h2{font-size:1.625rem}}.nk-main-other{background-color:#f3f6fa}.nk-main-other .nk-main-other-content{position:relative}.nk-main-other:before{position:absolute;top:10%;left:0%;content:" ";background:url(../img/bg-dot-end-middle.svg) no-repeat;width:516px;height:992px;z-index:0;rotate:180deg}.nk-container-width{max-width:1400px}.nk-bg-dot:before{position:absolute;top:0;left:0;background:url(../img/bg-dot-ts.svg) no-repeat;content:" ";width:496px;height:496px;z-index:-1}.nk-bg-dot-end{position:relative}.nk-bg-dot-end:after{position:absolute;top:50%;right:0%;transform:translateY(-50%);content:" ";background:url(../img/bg-dot-end-middle.svg) no-repeat;width:516px;height:992px;z-index:-1}.nk-content{overflow:auto;max-width:1170px}.footer-top{background:#0f2334;color:#cad1db;padding:1rem 2rem}.footer-top h2,.footer-top .h2{font-size:1rem;color:#f1f1f1;position:relative;font-weight:600;color:#cad1db}.footer-top ul{padding-left:0rem}.footer-top ul>li{list-style:none;line-height:2rem}.footer-top ul>li a,.footer-top ul>li a:hover,.footer-top ul>li a:focus,.footer-top ul>li a:visited{color:#cad1db;text-decoration:none !important}.footer-bottom{display:flex;flex-direction:row;background:#0f2334;color:#cad1db;padding:.5rem 2rem;border-top:1px solid #586573}.footer-bottom a,.footer-bottom a:hover,.footer-bottom a:focus,.footer-bottom a:visited{color:#cad1db;text-decoration:none !important}@media(max-width: 575.98px){.footer-bottom{flex-direction:column}.footer-bottom .nk-cpr{margin-left:0 !important}}@media(max-width: 575.98px){.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{padding-right:.5rem !important;padding-left:.5rem !important}.row{margin-right:-0.5rem !important;margin-left:-0.5rem !important}div[class^=col-]{padding-right:.5rem !important;padding-left:.5rem !important}}#nkSideMenu .offcanvas-body{background:#f4f6fa}#nkSideMenu .offcanvas-body .navbar-nav{color:#25323d}#nkSideMenu ul.nk-sdm-lvl1 .nk-sdm-link{width:100%;display:block;text-decoration:none;color:#25323d;text-transform:uppercase;font-weight:600;font-size:.875rem;line-height:2.25rem}#nkSideMenu ul.nk-sdm-lvl1 .nk-sdm-link.active{color:#37a1e5}#nkSideMenu ul.nk-sdm-lvl1 .nk-sdm-link.active:before{display:inline-block;content:"";-webkit-border-radius:.375rem;border-radius:.375rem;height:.75rem !important;width:.75rem !important;margin-right:.5rem;background-color:#37a1e5;vertical-align:middle;transition:all .5s;margin-bottom:.2rem}@media(prefers-reduced-motion: reduce){#nkSideMenu ul.nk-sdm-lvl1 .nk-sdm-link.active:before{transition:none}}#nkSideMenu .list-group-item{background:rgba(0,0,0,0);border:none;border-radius:12px}#nkSideMenu .list-group-item.disabled{color:#9a9ca0}#nkSideMenu .list-group-item:hover{background-color:#ebf7ff}#nkSideMenu .list-group-item.active{background:#37a0e5}#nkSideMenu .list-group-item.active:hover{background:#066ead}.nk-header-navbar.navbar{padding-top:0;padding-bottom:0;justify-content:flex-end}.nk-header-navbar.navbar ul li a.nav-link,.nk-header-navbar.navbar ul li a.nk-btn-transparent,.nk-header-navbar.navbar ul li .nk-header-index-nav a,.nk-header-index-nav .nk-header-navbar.navbar ul li a{text-transform:uppercase;font-weight:500;padding:22px 15px;color:#333;display:block;position:relative;padding-left:1em}.nk-header-navbar.navbar ul li.active a.nav-link,.nk-header-navbar.navbar ul li.active a.nk-btn-transparent,.nk-header-navbar.navbar ul li.active .nk-header-index-nav a,.nk-header-index-nav .nk-header-navbar.navbar ul li.active a{color:#37a1e5;display:list-item;padding-left:1em}.nk-header-navbar.navbar ul li.active a.nav-link.nav-link,.nk-header-navbar.navbar ul li.active a.nk-btn-transparent,.nk-header-navbar.navbar ul li.active .nk-header-index-nav a,.nk-header-index-nav .nk-header-navbar.navbar ul li.active a{color:#37a1e5}.nk-header-navbar.navbar ul li.active a.nav-link.nav-link:before,.nk-header-navbar.navbar ul li.active a.nk-btn-transparent:before,.nk-header-navbar.navbar ul li.active .nk-header-index-nav a:before,.nk-header-index-nav .nk-header-navbar.navbar ul li.active a:before{position:relative;display:inline-block;content:" ";-webkit-border-radius:.375rem;border-radius:.375rem;height:.75rem !important;width:.75rem !important;margin-right:.5rem;background-color:#37a1e5;vertical-align:middle;transition:all .5s;margin-bottom:.2rem}@media(prefers-reduced-motion: reduce){.nk-header-navbar.navbar ul li.active a.nav-link.nav-link:before,.nk-header-navbar.navbar ul li.active a.nk-btn-transparent:before,.nk-header-navbar.navbar ul li.active .nk-header-index-nav a:before,.nk-header-index-nav .nk-header-navbar.navbar ul li.active a:before{transition:none}}.nk-header-navbar.navbar a.nav-link:hover,.nk-header-navbar.navbar a.nk-btn-transparent:hover,.nk-header-navbar.navbar .nk-header-index-nav a:hover,.nk-header-index-nav .nk-header-navbar.navbar a:hover{color:#37a1e5;transition:all .5s}@media(prefers-reduced-motion: reduce){.nk-header-navbar.navbar a.nav-link:hover,.nk-header-navbar.navbar a.nk-btn-transparent:hover,.nk-header-navbar.navbar .nk-header-index-nav a:hover,.nk-header-index-nav .nk-header-navbar.navbar a:hover{transition:none}}.nk-header-navbar.navbar .dropdown-menu{border:none;border-top-left-radius:0;border-top-right-radius:0;position:absolute;float:left;z-index:1000}.nk-header-navbar.navbar .dropdown-menu a{padding-top:.7rem;padding-bottom:.7rem}.nk-header-navbar.navbar .dropdown-menu a:hover,.nk-header-navbar.navbar .dropdown-menu a:focus{background-color:#d6ecff;transition:all .7s}@media(prefers-reduced-motion: reduce){.nk-header-navbar.navbar .dropdown-menu a:hover,.nk-header-navbar.navbar .dropdown-menu a:focus{transition:none}}.nk-header-navbar.navbar .dropdown-menu a.active{background-color:#2d88c2;color:#fff}.nk-header-navbar.navbar .dropdown-menu a.disabled{background-color:#f8f9fa}.nk-header-navbar.navbar .dropdown-menu.show{transition:all .7s;right:0 !important;left:auto !important;border-top:1px solid #beddf5}@media(prefers-reduced-motion: reduce){.nk-header-navbar.navbar .dropdown-menu.show{transition:none}}.nk-header-navbar.navbar ul li>a:after{bottom:22px;left:auto;right:15px}.nk-header-navbar.navbar ul li.active>a:before,.nk-header-navbar.navbar ul li.active>a:after,.nk-header-navbar.navbar ul li:hover>a:before,.nk-header-navbar.navbar ul li:hover>a:after{width:45%}.nk-header-navbar.navbar .nav-link,.nk-header-navbar.navbar .nk-btn-transparent,.nk-header-navbar.navbar .nk-header-index-nav a,.nk-header-index-nav .nk-header-navbar.navbar a{white-space:nowrap !important;color:#374151}@media(max-width: 991.98px){.nk-header-navbar.navbar{min-height:68px;text-decoration:none}.nk-header-navbar.navbar .nav-link:after,.nk-header-navbar.navbar .nk-btn-transparent:after,.nk-header-navbar.navbar .nk-header-index-nav a:after,.nk-header-index-nav .nk-header-navbar.navbar a:after{display:none}.nk-header-navbar.navbar .nav-link:before,.nk-header-navbar.navbar .nk-btn-transparent:before,.nk-header-navbar.navbar .nk-header-index-nav a:before,.nk-header-index-nav .nk-header-navbar.navbar a:before{display:none}}.nk-header-navbar-sm.navbar ul li a.nav-link,.nk-header-navbar-sm.navbar ul li a.nk-btn-transparent,.nk-header-navbar-sm.navbar ul li .nk-header-index-nav a,.nk-header-index-nav .nk-header-navbar-sm.navbar ul li a{padding-left:.5rem !important;padding-right:.5rem !important;font-size:14px}ul#country-listbox{z-index:20}ul.breadcrumb{background-color:rgba(0,0,0,0)}.nk-border-top-start-radius{border-top-left-radius:12px}.nk-border-top-end-radius{border-top-right-radius:12px}.nk-border-bottom-start-radius{border-bottom-left-radius:12px}.nk-border-bottom-end-radius{border-bottom-right-radius:12px}.nk-no-border-radius{border-radius:0 !important}.nk-plat-all{color:#155724;font-weight:bold;font-size:150%}@media(max-width: 575.98px){.nk-plat-all{font-size:110%}}.nk-title-icon{display:flex;justify-content:flex-start;align-items:center}.nk-title-icon i{background-color:#c6ddff;color:#c2e2ff;width:2rem;height:2rem;position:relative;display:flex;justify-content:center;align-items:center;margin-right:.5rem;flex-shrink:0}#nk-tabs-about .nav-link:not(.active),#nk-tabs-about .nk-btn-transparent:not(.active),#nk-tabs-about .nk-header-index-nav a:not(.active),.nk-header-index-nav #nk-tabs-about a:not(.active){color:#777;background:#f2f2f2}#nk-tabs-about .nav-link:not(.active) i,#nk-tabs-about .nk-btn-transparent:not(.active) i,#nk-tabs-about .nk-header-index-nav a:not(.active) i,.nk-header-index-nav #nk-tabs-about a:not(.active) i{color:#777}#nk-tabs-about .nav-link,#nk-tabs-about .nk-btn-transparent,#nk-tabs-about .nk-header-index-nav a,.nk-header-index-nav #nk-tabs-about a{padding:1rem 1rem;margin:.5rem 0;text-align:center;font-size:.9rem}#nk-tabs-about .nav-link i,#nk-tabs-about .nk-btn-transparent i,#nk-tabs-about .nk-header-index-nav a i,.nk-header-index-nav #nk-tabs-about a i{font-size:30px}@media(max-width: 991.98px){#nk-tabs-about{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap}#nk-tabs-about .nav-link,#nk-tabs-about .nk-btn-transparent,#nk-tabs-about .nk-header-index-nav a,.nk-header-index-nav #nk-tabs-about a{white-space:nowrap;padding:1rem 1rem;text-align:center;font-size:.9rem}#nk-tabs-about .nav-link i,#nk-tabs-about .nk-btn-transparent i,#nk-tabs-about .nk-header-index-nav a i,.nk-header-index-nav #nk-tabs-about a i{font-size:24px}}.nk-tabs-content-about{padding-top:2rem}.nk-badge-primary{color:#c2e2ff;background-color:#c6ddff}.nav-tabs{border-bottom:none}.nav-tabs .nav-link,.nav-tabs .nk-btn-transparent,.nav-tabs .nk-header-index-nav a,.nk-header-index-nav .nav-tabs a{border-bottom:var(--bs-border-width) solid #fff}.nav-tabs .nav-link.active,.nav-tabs .active.nk-btn-transparent,.nav-tabs .nk-header-index-nav a.active,.nk-header-index-nav .nav-tabs a.active{border-color:#fff !important}@media(max-width: 991.98px){.nav-tabs{flex-direction:column !important;margin-bottom:5px}.nav-tabs .nav-link,.nav-tabs .nk-btn-transparent,.nav-tabs .nk-header-index-nav a,.nk-header-index-nav .nav-tabs a{background-color:#fff;margin-top:5px;margin-bottom:5px;border-radius:12px;box-shadow:0px 4px 16px 0px rgba(11,93,146,.04)}.nav-tabs .nav-link.active,.nav-tabs .active.nk-btn-transparent,.nav-tabs .nk-header-index-nav a.active,.nk-header-index-nav .nav-tabs a.active{background-color:#e2edf9}}.nk-list-addr{display:flex;flex-direction:column !important}.nk-list-addr>.btn-group{display:flex !important}.nk-list-addr .nk-btn-addr,.nk-list-addr .nk-btn-addr-remove{background:#fff;border-color:#fff}.nk-list-addr .nk-btn-addr:hover,.nk-list-addr .nk-btn-addr:focus,.nk-list-addr .nk-btn-addr-remove:hover,.nk-list-addr .nk-btn-addr-remove:focus{border-color:#ebf7ff;background-color:#ebf7ff}.nk-list-addr .nk-btn-addr{flex-grow:1 !important;text-align:left;transition:all .5s ease;border-top-right-radius:0;border-bottom-right-radius:0}.nk-list-addr .nk-btn-addr-remove{border-top-left-radius:0;border-bottom-left-radius:0}.nk-list-addr .nk-addr-active a{border-color:#37a1e5;color:#fff;background-color:#37a1e5}.nk-list-addr .nk-addr-active a:hover,.nk-list-addr .nk-addr-active a:focus{border-color:#076ead;background-color:#076ead;color:#fff}.nk-list-addr .nk-addr-active a i{color:#fff}div.required label:after{content:" *";color:red}div.required .custom-radio label:after{content:""}.nk-user-admin{color:#affb6c !important}.nk-list-unstyled{padding-left:1.5rem !important;list-style:none}.nk-okp-fee{float:right}@media(max-width: 767.98px){.nk-okp-fee{float:left}}.nk-phist-filter .disabled,.nk-btn-group .disabled{background-color:#83a1cc !important;border-color:#83a1cc !important;color:#fff}.nk-phist-filter .nk-btn-plat,.nk-phist-filter .nk-btn-group-blue,.nk-btn-group .nk-btn-plat,.nk-btn-group .nk-btn-group-blue{background-color:#d0dff5 !important;border-color:#d0dff5 !important;color:#3a5171}.nk-phist-filter .nk-btn-plat.active,.nk-phist-filter .nk-btn-group-blue.active,.nk-btn-group .nk-btn-plat.active,.nk-btn-group .nk-btn-group-blue.active{background-color:#83a1cc !important;border-color:#83a1cc !important;color:#fff !important}.nk-phist-filter .nk-btn-plat::before,.nk-phist-filter .nk-btn-group-blue::before,.nk-btn-group .nk-btn-plat::before,.nk-btn-group .nk-btn-group-blue::before{background:#dbe6f9 !important;border-color:#dbe6f9 !important}.nk-phist-filter .nk-btn-plat:hover,.nk-phist-filter .nk-btn-plat:focus,.nk-phist-filter .nk-btn-group-blue:hover,.nk-phist-filter .nk-btn-group-blue:focus,.nk-btn-group .nk-btn-plat:hover,.nk-btn-group .nk-btn-plat:focus,.nk-btn-group .nk-btn-group-blue:hover,.nk-btn-group .nk-btn-group-blue:focus{background-color:#bad2f6 !important}@media(max-width: 575.98px){.nk-phist-filter,.nk-btn-group{margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:column}.nk-phist-filter .btn,.nk-phist-filter .nk-list-addr .nk-btn-addr,.nk-list-addr .nk-phist-filter .nk-btn-addr,.nk-phist-filter .nk-list-addr .nk-btn-addr-remove,.nk-list-addr .nk-phist-filter .nk-btn-addr-remove,.nk-btn-group .btn,.nk-btn-group .nk-list-addr .nk-btn-addr,.nk-list-addr .nk-btn-group .nk-btn-addr,.nk-btn-group .nk-list-addr .nk-btn-addr-remove,.nk-list-addr .nk-btn-group .nk-btn-addr-remove{text-align:left}.nk-phist-filter>.btn.d-none+.btn,.nk-list-addr .nk-phist-filter>.d-none.nk-btn-addr+.btn,.nk-list-addr .nk-phist-filter>.d-none.nk-btn-addr-remove+.btn,.nk-list-addr .nk-phist-filter>.btn.d-none+.nk-btn-addr,.nk-list-addr .nk-phist-filter>.d-none.nk-btn-addr+.nk-btn-addr,.nk-list-addr .nk-phist-filter>.d-none.nk-btn-addr-remove+.nk-btn-addr,.nk-list-addr .nk-phist-filter>.btn.d-none+.nk-btn-addr-remove,.nk-list-addr .nk-phist-filter>.d-none.nk-btn-addr+.nk-btn-addr-remove,.nk-list-addr .nk-phist-filter>.d-none.nk-btn-addr-remove+.nk-btn-addr-remove,.nk-btn-group>.btn.d-none+.btn,.nk-list-addr .nk-btn-group>.d-none.nk-btn-addr+.btn,.nk-list-addr .nk-btn-group>.d-none.nk-btn-addr-remove+.btn,.nk-list-addr .nk-btn-group>.btn.d-none+.nk-btn-addr,.nk-list-addr .nk-btn-group>.d-none.nk-btn-addr+.nk-btn-addr,.nk-list-addr .nk-btn-group>.d-none.nk-btn-addr-remove+.nk-btn-addr,.nk-list-addr .nk-btn-group>.btn.d-none+.nk-btn-addr-remove,.nk-list-addr .nk-btn-group>.d-none.nk-btn-addr+.nk-btn-addr-remove,.nk-list-addr .nk-btn-group>.d-none.nk-btn-addr-remove+.nk-btn-addr-remove{border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.nk-phist-filter>.btn:first-child,.nk-list-addr .nk-phist-filter>.nk-btn-addr:first-child,.nk-list-addr .nk-phist-filter>.nk-btn-addr-remove:first-child,.nk-btn-group>.btn:first-child,.nk-list-addr .nk-btn-group>.nk-btn-addr:first-child,.nk-list-addr .nk-btn-group>.nk-btn-addr-remove:first-child{border-top-left-radius:12px !important;border-top-right-radius:12px !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.nk-phist-filter>.btn:last-child,.nk-list-addr .nk-phist-filter>.nk-btn-addr:last-child,.nk-list-addr .nk-phist-filter>.nk-btn-addr-remove:last-child,.nk-btn-group>.btn:last-child,.nk-list-addr .nk-btn-group>.nk-btn-addr:last-child,.nk-list-addr .nk-btn-group>.nk-btn-addr-remove:last-child{border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.nk-phist-filter>.btn-group:last-child a,.nk-btn-group>.btn-group:last-child a{border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:12px !important;border-bottom-right-radius:12px !important}}.btn-primary{background-color:#c8e4f8;border-color:#c8e4f8;color:#2693f0}.btn-primary:hover{color:#fff}.btn-success{background-color:#e1f5e8;border-color:#e1f5e8;color:#00a06d}.btn-success:hover{color:#fff}.nk-box-shadow,.nk-tab-payment a#tab-pb.active,.nk-tab-payment a#tab-pbpp.active,.nk-tab-payment a#tab-pb:hover.active,.nk-tab-payment #tab-pbpp:hover.active,.nk-header-navbar.navbar .dropdown-menu{box-shadow:0px 4px 16px 0px rgba(11,93,146,.04)}.nk-box-radius{border-radius:12px}.nk-choose-ym .ym-dlist:before{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.nk-choose-ym .input-group-text{background-color:#fff}.nk-payment-counters .input-group{flex-wrap:nowrap !important;min-width:15em}@media(max-width: 575.98px){.nk-payment-counters{flex-wrap:wrap !important}}.breadcrumb{display:flex}@media(max-width: 575.98px){.breadcrumb{display:none}}.nk-index-block-about{font-size:2rem;font-weight:400;line-height:2.75rem;letter-spacing:-0.02em;text-align:center}@media(max-width: 575.98px){.nk-index-block-about{font-size:1.125rem !important;line-height:1.75rem}}.nk-index-block-faq{background-image:url(../img/news-bg.png);background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;z-index:0}.nk-index-block-faq:before,.nk-index-block-faq:after{position:absolute;width:100%;height:100%;content:" ";transition:ease all 1s;z-index:1}.nk-index-block-faq:before{top:0;left:0;background:url(../img/card-img-hover-1.svg) no-repeat;background-position:top left}.nk-index-block-faq:after{bottom:0;right:0;background:url(../img/card-img-hover-4.svg) no-repeat;background-position:bottom right}.nk-index-block-faq .container{position:relative;z-index:10}.nk-index-block-faq .container h1,.nk-index-block-faq .container .h1,.nk-index-block-faq .container h2,.nk-index-block-faq .container .h2,.nk-index-block-faq .container h3,.nk-index-block-faq .container .h3,.nk-index-block-faq .container h4,.nk-index-block-faq .container .h4{color:#fff}.nk-scroll{position:relative;display:flex;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent)}.nk-scroll .nk-scroll-item{scale:.8}.nk-scroll .nk-scroll-primary,.nk-scroll .nk-scroll-secondary{display:flex;align-items:center;justify-content:center;white-space:nowrap;animation:scrollPrimary var(--time) linear infinite;animation-delay:calc(var(--time)*-1)}.nk-scroll .nk-scroll-secondary{animation:scrollSecondary var(--time) linear infinite;animation-delay:calc(var(--time)/-2)}@keyframes scrollPrimary{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}@keyframes scrollSecondary{0%{transform:translateX(0)}100%{transform:translateX(-200%)}}.nk-news-default{background:#fff !important}.nk-news-primary{background:#ebf7ff !important}.nk-news-warning{background:#fffae0 !important}.nk-news-success{background:#e1f5e8 !important}.nk-news-danger{background:#f8d7da !important}.select2-container--krajee-bs5 .select2-selection{border-radius:12px !important}.select2-selection__clear{padding-top:3px;margin-right:7px}.nk-reverse{unicode-bidi:bidi-override;direction:rtl}.nk-fade-in-2{animation:fadeIn 1.5s ease-in-out forwards}.nk-fade-in-3{animation:fadeIn 2.5s ease-in-out forwards}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeTr{from{opacity:0}to{opacity:1}}.nk-fade-tr{animation:fadeTr .5s ease-in-out forwards}.nkTariff table{display:block;width:100%;overflow-x:auto;border:none !important}.nkTariff table>thead>tr{border:none}.nkTariff table>thead>tr>th,.nkTariff table>thead>tr>td{border:none}.nkTariff table>tbody>tr{border:none}.nkTariff table>tbody>tr>th,.nkTariff table>tbody>tr>td{border-left:none;border-right:none;border-top:none;border-bottom-color:#d4d9df !important}.nkTariff div.dataTables_wrapper{width:800px;margin:0 auto}.nk-pre-scrollable{max-height:340px;overflow-y:scroll}.lst-posels .list-group-item.active .text-muted{color:#fff !important}.nk-nav-pills .nav-link:hover,.nk-nav-pills .nk-btn-transparent:hover,.nk-nav-pills .nk-header-index-nav a:hover,.nk-header-index-nav .nk-nav-pills a:hover{background:#37a1e5;border-color:#37a1e5;color:#fff;transition:all .3s}@media(prefers-reduced-motion: reduce){.nk-nav-pills .nav-link:hover,.nk-nav-pills .nk-btn-transparent:hover,.nk-nav-pills .nk-header-index-nav a:hover,.nk-header-index-nav .nk-nav-pills a:hover{transition:none}}.nk-bg-blue{background:#f3f6fa}.bg-primary{background-color:#c8e4f8 !important}.bg-info{background-color:#cff4fc !important}.bg-success{background-color:#e1f5e8 !important}.bg-danger{background-color:#f8d7da !important}.bg-warning{background-color:#fffae0 !important}.nk-border-round{border-radius:24px !important}abbr:not([title]){border-bottom:1px dotted;text-decoration:none}.alert-primary{border-color:#d6ecff;background-color:#d6ecff;color:#25323d}.alert-primary i{color:#37a0e5}.alert-warning{border-color:#fffae0;background-color:#fffae0;color:#25323d}.alert-warning i{color:#e59d01}.alert-success{border-color:#e1f5e8;background-color:#e1f5e8;color:#25323d}.alert-success i{color:#00a06d}.alert-danger{border-color:#f8d7da;background-color:#f8d7da;color:#25323d}.alert-danger i{color:#58151c}.alert-info{border-color:#cff4fc;color:#25323d}.alert-secondary{border-color:#e2e3e5;color:#25323d}.alert-secondary i{color:#2b2f32}.alert-light{border-color:#f1f4f8;color:#25323d}.alert-light i{color:#495057}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:#144066;font-family:"Montserrat",sans-serif;font-weight:600}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.8rem}h4,.h4{font-size:1.6rem}h5,.h5{font-size:1.3rem}h6,.h6{font-size:1rem}.nk-font-12{font-size:1.2rem}.nk-font-13{font-size:1.3rem}.nk-font-14{font-size:1.4rem}.nk-font-15{font-size:1.5rem}.nk-font-17{font-size:1.7rem}.nk-font-20{font-size:2rem}@media(max-width: 575.98px){h1,.h1{font-size:1.2rem;font-weight:600}h2,.h2{font-size:1.1rem;font-weight:600}}.nk-text-wrap{white-space:normal !important}.nk-text-und-dotted{text-decoration-style:dotted;text-decoration-line:underline}.nk-text-color{color:#25323d}.nk-text-red{color:#fa4547 !important}.nk-text-green{color:#318f32 !important}.nk-text-blue{color:#076ead}.nk-text-blue-light,.nk-block-info{color:#c2e2ff}.nk-text-blue-accent{color:#37a1e5}.nk-bg-info,.nk-block-info{background-color:#c6ddff !important}.fi{-webkit-font-smoothing:antialiased;display:var(--fi-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:middle}.nk-link-nodecoration,.nk-link-nodecoration:hover,.nk-link-nodecoration:focus,.nk-link-nodecoration:visited{text-decoration:none !important}.nk-link-light,.nk-link-light:hover,.nk-link-light:focus,.nk-link-light:visited{color:#fff;text-decoration:none !important}.nk-link-light:hover,.nk-link-light:focus{opacity:.8}.btn-primary{background:#37a1e5 !important;border-color:#37a1e5 !important;color:#fff !important;border-radius:12px;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-primary{transition:none}}.btn-primary:hover,.btn-primary:focus{background:#076ead !important;border-color:#076ead !important;color:#fff !important;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-primary:hover,.btn-primary:focus{transition:none}}.btn-outline-primary{border-color:#37a1e5 !important;color:#37a1e5 !important;border-radius:12px;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-primary{transition:none}}.btn-outline-primary:hover,.btn-outline-primary:focus{background:#37a1e5 !important;border-color:#37a1e5 !important;color:#fff !important;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-primary:hover,.btn-outline-primary:focus{transition:none}}.btn-success{background:#00a06d !important;border-color:#00a06d !important;color:#fff !important;border-radius:12px;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-success{transition:none}}.btn-success:hover,.btn-success:focus{background:#008f61 !important;border-color:#008f61 !important;color:#fff !important;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-success:hover,.btn-success:focus{transition:none}}.btn-outline-success{border-color:#00a06d !important;color:#00a06d !important;border-radius:12px;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-success{transition:none}}.btn-outline-success:hover,.btn-outline-success:focus{background:#00a06d !important;border-color:#00a06d !important;color:#fff !important;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-success:hover,.btn-outline-success:focus{transition:none}}.btn-info{background:rgba(3,176,211,.8) !important;border-color:rgba(3,176,211,.8) !important;color:#fff !important;border-radius:12px;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-info{transition:none}}.btn-info:hover,.btn-info:focus{background:rgba(2,140,168,.8) !important;border-color:rgba(2,140,168,.8) !important;color:#fff !important;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-info:hover,.btn-info:focus{transition:none}}.btn-outline-info{border-color:rgba(3,176,211,.8) !important;color:rgba(3,176,211,.8) !important;border-radius:12px;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-info{transition:none}}.btn-outline-info:hover,.btn-outline-info:focus{background:rgba(3,176,211,.8) !important;border-color:rgba(3,176,211,.8) !important;color:#fff !important;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-info:hover,.btn-outline-info:focus{transition:none}}.btn-warning{background:#e59d00 !important;border-color:#e59d00 !important;color:#fff !important;border-radius:12px;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-warning{transition:none}}.btn-warning:hover,.btn-warning:focus{background:#c98b03 !important;border-color:#c98b03 !important;color:#fff !important;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-warning:hover,.btn-warning:focus{transition:none}}.btn-outline-warning{border-color:#e59d00 !important;color:#e59d00 !important;border-radius:12px;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-warning{transition:none}}.btn-outline-warning:hover,.btn-outline-warning:focus{background:#e59d00 !important;border-color:#e59d00 !important;color:#fff !important;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-warning:hover,.btn-outline-warning:focus{transition:none}}.btn-outline-light{transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-light{transition:none}}.btn-outline-light:hover,.btn-outline-light:focus{color:#37a1e5 !important;transition:all .3s}@media(prefers-reduced-motion: reduce){.btn-outline-light:hover,.btn-outline-light:focus{transition:none}}.nk-btn-light-primary,.nk-nav-pills .nav-link.active,.nk-nav-pills .active.nk-btn-transparent,.nk-nav-pills .nk-header-index-nav a.active,.nk-header-index-nav .nk-nav-pills a.active{background:#d6ecff;border-color:#d6ecff;border-radius:12px;color:#37a1e5;transition:all .3s}@media(prefers-reduced-motion: reduce){.nk-btn-light-primary,.nk-nav-pills .nav-link.active,.nk-nav-pills .active.nk-btn-transparent,.nk-nav-pills .nk-header-index-nav a.active,.nk-header-index-nav .nk-nav-pills a.active{transition:none}}.nk-btn-light-primary:hover,.nk-nav-pills .nav-link.active:hover,.nk-nav-pills .active.nk-btn-transparent:hover,.nk-nav-pills .nk-header-index-nav a.active:hover,.nk-header-index-nav .nk-nav-pills a.active:hover,.nk-btn-light-primary:focus,.nk-nav-pills .nav-link.active:focus,.nk-nav-pills .active.nk-btn-transparent:focus,.nk-nav-pills .nk-header-index-nav a.active:focus,.nk-header-index-nav .nk-nav-pills a.active:focus{background:#37a1e5;border-color:#37a1e5;color:#fff;transition:all .3s}@media(prefers-reduced-motion: reduce){.nk-btn-light-primary:hover,.nk-nav-pills .nav-link.active:hover,.nk-nav-pills .active.nk-btn-transparent:hover,.nk-nav-pills .nk-header-index-nav a.active:hover,.nk-header-index-nav .nk-nav-pills a.active:hover,.nk-btn-light-primary:focus,.nk-nav-pills .nav-link.active:focus,.nk-nav-pills .active.nk-btn-transparent:focus,.nk-nav-pills .nk-header-index-nav a.active:focus,.nk-header-index-nav .nk-nav-pills a.active:focus{transition:none}}.nk-btn-light-success{background:#e1f5e8;border-color:#e1f5e8;border-radius:12px;color:#00a06d;transition:all .3s}@media(prefers-reduced-motion: reduce){.nk-btn-light-success{transition:none}}.nk-btn-light-success:hover,.nk-btn-light-success:focus{background:#00a06d;border-color:#00a06d;color:#fff;transition:all .3s}@media(prefers-reduced-motion: reduce){.nk-btn-light-success:hover,.nk-btn-light-success:focus{transition:none}}.nk-btn-light-warning{background:#fffae0;border-color:#fffae0;border-radius:12px;color:#e59d00;transition:all .3s}@media(prefers-reduced-motion: reduce){.nk-btn-light-warning{transition:none}}.nk-btn-light-warning:hover,.nk-btn-light-warning:focus{background:#e59d00;border-color:#e59d00;color:#fff;transition:all .3s}@media(prefers-reduced-motion: reduce){.nk-btn-light-warning:hover,.nk-btn-light-warning:focus{transition:none}}.nk-btn-outline-primary{background:#fff;border:1px solid #37a1e5;border-radius:12px}.nk-btn-outline-primary i{color:#37a1e5}.nk-btn-outline-primary:hover,.nk-btn-outline-primary:focus{background:#ebf7ff;border:1px solid #37a1e5}.nk-btn-outline-primary.text-truncate.dropdown-toggle::after{position:absolute;right:10px;top:50%;color:#37a1e5}.nk-btn-transparent{display:flex;align-items:center;justify-content:left;flex-direction:row;color:#fff !important;background:rgba(38,147,240,.1215686275) !important;border-radius:10px;padding:1.5rem 1.5rem}.nk-btn-transparent p{margin:0;white-space:nowrap}.nk-btn-transparent.active{background-color:#37a1e5 !important;color:#fff}.nk-btn-transparent.active:hover,.nk-btn-transparent.active:focus{background:rgba(47,163,237,.8) !important}.nk-btn-transparent:hover{background:#096ead !important}@media(max-width: 575.98px){.nk-btn-transparent{font-size:.7rem;padding:.5rem .5rem}.nk-btn-transparent i{font-size:1rem}}.alert-danger .btn-outline-danger{border-color:#58151c;color:#58151c}.alert-danger .btn-outline-danger:hover,.alert-danger .btn-outline-danger:focus{background-color:#58151c;color:#fff !important}.alert-danger .btn-outline-danger:hover .fi,.alert-danger .btn-outline-danger:focus .fi{color:#fff !important}.nk-table,.nkTariff table{filter:drop-shadow(0px 4px 16px rgba(11, 93, 146, 0.04))}.nk-table thead,.nkTariff table thead{border:none;background:#d6ecff}.nk-table thead th,.nkTariff table thead th,.nk-table thead td,.nkTariff table thead td{background:#d6ecff;color:#2693f0;font-weight:600;vertical-align:middle;border-bottom:none;border-bottom-color:#2693f0 !important}.nk-table.nk-table-thead-rounded thead tr:first-child th:first-child,.nkTariff table.nk-table-thead-rounded thead tr:first-child th:first-child,.nk-table.nk-table-thead-rounded thead tr:first-child td:first-child,.nkTariff table.nk-table-thead-rounded thead tr:first-child td:first-child{border-top-left-radius:12px}.nk-table.nk-table-thead-rounded thead tr:first-child th:last-child,.nkTariff table.nk-table-thead-rounded thead tr:first-child th:last-child,.nk-table.nk-table-thead-rounded thead tr:first-child td:last-child,.nkTariff table.nk-table-thead-rounded thead tr:first-child td:last-child{border-top-right-radius:12px}.nk-table.nk-table-thead-rounded thead tr:last-child th:first-child,.nkTariff table.nk-table-thead-rounded thead tr:last-child th:first-child,.nk-table.nk-table-thead-rounded thead tr:last-child td:first-child,.nkTariff table.nk-table-thead-rounded thead tr:last-child td:first-child{border-bottom-left-radius:12px}.nk-table.nk-table-thead-rounded thead tr:last-child th:last-child,.nkTariff table.nk-table-thead-rounded thead tr:last-child th:last-child,.nk-table.nk-table-thead-rounded thead tr:last-child td:last-child,.nkTariff table.nk-table-thead-rounded thead tr:last-child td:last-child{border-bottom-right-radius:12px}.nk-table tbody:before,.nkTariff table tbody:before{content:" ";display:block;line-height:10px;text-indent:-99999px}.nk-table tbody tr:first-child td:first-child,.nkTariff table tbody tr:first-child td:first-child,.nk-table tbody tr:first-child th:first-child,.nkTariff table tbody tr:first-child th:first-child{border-top-left-radius:12px}.nk-table tbody tr:first-child td:last-child,.nkTariff table tbody tr:first-child td:last-child,.nk-table tbody tr:first-child th:last-child,.nkTariff table tbody tr:first-child th:last-child{border-top-right-radius:12px}.nk-table tfoot tr:last-child th:first-child,.nkTariff table tfoot tr:last-child th:first-child{border-bottom-left-radius:12px}.nk-table tfoot tr:last-child th:last-child,.nkTariff table tfoot tr:last-child th:last-child{border-bottom-right-radius:12px}.nk-table tfoot th,.nkTariff table tfoot th{background:#f7fafc;border-width:1px,0px,1px,0px;border-style:solid;border-color:#ebeef5;color:#25323d;font-weight:600}.nk-table-dark thead th{color:#333;background:#c9d6e9;vertical-align:middle;text-align:center;border-bottom:1px solid #a3a3a3}.nk-table-dark{border-bottom:1px solid #a3a3a3}.nk-table .nk-summ,.nkTariff table .nk-summ{text-align:right !important}.table thead th.nk-th-top,.nkTariff table thead th.nk-th-top{vertical-align:top !important}@media(max-width: 767.98px){table.nk-table-responsive thead{display:none}table.nk-table-responsive tbody td,table.nk-table-responsive tfoot td,table.nk-table-responsive tfoot th{display:block;padding:.5rem;text-align:right !important;font-size:.9rem}table.nk-table-responsive tbody tr td:first-child,table.nk-table-responsive tfoot tr td:first-child,table.nk-table-responsive tfoot tr th:first-child{background:#d6ecff;color:#37a1e5;text-align:right !important;border-radius:12px !important;margin-top:5px;margin-bottom:5px}table.nk-table-responsive tbody tr td:first-child+td,table.nk-table-responsive tfoot tr td:first-child+td,table.nk-table-responsive tfoot tr th:first-child+th{border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}table.nk-table-responsive tbody tr td:last-child,table.nk-table-responsive tfoot tr td:last-child,table.nk-table-responsive tfoot tr th:last-child{border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:12px;border-bottom-right-radius:12px}table.nk-table-responsive tbody tr td:first-child a,table.nk-table-responsive tfoot tr td:first-child a,table.nk-table-responsive tfoot tr th:first-child a{color:#fff}table.nk-table-responsive tbody tr td:first-child:before,table.nk-table-responsive tfoot tr td:first-child:before,table.nk-table-responsive tfoot tr th:first-child:before{color:#37a1e5}table.nk-table-responsive tbody td:before,table.nk-table-responsive tfoot td:before,table.nk-table-responsive tfoot td:before,table.nk-table-responsive tfoot th:before{content:attr(data-th);display:inline-block;float:left !important;text-align:left !important;margin-right:1rem;color:#6c747d;font-size:.9rem}table.nk-table-responsive tr th:last-child,table.nk-table-responsive tr td:last-child{max-width:100% !important;min-width:100px !important;width:100% !important}table.nk-table-responsive tfoot.nk-tfoot-success tr td:first-child,table.nk-table-responsive tfoot.nk-tfoot-success tr th:first-child{background:#e1f5e8;color:#00a06d}}.nk-table-contacts{border-spacing:5px;border-collapse:separate}.nk-table-contacts>thead>tr>th,.nk-table-contacts>tbody>tr>td{border-radius:12px}.nk-forward-total-title{text-align:right !important;font-weight:bold}@media(max-width: 767.98px){.nk-forward-total-title{text-align:left !important}}.table-success{border-color:#c3d4c8 !important}.table-info{border-color:#bddee5 !important}.table-danger{border-color:#dabdc0 !important}.table-warning{border-color:#dcd8c1 !important}.nk-card .card-header{color:#4f4f4f}.nk-card .card-header p{margin-bottom:0}@media(max-width: 575.98px){.nk-card .card-header{padding-left:.7rem;padding-right:.7rem}}.nk-card-prc{color:#828282;font-size:80%;font-weight:400}.nk-card-plat{font-size:.875rem}.nk-card-plat .card-body{padding-top:.5rem !important;color:#25323d}.nk-card-plat .card-header{border-bottom:none !important}.nk-card-plat .card-footer{border-left:3px solid #93c8ee;border-top:none !important}.nk-card-plat .nk-firme-icon{padding:.3rem;background-color:#ebf7ff;color:#37a1e5;width:40px;height:40px;border-radius:12px}@media(max-width: 767.98px){.nk-card-plat .nk-firme-icon{width:45px;height:45px}}.nk-card-plat .input-group-text{background:#ebf7ff}.nk-card-plat-all{border:none}.nk-card-plat-all .card-body{color:#25323d}.nk-card-plat-all .card-header,.nk-card-plat-all .card-footer{background-color:#e1f5e8;color:#00a06d;border:none}.nk-card-info{border:none;padding:0 !important}.nk-card-info .card-header{padding:1rem}.nk-card-info hr{border-color:#8a96a0;margin-top:.5rem;margin-bottom:.5rem}.nk-card-info .card-footer{background-color:#fff;border:none}.nk-card-info .btn-link{padding:0}.nk-card-info .card-header{background:#d6ecff;color:#37a1e5;border:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.nk-card-info .btn-link{color:#37a1e5}.nk-card-info .btn-link:hover,.nk-card-info .btn-link:focus{color:#076ead}.nk-card-warning,.nk-card-outline-warning{border:none;padding:0 !important;border:none;padding:0 !important}.nk-card-warning .card-header,.nk-card-outline-warning .card-header{padding:1rem}.nk-card-warning hr,.nk-card-outline-warning hr{border-color:#8a96a0;margin-top:.5rem;margin-bottom:.5rem}.nk-card-warning .card-footer,.nk-card-outline-warning .card-footer{background-color:#fff;border:none}.nk-card-warning .btn-link,.nk-card-outline-warning .btn-link{padding:0}.nk-card-warning .card-header,.nk-card-outline-warning .card-header{padding:1rem}.nk-card-warning hr,.nk-card-outline-warning hr{border-color:#8a96a0;margin-top:.5rem;margin-bottom:.5rem}.nk-card-warning .card-footer,.nk-card-outline-warning .card-footer{background-color:#fff;border:none}.nk-card-warning .btn-link,.nk-card-outline-warning .btn-link{padding:0}.nk-card-warning .card-header,.nk-card-outline-warning .card-header{background:#fffae0;color:#e59d01;border:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.nk-card-warning .btn-link,.nk-card-outline-warning .btn-link{color:#e59d01}.nk-card-warning .btn-link:hover,.nk-card-outline-warning .btn-link:hover,.nk-card-warning .btn-link:focus,.nk-card-outline-warning .btn-link:focus{color:#d18f01}.nk-card-success,.nk-card-outline-success{border:none;padding:0 !important;border:none;padding:0 !important}.nk-card-success .card-header,.nk-card-outline-success .card-header{padding:1rem}.nk-card-success hr,.nk-card-outline-success hr{border-color:#8a96a0;margin-top:.5rem;margin-bottom:.5rem}.nk-card-success .card-footer,.nk-card-outline-success .card-footer{background-color:#fff;border:none}.nk-card-success .btn-link,.nk-card-outline-success .btn-link{padding:0}.nk-card-success .card-header,.nk-card-outline-success .card-header{padding:1rem}.nk-card-success hr,.nk-card-outline-success hr{border-color:#8a96a0;margin-top:.5rem;margin-bottom:.5rem}.nk-card-success .card-footer,.nk-card-outline-success .card-footer{background-color:#fff;border:none}.nk-card-success .btn-link,.nk-card-outline-success .btn-link{padding:0}.nk-card-success .card-header,.nk-card-outline-success .card-header{background:#e1f5e8;color:#00a06d;border:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.nk-card-success .btn-link,.nk-card-outline-success .btn-link{color:#00a06d}.nk-card-success .btn-link:hover,.nk-card-outline-success .btn-link:hover,.nk-card-success .btn-link:focus,.nk-card-outline-success .btn-link:focus{color:#008c5f}.nk-card-outline-success{background:#fff !important}.nk-card-outline-warning{background:#fff !important}.nk-card-footer-light{background:none !important;border:none !important}.nk-flip-card{position:relative;height:384px;width:max(2vw,384px);margin:10px 0;transition:ease all 2.3s;perspective:1200px;border-radius:24px}.nk-flip-card h1,.nk-flip-card .h1{transition:ease all 1.5s;opacity:1}.nk-flip-card:hover .nk-flip-cover{transform:rotateX(0deg) rotateY(-180deg)}.nk-flip-card:hover .nk-flip-cover:before{transform:translateZ(30px)}.nk-flip-card:hover .nk-flip-cover:after{background-color:#000}.nk-flip-card:hover .nk-flip-cover h1,.nk-flip-card:hover .nk-flip-cover .h1{opacity:0;transition:ease all 1.5s}.nk-flip-card .nk-flip-cover{position:absolute;height:100%;width:100%;transform-style:preserve-3d;transition:ease all 2.3s;background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:24px}.nk-flip-card .nk-flip-cover:before{content:"";position:absolute;border:2px solid rgba(255,255,255,.3);box-shadow:0 0 12px rgba(0,0,0,.3);top:15px;left:15px;right:15px;bottom:15px;z-index:2;transition:ease all 2.3s;transform-style:preserve-3d;transform:translateZ(0px);border-radius:24px}.nk-flip-card .nk-flip-cover.nk-flip-1{background-image:url(../img/card-bg-1.png)}.nk-flip-card .nk-flip-cover.nk-flip-2{background-image:url(../img/card-bg-2.png)}.nk-flip-card .nk-flip-cover.nk-flip-3{background-image:url(../img/card-bg-3.png)}.nk-flip-card .nk-flip-cover h1,.nk-flip-card .nk-flip-cover .h1{font-weight:600;position:absolute;left:0;right:0;bottom:55px;margin-inline:auto;width:fit-content;color:#fff;transform-style:preserve-3d;transition:ease all 2.3s;z-index:3;transform:translateZ(0px);font-size:min(2.4vw,2rem)}@media(max-width: 767.98px){.nk-flip-card .nk-flip-cover h1,.nk-flip-card .nk-flip-cover .h1{font-size:2rem}}.nk-flip-card .nk-flip-card-back{position:absolute;height:100%;width:100%;background:linear-gradient(360deg, rgba(40, 100, 123, 0.8) 0%, rgba(22, 40, 48, 0.8) 100%);transform-style:preserve-3d;transition:ease all 2.3s;transform:translateZ(-1px);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:24px;color:#fff}.nk-flip-card .nk-flip-card-back a,.nk-flip-card .nk-flip-card-back p{transform:translateZ(-1px) rotatey(-180deg)}.nk-flip-card .nk-flip-card-back a{background:rgba(0,0,0,0);border:1px solid #fff;font-weight:200;font-size:1.3em;color:#fff;padding:14px 32px;outline:none;text-decoration:none}.nk-flip-card .nk-flip-card-back a:hover{background-color:#fff;color:#0b0f08}.nk-card-img .nk-cards-img-1,.nk-card-img .nk-cards-img-2,.nk-card-img .nk-cards-img-3,.nk-card-img .nk-cards-img-4{background-size:cover;background-position:center center;background-repeat:no-repeat;min-height:432px;overflow:hidden}@media(max-width: 767.98px){.nk-card-img .nk-cards-img-1,.nk-card-img .nk-cards-img-2,.nk-card-img .nk-cards-img-3,.nk-card-img .nk-cards-img-4{min-height:auto}}.nk-card-img .nk-cards-img-1,.nk-card-img .nk-cards-img-2,.nk-card-img .nk-cards-img-3,.nk-card-img .nk-cards-img-4{position:relative}.nk-card-img .nk-cards-img-1:before,.nk-card-img .nk-cards-img-1:after,.nk-card-img .nk-cards-img-2:before,.nk-card-img .nk-cards-img-2:after,.nk-card-img .nk-cards-img-3:before,.nk-card-img .nk-cards-img-3:after,.nk-card-img .nk-cards-img-4:before,.nk-card-img .nk-cards-img-4:after{position:absolute;opacity:0;width:100%;height:100%;content:" ";transition:ease all 1s}.nk-card-img .nk-cards-img-1:before,.nk-card-img .nk-cards-img-2:before,.nk-card-img .nk-cards-img-3:before,.nk-card-img .nk-cards-img-4:before{top:0;left:0;z-index:2}.nk-card-img .nk-cards-img-1:after,.nk-card-img .nk-cards-img-2:after,.nk-card-img .nk-cards-img-3:after,.nk-card-img .nk-cards-img-4:after{z-index:3;background-repeat:no-repeat;scale:0}.nk-card-img .nk-cards-img-1:hover:before,.nk-card-img .nk-cards-img-2:hover:before,.nk-card-img .nk-cards-img-3:hover:before,.nk-card-img .nk-cards-img-4:hover:before{opacity:.7;transition:ease all 1s}.nk-card-img .nk-cards-img-1:hover:after,.nk-card-img .nk-cards-img-2:hover:after,.nk-card-img .nk-cards-img-3:hover:after,.nk-card-img .nk-cards-img-4:hover:after{scale:none;translate:none;opacity:1;transition:ease all .5s}.nk-card-img .nk-cards-img-1{background-image:url(../img/card-img-bg-1.png)}.nk-card-img .nk-cards-img-1:before{background:linear-gradient(109.8deg, rgba(15, 82, 108, 0.9) 0%, rgba(86, 174, 208, 0.9) 100%)}.nk-card-img .nk-cards-img-1:after{top:0;left:0;background:url(../img/card-img-hover-1.svg) no-repeat;background-position:top left;translate:-50% -50%}.nk-card-img .nk-cards-img-2{background-image:url(../img/card-img-bg-2.png)}.nk-card-img .nk-cards-img-2:before{background:linear-gradient(109.8deg, rgba(53, 118, 175, 0.9) 0%, rgba(20, 74, 121, 0.9) 100%)}.nk-card-img .nk-cards-img-2:after{top:0;right:0;background:url(../img/card-img-hover-2.svg) no-repeat;background-position:top right;translate:150% -100%}.nk-card-img .nk-cards-img-3{background-image:url(../img/card-img-bg-3.png)}.nk-card-img .nk-cards-img-3:before{background:linear-gradient(109.8deg, rgba(20, 74, 121, 0.9) 0%, rgba(53, 118, 175, 0.9) 100%)}.nk-card-img .nk-cards-img-3:after{bottom:0;left:0;background:url(../img/card-img-hover-3.svg) no-repeat;background-position:bottom left;translate:-50% 150%}.nk-card-img .nk-cards-img-4{background-image:url(../img/card-img-bg-4.png)}.nk-card-img .nk-cards-img-4:before{background:linear-gradient(109.8deg, rgba(86, 174, 208, 0.9) 0%, rgba(15, 82, 108, 0.9) 100%)}.nk-card-img .nk-cards-img-4:after{top:0;right:0;background:url(../img/card-img-hover-4.svg) no-repeat;background-position:bottom right;translate:150% 150%}.nk-card-img .nk-card-img-content{position:relative;color:#fff;padding:3.5rem 7rem;z-index:10}.nk-card-img .nk-card-img-content h1,.nk-card-img .nk-card-img-content .h1{color:#fff;font-weight:600;font-size:3.75rem}.nk-card-img .nk-card-img-content p{font-size:1.2rem}@media(min-width: 768px)and (max-width: 991.98px){.nk-card-img .nk-card-img-content{padding:3rem}}@media(max-width: 767.98px){.nk-card-img .nk-card-img-content{padding:3rem}.nk-card-img .nk-card-img-content h1,.nk-card-img .nk-card-img-content .h1{font-size:1.625rem}.nk-card-img .nk-card-img-content p{font-size:1rem}}@media(max-width: 575.98px){.nk-card-img .nk-card-img-content{padding:2rem !important}}.nk-card-shadow{display:flex;flex-direction:column;justify-content:center;box-shadow:0px 4px 20px rgba(12,57,84,.08);border-radius:24px;padding:24px 32px;background:#fff}.nk-card-shadow-fw{width:280px;height:136px}.nk-card-icon-wrapper{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-between;gap:2.5rem}.nk-card-icon-wrapper .nk-card-icon{display:flex;flex-direction:column;border-radius:24px;box-shadow:0px 4px 20px rgba(12,57,84,.08);padding:2rem 3rem;justify-content:center;align-content:center;position:relative;width:280px;text-align:center;background:#fff}.nk-card-icon-wrapper .nk-card-icon .nk-icon-corner{position:absolute;top:0;left:0;background:#ebf7ff;color:#89c4f7;border-top-left-radius:24px;border-bottom-right-radius:24px;font-size:1.5rem;padding:.8rem}.nk-card-icon-wrapper .nk-card-icon .nk-card-number{color:#37a0e5;font-size:2.5rem;font-weight:600}@media(max-width: 625px){.nk-card-icon-wrapper .nk-card-icon{width:100% !important}.nk-card-icon-wrapper .nk-card-icon:last-child{display:none}}@media(max-width: 991.98px){.nk-card-icon-wrapper{justify-content:center}}.nk-news-cards{gap:.625rem}.nk-news-cards .nk-card-shadow{max-width:590px;padding:2rem}.nk-cards-collapse .nk-cards-collapse-header{font-size:1.2rem}.nk-cards-collapse .nk-cards-collapse-header,.nk-cards-collapse .nk-cards-collapse-header:hover,.nk-cards-collapse .nk-cards-collapse-header:focus,.nk-cards-collapse .nk-cards-collapse-header:visited{text-decoration:none !important;color:#25323d}.nk-cards-collapse .nk-cards-collapse-header[aria-expanded=false] .nk-collapse-icon-up{display:none}.nk-cards-collapse .nk-cards-collapse-header[aria-expanded=true] .nk-collapse-icon-down{display:none}@media(max-width: 767.98px){.nk-cards-collapse .nk-cards-collapse-header{font-size:.875rem !important}.nk-cards-collapse .nk-cards-collapse-header .nk-icon-circle{width:30px;height:30px}}@media(max-width: 767.98px){.nk-cards-collapse{font-size:.875rem}}.nk-icon-circle{display:flex;width:45px;height:45px;justify-content:center;align-items:center;font-size:26px;color:#37a1e5;border:1px solid #37a1e5;border-radius:50%}.nk-card-content,.nk-card-plat{border:none;box-shadow:0px 4px 16px rgba(11,93,146,.04);border-radius:12px}.nk-paym-cards{display:flex;flex-direction:row}.nk-paym-card{display:flex;flex-direction:column;padding:16px 16px 8px 16px;border-radius:8px;font-size:16px;transition:transform .2s}.nk-paym-card .nk-paym-card-wrapper{display:flex;flex-direction:row}.nk-paym-card .nk-paym-card-content{display:flex;flex-direction:column;flex-grow:1 !important}.nk-paym-card .nk-paym-card-icons{display:flex;flex-direction:column;padding-left:8px}.nk-paym-card .btn-link{text-decoration:none;color:#e3f6ff;transition:transform .2s}.nk-paym-card .btn-link:hover,.nk-paym-card .btn-link:focus{text-decoration:none;color:#fff !important;transition:transform .2s}.nk-paym-card:hover{-webkit-box-shadow:4px 4px 8px 0 rgba(34,60,80,.2);box-shadow:4px 4px 8px 0 rgba(34,60,80,.2);transform:translateY(-3px);transition:transform .2s}.nk-paym-card-e{background-image:linear-gradient(90deg, #62addf, #2c73a5);color:#fff}.nk-btn-add-card{display:flex;flex-direction:row;padding:16px;background-image:linear-gradient(90deg, #58b058, #3c763d);color:#fff}.nk-btn-add-card .nk-paym-card-content{display:flex;flex-direction:row}.nk-btn-add-card .nk-btn-add-card-text{display:flex;flex-direction:column;padding-right:10px}.nk-tab-payment .nav-link,.nk-tab-payment .nk-header-index-nav a,.nk-header-index-nav .nk-tab-payment a,.nk-tab-payment .nk-btn-transparent,.nk-tab-payment .nav-link:focus{background-color:#fff;color:#777;border:1px solid #fff;transition:all .5s;margin-right:3px}.nk-tab-payment .nav-link:hover,.nk-tab-payment .nk-header-index-nav a:hover,.nk-header-index-nav .nk-tab-payment a:hover,.nk-tab-payment .nk-btn-transparent:hover{-webkit-box-shadow:4px 4px 8px 0 rgba(34,60,80,.2);box-shadow:4px 4px 8px 0 rgba(34,60,80,.2);background-color:#fff;color:#333;transition:all .5s}.nk-tab-payment .nav-link:hover .nk-tab-hint,.nk-tab-payment .nk-header-index-nav a:hover .nk-tab-hint,.nk-header-index-nav .nk-tab-payment a:hover .nk-tab-hint,.nk-tab-payment .nk-btn-transparent:hover .nk-tab-hint{display:block;transition:all 2s}.nk-tab-payment a#tab-pb .nk-tab-hint,.nk-tab-payment a#tab-pbpp .nk-tab-hint,.nk-tab-payment a#tab-pb:hover .nk-tab-hint,.nk-tab-payment #tab-pbpp:hover .nk-tab-hint{background:#28a745;color:#fff}.nk-tab-payment a#tab-pb.active,.nk-tab-payment a#tab-pbpp.active,.nk-tab-payment a#tab-pb:hover.active,.nk-tab-payment #tab-pbpp:hover.active{border:1px solid #28a745}.nk-tab-payment a#tab-pb:hover,.nk-tab-payment #tab-pbpp:hover{border:1px solid #28a745}.nk-tab-payment a#tab-wfpay .nk-tab-hint,.nk-tab-payment a#tab-wfpay:hover .nk-tab-hint{background:#17a2b8;color:#fff}.nk-tab-payment a#tab-wfpay.active,.nk-tab-payment a#tab-wfpay:hover.active{border:1px solid #17a2b8}.nk-tab-payment a#tab-easypay .nk-tab-hint,.nk-tab-payment a#tab-easypay:hover .nk-tab-hint{font-size:65%;background:#0552b1;color:#fff}.nk-tab-payment a#tab-easypay.active,.nk-tab-payment a#tab-easypay:hover.active{border:1px solid #0552b1}.nk-tab-payment a#tab-easypay:hover{border:1px solid #0552b1}.nk-tab-payment a#tab-pumb .nk-tab-hint,.nk-tab-payment a#tab-pumb:hover .nk-tab-hint{font-size:65%;background:#c11915;color:#fff}.nk-tab-payment a#tab-pumb.active,.nk-tab-payment a#tab-pumb:hover.active{border:1px solid #c11915}.nk-tab-payment a#tab-pumb:hover{border:1px solid #c11915}.nk-tab-payment .nav-link.active,.nk-tab-payment .nk-header-index-nav a.active,.nk-header-index-nav .nk-tab-payment a.active,.nk-tab-payment .active.nk-btn-transparent,.nk-tab-payment .nav-link.active:hover,.nk-tab-payment .nk-header-index-nav a.active:hover,.nk-header-index-nav .nk-tab-payment a.active:hover,.nk-tab-payment .active.nk-btn-transparent:hover,.nk-tab-payment .nav-link.active:focus,.nk-tab-payment .nk-header-index-nav a.active:focus,.nk-header-index-nav .nk-tab-payment a.active:focus,.nk-tab-payment .active.nk-btn-transparent:focus{background-color:#fff !important;color:#333}.nk-tab-payment .tab-bank{position:relative}.nk-tab-payment .nk-tab-hint{display:none;position:absolute;bottom:0;left:0;padding-left:7px;transition:all .5s;font-size:.7rem;width:100%;opacity:.9;border-bottom-left-radius:12px;border-bottom-right-radius:12px}@media(max-width: 767.98px){.nk-tab-payment .nav-link,.nk-tab-payment .nk-header-index-nav a,.nk-header-index-nav .nk-tab-payment a,.nk-tab-payment .nk-btn-transparent{margin-bottom:.5rem}}@media(max-width: 767.98px){.nk-tab-payment-row{margin-top:.7rem}}.nk-tab-payment-white .nav-link,.nk-tab-payment-white .nk-header-index-nav a,.nk-header-index-nav .nk-tab-payment-white a,.nk-tab-payment-white .nk-btn-transparent,.nk-tab-payment-white .nav-link:focus{border:1px solid #d5d5d5}.nk-carusel{position:relative;margin:auto}.nk-carusel .arrow{display:flex;width:45px;height:45px;justify-content:center;align-items:center;border-radius:50%;z-index:1;font-size:26px;color:#fff;background:#fff;cursor:pointer;border:1px solid #37a1e5;border-radius:50%}.nk-carusel .arrow:hover,.nk-carusel .arrow:focus{border:1px solid #076ead;color:#076ead;background:#ebf7ff}.nk-carusel .nk-carusel-vp{height:400px;display:flex;align-items:center;position:relative;overflow:hidden;margin:auto}@media(max-width: 575.98px){.nk-carusel .nk-carusel-vp{margin-top:1rem}}.nk-carusel .nk-carusel-inner{position:absolute;left:0px;top:0;display:flex;gap:40px;height:100%;margin-top:20px;height:380px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:2s}.nk-carusel .nk-carusel-item{width:590px;overflow:hidden;display:flex;flex-direction:column;padding:0 !important;transition:all .7s ease-out}.nk-carusel .nk-carusel-item .nk-news-link{font-weight:600;text-decoration:none}.nk-carusel .nk-carusel-item .nk-news-link:hover,.nk-carusel .nk-carusel-item .nk-news-link:focus,.nk-carusel .nk-carusel-item .nk-news-link:visited{text-decoration:none}.nk-carusel .nk-carusel-item:hover{transition:all .7s ease-out;transform:translate(0, -20px)}.nk-carusel .nk-carusel-item h1,.nk-carusel .nk-carusel-item .h1,.nk-carusel .nk-carusel-item h2,.nk-carusel .nk-carusel-item .h2,.nk-carusel .nk-carusel-item h3,.nk-carusel .nk-carusel-item .h3,.nk-carusel .nk-carusel-item h4,.nk-carusel .nk-carusel-item .h4{color:#066ead;font-size:1.2rem}.nk-carusel .nk-carusel-item i.nk-news-di{color:#c3e1ff}.nk-carusel .nk-carusel-item .nk-news-link{color:#37a0e5}.nk-carusel .nk-carusel-item.nk-news-primary{background-color:#ebf7ff !important}.nk-carusel .nk-carusel-item.nk-news-success{background-color:#e1f5e8 !important}.nk-carusel .nk-carusel-item.nk-news-success h1,.nk-carusel .nk-carusel-item.nk-news-success .h1,.nk-carusel .nk-carusel-item.nk-news-success h4,.nk-carusel .nk-carusel-item.nk-news-success .h4,.nk-carusel .nk-carusel-item.nk-news-success .nk-news-link,.nk-carusel .nk-carusel-item.nk-news-success i{color:#00a06d !important}.nk-carusel .nk-carusel-item.nk-news-warning{background-color:#fffae0 !important}.nk-carusel .nk-carusel-item.nk-news-warning h1,.nk-carusel .nk-carusel-item.nk-news-warning .h1,.nk-carusel .nk-carusel-item.nk-news-warning h4,.nk-carusel .nk-carusel-item.nk-news-warning .h4,.nk-carusel .nk-carusel-item.nk-news-warning .nk-news-link,.nk-carusel .nk-carusel-item.nk-news-warning i{color:#e59d01 !important}.nk-carusel .nk-carusel-item.nk-news-danger{background-color:#f8d7da !important}.nk-carusel .nk-carusel-item.nk-news-danger h1,.nk-carusel .nk-carusel-item.nk-news-danger .h1,.nk-carusel .nk-carusel-item.nk-news-danger h4,.nk-carusel .nk-carusel-item.nk-news-danger .h4,.nk-carusel .nk-carusel-item.nk-news-danger .nk-news-link,.nk-carusel .nk-carusel-item.nk-news-danger i{color:#be4854 !important}.nk-carusel .nk-carusel-item .nk-carusel-item-content{height:100%;padding:24px 32px}.nk-carusel .nk-carusel-item .nk-carusel-item-body{overflow:hidden;max-height:350px}@media(max-width: 575.98px){.nk-carusel .nk-carusel-item{width:100vw}.nk-carusel .nk-carusel-item .nk-carusel-item-content{padding:24px 24px}.nk-carusel .nk-carusel-item h1,.nk-carusel .nk-carusel-item .h1,.nk-carusel .nk-carusel-item h2,.nk-carusel .nk-carusel-item .h2,.nk-carusel .nk-carusel-item h3,.nk-carusel .nk-carusel-item .h3,.nk-carusel .nk-carusel-item h4,.nk-carusel .nk-carusel-item .h4{color:#066ead;font-size:1rem}}.nk-carusel.nk-carusel-about .nk-carusel-vp{height:450px}.nk-carusel.nk-carusel-about .nk-carusel-item{width:400px !important}.nk-photo-wrapper{position:relative;height:100%;min-height:800px;background:url(../img/photo.png);background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:12px;color:#fff}.nk-photo-wrapper h1,.nk-photo-wrapper .h1,.nk-photo-wrapper h2,.nk-photo-wrapper .h2,.nk-photo-wrapper h3,.nk-photo-wrapper .h3,.nk-photo-wrapper h4,.nk-photo-wrapper .h4{color:#fff}.nk-photo-wrapper:before{border-radius:12px;background:rgba(20,27,38,.8);content:"";position:relative;position:absolute;left:0;right:0;top:0;bottom:0;height:100%}@media(max-width: 575.98px){.nk-photo-wrapper{font-size:.8rem;padding-top:1rem !important;padding-bottom:1rem !important;min-height:600px}}#carouselAbout{position:relative}#carouselAbout .carousel-indicators{right:0;top:140px;bottom:auto;left:auto;margin-right:1rem;margin-left:auto}#carouselAbout .nk-cr-control{position:absolute;right:20px;top:-50px;height:100px;display:flex}#carouselAbout .carousel-control-prev,#carouselAbout .carousel-control-next{position:relative;width:50px}#carouselAbout .nk-carousel-item-content .container{background-color:rgba(255,255,255,.2980392157);border-radius:12px;padding:2rem}#carouselAbout .carousel-indicators [data-bs-target]{border-radius:50%;height:.75rem !important;width:.75rem !important;border:none;margin-bottom:15px}#carouselAbout .carousel-control-prev-icon,#carouselAbout .carousel-control-next-icon{display:flex;width:45px;height:45px;justify-content:center;align-items:center;border-radius:50%;z-index:1;font-size:26px;color:#fff;cursor:pointer;border:1px solid #fff;border-radius:50%;background-repeat:no-repeat;background-position:50%;background-size:60% 60%}#carouselAbout .carousel-control-prev-icon:hover,#carouselAbout .carousel-control-prev-icon:focus,#carouselAbout .carousel-control-next-icon:hover,#carouselAbout .carousel-control-next-icon:focus{border:1px solid #fff;color:#fff}#carouselAbout ul>li{line-height:1.5rem;margin-bottom:1rem}#carouselAbout .carousel-inner{overflow:visible}@media(max-width: 575.98px){#carouselAbout{font-size:.8rem}#carouselAbout .nk-cr-control{top:-35px}#carouselAbout .nk-carousel-item-content{padding-left:10px !important;padding-right:10px !important;padding-bottom:0 !important}#carouselAbout .container{padding-top:.8rem !important;padding-right:25px !important;padding-bottom:.8rem !important;padding-left:.8rem !important}#carouselAbout .carousel-indicators{top:70px}#carouselAbout ul>li{line-height:1rem;margin-bottom:0}}.nk-timeline{position:relative;padding-left:32px;display:flex;flex-direction:column}.nk-timeline .nk-timeline-event{position:relative;display:flex;border-radius:8px}.nk-timeline .nk-timeline-event .nk-timeline-title{font-size:1.2rem;line-height:1.4;text-transform:uppercase;font-weight:600}.nk-timeline .nk-timeline-event .nk-timeline-content{padding-left:1.25rem;padding-right:1.25rem}.nk-timeline .nk-timeline-event .nk-timeline-icon{position:absolute;top:0px;left:-32px;width:32px;height:32px}.nk-timeline .nk-timeline-event .nk-timeline-icon i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:.8rem;font-weight:600;color:#cad1db}.nk-timeline .nk-timeline-event .nk-timeline-header{font-weight:bold;color:#144066}.nk-timeline .nk-timeline-event .nk-timeline-description{padding-top:.7rem}.nk-timeline .nk-timeline-event.done .nk-timeline-icon i{color:#37a1e5}.nk-timeline .nk-timeline-event.done:before{border:1px solid #37a1e5}.nk-timeline .nk-timeline-event:after{content:"";width:2px;background:#37a1e5;position:absolute;top:40px;bottom:10px;left:-16px}.nk-timeline .nk-timeline-event:before{content:"";width:32px;height:32px;position:absolute;background:#fff;border-radius:100%;left:-32px;top:0px;border:1px solid #cad1db}.nk-timeline .nk-timeline-event:last-child:after{content:none}.nk-timeline-lg{padding-left:48px}.nk-timeline-lg .nk-timeline-event .nk-timeline-icon{left:-48px;width:48px;height:48px}.nk-timeline-lg .nk-timeline-event .nk-timeline-icon i{font-size:1.2rem}.nk-timeline-lg .nk-timeline-event:after{top:55px;bottom:10px;left:-24px}.nk-timeline-lg .nk-timeline-event:before{width:48px;height:48px;left:-48px}.nk-sidebar{order:0;padding-bottom:3rem;flex:0 1 320px}@supports(position: sticky){.nk-sidebar{position:sticky;top:0rem;z-index:1000}}@media(max-width: 767.98px){.nk-sidebar{padding-bottom:.5rem;padding-top:.5rem}}.nk-sidenav{margin-bottom:2rem;border-radius:12px}.nk-sidenav .list-group-item{padding-left:1.75rem;border:none !important;background-size:8px 13px;background-repeat:no-repeat;padding:1rem 1rem}.nk-sidenav .list-group-item.active{background-color:#2d88c2;border-radius:12px;color:#fff}.nk-sidenav .list-group-item.disabled{background-color:#f8f9fa}.nk-sidenav .list-group-item:hover:not(.active):not(.disabled){background-color:#d6ecff;transition:all .7s}@media(prefers-reduced-motion: reduce){.nk-sidenav .list-group-item:hover:not(.active):not(.disabled){transition:none}}@media(max-width: 991.98px){.nk-sidenav{margin-bottom:1rem;display:none}}.nk-sidenav .list-title,.nk-sdm-lvl1 .list-title{border-top:none !important;text-transform:uppercase;font-size:.8rem;font-weight:600;color:#37a1e5;pointer-events:none}.nk-collapse-header[aria-expanded=true]::after{width:1rem;text-align:center;float:right;vertical-align:0;border:0;font-weight:900;content:"";font-family:uicons-regular-rounded !important}.nk-collapse-header[aria-expanded=false]::after{width:1rem;text-align:center;float:right;vertical-align:0;border:0;font-weight:900;content:"";font-family:uicons-regular-rounded !important}.nk-nav-steps{float:left;padding-left:0}.nk-nav-steps>li{float:left;list-style:none}.nk-nav-steps>li>a{position:relative;background-color:#eaeaea;display:block;padding:10px 15px}.nk-nav-steps>li>a .badge{margin-left:3px;color:#777;background-color:#eaeaea;border-radius:50%}.nk-nav-steps>li>a,.nk-nav-steps>li>a:hover,.nk-nav-steps>li>a:focus,.nk-nav-steps>li>a:visited{text-decoration:none}.nk-nav-steps>li:not(:first-child)>a{padding-left:34px}.nk-nav-steps>li:not(:first-child)>a:before{width:0px;height:0px;border-top:20px inset rgba(0,0,0,0);border-bottom:20px inset rgba(0,0,0,0);border-left:20px solid #fff;position:absolute;content:"";top:0;left:0}.nk-nav-steps>li:not(:last-child)>a{margin-right:6px}.nk-nav-steps>li:not(:last-child)>a:after{width:0px;height:0px;border-top:20px inset rgba(0,0,0,0);border-bottom:20px inset rgba(0,0,0,0);border-left:20px solid #eaeaea;position:absolute;content:"";top:0;right:-20px;z-index:2}.nk-nav-steps>li:first-child>a{border-top-left-radius:0;border-bottom-left-radius:0}.nk-nav-steps>li:last-child>a{border-top-right-radius:0;border-bottom-right-radius:0}.nk-nav-steps>li.done:hover>a,.nk-nav-steps>li:hover>a{background-color:#dff0d8;cursor:default}.nk-nav-steps>li.done:hover>a:before,.nk-nav-steps>li:hover>a:before{border-right-color:#dff0d8}.nk-nav-steps>li.done:hover>a:after,.nk-nav-steps>li:hover>a:after{border-left-color:#dff0d8}.nk-nav-steps>li.done>a{color:#3c763d;background-color:#dff0d8}.nk-nav-steps>li.done>a:before{border-right-color:#dff0d8}.nk-nav-steps>li.done>a:after{border-left-color:#dff0d8}.nk-nav-steps>li.done>a .badge{margin-right:5px;color:#3c763d;background-color:#dff0d8;border:1px solid #3c763d}.nk-nav-steps>li.active>a,.nk-nav-steps>li.active>a:hover,.nk-nav-steps>li.active>a:focus{color:#c2e2ff;background-color:#c6ddff;text-decoration:none}.nk-nav-steps>li.active>a:after{border-left-color:#c6ddff}.nk-nav-steps>li.active>a .badge{margin-right:5px;color:#c2e2ff;background-color:#c6ddff;border:1px solid #c2e2ff}.nk-nav-steps>li.disabled>a{color:#777}.nk-nav-steps>li.disabled>a:hover,.nk-nav-steps>li.disabled>a:focus{color:#777;text-decoration:none;background-color:#eaeaea;cursor:default}.nk-nav-steps>li.disabled>a:before{border-right-color:#eaeaea}.nk-nav-steps>li.disabled>a:after{border-left-color:#eaeaea}.nk-nav-steps>li.disabled>a .badge{margin-right:5px;color:#777;background-color:rgba(0,0,0,0);border:1px solid #777}@media(max-width: 991.98px){.nk-nav-steps li.disabled .nk-nav-steps-text{display:none}}.nk-nav-steps.nav-justified>li{float:none}.nk-nav-steps.nav-justified>li>a{padding:10px 15px}@media(min-width: 768px){.nk-nav-steps.nav-justified>li>a{border-radius:0;margin-right:0}.nk-nav-steps.nav-justified>li>a:before,.nk-nav-steps.nav-justified>li>a:after{border:none !important}}.nk-card-header-steps{padding:0;background-color:#eaeaea}.nk-card-header-steps ul{margin:0;padding:0}form .invalid-feedback{display:block !important}.is-invalid .form-control,.is-invalid .input-group-text{border:1px solid #dc3545}.is-invalid .input-group-text{background:#f3b7bd;color:#dc3545}.nk-card-plat .card-footer .input-group{width:25%}.nk-plat-period .input-group{width:auto !important}.nk-form{position:relative}.nk-form input,.nk-form input:focus{box-shadow:none !important}.nk-form .nk-form-group{position:relative;padding-top:10px}.nk-form .nk-form-group label{padding:12px 15px;pointer-events:none;position:absolute;left:0;top:10px;transition:all .3s ease;opacity:.5;background:none;transform-origin:left top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:#25323d;margin-bottom:0px}.nk-form .nk-form-group input{box-sizing:border-box}.nk-form .nk-form-group option:checked{background:red !important}.nk-form .nk-form-group input:focus~label,.nk-form .nk-form-group input:not(:placeholder-shown)~label,.nk-form .nk-form-group textarea:focus~label,.nk-form .nk-form-group textarea:not(:placeholder-shown)~label,.nk-form .nk-form-group select~label{opacity:1;transform:translate(0px, -0.938rem);transition:all .3s ease;font-size:14px;top:15px;left:15px;background:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding:0px 10px 2px 10px;border-radius:12px}.nk-form .nk-form-group input,.nk-form .nk-form-group input:not(:placeholder-shown),.nk-form .nk-form-group select{border-color:#d4d9df}.nk-form .nk-form-group input~label,.nk-form .nk-form-group input:not(:placeholder-shown)~label,.nk-form .nk-form-group select~label{color:#25323d}.nk-form .nk-form-group input:focus,.nk-form .nk-form-group input:not(:placeholder-shown):focus,.nk-form .nk-form-group select:focus{border-color:#37a1e5}.nk-form .nk-form-group input:focus~label,.nk-form .nk-form-group input:not(:placeholder-shown):focus~label,.nk-form .nk-form-group select:focus~label{color:#37a1e5}.nk-form .nk-form-group input:focus~a,.nk-form .nk-form-group input:focus~button,.nk-form .nk-form-group input:focus~span,.nk-form .nk-form-group input:not(:placeholder-shown):focus~a,.nk-form .nk-form-group input:not(:placeholder-shown):focus~button,.nk-form .nk-form-group input:not(:placeholder-shown):focus~span,.nk-form .nk-form-group select:focus~a,.nk-form .nk-form-group select:focus~button,.nk-form .nk-form-group select:focus~span{border:1px solid #37a1e5}.nk-form .nk-form-group input:focus~a:focus,.nk-form .nk-form-group input:focus~a:hover,.nk-form .nk-form-group input:focus~a:visited,.nk-form .nk-form-group input:focus~button:focus,.nk-form .nk-form-group input:focus~button:hover,.nk-form .nk-form-group input:focus~button:visited,.nk-form .nk-form-group input:focus~span:focus,.nk-form .nk-form-group input:focus~span:hover,.nk-form .nk-form-group input:focus~span:visited,.nk-form .nk-form-group input:not(:placeholder-shown):focus~a:focus,.nk-form .nk-form-group input:not(:placeholder-shown):focus~a:hover,.nk-form .nk-form-group input:not(:placeholder-shown):focus~a:visited,.nk-form .nk-form-group input:not(:placeholder-shown):focus~button:focus,.nk-form .nk-form-group input:not(:placeholder-shown):focus~button:hover,.nk-form .nk-form-group input:not(:placeholder-shown):focus~button:visited,.nk-form .nk-form-group input:not(:placeholder-shown):focus~span:focus,.nk-form .nk-form-group input:not(:placeholder-shown):focus~span:hover,.nk-form .nk-form-group input:not(:placeholder-shown):focus~span:visited,.nk-form .nk-form-group select:focus~a:focus,.nk-form .nk-form-group select:focus~a:hover,.nk-form .nk-form-group select:focus~a:visited,.nk-form .nk-form-group select:focus~button:focus,.nk-form .nk-form-group select:focus~button:hover,.nk-form .nk-form-group select:focus~button:visited,.nk-form .nk-form-group select:focus~span:focus,.nk-form .nk-form-group select:focus~span:hover,.nk-form .nk-form-group select:focus~span:visited{border:1px solid #37a1e5}.nk-form .nk-form-group input~a,.nk-form .nk-form-group input~button,.nk-form .nk-form-group input~span,.nk-form .nk-form-group input:not(:placeholder-shown)~a,.nk-form .nk-form-group input:not(:placeholder-shown)~button,.nk-form .nk-form-group input:not(:placeholder-shown)~span,.nk-form .nk-form-group select~a,.nk-form .nk-form-group select~button,.nk-form .nk-form-group select~span{border:1px solid #d4d9df}.nk-form .nk-form-group input:not(:placeholder-shown){border:1px solid #37a1e5}.nk-form .nk-form-group input:not(:placeholder-shown)~label{color:#37a1e5}.nk-form .nk-form-group input:not(:placeholder-shown)~a,.nk-form .nk-form-group input:not(:placeholder-shown)~button,.nk-form .nk-form-group input:not(:placeholder-shown)~span{border:1px solid #37a1e5}.nk-form .nk-form-group input:not(:placeholder-shown)~a:focus,.nk-form .nk-form-group input:not(:placeholder-shown)~a:hover,.nk-form .nk-form-group input:not(:placeholder-shown)~a:visited,.nk-form .nk-form-group input:not(:placeholder-shown)~button:focus,.nk-form .nk-form-group input:not(:placeholder-shown)~button:hover,.nk-form .nk-form-group input:not(:placeholder-shown)~button:visited,.nk-form .nk-form-group input:not(:placeholder-shown)~span:focus,.nk-form .nk-form-group input:not(:placeholder-shown)~span:hover,.nk-form .nk-form-group input:not(:placeholder-shown)~span:visited{border:1px solid #37a1e5}.nk-form .nk-form-group input.is-valid,.nk-form .nk-form-group input.is-valid:focus,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown),.nk-form .nk-form-group input.is-valid:not(:placeholder-shown):focus,.nk-form .nk-form-group textarea.is-valid,.nk-form .nk-form-group textarea.is-valid:focus,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown),.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown):focus,.nk-form .nk-form-group select.is-valid,.nk-form .nk-form-group select.is-valid:focus{border-color:#198754}.nk-form .nk-form-group input.is-valid:focus~label,.nk-form .nk-form-group input.is-valid~label,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown):focus~label,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~label,.nk-form .nk-form-group textarea.is-valid:focus~label,.nk-form .nk-form-group textarea.is-valid~label,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown):focus~label,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~label,.nk-form .nk-form-group select.is-valid:focus~label,.nk-form .nk-form-group select.is-valid~label{color:#198754}.nk-form .nk-form-group input.is-valid~a,.nk-form .nk-form-group input.is-valid~button,.nk-form .nk-form-group input.is-valid~span,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~a,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~button,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~span,.nk-form .nk-form-group textarea.is-valid~a,.nk-form .nk-form-group textarea.is-valid~button,.nk-form .nk-form-group textarea.is-valid~span,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~a,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~button,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~span,.nk-form .nk-form-group select.is-valid~a,.nk-form .nk-form-group select.is-valid~button,.nk-form .nk-form-group select.is-valid~span{border:1px solid #198754}.nk-form .nk-form-group input.is-valid~a:focus,.nk-form .nk-form-group input.is-valid~a:hover,.nk-form .nk-form-group input.is-valid~a:visited,.nk-form .nk-form-group input.is-valid~button:focus,.nk-form .nk-form-group input.is-valid~button:hover,.nk-form .nk-form-group input.is-valid~button:visited,.nk-form .nk-form-group input.is-valid~span:focus,.nk-form .nk-form-group input.is-valid~span:hover,.nk-form .nk-form-group input.is-valid~span:visited,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~a:focus,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~a:hover,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~a:visited,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~button:focus,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~button:hover,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~button:visited,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~span:focus,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~span:hover,.nk-form .nk-form-group input.is-valid:not(:placeholder-shown)~span:visited,.nk-form .nk-form-group textarea.is-valid~a:focus,.nk-form .nk-form-group textarea.is-valid~a:hover,.nk-form .nk-form-group textarea.is-valid~a:visited,.nk-form .nk-form-group textarea.is-valid~button:focus,.nk-form .nk-form-group textarea.is-valid~button:hover,.nk-form .nk-form-group textarea.is-valid~button:visited,.nk-form .nk-form-group textarea.is-valid~span:focus,.nk-form .nk-form-group textarea.is-valid~span:hover,.nk-form .nk-form-group textarea.is-valid~span:visited,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~a:focus,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~a:hover,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~a:visited,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~button:focus,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~button:hover,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~button:visited,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~span:focus,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~span:hover,.nk-form .nk-form-group textarea.is-valid:not(:placeholder-shown)~span:visited,.nk-form .nk-form-group select.is-valid~a:focus,.nk-form .nk-form-group select.is-valid~a:hover,.nk-form .nk-form-group select.is-valid~a:visited,.nk-form .nk-form-group select.is-valid~button:focus,.nk-form .nk-form-group select.is-valid~button:hover,.nk-form .nk-form-group select.is-valid~button:visited,.nk-form .nk-form-group select.is-valid~span:focus,.nk-form .nk-form-group select.is-valid~span:hover,.nk-form .nk-form-group select.is-valid~span:visited{border:1px solid #198754}.nk-form .nk-form-group input.is-invalid,.nk-form .nk-form-group input.is-invalid:focus,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown),.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown):focus,.nk-form .nk-form-group textarea.is-invalid,.nk-form .nk-form-group textarea.is-invalid:focus,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown),.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown):focus,.nk-form .nk-form-group select.is-invalid,.nk-form .nk-form-group select.is-invalid:focus{border-color:#dc3545}.nk-form .nk-form-group input.is-invalid:focus~label,.nk-form .nk-form-group input.is-invalid~label,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown):focus~label,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~label,.nk-form .nk-form-group textarea.is-invalid:focus~label,.nk-form .nk-form-group textarea.is-invalid~label,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown):focus~label,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~label,.nk-form .nk-form-group select.is-invalid:focus~label,.nk-form .nk-form-group select.is-invalid~label{color:#dc3545}.nk-form .nk-form-group input.is-invalid~a,.nk-form .nk-form-group input.is-invalid~button,.nk-form .nk-form-group input.is-invalid~span,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~a,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~button,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~span,.nk-form .nk-form-group textarea.is-invalid~a,.nk-form .nk-form-group textarea.is-invalid~button,.nk-form .nk-form-group textarea.is-invalid~span,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~a,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~button,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~span,.nk-form .nk-form-group select.is-invalid~a,.nk-form .nk-form-group select.is-invalid~button,.nk-form .nk-form-group select.is-invalid~span{border:1px solid #dc3545}.nk-form .nk-form-group input.is-invalid~a:focus,.nk-form .nk-form-group input.is-invalid~a:hover,.nk-form .nk-form-group input.is-invalid~a:visited,.nk-form .nk-form-group input.is-invalid~button:focus,.nk-form .nk-form-group input.is-invalid~button:hover,.nk-form .nk-form-group input.is-invalid~button:visited,.nk-form .nk-form-group input.is-invalid~span:focus,.nk-form .nk-form-group input.is-invalid~span:hover,.nk-form .nk-form-group input.is-invalid~span:visited,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~a:focus,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~a:hover,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~a:visited,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~button:focus,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~button:hover,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~button:visited,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~span:focus,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~span:hover,.nk-form .nk-form-group input.is-invalid:not(:placeholder-shown)~span:visited,.nk-form .nk-form-group textarea.is-invalid~a:focus,.nk-form .nk-form-group textarea.is-invalid~a:hover,.nk-form .nk-form-group textarea.is-invalid~a:visited,.nk-form .nk-form-group textarea.is-invalid~button:focus,.nk-form .nk-form-group textarea.is-invalid~button:hover,.nk-form .nk-form-group textarea.is-invalid~button:visited,.nk-form .nk-form-group textarea.is-invalid~span:focus,.nk-form .nk-form-group textarea.is-invalid~span:hover,.nk-form .nk-form-group textarea.is-invalid~span:visited,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~a:focus,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~a:hover,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~a:visited,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~button:focus,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~button:hover,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~button:visited,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~span:focus,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~span:hover,.nk-form .nk-form-group textarea.is-invalid:not(:placeholder-shown)~span:visited,.nk-form .nk-form-group select.is-invalid~a:focus,.nk-form .nk-form-group select.is-invalid~a:hover,.nk-form .nk-form-group select.is-invalid~a:visited,.nk-form .nk-form-group select.is-invalid~button:focus,.nk-form .nk-form-group select.is-invalid~button:hover,.nk-form .nk-form-group select.is-invalid~button:visited,.nk-form .nk-form-group select.is-invalid~span:focus,.nk-form .nk-form-group select.is-invalid~span:hover,.nk-form .nk-form-group select.is-invalid~span:visited{border:1px solid #dc3545}.nk-form .input-group label{z-index:10}.nk-form input:-webkit-autofill,.nk-form input:-webkit-autofill:hover,.nk-form input:-webkit-autofill:focus,.nk-form input:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;background-color:#fff !important}.nk-form .nk-ig-password{transition:all .3s}.nk-form .nk-ig-password input{border-right:none !important}.nk-form .nk-ig-password .btn,.nk-form .nk-ig-password .nk-list-addr .nk-btn-addr,.nk-list-addr .nk-form .nk-ig-password .nk-btn-addr,.nk-form .nk-ig-password .nk-list-addr .nk-btn-addr-remove,.nk-list-addr .nk-form .nk-ig-password .nk-btn-addr-remove,.nk-form .nk-ig-password .btn:visited,.nk-form .nk-ig-password .btn:focus,.nk-form .nk-ig-password .btn:hover{border-left:none !important}@media(prefers-reduced-motion: reduce){.nk-form .nk-ig-password{transition:none}}.nk-form .nk-ig-password .btn:hover i,.nk-form .nk-ig-password .nk-list-addr .nk-btn-addr:hover i,.nk-list-addr .nk-form .nk-ig-password .nk-btn-addr:hover i,.nk-form .nk-ig-password .nk-list-addr .nk-btn-addr-remove:hover i,.nk-list-addr .nk-form .nk-ig-password .nk-btn-addr-remove:hover i{color:#25323d;transition:all .3s}@media(prefers-reduced-motion: reduce){.nk-form .nk-ig-password .btn:hover i,.nk-form .nk-ig-password .nk-list-addr .nk-btn-addr:hover i,.nk-list-addr .nk-form .nk-ig-password .nk-btn-addr:hover i,.nk-form .nk-ig-password .nk-list-addr .nk-btn-addr-remove:hover i,.nk-list-addr .nk-form .nk-ig-password .nk-btn-addr-remove:hover i{transition:none}}.nk-form .nk-ig-password i{color:#cad1db}.form-switch.nk-form-switch-end{padding-left:0;padding-right:2.5em}.form-switch.nk-form-switch-end .form-check-input{float:right;margin-left:0 !important;margin-right:-2.5em !important}.nk-input-group{padding-top:10px}.select2-container .select2-choice{height:calc(2.25rem + 2px);line-height:1.5;padding:.375rem 1.5rem .375rem .5rem;border-radius:12px;background-color:#fff;background-image:none;background:#fff}.select2-container .select2-choice abbr{top:11px}.select2-container .select2-choice,.select2-container .select2-choice .select2-arrow{border-color:#d4d9df}.select2-container .select2-choice .select2-arrow{background-color:#fff;background-image:none;background:#fff;width:22px;padding:3px 0 0 2px}.select2-container.select2-container-active .select2-choice{border-color:#91acce}.select2-container.select2-dropdown-open .select2-choice{border-bottom-color:#d4d9df}.select2-drop:not(.select2-drop-above){margin-top:-3px}.select2-search{margin:4px 0}.select2-results .select2-highlighted .text-muted{color:#fff !important}