@charset "UTF-8";
:root {
    --primaryColor: #0b3954;
    --primaryColorHover: #F2C061 ;
    --secondaryColor: #ff8b00;
    --textColor: #03121bba;
    --titleColor: #E31B22;
    --evident: #1E1E1E;
    --radius: 60px;
    --subMenuRadius: 5px;
    --success: #61b111;
    --successSoft: #4dab41;
    --successHover: #52cf00;
    --failure: #b11111;    
    --font: font-family: 'Be Vietnam Pro', sans-serif;    
    --headlineTitle: font-family: 'ClashDisplay';
    --titleFont: ;
    --footerBg: #0b3954;
    --headerBg: whitesmoke;
    --bodyBg: white;
    --subMenuColor: #1f1f20;
    --subMenuLineHeight: 0px;
    --buttonBg: #E58428;

    /**/

    --buttonFontSize: 16px;
    --buttonLineHeight: 60px;
    --iconMargin: 10px;
    --buttonPadding: 0px 25px;

    /**/

    --facebookColor: #0866ff;
    --googleColor: #de4f37;


    /**/

    --headerH : 108px;

}


/*.loader {
    border: 5px solid #f3f3f3;  Arka plan rengi 
    border-top: 5px solid #3498db;  Spinner rengi 
    border-radius: 50%;
    width: 50px;  Çap 
    height: 50px;  Çap 
    animation: spin 2s linear infinite;  Dönme animasyonu 
}

 Dönme animasyonu 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

 Arka planın opak olmasını sağlayan stil 
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);  Arka planı opak yap 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}*/

/* Pulse + Rotating circle animasyonu ile loading spinner */
.loader {
    width: 50px; /* Çap */
    height: 50px; /* Çap */
    border: 6px solid #f3f3f3; /* Arka plan rengi */
    border-top: 6px solid #ff8b00; /* Spinner rengi */
    border-radius: 50%;
    animation: rotate 2s linear infinite, pulse 1.5s infinite ease-in-out; /* Dönen ve pulse animasyonları */
}

/* Rotating animasyonu */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Pulse animasyonu */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Arka planın opak olmasını sağlayan stil */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Arka planı opak yap */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}




/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: "uicons-regular-rounded";
    src: url("../fonts/uicons-regular-rounded/uicons-regular-rounded.woff2") format("woff2"),
    url("../fonts/uicons-regular-rounded/uicons-regular-rounded.woff") format("woff"),
    url("../fonts/uicons-regular-rounded/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: "\e001";
    }
        .fi-rr-00s-music-disc:before {
    content: "\e002";
    }
        .fi-rr-1:before {
    content: "\e003";
    }
        .fi-rr-2:before {
    content: "\e007";
    }
        .fi-rr-3:before {
    content: "\e009";
    }
        .fi-rr-360-degrees:before {
    content: "\e00b";
    }
        .fi-rr-4:before {
    content: "\e00d";
    }
        .fi-rr-404:before {
    content: "\e00f";
    }
icon-up5 
        .fi-rr-5:before {
    content: "\e010";
    }
        .fi-rr-500px:before {
    content: "\e012";
    }
        .fi-rr-6:before {
    content: "\e013";
    }
        .fi-rr-60s-music-disc:before {
    content: "\e014";
    }
        .fi-rr-7:before {
    content: "\e015";
    }
        .fi-rr-70s-music-disc:before {
    content: "\e016";
    }
        .fi-rr-8:before {
    content: "\e017";
    }
        .fi-rr-80s-music-disc:before {
    content: "\e018";
    }
        .fi-rr-9:before {
    content: "\e019";
    }
        .fi-rr-90s-music-disc:before {
    content: "\e01a";
    }
        .fi-rr-a:before {
    content: "\e01b";
    }
        .fi-rr-abacus:before {
    content: "\e01c";
    }
        .fi-rr-accident:before {
    content: "\e01f";
    }
        .fi-rr-acorn:before {
    content: "\e021";
    }
        .fi-rr-ad:before {
    content: "\e023";
    }
        .fi-rr-ad-forbidden:before {
    content: "\e024";
    }
        .fi-rr-ad-paid:before {
    content: "\e025";
    }
        .fi-rr-add:before {
    content: "\e026";
    }
        .fi-rr-add-document:before {
    content: "\e028";
    }
        .fi-rr-add-folder:before {
    content: "\e029";
    }
        .fi-rr-add-image:before {
    content: "\e02a";
    }
        .fi-rr-address-book:before {
    content: "\e02b";
    }
        .fi-rr-address-card:before {
    content: "\e02c";
    }
        .fi-rr-admin:before {
    content: "\e02d";
    }
        .fi-rr-admin-alt:before {
    content: "\e02e";
    }
        .fi-rr-age:before {
    content: "\e038";
    }
        .fi-rr-age-alt:before {
    content: "\e039";
    }
        .fi-rr-age-restriction-eighteen:before {
    content: "\e03a";
    }
        .fi-rr-age-restriction-seven:before {
    content: "\e03b";
    }
        .fi-rr-age-restriction-six:before {
    content: "\e03c";
    }
        .fi-rr-age-restriction-sixteen:before {
    content: "\e03d";
    }
        .fi-rr-age-restriction-thirteen:before {
    content: "\e03f";
    }
        .fi-rr-age-restriction-three:before {
    content: "\e040";
    }
        .fi-rr-age-restriction-twelve:before {
    content: "\e041";
    }
        .fi-rr-age-restriction-twenty-one:before {
    content: "\e042";
    }
        .fi-rr-age-restriction-zero:before {
    content: "\e043";
    }
        .fi-rr-air-conditioner:before {
    content: "\e046";
    }
        .fi-rr-air-freshener:before {
    content: "\e047";
    }
        .fi-rr-air-pollution:before {
    content: "\e048";
    }
        .fi-rr-airplane-journey:before {
    content: "\e04a";
    }
        .fi-rr-airplane-window-open:before {
    content: "\e04b";
    }
        .fi-rr-airplay:before {
    content: "\e04c";
    }
        .fi-rr-alarm-clock:before {
    content: "\e04d";
    }
        .fi-rr-alarm-exclamation:before {
    content: "\e04e";
    }
        .fi-rr-alarm-plus:before {
    content: "\e04f";
    }
        .fi-rr-alarm-snooze:before {
    content: "\e050";
    }
        .fi-rr-album:before {
    content: "\e051";
    }
        .fi-rr-album-circle-plus:before {
    content: "\e052";
    }
        .fi-rr-album-circle-user:before {
    content: "\e053";
    }
        .fi-rr-album-collection:before {
    content: "\e054";
    }
        .fi-rr-algorithm:before {
    content: "\e056";
    }
        .fi-rr-alicorn:before {
    content: "\e057";
    }
        .fi-rr-alien:before {
    content: "\e058";
    }
        .fi-rr-align-center:before {
    content: "\e05a";
    }
        .fi-rr-align-justify:before {
    content: "\e05b";
    }
        .fi-rr-align-left:before {
    content: "\e05c";
    }
        .fi-rr-align-slash:before {
    content: "\e05d";
    }
        .fi-rr-ambulance:before {
    content: "\e05f";
    }
        .fi-rr-amp-guitar:before {
    content: "\e063";
    }
        .fi-rr-analyse:before {
    content: "\e066";
    }
        .fi-rr-analyse-alt:before {
    content: "\e067";
    }
        .fi-rr-anatomical-heart:before {
    content: "\e069";
    }
        .fi-rr-anchor:before {
    content: "\e06a";
    }
        .fi-rr-angel:before {
    content: "\e06c";
    }
        .fi-rr-angle:before {
    content: "\e06d";
    }
        .fi-rr-angle-90:before {
    content: "\e06e";
    }
        .fi-rr-angle-circle-down:before {
    content: "\e06f";
    }
        .fi-rr-angle-circle-left:before {
    content: "\e070";
    }
        .fi-rr-angle-circle-right:before {
    content: "\e071";
    }
        .fi-rr-angle-circle-up:before {
    content: "\e072";
    }
        .fi-rr-angle-double-left:before {
    content: "\e073";
    }
        .fi-rr-angle-double-right:before {
    content: "\e074";
    }
        .fi-rr-angle-double-small-down:before {
    content: "\e075";
    }
        .fi-rr-angle-double-small-left:before {
    content: "\e076";
    }
        .fi-rr-angle-double-small-right:before {
    content: "\e077";
    }
        .fi-rr-angle-double-small-up:before {
    content: "\e078";
    }
        .fi-rr-angle-down:before {
    content: "\e079";
    }
        .fi-rr-angle-left:before {
    content: "\e07a";
    }
        .fi-rr-angle-right:before {
    content: "\e07b";
    }
        .fi-rr-angle-small-down:before {
    content: "\e07c";
    }
        .fi-rr-angle-small-left:before {
    content: "\e07d";
    }
        .fi-rr-angle-small-right:before {
    content: "\e07e";
    }
        .fi-rr-angle-small-up:before {
    content: "\e07f";
    }
        .fi-rr-angle-square-down:before {
    content: "\e080";
    }
        .fi-rr-angle-square-left:before {
    content: "\e081";
    }
        .fi-rr-angle-square-right:before {
    content: "\e082";
    }
        .fi-rr-angle-square-up:before {
    content: "\e083";
    }
        .fi-rr-angle-up:before {
    content: "\e084";
    }
        .fi-rr-angles-up-down:before {
    content: "\e085";
    }
        .fi-rr-angry:before {
    content: "\e086";
    }
        .fi-rr-animated-icon:before {
    content: "\e088";
    }
        .fi-rr-ankh:before {
    content: "\e089";
    }
        .fi-rr-answer:before {
    content: "\e08a";
    }
        .fi-rr-answer-alt:before {
    content: "\e08b";
    }
        .fi-rr-apartment:before {
    content: "\e08c";
    }
        .fi-rr-aperture:before {
    content: "\e08d";
    }
        .fi-rr-api:before {
    content: "\e08e";
    }
        .fi-rr-app-notification:before {
    content: "\e090";
    }
        .fi-rr-apple-books:before {
    content: "\e093";
    }
        .fi-rr-apple-core:before {
    content: "\e094";
    }
        .fi-rr-apple-crate:before {
    content: "\e095";
    }
        .fi-rr-apple-whole:before {
    content: "\e097";
    }
        .fi-rr-apps:before {
    content: "\e098";
    }
        .fi-rr-apps-add:before {
    content: "\e099";
    }
        .fi-rr-apps-delete:before {
    content: "\e09a";
    }
        .fi-rr-apps-sort:before {
    content: "\e09b";
    }
        .fi-rr-archive:before {
    content: "\e09c";
    }
        .fi-rr-archway:before {
    content: "\e09d";
    }
        .fi-rr-arrow-alt-circle-down:before {
    content: "\e09f";
    }
        .fi-rr-arrow-alt-circle-left:before {
    content: "\e0a0";
    }
        .fi-rr-arrow-alt-circle-right:before {
    content: "\e0a1";
    }
        .fi-rr-arrow-alt-circle-up:before {
    content: "\e0a2";
    }
        .fi-rr-arrow-alt-down:before {
    content: "\e0a3";
    }
        .fi-rr-arrow-alt-from-bottom:before {
    content: "\e0a4";
    }
        .fi-rr-arrow-alt-from-left:before {
    content: "\e0a5";
    }
        .fi-rr-arrow-alt-from-right:before {
    content: "\e0a6";
    }
        .fi-rr-arrow-alt-from-top:before {
    content: "\e0a7";
    }
        .fi-rr-arrow-alt-left:before {
    content: "\e0a8";
    }
        .fi-rr-arrow-alt-right:before {
    content: "\e0a9";
    }
        .fi-rr-arrow-alt-square-down:before {
    content: "\e0aa";
    }
        .fi-rr-arrow-alt-square-left:before {
    content: "\e0ab";
    }
        .fi-rr-arrow-alt-square-right:before {
    content: "\e0ac";
    }
        .fi-rr-arrow-alt-square-up:before {
    content: "\e0ad";
    }
        .fi-rr-arrow-alt-to-bottom:before {
    content: "\e0ae";
    }
        .fi-rr-arrow-alt-to-left:before {
    content: "\e0af";
    }
        .fi-rr-arrow-alt-to-right:before {
    content: "\e0b0";
    }
        .fi-rr-arrow-alt-to-top:before {
    content: "\e0b1";
    }
        .fi-rr-arrow-alt-up:before {
    content: "\e0b2";
    }
        .fi-rr-arrow-circle-down:before {
    content: "\e0b3";
    }
        .fi-rr-arrow-circle-left:before {
    content: "\e0b4";
    }
        .fi-rr-arrow-circle-right:before {
    content: "\e0b5";
    }
        .fi-rr-arrow-circle-up:before {
    content: "\e0b6";
    }
        .fi-rr-arrow-comparison:before {
    content: "\e0b7";
    }
        .fi-rr-arrow-down:before {
    content: "\e0b8";
    }
        .fi-rr-arrow-down-from-arc:before {
    content: "\e0ba";
    }
        .fi-rr-arrow-down-from-dotted-line:before {
    content: "\e0bb";
    }
        .fi-rr-arrow-down-left:before {
    content: "\e0bc";
    }
        .fi-rr-arrow-down-small-big:before {
    content: "\e0bd";
    }
        .fi-rr-arrow-down-strenght:before {
    content: "\e0be";
    }
        .fi-rr-arrow-down-to-dotted-line:before {
    content: "\e0bf";
    }
        .fi-rr-arrow-down-to-square:before {
    content: "\e0c0";
    }
        .fi-rr-arrow-down-triangle-square:before {
    content: "\e0c1";
    }
        .fi-rr-arrow-from-bottom:before {
    content: "\e0c2";
    }
        .fi-rr-arrow-from-left:before {
    content: "\e0c3";
    }
        .fi-rr-arrow-from-right:before {
    content: "\e0c4";
    }
        .fi-rr-arrow-from-top:before {
    content: "\e0c5";
    }
        .fi-rr-arrow-left:before {
    content: "\e0c6";
    }
        .fi-rr-arrow-left-from-arc:before {
    content: "\e0c7";
    }
        .fi-rr-arrow-left-from-line:before {
    content: "\e0c8";
    }
        .fi-rr-arrow-left-to-arc:before {
    content: "\e0c9";
    }
        .fi-rr-arrow-progress:before {
    content: "\e0ca";
    }
        .fi-rr-arrow-progress-alt:before {
    content: "\e0cb";
    }
        .fi-rr-arrow-right:before {
    content: "\e0cc";
    }
        .fi-rr-arrow-right-to-bracket:before {
    content: "\e0cd";
    }
        .fi-rr-arrow-right-to-city:before {
    content: "\e0ce";
    }
        .fi-rr-arrow-small-down:before {
    content: "\e0cf";
    }
        .fi-rr-arrow-small-left:before {
    content: "\e0d0";
    }
        .fi-rr-arrow-small-right:before {
    content: "\e0d1";
    }
        .fi-rr-arrow-small-up:before {
    content: "\e0d2";
    }
        .fi-rr-arrow-square-down:before {
    content: "\e0d3";
    }
        .fi-rr-arrow-square-left:before {
    content: "\e0d4";
    }
        .fi-rr-arrow-square-right:before {
    content: "\e0d5";
    }
        .fi-rr-arrow-square-up:before {
    content: "\e0d6";
    }
        .fi-rr-arrow-to-bottom:before {
    content: "\e0d7";
    }
        .fi-rr-arrow-to-left:before {
    content: "\e0d8";
    }
        .fi-rr-arrow-to-right:before {
    content: "\e0d9";
    }
        .fi-rr-arrow-to-top:before {
    content: "\e0da";
    }
        .fi-rr-arrow-trend-down:before {
    content: "\e0db";
    }
        .fi-rr-arrow-trend-up:before {
    content: "\e0dc";
    }
        .fi-rr-arrow-turn-down-left:before {
    content: "\e0dd";
    }
        .fi-rr-arrow-turn-down-right:before {
    content: "\e0de";
    }
        .fi-rr-arrow-turn-left-up:before {
    content: "\e0e0";
    }
        .fi-rr-arrow-up:before {
    content: "\e0e2";
    }
        .fi-rr-arrow-up-from-dotted-line:before {
    content: "\e0e3";
    }
        .fi-rr-arrow-up-from-ground-water:before {
    content: "\e0e4";
    }
        .fi-rr-arrow-up-from-square:before {
    content: "\e0e5";
    }
        .fi-rr-arrow-up-left:before {
    content: "\e0e6";
    }
        .fi-rr-arrow-up-left-from-circle:before {
    content: "\e0e7";
    }
        .fi-rr-arrow-up-right:before {
    content: "\e0e8";
    }
        .fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\e0e9";
    }
        .fi-rr-arrow-up-right-from-square:before {
    content: "\e0ea";
    }
        .fi-rr-arrow-up-small-big:before {
    content: "\e0eb";
    }
        .fi-rr-arrow-up-square-triangle:before {
    content: "\e0ec";
    }
        .fi-rr-arrow-up-to-arc:before {
    content: "\e0ed";
    }
        .fi-rr-arrow-up-to-dotted-line:before {
    content: "\e0ee";
    }
        .fi-rr-arrow-upward-growth-crypto:before {
    content: "\e0ef";
    }
        .fi-rr-arrows:before {
    content: "\e0f0";
    }
        .fi-rr-arrows-alt:before {
    content: "\e0f1";
    }
        .fi-rr-arrows-alt-h:before {
    content: "\e0f2";
    }
        .fi-rr-arrows-alt-v:before {
    content: "\e0f3";
    }
        .fi-rr-arrows-cross:before {
    content: "\e0f4";
    }
        .fi-rr-arrows-down-curve:before {
    content: "\e0f5";
    }
        .fi-rr-arrows-down-to-people:before {
    content: "\e0f6";
    }
        .fi-rr-arrows-from-dotted-line:before {
    content: "\e0f7";
    }
        .fi-rr-arrows-from-line:before {
    content: "\e0f8";
    }
        .fi-rr-arrows-h:before {
    content: "\e0f9";
    }
        .fi-rr-arrows-h-copy:before {
    content: "\e0fa";
    }
        .fi-rr-arrows-repeat:before {
    content: "\e0fb";
    }
        .fi-rr-arrows-repeat-1:before {
    content: "\e0fc";
    }
        .fi-rr-arrows-retweet:before {
    content: "\e0fd";
    }
        .fi-rr-arrows-split-right-and-left:before {
    content: "\e0ff";
    }
        .fi-rr-arrows-split-up-and-left:before {
    content: "\e100";
    }
        .fi-rr-arrows-to-circle:before {
    content: "\e101";
    }
        .fi-rr-arrows-to-dotted-line:before {
    content: "\e102";
    }
        .fi-rr-arrows-to-eye:before {
    content: "\e103";
    }
        .fi-rr-arrows-to-line:before {
    content: "\e104";
    }
        .fi-rr-artificial-intelligence:before {
    content: "\e105";
    }
        .fi-rr-assept-document:before {
    content: "\e107";
    }
        .fi-rr-assessment:before {
    content: "\e108";
    }
        .fi-rr-assessment-alt:before {
    content: "\e109";
    }
        .fi-rr-assign:before {
    content: "\e10a";
    }
        .fi-rr-assistive-listening-systems:before {
    content: "\e10b";
    }
        .fi-rr-asterik:before {
    content: "\e10c";
    }
        .fi-rr-at:before {
    content: "\e110";
    }
        .fi-rr-attention-detail:before {
    content: "\e115";
    }
        .fi-rr-attribution-pen:before {
    content: "\e116";
    }
        .fi-rr-attribution-pencil:before {
    content: "\e117";
    }
        .fi-rr-aubergine:before {
    content: "\e118";
    }
        .fi-rr-auction:before {
    content: "\e119";
    }
        .fi-rr-audience-megaphone:before {
    content: "\e11a";
    }
        .fi-rr-audio-description-slash:before {
    content: "\e11b";
    }
        .fi-rr-audit:before {
    content: "\e11c";
    }
        .fi-rr-audit-alt:before {
    content: "\e11d";
    }
        .fi-rr-austral-sign:before {
    content: "\e11f";
    }
        .fi-rr-australia:before {
    content: "\e120";
    }
        .fi-rr-australia-country-code:before {
    content: "\e121";
    }
        .fi-rr-australia-flag:before {
    content: "\e122";
    }
        .fi-rr-auto-pilot:before {
    content: "\e123";
    }
        .fi-rr-auto-reply:before {
    content: "\e124";
    }
        .fi-rr-auto-sync:before {
    content: "\e125";
    }
        .fi-rr-avocado:before {
    content: "\e126";
    }
        .fi-rr-award:before {
    content: "\e127";
    }
        .fi-rr-axe:before {
    content: "\e129";
    }
        .fi-rr-axe-battle:before {
    content: "\e12a";
    }
        .fi-rr-b:before {
    content: "\e12b";
    }
        .fi-rr-baby:before {
    content: "\e12c";
    }
        .fi-rr-baby-carriage:before {
    content: "\e12d";
    }
        .fi-rr-back-up:before {
    content: "\e12e";
    }
        .fi-rr-background:before {
    content: "\e12f";
    }
        .fi-rr-backpack:before {
    content: "\e130";
    }
        .fi-rr-bacon:before {
    content: "\e131";
    }
        .fi-rr-bacteria:before {
    content: "\e132";
    }
        .fi-rr-bacterium:before {
    content: "\e133";
    }
        .fi-rr-badge:before {
    content: "\e134";
    }
        .fi-rr-badge-check:before {
    content: "\e135";
    }
        .fi-rr-badge-dollar:before {
    content: "\e136";
    }
        .fi-rr-badge-leaf:before {
    content: "\e137";
    }
        .fi-rr-badge-percent:before {
    content: "\e138";
    }
        .fi-rr-badge-sheriff:before {
    content: "\e139";
    }
        .fi-rr-badger-honey:before {
    content: "\e13a";
    }
        .fi-rr-badget-check-alt:before {
    content: "\e13b";
    }
        .fi-rr-badminton:before {
    content: "\e13c";
    }
        .fi-rr-bag-map-pin:before {
    content: "\e13d";
    }
        .fi-rr-bag-seedling:before {
    content: "\e13e";
    }
        .fi-rr-bag-shopping-minus:before {
    content: "\e13f";
    }
        .fi-rr-bags-shopping:before {
    content: "\e141";
    }
        .fi-rr-baguette:before {
    content: "\e142";
    }
        .fi-rr-bahai:before {
    content: "\e143";
    }
        .fi-rr-baht-sign:before {
    content: "\e144";
    }
        .fi-rr-balance-scale-left:before {
    content: "\e145";
    }
        .fi-rr-balance-scale-right:before {
    content: "\e146";
    }
        .fi-rr-balcony:before {
    content: "\e147";
    }
        .fi-rr-ball:before {
    content: "\e148";
    }
        .fi-rr-ball-pile:before {
    content: "\e149";
    }
        .fi-rr-ballet-dance:before {
    content: "\e14b";
    }
        .fi-rr-balloon:before {
    content: "\e14c";
    }
        .fi-rr-balloons:before {
    content: "\e14d";
    }
        .fi-rr-ballot:before {
    content: "\e14e";
    }
        .fi-rr-ballot-check:before {
    content: "\e14f";
    }
        .fi-rr-ban:before {
    content: "\e150";
    }
        .fi-rr-ban-bug:before {
    content: "\e151";
    }
        .fi-rr-banana:before {
    content: "\e152";
    }
        .fi-rr-band-aid:before {
    content: "\e153";
    }
        .fi-rr-bandage-wound:before {
    content: "\e155";
    }
        .fi-rr-bangladeshi-taka-sign:before {
    content: "\e156";
    }
        .fi-rr-banjo:before {
    content: "\e157";
    }
        .fi-rr-bank:before {
    content: "\e158";
    }
        .fi-rr-bank-app:before {
    content: "\e159";
    }
        .fi-rr-banner:before {
    content: "\e15a";
    }
        .fi-rr-banner-2:before {
    content: "\e15b";
    }
        .fi-rr-banner-3:before {
    content: "\e15c";
    }
        .fi-rr-banner-4:before {
    content: "\e15d";
    }
        .fi-rr-banner-5:before {
    content: "\e15e";
    }
        .fi-rr-barber-pole:before {
    content: "\e15f";
    }
        .fi-rr-barber-shop:before {
    content: "\e160";
    }
        .fi-rr-barcode:before {
    content: "\e161";
    }
        .fi-rr-barcode-read:before {
    content: "\e162";
    }
        .fi-rr-barcode-scan:before {
    content: "\e163";
    }
        .fi-rr-barefoot:before {
    content: "\e164";
    }
        .fi-rr-bars-filter:before {
    content: "\e165";
    }
        .fi-rr-bars-progress:before {
    content: "\e166";
    }
        .fi-rr-bars-sort:before {
    content: "\e167";
    }
        .fi-rr-bars-staggered:before {
    content: "\e168";
    }
        .fi-rr-baseball:before {
    content: "\e169";
    }
        .fi-rr-baseball-alt:before {
    content: "\e16a";
    }
        .fi-rr-basket:before {
    content: "\e16b";
    }
        .fi-rr-basket-shopping-minus:before {
    content: "\e16c";
    }
        .fi-rr-basket-shopping-plus:before {
    content: "\e16d";
    }
        .fi-rr-basket-shopping-simple:before {
    content: "\e16e";
    }
        .fi-rr-basketball:before {
    content: "\e16f";
    }
        .fi-rr-bat:before {
    content: "\e171";
    }
        .fi-rr-bath:before {
    content: "\e172";
    }
        .fi-rr-battery-100:before {
    content: "\e173";
    }
        .fi-rr-battery-bolt:before {
    content: "\e174";
    }
        .fi-rr-battery-empty:before {
    content: "\e175";
    }
        .fi-rr-battery-exclamation:before {
    content: "\e176";
    }
        .fi-rr-battery-full:before {
    content: "\e177";
    }
        .fi-rr-battery-half:before {
    content: "\e178";
    }
        .fi-rr-battery-quarter:before {
    content: "\e179";
    }
        .fi-rr-battery-slash:before {
    content: "\e17a";
    }
        .fi-rr-battery-three-quarters:before {
    content: "\e17b";
    }
        .fi-rr-beacon:before {
    content: "\e17c";
    }
        .fi-rr-beauty-mask:before {
    content: "\e17d";
    }
        .fi-rr-bed:before {
    content: "\e17e";
    }
        .fi-rr-bed-alt:before {
    content: "\e17f";
    }
        .fi-rr-bed-bunk:before {
    content: "\e180";
    }
        .fi-rr-bed-empty:before {
    content: "\e181";
    }
        .fi-rr-bed-pulse:before {
    content: "\e182";
    }
        .fi-rr-bee:before {
    content: "\e183";
    }
        .fi-rr-beer:before {
    content: "\e184";
    }
        .fi-rr-beer-mug-empty:before {
    content: "\e185";
    }
        .fi-rr-bell:before {
    content: "\e187";
    }
        .fi-rr-bell-concierge:before {
    content: "\e188";
    }
        .fi-rr-bell-notification-call:before {
    content: "\e189";
    }
        .fi-rr-bell-notification-social-media:before {
    content: "\e18a";
    }
        .fi-rr-bell-ring:before {
    content: "\e18b";
    }
        .fi-rr-bell-school:before {
    content: "\e18c";
    }
        .fi-rr-bell-school-slash:before {
    content: "\e18d";
    }
        .fi-rr-bell-slash:before {
    content: "\e18e";
    }
        .fi-rr-bells:before {
    content: "\e18f";
    }
        .fi-rr-bench-tree:before {
    content: "\e190";
    }
        .fi-rr-benefit:before {
    content: "\e191";
    }
        .fi-rr-benefit-diamond:before {
    content: "\e192";
    }
        .fi-rr-benefit-diamond-alt:before {
    content: "\e193";
    }
        .fi-rr-benefit-hand:before {
    content: "\e194";
    }
        .fi-rr-benefit-increase:before {
    content: "\e195";
    }
        .fi-rr-benefit-porcent:before {
    content: "\e196";
    }
        .fi-rr-betamax:before {
    content: "\e197";
    }
        .fi-rr-bible:before {
    content: "\e198";
    }
        .fi-rr-bicycle-journey:before {
    content: "\e199";
    }
        .fi-rr-big-drop:before {
    content: "\e19a";
    }
        .fi-rr-bike:before {
    content: "\e19b";
    }
        .fi-rr-bike-moving:before {
    content: "\e19c";
    }
        .fi-rr-bike-path:before {
    content: "\e19d";
    }
        .fi-rr-biking:before {
    content: "\e19e";
    }
        .fi-rr-biking-mountain:before {
    content: "\e19f";
    }
        .fi-rr-bill-arrow:before {
    content: "\e1a0";
    }
        .fi-rr-billiard:before {
    content: "\e1a1";
    }
        .fi-rr-bin-bottles:before {
    content: "\e1a2";
    }
        .fi-rr-binary:before {
    content: "\e1a3";
    }
        .fi-rr-binary-circle-check:before {
    content: "\e1a4";
    }
        .fi-rr-binary-cloud:before {
    content: "\e1a5";
    }
        .fi-rr-binary-lock:before {
    content: "\e1a6";
    }
        .fi-rr-binary-slash:before {
    content: "\e1a7";
    }
        .fi-rr-binoculars:before {
    content: "\e1a8";
    }
        .fi-rr-bio:before {
    content: "\e1a9";
    }
        .fi-rr-bio-leaves:before {
    content: "\e1aa";
    }
        .fi-rr-biohazard:before {
    content: "\e1ab";
    }
        .fi-rr-bird:before {
    content: "\e1ac";
    }
        .fi-rr-bitcoin-sign:before {
    content: "\e1af";
    }
        .fi-rr-blanket:before {
    content: "\e1b1";
    }
        .fi-rr-blender:before {
    content: "\e1b2";
    }
        .fi-rr-blender-phone:before {
    content: "\e1b3";
    }
        .fi-rr-blinds:before {
    content: "\e1b4";
    }
        .fi-rr-blinds-open:before {
    content: "\e1b5";
    }
        .fi-rr-blinds-raised:before {
    content: "\e1b6";
    }
        .fi-rr-block:before {
    content: "\e1b7";
    }
        .fi-rr-block-brick:before {
    content: "\e1b8";
    }
        .fi-rr-block-brick-fire:before {
    content: "\e1b9";
    }
        .fi-rr-block-microphone:before {
    content: "\e1ba";
    }
        .fi-rr-block-question:before {
    content: "\e1bb";
    }
        .fi-rr-block-quote:before {
    content: "\e1bc";
    }
        .fi-rr-blockchain-3:before {
    content: "\e1bf";
    }
        .fi-rr-blog-pencil:before {
    content: "\e1c0";
    }
        .fi-rr-blog-text:before {
    content: "\e1c1";
    }
        .fi-rr-blood:before {
    content: "\e1c3";
    }
        .fi-rr-blood-dropper:before {
    content: "\e1c4";
    }
        .fi-rr-blood-test-tube:before {
    content: "\e1c5";
    }
        .fi-rr-blood-test-tube-alt:before {
    content: "\e1c6";
    }
        .fi-rr-blueberries:before {
    content: "\e1c8";
    }
        .fi-rr-blueprint:before {
    content: "\e1c9";
    }
        .fi-rr-bluetooth-alt:before {
    content: "\e1cb";
    }
        .fi-rr-bluetooth-circle:before {
    content: "\e1cc";
    }
        .fi-rr-bold:before {
    content: "\e1cd";
    }
        .fi-rr-bolt:before {
    content: "\e1ce";
    }
        .fi-rr-bolt-auto:before {
    content: "\e1cf";
    }
        .fi-rr-bolt-slash:before {
    content: "\e1d0";
    }
        .fi-rr-bomb:before {
    content: "\e1d1";
    }
        .fi-rr-bone:before {
    content: "\e1d2";
    }
        .fi-rr-bone-break:before {
    content: "\e1d3";
    }
        .fi-rr-bong:before {
    content: "\e1d4";
    }
        .fi-rr-bonus:before {
    content: "\e1d5";
    }
        .fi-rr-bonus-alt:before {
    content: "\e1d6";
    }
        .fi-rr-bonus-star:before {
    content: "\e1d7";
    }
        .fi-rr-book:before {
    content: "\e1d8";
    }
        .fi-rr-book-alt:before {
    content: "\e1d9";
    }
        .fi-rr-book-arrow-right:before {
    content: "\e1da";
    }
        .fi-rr-book-arrow-up:before {
    content: "\e1db";
    }
        .fi-rr-book-atlas:before {
    content: "\e1dc";
    }
        .fi-rr-book-bookmark:before {
    content: "\e1dd";
    }
        .fi-rr-book-circle-arrow-right:before {
    content: "\e1de";
    }
        .fi-rr-book-circle-arrow-up:before {
    content: "\e1df";
    }
        .fi-rr-book-copy:before {
    content: "\e1e0";
    }
        .fi-rr-book-dead:before {
    content: "\e1e1";
    }
        .fi-rr-book-font:before {
    content: "\e1e2";
    }
        .fi-rr-book-heart:before {
    content: "\e1e3";
    }
        .fi-rr-book-medical:before {
    content: "\e1e4";
    }
        .fi-rr-book-open-cover:before {
    content: "\e1e5";
    }
        .fi-rr-book-open-reader:before {
    content: "\e1e6";
    }
        .fi-rr-book-plus:before {
    content: "\e1e7";
    }
        .fi-rr-book-quran:before {
    content: "\e1e8";
    }
        .fi-rr-book-section:before {
    content: "\e1e9";
    }
        .fi-rr-book-spells:before {
    content: "\e1ec";
    }
        .fi-rr-book-tanakh:before {
    content: "\e1ed";
    }
        .fi-rr-book-user:before {
    content: "\e1ee";
    }
        .fi-rr-book-world:before {
    content: "\e1ef";
    }
        .fi-rr-Booking:before {
    content: "\e1f0";
    }
        .fi-rr-bookmark:before {
    content: "\e1f1";
    }
        .fi-rr-bookmark-slash:before {
    content: "\e1f2";
    }
        .fi-rr-books:before {
    content: "\e1f3";
    }
        .fi-rr-books-medical:before {
    content: "\e1f4";
    }
        .fi-rr-boot:before {
    content: "\e1f5";
    }
        .fi-rr-boot-heeled:before {
    content: "\e1f6";
    }
        .fi-rr-booth-curtain:before {
    content: "\e1f7";
    }
        .fi-rr-border-all:before {
    content: "\e1f9";
    }
        .fi-rr-border-bottom:before {
    content: "\e1fa";
    }
        .fi-rr-border-center-h:before {
    content: "\e1fb";
    }
        .fi-rr-border-center-v:before {
    content: "\e1fc";
    }
        .fi-rr-border-inner:before {
    content: "\e1fd";
    }
        .fi-rr-border-left:before {
    content: "\e1fe";
    }
        .fi-rr-border-none:before {
    content: "\e1ff";
    }
        .fi-rr-border-outer:before {
    content: "\e200";
    }
        .fi-rr-border-right:before {
    content: "\e201";
    }
        .fi-rr-border-style:before {
    content: "\e202";
    }
        .fi-rr-border-style-alt:before {
    content: "\e203";
    }
        .fi-rr-border-top:before {
    content: "\e204";
    }
        .fi-rr-boss:before {
    content: "\e205";
    }
        .fi-rr-bottle:before {
    content: "\e206";
    }
        .fi-rr-bottle-droplet:before {
    content: "\e207";
    }
        .fi-rr-bow-arrow:before {
    content: "\e209";
    }
        .fi-rr-bowl-chopsticks:before {
    content: "\e20a";
    }
        .fi-rr-bowl-chopsticks-noodles:before {
    content: "\e20b";
    }
        .fi-rr-bowl-rice:before {
    content: "\e20c";
    }
        .fi-rr-bowl-scoop:before {
    content: "\e20d";
    }
        .fi-rr-bowl-scoops:before {
    content: "\e20e";
    }
        .fi-rr-bowl-soft-serve:before {
    content: "\e20f";
    }
        .fi-rr-bowl-spoon:before {
    content: "\e210";
    }
        .fi-rr-bowling:before {
    content: "\e211";
    }
        .fi-rr-bowling-ball:before {
    content: "\e212";
    }
        .fi-rr-bowling-pins:before {
    content: "\e213";
    }
        .fi-rr-box:before {
    content: "\e214";
    }
        .fi-rr-box-alt:before {
    content: "\e215";
    }
        .fi-rr-box-ballot:before {
    content: "\e216";
    }
        .fi-rr-box-check:before {
    content: "\e217";
    }
        .fi-rr-box-circle-check:before {
    content: "\e218";
    }
        .fi-rr-box-dollar:before {
    content: "\e219";
    }
        .fi-rr-box-fragile:before {
    content: "\e21a";
    }
        .fi-rr-box-heart:before {
    content: "\e21b";
    }
        .fi-rr-box-open:before {
    content: "\e21c";
    }
        .fi-rr-box-open-full:before {
    content: "\e21d";
    }
        .fi-rr-box-tissue:before {
    content: "\e21e";
    }
        .fi-rr-box-up:before {
    content: "\e21f";
    }
        .fi-rr-boxes:before {
    content: "\e220";
    }
        .fi-rr-boxing-glove:before {
    content: "\e221";
    }
        .fi-rr-bracket-curly:before {
    content: "\e222";
    }
        .fi-rr-bracket-curly-right:before {
    content: "\e223";
    }
        .fi-rr-bracket-round:before {
    content: "\e224";
    }
        .fi-rr-bracket-round-right:before {
    content: "\e225";
    }
        .fi-rr-bracket-square:before {
    content: "\e226";
    }
        .fi-rr-bracket-square-right:before {
    content: "\e227";
    }
        .fi-rr-brackets-curly:before {
    content: "\e228";
    }
        .fi-rr-brackets-round:before {
    content: "\e229";
    }
        .fi-rr-brackets-square:before {
    content: "\e22a";
    }
        .fi-rr-braille:before {
    content: "\e22b";
    }
        .fi-rr-braille-a:before {
    content: "\e22c";
    }
        .fi-rr-braille-b:before {
    content: "\e22d";
    }
        .fi-rr-braille-c:before {
    content: "\e22e";
    }
        .fi-rr-braille-d:before {
    content: "\e22f";
    }
        .fi-rr-braille-e:before {
    content: "\e230";
    }
        .fi-rr-braille-g:before {
    content: "\e231";
    }
        .fi-rr-braille-h:before {
    content: "\e232";
    }
        .fi-rr-braille-i:before {
    content: "\e233";
    }
        .fi-rr-braille-j:before {
    content: "\e234";
    }
        .fi-rr-braille-k:before {
    content: "\e235";
    }
        .fi-rr-braille-l:before {
    content: "\e236";
    }
        .fi-rr-braille-m:before {
    content: "\e237";
    }
        .fi-rr-braille-n:before {
    content: "\e238";
    }
        .fi-rr-braille-n-alt:before {
    content: "\e239";
    }
        .fi-rr-braille-o:before {
    content: "\e23a";
    }
        .fi-rr-braille-p:before {
    content: "\e23b";
    }
        .fi-rr-braille-q:before {
    content: "\e23c";
    }
        .fi-rr-braille-r:before {
    content: "\e23d";
    }
        .fi-rr-braille-s:before {
    content: "\e23e";
    }
        .fi-rr-braille-t:before {
    content: "\e23f";
    }
        .fi-rr-braille-u:before {
    content: "\e240";
    }
        .fi-rr-braille-v:before {
    content: "\e241";
    }
        .fi-rr-braille-w:before {
    content: "\e242";
    }
        .fi-rr-braille-x:before {
    content: "\e243";
    }
        .fi-rr-braille-y:before {
    content: "\e244";
    }
        .fi-rr-braille-z:before {
    content: "\e245";
    }
        .fi-rr-brain:before {
    content: "\e246";
    }
        .fi-rr-brain-bulb:before {
    content: "\e247";
    }
        .fi-rr-brain-circuit:before {
    content: "\e248";
    }
        .fi-rr-brain-lightning:before {
    content: "\e249";
    }
        .fi-rr-brain-stress:before {
    content: "\e24a";
    }
        .fi-rr-brake-warning:before {
    content: "\e24b";
    }
        .fi-rr-branching:before {
    content: "\e24c";
    }
        .fi-rr-brand:before {
    content: "\e24d";
    }
        .fi-rr-branding:before {
    content: "\e24e";
    }
        .fi-rr-brazil:before {
    content: "\e24f";
    }
        .fi-rr-brazil-flag:before {
    content: "\e250";
    }
        .fi-rr-brazil-flag-circle:before {
    content: "\e251";
    }
        .fi-rr-bread:before {
    content: "\e252";
    }
        .fi-rr-bread-loaf:before {
    content: "\e253";
    }
        .fi-rr-bread-slice:before {
    content: "\e254";
    }
        .fi-rr-bread-slice-butter:before {
    content: "\e255";
    }
        .fi-rr-bridge:before {
    content: "\e256";
    }
        .fi-rr-bridge-circle-check:before {
    content: "\e257";
    }
        .fi-rr-bridge-collapse:before {
    content: "\e258";
    }
        .fi-rr-bridge-suspension:before {
    content: "\e259";
    }
        .fi-rr-bridge-water:before {
    content: "\e25a";
    }
        .fi-rr-briefcase:before {
    content: "\e25c";
    }
        .fi-rr-briefcase-arrow-right:before {
    content: "\e25d";
    }
        .fi-rr-briefcase-blank:before {
    content: "\e25e";
    }
        .fi-rr-brightness:before {
    content: "\e25f";
    }
        .fi-rr-brightness-low:before {
    content: "\e260";
    }
        .fi-rr-bring-forward:before {
    content: "\e261";
    }
        .fi-rr-bring-front:before {
    content: "\e262";
    }
        .fi-rr-broadcast-tower:before {
    content: "\e263";
    }
        .fi-rr-broccoli:before {
    content: "\e264";
    }
        .fi-rr-broken-arm:before {
    content: "\e265";
    }
        .fi-rr-broken-chain-link-wrong:before {
    content: "\e266";
    }
        .fi-rr-broken-image:before {
    content: "\e267";
    }
        .fi-rr-broken-leg:before {
    content: "\e268";
    }
        .fi-rr-broken-nail:before {
    content: "\e269";
    }
        .fi-rr-broom:before {
    content: "\e26a";
    }
        .fi-rr-broom-ball:before {
    content: "\e26b";
    }
        .fi-rr-browser:before {
    content: "\e26c";
    }
        .fi-rr-browser-ui:before {
    content: "\e26f";
    }
        .fi-rr-browsers:before {
    content: "\e270";
    }
        .fi-rr-brush:before {
    content: "\e271";
    }
        .fi-rr-bubble-discussion:before {
    content: "\e272";
    }
        .fi-rr-bucket:before {
    content: "\e273";
    }
        .fi-rr-budget:before {
    content: "\e274";
    }
        .fi-rr-budget-alt:before {
    content: "\e275";
    }
        .fi-rr-bug:before {
    content: "\e276";
    }
        .fi-rr-bug-slash:before {
    content: "\e277";
    }
        .fi-rr-bugs:before {
    content: "\e278";
    }
        .fi-rr-build:before {
    content: "\e279";
    }
        .fi-rr-build-alt:before {
    content: "\e27a";
    }
        .fi-rr-builder:before {
    content: "\e27b";
    }
        .fi-rr-building:before {
    content: "\e27c";
    }
        .fi-rr-building-circle-arrow-right:before {
    content: "\e27d";
    }
        .fi-rr-building-ngo:before {
    content: "\e27e";
    }
        .fi-rr-bulb:before {
    content: "\e27f";
    }
        .fi-rr-bulb-speech-bubble:before {
    content: "\e280";
    }
        .fi-rr-bullet:before {
    content: "\e281";
    }
        .fi-rr-bullhorn:before {
    content: "\e282";
    }
        .fi-rr-bullseye:before {
    content: "\e283";
    }
        .fi-rr-bullseye-arrow:before {
    content: "\e284";
    }
        .fi-rr-bullseye-pointer:before {
    content: "\e285";
    }
        .fi-rr-burger-alt:before {
    content: "\e286";
    }
        .fi-rr-burger-fries:before {
    content: "\e287";
    }
        .fi-rr-burger-glass:before {
    content: "\e288";
    }
        .fi-rr-burrito:before {
    content: "\e28b";
    }
        .fi-rr-burst:before {
    content: "\e28c";
    }
        .fi-rr-bus:before {
    content: "\e28d";
    }
        .fi-rr-bus-alt:before {
    content: "\e28e";
    }
        .fi-rr-business-time:before {
    content: "\e28f";
    }
        .fi-rr-Butter:before {
    content: "\e291";
    }
        .fi-rr-butterfly:before {
    content: "\e292";
    }
        .fi-rr-c:before {
    content: "\e293";
    }
        .fi-rr-cabin:before {
    content: "\e294";
    }
        .fi-rr-cactus:before {
    content: "\e296";
    }
        .fi-rr-cage-empty:before {
    content: "\e297";
    }
        .fi-rr-cake-birthday:before {
    content: "\e298";
    }
        .fi-rr-cake-slice:before {
    content: "\e299";
    }
        .fi-rr-cake-wedding:before {
    content: "\e29a";
    }
        .fi-rr-calculator:before {
    content: "\e29b";
    }
        .fi-rr-calculator-bill:before {
    content: "\e29d";
    }
        .fi-rr-calculator-math-tax:before {
    content: "\e29e";
    }
        .fi-rr-calculator-money:before {
    content: "\e29f";
    }
        .fi-rr-calculator-simple:before {
    content: "\e2a0";
    }
        .fi-rr-calendar:before {
    content: "\e2a1";
    }
        .fi-rr-calendar-arrow-down:before {
    content: "\e2a2";
    }
        .fi-rr-calendar-arrow-up:before {
    content: "\e2a3";
    }
        .fi-rr-calendar-birhtday-cake:before {
    content: "\e2a4";
    }
        .fi-rr-calendar-call:before {
    content: "\e2a5";
    }
        .fi-rr-calendar-check:before {
    content: "\e2a6";
    }
        .fi-rr-calendar-clock:before {
    content: "\e2a7";
    }
        .fi-rr-calendar-day:before {
    content: "\e2a8";
    }
        .fi-rr-calendar-days:before {
    content: "\e2a9";
    }
        .fi-rr-calendar-event-tax:before {
    content: "\e2aa";
    }
        .fi-rr-calendar-exclamation:before {
    content: "\e2ab";
    }
        .fi-rr-calendar-gavel-legal:before {
    content: "\e2ac";
    }
        .fi-rr-calendar-heart:before {
    content: "\e2ad";
    }
        .fi-rr-calendar-image:before {
    content: "\e2ae";
    }
        .fi-rr-calendar-lines:before {
    content: "\e2af";
    }
        .fi-rr-calendar-lines-pen:before {
    content: "\e2b0";
    }
        .fi-rr-calendar-minus:before {
    content: "\e2b1";
    }
        .fi-rr-calendar-payment-loan:before {
    content: "\e2b2";
    }
        .fi-rr-calendar-pen:before {
    content: "\e2b3";
    }
        .fi-rr-calendar-plus:before {
    content: "\e2b4";
    }
        .fi-rr-calendar-salary:before {
    content: "\e2b5";
    }
        .fi-rr-calendar-shift-swap:before {
    content: "\e2b6";
    }
        .fi-rr-calendar-star:before {
    content: "\e2b7";
    }
        .fi-rr-calendar-swap:before {
    content: "\e2b8";
    }
        .fi-rr-calendar-update:before {
    content: "\e2b9";
    }
        .fi-rr-calendar-week:before {
    content: "\e2ba";
    }
        .fi-rr-calendar-xmark:before {
    content: "\e2bb";
    }
        .fi-rr-calendars:before {
    content: "\e2bc";
    }
        .fi-rr-call-duration:before {
    content: "\e2bd";
    }
        .fi-rr-call-forbidden:before {
    content: "\e2be";
    }
        .fi-rr-call-history:before {
    content: "\e2bf";
    }
        .fi-rr-call-incoming:before {
    content: "\e2c0";
    }
        .fi-rr-call-missed:before {
    content: "\e2c1";
    }
        .fi-rr-call-outgoing:before {
    content: "\e2c2";
    }
        .fi-rr-camcorder:before {
    content: "\e2c3";
    }
        .fi-rr-camera:before {
    content: "\e2c4";
    }
        .fi-rr-camera-cctv:before {
    content: "\e2c5";
    }
        .fi-rr-camera-movie:before {
    content: "\e2c7";
    }
        .fi-rr-camera-retro:before {
    content: "\e2c8";
    }
        .fi-rr-camera-rotate:before {
    content: "\e2c9";
    }
        .fi-rr-camera-security:before {
    content: "\e2ca";
    }
        .fi-rr-camera-slash:before {
    content: "\e2cb";
    }
        .fi-rr-camera-viewfinder:before {
    content: "\e2cc";
    }
        .fi-rr-campfire:before {
    content: "\e2cd";
    }
        .fi-rr-camping:before {
    content: "\e2ce";
    }
        .fi-rr-can-food:before {
    content: "\e2cf";
    }
        .fi-rr-candle-holder:before {
    content: "\e2d0";
    }
        .fi-rr-candle-lotus-yoga:before {
    content: "\e2d1";
    }
        .fi-rr-candle-pose-yoga:before {
    content: "\e2d2";
    }
        .fi-rr-candy:before {
    content: "\e2d4";
    }
        .fi-rr-candy-alt:before {
    content: "\e2d5";
    }
        .fi-rr-candy-bar:before {
    content: "\e2d6";
    }
        .fi-rr-candy-cane:before {
    content: "\e2d7";
    }
        .fi-rr-candy-corn:before {
    content: "\e2d8";
    }
        .fi-rr-candy-sweet:before {
    content: "\e2d9";
    }
        .fi-rr-Cannabis:before {
    content: "\e2da";
    }
        .fi-rr-canned-food:before {
    content: "\e2db";
    }
        .fi-rr-cannon:before {
    content: "\e2dc";
    }
        .fi-rr-capsules:before {
    content: "\e2dd";
    }
        .fi-rr-car:before {
    content: "\e2df";
    }
        .fi-rr-car-alt:before {
    content: "\e2e0";
    }
        .fi-rr-car-battery:before {
    content: "\e2e1";
    }
        .fi-rr-car-bolt:before {
    content: "\e2e2";
    }
        .fi-rr-car-building:before {
    content: "\e2e3";
    }
        .fi-rr-car-bump:before {
    content: "\e2e4";
    }
        .fi-rr-car-bus:before {
    content: "\e2e5";
    }
        .fi-rr-car-circle-bolt:before {
    content: "\e2e6";
    }
        .fi-rr-car-crash:before {
    content: "\e2e7";
    }
        .fi-rr-car-garage:before {
    content: "\e2e8";
    }
        .fi-rr-car-journey:before {
    content: "\e2e9";
    }
        .fi-rr-car-mechanic:before {
    content: "\e2ea";
    }
        .fi-rr-car-rear:before {
    content: "\e2eb";
    }
        .fi-rr-car-side:before {
    content: "\e2ec";
    }
        .fi-rr-car-side-bolt:before {
    content: "\e2ed";
    }
        .fi-rr-car-tilt:before {
    content: "\e2ee";
    }
        .fi-rr-car-tunnel:before {
    content: "\e2ef";
    }
        .fi-rr-car-wash:before {
    content: "\e2f0";
    }
        .fi-rr-caravan:before {
    content: "\e2f1";
    }
        .fi-rr-caravan-alt:before {
    content: "\e2f2";
    }
        .fi-rr-carbon-cloud:before {
    content: "\e2f3";
    }
        .fi-rr-carbon-cloud-arrow-down:before {
    content: "\e2f4";
    }
        .fi-rr-carbon-footprint:before {
    content: "\e2f5";
    }
        .fi-rr-card-club:before {
    content: "\e2f6";
    }
        .fi-rr-card-diamond:before {
    content: "\e2f7";
    }
        .fi-rr-card-heart:before {
    content: "\e2f8";
    }
        .fi-rr-card-spade:before {
    content: "\e2f9";
    }
        .fi-rr-cardinal-compass:before {
    content: "\e2fa";
    }
        .fi-rr-cards-blank:before {
    content: "\e2fc";
    }
        .fi-rr-career-growth:before {
    content: "\e2fe";
    }
        .fi-rr-career-path:before {
    content: "\e2ff";
    }
        .fi-rr-caret-circle-down:before {
    content: "\e300";
    }
        .fi-rr-caret-circle-right:before {
    content: "\e302";
    }
        .fi-rr-caret-circle-up:before {
    content: "\e303";
    }
        .fi-rr-caret-down:before {
    content: "\e304";
    }
        .fi-rr-caret-left:before {
    content: "\e305";
    }
        .fi-rr-caret-quare-up:before {
    content: "\e306";
    }
        .fi-rr-caret-right:before {
    content: "\e307";
    }
        .fi-rr-caret-square-down:before {
    content: "\e308";
    }
        .fi-rr-caret-square-left:before {
    content: "\e309";
    }
        .fi-rr-caret-square-left_1:before {
    content: "\e30a";
    }
        .fi-rr-caret-square-right:before {
    content: "\e30b";
    }
        .fi-rr-caret-up:before {
    content: "\e30d";
    }
        .fi-rr-carrot:before {
    content: "\e30e";
    }
        .fi-rr-cars:before {
    content: "\e30f";
    }
        .fi-rr-cars-crash:before {
    content: "\e310";
    }
        .fi-rr-cart-arrow-down:before {
    content: "\e311";
    }
        .fi-rr-cart-minus:before {
    content: "\e312";
    }
        .fi-rr-cart-shopping-fast:before {
    content: "\e313";
    }
        .fi-rr-case-study:before {
    content: "\e314";
    }
        .fi-rr-cash-register:before {
    content: "\e315";
    }
        .fi-rr-cassette-tape:before {
    content: "\e316";
    }
        .fi-rr-cassette-vhs:before {
    content: "\e317";
    }
        .fi-rr-castle:before {
    content: "\e318";
    }
        .fi-rr-cat:before {
    content: "\e319";
    }
        .fi-rr-cat-dog:before {
    content: "\e31a";
    }
        .fi-rr-cat-head:before {
    content: "\e31b";
    }
        .fi-rr-cat-space:before {
    content: "\e31c";
    }
        .fi-rr-catalog:before {
    content: "\e31d";
    }
        .fi-rr-catalog-alt:before {
    content: "\e31e";
    }
        .fi-rr-catalog-magazine:before {
    content: "\e31f";
    }
        .fi-rr-category:before {
    content: "\e320";
    }
        .fi-rr-category-alt:before {
    content: "\e321";
    }
        .fi-rr-cauldron:before {
    content: "\e322";
    }
        .fi-rr-cedi-sign:before {
    content: "\e327";
    }
        .fi-rr-cello:before {
    content: "\e328";
    }
        .fi-rr-cent-sign:before {
    content: "\e329";
    }
        .fi-rr-chair:before {
    content: "\e32b";
    }
        .fi-rr-chair-director:before {
    content: "\e32c";
    }
        .fi-rr-chair-office:before {
    content: "\e32d";
    }
        .fi-rr-chalkboard:before {
    content: "\e32e";
    }
        .fi-rr-chalkboard-user:before {
    content: "\e32f";
    }
        .fi-rr-challenge:before {
    content: "\e330";
    }
        .fi-rr-challenge-alt:before {
    content: "\e331";
    }
        .fi-rr-channel:before {
    content: "\e332";
    }
        .fi-rr-charging-station:before {
    content: "\e334";
    }
        .fi-rr-chart-area:before {
    content: "\e335";
    }
        .fi-rr-chart-bar-holding-hand:before {
    content: "\e338";
    }
        .fi-rr-chart-bullet:before {
    content: "\e339";
    }
        .fi-rr-chart-candlestick:before {
    content: "\e33a";
    }
        .fi-rr-chart-connected:before {
    content: "\e33b";
    }
        .fi-rr-chart-gantt:before {
    content: "\e33c";
    }
        .fi-rr-chart-histogram:before {
    content: "\e33d";
    }
        .fi-rr-chart-kanban:before {
    content: "\e33e";
    }
        .fi-rr-chart-line-up:before {
    content: "\e33f";
    }
        .fi-rr-chart-line-up-down:before {
    content: "\e340";
    }
        .fi-rr-chart-mixed:before {
    content: "\e341";
    }
        .fi-rr-chart-mixed-up-circle-currency:before {
    content: "\e342";
    }
        .fi-rr-chart-mixed-up-circle-dollar:before {
    content: "\e343";
    }
        .fi-rr-chart-network:before {
    content: "\e344";
    }
        .fi-rr-chart-pie:before {
    content: "\e345";
    }
        .fi-rr-chart-pie-alt:before {
    content: "\e346";
    }
        .fi-rr-chart-pie-simple-circle-currency:before {
    content: "\e347";
    }
        .fi-rr-chart-pie-simple-circle-dollar:before {
    content: "\e348";
    }
        .fi-rr-chart-pyramid:before {
    content: "\e349";
    }
        .fi-rr-chart-radar:before {
    content: "\e34a";
    }
        .fi-rr-chart-scatter:before {
    content: "\e34b";
    }
        .fi-rr-chart-scatter-3d:before {
    content: "\e34c";
    }
        .fi-rr-chart-scatter-bubble:before {
    content: "\e34d";
    }
        .fi-rr-chart-set-theory:before {
    content: "\e34e";
    }
        .fi-rr-chart-simple:before {
    content: "\e34f";
    }
        .fi-rr-chart-simple-horizontal:before {
    content: "\e350";
    }
        .fi-rr-chart-tree:before {
    content: "\e351";
    }
        .fi-rr-chart-tree-map:before {
    content: "\e352";
    }
        .fi-rr-chart-user:before {
    content: "\e353";
    }
        .fi-rr-chart-waterfall:before {
    content: "\e354";
    }
        .fi-rr-chat-arrow-down:before {
    content: "\e355";
    }
        .fi-rr-chat-arrow-grow:before {
    content: "\e356";
    }
        .fi-rr-chat-bubble-call:before {
    content: "\e357";
    }
        .fi-rr-chatbot:before {
    content: "\e358";
    }
        .fi-rr-chatbot-speech-bubble:before {
    content: "\e359";
    }
        .fi-rr-cheap:before {
    content: "\e35a";
    }
        .fi-rr-cheap-bill:before {
    content: "\e35b";
    }
        .fi-rr-cheap-dollar:before {
    content: "\e35c";
    }
        .fi-rr-cheap-stack:before {
    content: "\e35d";
    }
        .fi-rr-cheap-stack-dollar:before {
    content: "\e35e";
    }
        .fi-rr-check:before {
    content: "\e35f";
    }
        .fi-rr-check-circle:before {
    content: "\e360";
    }
        .fi-rr-check-double:before {
    content: "\e361";
    }
        .fi-rr-check-in-calendar:before {
    content: "\e362";
    }
        .fi-rr-check-out-calendar:before {
    content: "\e363";
    }
        .fi-rr-checkbox:before {
    content: "\e364";
    }
        .fi-rr-checklist-task-budget:before {
    content: "\e365";
    }
        .fi-rr-cheese:before {
    content: "\e366";
    }
        .fi-rr-cheese-alt:before {
    content: "\e367";
    }
        .fi-rr-cheeseburger:before {
    content: "\e368";
    }
        .fi-rr-cherry:before {
    content: "\e369";
    }
        .fi-rr-chess:before {
    content: "\e36a";
    }
        .fi-rr-chess-bishop:before {
    content: "\e36b";
    }
        .fi-rr-chess-board:before {
    content: "\e36c";
    }
        .fi-rr-chess-clock:before {
    content: "\e36d";
    }
        .fi-rr-chess-clock-alt:before {
    content: "\e36e";
    }
        .fi-rr-chess-king:before {
    content: "\e36f";
    }
        .fi-rr-chess-king-alt:before {
    content: "\e370";
    }
        .fi-rr-chess-knight:before {
    content: "\e371";
    }
        .fi-rr-chess-knight-alt:before {
    content: "\e372";
    }
        .fi-rr-chess-pawn-alt:before {
    content: "\e374";
    }
        .fi-rr-chess-piece:before {
    content: "\e375";
    }
        .fi-rr-chess-queen:before {
    content: "\e376";
    }
        .fi-rr-chess-queen-alt:before {
    content: "\e377";
    }
        .fi-rr-chess-rook:before {
    content: "\e378";
    }
        .fi-rr-chess-rook-alt:before {
    content: "\e379";
    }
        .fi-rr-chevron-double-down:before {
    content: "\e37a";
    }
        .fi-rr-chevron-double-up:before {
    content: "\e37b";
    }
        .fi-rr-child:before {
    content: "\e37c";
    }
        .fi-rr-child-head:before {
    content: "\e37d";
    }
        .fi-rr-chimney:before {
    content: "\e37e";
    }
        .fi-rr-chip:before {
    content: "\e37f";
    }
        .fi-rr-chocolate:before {
    content: "\e380";
    }
        .fi-rr-choir-singing:before {
    content: "\e382";
    }
        .fi-rr-choose:before {
    content: "\e383";
    }
        .fi-rr-choose-alt:before {
    content: "\e384";
    }
        .fi-rr-church:before {
    content: "\e386";
    }
        .fi-rr-circle:before {
    content: "\e387";
    }
        .fi-rr-circle-0:before {
    content: "\e388";
    }
        .fi-rr-circle-1:before {
    content: "\e389";
    }
        .fi-rr-circle-2:before {
    content: "\e38a";
    }
        .fi-rr-circle-3:before {
    content: "\e38b";
    }
        .fi-rr-circle-4:before {
    content: "\e38c";
    }
        .fi-rr-circle-5:before {
    content: "\e38d";
    }
        .fi-rr-circle-6:before {
    content: "\e38e";
    }
        .fi-rr-circle-7:before {
    content: "\e38f";
    }
        .fi-rr-circle-8:before {
    content: "\e390";
    }
        .fi-rr-circle-9:before {
    content: "\e391";
    }
        .fi-rr-circle-a:before {
    content: "\e392";
    }
        .fi-rr-circle-b:before {
    content: "\e394";
    }
        .fi-rr-circle-bolt:before {
    content: "\e395";
    }
        .fi-rr-circle-book-open:before {
    content: "\e396";
    }
        .fi-rr-circle-bookmark:before {
    content: "\e397";
    }
        .fi-rr-circle-c:before {
    content: "\e398";
    }
        .fi-rr-circle-calendar:before {
    content: "\e399";
    }
        .fi-rr-circle-camera:before {
    content: "\e39a";
    }
        .fi-rr-circle-d:before {
    content: "\e39c";
    }
        .fi-rr-circle-dashed:before {
    content: "\e39d";
    }
        .fi-rr-circle-divide:before {
    content: "\e39e";
    }
        .fi-rr-circle-e:before {
    content: "\e3a0";
    }
        .fi-rr-circle-ellipsis:before {
    content: "\e3a1";
    }
        .fi-rr-circle-ellipsis-vertical:before {
    content: "\e3a2";
    }
        .fi-rr-circle-envelope:before {
    content: "\e3a3";
    }
        .fi-rr-circle-exclamation-check:before {
    content: "\e3a4";
    }
        .fi-rr-circle-f:before {
    content: "\e3a5";
    }
        .fi-rr-circle-g:before {
    content: "\e3a6";
    }
        .fi-rr-circle-h:before {
    content: "\e3a7";
    }
        .fi-rr-circle-half:before {
    content: "\e3a8";
    }
        .fi-rr-circle-half-stroke:before {
    content: "\e3a9";
    }
        .fi-rr-circle-heart:before {
    content: "\e3aa";
    }
        .fi-rr-circle-i:before {
    content: "\e3ab";
    }
        .fi-rr-circle-j:before {
    content: "\e3ac";
    }
        .fi-rr-circle-k:before {
    content: "\e3ad";
    }
        .fi-rr-circle-l:before {
    content: "\e3ae";
    }
        .fi-rr-circle-m:before {
    content: "\e3af";
    }
        .fi-rr-circle-microphone:before {
    content: "\e3b0";
    }
        .fi-rr-circle-microphone-lines:before {
    content: "\e3b1";
    }
        .fi-rr-circle-n:before {
    content: "\e3b2";
    }
        .fi-rr-circle-nodes:before {
    content: "\e3b3";
    }
        .fi-rr-circle-o:before {
    content: "\e3b4";
    }
        .fi-rr-circle-overlap:before {
    content: "\e3b5";
    }
        .fi-rr-circle-p:before {
    content: "\e3b6";
    }
        .fi-rr-circle-phone:before {
    content: "\e3b8";
    }
        .fi-rr-circle-phone-flip:before {
    content: "\e3b9";
    }
        .fi-rr-circle-phone-hangup:before {
    content: "\e3ba";
    }
        .fi-rr-circle-q:before {
    content: "\e3bc";
    }
        .fi-rr-circle-quarter:before {
    content: "\e3bd";
    }
        .fi-rr-circle-quarters-alt:before {
    content: "\e3bf";
    }
        .fi-rr-circle-r:before {
    content: "\e3c0";
    }
        .fi-rr-circle-s:before {
    content: "\e3c1";
    }
        .fi-rr-circle-small:before {
    content: "\e3c2";
    }
        .fi-rr-circle-star:before {
    content: "\e3c3";
    }
        .fi-rr-circle-t:before {
    content: "\e3c5";
    }
        .fi-rr-circle-three-quarters:before {
    content: "\e3c6";
    }
        .fi-rr-circle-trash:before {
    content: "\e3c7";
    }
        .fi-rr-circle-u:before {
    content: "\e3c8";
    }
        .fi-rr-circle-user:before {
    content: "\e3c9";
    }
        .fi-rr-circle-v:before {
    content: "\e3ca";
    }
        .fi-rr-circle-video:before {
    content: "\e3cb";
    }
        .fi-rr-circle-w:before {
    content: "\e3cc";
    }
        .fi-rr-circle-waveform-lines:before {
    content: "\e3cd";
    }
        .fi-rr-circle-wifi-circle-wifi:before {
    content: "\e3ce";
    }
        .fi-rr-circle-x:before {
    content: "\e3cf";
    }
        .fi-rr-circle-xmark:before {
    content: "\e3d0";
    }
        .fi-rr-circle-y:before {
    content: "\e3d1";
    }
        .fi-rr-circle-z:before {
    content: "\e3d2";
    }
        .fi-rr-citrus:before {
    content: "\e3d3";
    }
        .fi-rr-citrus-slice:before {
    content: "\e3d4";
    }
        .fi-rr-city:before {
    content: "\e3d5";
    }
        .fi-rr-clapper-open:before {
    content: "\e3d6";
    }
        .fi-rr-clapperboard:before {
    content: "\e3d7";
    }
        .fi-rr-clapperboard-play:before {
    content: "\e3d8";
    }
        .fi-rr-clarinet:before {
    content: "\e3d9";
    }
        .fi-rr-claw-marks:before {
    content: "\e3da";
    }
        .fi-rr-clear-alt:before {
    content: "\e3dd";
    }
        .fi-rr-clip:before {
    content: "\e3de";
    }
        .fi-rr-clip-file:before {
    content: "\e3df";
    }
        .fi-rr-clip-mail:before {
    content: "\e3e0";
    }
        .fi-rr-clipboard:before {
    content: "\e3e1";
    }
        .fi-rr-clipboard-check:before {
    content: "\e3e2";
    }
        .fi-rr-clipboard-exclamation:before {
    content: "\e3e3";
    }
        .fi-rr-clipboard-list:before {
    content: "\e3e4";
    }
        .fi-rr-clipboard-list-check:before {
    content: "\e3e5";
    }
        .fi-rr-clipboard-prescription:before {
    content: "\e3e6";
    }
        .fi-rr-clipboard-question:before {
    content: "\e3e7";
    }
        .fi-rr-clipboard-user:before {
    content: "\e3e8";
    }
        .fi-rr-clipoard-wrong:before {
    content: "\e3e9";
    }
        .fi-rr-clock:before {
    content: "\e3ea";
    }
        .fi-rr-clock-desk:before {
    content: "\e3eb";
    }
        .fi-rr-clock-eight-thirty:before {
    content: "\e3ec";
    }
        .fi-rr-clock-eleven:before {
    content: "\e3ed";
    }
        .fi-rr-clock-eleven-thirty:before {
    content: "\e3ee";
    }
        .fi-rr-clock-five:before {
    content: "\e3ef";
    }
        .fi-rr-clock-five-thirty:before {
    content: "\e3f0";
    }
        .fi-rr-clock-four-thirty:before {
    content: "\e3f1";
    }
        .fi-rr-clock-future-past:before {
    content: "\e3f2";
    }
        .fi-rr-clock-nine:before {
    content: "\e3f3";
    }
        .fi-rr-clock-nine-thirty:before {
    content: "\e3f4";
    }
        .fi-rr-clock-one:before {
    content: "\e3f5";
    }
        .fi-rr-clock-one-thirty:before {
    content: "\e3f6";
    }
        .fi-rr-clock-seven:before {
    content: "\e3f7";
    }
        .fi-rr-clock-seven-thirty:before {
    content: "\e3f8";
    }
        .fi-rr-clock-six:before {
    content: "\e3f9";
    }
        .fi-rr-clock-six-thirty:before {
    content: "\e3fa";
    }
        .fi-rr-clock-ten:before {
    content: "\e3fb";
    }
        .fi-rr-clock-ten-thirty:before {
    content: "\e3fc";
    }
        .fi-rr-clock-three:before {
    content: "\e3fd";
    }
        .fi-rr-clock-three-thirty:before {
    content: "\e3fe";
    }
        .fi-rr-clock-time-tracking:before {
    content: "\e3ff";
    }
        .fi-rr-clock-twelve:before {
    content: "\e400";
    }
        .fi-rr-clock-twelve-thirty:before {
    content: "\e401";
    }
        .fi-rr-clock-two:before {
    content: "\e402";
    }
        .fi-rr-clock-two-thirty:before {
    content: "\e403";
    }
        .fi-rr-clock-up-arrow:before {
    content: "\e404";
    }
        .fi-rr-clone:before {
    content: "\e405";
    }
        .fi-rr-closed-captioning-slash:before {
    content: "\e406";
    }
        .fi-rr-clothes-hanger:before {
    content: "\e407";
    }
        .fi-rr-clothing-rack:before {
    content: "\e408";
    }
        .fi-rr-cloud:before {
    content: "\e409";
    }
        .fi-rr-cloud-back-up:before {
    content: "\e40a";
    }
        .fi-rr-cloud-back-up-alt:before {
    content: "\e40b";
    }
        .fi-rr-cloud-check:before {
    content: "\e40c";
    }
        .fi-rr-cloud-code:before {
    content: "\e40d";
    }
        .fi-rr-cloud-data:before {
    content: "\e40e";
    }
        .fi-rr-cloud-disabled:before {
    content: "\e40f";
    }
        .fi-rr-cloud-download:before {
    content: "\e410";
    }
        .fi-rr-cloud-download-alt:before {
    content: "\e411";
    }
        .fi-rr-cloud-download-circle:before {
    content: "\e412";
    }
        .fi-rr-cloud-drizzle:before {
    content: "\e413";
    }
        .fi-rr-cloud-exclamation:before {
    content: "\e414";
    }
        .fi-rr-cloud-gear-automation:before {
    content: "\e416";
    }
        .fi-rr-cloud-hail:before {
    content: "\e417";
    }
        .fi-rr-cloud-hail-mixed:before {
    content: "\e418";
    }
        .fi-rr-cloud-lock:before {
    content: "\e419";
    }
        .fi-rr-cloud-meatball:before {
    content: "\e41a";
    }
        .fi-rr-cloud-moon:before {
    content: "\e41c";
    }
        .fi-rr-cloud-moon-rain:before {
    content: "\e41d";
    }
        .fi-rr-cloud-question:before {
    content: "\e41f";
    }
        .fi-rr-cloud-rain:before {
    content: "\e420";
    }
        .fi-rr-cloud-rainbow:before {
    content: "\e421";
    }
        .fi-rr-cloud-share:before {
    content: "\e422";
    }
        .fi-rr-cloud-showers:before {
    content: "\e423";
    }
        .fi-rr-cloud-showers-heavy:before {
    content: "\e424";
    }
        .fi-rr-cloud-showers-water:before {
    content: "\e425";
    }
        .fi-rr-cloud-sleet:before {
    content: "\e427";
    }
        .fi-rr-cloud-snow:before {
    content: "\e428";
    }
        .fi-rr-cloud-sun:before {
    content: "\e429";
    }
        .fi-rr-cloud-sun-rain:before {
    content: "\e42a";
    }
        .fi-rr-cloud-upload:before {
    content: "\e42b";
    }
        .fi-rr-cloud-upload-alt:before {
    content: "\e42c";
    }
        .fi-rr-cloud-upload-circle:before {
    content: "\e42d";
    }
        .fi-rr-clouds:before {
    content: "\e430";
    }
        .fi-rr-clouds-moon:before {
    content: "\e431";
    }
        .fi-rr-clouds-sun:before {
    content: "\e432";
    }
        .fi-rr-clover-alt:before {
    content: "\e433";
    }
        .fi-rr-club:before {
    content: "\e434";
    }
        .fi-rr-cocktail:before {
    content: "\e437";
    }
        .fi-rr-cocktail-alt:before {
    content: "\e438";
    }
        .fi-rr-coconut:before {
    content: "\e439";
    }
        .fi-rr-code-branch:before {
    content: "\e43a";
    }
        .fi-rr-code-commit:before {
    content: "\e43b";
    }
        .fi-rr-code-compare:before {
    content: "\e43c";
    }
        .fi-rr-code-fork:before {
    content: "\e43d";
    }
        .fi-rr-code-merge:before {
    content: "\e43e";
    }
        .fi-rr-code-pull-request:before {
    content: "\e43f";
    }
        .fi-rr-code-pull-request-closed:before {
    content: "\e440";
    }
        .fi-rr-code-pull-request-draft:before {
    content: "\e441";
    }
        .fi-rr-code-simple:before {
    content: "\e442";
    }
        .fi-rr-coffee:before {
    content: "\e443";
    }
        .fi-rr-coffee-bean:before {
    content: "\e444";
    }
        .fi-rr-coffee-beans:before {
    content: "\e445";
    }
        .fi-rr-coffee-heart:before {
    content: "\e446";
    }
        .fi-rr-coffee-maker:before {
    content: "\e447";
    }
        .fi-rr-coffee-pot:before {
    content: "\e448";
    }
        .fi-rr-coffin:before {
    content: "\e449";
    }
        .fi-rr-coffin-cross:before {
    content: "\e44a";
    }
        .fi-rr-coin:before {
    content: "\e44b";
    }
        .fi-rr-coin-up-arrow:before {
    content: "\e44c";
    }
        .fi-rr-coins:before {
    content: "\e44d";
    }
        .fi-rr-colon-sign:before {
    content: "\e44f";
    }
        .fi-rr-columns-3:before {
    content: "\e450";
    }
        .fi-rr-comet:before {
    content: "\e451";
    }
        .fi-rr-command:before {
    content: "\e453";
    }
        .fi-rr-comment:before {
    content: "\e454";
    }
        .fi-rr-comment-alt:before {
    content: "\e455";
    }
        .fi-rr-comment-alt-check:before {
    content: "\e456";
    }
        .fi-rr-comment-alt-dots:before {
    content: "\e457";
    }
        .fi-rr-comment-alt-edit:before {
    content: "\e458";
    }
        .fi-rr-comment-alt-medical:before {
    content: "\e459";
    }
        .fi-rr-comment-alt-middle:before {
    content: "\e45a";
    }
        .fi-rr-comment-alt-middle-top:before {
    content: "\e45b";
    }
        .fi-rr-comment-alt-minus:before {
    content: "\e45c";
    }
        .fi-rr-comment-alt-music:before {
    content: "\e45d";
    }
        .fi-rr-comment-arrow-down:before {
    content: "\e460";
    }
        .fi-rr-comment-arrow-up:before {
    content: "\e461";
    }
        .fi-rr-comment-arrow-up-right:before {
    content: "\e462";
    }
        .fi-rr-comment-check:before {
    content: "\e463";
    }
        .fi-rr-comment-code:before {
    content: "\e464";
    }
        .fi-rr-comment-dollar:before {
    content: "\e465";
    }
        .fi-rr-comment-dots:before {
    content: "\e466";
    }
        .fi-rr-comment-exclamation:before {
    content: "\e467";
    }
        .fi-rr-comment-heart:before {
    content: "\e468";
    }
        .fi-rr-comment-image:before {
    content: "\e469";
    }
        .fi-rr-comment-info:before {
    content: "\e46a";
    }
        .fi-rr-comment-medical:before {
    content: "\e46b";
    }
        .fi-rr-comment-minus:before {
    content: "\e46c";
    }
        .fi-rr-comment-pen:before {
    content: "\e46d";
    }
        .fi-rr-comment-question:before {
    content: "\e46f";
    }
        .fi-rr-comment-quote:before {
    content: "\e470";
    }
        .fi-rr-comment-slash:before {
    content: "\e471";
    }
        .fi-rr-comment-smile:before {
    content: "\e472";
    }
        .fi-rr-comment-sms:before {
    content: "\e473";
    }
        .fi-rr-comment-text:before {
    content: "\e474";
    }
        .fi-rr-comment-user:before {
    content: "\e475";
    }
        .fi-rr-comment-xmark:before {
    content: "\e476";
    }
        .fi-rr-comments:before {
    content: "\e477";
    }
        .fi-rr-comments-dollar:before {
    content: "\e478";
    }
        .fi-rr-comments-question:before {
    content: "\e479";
    }
        .fi-rr-comments-question-check:before {
    content: "\e47a";
    }
        .fi-rr-compass-alt:before {
    content: "\e47b";
    }
        .fi-rr-compass-east:before {
    content: "\e47c";
    }
        .fi-rr-compass-north:before {
    content: "\e47d";
    }
        .fi-rr-compass-slash:before {
    content: "\e47e";
    }
        .fi-rr-compass-south:before {
    content: "\e47f";
    }
        .fi-rr-compass-west:before {
    content: "\e480";
    }
        .fi-rr-completed:before {
    content: "\e481";
    }
        .fi-rr-compliance:before {
    content: "\e482";
    }
        .fi-rr-compliance-clipboard:before {
    content: "\e483";
    }
        .fi-rr-compliance-document:before {
    content: "\e484";
    }
        .fi-rr-compress:before {
    content: "\e485";
    }
        .fi-rr-compress-alt:before {
    content: "\e486";
    }
        .fi-rr-computer:before {
    content: "\e487";
    }
        .fi-rr-computer-classic:before {
    content: "\e488";
    }
        .fi-rr-computer-mouse:before {
    content: "\e489";
    }
        .fi-rr-computer-speaker:before {
    content: "\e48a";
    }
        .fi-rr-concierge-bell:before {
    content: "\e48b";
    }
        .fi-rr-condition:before {
    content: "\e48d";
    }
        .fi-rr-condition-alt:before {
    content: "\e48e";
    }
        .fi-rr-confetti:before {
    content: "\e48f";
    }
        .fi-rr-confidential-discussion:before {
    content: "\e490";
    }
        .fi-rr-console-controller:before {
    content: "\e492";
    }
        .fi-rr-constellation:before {
    content: "\e493";
    }
        .fi-rr-contact-lens-eyes:before {
    content: "\e494";
    }
        .fi-rr-container-storage:before {
    content: "\e495";
    }
        .fi-rr-convert-document:before {
    content: "\e496";
    }
        .fi-rr-convert-shapes:before {
    content: "\e497";
    }
        .fi-rr-conveyor-belt:before {
    content: "\e498";
    }
        .fi-rr-conveyor-belt-alt:before {
    content: "\e499";
    }
        .fi-rr-conveyor-belt-arm:before {
    content: "\e49a";
    }
        .fi-rr-conveyor-belt-empty:before {
    content: "\e49b";
    }
        .fi-rr-cookie:before {
    content: "\e49c";
    }
        .fi-rr-cookie-alt:before {
    content: "\e49d";
    }
        .fi-rr-copy:before {
    content: "\e49e";
    }
        .fi-rr-copy-alt:before {
    content: "\e49f";
    }
        .fi-rr-copy-image:before {
    content: "\e4a0";
    }
        .fi-rr-copyright:before {
    content: "\e4a1";
    }
        .fi-rr-corn:before {
    content: "\e4a2";
    }
        .fi-rr-corporate:before {
    content: "\e4a4";
    }
        .fi-rr-corporate-alt:before {
    content: "\e4a5";
    }
        .fi-rr-couch:before {
    content: "\e4a6";
    }
        .fi-rr-court-sport:before {
    content: "\e4a9";
    }
        .fi-rr-cow:before {
    content: "\e4aa";
    }
        .fi-rr-cow-alt:before {
    content: "\e4ab";
    }
        .fi-rr-cowbell:before {
    content: "\e4ac";
    }
        .fi-rr-cowbell-circle-plus:before {
    content: "\e4ad";
    }
        .fi-rr-cowbell-more:before {
    content: "\e4ae";
    }
        .fi-rr-crab:before {
    content: "\e4af";
    }
        .fi-rr-crate-empty:before {
    content: "\e4b0";
    }
        .fi-rr-cream:before {
    content: "\e4b1";
    }
        .fi-rr-credit-card:before {
    content: "\e4c1";
    }
        .fi-rr-credit-card-buyer:before {
    content: "\e4c2";
    }
        .fi-rr-credit-card-eye:before {
    content: "\e4c3";
    }
        .fi-rr-cricket:before {
    content: "\e4c7";
    }
        .fi-rr-CRM:before {
    content: "\e4c8";
    }
        .fi-rr-crm-alt:before {
    content: "\e4c9";
    }
        .fi-rr-crm-computer:before {
    content: "\e4ca";
    }
        .fi-rr-croissant:before {
    content: "\e4cb";
    }
        .fi-rr-cross:before {
    content: "\e4cd";
    }
        .fi-rr-cross-circle:before {
    content: "\e4ce";
    }
        .fi-rr-cross-religion:before {
    content: "\e4cf";
    }
        .fi-rr-cross-small:before {
    content: "\e4d0";
    }
        .fi-rr-crow:before {
    content: "\e4d2";
    }
        .fi-rr-crown:before {
    content: "\e4d3";
    }
        .fi-rr-crutch:before {
    content: "\e4d4";
    }
        .fi-rr-crutches:before {
    content: "\e4d5";
    }
        .fi-rr-cruzeiro-sign:before {
    content: "\e4d6";
    }
        .fi-rr-crypto-calendar:before {
    content: "\e4d7";
    }
        .fi-rr-cryptocurrency:before {
    content: "\e4d8";
    }
        .fi-rr-crystal-ball:before {
    content: "\e4d9";
    }
        .fi-rr-cube:before {
    content: "\e4dc";
    }
        .fi-rr-cubes:before {
    content: "\e4dd";
    }
        .fi-rr-cubes-stacked:before {
    content: "\e4de";
    }
        .fi-rr-cucumber:before {
    content: "\e4df";
    }
        .fi-rr-cup-straw:before {
    content: "\e4e0";
    }
        .fi-rr-cup-straw-swoosh:before {
    content: "\e4e1";
    }
        .fi-rr-cup-togo:before {
    content: "\e4e2";
    }
        .fi-rr-cupcake:before {
    content: "\e4e3";
    }
        .fi-rr-cupcake-alt:before {
    content: "\e4e4";
    }
        .fi-rr-curling:before {
    content: "\e4e5";
    }
        .fi-rr-cursor:before {
    content: "\e4e6";
    }
        .fi-rr-cursor-finger:before {
    content: "\e4e7";
    }
        .fi-rr-cursor-plus:before {
    content: "\e4e8";
    }
        .fi-rr-cursor-text:before {
    content: "\e4e9";
    }
        .fi-rr-cursor-text-alt:before {
    content: "\e4ea";
    }
        .fi-rr-curve:before {
    content: "\e4eb";
    }
        .fi-rr-curve-alt:before {
    content: "\e4ec";
    }
        .fi-rr-curve-arrow:before {
    content: "\e4ed";
    }
        .fi-rr-custard:before {
    content: "\e4ee";
    }
        .fi-rr-customer-care:before {
    content: "\e4ef";
    }
        .fi-rr-customer-service:before {
    content: "\e4f0";
    }
        .fi-rr-customization:before {
    content: "\e4f1";
    }
        .fi-rr-customization-cogwheel:before {
    content: "\e4f2";
    }
        .fi-rr-customize:before {
    content: "\e4f3";
    }
        .fi-rr-customize-computer:before {
    content: "\e4f4";
    }
        .fi-rr-customize-edit:before {
    content: "\e4f5";
    }
        .fi-rr-CV:before {
    content: "\e4f6";
    }
        .fi-rr-cvv-card:before {
    content: "\e4f7";
    }
        .fi-rr-d:before {
    content: "\e4f8";
    }
        .fi-rr-dagger:before {
    content: "\e4f9";
    }
        .fi-rr-daily-calendar:before {
    content: "\e4fa";
    }
        .fi-rr-daisy:before {
    content: "\e4fc";
    }
        .fi-rr-daisy-alt:before {
    content: "\e4fd";
    }
        .fi-rr-damage:before {
    content: "\e4fe";
    }
        .fi-rr-dark-mode:before {
    content: "\e4ff";
    }
        .fi-rr-dark-mode-alt:before {
    content: "\e500";
    }
        .fi-rr-dart:before {
    content: "\e501";
    }
        .fi-rr-dashboard:before {
    content: "\e503";
    }
        .fi-rr-dashboard-monitor:before {
    content: "\e504";
    }
        .fi-rr-dashboard-panel:before {
    content: "\e505";
    }
        .fi-rr-data-transfer:before {
    content: "\e507";
    }
        .fi-rr-database:before {
    content: "\e508";
    }
        .fi-rr-database-cloud-circle:before {
    content: "\e509";
    }
        .fi-rr-debt:before {
    content: "\e50a";
    }
        .fi-rr-decision-choice:before {
    content: "\e50c";
    }
        .fi-rr-deer:before {
    content: "\e50d";
    }
        .fi-rr-deer-rudolph:before {
    content: "\e50e";
    }
        .fi-rr-degree-credential:before {
    content: "\e510";
    }
        .fi-rr-delete:before {
    content: "\e511";
    }
        .fi-rr-delete-document:before {
    content: "\e512";
    }
        .fi-rr-delete-right:before {
    content: "\e513";
    }
        .fi-rr-delete-user:before {
    content: "\e514";
    }
        .fi-rr-democrat:before {
    content: "\e518";
    }
        .fi-rr-department:before {
    content: "\e519";
    }
        .fi-rr-department-structure:before {
    content: "\e51a";
    }
        .fi-rr-deposit:before {
    content: "\e51b";
    }
        .fi-rr-deposit-alt:before {
    content: "\e51c";
    }
        .fi-rr-description:before {
    content: "\e51d";
    }
        .fi-rr-description-alt:before {
    content: "\e51e";
    }
        .fi-rr-desk:before {
    content: "\e51f";
    }
        .fi-rr-desktop-arrow-down:before {
    content: "\e520";
    }
        .fi-rr-desktop-wallpaper:before {
    content: "\e521";
    }
        .fi-rr-detergent:before {
    content: "\e522";
    }
        .fi-rr-devices:before {
    content: "\e525";
    }
        .fi-rr-dewpoint:before {
    content: "\e526";
    }
        .fi-rr-dharmachakra:before {
    content: "\e527";
    }
        .fi-rr-diagram-cells:before {
    content: "\e528";
    }
        .fi-rr-diagram-lean-canvas:before {
    content: "\e529";
    }
        .fi-rr-diagram-nested:before {
    content: "\e52a";
    }
        .fi-rr-diagram-next:before {
    content: "\e52b";
    }
        .fi-rr-diagram-predecessor:before {
    content: "\e52c";
    }
        .fi-rr-diagram-previous:before {
    content: "\e52d";
    }
        .fi-rr-diagram-project:before {
    content: "\e52e";
    }
        .fi-rr-diagram-sankey:before {
    content: "\e52f";
    }
        .fi-rr-diagram-subtask:before {
    content: "\e530";
    }
        .fi-rr-diagram-successor:before {
    content: "\e531";
    }
        .fi-rr-diagram-venn:before {
    content: "\e532";
    }
        .fi-rr-dial:before {
    content: "\e533";
    }
        .fi-rr-dial-high:before {
    content: "\e534";
    }
        .fi-rr-dial-low:before {
    content: "\e535";
    }
        .fi-rr-dial-max:before {
    content: "\e536";
    }
        .fi-rr-dial-med:before {
    content: "\e537";
    }
        .fi-rr-dial-med-low:before {
    content: "\e538";
    }
        .fi-rr-dial-min:before {
    content: "\e539";
    }
        .fi-rr-dial-off:before {
    content: "\e53a";
    }
        .fi-rr-dialogue-exchange:before {
    content: "\e53b";
    }
        .fi-rr-diamond:before {
    content: "\e53c";
    }
        .fi-rr-diamond-exclamation:before {
    content: "\e53d";
    }
        .fi-rr-diamond-turn-right:before {
    content: "\e53e";
    }
        .fi-rr-diary-bookmark-down:before {
    content: "\e53f";
    }
        .fi-rr-diary-bookmarks:before {
    content: "\e540";
    }
        .fi-rr-diary-clasp:before {
    content: "\e541";
    }
        .fi-rr-dice:before {
    content: "\e542";
    }
        .fi-rr-dice-alt:before {
    content: "\e543";
    }
        .fi-rr-dice-d10:before {
    content: "\e544";
    }
        .fi-rr-dice-d12:before {
    content: "\e545";
    }
        .fi-rr-dice-d20:before {
    content: "\e546";
    }
        .fi-rr-dice-d4:before {
    content: "\e547";
    }
        .fi-rr-dice-d6:before {
    content: "\e548";
    }
        .fi-rr-dice-d8:before {
    content: "\e549";
    }
        .fi-rr-dice-four:before {
    content: "\e54a";
    }
        .fi-rr-dice-one:before {
    content: "\e54b";
    }
        .fi-rr-dice-six:before {
    content: "\e54c";
    }
        .fi-rr-dice-three:before {
    content: "\e54d";
    }
        .fi-rr-dice-two:before {
    content: "\e54e";
    }
        .fi-rr-dictionary:before {
    content: "\e54f";
    }
        .fi-rr-dictionary-alt:before {
    content: "\e550";
    }
        .fi-rr-dictionary-open:before {
    content: "\e551";
    }
        .fi-rr-digging:before {
    content: "\e553";
    }
        .fi-rr-digital-payment:before {
    content: "\e558";
    }
        .fi-rr-digital-tachograph:before {
    content: "\e559";
    }
        .fi-rr-digital-wallet:before {
    content: "\e55a";
    }
        .fi-rr-dinner:before {
    content: "\e55c";
    }
        .fi-rr-diploma:before {
    content: "\e55d";
    }
        .fi-rr-direction-signal:before {
    content: "\e55e";
    }
        .fi-rr-direction-signal-arrow:before {
    content: "\e55f";
    }
        .fi-rr-disc-drive:before {
    content: "\e560";
    }
        .fi-rr-disco-ball:before {
    content: "\e562";
    }
        .fi-rr-discover:before {
    content: "\e565";
    }
        .fi-rr-discussion-group:before {
    content: "\e567";
    }
        .fi-rr-discussion-idea:before {
    content: "\e568";
    }
        .fi-rr-disease:before {
    content: "\e569";
    }
        .fi-rr-disk:before {
    content: "\e56a";
    }
        .fi-rr-display-arrow-down:before {
    content: "\e56c";
    }
        .fi-rr-display-chart-up:before {
    content: "\e56e";
    }
        .fi-rr-display-code:before {
    content: "\e56f";
    }
        .fi-rr-display-medical:before {
    content: "\e570";
    }
        .fi-rr-display-slash:before {
    content: "\e571";
    }
        .fi-rr-distribute-spacing-horizontal:before {
    content: "\e572";
    }
        .fi-rr-distribute-spacing-vertical:before {
    content: "\e573";
    }
        .fi-rr-divide:before {
    content: "\e575";
    }
        .fi-rr-dizzy:before {
    content: "\e576";
    }
        .fi-rr-dj-disc:before {
    content: "\e577";
    }
        .fi-rr-dna:before {
    content: "\e578";
    }
        .fi-rr-do-not-disturb:before {
    content: "\e579";
    }
        .fi-rr-do-not-disturb-doorknob:before {
    content: "\e57a";
    }
        .fi-rr-do-not-enter:before {
    content: "\e57b";
    }
        .fi-rr-doctor:before {
    content: "\e57d";
    }
        .fi-rr-document:before {
    content: "\e57f";
    }
        .fi-rr-document-circle-wrong:before {
    content: "\e581";
    }
        .fi-rr-document-folder-gear:before {
    content: "\e583";
    }
        .fi-rr-document-gavel:before {
    content: "\e584";
    }
        .fi-rr-document-gear:before {
    content: "\e586";
    }
        .fi-rr-document-nft:before {
    content: "\e587";
    }
        .fi-rr-document-paid:before {
    content: "\e588";
    }
        .fi-rr-document-signed:before {
    content: "\e589";
    }
        .fi-rr-dog:before {
    content: "\e58b";
    }
        .fi-rr-dog-bowl-empty:before {
    content: "\e58c";
    }
        .fi-rr-dog-leashed:before {
    content: "\e58d";
    }
        .fi-rr-dollar:before {
    content: "\e58e";
    }
        .fi-rr-dolly-flatbed:before {
    content: "\e58f";
    }
        .fi-rr-dolly-flatbed-alt:before {
    content: "\e590";
    }
        .fi-rr-dolly-flatbed-empty:before {
    content: "\e591";
    }
        .fi-rr-dolphin:before {
    content: "\e592";
    }
        .fi-rr-domino-effect:before {
    content: "\e593";
    }
        .fi-rr-donate:before {
    content: "\e594";
    }
        .fi-rr-dong-sign:before {
    content: "\e595";
    }
        .fi-rr-donut:before {
    content: "\e596";
    }
        .fi-rr-door-closed:before {
    content: "\e597";
    }
        .fi-rr-door-open:before {
    content: "\e598";
    }
        .fi-rr-dorm-room:before {
    content: "\e599";
    }
        .fi-rr-dot-circle:before {
    content: "\e59a";
    }
        .fi-rr-dot-pending:before {
    content: "\e59b";
    }
        .fi-rr-dove:before {
    content: "\e59c";
    }
        .fi-rr-down:before {
    content: "\e59d";
    }
        .fi-rr-down-from-bracket:before {
    content: "\e59e";
    }
        .fi-rr-down-left:before {
    content: "\e59f";
    }
        .fi-rr-down-left-and-up-right-to-center:before {
    content: "\e5a0";
    }
        .fi-rr-down-right:before {
    content: "\e5a1";
    }
        .fi-rr-down-to-line:before {
    content: "\e5a2";
    }
        .fi-rr-download:before {
    content: "\e5a3";
    }
        .fi-rr-drafting-compass:before {
    content: "\e5a5";
    }
        .fi-rr-dragon:before {
    content: "\e5a6";
    }
        .fi-rr-draw-polygon:before {
    content: "\e5a7";
    }
        .fi-rr-draw-square:before {
    content: "\e5a8";
    }
        .fi-rr-drawer:before {
    content: "\e5a9";
    }
        .fi-rr-drawer-alt:before {
    content: "\e5aa";
    }
        .fi-rr-drawer-empty:before {
    content: "\e5ab";
    }
        .fi-rr-dreidel:before {
    content: "\e5ac";
    }
        .fi-rr-dress:before {
    content: "\e5ad";
    }
        .fi-rr-drink-alt:before {
    content: "\e5b0";
    }
        .fi-rr-driver-man:before {
    content: "\e5b1";
    }
        .fi-rr-driver-woman:before {
    content: "\e5b2";
    }
        .fi-rr-drone:before {
    content: "\e5b3";
    }
        .fi-rr-drone-alt:before {
    content: "\e5b4";
    }
        .fi-rr-drone-front:before {
    content: "\e5b5";
    }
        .fi-rr-drop-down:before {
    content: "\e5b6";
    }
        .fi-rr-dropdown:before {
    content: "\e5b8";
    }
        .fi-rr-dropdown-bar:before {
    content: "\e5b9";
    }
        .fi-rr-dropdown-select:before {
    content: "\e5ba";
    }
        .fi-rr-drum:before {
    content: "\e5bc";
    }
        .fi-rr-drum-steelpan:before {
    content: "\e5bd";
    }
        .fi-rr-drumstick:before {
    content: "\e5be";
    }
        .fi-rr-drumstick-bite:before {
    content: "\e5bf";
    }
        .fi-rr-dryer:before {
    content: "\e5c1";
    }
        .fi-rr-dryer-alt:before {
    content: "\e5c2";
    }
        .fi-rr-duck:before {
    content: "\e5c4";
    }
        .fi-rr-dumbbell-fitness:before {
    content: "\e5c5";
    }
        .fi-rr-dumbbell-horizontal:before {
    content: "\e5c6";
    }
        .fi-rr-dumbbell-ray:before {
    content: "\e5c7";
    }
        .fi-rr-dumbbell-weightlifting:before {
    content: "\e5c8";
    }
        .fi-rr-dumpster:before {
    content: "\e5c9";
    }
        .fi-rr-dumpster-fire:before {
    content: "\e5ca";
    }
        .fi-rr-dungeon:before {
    content: "\e5cb";
    }
        .fi-rr-duplicate:before {
    content: "\e5cc";
    }
        .fi-rr-duration:before {
    content: "\e5cd";
    }
        .fi-rr-duration-alt:before {
    content: "\e5ce";
    }
        .fi-rr-e:before {
    content: "\e5cf";
    }
        .fi-rr-e-learning:before {
    content: "\e5d0";
    }
        .fi-rr-ear:before {
    content: "\e5d1";
    }
        .fi-rr-ear-deaf:before {
    content: "\e5d2";
    }
        .fi-rr-ear-muffs:before {
    content: "\e5d3";
    }
        .fi-rr-ear-sound:before {
    content: "\e5d4";
    }
        .fi-rr-earbuds:before {
    content: "\e5d5";
    }
        .fi-rr-earnings:before {
    content: "\e5d6";
    }
        .fi-rr-earth-africa:before {
    content: "\e5d7";
    }
        .fi-rr-earth-americas:before {
    content: "\e5d8";
    }
        .fi-rr-earth-asia:before {
    content: "\e5d9";
    }
        .fi-rr-earth-europa:before {
    content: "\e5da";
    }
        .fi-rr-eclipse:before {
    content: "\e5dc";
    }
        .fi-rr-eclipse-alt:before {
    content: "\e5dd";
    }
        .fi-rr-eco-electric:before {
    content: "\e5de";
    }
        .fi-rr-edit:before {
    content: "\e5df";
    }
        .fi-rr-edit-alt:before {
    content: "\e5e0";
    }
        .fi-rr-edit-message:before {
    content: "\e5e1";
    }
        .fi-rr-effect:before {
    content: "\e5e2";
    }
        .fi-rr-egg:before {
    content: "\e5e3";
    }
        .fi-rr-egg-fried:before {
    content: "\e5e4";
    }
        .fi-rr-eiffel-tower:before {
    content: "\e5e5";
    }
        .fi-rr-eject:before {
    content: "\e5e6";
    }
        .fi-rr-elephant:before {
    content: "\e5e8";
    }
        .fi-rr-elevator:before {
    content: "\e5e9";
    }
        .fi-rr-email-pending:before {
    content: "\e5eb";
    }
        .fi-rr-email-refresh:before {
    content: "\e5ec";
    }
        .fi-rr-emergency-call:before {
    content: "\e5ed";
    }
        .fi-rr-employee-alt:before {
    content: "\e5ee";
    }
        .fi-rr-employee-handbook:before {
    content: "\e5ef";
    }
        .fi-rr-employee-man:before {
    content: "\e5f0";
    }
        .fi-rr-employee-man-alt:before {
    content: "\e5f1";
    }
        .fi-rr-employees:before {
    content: "\e5f4";
    }
        .fi-rr-employees-woman-man:before {
    content: "\e5f5";
    }
        .fi-rr-empty-set:before {
    content: "\e5f6";
    }
        .fi-rr-endless-loop:before {
    content: "\e5f7";
    }
        .fi-rr-engine:before {
    content: "\e5f9";
    }
        .fi-rr-engine-warning:before {
    content: "\e5fa";
    }
        .fi-rr-english:before {
    content: "\e5fb";
    }
        .fi-rr-enter:before {
    content: "\e5fc";
    }
        .fi-rr-envelope:before {
    content: "\e5fe";
    }
        .fi-rr-envelope-ban:before {
    content: "\e5ff";
    }
        .fi-rr-envelope-bulk:before {
    content: "\e600";
    }
        .fi-rr-envelope-dot:before {
    content: "\e601";
    }
        .fi-rr-envelope-download:before {
    content: "\e602";
    }
        .fi-rr-envelope-heart:before {
    content: "\e603";
    }
        .fi-rr-envelope-marker:before {
    content: "\e604";
    }
        .fi-rr-envelope-open:before {
    content: "\e605";
    }
        .fi-rr-envelope-open-dollar:before {
    content: "\e606";
    }
        .fi-rr-envelope-open-text:before {
    content: "\e607";
    }
        .fi-rr-envelope-plus:before {
    content: "\e608";
    }
        .fi-rr-envelopes:before {
    content: "\e609";
    }
        .fi-rr-equality:before {
    content: "\e60b";
    }
        .fi-rr-equals:before {
    content: "\e60c";
    }
        .fi-rr-equestrian-statue:before {
    content: "\e60d";
    }
        .fi-rr-eraser:before {
    content: "\e60f";
    }
        .fi-rr-error-camera:before {
    content: "\e610";
    }
        .fi-rr-escalator:before {
    content: "\e611";
    }
        .fi-rr-ethernet:before {
    content: "\e613";
    }
        .fi-rr-euro:before {
    content: "\e615";
    }
        .fi-rr-europe-flag:before {
    content: "\e616";
    }
        .fi-rr-europe-map:before {
    content: "\e617";
    }
        .fi-rr-european-union:before {
    content: "\e618";
    }
        .fi-rr-excavator:before {
    content: "\e61a";
    }
        .fi-rr-exchange:before {
    content: "\e61b";
    }
        .fi-rr-exchange-alt:before {
    content: "\e61c";
    }
        .fi-rr-exchange-cryptocurrency:before {
    content: "\e61d";
    }
        .fi-rr-exclamation:before {
    content: "\e61e";
    }
        .fi-rr-exit:before {
    content: "\e621";
    }
        .fi-rr-exit-alt:before {
    content: "\e622";
    }
        .fi-rr-expand:before {
    content: "\e623";
    }
        .fi-rr-expand-arrows:before {
    content: "\e624";
    }
        .fi-rr-expand-arrows-alt:before {
    content: "\e625";
    }
        .fi-rr-expense:before {
    content: "\e626";
    }
        .fi-rr-expense-bill:before {
    content: "\e627";
    }
        .fi-rr-explosion:before {
    content: "\e629";
    }
        .fi-rr-external-hard-drive:before {
    content: "\e62a";
    }
        .fi-rr-external-world:before {
    content: "\e62b";
    }
        .fi-rr-eye:before {
    content: "\e62c";
    }
        .fi-rr-eye-alert:before {
    content: "\e62d";
    }
        .fi-rr-eye-arrow-progress:before {
    content: "\e62e";
    }
        .fi-rr-eye-crossed:before {
    content: "\e62f";
    }
        .fi-rr-eye-dropper:before {
    content: "\e630";
    }
        .fi-rr-eye-dropper-half:before {
    content: "\e631";
    }
        .fi-rr-eyes:before {
    content: "\e633";
    }
        .fi-rr-f:before {
    content: "\e634";
    }
        .fi-rr-fabric:before {
    content: "\e635";
    }
        .fi-rr-face-angry-horns:before {
    content: "\e636";
    }
        .fi-rr-face-anguished:before {
    content: "\e637";
    }
        .fi-rr-face-anxious-sweat:before {
    content: "\e638";
    }
        .fi-rr-face-astonished:before {
    content: "\e639";
    }
        .fi-rr-face-awesome:before {
    content: "\e63a";
    }
        .fi-rr-face-beam-hand-over-mouth:before {
    content: "\e63b";
    }
        .fi-rr-face-confounded:before {
    content: "\e63c";
    }
        .fi-rr-face-confused:before {
    content: "\e63d";
    }
        .fi-rr-face-cowboy-hat:before {
    content: "\e63e";
    }
        .fi-rr-face-disappointed:before {
    content: "\e63f";
    }
        .fi-rr-face-disguise:before {
    content: "\e640";
    }
        .fi-rr-face-downcast-sweat:before {
    content: "\e641";
    }
        .fi-rr-face-drooling:before {
    content: "\e642";
    }
        .fi-rr-face-explode:before {
    content: "\e643";
    }
        .fi-rr-face-expressionless:before {
    content: "\e644";
    }
        .fi-rr-face-eyes-xmarks:before {
    content: "\e645";
    }
        .fi-rr-face-fearful:before {
    content: "\e646";
    }
        .fi-rr-face-glasses:before {
    content: "\e647";
    }
        .fi-rr-face-grin-tongue-wink:before {
    content: "\e648";
    }
        .fi-rr-face-hand-yawn:before {
    content: "\e649";
    }
        .fi-rr-face-head-bandage:before {
    content: "\e64a";
    }
        .fi-rr-face-hushed:before {
    content: "\e64b";
    }
        .fi-rr-face-icicles:before {
    content: "\e64c";
    }
        .fi-rr-face-lying:before {
    content: "\e64d";
    }
        .fi-rr-face-mask:before {
    content: "\e64e";
    }
        .fi-rr-face-monocle:before {
    content: "\e64f";
    }
        .fi-rr-face-nauseated:before {
    content: "\e650";
    }
        .fi-rr-face-nose-steam:before {
    content: "\e651";
    }
        .fi-rr-face-party:before {
    content: "\e652";
    }
        .fi-rr-face-pensive:before {
    content: "\e653";
    }
        .fi-rr-face-persevering:before {
    content: "\e654";
    }
        .fi-rr-face-pleading:before {
    content: "\e655";
    }
        .fi-rr-face-raised-eyebrow:before {
    content: "\e656";
    }
        .fi-rr-face-relieved:before {
    content: "\e657";
    }
        .fi-rr-face-sad-sweat:before {
    content: "\e658";
    }
        .fi-rr-face-scream:before {
    content: "\e659";
    }
        .fi-rr-face-shush:before {
    content: "\e65a";
    }
        .fi-rr-face-sleeping:before {
    content: "\e65b";
    }
        .fi-rr-face-sleepy:before {
    content: "\e65c";
    }
        .fi-rr-face-smile-halo:before {
    content: "\e65d";
    }
        .fi-rr-face-smile-hearts:before {
    content: "\e65e";
    }
        .fi-rr-face-smile-horns:before {
    content: "\e65f";
    }
        .fi-rr-face-smile-tear:before {
    content: "\e660";
    }
        .fi-rr-face-smile-tongue:before {
    content: "\e661";
    }
        .fi-rr-face-smile-upside-down:before {
    content: "\e662";
    }
        .fi-rr-face-smiling-hands:before {
    content: "\e663";
    }
        .fi-rr-face-smirking:before {
    content: "\e664";
    }
        .fi-rr-face-sunglasses:before {
    content: "\e665";
    }
        .fi-rr-face-sunglasses-alt:before {
    content: "\e666";
    }
        .fi-rr-face-swear:before {
    content: "\e667";
    }
        .fi-rr-face-thermometer:before {
    content: "\e668";
    }
        .fi-rr-face-thinking:before {
    content: "\e669";
    }
        .fi-rr-face-tissue:before {
    content: "\e66a";
    }
        .fi-rr-face-tongue-money:before {
    content: "\e66b";
    }
        .fi-rr-face-tongue-sweat:before {
    content: "\e66c";
    }
        .fi-rr-face-unamused:before {
    content: "\e66d";
    }
        .fi-rr-face-viewfinder:before {
    content: "\e66e";
    }
        .fi-rr-face-vomit:before {
    content: "\e66f";
    }
        .fi-rr-face-weary:before {
    content: "\e670";
    }
        .fi-rr-face-woozy:before {
    content: "\e671";
    }
        .fi-rr-face-worried:before {
    content: "\e672";
    }
        .fi-rr-face-zany:before {
    content: "\e673";
    }
        .fi-rr-face-zipper:before {
    content: "\e674";
    }
        .fi-rr-facial-massage:before {
    content: "\e677";
    }
        .fi-rr-fail:before {
    content: "\e678";
    }
        .fi-rr-falafel:before {
    content: "\e679";
    }
        .fi-rr-family:before {
    content: "\e67a";
    }
        .fi-rr-family-dress:before {
    content: "\e67b";
    }
        .fi-rr-family-pants:before {
    content: "\e67c";
    }
        .fi-rr-fan:before {
    content: "\e67d";
    }
        .fi-rr-fan-table:before {
    content: "\e67e";
    }
        .fi-rr-farfalle:before {
    content: "\e67f";
    }
        .fi-rr-farm:before {
    content: "\e680";
    }
        .fi-rr-faucet:before {
    content: "\e681";
    }
        .fi-rr-faucet-drip:before {
    content: "\e682";
    }
        .fi-rr-fax:before {
    content: "\e683";
    }
        .fi-rr-feather:before {
    content: "\e684";
    }
        .fi-rr-feather-pointed:before {
    content: "\e685";
    }
        .fi-rr-features:before {
    content: "\e686";
    }
        .fi-rr-features-alt:before {
    content: "\e687";
    }
        .fi-rr-fee:before {
    content: "\e689";
    }
        .fi-rr-fee-receipt:before {
    content: "\e68b";
    }
        .fi-rr-feedback:before {
    content: "\e68c";
    }
        .fi-rr-feedback-alt:before {
    content: "\e68d";
    }
        .fi-rr-feedback-cycle-loop:before {
    content: "\e68e";
    }
        .fi-rr-feedback-hand:before {
    content: "\e68f";
    }
        .fi-rr-feedback-review:before {
    content: "\e690";
    }
        .fi-rr-fence:before {
    content: "\e693";
    }
        .fi-rr-ferris-wheel:before {
    content: "\e694";
    }
        .fi-rr-fighter-jet:before {
    content: "\e696";
    }
        .fi-rr-file:before {
    content: "\e698";
    }
        .fi-rr-file-ai:before {
    content: "\e699";
    }
        .fi-rr-file-audio:before {
    content: "\e69a";
    }
        .fi-rr-file-binary:before {
    content: "\e69b";
    }
        .fi-rr-file-chart-line:before {
    content: "\e69c";
    }
        .fi-rr-file-chart-pie:before {
    content: "\e69d";
    }
        .fi-rr-file-circle-info:before {
    content: "\e69e";
    }
        .fi-rr-file-cloud:before {
    content: "\e69f";
    }
        .fi-rr-file-code:before {
    content: "\e6a0";
    }
        .fi-rr-file-csv:before {
    content: "\e6a2";
    }
        .fi-rr-file-download:before {
    content: "\e6a4";
    }
        .fi-rr-file-edit:before {
    content: "\e6a5";
    }
        .fi-rr-file-eps:before {
    content: "\e6a6";
    }
        .fi-rr-file-excel:before {
    content: "\e6a7";
    }
        .fi-rr-file-exclamation:before {
    content: "\e6a8";
    }
        .fi-rr-file-export:before {
    content: "\e6a9";
    }
        .fi-rr-file-image:before {
    content: "\e6ab";
    }
        .fi-rr-file-import:before {
    content: "\e6ac";
    }
        .fi-rr-file-invoice:before {
    content: "\e6ad";
    }
        .fi-rr-file-invoice-dollar:before {
    content: "\e6ae";
    }
        .fi-rr-file-loop:before {
    content: "\e6b0";
    }
        .fi-rr-file-medical:before {
    content: "\e6b2";
    }
        .fi-rr-file-medical-alt:before {
    content: "\e6b3";
    }
        .fi-rr-file-minus:before {
    content: "\e6b4";
    }
        .fi-rr-file-pdf:before {
    content: "\e6b5";
    }
        .fi-rr-file-powerpoint:before {
    content: "\e6b8";
    }
        .fi-rr-file-prescription:before {
    content: "\e6b9";
    }
        .fi-rr-file-psd:before {
    content: "\e6ba";
    }
        .fi-rr-file-question:before {
    content: "\e6bb";
    }
        .fi-rr-file-recycle:before {
    content: "\e6bc";
    }
        .fi-rr-file-signature:before {
    content: "\e6bd";
    }
        .fi-rr-file-spreadsheet:before {
    content: "\e6bf";
    }
        .fi-rr-file-upload:before {
    content: "\e6c0";
    }
        .fi-rr-file-user:before {
    content: "\e6c1";
    }
        .fi-rr-file-video:before {
    content: "\e6c2";
    }
        .fi-rr-file-word:before {
    content: "\e6c3";
    }
        .fi-rr-file-xls:before {
    content: "\e6c4";
    }
        .fi-rr-file-zip-alt:before {
    content: "\e6c6";
    }
        .fi-rr-file-zip-save:before {
    content: "\e6c7";
    }
        .fi-rr-file-zipper:before {
    content: "\e6c8";
    }
        .fi-rr-files-medical:before {
    content: "\e6ca";
    }
        .fi-rr-fill:before {
    content: "\e6cb";
    }
        .fi-rr-film:before {
    content: "\e6cc";
    }
        .fi-rr-film-canister:before {
    content: "\e6cd";
    }
        .fi-rr-film-slash:before {
    content: "\e6ce";
    }
        .fi-rr-films:before {
    content: "\e6cf";
    }
        .fi-rr-filter:before {
    content: "\e6d0";
    }
        .fi-rr-filter-list:before {
    content: "\e6d1";
    }
        .fi-rr-filter-slash:before {
    content: "\e6d2";
    }
        .fi-rr-filters:before {
    content: "\e6d3";
    }
        .fi-rr-finger-droplet:before {
    content: "\e6d4";
    }
        .fi-rr-finger-nail:before {
    content: "\e6d5";
    }
        .fi-rr-fingerprint:before {
    content: "\e6d6";
    }
        .fi-rr-fingerprint-remove:before {
    content: "\e6d7";
    }
        .fi-rr-fingerprint-security-risk:before {
    content: "\e6d8";
    }
        .fi-rr-fingerprint-verified:before {
    content: "\e6d9";
    }
        .fi-rr-fire-burner:before {
    content: "\e6da";
    }
        .fi-rr-fire-extinguisher:before {
    content: "\e6db";
    }
        .fi-rr-fire-flame-curved:before {
    content: "\e6dc";
    }
        .fi-rr-fire-flame-simple:before {
    content: "\e6dd";
    }
        .fi-rr-fire-hydrant:before {
    content: "\e6de";
    }
        .fi-rr-fire-smoke:before {
    content: "\e6df";
    }
        .fi-rr-fireplace:before {
    content: "\e6e2";
    }
        .fi-rr-first:before {
    content: "\e6e5";
    }
        .fi-rr-first-award:before {
    content: "\e6e6";
    }
        .fi-rr-first-laurel:before {
    content: "\e6e7";
    }
        .fi-rr-first-medal:before {
    content: "\e6e8";
    }
        .fi-rr-fish:before {
    content: "\e6e9";
    }
        .fi-rr-fish-bones:before {
    content: "\e6ea";
    }
        .fi-rr-fish-cooked:before {
    content: "\e6eb";
    }
        .fi-rr-fishing-rod:before {
    content: "\e6ec";
    }
        .fi-rr-fist-move:before {
    content: "\e6ed";
    }
        .fi-rr-fitness-watch:before {
    content: "\e6ee";
    }
        .fi-rr-flag:before {
    content: "\e6ef";
    }
        .fi-rr-flag-alt:before {
    content: "\e6f0";
    }
        .fi-rr-flag-checkered:before {
    content: "\e6f1";
    }
        .fi-rr-flag-usa:before {
    content: "\e6f2";
    }
        .fi-rr-flame:before {
    content: "\e6f3";
    }
        .fi-rr-flashlight:before {
    content: "\e6f4";
    }
        .fi-rr-flask:before {
    content: "\e6f5";
    }
        .fi-rr-flask-gear:before {
    content: "\e6f6";
    }
        .fi-rr-flask-poison:before {
    content: "\e6f7";
    }
        .fi-rr-flask-potion:before {
    content: "\e6f8";
    }
        .fi-rr-flatbread:before {
    content: "\e6f9";
    }
        .fi-rr-flatbread-stuffed:before {
    content: "\e6fa";
    }
        .fi-rr-flip-horizontal:before {
    content: "\e6ff";
    }
        .fi-rr-floor:before {
    content: "\e701";
    }
        .fi-rr-floor-alt:before {
    content: "\e702";
    }
        .fi-rr-floor-layer:before {
    content: "\e703";
    }
        .fi-rr-floppy-disk-circle-arrow-right:before {
    content: "\e704";
    }
        .fi-rr-floppy-disk-circle-xmark:before {
    content: "\e705";
    }
        .fi-rr-floppy-disk-pen:before {
    content: "\e706";
    }
        .fi-rr-floppy-disks:before {
    content: "\e707";
    }
        .fi-rr-florin-sign:before {
    content: "\e708";
    }
        .fi-rr-flowchart:before {
    content: "\e709";
    }
        .fi-rr-flower:before {
    content: "\e70a";
    }
        .fi-rr-flower-bouquet:before {
    content: "\e70b";
    }
        .fi-rr-flower-butterfly:before {
    content: "\e70c";
    }
        .fi-rr-flower-daffodil:before {
    content: "\e70d";
    }
        .fi-rr-flower-tulip:before {
    content: "\e70e";
    }
        .fi-rr-flushed:before {
    content: "\e70f";
    }
        .fi-rr-flute:before {
    content: "\e711";
    }
        .fi-rr-flux-capacitor:before {
    content: "\e712";
    }
        .fi-rr-fly-insect:before {
    content: "\e713";
    }
        .fi-rr-flying-disc:before {
    content: "\e714";
    }
        .fi-rr-fm-radio:before {
    content: "\e715";
    }
        .fi-rr-fog:before {
    content: "\e716";
    }
        .fi-rr-folder:before {
    content: "\e717";
    }
        .fi-rr-folder-archive:before {
    content: "\e718";
    }
        .fi-rr-folder-camera:before {
    content: "\e71a";
    }
        .fi-rr-folder-directory:before {
    content: "\e71b";
    }
        .fi-rr-folder-download:before {
    content: "\e71c";
    }
        .fi-rr-folder-fire:before {
    content: "\e71d";
    }
        .fi-rr-folder-gear:before {
    content: "\e71e";
    }
        .fi-rr-folder-heart:before {
    content: "\e720";
    }
        .fi-rr-folder-loop:before {
    content: "\e722";
    }
        .fi-rr-folder-math:before {
    content: "\e724";
    }
        .fi-rr-folder-minus:before {
    content: "\e726";
    }
        .fi-rr-folder-music:before {
    content: "\e727";
    }
        .fi-rr-folder-open:before {
    content: "\e728";
    }
        .fi-rr-folder-plus-circle:before {
    content: "\e729";
    }
        .fi-rr-folder-times:before {
    content: "\e72a";
    }
        .fi-rr-folder-tree:before {
    content: "\e72b";
    }
        .fi-rr-folder-upload:before {
    content: "\e72c";
    }
        .fi-rr-folder-xmark:before {
    content: "\e72e";
    }
        .fi-rr-folder-xmark-circle:before {
    content: "\e72f";
    }
        .fi-rr-folders:before {
    content: "\e730";
    }
        .fi-rr-follow-folder:before {
    content: "\e731";
    }
        .fi-rr-followcollection:before {
    content: "\e732";
    }
        .fi-rr-following:before {
    content: "\e733";
    }
        .fi-rr-fondue-pot:before {
    content: "\e734";
    }
        .fi-rr-football:before {
    content: "\e739";
    }
        .fi-rr-footprint:before {
    content: "\e73a";
    }
        .fi-rr-foreign-language-audio:before {
    content: "\e73b";
    }
        .fi-rr-forest:before {
    content: "\e73c";
    }
        .fi-rr-forest-alt:before {
    content: "\e73d";
    }
        .fi-rr-fork:before {
    content: "\e73e";
    }
        .fi-rr-fork-spaghetti:before {
    content: "\e73f";
    }
        .fi-rr-forklift:before {
    content: "\e740";
    }
        .fi-rr-form:before {
    content: "\e741";
    }
        .fi-rr-fort:before {
    content: "\e742";
    }
        .fi-rr-forward:before {
    content: "\e743";
    }
        .fi-rr-forward-fast:before {
    content: "\e744";
    }
        .fi-rr-fox:before {
    content: "\e747";
    }
        .fi-rr-frame:before {
    content: "\e748";
    }
        .fi-rr-franc-sign:before {
    content: "\e749";
    }
        .fi-rr-free:before {
    content: "\e74a";
    }
        .fi-rr-free-delivery:before {
    content: "\e74b";
    }
        .fi-rr-freemium:before {
    content: "\e74c";
    }
        .fi-rr-french:before {
    content: "\e74f";
    }
        .fi-rr-french-fries:before {
    content: "\e750";
    }
        .fi-rr-friday:before {
    content: "\e752";
    }
        .fi-rr-frog:before {
    content: "\e753";
    }
        .fi-rr-frown:before {
    content: "\e754";
    }
        .fi-rr-ftp:before {
    content: "\e755";
    }
        .fi-rr-fuel-gauge:before {
    content: "\e756";
    }
        .fi-rr-function:before {
    content: "\e757";
    }
        .fi-rr-function-process:before {
    content: "\e759";
    }
        .fi-rr-function-square:before {
    content: "\e75a";
    }
        .fi-rr-funnel-dollar:before {
    content: "\e75b";
    }
        .fi-rr-funnel-money:before {
    content: "\e75c";
    }
        .fi-rr-fusilli:before {
    content: "\e75d";
    }
        .fi-rr-g:before {
    content: "\e75e";
    }
        .fi-rr-galaxy:before {
    content: "\e75f";
    }
        .fi-rr-galaxy-alt:before {
    content: "\e760";
    }
        .fi-rr-galaxy-planet:before {
    content: "\e761";
    }
        .fi-rr-galaxy-star:before {
    content: "\e762";
    }
        .fi-rr-gallery:before {
    content: "\e763";
    }
        .fi-rr-gallery-thumbnails:before {
    content: "\e764";
    }
        .fi-rr-game-board-alt:before {
    content: "\e766";
    }
        .fi-rr-gamepad:before {
    content: "\e768";
    }
        .fi-rr-garage:before {
    content: "\e76a";
    }
        .fi-rr-garage-car:before {
    content: "\e76b";
    }
        .fi-rr-garage-open:before {
    content: "\e76c";
    }
        .fi-rr-garlic:before {
    content: "\e76d";
    }
        .fi-rr-garlic-alt:before {
    content: "\e76e";
    }
        .fi-rr-gas-pump:before {
    content: "\e76f";
    }
        .fi-rr-gas-pump-alt:before {
    content: "\e770";
    }
        .fi-rr-gas-pump-slash:before {
    content: "\e771";
    }
        .fi-rr-gauge-circle-bolt:before {
    content: "\e772";
    }
        .fi-rr-gauge-circle-minus:before {
    content: "\e773";
    }
        .fi-rr-gauge-circle-plus:before {
    content: "\e774";
    }
        .fi-rr-gauze-bandage:before {
    content: "\e775";
    }
        .fi-rr-gavel:before {
    content: "\e776";
    }
        .fi-rr-gay-couple:before {
    content: "\e777";
    }
        .fi-rr-gears:before {
    content: "\e77a";
    }
        .fi-rr-gem:before {
    content: "\e77b";
    }
        .fi-rr-general:before {
    content: "\e77c";
    }
        .fi-rr-german:before {
    content: "\e77d";
    }
        .fi-rr-ghost:before {
    content: "\e77e";
    }
        .fi-rr-gif:before {
    content: "\e77f";
    }
        .fi-rr-gif-square:before {
    content: "\e781";
    }
        .fi-rr-gift:before {
    content: "\e782";
    }
        .fi-rr-gift-box-benefits:before {
    content: "\e783";
    }
        .fi-rr-gift-card:before {
    content: "\e784";
    }
        .fi-rr-gifts:before {
    content: "\e785";
    }
        .fi-rr-gingerbread-man:before {
    content: "\e786";
    }
        .fi-rr-glass:before {
    content: "\e789";
    }
        .fi-rr-glass-champagne:before {
    content: "\e78a";
    }
        .fi-rr-glass-cheers:before {
    content: "\e78b";
    }
        .fi-rr-glass-citrus:before {
    content: "\e78c";
    }
        .fi-rr-glass-empty:before {
    content: "\e78d";
    }
        .fi-rr-glass-half:before {
    content: "\e78e";
    }
        .fi-rr-glass-water-droplet:before {
    content: "\e78f";
    }
        .fi-rr-glass-whiskey:before {
    content: "\e790";
    }
        .fi-rr-glass-whiskey-rocks:before {
    content: "\e791";
    }
        .fi-rr-glasses:before {
    content: "\e792";
    }
        .fi-rr-globe:before {
    content: "\e793";
    }
        .fi-rr-globe-alt:before {
    content: "\e794";
    }
        .fi-rr-globe-pointer:before {
    content: "\e795";
    }
        .fi-rr-globe-snow:before {
    content: "\e796";
    }
        .fi-rr-globe-user:before {
    content: "\e797";
    }
        .fi-rr-goal-net:before {
    content: "\e798";
    }
        .fi-rr-golf:before {
    content: "\e799";
    }
        .fi-rr-golf-ball:before {
    content: "\e79a";
    }
        .fi-rr-golf-hole:before {
    content: "\e79c";
    }
        .fi-rr-gopuram:before {
    content: "\e7a0";
    }
        .fi-rr-government-budget:before {
    content: "\e7a1";
    }
        .fi-rr-government-flag:before {
    content: "\e7a2";
    }
        .fi-rr-government-user:before {
    content: "\e7a3";
    }
        .fi-rr-gps-navigation:before {
    content: "\e7a4";
    }
        .fi-rr-graduation-cap:before {
    content: "\e7a5";
    }
        .fi-rr-gramophone:before {
    content: "\e7a6";
    }
        .fi-rr-grape:before {
    content: "\e7a7";
    }
        .fi-rr-graph-curve:before {
    content: "\e7a8";
    }
        .fi-rr-graphic-style:before {
    content: "\e7a9";
    }
        .fi-rr-graphic-tablet:before {
    content: "\e7aa";
    }
        .fi-rr-grass:before {
    content: "\e7ab";
    }
        .fi-rr-grate:before {
    content: "\e7ac";
    }
        .fi-rr-grate-droplet:before {
    content: "\e7ad";
    }
        .fi-rr-greater-than:before {
    content: "\e7ae";
    }
        .fi-rr-greater-than-equal:before {
    content: "\e7af";
    }
        .fi-rr-greek-helmet:before {
    content: "\e7b0";
    }
        .fi-rr-grid:before {
    content: "\e7b1";
    }
        .fi-rr-grid-alt:before {
    content: "\e7b2";
    }
        .fi-rr-grid-dividers:before {
    content: "\e7b3";
    }
        .fi-rr-grill:before {
    content: "\e7b4";
    }
        .fi-rr-grill-hot-alt:before {
    content: "\e7b5";
    }
        .fi-rr-grimace:before {
    content: "\e7b6";
    }
        .fi-rr-grin:before {
    content: "\e7b7";
    }
        .fi-rr-grin-alt:before {
    content: "\e7b8";
    }
        .fi-rr-grin-beam:before {
    content: "\e7b9";
    }
        .fi-rr-grin-beam-sweat:before {
    content: "\e7ba";
    }
        .fi-rr-grin-hearts:before {
    content: "\e7bb";
    }
        .fi-rr-grin-squint:before {
    content: "\e7bc";
    }
        .fi-rr-grin-squint-tears:before {
    content: "\e7bd";
    }
        .fi-rr-grin-stars:before {
    content: "\e7be";
    }
        .fi-rr-grin-tears:before {
    content: "\e7bf";
    }
        .fi-rr-grin-tongue:before {
    content: "\e7c0";
    }
        .fi-rr-grin-tongue-squint:before {
    content: "\e7c1";
    }
        .fi-rr-grin-tongue-wink:before {
    content: "\e7c2";
    }
        .fi-rr-grin-wink:before {
    content: "\e7c3";
    }
        .fi-rr-grip-dots:before {
    content: "\e7c4";
    }
        .fi-rr-grip-dots-vertical:before {
    content: "\e7c5";
    }
        .fi-rr-grip-horizontal:before {
    content: "\e7c6";
    }
        .fi-rr-grip-lines:before {
    content: "\e7c7";
    }
        .fi-rr-grip-lines-vertical:before {
    content: "\e7c8";
    }
        .fi-rr-grip-vertical:before {
    content: "\e7c9";
    }
        .fi-rr-grocery-bag:before {
    content: "\e7ca";
    }
        .fi-rr-grocery-basket:before {
    content: "\e7cb";
    }
        .fi-rr-group-arrows-rotate:before {
    content: "\e7cc";
    }
        .fi-rr-group-call:before {
    content: "\e7cd";
    }
        .fi-rr-group-community-social-media:before {
    content: "\e7ce";
    }
        .fi-rr-growth-chart-invest:before {
    content: "\e7cf";
    }
        .fi-rr-guarani-sign:before {
    content: "\e7d0";
    }
        .fi-rr-guide:before {
    content: "\e7d1";
    }
        .fi-rr-guide-alt:before {
    content: "\e7d2";
    }
        .fi-rr-guitar:before {
    content: "\e7d3";
    }
        .fi-rr-guitar-electric:before {
    content: "\e7d4";
    }
        .fi-rr-guitars:before {
    content: "\e7d5";
    }
        .fi-rr-gun-squirt:before {
    content: "\e7d6";
    }
        .fi-rr-gym:before {
    content: "\e7d7";
    }
        .fi-rr-h:before {
    content: "\e7d8";
    }
        .fi-rr-h-square:before {
    content: "\e7d9";
    }
        .fi-rr-h1:before {
    content: "\e7da";
    }
        .fi-rr-h2:before {
    content: "\e7db";
    }
        .fi-rr-h3:before {
    content: "\e7dc";
    }
        .fi-rr-h4:before {
    content: "\e7dd";
    }
        .fi-rr-hair-clipper:before {
    content: "\e7de";
    }
        .fi-rr-hamburger:before {
    content: "\e7df";
    }
        .fi-rr-hamburger-soda:before {
    content: "\e7e0";
    }
        .fi-rr-hammer:before {
    content: "\e7e1";
    }
        .fi-rr-hammer-brush:before {
    content: "\e7e2";
    }
        .fi-rr-hammer-crash:before {
    content: "\e7e3";
    }
        .fi-rr-hammer-war:before {
    content: "\e7e4";
    }
        .fi-rr-hamsa:before {
    content: "\e7e5";
    }
        .fi-rr-hand:before {
    content: "\e7e6";
    }
        .fi-rr-hand-back-fist:before {
    content: "\e7e7";
    }
        .fi-rr-hand-back-point-down:before {
    content: "\e7e8";
    }
        .fi-rr-hand-back-point-left:before {
    content: "\e7e9";
    }
        .fi-rr-hand-back-point-ribbon:before {
    content: "\e7ea";
    }
        .fi-rr-hand-back-point-right:before {
    content: "\e7eb";
    }
        .fi-rr-hand-bandage-wound:before {
    content: "\e7ec";
    }
        .fi-rr-hand-bill:before {
    content: "\e7ed";
    }
        .fi-rr-hand-dots:before {
    content: "\e7ee";
    }
        .fi-rr-hand-fingers-crossed:before {
    content: "\e7ef";
    }
        .fi-rr-hand-fist:before {
    content: "\e7f0";
    }
        .fi-rr-hand-heart:before {
    content: "\e7f1";
    }
        .fi-rr-hand-holding-box:before {
    content: "\e7f2";
    }
        .fi-rr-hand-holding-document:before {
    content: "\e7f3";
    }
        .fi-rr-hand-holding-droplet:before {
    content: "\e7f4";
    }
        .fi-rr-hand-holding-heart:before {
    content: "\e7f5";
    }
        .fi-rr-hand-holding-magic:before {
    content: "\e7f6";
    }
        .fi-rr-hand-holding-medical:before {
    content: "\e7f7";
    }
        .fi-rr-hand-holding-seeding:before {
    content: "\e7f8";
    }
        .fi-rr-hand-holding-skull:before {
    content: "\e7fa";
    }
        .fi-rr-hand-holding-usd:before {
    content: "\e7fb";
    }
        .fi-rr-hand-holding-water:before {
    content: "\e7fc";
    }
        .fi-rr-hand-horns:before {
    content: "\e7fd";
    }
        .fi-rr-hand-key:before {
    content: "\e7fe";
    }
        .fi-rr-hand-lizard:before {
    content: "\e7ff";
    }
        .fi-rr-hand-love:before {
    content: "\e800";
    }
        .fi-rr-hand-middle-finger:before {
    content: "\e801";
    }
        .fi-rr-hand-paper:before {
    content: "\e802";
    }
        .fi-rr-hand-peace:before {
    content: "\e803";
    }
        .fi-rr-hand-point-ribbon:before {
    content: "\e804";
    }
        .fi-rr-hand-present:before {
    content: "\e805";
    }
        .fi-rr-hand-scissors:before {
    content: "\e806";
    }
        .fi-rr-hand-sparkles:before {
    content: "\e807";
    }
        .fi-rr-hand-spock:before {
    content: "\e808";
    }
        .fi-rr-hand-wave:before {
    content: "\e809";
    }
        .fi-rr-handcuffs:before {
    content: "\e80a";
    }
        .fi-rr-handmade:before {
    content: "\e80b";
    }
        .fi-rr-hands-brain:before {
    content: "\e80c";
    }
        .fi-rr-hands-bubbles:before {
    content: "\e80d";
    }
        .fi-rr-hands-clapping:before {
    content: "\e80e";
    }
        .fi-rr-hands-heart:before {
    content: "\e80f";
    }
        .fi-rr-hands-holding:before {
    content: "\e810";
    }
        .fi-rr-hands-holding-diamond:before {
    content: "\e811";
    }
        .fi-rr-hands-together:before {
    content: "\e812";
    }
        .fi-rr-hands-together-heart:before {
    content: "\e813";
    }
        .fi-rr-hands-usd:before {
    content: "\e815";
    }
        .fi-rr-handshake:before {
    content: "\e816";
    }
        .fi-rr-handshake-angle:before {
    content: "\e817";
    }
        .fi-rr-handshake-deal-loan:before {
    content: "\e818";
    }
        .fi-rr-handshake-house:before {
    content: "\e819";
    }
        .fi-rr-handshake-simple-slash:before {
    content: "\e81a";
    }
        .fi-rr-handshake-trust:before {
    content: "\e81b";
    }
        .fi-rr-hard-hat:before {
    content: "\e81d";
    }
        .fi-rr-hashtag-lock:before {
    content: "\e820";
    }
        .fi-rr-hastag:before {
    content: "\e822";
    }
        .fi-rr-hat-beach:before {
    content: "\e823";
    }
        .fi-rr-hat-birthday:before {
    content: "\e824";
    }
        .fi-rr-hat-chef:before {
    content: "\e825";
    }
        .fi-rr-hat-cowboy:before {
    content: "\e826";
    }
        .fi-rr-hat-cowboy-side:before {
    content: "\e827";
    }
        .fi-rr-hat-santa:before {
    content: "\e828";
    }
        .fi-rr-hat-winter:before {
    content: "\e829";
    }
        .fi-rr-hat-witch:before {
    content: "\e82a";
    }
        .fi-rr-hat-wizard:before {
    content: "\e82b";
    }
        .fi-rr-hdd:before {
    content: "\e82d";
    }
        .fi-rr-head-side:before {
    content: "\e82e";
    }
        .fi-rr-head-side-brain:before {
    content: "\e82f";
    }
        .fi-rr-head-side-cough:before {
    content: "\e830";
    }
        .fi-rr-head-side-cough-slash:before {
    content: "\e831";
    }
        .fi-rr-head-side-headphones:before {
    content: "\e832";
    }
        .fi-rr-head-side-heart:before {
    content: "\e833";
    }
        .fi-rr-head-side-mask:before {
    content: "\e834";
    }
        .fi-rr-head-side-medical:before {
    content: "\e835";
    }
        .fi-rr-head-side-thinking:before {
    content: "\e836";
    }
        .fi-rr-head-side-virus:before {
    content: "\e837";
    }
        .fi-rr-head-vr:before {
    content: "\e838";
    }
        .fi-rr-heading:before {
    content: "\e839";
    }
        .fi-rr-headphones:before {
    content: "\e83a";
    }
        .fi-rr-headset:before {
    content: "\e83b";
    }
        .fi-rr-heart:before {
    content: "\e83c";
    }
        .fi-rr-heart-arrow:before {
    content: "\e83d";
    }
        .fi-rr-heart-brain:before {
    content: "\e83e";
    }
        .fi-rr-heart-circle-user:before {
    content: "\e83f";
    }
        .fi-rr-heart-crack:before {
    content: "\e840";
    }
        .fi-rr-heart-half:before {
    content: "\e841";
    }
        .fi-rr-heart-half-stroke:before {
    content: "\e842";
    }
        .fi-rr-heart-health-muscle:before {
    content: "\e843";
    }
        .fi-rr-heart-lock:before {
    content: "\e844";
    }
        .fi-rr-heart-partner-handshake:before {
    content: "\e845";
    }
        .fi-rr-heart-rate:before {
    content: "\e846";
    }
        .fi-rr-heart-slash:before {
    content: "\e847";
    }
        .fi-rr-heart-upside-down:before {
    content: "\e848";
    }
        .fi-rr-heat:before {
    content: "\e849";
    }
        .fi-rr-helicopter-side:before {
    content: "\e84a";
    }
        .fi-rr-helmet-battle:before {
    content: "\e84b";
    }
        .fi-rr-hexagon:before {
    content: "\e84c";
    }
        .fi-rr-hexagon-check:before {
    content: "\e84d";
    }
        .fi-rr-hexagon-divide:before {
    content: "\e84e";
    }
        .fi-rr-hexagon-exclamation:before {
    content: "\e84f";
    }
        .fi-rr-high-definition:before {
    content: "\e851";
    }
        .fi-rr-high-five:before {
    content: "\e852";
    }
        .fi-rr-high-five-celebration-yes:before {
    content: "\e853";
    }
        .fi-rr-highlighter:before {
    content: "\e854";
    }
        .fi-rr-highlighter-line:before {
    content: "\e855";
    }
        .fi-rr-hiking:before {
    content: "\e856";
    }
        .fi-rr-hiking-boot:before {
    content: "\e857";
    }
        .fi-rr-hippo:before {
    content: "\e859";
    }
        .fi-rr-hockey-puck:before {
    content: "\e85b";
    }
        .fi-rr-hockey-stick-puck:before {
    content: "\e85c";
    }
        .fi-rr-hockey-sticks:before {
    content: "\e85d";
    }
        .fi-rr-holding-hand-brain:before {
    content: "\e85e";
    }
        .fi-rr-holding-hand-dinner:before {
    content: "\e85f";
    }
        .fi-rr-holding-hand-direction:before {
    content: "\e860";
    }
        .fi-rr-holding-hand-gear:before {
    content: "\e861";
    }
        .fi-rr-holding-hand-key:before {
    content: "\e862";
    }
        .fi-rr-holding-hand-nft:before {
    content: "\e863";
    }
        .fi-rr-holding-hand-revenue:before {
    content: "\e864";
    }
        .fi-rr-holly-berry:before {
    content: "\e865";
    }
        .fi-rr-home:before {
    content: "\e866";
    }
        .fi-rr-home-heart:before {
    content: "\e868";
    }
        .fi-rr-home-location:before {
    content: "\e869";
    }
        .fi-rr-home-location-alt:before {
    content: "\e86a";
    }
        .fi-rr-honey-pot:before {
    content: "\e86c";
    }
        .fi-rr-hood-cloak:before {
    content: "\e86d";
    }
        .fi-rr-horizontal-rule:before {
    content: "\e86e";
    }
        .fi-rr-horse:before {
    content: "\e86f";
    }
        .fi-rr-horse-head:before {
    content: "\e870";
    }
        .fi-rr-horse-saddle:before {
    content: "\e871";
    }
        .fi-rr-horseshoe:before {
    content: "\e872";
    }
        .fi-rr-horseshoe-broken:before {
    content: "\e873";
    }
        .fi-rr-hose:before {
    content: "\e874";
    }
        .fi-rr-hose-reel:before {
    content: "\e875";
    }
        .fi-rr-hospital:before {
    content: "\e876";
    }
        .fi-rr-hospital-symbol:before {
    content: "\e877";
    }
        .fi-rr-hospital-user:before {
    content: "\e878";
    }
        .fi-rr-hospitals:before {
    content: "\e879";
    }
        .fi-rr-hot-tub:before {
    content: "\e87a";
    }
        .fi-rr-hotdog:before {
    content: "\e87b";
    }
        .fi-rr-hotel:before {
    content: "\e87c";
    }
        .fi-rr-hourglass:before {
    content: "\e87e";
    }
        .fi-rr-hourglass-end:before {
    content: "\e87f";
    }
        .fi-rr-hourglass-start:before {
    content: "\e880";
    }
        .fi-rr-house-blank:before {
    content: "\e881";
    }
        .fi-rr-house-building:before {
    content: "\e882";
    }
        .fi-rr-house-chimney:before {
    content: "\e883";
    }
        .fi-rr-house-chimney-blank:before {
    content: "\e884";
    }
        .fi-rr-house-chimney-crack:before {
    content: "\e885";
    }
        .fi-rr-house-chimney-heart:before {
    content: "\e886";
    }
        .fi-rr-house-chimney-medical:before {
    content: "\e887";
    }
        .fi-rr-house-chimney-user:before {
    content: "\e888";
    }
        .fi-rr-house-chimney-window:before {
    content: "\e889";
    }
        .fi-rr-house-circle-check:before {
    content: "\e88a";
    }
        .fi-rr-house-circle-exclamation:before {
    content: "\e88b";
    }
        .fi-rr-house-circle-xmark:before {
    content: "\e88c";
    }
        .fi-rr-house-crack:before {
    content: "\e88d";
    }
        .fi-rr-house-crack-alt:before {
    content: "\e88e";
    }
        .fi-rr-house-day:before {
    content: "\e88f";
    }
        .fi-rr-house-fire:before {
    content: "\e890";
    }
        .fi-rr-house-flag:before {
    content: "\e891";
    }
        .fi-rr-house-flood:before {
    content: "\e892";
    }
        .fi-rr-house-key:before {
    content: "\e893";
    }
        .fi-rr-house-laptop:before {
    content: "\e894";
    }
        .fi-rr-house-leave:before {
    content: "\e895";
    }
        .fi-rr-house-lock:before {
    content: "\e896";
    }
        .fi-rr-house-medical:before {
    content: "\e897";
    }
        .fi-rr-house-night:before {
    content: "\e898";
    }
        .fi-rr-house-return:before {
    content: "\e899";
    }
        .fi-rr-house-signal:before {
    content: "\e89a";
    }
        .fi-rr-house-tree:before {
    content: "\e89b";
    }
        .fi-rr-house-tsunami:before {
    content: "\e89c";
    }
        .fi-rr-house-turret:before {
    content: "\e89d";
    }
        .fi-rr-house-user:before {
    content: "\e89e";
    }
        .fi-rr-house-window:before {
    content: "\e89f";
    }
        .fi-rr-hr:before {
    content: "\e8a0";
    }
        .fi-rr-hr-group:before {
    content: "\e8a1";
    }
        .fi-rr-hr-person:before {
    content: "\e8a2";
    }
        .fi-rr-hryvnia:before {
    content: "\e8a3";
    }
        .fi-rr-humanitarian-mission:before {
    content: "\e8a7";
    }
        .fi-rr-humidity:before {
    content: "\e8a8";
    }
        .fi-rr-hundred-points:before {
    content: "\e8a9";
    }
        .fi-rr-hurricane:before {
    content: "\e8aa";
    }
        .fi-rr-hyperloop:before {
    content: "\e8ab";
    }
        .fi-rr-i:before {
    content: "\e8ad";
    }
        .fi-rr-ice-cream:before {
    content: "\e8af";
    }
        .fi-rr-ice-skate:before {
    content: "\e8b0";
    }
        .fi-rr-icicles:before {
    content: "\e8b1";
    }
        .fi-rr-icon-star:before {
    content: "\e8b2";
    }
        .fi-rr-id-badge:before {
    content: "\e8b4";
    }
        .fi-rr-id-card-clip-alt:before {
    content: "\e8b5";
    }
        .fi-rr-idea-exchange:before {
    content: "\e8b6";
    }
        .fi-rr-igloo:before {
    content: "\e8b7";
    }
        .fi-rr-image-slash:before {
    content: "\e8ba";
    }
        .fi-rr-images:before {
    content: "\e8bb";
    }
        .fi-rr-images-user:before {
    content: "\e8bc";
    }
        .fi-rr-improve-user:before {
    content: "\e8be";
    }
        .fi-rr-inbox:before {
    content: "\e8bf";
    }
        .fi-rr-inbox-full:before {
    content: "\e8c0";
    }
        .fi-rr-inbox-in:before {
    content: "\e8c1";
    }
        .fi-rr-inbox-out:before {
    content: "\e8c2";
    }
        .fi-rr-inboxes:before {
    content: "\e8c3";
    }
        .fi-rr-incense-sticks-yoga:before {
    content: "\e8c4";
    }
        .fi-rr-incognito:before {
    content: "\e8c5";
    }
        .fi-rr-indent:before {
    content: "\e8c7";
    }
        .fi-rr-india-map:before {
    content: "\e8c9";
    }
        .fi-rr-indian-rupee-sign:before {
    content: "\e8ca";
    }
        .fi-rr-industry-alt:before {
    content: "\e8cb";
    }
        .fi-rr-industry-windows:before {
    content: "\e8cc";
    }
        .fi-rr-infinity:before {
    content: "\e8cd";
    }
        .fi-rr-info:before {
    content: "\e8ce";
    }
        .fi-rr-info-guide:before {
    content: "\e8cf";
    }
        .fi-rr-information:before {
    content: "\e8d0";
    }
        .fi-rr-inhaler:before {
    content: "\e8d1";
    }
        .fi-rr-input-numeric:before {
    content: "\e8d2";
    }
        .fi-rr-input-pipe:before {
    content: "\e8d3";
    }
        .fi-rr-input-text:before {
    content: "\e8d4";
    }
        .fi-rr-insert:before {
    content: "\e8d5";
    }
        .fi-rr-insert-alt:before {
    content: "\e8d6";
    }
        .fi-rr-insert-arrows:before {
    content: "\e8d7";
    }
        .fi-rr-insert-button-circle:before {
    content: "\e8d8";
    }
        .fi-rr-insert-credit-card:before {
    content: "\e8d9";
    }
        .fi-rr-insert-square:before {
    content: "\e8da";
    }
        .fi-rr-insight:before {
    content: "\e8db";
    }
        .fi-rr-insight-alt:before {
    content: "\e8dc";
    }
        .fi-rr-insight-head:before {
    content: "\e8dd";
    }
        .fi-rr-integral:before {
    content: "\e8e1";
    }
        .fi-rr-interactive:before {
    content: "\e8e5";
    }
        .fi-rr-interlining:before {
    content: "\e8e6";
    }
        .fi-rr-internet-speed-wifi:before {
    content: "\e8e7";
    }
        .fi-rr-interpersonal-skill:before {
    content: "\e8e8";
    }
        .fi-rr-interrogation:before {
    content: "\e8e9";
    }
        .fi-rr-intersection:before {
    content: "\e8ea";
    }
        .fi-rr-introduction:before {
    content: "\e8eb";
    }
        .fi-rr-introduction-handshake:before {
    content: "\e8ec";
    }
        .fi-rr-inventory-alt:before {
    content: "\e8ed";
    }
        .fi-rr-invest:before {
    content: "\e8ee";
    }
        .fi-rr-investment:before {
    content: "\e8ef";
    }
        .fi-rr-invite:before {
    content: "\e8f1";
    }
        .fi-rr-invite-alt:before {
    content: "\e8f2";
    }
        .fi-rr-iot:before {
    content: "\e8f3";
    }
        .fi-rr-iot-alt:before {
    content: "\e8f4";
    }
        .fi-rr-ip-address:before {
    content: "\e8f5";
    }
        .fi-rr-iron:before {
    content: "\e8f6";
    }
        .fi-rr-island-tropical:before {
    content: "\e8f7";
    }
        .fi-rr-issue-loupe:before {
    content: "\e8f8";
    }
        .fi-rr-it:before {
    content: "\e8f9";
    }
        .fi-rr-it-alt:before {
    content: "\e8fa";
    }
        .fi-rr-it-computer:before {
    content: "\e8fc";
    }
        .fi-rr-italian:before {
    content: "\e8fd";
    }
        .fi-rr-italian-coffee-maker:before {
    content: "\e8fe";
    }
        .fi-rr-italian-lira-sign:before {
    content: "\e8ff";
    }
        .fi-rr-italic:before {
    content: "\e900";
    }
        .fi-rr-j:before {
    content: "\e902";
    }
        .fi-rr-jam:before {
    content: "\e904";
    }
        .fi-rr-japanese:before {
    content: "\e906";
    }
        .fi-rr-jar-alt:before {
    content: "\e907";
    }
        .fi-rr-jar-wheat:before {
    content: "\e908";
    }
        .fi-rr-javascript:before {
    content: "\e90a";
    }
        .fi-rr-joint:before {
    content: "\e90e";
    }
        .fi-rr-joker:before {
    content: "\e90f";
    }
        .fi-rr-journal:before {
    content: "\e911";
    }
        .fi-rr-journal-alt:before {
    content: "\e912";
    }
        .fi-rr-journey:before {
    content: "\e913";
    }
        .fi-rr-joystick:before {
    content: "\e914";
    }
        .fi-rr-jpg:before {
    content: "\e915";
    }
        .fi-rr-jug:before {
    content: "\e918";
    }
        .fi-rr-jug-alt:before {
    content: "\e919";
    }
        .fi-rr-jug-bottle:before {
    content: "\e91a";
    }
        .fi-rr-jumping-rope:before {
    content: "\e91b";
    }
        .fi-rr-k:before {
    content: "\e91c";
    }
        .fi-rr-kaaba:before {
    content: "\e91d";
    }
        .fi-rr-kangaroo:before {
    content: "\e91e";
    }
        .fi-rr-kayak:before {
    content: "\e91f";
    }
        .fi-rr-kazoo:before {
    content: "\e920";
    }
        .fi-rr-kerning:before {
    content: "\e921";
    }
        .fi-rr-key:before {
    content: "\e922";
    }
        .fi-rr-key-car:before {
    content: "\e923";
    }
        .fi-rr-key-hole:before {
    content: "\e924";
    }
        .fi-rr-key-lock-crypto:before {
    content: "\e925";
    }
        .fi-rr-key-skeleton-left-right:before {
    content: "\e926";
    }
        .fi-rr-keyboard:before {
    content: "\e927";
    }
        .fi-rr-keyboard-brightness:before {
    content: "\e928";
    }
        .fi-rr-keyboard-brightness-low:before {
    content: "\e929";
    }
        .fi-rr-keyboard-down:before {
    content: "\e92a";
    }
        .fi-rr-keyboard-left:before {
    content: "\e92b";
    }
        .fi-rr-keynote:before {
    content: "\e92c";
    }
        .fi-rr-kidneys:before {
    content: "\e92e";
    }
        .fi-rr-kip-sign:before {
    content: "\e930";
    }
        .fi-rr-kiss:before {
    content: "\e931";
    }
        .fi-rr-kiss-beam:before {
    content: "\e932";
    }
        .fi-rr-kiss-wink-heart:before {
    content: "\e933";
    }
        .fi-rr-kitchen-set:before {
    content: "\e934";
    }
        .fi-rr-kite:before {
    content: "\e935";
    }
        .fi-rr-kiwi-bird:before {
    content: "\e936";
    }
        .fi-rr-kiwi-fruit:before {
    content: "\e937";
    }
        .fi-rr-knife:before {
    content: "\e938";
    }
        .fi-rr-knife-kitchen:before {
    content: "\e939";
    }
        .fi-rr-knitting:before {
    content: "\e93a";
    }
        .fi-rr-knot-rope:before {
    content: "\e93b";
    }
        .fi-rr-korean:before {
    content: "\e93c";
    }
        .fi-rr-kpi:before {
    content: "\e93d";
    }
        .fi-rr-kpi-evaluation:before {
    content: "\e93e";
    }
        .fi-rr-l:before {
    content: "\e93f";
    }
        .fi-rr-lab-coat:before {
    content: "\e940";
    }
        .fi-rr-label:before {
    content: "\e941";
    }
        .fi-rr-lacrosse-stick:before {
    content: "\e942";
    }
        .fi-rr-lacrosse-stick-ball:before {
    content: "\e943";
    }
        .fi-rr-lambda:before {
    content: "\e944";
    }
        .fi-rr-lamp:before {
    content: "\e945";
    }
        .fi-rr-lamp-desk:before {
    content: "\e946";
    }
        .fi-rr-lamp-floor:before {
    content: "\e947";
    }
        .fi-rr-lamp-street:before {
    content: "\e948";
    }
        .fi-rr-land-layer-location:before {
    content: "\e949";
    }
        .fi-rr-land-layers:before {
    content: "\e94a";
    }
        .fi-rr-land-location:before {
    content: "\e94b";
    }
        .fi-rr-land-mine-on:before {
    content: "\e94c";
    }
        .fi-rr-landmark-alt:before {
    content: "\e94d";
    }
        .fi-rr-language:before {
    content: "\e94e";
    }
        .fi-rr-language-exchange:before {
    content: "\e94f";
    }
        .fi-rr-laptop:before {
    content: "\e950";
    }
        .fi-rr-laptop-arrow-down:before {
    content: "\e951";
    }
        .fi-rr-laptop-binary:before {
    content: "\e952";
    }
        .fi-rr-laptop-code:before {
    content: "\e953";
    }
        .fi-rr-laptop-medical:before {
    content: "\e954";
    }
        .fi-rr-laptop-mobile:before {
    content: "\e955";
    }
        .fi-rr-laptop-slash:before {
    content: "\e956";
    }
        .fi-rr-lari-sign:before {
    content: "\e957";
    }
        .fi-rr-lasso:before {
    content: "\e958";
    }
        .fi-rr-lasso-sparkles:before {
    content: "\e959";
    }
        .fi-rr-last-square:before {
    content: "\e95a";
    }
        .fi-rr-laugh:before {
    content: "\e95b";
    }
        .fi-rr-laugh-beam:before {
    content: "\e95c";
    }
        .fi-rr-laugh-squint:before {
    content: "\e95d";
    }
        .fi-rr-laugh-wink:before {
    content: "\e95e";
    }
        .fi-rr-laurel-user:before {
    content: "\e95f";
    }
        .fi-rr-lawyer-man:before {
    content: "\e960";
    }
        .fi-rr-lawyer-woman:before {
    content: "\e961";
    }
        .fi-rr-layer-minus:before {
    content: "\e962";
    }
        .fi-rr-layer-plus:before {
    content: "\e963";
    }
        .fi-rr-layers:before {
    content: "\e964";
    }
        .fi-rr-layout-fluid:before {
    content: "\e965";
    }
        .fi-rr-lead:before {
    content: "\e966";
    }
        .fi-rr-lead-funnel:before {
    content: "\e967";
    }
        .fi-rr-lead-management:before {
    content: "\e968";
    }
        .fi-rr-leader:before {
    content: "\e969";
    }
        .fi-rr-leader-alt:before {
    content: "\e96a";
    }
        .fi-rr-leader-speech:before {
    content: "\e96b";
    }
        .fi-rr-leaderboard:before {
    content: "\e96c";
    }
        .fi-rr-leaderboard-alt:before {
    content: "\e96d";
    }
        .fi-rr-leaderboard-trophy:before {
    content: "\e96e";
    }
        .fi-rr-leadership:before {
    content: "\e96f";
    }
        .fi-rr-leadership-alt:before {
    content: "\e970";
    }
        .fi-rr-leaf:before {
    content: "\e971";
    }
        .fi-rr-leaf-heart:before {
    content: "\e972";
    }
        .fi-rr-leaf-maple:before {
    content: "\e973";
    }
        .fi-rr-leaf-oak:before {
    content: "\e974";
    }
        .fi-rr-leafy-green:before {
    content: "\e975";
    }
        .fi-rr-leave:before {
    content: "\e976";
    }
        .fi-rr-left:before {
    content: "\e977";
    }
        .fi-rr-left-from-bracket:before {
    content: "\e978";
    }
        .fi-rr-legal:before {
    content: "\e979";
    }
        .fi-rr-legal-case:before {
    content: "\e97a";
    }
        .fi-rr-lemon:before {
    content: "\e97b";
    }
        .fi-rr-lesbian-couple:before {
    content: "\e97c";
    }
        .fi-rr-less-than:before {
    content: "\e97d";
    }
        .fi-rr-less-than-equal:before {
    content: "\e97e";
    }
        .fi-rr-lesson:before {
    content: "\e97f";
    }
        .fi-rr-lesson-class:before {
    content: "\e980";
    }
        .fi-rr-letter-case:before {
    content: "\e981";
    }
        .fi-rr-lettuce:before {
    content: "\e982";
    }
        .fi-rr-level-down:before {
    content: "\e983";
    }
        .fi-rr-level-down-alt:before {
    content: "\e984";
    }
        .fi-rr-level-up:before {
    content: "\e985";
    }
        .fi-rr-level-up-alt:before {
    content: "\e986";
    }
        .fi-rr-license:before {
    content: "\e987";
    }
        .fi-rr-life:before {
    content: "\e988";
    }
        .fi-rr-life-ring:before {
    content: "\e989";
    }
        .fi-rr-light-ceiling:before {
    content: "\e98a";
    }
        .fi-rr-light-emergency:before {
    content: "\e98b";
    }
        .fi-rr-light-emergency-on:before {
    content: "\e98c";
    }
        .fi-rr-light-switch:before {
    content: "\e98d";
    }
        .fi-rr-light-switch-off:before {
    content: "\e98e";
    }
        .fi-rr-light-switch-on:before {
    content: "\e98f";
    }
        .fi-rr-lightbulb-cfl:before {
    content: "\e990";
    }
        .fi-rr-lightbulb-cfl-on:before {
    content: "\e991";
    }
        .fi-rr-lightbulb-dollar:before {
    content: "\e993";
    }
        .fi-rr-lightbulb-exclamation:before {
    content: "\e994";
    }
        .fi-rr-lightbulb-head:before {
    content: "\e997";
    }
        .fi-rr-lightbulb-on:before {
    content: "\e998";
    }
        .fi-rr-lightbulb-question:before {
    content: "\e999";
    }
        .fi-rr-lightbulb-setting:before {
    content: "\e99a";
    }
        .fi-rr-lightbulb-slash:before {
    content: "\e99b";
    }
        .fi-rr-lighthouse:before {
    content: "\e99d";
    }
        .fi-rr-lights-holiday:before {
    content: "\e99e";
    }
        .fi-rr-limit-hand:before {
    content: "\e99f";
    }
        .fi-rr-limit-speedometer:before {
    content: "\e9a0";
    }
        .fi-rr-line-width:before {
    content: "\e9a2";
    }
        .fi-rr-link:before {
    content: "\e9a3";
    }
        .fi-rr-link-alt:before {
    content: "\e9a4";
    }
        .fi-rr-link-horizontal:before {
    content: "\e9a5";
    }
        .fi-rr-link-horizontal-slash:before {
    content: "\e9a6";
    }
        .fi-rr-link-slash:before {
    content: "\e9a7";
    }
        .fi-rr-link-slash-alt:before {
    content: "\e9a8";
    }
        .fi-rr-lion:before {
    content: "\e9aa";
    }
        .fi-rr-lion-head:before {
    content: "\e9ab";
    }
        .fi-rr-lips:before {
    content: "\e9ac";
    }
        .fi-rr-lips-silence:before {
    content: "\e9ad";
    }
        .fi-rr-lipstick:before {
    content: "\e9ae";
    }
        .fi-rr-lira-sign:before {
    content: "\e9af";
    }
        .fi-rr-list:before {
    content: "\e9b1";
    }
        .fi-rr-list-check:before {
    content: "\e9b2";
    }
        .fi-rr-list-dropdown:before {
    content: "\e9b3";
    }
        .fi-rr-list-music:before {
    content: "\e9b4";
    }
        .fi-rr-list-timeline:before {
    content: "\e9b5";
    }
        .fi-rr-litecoin-sign:before {
    content: "\e9b7";
    }
        .fi-rr-live:before {
    content: "\e9b8";
    }
        .fi-rr-live-alt:before {
    content: "\e9b9";
    }
        .fi-rr-loading:before {
    content: "\e9ba";
    }
        .fi-rr-loan:before {
    content: "\e9bb";
    }
        .fi-rr-lobster:before {
    content: "\e9bc";
    }
        .fi-rr-location-alt:before {
    content: "\e9be";
    }
        .fi-rr-location-arrow:before {
    content: "\e9bf";
    }
        .fi-rr-location-crosshairs:before {
    content: "\e9c0";
    }
        .fi-rr-location-crosshairs-slash:before {
    content: "\e9c1";
    }
        .fi-rr-location-dot-slash:before {
    content: "\e9c2";
    }
        .fi-rr-location-exclamation:before {
    content: "\e9c3";
    }
        .fi-rr-location-pin-call:before {
    content: "\e9c4";
    }
        .fi-rr-lock:before {
    content: "\e9c5";
    }
        .fi-rr-lock-alt:before {
    content: "\e9c6";
    }
        .fi-rr-lock-hashtag:before {
    content: "\e9c7";
    }
        .fi-rr-lock-open-alt:before {
    content: "\e9c8";
    }
        .fi-rr-locust:before {
    content: "\e9c9";
    }
        .fi-rr-loop-square:before {
    content: "\e9cc";
    }
        .fi-rr-loveseat:before {
    content: "\e9ce";
    }
        .fi-rr-low-vision:before {
    content: "\e9cf";
    }
        .fi-rr-luchador:before {
    content: "\e9d0";
    }
        .fi-rr-luggage-cart:before {
    content: "\e9d1";
    }
        .fi-rr-luggage-rolling:before {
    content: "\e9d2";
    }
        .fi-rr-lungs:before {
    content: "\e9d3";
    }
        .fi-rr-lungs-virus:before {
    content: "\e9d4";
    }
        .fi-rr-m:before {
    content: "\e9d5";
    }
        .fi-rr-mace:before {
    content: "\e9d6";
    }
        .fi-rr-magic-wand:before {
    content: "\e9dc";
    }
        .fi-rr-magnet:before {
    content: "\e9dd";
    }
        .fi-rr-magnet-user:before {
    content: "\e9de";
    }
        .fi-rr-magnifying-glass-binary:before {
    content: "\e9e0";
    }
        .fi-rr-magnifying-glass-eye:before {
    content: "\e9e1";
    }
        .fi-rr-magnifying-glass-wave:before {
    content: "\e9e2";
    }
        .fi-rr-mail-plus-circle:before {
    content: "\e9e4";
    }
        .fi-rr-mailbox:before {
    content: "\e9e5";
    }
        .fi-rr-mailbox-envelope:before {
    content: "\e9e6";
    }
        .fi-rr-mailbox-flag-up:before {
    content: "\e9e7";
    }
        .fi-rr-makeup-brush:before {
    content: "\e9e9";
    }
        .fi-rr-man-head:before {
    content: "\e9ec";
    }
        .fi-rr-man-scientist:before {
    content: "\e9ed";
    }
        .fi-rr-manat-sign:before {
    content: "\e9ee";
    }
        .fi-rr-mandolin:before {
    content: "\e9ef";
    }
        .fi-rr-mango:before {
    content: "\e9f0";
    }
        .fi-rr-manhole:before {
    content: "\e9f1";
    }
        .fi-rr-map:before {
    content: "\e9f2";
    }
        .fi-rr-map-location-track:before {
    content: "\e9f3";
    }
        .fi-rr-map-marker:before {
    content: "\e9f4";
    }
        .fi-rr-map-marker-check:before {
    content: "\e9f5";
    }
        .fi-rr-map-marker-cross:before {
    content: "\e9f6";
    }
        .fi-rr-map-marker-edit:before {
    content: "\e9f7";
    }
        .fi-rr-map-marker-home:before {
    content: "\e9f9";
    }
        .fi-rr-map-marker-minus:before {
    content: "\e9fa";
    }
        .fi-rr-map-marker-plus:before {
    content: "\e9fb";
    }
        .fi-rr-map-marker-question:before {
    content: "\e9fc";
    }
        .fi-rr-map-marker-slash:before {
    content: "\e9fd";
    }
        .fi-rr-map-marker-smile:before {
    content: "\e9fe";
    }
        .fi-rr-map-pin:before {
    content: "\e9ff";
    }
        .fi-rr-map-point:before {
    content: "\ea00";
    }
        .fi-rr-marker:before {
    content: "\ea01";
    }
        .fi-rr-marker-time:before {
    content: "\ea02";
    }
        .fi-rr-marketplace:before {
    content: "\ea03";
    }
        .fi-rr-marketplace-alt:before {
    content: "\ea04";
    }
        .fi-rr-marketplace-store:before {
    content: "\ea05";
    }
        .fi-rr-marriage-proposal:before {
    content: "\ea06";
    }
        .fi-rr-mars:before {
    content: "\ea08";
    }
        .fi-rr-mars-double:before {
    content: "\ea0a";
    }
        .fi-rr-mars-stroke-right:before {
    content: "\ea0b";
    }
        .fi-rr-mars-stroke-up:before {
    content: "\ea0c";
    }
        .fi-rr-martini-glass-citrus:before {
    content: "\ea0d";
    }
        .fi-rr-martini-glass-empty:before {
    content: "\ea0e";
    }
        .fi-rr-mask:before {
    content: "\ea0f";
    }
        .fi-rr-mask-carnival:before {
    content: "\ea10";
    }
        .fi-rr-mask-face:before {
    content: "\ea11";
    }
        .fi-rr-mask-snorkel:before {
    content: "\ea12";
    }
        .fi-rr-massage:before {
    content: "\ea13";
    }
        .fi-rr-master-plan:before {
    content: "\ea14";
    }
        .fi-rr-master-plan-integrate:before {
    content: "\ea15";
    }
        .fi-rr-match-fire:before {
    content: "\ea16";
    }
        .fi-rr-mattress-pillow:before {
    content: "\ea17";
    }
        .fi-rr-measuring-tape:before {
    content: "\ea19";
    }
        .fi-rr-meat:before {
    content: "\ea1a";
    }
        .fi-rr-medal:before {
    content: "\ea1b";
    }
        .fi-rr-medical-star:before {
    content: "\ea1d";
    }
        .fi-rr-medicine:before {
    content: "\ea1e";
    }
        .fi-rr-meditation:before {
    content: "\ea1f";
    }
        .fi-rr-meeting:before {
    content: "\ea21";
    }
        .fi-rr-meeting-alt:before {
    content: "\ea22";
    }
        .fi-rr-megaphone:before {
    content: "\ea23";
    }
        .fi-rr-megaphone-announcement-leader:before {
    content: "\ea24";
    }
        .fi-rr-megaphone-sound-waves:before {
    content: "\ea25";
    }
        .fi-rr-meh:before {
    content: "\ea26";
    }
        .fi-rr-meh-blank:before {
    content: "\ea27";
    }
        .fi-rr-meh-rolling-eyes:before {
    content: "\ea28";
    }
        .fi-rr-melon:before {
    content: "\ea29";
    }
        .fi-rr-melon-alt:before {
    content: "\ea2a";
    }
        .fi-rr-member-list:before {
    content: "\ea2b";
    }
        .fi-rr-member-search:before {
    content: "\ea2c";
    }
        .fi-rr-membership:before {
    content: "\ea2d";
    }
        .fi-rr-membership-vip:before {
    content: "\ea2e";
    }
        .fi-rr-memo:before {
    content: "\ea2f";
    }
        .fi-rr-memo-circle-check:before {
    content: "\ea30";
    }
        .fi-rr-memo-pad:before {
    content: "\ea31";
    }
        .fi-rr-memory:before {
    content: "\ea32";
    }
        .fi-rr-menu-burger:before {
    content: "\ea33";
    }
        .fi-rr-menu-dots:before {
    content: "\ea34";
    }
        .fi-rr-menu-dots-vertical:before {
    content: "\ea35";
    }
        .fi-rr-mercury:before {
    content: "\ea36";
    }
        .fi-rr-message-alert:before {
    content: "\ea37";
    }
        .fi-rr-message-arrow-down:before {
    content: "\ea38";
    }
        .fi-rr-message-arrow-up:before {
    content: "\ea39";
    }
        .fi-rr-message-arrow-up-right:before {
    content: "\ea3a";
    }
        .fi-rr-message-bot:before {
    content: "\ea3b";
    }
        .fi-rr-message-code:before {
    content: "\ea3c";
    }
        .fi-rr-message-dollar:before {
    content: "\ea3d";
    }
        .fi-rr-message-heart:before {
    content: "\ea3e";
    }
        .fi-rr-message-image:before {
    content: "\ea3f";
    }
        .fi-rr-message-question:before {
    content: "\ea41";
    }
        .fi-rr-message-quote:before {
    content: "\ea42";
    }
        .fi-rr-message-slash:before {
    content: "\ea43";
    }
        .fi-rr-message-sms:before {
    content: "\ea44";
    }
        .fi-rr-message-star:before {
    content: "\ea45";
    }
        .fi-rr-message-text:before {
    content: "\ea46";
    }
        .fi-rr-message-xmark:before {
    content: "\ea47";
    }
        .fi-rr-messages:before {
    content: "\ea48";
    }
        .fi-rr-messages-dollar:before {
    content: "\ea49";
    }
        .fi-rr-messages-question:before {
    content: "\ea4a";
    }
        .fi-rr-meteor:before {
    content: "\ea4c";
    }
        .fi-rr-meter:before {
    content: "\ea4d";
    }
        .fi-rr-meter-bolt:before {
    content: "\ea4e";
    }
        .fi-rr-meter-droplet:before {
    content: "\ea4f";
    }
        .fi-rr-meter-fire:before {
    content: "\ea50";
    }
        .fi-rr-method:before {
    content: "\ea51";
    }
        .fi-rr-microchip:before {
    content: "\ea52";
    }
        .fi-rr-microchip-ai:before {
    content: "\ea53";
    }
        .fi-rr-microphone:before {
    content: "\ea54";
    }
        .fi-rr-microphone-alt:before {
    content: "\ea55";
    }
        .fi-rr-microphone-slash:before {
    content: "\ea58";
    }
        .fi-rr-microscope:before {
    content: "\ea59";
    }
        .fi-rr-microwave:before {
    content: "\ea5d";
    }
        .fi-rr-milk:before {
    content: "\ea5e";
    }
        .fi-rr-milk-alt:before {
    content: "\ea5f";
    }
        .fi-rr-mill:before {
    content: "\ea60";
    }
        .fi-rr-mill-sign:before {
    content: "\ea61";
    }
        .fi-rr-mind-share:before {
    content: "\ea62";
    }
        .fi-rr-minus:before {
    content: "\ea63";
    }
        .fi-rr-minus-circle:before {
    content: "\ea64";
    }
        .fi-rr-minus-hexagon:before {
    content: "\ea65";
    }
        .fi-rr-minus-small:before {
    content: "\ea66";
    }
        .fi-rr-mirror:before {
    content: "\ea68";
    }
        .fi-rr-mirror-user:before {
    content: "\ea69";
    }
        .fi-rr-mistletoe:before {
    content: "\ea6a";
    }
        .fi-rr-mix:before {
    content: "\ea6b";
    }
        .fi-rr-mixer:before {
    content: "\ea6c";
    }
        .fi-rr-mobile:before {
    content: "\ea6d";
    }
        .fi-rr-mobile-4g:before {
    content: "\ea6e";
    }
        .fi-rr-mobile-5g:before {
    content: "\ea6f";
    }
        .fi-rr-mobile-button:before {
    content: "\ea71";
    }
        .fi-rr-mobile-hand:before {
    content: "\ea72";
    }
        .fi-rr-mobile-message:before {
    content: "\ea73";
    }
        .fi-rr-mobile-notch:before {
    content: "\ea74";
    }
        .fi-rr-mockup:before {
    content: "\ea77";
    }
        .fi-rr-mode:before {
    content: "\ea78";
    }
        .fi-rr-mode-alt:before {
    content: "\ea79";
    }
        .fi-rr-mode-landscape:before {
    content: "\ea7a";
    }
        .fi-rr-mode-portrait:before {
    content: "\ea7b";
    }
        .fi-rr-model-cube:before {
    content: "\ea7c";
    }
        .fi-rr-model-cube-arrows:before {
    content: "\ea7d";
    }
        .fi-rr-model-cube-space:before {
    content: "\ea7e";
    }
        .fi-rr-module:before {
    content: "\ea7f";
    }
        .fi-rr-monday:before {
    content: "\ea80";
    }
        .fi-rr-money:before {
    content: "\ea81";
    }
        .fi-rr-money-bill-simple:before {
    content: "\ea82";
    }
        .fi-rr-money-bill-transfer:before {
    content: "\ea83";
    }
        .fi-rr-money-bill-wave:before {
    content: "\ea84";
    }
        .fi-rr-money-bill-wave-alt:before {
    content: "\ea85";
    }
        .fi-rr-money-bills:before {
    content: "\ea86";
    }
        .fi-rr-money-bills-simple:before {
    content: "\ea87";
    }
        .fi-rr-money-check:before {
    content: "\ea88";
    }
        .fi-rr-money-check-edit:before {
    content: "\ea89";
    }
        .fi-rr-money-check-edit-alt:before {
    content: "\ea8a";
    }
        .fi-rr-money-coin-transfer:before {
    content: "\ea8b";
    }
        .fi-rr-money-from-bracket:before {
    content: "\ea8c";
    }
        .fi-rr-money-gears:before {
    content: "\ea8d";
    }
        .fi-rr-money-income:before {
    content: "\ea8e";
    }
        .fi-rr-money-simple-from-bracket:before {
    content: "\ea8f";
    }
        .fi-rr-money-transfer-alt:before {
    content: "\ea90";
    }
        .fi-rr-money-transfer-coin-arrow:before {
    content: "\ea91";
    }
        .fi-rr-money-transfer-smartphone:before {
    content: "\ea92";
    }
        .fi-rr-money-wings:before {
    content: "\ea93";
    }
        .fi-rr-monkey:before {
    content: "\ea94";
    }
        .fi-rr-monument:before {
    content: "\ea95";
    }
        .fi-rr-moon:before {
    content: "\ea96";
    }
        .fi-rr-moon-stars:before {
    content: "\ea97";
    }
        .fi-rr-moped:before {
    content: "\ea98";
    }
        .fi-rr-mortar-pestle:before {
    content: "\ea99";
    }
        .fi-rr-mortgage:before {
    content: "\ea9a";
    }
        .fi-rr-mosque:before {
    content: "\ea9b";
    }
        .fi-rr-mosque-alt:before {
    content: "\ea9c";
    }
        .fi-rr-mosque-moon:before {
    content: "\ea9d";
    }
        .fi-rr-mosquito:before {
    content: "\ea9e";
    }
        .fi-rr-mosquito-net:before {
    content: "\ea9f";
    }
        .fi-rr-motorcycle:before {
    content: "\eaa2";
    }
        .fi-rr-mound:before {
    content: "\eaa3";
    }
        .fi-rr-mountain:before {
    content: "\eaa4";
    }
        .fi-rr-mountain-city:before {
    content: "\eaa5";
    }
        .fi-rr-mountains:before {
    content: "\eaa7";
    }
        .fi-rr-mouse:before {
    content: "\eaa8";
    }
        .fi-rr-mouse-field:before {
    content: "\eaa9";
    }
        .fi-rr-mouse-pointer-heart:before {
    content: "\eaaa";
    }
        .fi-rr-mov-file:before {
    content: "\eaab";
    }
        .fi-rr-move-to-folder:before {
    content: "\eaac";
    }
        .fi-rr-move-to-folder-2:before {
    content: "\eaad";
    }
        .fi-rr-moving:before {
    content: "\eaae";
    }
        .fi-rr-mower:before {
    content: "\eaaf";
    }
        .fi-rr-mp3-file:before {
    content: "\eab0";
    }
        .fi-rr-mp3-player:before {
    content: "\eab1";
    }
        .fi-rr-mp4-file:before {
    content: "\eab2";
    }
        .fi-rr-mug:before {
    content: "\eab3";
    }
        .fi-rr-mug-alt:before {
    content: "\eab4";
    }
        .fi-rr-mug-hot:before {
    content: "\eab5";
    }
        .fi-rr-mug-hot-alt:before {
    content: "\eab6";
    }
        .fi-rr-mug-marshmallows:before {
    content: "\eab7";
    }
        .fi-rr-mug-tea:before {
    content: "\eab8";
    }
        .fi-rr-mug-tea-alt:before {
    content: "\eab9";
    }
        .fi-rr-mug-tea-saucer:before {
    content: "\eaba";
    }
        .fi-rr-multiple:before {
    content: "\eabb";
    }
        .fi-rr-multiple-alt:before {
    content: "\eabc";
    }
        .fi-rr-multitasking:before {
    content: "\eabd";
    }
        .fi-rr-muscle:before {
    content: "\eabe";
    }
        .fi-rr-mushroom:before {
    content: "\eabf";
    }
        .fi-rr-mushroom-alt:before {
    content: "\eac0";
    }
        .fi-rr-mushroom-cloud:before {
    content: "\eac1";
    }
        .fi-rr-music:before {
    content: "\eac2";
    }
        .fi-rr-music-alt:before {
    content: "\eac3";
    }
        .fi-rr-music-file:before {
    content: "\eac5";
    }
        .fi-rr-music-magnifying-glass:before {
    content: "\eac6";
    }
        .fi-rr-music-note:before {
    content: "\eac7";
    }
        .fi-rr-music-note-slash:before {
    content: "\eac8";
    }
        .fi-rr-music-slash:before {
    content: "\eac9";
    }
        .fi-rr-n:before {
    content: "\eacb";
    }
        .fi-rr-naira-sign:before {
    content: "\eacc";
    }
        .fi-rr-narwhal:before {
    content: "\eace";
    }
        .fi-rr-navigation:before {
    content: "\eacf";
    }
        .fi-rr-nesting-dolls:before {
    content: "\ead0";
    }
        .fi-rr-network:before {
    content: "\ead3";
    }
        .fi-rr-network-analytic:before {
    content: "\ead4";
    }
        .fi-rr-network-cloud:before {
    content: "\ead5";
    }
        .fi-rr-network-cloud-computer:before {
    content: "\ead6";
    }
        .fi-rr-network-user:before {
    content: "\ead7";
    }
        .fi-rr-neuter:before {
    content: "\ead8";
    }
        .fi-rr-newsletter-subscribe:before {
    content: "\eadb";
    }
        .fi-rr-newspaper:before {
    content: "\eadc";
    }
        .fi-rr-newspaper-open:before {
    content: "\eade";
    }
        .fi-rr-nfc:before {
    content: "\eadf";
    }
        .fi-rr-nfc-lock:before {
    content: "\eae0";
    }
        .fi-rr-nfc-magnifying-glass:before {
    content: "\eae1";
    }
        .fi-rr-nfc-pen:before {
    content: "\eae2";
    }
        .fi-rr-nfc-slash:before {
    content: "\eae4";
    }
        .fi-rr-nfc-trash:before {
    content: "\eae5";
    }
        .fi-rr-nft-square:before {
    content: "\eae8";
    }
        .fi-rr-night-day:before {
    content: "\eae9";
    }
        .fi-rr-no-attention:before {
    content: "\eaea";
    }
        .fi-rr-no-fee:before {
    content: "\eaeb";
    }
        .fi-rr-no-food:before {
    content: "\eaec";
    }
        .fi-rr-no-iron:before {
    content: "\eaed";
    }
        .fi-rr-no-people:before {
    content: "\eaee";
    }
        .fi-rr-no-smoking:before {
    content: "\eaef";
    }
        .fi-rr-noise-cancelling-headphones:before {
    content: "\eaf2";
    }
        .fi-rr-noodles:before {
    content: "\eaf3";
    }
        .fi-rr-nose:before {
    content: "\eaf4";
    }
        .fi-rr-not-equal:before {
    content: "\eaf5";
    }
        .fi-rr-not-found:before {
    content: "\eaf6";
    }
        .fi-rr-not-found-alt:before {
    content: "\eaf7";
    }
        .fi-rr-not-found-magnifying-glass:before {
    content: "\eaf8";
    }
        .fi-rr-notdef:before {
    content: "\eaf9";
    }
        .fi-rr-note:before {
    content: "\eafa";
    }
        .fi-rr-note-medical:before {
    content: "\eafb";
    }
        .fi-rr-note-sticky:before {
    content: "\eafc";
    }
        .fi-rr-notebook:before {
    content: "\eafd";
    }
        .fi-rr-notebook-alt:before {
    content: "\eafe";
    }
        .fi-rr-notes:before {
    content: "\eaff";
    }
        .fi-rr-notes-medical:before {
    content: "\eb00";
    }
        .fi-rr-o:before {
    content: "\eb09";
    }
        .fi-rr-object-exclude:before {
    content: "\eb0a";
    }
        .fi-rr-object-group:before {
    content: "\eb0b";
    }
        .fi-rr-object-intersect:before {
    content: "\eb0c";
    }
        .fi-rr-object-subtract:before {
    content: "\eb0d";
    }
        .fi-rr-object-ungroup:before {
    content: "\eb0e";
    }
        .fi-rr-object-union:before {
    content: "\eb0f";
    }
        .fi-rr-objects-column:before {
    content: "\eb11";
    }
        .fi-rr-octagon:before {
    content: "\eb12";
    }
        .fi-rr-octagon-check:before {
    content: "\eb13";
    }
        .fi-rr-octagon-divide:before {
    content: "\eb14";
    }
        .fi-rr-octagon-exclamation:before {
    content: "\eb15";
    }
        .fi-rr-octagon-minus:before {
    content: "\eb16";
    }
        .fi-rr-octagon-plus:before {
    content: "\eb17";
    }
        .fi-rr-octagon-xmark:before {
    content: "\eb18";
    }
        .fi-rr-office-chair:before {
    content: "\eb1a";
    }
        .fi-rr-oil-can:before {
    content: "\eb1b";
    }
        .fi-rr-oil-temp:before {
    content: "\eb1c";
    }
        .fi-rr-old-people:before {
    content: "\eb1e";
    }
        .fi-rr-olive:before {
    content: "\eb1f";
    }
        .fi-rr-olive-branch-dove:before {
    content: "\eb20";
    }
        .fi-rr-olive-oil:before {
    content: "\eb21";
    }
        .fi-rr-olives:before {
    content: "\eb22";
    }
        .fi-rr-om:before {
    content: "\eb23";
    }
        .fi-rr-omega:before {
    content: "\eb24";
    }
        .fi-rr-on-air-square:before {
    content: "\eb25";
    }
        .fi-rr-onboarding:before {
    content: "\eb26";
    }
        .fi-rr-onion:before {
    content: "\eb27";
    }
        .fi-rr-opacity:before {
    content: "\eb28";
    }
        .fi-rr-open-mail-clip:before {
    content: "\eb29";
    }
        .fi-rr-operating-system-upgrade:before {
    content: "\eb2a";
    }
        .fi-rr-operation:before {
    content: "\eb2b";
    }
        .fi-rr-order-history:before {
    content: "\eb2e";
    }
        .fi-rr-organization-chart:before {
    content: "\eb2f";
    }
        .fi-rr-ornament:before {
    content: "\eb30";
    }
        .fi-rr-otp:before {
    content: "\eb31";
    }
        .fi-rr-otter:before {
    content: "\eb32";
    }
        .fi-rr-outdent:before {
    content: "\eb34";
    }
        .fi-rr-oval:before {
    content: "\eb35";
    }
        .fi-rr-oval-alt:before {
    content: "\eb36";
    }
        .fi-rr-oven:before {
    content: "\eb37";
    }
        .fi-rr-overline:before {
    content: "\eb38";
    }
        .fi-rr-overview:before {
    content: "\eb39";
    }
        .fi-rr-p:before {
    content: "\eb3a";
    }
        .fi-rr-package:before {
    content: "\eb3b";
    }
        .fi-rr-padlock-check:before {
    content: "\eb3c";
    }
        .fi-rr-page-break:before {
    content: "\eb3d";
    }
        .fi-rr-pager:before {
    content: "\eb3e";
    }
        .fi-rr-paid:before {
    content: "\eb3f";
    }
        .fi-rr-paint-brush:before {
    content: "\eb41";
    }
        .fi-rr-paint-roller:before {
    content: "\eb42";
    }
        .fi-rr-paintbrush-pencil:before {
    content: "\eb44";
    }
        .fi-rr-palette:before {
    content: "\eb45";
    }
        .fi-rr-pallet:before {
    content: "\eb46";
    }
        .fi-rr-pallet-alt:before {
    content: "\eb47";
    }
        .fi-rr-pan:before {
    content: "\eb48";
    }
        .fi-rr-pan-food:before {
    content: "\eb49";
    }
        .fi-rr-pan-frying:before {
    content: "\eb4a";
    }
        .fi-rr-pancakes:before {
    content: "\eb4b";
    }
        .fi-rr-panorama:before {
    content: "\eb4f";
    }
        .fi-rr-paper-plane:before {
    content: "\eb50";
    }
        .fi-rr-paper-plane-launch:before {
    content: "\eb51";
    }
        .fi-rr-paper-plane-top:before {
    content: "\eb52";
    }
        .fi-rr-paperclip-vertical:before {
    content: "\eb53";
    }
        .fi-rr-parachute-box:before {
    content: "\eb54";
    }
        .fi-rr-paragraph:before {
    content: "\eb55";
    }
        .fi-rr-paragraph-left:before {
    content: "\eb56";
    }
        .fi-rr-parking:before {
    content: "\eb57";
    }
        .fi-rr-parking-circle:before {
    content: "\eb58";
    }
        .fi-rr-parking-circle-slash:before {
    content: "\eb59";
    }
        .fi-rr-parking-slash:before {
    content: "\eb5a";
    }
        .fi-rr-party-bell:before {
    content: "\eb5d";
    }
        .fi-rr-party-horn:before {
    content: "\eb5e";
    }
        .fi-rr-passenger-plane:before {
    content: "\eb5f";
    }
        .fi-rr-passport:before {
    content: "\eb60";
    }
        .fi-rr-password:before {
    content: "\eb61";
    }
        .fi-rr-password-alt:before {
    content: "\eb62";
    }
        .fi-rr-password-computer:before {
    content: "\eb63";
    }
        .fi-rr-password-email:before {
    content: "\eb64";
    }
        .fi-rr-password-lock:before {
    content: "\eb65";
    }
        .fi-rr-password-smartphone:before {
    content: "\eb66";
    }
        .fi-rr-paste:before {
    content: "\eb67";
    }
        .fi-rr-pattern:before {
    content: "\eb69";
    }
        .fi-rr-pause:before {
    content: "\eb6a";
    }
  
        .fi-rr-pause-square:before {
    content: "\eb6c";
    }
        .fi-rr-paw:before {
    content: "\eb6d";
    }
        .fi-rr-paw-claws:before {
    content: "\eb6e";
    }
        .fi-rr-paw-heart:before {
    content: "\eb6f";
    }
        .fi-rr-payment-pos:before {
    content: "\eb70";
    }
        .fi-rr-payroll:before {
    content: "\eb72";
    }
        .fi-rr-payroll-calendar:before {
    content: "\eb73";
    }
        .fi-rr-payroll-check:before {
    content: "\eb74";
    }
        .fi-rr-peace:before {
    content: "\eb75";
    }
        .fi-rr-peach:before {
    content: "\eb76";
    }
        .fi-rr-peanut:before {
    content: "\eb77";
    }
        .fi-rr-peanuts:before {
    content: "\eb78";
    }
        .fi-rr-peapod:before {
    content: "\eb79";
    }
        .fi-rr-pear:before {
    content: "\eb7a";
    }
        .fi-rr-pedestal:before {
    content: "\eb7b";
    }
        .fi-rr-pen-circle:before {
    content: "\eb7c";
    }
        .fi-rr-pen-clip:before {
    content: "\eb7d";
    }
        .fi-rr-pen-clip-slash:before {
    content: "\eb7e";
    }
        .fi-rr-pen-fancy:before {
    content: "\eb7f";
    }
        .fi-rr-pen-fancy-slash:before {
    content: "\eb80";
    }
        .fi-rr-pen-field:before {
    content: "\eb81";
    }
        .fi-rr-pen-nib:before {
    content: "\eb82";
    }
        .fi-rr-pen-nib-slash:before {
    content: "\eb83";
    }
        .fi-rr-pen-slash:before {
    content: "\eb84";
    }
        .fi-rr-pen-square:before {
    content: "\eb85";
    }
        .fi-rr-pen-swirl:before {
    content: "\eb86";
    }
        .fi-rr-pencil:before {
    content: "\eb87";
    }
        .fi-rr-pencil-paintbrush:before {
    content: "\eb88";
    }
        .fi-rr-pencil-ruler:before {
    content: "\eb89";
    }
        .fi-rr-pencil-slash:before {
    content: "\eb8a";
    }
        .fi-rr-pending:before {
    content: "\eb8b";
    }
        .fi-rr-pennant:before {
    content: "\eb8c";
    }
        .fi-rr-people:before {
    content: "\eb8d";
    }
        .fi-rr-people-arrows-left-right:before {
    content: "\eb8e";
    }
        .fi-rr-people-carry-box:before {
    content: "\eb8f";
    }
        .fi-rr-people-dress:before {
    content: "\eb90";
    }
        .fi-rr-people-network-partner:before {
    content: "\eb93";
    }
        .fi-rr-people-pants:before {
    content: "\eb94";
    }
        .fi-rr-people-poll:before {
    content: "\eb95";
    }
        .fi-rr-people-pulling:before {
    content: "\eb96";
    }
        .fi-rr-people-roof:before {
    content: "\eb98";
    }
        .fi-rr-pepper:before {
    content: "\eb99";
    }
        .fi-rr-pepper-alt:before {
    content: "\eb9a";
    }
        .fi-rr-pepper-hot:before {
    content: "\eb9b";
    }
        .fi-rr-percent-10:before {
    content: "\eb9c";
    }
        .fi-rr-percent-100:before {
    content: "\eb9d";
    }
        .fi-rr-percent-20:before {
    content: "\eb9e";
    }
        .fi-rr-percent-25:before {
    content: "\eb9f";
    }
        .fi-rr-percent-30:before {
    content: "\eba0";
    }
        .fi-rr-percent-40:before {
    content: "\eba1";
    }
        .fi-rr-percent-50:before {
    content: "\eba2";
    }
        .fi-rr-percent-60:before {
    content: "\eba3";
    }
        .fi-rr-percent-70:before {
    content: "\eba4";
    }
        .fi-rr-percent-75:before {
    content: "\eba5";
    }
        .fi-rr-percent-80:before {
    content: "\eba6";
    }
        .fi-rr-percent-90:before {
    content: "\eba7";
    }
        .fi-rr-percentage:before {
    content: "\eba8";
    }
        .fi-rr-person-battery:before {
    content: "\ebac";
    }
        .fi-rr-person-burst:before {
    content: "\ebae";
    }
        .fi-rr-person-carry-box:before {
    content: "\ebaf";
    }
        .fi-rr-person-circle-check:before {
    content: "\ebb1";
    }
        .fi-rr-person-circle-exclamation:before {
    content: "\ebb2";
    }
        .fi-rr-person-circle-minus:before {
    content: "\ebb3";
    }
        .fi-rr-person-circle-plus:before {
    content: "\ebb4";
    }
        .fi-rr-person-circle-question:before {
    content: "\ebb5";
    }
        .fi-rr-person-circle-xmark:before {
    content: "\ebb6";
    }
        .fi-rr-person-cv:before {
    content: "\ebb7";
    }
        .fi-rr-person-dolly:before {
    content: "\ebb8";
    }
        .fi-rr-person-dolly-empty:before {
    content: "\ebb9";
    }
        .fi-rr-person-dragging-bag:before {
    content: "\ebba";
    }
        .fi-rr-person-dress:before {
    content: "\ebbb";
    }
        .fi-rr-person-dress-simple:before {
    content: "\ebbd";
    }
        .fi-rr-person-luggage:before {
    content: "\ebc1";
    }
        .fi-rr-person-lunge:before {
    content: "\ebc2";
    }
        .fi-rr-person-pilates:before {
    content: "\ebc6";
    }
        .fi-rr-person-praying:before {
    content: "\ebc7";
    }
        .fi-rr-person-pregnant:before {
    content: "\ebc8";
    }
        .fi-rr-person-seat:before {
    content: "\ebcb";
    }
        .fi-rr-person-seat-reclined:before {
    content: "\ebcc";
    }
        .fi-rr-person-shelter:before {
    content: "\ebcd";
    }
        .fi-rr-person-sign:before {
    content: "\ebce";
    }
        .fi-rr-person-simple:before {
    content: "\ebcf";
    }
        .fi-rr-person-stress:before {
    content: "\ebd0";
    }
        .fi-rr-person-walking-with-cane:before {
    content: "\ebd6";
    }
        .fi-rr-peseta-sign:before {
    content: "\ebd7";
    }
        .fi-rr-peso-sign:before {
    content: "\ebd8";
    }
        .fi-rr-pets:before {
    content: "\ebd9";
    }
        .fi-rr-pharmacy:before {
    content: "\ebdb";
    }
        .fi-rr-phone-call:before {
    content: "\ebde";
    }
        .fi-rr-phone-cross:before {
    content: "\ebdf";
    }
        .fi-rr-phone-flip:before {
    content: "\ebe0";
    }
        .fi-rr-phone-guide:before {
    content: "\ebe1";
    }
        .fi-rr-phone-heart-message:before {
    content: "\ebe2";
    }
        .fi-rr-phone-office:before {
    content: "\ebe3";
    }
        .fi-rr-phone-pause:before {
    content: "\ebe4";
    }
        .fi-rr-phone-plus:before {
    content: "\ebe5";
    }
        .fi-rr-phone-rotary:before {
    content: "\ebe6";
    }
        .fi-rr-phone-slash:before {
    content: "\ebe7";
    }
        .fi-rr-photo-capture:before {
    content: "\ebe8";
    }
        .fi-rr-photo-film-music:before {
    content: "\ebea";
    }
        .fi-rr-photo-video:before {
    content: "\ebeb";
    }
        .fi-rr-physics:before {
    content: "\ebf2";
    }
        .fi-rr-Pi:before {
    content: "\ebf3";
    }
        .fi-rr-piano:before {
    content: "\ebf4";
    }
        .fi-rr-piano-keyboard:before {
    content: "\ebf5";
    }
        .fi-rr-pickaxe:before {
    content: "\ebf6";
    }
        .fi-rr-picking:before {
    content: "\ebf7";
    }
        .fi-rr-picking-box:before {
    content: "\ebf8";
    }
        .fi-rr-picnic:before {
    content: "\ebf9";
    }
        .fi-rr-picpeople:before {
    content: "\ebfa";
    }
        .fi-rr-picpeople-filled:before {
    content: "\ebfb";
    }
        .fi-rr-picture:before {
    content: "\ebfc";
    }
        .fi-rr-pie:before {
    content: "\ebfd";
    }
        .fi-rr-piece:before {
    content: "\ebfe";
    }
        .fi-rr-pig:before {
    content: "\ebff";
    }
        .fi-rr-pig-bank-bulb:before {
    content: "\ec00";
    }
        .fi-rr-pig-face:before {
    content: "\ec01";
    }
        .fi-rr-piggy-bank:before {
    content: "\ec02";
    }
        .fi-rr-piggy-bank-budget:before {
    content: "\ec03";
    }
        .fi-rr-pills:before {
    content: "\ec04";
    }
        .fi-rr-pin-to-pin:before {
    content: "\ec05";
    }
        .fi-rr-piÃ±ata:before {
    content: "\ec06";
    }
        .fi-rr-pineapple:before {
    content: "\ec07";
    }
        .fi-rr-pineapple-alt:before {
    content: "\ec08";
    }
        .fi-rr-ping-pong:before {
    content: "\ec09";
    }
        .fi-rr-pipe-smoking:before {
    content: "\ec0b";
    }
        .fi-rr-pisa-tower:before {
    content: "\ec0d";
    }
        .fi-rr-pizza-slice:before {
    content: "\ec0f";
    }
        .fi-rr-place-of-worship:before {
    content: "\ec10";
    }
        .fi-rr-plagiarism:before {
    content: "\ec11";
    }
        .fi-rr-plan:before {
    content: "\ec12";
    }
        .fi-rr-plan-strategy:before {
    content: "\ec13";
    }
        .fi-rr-plane:before {
    content: "\ec14";
    }
        .fi-rr-plane-alt:before {
    content: "\ec15";
    }
        .fi-rr-plane-arrival:before {
    content: "\ec16";
    }
        .fi-rr-plane-departure:before {
    content: "\ec17";
    }
        .fi-rr-plane-prop:before {
    content: "\ec18";
    }
        .fi-rr-plane-slash:before {
    content: "\ec19";
    }
        .fi-rr-plane-tail:before {
    content: "\ec1a";
    }
        .fi-rr-planet-moon:before {
    content: "\ec1d";
    }
        .fi-rr-planet-ringed:before {
    content: "\ec1e";
    }
        .fi-rr-plant-care:before {
    content: "\ec1f";
    }
        .fi-rr-plant-growth:before {
    content: "\ec20";
    }
        .fi-rr-plant-seed-invest:before {
    content: "\ec21";
    }
        .fi-rr-plant-wilt:before {
    content: "\ec22";
    }
        .fi-rr-plate:before {
    content: "\ec23";
    }
        .fi-rr-plate-eating:before {
    content: "\ec24";
    }
        .fi-rr-plate-empty:before {
    content: "\ec25";
    }
        .fi-rr-plate-utensils:before {
    content: "\ec26";
    }
        .fi-rr-plate-wheat:before {
    content: "\ec27";
    }
        .fi-rr-play:before {
    content: "\ec28";
    }
        .fi-rr-play-alt:before {
    content: "\ec29";
    }
        .fi-rr-play-circle:before {
    content: "\ec2a";
    }
        .fi-rr-play-microphone:before {
    content: "\ec2b";
    }
        .fi-rr-play-pause:before {
    content: "\ec2c";
    }
        .fi-rr-playing-cards:before {
    content: "\ec2d";
    }
        .fi-rr-plug:before {
    content: "\ec2e";
    }
        .fi-rr-plug-alt:before {
    content: "\ec2f";
    }
        .fi-rr-plug-cable:before {
    content: "\ec30";
    }
        .fi-rr-plug-circle-bolt:before {
    content: "\ec31";
    }
        .fi-rr-plug-circle-check:before {
    content: "\ec32";
    }
        .fi-rr-plug-circle-exclamation:before {
    content: "\ec33";
    }
        .fi-rr-plug-circle-minus:before {
    content: "\ec34";
    }
        .fi-rr-plug-circle-plus:before {
    content: "\ec35";
    }
        .fi-rr-plug-connection:before {
    content: "\ec36";
    }
        .fi-rr-plus:before {
    content: "\ec37";
    }
        .fi-rr-plus-hexagon:before {
    content: "\ec38";
    }
        .fi-rr-plus-minus:before {
    content: "\ec39";
    }
        .fi-rr-plus-small:before {
    content: "\ec3a";
    }
        .fi-rr-png-file:before {
    content: "\ec3b";
    }
        .fi-rr-podcast:before {
    content: "\ec3c";
    }
        .fi-rr-podium:before {
    content: "\ec3d";
    }
        .fi-rr-podium-star:before {
    content: "\ec3e";
    }
        .fi-rr-podium-victory-leader:before {
    content: "\ec3f";
    }
        .fi-rr-point-of-sale:before {
    content: "\ec40";
    }
        .fi-rr-point-of-sale-bill:before {
    content: "\ec41";
    }
        .fi-rr-point-of-sale-signal:before {
    content: "\ec42";
    }
        .fi-rr-pointer-loading:before {
    content: "\ec44";
    }
        .fi-rr-pointer-text:before {
    content: "\ec45";
    }
        .fi-rr-poker-chip:before {
    content: "\ec46";
    }
        .fi-rr-police-box:before {
    content: "\ec47";
    }
        .fi-rr-polish-bottle:before {
    content: "\ec48";
    }
        .fi-rr-polish-brush:before {
    content: "\ec49";
    }
        .fi-rr-poll-h:before {
    content: "\ec4a";
    }
        .fi-rr-pollution:before {
    content: "\ec4b";
    }
        .fi-rr-pompebled:before {
    content: "\ec4c";
    }
        .fi-rr-poo:before {
    content: "\ec4d";
    }
        .fi-rr-poo-bolt:before {
    content: "\ec4e";
    }
        .fi-rr-pool-8-ball:before {
    content: "\ec4f";
    }
        .fi-rr-poop:before {
    content: "\ec50";
    }
        .fi-rr-popcorn:before {
    content: "\ec51";
    }
        .fi-rr-popsicle:before {
    content: "\ec52";
    }
        .fi-rr-population:before {
    content: "\ec53";
    }
        .fi-rr-population-globe:before {
    content: "\ec54";
    }
        .fi-rr-portal-enter:before {
    content: "\ec55";
    }
        .fi-rr-portal-exit:before {
    content: "\ec56";
    }
        .fi-rr-portrait:before {
    content: "\ec57";
    }
        .fi-rr-portuguese:before {
    content: "\ec58";
    }
        .fi-rr-postal-address:before {
    content: "\ec59";
    }
        .fi-rr-pot:before {
    content: "\ec5b";
    }
        .fi-rr-potato:before {
    content: "\ec5c";
    }
        .fi-rr-pound:before {
    content: "\ec5d";
    }
        .fi-rr-power:before {
    content: "\ec5e";
    }
        .fi-rr-ppt-file:before {
    content: "\ec5f";
    }
        .fi-rr-practice:before {
    content: "\ec60";
    }
        .fi-rr-praying-hands:before {
    content: "\ec61";
    }
        .fi-rr-prescription:before {
    content: "\ec64";
    }
        .fi-rr-prescription-bottle:before {
    content: "\ec65";
    }
        .fi-rr-prescription-bottle-alt:before {
    content: "\ec66";
    }
        .fi-rr-prescription-bottle-pill:before {
    content: "\ec67";
    }
        .fi-rr-presentation:before {
    content: "\ec68";
    }
        .fi-rr-preview:before {
    content: "\ec69";
    }
        .fi-rr-previous-square:before {
    content: "\ec6a";
    }
        .fi-rr-print:before {
    content: "\ec6b";
    }
        .fi-rr-print-magnifying-glass:before {
    content: "\ec6c";
    }
        .fi-rr-print-slash:before {
    content: "\ec6d";
    }
        .fi-rr-priority-arrow:before {
    content: "\ec6f";
    }
        .fi-rr-priority-arrows:before {
    content: "\ec70";
    }
        .fi-rr-priority-importance:before {
    content: "\ec72";
    }
        .fi-rr-problem-solving:before {
    content: "\ec75";
    }
        .fi-rr-procedures:before {
    content: "\ec76";
    }
        .fi-rr-process:before {
    content: "\ec77";
    }
        .fi-rr-productivity:before {
    content: "\ec79";
    }
        .fi-rr-progress-bar-dotted-empty:before {
    content: "\ec7a";
    }
        .fi-rr-progress-bar-dotted-half:before {
    content: "\ec7b";
    }
        .fi-rr-progress-bar-dotted-line-half:before {
    content: "\ec7c";
    }
        .fi-rr-progress-bar-empty:before {
    content: "\ec7d";
    }
        .fi-rr-progress-bar-half:before {
    content: "\ec7e";
    }
        .fi-rr-progress-bar-square-empty:before {
    content: "\ec7f";
    }
        .fi-rr-progress-bar-square-half:before {
    content: "\ec80";
    }
        .fi-rr-progress-complete:before {
    content: "\ec81";
    }
        .fi-rr-progress-download:before {
    content: "\ec82";
    }
        .fi-rr-progress-upload:before {
    content: "\ec83";
    }
        .fi-rr-projector:before {
    content: "\ec84";
    }
        .fi-rr-protractor:before {
    content: "\ec85";
    }
        .fi-rr-pulse:before {
    content: "\ec86";
    }
        .fi-rr-pump:before {
    content: "\ec87";
    }
        .fi-rr-pump-medical:before {
    content: "\ec88";
    }
        .fi-rr-pumpkin:before {
    content: "\ec89";
    }
        .fi-rr-pumpkin-alt:before {
    content: "\ec8a";
    }
        .fi-rr-pumpkin-alt-2:before {
    content: "\ec8b";
    }
        .fi-rr-puzzle:before {
    content: "\ec8c";
    }
        .fi-rr-puzzle-alt:before {
    content: "\ec8d";
    }
        .fi-rr-puzzle-piece-integration:before {
    content: "\ec90";
    }
        .fi-rr-puzzle-pieces:before {
    content: "\ec91";
    }
        .fi-rr-pyramid:before {
    content: "\ec92";
    }
        .fi-rr-q:before {
    content: "\ec94";
    }
        .fi-rr-QR:before {
    content: "\ec95";
    }
        .fi-rr-qr-scan:before {
    content: "\ec96";
    }
        .fi-rr-qrcode:before {
    content: "\ec97";
    }
        .fi-rr-question:before {
    content: "\ec99";
    }
        .fi-rr-question-square:before {
    content: "\ec9a";
    }
        .fi-rr-queue:before {
    content: "\ec9b";
    }
        .fi-rr-queue-alt:before {
    content: "\ec9c";
    }
        .fi-rr-queue-line:before {
    content: "\ec9d";
    }
        .fi-rr-queue-signal:before {
    content: "\ec9e";
    }
        .fi-rr-quill-pen-story:before {
    content: "\ec9f";
    }
        .fi-rr-quiz:before {
    content: "\eca0";
    }
        .fi-rr-quiz-alt:before {
    content: "\eca1";
    }
        .fi-rr-quote-right:before {
    content: "\eca2";
    }
        .fi-rr-r:before {
    content: "\eca4";
    }
        .fi-rr-rabbit:before {
    content: "\eca5";
    }
        .fi-rr-rabbit-fast:before {
    content: "\eca6";
    }
        .fi-rr-raccoon:before {
    content: "\eca7";
    }
        .fi-rr-racquet:before {
    content: "\eca8";
    }
        .fi-rr-radar:before {
    content: "\eca9";
    }
        .fi-rr-radar-monitoring-track:before {
    content: "\ecaa";
    }
        .fi-rr-radiation:before {
    content: "\ecab";
    }
        .fi-rr-radiation-alt:before {
    content: "\ecac";
    }
        .fi-rr-radio:before {
    content: "\ecad";
    }
        .fi-rr-radio-alt:before {
    content: "\ecae";
    }
        .fi-rr-radio-button:before {
    content: "\ecaf";
    }
        .fi-rr-radio-tower:before {
    content: "\ecb0";
    }
        .fi-rr-radio-waves:before {
    content: "\ecb1";
    }
        .fi-rr-radish:before {
    content: "\ecb2";
    }
        .fi-rr-rainbow:before {
    content: "\ecb3";
    }
        .fi-rr-raindrops:before {
    content: "\ecb4";
    }
        .fi-rr-ram:before {
    content: "\ecb5";
    }
        .fi-rr-ramp-loading:before {
    content: "\ecb6";
    }
        .fi-rr-rank:before {
    content: "\ecb7";
    }
        .fi-rr-ranking-podium:before {
    content: "\ecb8";
    }
        .fi-rr-ranking-podium-empty:before {
    content: "\ecb9";
    }
        .fi-rr-ranking-star:before {
    content: "\ecba";
    }
        .fi-rr-ranking-stars:before {
    content: "\ecbb";
    }
        .fi-rr-raygun:before {
    content: "\ecbd";
    }
        .fi-rr-razor-barber:before {
    content: "\ecbe";
    }
        .fi-rr-react:before {
    content: "\ecbf";
    }
        .fi-rr-rec:before {
    content: "\ecc0";
    }
        .fi-rr-receipt:before {
    content: "\ecc1";
    }
        .fi-rr-recipe:before {
    content: "\ecc2";
    }
        .fi-rr-recipe-book:before {
    content: "\ecc3";
    }
        .fi-rr-record-vinyl:before {
    content: "\ecc4";
    }
        .fi-rr-rectabgle-vertical:before {
    content: "\ecc5";
    }
        .fi-rr-rectangle-barcode:before {
    content: "\ecc6";
    }
        .fi-rr-rectangle-code:before {
    content: "\ecc7";
    }
        .fi-rr-rectangle-history-circle-plus:before {
    content: "\ecc8";
    }
        .fi-rr-rectangle-horizontal:before {
    content: "\ecc9";
    }
        .fi-rr-rectangle-list:before {
    content: "\ecca";
    }
        .fi-rr-rectangle-panoramic:before {
    content: "\eccb";
    }
        .fi-rr-rectangle-pro:before {
    content: "\eccc";
    }
        .fi-rr-rectangle-vertical:before {
    content: "\eccd";
    }
        .fi-rr-rectangle-vertical-history:before {
    content: "\ecce";
    }
        .fi-rr-rectangle-xmark:before {
    content: "\eccf";
    }
        .fi-rr-rectangles-mixed:before {
    content: "\ecd0";
    }
        .fi-rr-recycle:before {
    content: "\ecd1";
    }
        .fi-rr-recycle-bin:before {
    content: "\ecd2";
    }
        .fi-rr-redo:before {
    content: "\ecd5";
    }
        .fi-rr-redo-alt:before {
    content: "\ecd6";
    }
        .fi-rr-reel:before {
    content: "\ecd7";
    }
        .fi-rr-refer:before {
    content: "\ecd8";
    }
        .fi-rr-refer-arrow:before {
    content: "\ecd9";
    }
        .fi-rr-referral:before {
    content: "\ecdc";
    }
        .fi-rr-referral-alt:before {
    content: "\ecdd";
    }
        .fi-rr-referral-link-arrow:before {
    content: "\ecde";
    }
        .fi-rr-referral-user:before {
    content: "\ecdf";
    }
        .fi-rr-reflect:before {
    content: "\ece0";
    }
        .fi-rr-reflect-horizontal:before {
    content: "\ece1";
    }
        .fi-rr-reflect-horizontal-alt:before {
    content: "\ece2";
    }
        .fi-rr-reflect-vertical:before {
    content: "\ece3";
    }
        .fi-rr-refresh:before {
    content: "\ece4";
    }
        .fi-rr-refrigerator:before {
    content: "\ece5";
    }
        .fi-rr-refund:before {
    content: "\ece6";
    }
        .fi-rr-refund-alt:before {
    content: "\ece7";
    }
        .fi-rr-region-pin:before {
    content: "\ece8";
    }
        .fi-rr-region-pin-alt:before {
    content: "\ece9";
    }
        .fi-rr-registered:before {
    content: "\ecea";
    }
        .fi-rr-registration-paper:before {
    content: "\eced";
    }
        .fi-rr-remote-control:before {
    content: "\ecef";
    }
        .fi-rr-remote-control-hand:before {
    content: "\ecf0";
    }
        .fi-rr-remove-folder:before {
    content: "\ecf1";
    }
        .fi-rr-remove-user:before {
    content: "\ecf2";
    }
        .fi-rr-rent:before {
    content: "\ecf3";
    }
        .fi-rr-rent-signal:before {
    content: "\ecf4";
    }
        .fi-rr-replace:before {
    content: "\ecf5";
    }
        .fi-rr-replay-10:before {
    content: "\ecf7";
    }
        .fi-rr-replay-30:before {
    content: "\ecf8";
    }
        .fi-rr-replay-5:before {
    content: "\ecf9";
    }
        .fi-rr-reply-all:before {
    content: "\ecfa";
    }
        .fi-rr-republican:before {
    content: "\ecfb";
    }
        .fi-rr-research-arrows-circle:before {
    content: "\ecfc";
    }
        .fi-rr-reservation-smartphone:before {
    content: "\ecfd";
    }
        .fi-rr-reservation-table:before {
    content: "\ecfe";
    }
        .fi-rr-resistance-band:before {
    content: "\ecff";
    }
        .fi-rr-resize:before {
    content: "\ed00";
    }
        .fi-rr-resources:before {
    content: "\ed01";
    }
        .fi-rr-responsability:before {
    content: "\ed02";
    }
        .fi-rr-restaurant:before {
    content: "\ed03";
    }
        .fi-rr-restock:before {
    content: "\ed04";
    }
        .fi-rr-restroom-simple:before {
    content: "\ed05";
    }
        .fi-rr-resume:before {
    content: "\ed06";
    }
        .fi-rr-Revenue:before {
    content: "\ed07";
    }
        .fi-rr-revenue-alt:before {
    content: "\ed08";
    }
        .fi-rr-revenue-euro:before {
    content: "\ed09";
    }
        .fi-rr-review:before {
    content: "\ed0b";
    }
        .fi-rr-rewind:before {
    content: "\ed0c";
    }
        .fi-rr-rewind-button-circle:before {
    content: "\ed0d";
    }
        .fi-rr-rhombus:before {
    content: "\ed0e";
    }
        .fi-rr-ribbon:before {
    content: "\ed0f";
    }
        .fi-rr-right:before {
    content: "\ed10";
    }
        .fi-rr-right-from-bracket:before {
    content: "\ed11";
    }
        .fi-rr-ring:before {
    content: "\ed13";
    }
        .fi-rr-ring-diamond:before {
    content: "\ed14";
    }
        .fi-rr-rings-wedding:before {
    content: "\ed15";
    }
        .fi-rr-risk:before {
    content: "\ed16";
    }
        .fi-rr-risk-alt:before {
    content: "\ed17";
    }
        .fi-rr-road:before {
    content: "\ed18";
    }
        .fi-rr-road-barrier:before {
    content: "\ed19";
    }
        .fi-rr-road-map-pin:before {
    content: "\ed1a";
    }
        .fi-rr-road-sign-left:before {
    content: "\ed1b";
    }
        .fi-rr-roadmap:before {
    content: "\ed1c";
    }
        .fi-rr-robot:before {
    content: "\ed1d";
    }
        .fi-rr-robotic-arm:before {
    content: "\ed1e";
    }
        .fi-rr-rocket:before {
    content: "\ed1f";
    }
        .fi-rr-rocket-hand:before {
    content: "\ed20";
    }
        .fi-rr-rocket-holding-hand:before {
    content: "\ed21";
    }
        .fi-rr-rocket-lunch:before {
    content: "\ed22";
    }
        .fi-rr-roller-coaster:before {
    content: "\ed23";
    }
        .fi-rr-room-service:before {
    content: "\ed24";
    }
        .fi-rr-rose:before {
    content: "\ed25";
    }
        .fi-rr-rose-alt:before {
    content: "\ed26";
    }
        .fi-rr-rotate-exclamation:before {
    content: "\ed27";
    }
        .fi-rr-rotate-left:before {
    content: "\ed28";
    }
        .fi-rr-rotate-reverse:before {
    content: "\ed29";
    }
        .fi-rr-rotate-right:before {
    content: "\ed2a";
    }
        .fi-rr-rotate-square:before {
    content: "\ed2b";
    }
        .fi-rr-roulette:before {
    content: "\ed2c";
    }
        .fi-rr-route:before {
    content: "\ed2d";
    }
        .fi-rr-route-highway:before {
    content: "\ed2e";
    }
        .fi-rr-route-interstate:before {
    content: "\ed2f";
    }
        .fi-rr-router:before {
    content: "\ed30";
    }
        .fi-rr-router-wifi:before {
    content: "\ed31";
    }
        .fi-rr-router-wifi-alt:before {
    content: "\ed32";
    }
        .fi-rr-rss:before {
    content: "\ed33";
    }
        .fi-rr-rss-alt:before {
    content: "\ed34";
    }
        .fi-rr-ruble-sign:before {
    content: "\ed35";
    }
        .fi-rr-rugby:before {
    content: "\ed36";
    }
        .fi-rr-ruler-combined:before {
    content: "\ed38";
    }
        .fi-rr-ruler-horizontal:before {
    content: "\ed39";
    }
        .fi-rr-ruler-triangle:before {
    content: "\ed3a";
    }
        .fi-rr-ruler-vertical:before {
    content: "\ed3b";
    }
        .fi-rr-rules:before {
    content: "\ed3c";
    }
        .fi-rr-rules-alt:before {
    content: "\ed3d";
    }
        .fi-rr-running:before {
    content: "\ed3e";
    }
        .fi-rr-running-track:before {
    content: "\ed3f";
    }
        .fi-rr-rupee-sign:before {
    content: "\ed40";
    }
        .fi-rr-rupiah-sign:before {
    content: "\ed41";
    }
        .fi-rr-russian:before {
    content: "\ed42";
    }
        .fi-rr-rv:before {
    content: "\ed43";
    }
        .fi-rr-s:before {
    content: "\ed44";
    }
        .fi-rr-sack:before {
    content: "\ed45";
    }
        .fi-rr-sack-dollar:before {
    content: "\ed46";
    }
        .fi-rr-sad:before {
    content: "\ed47";
    }
        .fi-rr-sad-cry:before {
    content: "\ed48";
    }
        .fi-rr-sad-tear:before {
    content: "\ed49";
    }
        .fi-rr-safe-box:before {
    content: "\ed4a";
    }
        .fi-rr-sailboat:before {
    content: "\ed4b";
    }
        .fi-rr-salad:before {
    content: "\ed4c";
    }
        .fi-rr-salary-alt:before {
    content: "\ed4e";
    }
        .fi-rr-salt-pepper:before {
    content: "\ed4f";
    }
        .fi-rr-salt-shaker:before {
    content: "\ed50";
    }
        .fi-rr-sandwich:before {
    content: "\ed52";
    }
        .fi-rr-sandwich-alt:before {
    content: "\ed53";
    }
        .fi-rr-satellite:before {
    content: "\ed56";
    }
        .fi-rr-satellite-dish:before {
    content: "\ed57";
    }
        .fi-rr-satisfaction-bar:before {
    content: "\ed58";
    }
        .fi-rr-saturday:before {
    content: "\ed59";
    }
        .fi-rr-sauce:before {
    content: "\ed5a";
    }
        .fi-rr-sausage:before {
    content: "\ed5b";
    }
        .fi-rr-sax-hot:before {
    content: "\ed5c";
    }
        .fi-rr-saxophone:before {
    content: "\ed5d";
    }
        .fi-rr-scale:before {
    content: "\ed5e";
    }
        .fi-rr-scale-comparison:before {
    content: "\ed5f";
    }
        .fi-rr-scale-comparison-alt:before {
    content: "\ed60";
    }
        .fi-rr-scalpel:before {
    content: "\ed61";
    }
        .fi-rr-scalpel-path:before {
    content: "\ed62";
    }
        .fi-rr-scanner-gun:before {
    content: "\ed63";
    }
        .fi-rr-scanner-image:before {
    content: "\ed64";
    }
        .fi-rr-scanner-keyboard:before {
    content: "\ed65";
    }
        .fi-rr-scanner-touchscreen:before {
    content: "\ed66";
    }
        .fi-rr-scarecrow:before {
    content: "\ed67";
    }
        .fi-rr-scarf:before {
    content: "\ed68";
    }
        .fi-rr-school:before {
    content: "\ed69";
    }
        .fi-rr-school-bus:before {
    content: "\ed6a";
    }
        .fi-rr-school-lock:before {
    content: "\ed6b";
    }
        .fi-rr-scissors:before {
    content: "\ed6c";
    }
        .fi-rr-scooter:before {
    content: "\ed6d";
    }
        .fi-rr-screen:before {
    content: "\ed6e";
    }
        .fi-rr-screen-share:before {
    content: "\ed6f";
    }
        .fi-rr-screencast:before {
    content: "\ed71";
    }
        .fi-rr-screw:before {
    content: "\ed72";
    }
        .fi-rr-screw-alt:before {
    content: "\ed73";
    }
        .fi-rr-screwdriver:before {
    content: "\ed74";
    }
        .fi-rr-scribble:before {
    content: "\ed75";
    }
        .fi-rr-script:before {
    content: "\ed76";
    }
        .fi-rr-scroll:before {
    content: "\ed77";
    }
        .fi-rr-scroll-document-story:before {
    content: "\ed78";
    }
        .fi-rr-scroll-old:before {
    content: "\ed79";
    }
        .fi-rr-scroll-torah:before {
    content: "\ed7a";
    }
        .fi-rr-scrubber:before {
    content: "\ed7b";
    }
        .fi-rr-sculpture:before {
    content: "\ed7c";
    }
        .fi-rr-scythe:before {
    content: "\ed7d";
    }
        .fi-rr-sd-card:before {
    content: "\ed7e";
    }
        .fi-rr-sd-cards:before {
    content: "\ed7f";
    }
        .fi-rr-seal:before {
    content: "\ed80";
    }
        .fi-rr-seal-exclamation:before {
    content: "\ed81";
    }
        .fi-rr-seal-question:before {
    content: "\ed82";
    }
        .fi-rr-search:before {
    content: "\ed83";
    }
        .fi-rr-search-alt:before {
    content: "\ed84";
    }
        .fi-rr-search-dollar:before {
    content: "\ed85";
    }
        .fi-rr-search-heart:before {
    content: "\ed86";
    }
        .fi-rr-search-location:before {
    content: "\ed87";
    }
        .fi-rr-seat-airline:before {
    content: "\ed88";
    }
        .fi-rr-seatbelt-safety-driver:before {
    content: "\ed89";
    }
        .fi-rr-second:before {
    content: "\ed8a";
    }
        .fi-rr-second-award:before {
    content: "\ed8b";
    }
        .fi-rr-second-laurel:before {
    content: "\ed8c";
    }
        .fi-rr-second-medal:before {
    content: "\ed8d";
    }
        .fi-rr-security:before {
    content: "\ed8f";
    }
        .fi-rr-seedling:before {
    content: "\ed90";
    }
        .fi-rr-selection:before {
    content: "\ed92";
    }
        .fi-rr-sell:before {
    content: "\ed93";
    }
        .fi-rr-seller:before {
    content: "\ed94";
    }
        .fi-rr-seller-store:before {
    content: "\ed95";
    }
        .fi-rr-selling:before {
    content: "\ed97";
    }
        .fi-rr-send-back:before {
    content: "\ed99";
    }
        .fi-rr-send-backward:before {
    content: "\ed9a";
    }
        .fi-rr-send-money:before {
    content: "\ed9b";
    }
        .fi-rr-send-money-smartphone:before {
    content: "\ed9c";
    }
        .fi-rr-sensor:before {
    content: "\ed9d";
    }
        .fi-rr-sensor-alert:before {
    content: "\ed9e";
    }
        .fi-rr-sensor-fire:before {
    content: "\ed9f";
    }
        .fi-rr-sensor-on:before {
    content: "\eda0";
    }
        .fi-rr-sensor-smoke:before {
    content: "\eda1";
    }
        .fi-rr-server-key:before {
    content: "\eda2";
    }
        .fi-rr-settings:before {
    content: "\eda3";
    }
        .fi-rr-settings-sliders:before {
    content: "\eda4";
    }
        .fi-rr-sewing-machine:before {
    content: "\eda5";
    }
        .fi-rr-sewing-machine-alt:before {
    content: "\eda6";
    }
        .fi-rr-share:before {
    content: "\eda7";
    }
        .fi-rr-share-alt-square:before {
    content: "\eda8";
    }
        .fi-rr-share-square:before {
    content: "\eda9";
    }
        .fi-rr-sheep:before {
    content: "\edaa";
    }
        .fi-rr-shekel-sign:before {
    content: "\edab";
    }
        .fi-rr-shelves:before {
    content: "\edac";
    }
        .fi-rr-shelves-empty:before {
    content: "\edad";
    }
        .fi-rr-shield:before {
    content: "\edae";
    }
        .fi-rr-shield-alt:before {
    content: "\edaf";
    }
        .fi-rr-shield-cat:before {
    content: "\edb0";
    }
        .fi-rr-shield-check:before {
    content: "\edb1";
    }
        .fi-rr-shield-cross:before {
    content: "\edb2";
    }
        .fi-rr-shield-divided-four:before {
    content: "\edb3";
    }
        .fi-rr-shield-dog:before {
    content: "\edb4";
    }
        .fi-rr-shield-exclamation:before {
    content: "\edb5";
    }
        .fi-rr-shield-interrogation:before {
    content: "\edb6";
    }
        .fi-rr-shield-keyhole:before {
    content: "\edb7";
    }
        .fi-rr-shield-minus:before {
    content: "\edb8";
    }
        .fi-rr-shield-plus:before {
    content: "\edb9";
    }
        .fi-rr-shield-security-risk:before {
    content: "\edbb";
    }
        .fi-rr-shield-slash:before {
    content: "\edbc";
    }
        .fi-rr-shield-trust:before {
    content: "\edbd";
    }
        .fi-rr-shield-virus:before {
    content: "\edbe";
    }
        .fi-rr-shield-xmark:before {
    content: "\edbf";
    }
        .fi-rr-ship:before {
    content: "\edc0";
    }
        .fi-rr-ship-side:before {
    content: "\edc1";
    }
        .fi-rr-shipping-fast:before {
    content: "\edc2";
    }
        .fi-rr-shipping-timed:before {
    content: "\edc3";
    }
        .fi-rr-shirt:before {
    content: "\edc4";
    }
        .fi-rr-shirt-long-sleeve:before {
    content: "\edc5";
    }
        .fi-rr-shirt-running:before {
    content: "\edc6";
    }
        .fi-rr-shirt-tank-top:before {
    content: "\edc7";
    }
        .fi-rr-shish-kebab:before {
    content: "\edc8";
    }
        .fi-rr-shoe-prints:before {
    content: "\edc9";
    }
        .fi-rr-shop:before {
    content: "\edca";
    }
        .fi-rr-shop-lock:before {
    content: "\edcb";
    }
        .fi-rr-shop-slash:before {
    content: "\edcc";
    }
        .fi-rr-shopping-bag:before {
    content: "\edce";
    }
        .fi-rr-shopping-bag-add:before {
    content: "\edcf";
    }
        .fi-rr-shopping-basket:before {
    content: "\edd0";
    }
        .fi-rr-shopping-cart:before {
    content: "\edd1";
    }
        .fi-rr-shopping-cart-add:before {
    content: "\edd2";
    }
        .fi-rr-shopping-cart-buyer:before {
    content: "\edd3";
    }
        .fi-rr-shopping-cart-check:before {
    content: "\edd4";
    }
        .fi-rr-shopping-cart-nft:before {
    content: "\edd8";
    }
        .fi-rr-shovel:before {
    content: "\edd9";
    }
        .fi-rr-shovel-snow:before {
    content: "\edda";
    }
        .fi-rr-shower:before {
    content: "\eddb";
    }
        .fi-rr-shower-down:before {
    content: "\eddc";
    }
        .fi-rr-shredder:before {
    content: "\eddd";
    }
        .fi-rr-shrimp:before {
    content: "\edde";
    }
        .fi-rr-shuffle:before {
    content: "\eddf";
    }
        .fi-rr-shuttle-van:before {
    content: "\ede0";
    }
        .fi-rr-shuttlecock:before {
    content: "\ede1";
    }
        .fi-rr-Sickle:before {
    content: "\ede2";
    }
        .fi-rr-sidebar:before {
    content: "\ede3";
    }
        .fi-rr-sidebar-flip:before {
    content: "\ede4";
    }
        .fi-rr-sigma:before {
    content: "\ede6";
    }
        .fi-rr-sign-hanging:before {
    content: "\ede7";
    }
        .fi-rr-sign-in-alt:before {
    content: "\ede8";
    }
        .fi-rr-sign-out-alt:before {
    content: "\ede9";
    }
        .fi-rr-sign-posts:before {
    content: "\edea";
    }
        .fi-rr-sign-posts-wrench:before {
    content: "\edeb";
    }
        .fi-rr-sign-up:before {
    content: "\edec";
    }
        .fi-rr-signal-alt:before {
    content: "\eded";
    }
        .fi-rr-signal-alt-1:before {
    content: "\edee";
    }
        .fi-rr-signal-alt-2:before {
    content: "\edef";
    }
        .fi-rr-signal-alt-slash:before {
    content: "\edf0";
    }
        .fi-rr-signal-bars-fair:before {
    content: "\edf1";
    }
        .fi-rr-signal-bars-good:before {
    content: "\edf2";
    }
        .fi-rr-signal-bars-weak:before {
    content: "\edf4";
    }
        .fi-rr-signal-stream:before {
    content: "\edf7";
    }
        .fi-rr-signal-stream-slash:before {
    content: "\edf8";
    }
        .fi-rr-signature:before {
    content: "\edfb";
    }
        .fi-rr-signature-lock:before {
    content: "\edfc";
    }
        .fi-rr-signature-slash:before {
    content: "\edfe";
    }
        .fi-rr-sim-card:before {
    content: "\edff";
    }
        .fi-rr-sim-cards:before {
    content: "\ee00";
    }
        .fi-rr-sink:before {
    content: "\ee01";
    }
        .fi-rr-Siren:before {
    content: "\ee02";
    }
        .fi-rr-siren-on:before {
    content: "\ee03";
    }
        .fi-rr-site:before {
    content: "\ee04";
    }
        .fi-rr-site-alt:before {
    content: "\ee05";
    }
        .fi-rr-site-browser:before {
    content: "\ee07";
    }
        .fi-rr-sitemap:before {
    content: "\ee08";
    }
        .fi-rr-skateboard:before {
    content: "\ee09";
    }
        .fi-rr-skating:before {
    content: "\ee0a";
    }
        .fi-rr-skeleton:before {
    content: "\ee0b";
    }
        .fi-rr-skeleton-ribs:before {
    content: "\ee0c";
    }
        .fi-rr-skewer:before {
    content: "\ee0e";
    }
        .fi-rr-ski-boot-ski:before {
    content: "\ee0f";
    }
        .fi-rr-ski-jump:before {
    content: "\ee10";
    }
        .fi-rr-ski-lift:before {
    content: "\ee11";
    }
        .fi-rr-skiing:before {
    content: "\ee12";
    }
        .fi-rr-skiing-nordic:before {
    content: "\ee13";
    }
        .fi-rr-skill:before {
    content: "\ee14";
    }
        .fi-rr-skill-alt:before {
    content: "\ee15";
    }
        .fi-rr-skill-user:before {
    content: "\ee17";
    }
        .fi-rr-skin:before {
    content: "\ee18";
    }
        .fi-rr-skin-acne:before {
    content: "\ee19";
    }
        .fi-rr-skin-arrow:before {
    content: "\ee1a";
    }
        .fi-rr-skin-drop:before {
    content: "\ee1b";
    }
        .fi-rr-skin-hair:before {
    content: "\ee1c";
    }
        .fi-rr-skin-laser:before {
    content: "\ee1d";
    }
        .fi-rr-skin-uv:before {
    content: "\ee1e";
    }
        .fi-rr-skip-15-seconds:before {
    content: "\ee1f";
    }
        .fi-rr-skull:before {
    content: "\ee20";
    }
        .fi-rr-skull-cow:before {
    content: "\ee21";
    }
        .fi-rr-skull-crossbones:before {
    content: "\ee22";
    }
        .fi-rr-skull-heart:before {
    content: "\ee23";
    }
        .fi-rr-slash:before {
    content: "\ee26";
    }
        .fi-rr-sledding:before {
    content: "\ee28";
    }
        .fi-rr-sleeping-bag:before {
    content: "\ee29";
    }
        .fi-rr-sleeping-cat:before {
    content: "\ee2a";
    }
        .fi-rr-sleigh:before {
    content: "\ee2b";
    }
        .fi-rr-sliders-h-square:before {
    content: "\ee2c";
    }
        .fi-rr-sliders-v:before {
    content: "\ee2d";
    }
        .fi-rr-sliders-v-square:before {
    content: "\ee2e";
    }
        .fi-rr-slot-machine:before {
    content: "\ee30";
    }
        .fi-rr-smart-home:before {
    content: "\ee31";
    }
        .fi-rr-smart-home-alt:before {
    content: "\ee32";
    }
        .fi-rr-smartphone:before {
    content: "\ee33";
    }
        .fi-rr-smile:before {
    content: "\ee34";
    }
        .fi-rr-smile-beam:before {
    content: "\ee35";
    }
        .fi-rr-smile-plus:before {
    content: "\ee36";
    }
        .fi-rr-smile-wink:before {
    content: "\ee37";
    }
        .fi-rr-smiley-comment-alt:before {
    content: "\ee38";
    }
        .fi-rr-smog:before {
    content: "\ee39";
    }
        .fi-rr-smoke:before {
    content: "\ee3a";
    }
        .fi-rr-smoking:before {
    content: "\ee3b";
    }
        .fi-rr-smoking-ban:before {
    content: "\ee3c";
    }
        .fi-rr-snake:before {
    content: "\ee3d";
    }
        .fi-rr-snap:before {
    content: "\ee3e";
    }
        .fi-rr-snooze:before {
    content: "\ee40";
    }
        .fi-rr-snow-blowing:before {
    content: "\ee41";
    }
        .fi-rr-snowboarding:before {
    content: "\ee42";
    }
        .fi-rr-snowflake:before {
    content: "\ee43";
    }
        .fi-rr-snowflake-droplets:before {
    content: "\ee44";
    }
        .fi-rr-snowflakes:before {
    content: "\ee45";
    }
        .fi-rr-snowman-alt:before {
    content: "\ee47";
    }
        .fi-rr-snowman-head:before {
    content: "\ee48";
    }
        .fi-rr-snowmobile:before {
    content: "\ee49";
    }
        .fi-rr-snowplow:before {
    content: "\ee4a";
    }
        .fi-rr-soap:before {
    content: "\ee4b";
    }
        .fi-rr-soap-alt:before {
    content: "\ee4c";
    }
        .fi-rr-social-network:before {
    content: "\ee4d";
    }
        .fi-rr-socks:before {
    content: "\ee4e";
    }
        .fi-rr-sofa:before {
    content: "\ee4f";
    }
        .fi-rr-sofa-size:before {
    content: "\ee50";
    }
        .fi-rr-solar-panel:before {
    content: "\ee51";
    }
        .fi-rr-solar-panel-sun:before {
    content: "\ee52";
    }
        .fi-rr-solar-system:before {
    content: "\ee53";
    }
        .fi-rr-sold-house:before {
    content: "\ee54";
    }
        .fi-rr-sold-signal:before {
    content: "\ee55";
    }
        .fi-rr-sort:before {
    content: "\ee57";
    }
        .fi-rr-sort-alpha-down:before {
    content: "\ee58";
    }
        .fi-rr-sort-alpha-down-alt:before {
    content: "\ee59";
    }
        .fi-rr-sort-alpha-up:before {
    content: "\ee5a";
    }
        .fi-rr-sort-alpha-up-alt:before {
    content: "\ee5b";
    }
        .fi-rr-sort-alt:before {
    content: "\ee5c";
    }
        .fi-rr-sort-amount-down:before {
    content: "\ee5d";
    }
        .fi-rr-sort-amount-down-alt:before {
    content: "\ee5e";
    }
        .fi-rr-sort-amount-up:before {
    content: "\ee5f";
    }
        .fi-rr-sort-amount-up-alt:before {
    content: "\ee60";
    }
        .fi-rr-sort-circle:before {
    content: "\ee61";
    }
        .fi-rr-sort-circle-down:before {
    content: "\ee62";
    }
        .fi-rr-sort-circle-up:before {
    content: "\ee63";
    }
        .fi-rr-sort-down:before {
    content: "\ee64";
    }
        .fi-rr-sort-numeric-down:before {
    content: "\ee65";
    }
        .fi-rr-sort-numeric-down-alt:before {
    content: "\ee66";
    }
        .fi-rr-sort-shapes-down:before {
    content: "\ee67";
    }
        .fi-rr-sort-shapes-up:before {
    content: "\ee68";
    }
        .fi-rr-sort-size-down:before {
    content: "\ee69";
    }
        .fi-rr-sort-size-up:before {
    content: "\ee6a";
    }
        .fi-rr-soup:before {
    content: "\ee6c";
    }
        .fi-rr-source-data:before {
    content: "\ee6d";
    }
        .fi-rr-source-document:before {
    content: "\ee6e";
    }
        .fi-rr-source-document-alt:before {
    content: "\ee6f";
    }
        .fi-rr-spa:before {
    content: "\ee70";
    }
        .fi-rr-space-shuttle:before {
    content: "\ee71";
    }
        .fi-rr-space-station-moon:before {
    content: "\ee72";
    }
        .fi-rr-space-station-moon-alt:before {
    content: "\ee73";
    }
        .fi-rr-spade:before {
    content: "\ee74";
    }
        .fi-rr-spaghetti-monster-flying:before {
    content: "\ee75";
    }
        .fi-rr-spain-map:before {
    content: "\ee76";
    }
        .fi-rr-spanish:before {
    content: "\ee77";
    }
        .fi-rr-sparkles:before {
    content: "\ee79";
    }
        .fi-rr-spartan-helmet:before {
    content: "\ee7a";
    }
        .fi-rr-speaker:before {
    content: "\ee7b";
    }
        .fi-rr-speakers:before {
    content: "\ee7c";
    }
        .fi-rr-speech-bubble-story:before {
    content: "\ee7d";
    }
        .fi-rr-speedometer-arrow:before {
    content: "\ee7e";
    }
        .fi-rr-speedometer-kpi:before {
    content: "\ee7f";
    }
        .fi-rr-sphere:before {
    content: "\ee80";
    }
        .fi-rr-spider:before {
    content: "\ee81";
    }
        .fi-rr-spider-black-widow:before {
    content: "\ee82";
    }
        .fi-rr-spider-web:before {
    content: "\ee83";
    }
        .fi-rr-spinner:before {
    content: "\ee84";
    }
        .fi-rr-split:before {
    content: "\ee85";
    }
        .fi-rr-split-up-relation:before {
    content: "\ee86";
    }
        .fi-rr-splotch:before {
    content: "\ee87";
    }
        .fi-rr-spoon:before {
    content: "\ee88";
    }
        .fi-rr-sport:before {
    content: "\ee89";
    }
        .fi-rr-spray-can:before {
    content: "\ee8b";
    }
        .fi-rr-spray-can-sparkles:before {
    content: "\ee8c";
    }
        .fi-rr-spring-calendar:before {
    content: "\ee8d";
    }
        .fi-rr-sprinkler:before {
    content: "\ee8e";
    }
        .fi-rr-spy:before {
    content: "\ee8f";
    }
        .fi-rr-sql-file:before {
    content: "\ee90";
    }
        .fi-rr-sql-server:before {
    content: "\ee91";
    }
        .fi-rr-square:before {
    content: "\ee92";
    }
        .fi-rr-square-0:before {
    content: "\ee93";
    }
        .fi-rr-square-1:before {
    content: "\ee94";
    }
        .fi-rr-square-2:before {
    content: "\ee95";
    }
        .fi-rr-square-3:before {
    content: "\ee96";
    }
        .fi-rr-square-4:before {
    content: "\ee97";
    }
        .fi-rr-square-5:before {
    content: "\ee98";
    }
        .fi-rr-square-6:before {
    content: "\ee99";
    }
        .fi-rr-square-7:before {
    content: "\ee9a";
    }
        .fi-rr-square-8:before {
    content: "\ee9b";
    }
        .fi-rr-square-9:before {
    content: "\ee9c";
    }
        .fi-rr-square-a:before {
    content: "\ee9d";
    }
        .fi-rr-square-b:before {
    content: "\ee9f";
    }
        .fi-rr-square-bolt:before {
    content: "\eea0";
    }
        .fi-rr-square-c:before {
    content: "\eea1";
    }
        .fi-rr-square-code:before {
    content: "\eea2";
    }
        .fi-rr-square-d:before {
    content: "\eea3";
    }
        .fi-rr-square-dashed:before {
    content: "\eea4";
    }
        .fi-rr-square-dashed-circle-plus:before {
    content: "\eea5";
    }
        .fi-rr-square-divide:before {
    content: "\eea6";
    }
        .fi-rr-square-e:before {
    content: "\eea7";
    }
        .fi-rr-square-ellipsis:before {
    content: "\eea8";
    }
        .fi-rr-square-ellipsis-vertical:before {
    content: "\eea9";
    }
        .fi-rr-square-exclamation:before {
    content: "\eeaa";
    }
        .fi-rr-square-f:before {
    content: "\eeab";
    }
        .fi-rr-square-g:before {
    content: "\eeac";
    }
        .fi-rr-square-h:before {
    content: "\eead";
    }
        .fi-rr-square-heart:before {
    content: "\eeae";
    }
        .fi-rr-square-i:before {
    content: "\eeaf";
    }
        .fi-rr-square-info:before {
    content: "\eeb0";
    }
        .fi-rr-square-j:before {
    content: "\eeb1";
    }
        .fi-rr-square-k:before {
    content: "\eeb2";
    }
        .fi-rr-square-kanban:before {
    content: "\eeb3";
    }
        .fi-rr-square-l:before {
    content: "\eeb4";
    }
        .fi-rr-square-m:before {
    content: "\eeb5";
    }
        .fi-rr-square-minus:before {
    content: "\eeb6";
    }
        .fi-rr-square-n:before {
    content: "\eeb7";
    }
        .fi-rr-square-o:before {
    content: "\eeb8";
    }
        .fi-rr-square-p:before {
    content: "\eeb9";
    }
        .fi-rr-square-phone-hangup:before {
    content: "\eebb";
    }
        .fi-rr-square-plus:before {
    content: "\eebc";
    }
        .fi-rr-square-poll-horizontal:before {
    content: "\eebd";
    }
        .fi-rr-square-poll-vertical:before {
    content: "\eebe";
    }
        .fi-rr-square-q:before {
    content: "\eebf";
    }
        .fi-rr-square-quote:before {
    content: "\eec0";
    }
        .fi-rr-square-r:before {
    content: "\eec1";
    }
        .fi-rr-square-root:before {
    content: "\eec2";
    }
        .fi-rr-square-s:before {
    content: "\eec3";
    }
        .fi-rr-square-small:before {
    content: "\eec4";
    }
        .fi-rr-square-star:before {
    content: "\eec5";
    }
        .fi-rr-square-t:before {
    content: "\eec6";
    }
        .fi-rr-square-terminal:before {
    content: "\eec7";
    }
        .fi-rr-square-u:before {
    content: "\eec8";
    }
        .fi-rr-square-up-right:before {
    content: "\eec9";
    }
        .fi-rr-square-v:before {
    content: "\eeca";
    }
        .fi-rr-square-w:before {
    content: "\eecb";
    }
        .fi-rr-square-x:before {
    content: "\eecc";
    }
        .fi-rr-square-y:before {
    content: "\eecd";
    }
        .fi-rr-square-z:before {
    content: "\eece";
    }
        .fi-rr-squid:before {
    content: "\eecf";
    }
        .fi-rr-squircle:before {
    content: "\eed0";
    }
        .fi-rr-squirrel:before {
    content: "\eed1";
    }
        .fi-rr-staff:before {
    content: "\eed2";
    }
        .fi-rr-stage:before {
    content: "\eed3";
    }
        .fi-rr-stage-concert:before {
    content: "\eed4";
    }
        .fi-rr-stage-theatre:before {
    content: "\eed5";
    }
        .fi-rr-stairs:before {
    content: "\eed6";
    }
        .fi-rr-stamp:before {
    content: "\eed7";
    }
        .fi-rr-standard-definition:before {
    content: "\eed8";
    }
        .fi-rr-star:before {
    content: "\eed9";
    }
        .fi-rr-star-and-crescent:before {
    content: "\eeda";
    }
        .fi-rr-star-christmas:before {
    content: "\eedb";
    }
        .fi-rr-star-comment-alt:before {
    content: "\eedc";
    }
        .fi-rr-star-exclamation:before {
    content: "\eedd";
    }
        .fi-rr-star-octogram:before {
    content: "\eede";
    }
        .fi-rr-star-of-david:before {
    content: "\eedf";
    }
        .fi-rr-star-rating-call:before {
    content: "\eee0";
    }
        .fi-rr-star-sharp-half:before {
    content: "\eee1";
    }
        .fi-rr-star-sharp-half-stroke:before {
    content: "\eee2";
    }
        .fi-rr-star-shooting:before {
    content: "\eee3";
    }
        .fi-rr-starfighter:before {
    content: "\eee5";
    }
        .fi-rr-stars:before {
    content: "\eee6";
    }
        .fi-rr-state-country:before {
    content: "\eee7";
    }
        .fi-rr-stationary-bike:before {
    content: "\eee8";
    }
        .fi-rr-stats:before {
    content: "\eee9";
    }
        .fi-rr-steak:before {
    content: "\eeea";
    }
        .fi-rr-steam-iron:before {
    content: "\eeeb";
    }
        .fi-rr-steering-wheel:before {
    content: "\eeec";
    }
        .fi-rr-step-backward:before {
    content: "\eeed";
    }
        .fi-rr-step-forward:before {
    content: "\eeee";
    }
        .fi-rr-steps-carreer:before {
    content: "\eeef";
    }
        .fi-rr-sterling-sign:before {
    content: "\eef0";
    }
        .fi-rr-stethoscope:before {
    content: "\eef1";
    }
        .fi-rr-sticker:before {
    content: "\eef2";
    }
        .fi-rr-stocking:before {
    content: "\eef4";
    }
        .fi-rr-stomach:before {
    content: "\eef5";
    }
        .fi-rr-stop:before {
    content: "\eef6";
    }
        .fi-rr-stop-circle:before {
    content: "\eef7";
    }
        .fi-rr-stop-square:before {
    content: "\eef8";
    }
        .fi-rr-stopwatch:before {
    content: "\eef9";
    }
        .fi-rr-store-alt:before {
    content: "\eefb";
    }
        .fi-rr-store-buyer:before {
    content: "\eefc";
    }
        .fi-rr-store-lock:before {
    content: "\eefd";
    }
        .fi-rr-store-slash:before {
    content: "\eefe";
    }
        .fi-rr-story-book:before {
    content: "\eeff";
    }
        .fi-rr-story-fairy-tale:before {
    content: "\ef00";
    }
        .fi-rr-story-fantasy:before {
    content: "\ef01";
    }
        .fi-rr-strategy-chess-risk:before {
    content: "\ef03";
    }
        .fi-rr-strawberry:before {
    content: "\ef04";
    }
        .fi-rr-street-view:before {
    content: "\ef05";
    }
        .fi-rr-stretcher:before {
    content: "\ef06";
    }
        .fi-rr-strikethrough:before {
    content: "\ef07";
    }
        .fi-rr-stroopwafel:before {
    content: "\ef09";
    }
        .fi-rr-student:before {
    content: "\ef0a";
    }
        .fi-rr-student-alt:before {
    content: "\ef0b";
    }
        .fi-rr-subfolder:before {
    content: "\ef0c";
    }
        .fi-rr-subscript:before {
    content: "\ef0f";
    }
        .fi-rr-subscription:before {
    content: "\ef10";
    }
        .fi-rr-subscription-alt:before {
    content: "\ef11";
    }
        .fi-rr-subscription-model:before {
    content: "\ef12";
    }
        .fi-rr-subscription-user:before {
    content: "\ef13";
    }
        .fi-rr-subtitles:before {
    content: "\ef18";
    }
        .fi-rr-subtitles-slash:before {
    content: "\ef19";
    }
        .fi-rr-subway:before {
    content: "\ef1a";
    }
        .fi-rr-suitcase-alt:before {
    content: "\ef1b";
    }
        .fi-rr-summary-check:before {
    content: "\ef1c";
    }
        .fi-rr-summer:before {
    content: "\ef1d";
    }
        .fi-rr-sun:before {
    content: "\ef1e";
    }
        .fi-rr-sun-dust:before {
    content: "\ef1f";
    }
        .fi-rr-sun-plant-wilt:before {
    content: "\ef20";
    }
        .fi-rr-sun-salutation-yoga:before {
    content: "\ef21";
    }
        .fi-rr-sunday:before {
    content: "\ef22";
    }
        .fi-rr-sunglasses:before {
    content: "\ef23";
    }
        .fi-rr-sunglasses-alt:before {
    content: "\ef24";
    }
        .fi-rr-sunrise:before {
    content: "\ef25";
    }
        .fi-rr-sunrise-alt:before {
    content: "\ef26";
    }
        .fi-rr-sunscreen:before {
    content: "\ef27";
    }
        .fi-rr-sunset:before {
    content: "\ef28";
    }
        .fi-rr-superscript:before {
    content: "\ef29";
    }
        .fi-rr-supplier:before {
    content: "\ef2a";
    }
        .fi-rr-supplier-alt:before {
    content: "\ef2b";
    }
        .fi-rr-surfing:before {
    content: "\ef2c";
    }
        .fi-rr-surprise:before {
    content: "\ef2d";
    }
        .fi-rr-surveillance-camera:before {
    content: "\ef2e";
    }
        .fi-rr-survey-xmark:before {
    content: "\ef2f";
    }
        .fi-rr-sushi:before {
    content: "\ef30";
    }
        .fi-rr-sushi-alt:before {
    content: "\ef31";
    }
        .fi-rr-sushi-roll:before {
    content: "\ef32";
    }
        .fi-rr-svg:before {
    content: "\ef33";
    }
        .fi-rr-swap:before {
    content: "\ef34";
    }
        .fi-rr-swatchbook:before {
    content: "\ef36";
    }
        .fi-rr-swimmer:before {
    content: "\ef38";
    }
        .fi-rr-swimming-pool:before {
    content: "\ef39";
    }
        .fi-rr-swing:before {
    content: "\ef3a";
    }
        .fi-rr-swipe-down:before {
    content: "\ef3b";
    }
        .fi-rr-swipe-left:before {
    content: "\ef3c";
    }
        .fi-rr-swipe-right:before {
    content: "\ef3d";
    }
        .fi-rr-swipe-up:before {
    content: "\ef3e";
    }
        .fi-rr-sword:before {
    content: "\ef3f";
    }
        .fi-rr-sword-alt:before {
    content: "\ef40";
    }
        .fi-rr-symbol:before {
    content: "\ef41";
    }
        .fi-rr-symbols:before {
    content: "\ef42";
    }
        .fi-rr-synagogue:before {
    content: "\ef43";
    }
        .fi-rr-syringe:before {
    content: "\ef44";
    }
        .fi-rr-syringe-injection-blood:before {
    content: "\ef45";
    }
        .fi-rr-system-cloud:before {
    content: "\ef46";
    }
        .fi-rr-t:before {
    content: "\ef47";
    }
        .fi-rr-t-rex:before {
    content: "\ef49";
    }
        .fi-rr-tab-folder:before {
    content: "\ef4a";
    }
        .fi-rr-table:before {
    content: "\ef4b";
    }
        .fi-rr-table-columns:before {
    content: "\ef4c";
    }
        .fi-rr-table-layout:before {
    content: "\ef4d";
    }
        .fi-rr-table-list:before {
    content: "\ef4e";
    }
        .fi-rr-table-picnic:before {
    content: "\ef4f";
    }
        .fi-rr-table-pivot:before {
    content: "\ef50";
    }
        .fi-rr-table-rows:before {
    content: "\ef51";
    }
        .fi-rr-table-tree:before {
    content: "\ef52";
    }
        .fi-rr-tablet:before {
    content: "\ef53";
    }
        .fi-rr-tablet-android:before {
    content: "\ef54";
    }
        .fi-rr-tablet-android-alt:before {
    content: "\ef55";
    }
        .fi-rr-tablet-rugged:before {
    content: "\ef56";
    }
        .fi-rr-tachometer:before {
    content: "\ef57";
    }
        .fi-rr-tachometer-alt-average:before {
    content: "\ef58";
    }
        .fi-rr-tachometer-alt-fastest:before {
    content: "\ef59";
    }
        .fi-rr-tachometer-alt-slow:before {
    content: "\ef5a";
    }
        .fi-rr-tachometer-alt-slowest:before {
    content: "\ef5b";
    }
        .fi-rr-tachometer-average:before {
    content: "\ef5c";
    }
        .fi-rr-tachometer-fast:before {
    content: "\ef5d";
    }
        .fi-rr-tachometer-fastest:before {
    content: "\ef5e";
    }
        .fi-rr-tachometer-slow:before {
    content: "\ef5f";
    }
        .fi-rr-tachometer-slowest:before {
    content: "\ef60";
    }
        .fi-rr-taco:before {
    content: "\ef61";
    }
        .fi-rr-tags:before {
    content: "\ef62";
    }
        .fi-rr-talent:before {
    content: "\ef63";
    }
        .fi-rr-talent-alt:before {
    content: "\ef64";
    }
        .fi-rr-talent-hand:before {
    content: "\ef65";
    }
        .fi-rr-tally:before {
    content: "\ef66";
    }
        .fi-rr-tally-1:before {
    content: "\ef67";
    }
        .fi-rr-tally-2:before {
    content: "\ef68";
    }
        .fi-rr-tally-3:before {
    content: "\ef69";
    }
        .fi-rr-tally-4:before {
    content: "\ef6a";
    }
        .fi-rr-tamale:before {
    content: "\ef6b";
    }
        .fi-rr-tank-water:before {
    content: "\ef6d";
    }
        .fi-rr-tap:before {
    content: "\ef6e";
    }
        .fi-rr-tape:before {
    content: "\ef6f";
    }
        .fi-rr-target:before {
    content: "\ef70";
    }
        .fi-rr-target-audience:before {
    content: "\ef71";
    }
        .fi-rr-tattoo-machine:before {
    content: "\ef72";
    }
        .fi-rr-tax:before {
    content: "\ef73";
    }
        .fi-rr-tax-alt:before {
    content: "\ef74";
    }
        .fi-rr-taxi:before {
    content: "\ef75";
    }
        .fi-rr-taxi-bus:before {
    content: "\ef76";
    }
        .fi-rr-team-check:before {
    content: "\ef77";
    }
        .fi-rr-team-check-alt:before {
    content: "\ef78";
    }
        .fi-rr-teddy-bear:before {
    content: "\ef79";
    }
        .fi-rr-teeth-open:before {
    content: "\ef7a";
    }
        .fi-rr-telescope:before {
    content: "\ef7c";
    }
        .fi-rr-temperature-down:before {
    content: "\ef7d";
    }
        .fi-rr-temperature-frigid:before {
    content: "\ef7e";
    }
        .fi-rr-temperature-high:before {
    content: "\ef7f";
    }
        .fi-rr-temperature-list:before {
    content: "\ef80";
    }
        .fi-rr-temperature-low:before {
    content: "\ef81";
    }
        .fi-rr-temperature-up:before {
    content: "\ef82";
    }
        .fi-rr-template:before {
    content: "\ef83";
    }
        .fi-rr-template-alt:before {
    content: "\ef84";
    }
        .fi-rr-tenge:before {
    content: "\ef86";
    }
        .fi-rr-tennis:before {
    content: "\ef87";
    }
        .fi-rr-tent-arrow-down-to-line:before {
    content: "\ef88";
    }
        .fi-rr-tent-arrow-left-right:before {
    content: "\ef89";
    }
        .fi-rr-tent-arrow-turn-left:before {
    content: "\ef8a";
    }
        .fi-rr-tent-arrows-down:before {
    content: "\ef8b";
    }
        .fi-rr-tents:before {
    content: "\ef8c";
    }
        .fi-rr-terminal:before {
    content: "\ef8d";
    }
        .fi-rr-terrace:before {
    content: "\ef90";
    }
        .fi-rr-test:before {
    content: "\ef91";
    }
        .fi-rr-test-tube:before {
    content: "\ef92";
    }
        .fi-rr-text:before {
    content: "\ef93";
    }
        .fi-rr-text-box:before {
    content: "\ef94";
    }
        .fi-rr-text-box-dots:before {
    content: "\ef95";
    }
        .fi-rr-text-box-edit:before {
    content: "\ef96";
    }
        .fi-rr-text-check:before {
    content: "\ef97";
    }
        .fi-rr-text-height:before {
    content: "\ef98";
    }
        .fi-rr-text-input-left:before {
    content: "\ef99";
    }
        .fi-rr-text-shadow:before {
    content: "\ef9a";
    }
        .fi-rr-text-size:before {
    content: "\ef9b";
    }
        .fi-rr-text-slash:before {
    content: "\ef9c";
    }
        .fi-rr-text-width:before {
    content: "\ef9d";
    }
        .fi-rr-theater-masks:before {
    content: "\ef9f";
    }
        .fi-rr-thermometer-alt:before {
    content: "\efa0";
    }
        .fi-rr-thermometer-empty:before {
    content: "\efa1";
    }
        .fi-rr-thermometer-full:before {
    content: "\efa2";
    }
        .fi-rr-thermometer-half:before {
    content: "\efa3";
    }
        .fi-rr-thermometer-quarter:before {
    content: "\efa4";
    }
        .fi-rr-thermometer-three-quarters:before {
    content: "\efa5";
    }
        .fi-rr-theta:before {
    content: "\efa6";
    }
        .fi-rr-third:before {
    content: "\efa7";
    }
        .fi-rr-third-award:before {
    content: "\efa8";
    }
        .fi-rr-third-laurel:before {
    content: "\efa9";
    }
        .fi-rr-third-medal:before {
    content: "\efaa";
    }
        .fi-rr-thought-bubble:before {
    content: "\efab";
    }
        .fi-rr-three-direction:before {
    content: "\efad";
    }
        .fi-rr-three-leaf-clover:before {
    content: "\efae";
    }
        .fi-rr-thumbs-up-trust:before {
    content: "\efb1";
    }
        .fi-rr-thumbtack:before {
    content: "\efb2";
    }
        .fi-rr-thumbtack-slash:before {
    content: "\efb3";
    }
        .fi-rr-thunderstorm:before {
    content: "\efb4";
    }
        .fi-rr-thunderstorm-moon:before {
    content: "\efb5";
    }
        .fi-rr-thunderstorm-risk:before {
    content: "\efb6";
    }
        .fi-rr-thunderstorm-sun:before {
    content: "\efb7";
    }
        .fi-rr-thursday:before {
    content: "\efb8";
    }
        .fi-rr-ticket:before {
    content: "\efb9";
    }
        .fi-rr-ticket-airline:before {
    content: "\efba";
    }
        .fi-rr-ticket-alt:before {
    content: "\efbb";
    }
        .fi-rr-tickets:before {
    content: "\efbc";
    }
        .fi-rr-tickets-airline:before {
    content: "\efbd";
    }
        .fi-rr-tie:before {
    content: "\efbe";
    }
        .fi-rr-tilde:before {
    content: "\efc0";
    }
        .fi-rr-time-add:before {
    content: "\efc1";
    }
        .fi-rr-time-check:before {
    content: "\efc2";
    }
        .fi-rr-time-delete:before {
    content: "\efc3";
    }
        .fi-rr-time-fast:before {
    content: "\efc4";
    }
        .fi-rr-time-forward:before {
    content: "\efc5";
    }
        .fi-rr-time-forward-sixty:before {
    content: "\efc6";
    }
        .fi-rr-time-forward-ten:before {
    content: "\efc7";
    }
        .fi-rr-time-half-past:before {
    content: "\efc8";
    }
        .fi-rr-time-oclock:before {
    content: "\efc9";
    }
        .fi-rr-time-past:before {
    content: "\efca";
    }
        .fi-rr-time-quarter-past:before {
    content: "\efcb";
    }
        .fi-rr-time-quarter-to:before {
    content: "\efcc";
    }
        .fi-rr-time-twenty-four:before {
    content: "\efcd";
    }
        .fi-rr-time-watch-calendar:before {
    content: "\efce";
    }
        .fi-rr-timer-clock-call:before {
    content: "\efcf";
    }
        .fi-rr-times-hexagon:before {
    content: "\efd0";
    }
        .fi-rr-tint-slash:before {
    content: "\efd1";
    }
        .fi-rr-tip-button:before {
    content: "\efd2";
    }
        .fi-rr-tip-button-hand:before {
    content: "\efd3";
    }
        .fi-rr-tip-coin:before {
    content: "\efd4";
    }
        .fi-rr-tire:before {
    content: "\efd8";
    }
        .fi-rr-tire-flat:before {
    content: "\efd9";
    }
        .fi-rr-tire-pressure-warning:before {
    content: "\efda";
    }
        .fi-rr-tire-rugged:before {
    content: "\efdb";
    }
        .fi-rr-tired:before {
    content: "\efdc";
    }
        .fi-rr-to-do:before {
    content: "\efdd";
    }
        .fi-rr-to-do-alt:before {
    content: "\efde";
    }
        .fi-rr-together-people:before {
    content: "\efe1";
    }
        .fi-rr-toggle-off:before {
    content: "\efe3";
    }
        .fi-rr-toggle-on:before {
    content: "\efe4";
    }
        .fi-rr-toilet:before {
    content: "\efe5";
    }
        .fi-rr-toilet-paper-blank:before {
    content: "\efe6";
    }
        .fi-rr-toilet-paper-blank-under:before {
    content: "\efe7";
    }
        .fi-rr-toilet-paper-slash:before {
    content: "\efe8";
    }
        .fi-rr-toilet-paper-under:before {
    content: "\efe9";
    }
        .fi-rr-toilet-paper-under-slash:before {
    content: "\efea";
    }
        .fi-rr-toilet-paper-xmark:before {
    content: "\efeb";
    }
        .fi-rr-toilets-portable:before {
    content: "\efec";
    }
        .fi-rr-token:before {
    content: "\efed";
    }
        .fi-rr-tomato:before {
    content: "\efee";
    }
        .fi-rr-tombstone:before {
    content: "\efef";
    }
        .fi-rr-tombstone-alt:before {
    content: "\eff0";
    }
        .fi-rr-tool-box:before {
    content: "\eff1";
    }
        .fi-rr-tool-crop:before {
    content: "\eff2";
    }
        .fi-rr-tool-marquee:before {
    content: "\eff3";
    }
        .fi-rr-tools:before {
    content: "\eff4";
    }
        .fi-rr-tooth:before {
    content: "\eff5";
    }
        .fi-rr-toothbrush:before {
    content: "\eff6";
    }
        .fi-rr-torch-inspiration-leader:before {
    content: "\eff7";
    }
        .fi-rr-torii-gate:before {
    content: "\eff8";
    }
        .fi-rr-tornado:before {
    content: "\eff9";
    }
        .fi-rr-total:before {
    content: "\effa";
    }
        .fi-rr-tour-guide-people:before {
    content: "\effb";
    }
        .fi-rr-tour-virtual:before {
    content: "\effc";
    }
        .fi-rr-tower-control:before {
    content: "\effe";
    }
        .fi-rr-track:before {
    content: "\efff";
    }
        .fi-rr-tractor:before {
    content: "\f000";
    }
        .fi-rr-trademark:before {
    content: "\f001";
    }
        .fi-rr-traffic-cone:before {
    content: "\f002";
    }
        .fi-rr-traffic-light:before {
    content: "\f003";
    }
        .fi-rr-traffic-light-go:before {
    content: "\f004";
    }
        .fi-rr-traffic-light-slow:before {
    content: "\f005";
    }
        .fi-rr-traffic-light-stop:before {
    content: "\f006";
    }
        .fi-rr-trailer:before {
    content: "\f007";
    }
        .fi-rr-train:before {
    content: "\f008";
    }
        .fi-rr-train-journey:before {
    content: "\f009";
    }
        .fi-rr-train-side:before {
    content: "\f00a";
    }
        .fi-rr-train-station:before {
    content: "\f00b";
    }
        .fi-rr-train-station-building:before {
    content: "\f00c";
    }
        .fi-rr-train-subway-tunnel:before {
    content: "\f00d";
    }
        .fi-rr-train-track:before {
    content: "\f00e";
    }
        .fi-rr-train-tram:before {
    content: "\f00f";
    }
        .fi-rr-tram:before {
    content: "\f010";
    }
        .fi-rr-transaction-euro:before {
    content: "\f011";
    }
        .fi-rr-transaction-globe:before {
    content: "\f012";
    }
        .fi-rr-transaction-yen:before {
    content: "\f013";
    }
        .fi-rr-transform:before {
    content: "\f014";
    }
        .fi-rr-transformation-block:before {
    content: "\f015";
    }
        .fi-rr-transformation-circle:before {
    content: "\f016";
    }
        .fi-rr-transformation-design:before {
    content: "\f017";
    }
        .fi-rr-transformation-shapes:before {
    content: "\f018";
    }
        .fi-rr-transformer-bolt:before {
    content: "\f019";
    }
        .fi-rr-transgender:before {
    content: "\f01a";
    }
        .fi-rr-translate:before {
    content: "\f01b";
    }
        .fi-rr-transparency:before {
    content: "\f01c";
    }
        .fi-rr-transporter:before {
    content: "\f01d";
    }
        .fi-rr-transporter-1:before {
    content: "\f01e";
    }
        .fi-rr-transporter-2:before {
    content: "\f01f";
    }
        .fi-rr-transporter-3:before {
    content: "\f020";
    }
        .fi-rr-transporter-4:before {
    content: "\f021";
    }
        .fi-rr-transporter-5:before {
    content: "\f022";
    }
        .fi-rr-transporter-6:before {
    content: "\f023";
    }
        .fi-rr-transporter-7:before {
    content: "\f024";
    }
        .fi-rr-transporter-empty:before {
    content: "\f025";
    }
        .fi-rr-trash:before {
    content: "\f026";
    }
        .fi-rr-trash-bag:before {
    content: "\f027";
    }
        .fi-rr-trash-can-check:before {
    content: "\f028";
    }
        .fi-rr-trash-can-clock:before {
    content: "\f029";
    }
        .fi-rr-trash-can-list:before {
    content: "\f02a";
    }
        .fi-rr-trash-can-plus:before {
    content: "\f02b";
    }
        .fi-rr-trash-can-slash:before {
    content: "\f02c";
    }
        .fi-rr-trash-check:before {
    content: "\f02d";
    }
        .fi-rr-trash-clock:before {
    content: "\f02e";
    }
        .fi-rr-trash-empty:before {
    content: "\f02f";
    }
        .fi-rr-trash-list:before {
    content: "\f030";
    }
        .fi-rr-trash-plus:before {
    content: "\f031";
    }
        .fi-rr-trash-restore:before {
    content: "\f032";
    }
        .fi-rr-trash-restore-alt:before {
    content: "\f033";
    }
        .fi-rr-trash-slash:before {
    content: "\f034";
    }
        .fi-rr-trash-undo:before {
    content: "\f035";
    }
        .fi-rr-trash-undo-alt:before {
    content: "\f036";
    }
        .fi-rr-trash-xmark:before {
    content: "\f037";
    }
        .fi-rr-treadmill:before {
    content: "\f039";
    }
        .fi-rr-treasure-chest:before {
    content: "\f03a";
    }
        .fi-rr-treatment:before {
    content: "\f03b";
    }
        .fi-rr-tree:before {
    content: "\f03c";
    }
        .fi-rr-tree-alt:before {
    content: "\f03d";
    }
        .fi-rr-tree-christmas:before {
    content: "\f03e";
    }
        .fi-rr-tree-deciduous:before {
    content: "\f03f";
    }
        .fi-rr-trees:before {
    content: "\f041";
    }
        .fi-rr-trees-alt:before {
    content: "\f042";
    }
        .fi-rr-triangle:before {
    content: "\f044";
    }
        .fi-rr-triangle-music:before {
    content: "\f045";
    }
        .fi-rr-triangle-person-digging:before {
    content: "\f046";
    }
        .fi-rr-triangle-warning:before {
    content: "\f047";
    }
        .fi-rr-tricycle:before {
    content: "\f048";
    }
        .fi-rr-trillium:before {
    content: "\f049";
    }
        .fi-rr-troph-cap:before {
    content: "\f04c";
    }
        .fi-rr-trophy:before {
    content: "\f04d";
    }
        .fi-rr-trophy-achievement-skill:before {
    content: "\f04e";
    }
        .fi-rr-trophy-star:before {
    content: "\f04f";
    }
        .fi-rr-truck-arrow-left:before {
    content: "\f050";
    }
        .fi-rr-truck-arrow-right:before {
    content: "\f051";
    }
        .fi-rr-truck-bolt:before {
    content: "\f052";
    }
        .fi-rr-truck-box:before {
    content: "\f053";
    }
        .fi-rr-truck-check:before {
    content: "\f054";
    }
        .fi-rr-truck-container:before {
    content: "\f056";
    }
        .fi-rr-truck-container-empty:before {
    content: "\f057";
    }
        .fi-rr-truck-couch:before {
    content: "\f058";
    }
        .fi-rr-truck-droplet:before {
    content: "\f059";
    }
        .fi-rr-truck-fire:before {
    content: "\f05a";
    }
        .fi-rr-truck-flatbed:before {
    content: "\f05b";
    }
        .fi-rr-truck-front:before {
    content: "\f05c";
    }
        .fi-rr-truck-ladder:before {
    content: "\f05d";
    }
        .fi-rr-truck-loading:before {
    content: "\f05e";
    }
        .fi-rr-truck-medical:before {
    content: "\f05f";
    }
        .fi-rr-truck-monster:before {
    content: "\f060";
    }
        .fi-rr-truck-moving:before {
    content: "\f061";
    }
        .fi-rr-truck-pickup:before {
    content: "\f062";
    }
        .fi-rr-truck-plow:before {
    content: "\f063";
    }
        .fi-rr-truck-ramp:before {
    content: "\f064";
    }
        .fi-rr-truck-side:before {
    content: "\f065";
    }
        .fi-rr-truck-tow:before {
    content: "\f066";
    }
        .fi-rr-truck-utensils:before {
    content: "\f067";
    }
        .fi-rr-trumpet:before {
    content: "\f068";
    }
        .fi-rr-trust:before {
    content: "\f069";
    }
        .fi-rr-trust-alt:before {
    content: "\f06a";
    }
        .fi-rr-tshirt:before {
    content: "\f06b";
    }
        .fi-rr-tty:before {
    content: "\f06c";
    }
        .fi-rr-tty-answer:before {
    content: "\f06d";
    }
        .fi-rr-tubes:before {
    content: "\f06e";
    }
        .fi-rr-tuesday:before {
    content: "\f070";
    }
        .fi-rr-tugrik-sign:before {
    content: "\f071";
    }
        .fi-rr-turkey:before {
    content: "\f073";
    }
        .fi-rr-turn-left:before {
    content: "\f074";
    }
        .fi-rr-turn-left-down:before {
    content: "\f075";
    }
        .fi-rr-turn-right:before {
    content: "\f076";
    }
        .fi-rr-turntable:before {
    content: "\f077";
    }
        .fi-rr-turtle:before {
    content: "\f078";
    }
        .fi-rr-tv-music:before {
    content: "\f079";
    }
        .fi-rr-tv-retro:before {
    content: "\f07a";
    }
        .fi-rr-two-nails:before {
    content: "\f080";
    }
        .fi-rr-two-swords:before {
    content: "\f081";
    }
        .fi-rr-typewriter:before {
    content: "\f083";
    }
        .fi-rr-u:before {
    content: "\f084";
    }
        .fi-rr-ufo:before {
    content: "\f087";
    }
        .fi-rr-ufo-beam:before {
    content: "\f088";
    }
        .fi-rr-ui-ux:before {
    content: "\f089";
    }
        .fi-rr-umbrella:before {
    content: "\f08a";
    }
        .fi-rr-umbrella-beach:before {
    content: "\f08b";
    }
        .fi-rr-under-construction:before {
    content: "\f08c";
    }
        .fi-rr-underline:before {
    content: "\f08d";
    }
        .fi-rr-undo:before {
    content: "\f08e";
    }
        .fi-rr-undo-alt:before {
    content: "\f08f";
    }
        .fi-rr-unicorn:before {
    content: "\f090";
    }
        .fi-rr-uniform-martial-arts:before {
    content: "\f091";
    }
        .fi-rr-universal-access:before {
    content: "\f094";
    }
        .fi-rr-unlock:before {
    content: "\f095";
    }
        .fi-rr-up:before {
    content: "\f097";
    }
        .fi-rr-up-from-bracket:before {
    content: "\f098";
    }
        .fi-rr-up-left:before {
    content: "\f099";
    }
        .fi-rr-up-right:before {
    content: "\f09a";
    }
        .fi-rr-up-right-from-square:before {
    content: "\f09b";
    }
        .fi-rr-upload:before {
    content: "\f09c";
    }
        .fi-rr-url:before {
    content: "\f09f";
    }
        .fi-rr-usa-map:before {
    content: "\f0a0";
    }
        .fi-rr-usa-map-pin:before {
    content: "\f0a1";
    }
        .fi-rr-usb-pendrive:before {
    content: "\f0a3";
    }
        .fi-rr-usd-circle:before {
    content: "\f0a4";
    }
        .fi-rr-usd-square:before {
    content: "\f0a5";
    }
        .fi-rr-user:before {
    content: "\f0a7";
    }
        .fi-rr-user-add:before {
    content: "\f0a8";
    }
        .fi-rr-user-alien:before {
    content: "\f0a9";
    }
        .fi-rr-user-astronaut:before {
    content: "\f0aa";
    }
        .fi-rr-user-check:before {
    content: "\f0ab";
    }
        .fi-rr-user-chef:before {
    content: "\f0ac";
    }
        .fi-rr-user-coach:before {
    content: "\f0ad";
    }
        .fi-rr-user-cowboy:before {
    content: "\f0ae";
    }
        .fi-rr-user-crown:before {
    content: "\f0af";
    }
        .fi-rr-user-dj:before {
    content: "\f0b1";
    }
        .fi-rr-user-eating:before {
    content: "\f0b2";
    }
        .fi-rr-user-experience:before {
    content: "\f0b3";
    }
        .fi-rr-user-fast-running:before {
    content: "\f0b4";
    }
        .fi-rr-user-forbidden:before {
    content: "\f0b5";
    }
        .fi-rr-user-forbidden-alt:before {
    content: "\f0b6";
    }
        .fi-rr-user-gear:before {
    content: "\f0b7";
    }
        .fi-rr-user-graduate:before {
    content: "\f0b8";
    }
        .fi-rr-user-hard-work:before {
    content: "\f0b9";
    }
        .fi-rr-user-headset:before {
    content: "\f0ba";
    }
        .fi-rr-user-helmet-safety:before {
    content: "\f0bb";
    }
        .fi-rr-user-india:before {
    content: "\f0bc";
    }
        .fi-rr-user-injured:before {
    content: "\f0bd";
    }
        .fi-rr-user-interface-ui:before {
    content: "\f0be";
    }
        .fi-rr-user-key:before {
    content: "\f0bf";
    }
        .fi-rr-user-language:before {
    content: "\f0c0";
    }
        .fi-rr-user-lock:before {
    content: "\f0c1";
    }
        .fi-rr-user-md:before {
    content: "\f0c2";
    }
        .fi-rr-user-md-chat:before {
    content: "\f0c3";
    }
        .fi-rr-user-minus:before {
    content: "\f0c4";
    }
        .fi-rr-user-music:before {
    content: "\f0c5";
    }
        .fi-rr-user-ninja:before {
    content: "\f0c6";
    }
        .fi-rr-user-nurse:before {
    content: "\f0c7";
    }
        .fi-rr-user-pen:before {
    content: "\f0c9";
    }
        .fi-rr-user-pilot:before {
    content: "\f0ca";
    }
        .fi-rr-user-pilot-tie:before {
    content: "\f0cb";
    }
        .fi-rr-user-police:before {
    content: "\f0cc";
    }
        .fi-rr-user-roadmap:before {
    content: "\f0cd";
    }
        .fi-rr-user-robot:before {
    content: "\f0ce";
    }
        .fi-rr-user-robot-xmarks:before {
    content: "\f0cf";
    }
        .fi-rr-user-salary:before {
    content: "\f0d0";
    }
        .fi-rr-user-shield:before {
    content: "\f0d1";
    }
        .fi-rr-user-skill-gear:before {
    content: "\f0d3";
    }
        .fi-rr-user-slash:before {
    content: "\f0d4";
    }
        .fi-rr-user-speaking:before {
    content: "\f0d5";
    }
        .fi-rr-user-stress:before {
    content: "\f0d6";
    }
        .fi-rr-user-suitcase:before {
    content: "\f0d7";
    }
        .fi-rr-user-tag:before {
    content: "\f0d8";
    }
        .fi-rr-user-time:before {
    content: "\f0d9";
    }
        .fi-rr-user-trust:before {
    content: "\f0da";
    }
        .fi-rr-user-unlock:before {
    content: "\f0db";
    }
        .fi-rr-user-visor:before {
    content: "\f0dc";
    }
        .fi-rr-user-volunteer:before {
    content: "\f0dd";
    }
        .fi-rr-user-xmark:before {
    content: "\f0de";
    }
        .fi-rr-users:before {
    content: "\f0df";
    }
        .fi-rr-users-alt:before {
    content: "\f0e0";
    }
        .fi-rr-users-class:before {
    content: "\f0e1";
    }
        .fi-rr-users-gear:before {
    content: "\f0e4";
    }
        .fi-rr-users-loyalty:before {
    content: "\f0e5";
    }
        .fi-rr-users-medical:before {
    content: "\f0e6";
    }
        .fi-rr-users-slash:before {
    content: "\f0e7";
    }
        .fi-rr-utensils:before {
    content: "\f0e8";
    }
        .fi-rr-utensils-slash:before {
    content: "\f0e9";
    }
        .fi-rr-utility-pole:before {
    content: "\f0ea";
    }
        .fi-rr-utility-pole-double:before {
    content: "\f0eb";
    }
        .fi-rr-ux:before {
    content: "\f0ec";
    }
        .fi-rr-ux-browser:before {
    content: "\f0ed";
    }
        .fi-rr-v:before {
    content: "\f0ee";
    }
        .fi-rr-vacuum:before {
    content: "\f0f0";
    }
        .fi-rr-vacuum-robot:before {
    content: "\f0f1";
    }
        .fi-rr-value-absolute:before {
    content: "\f0f2";
    }
        .fi-rr-vault:before {
    content: "\f0f3";
    }
        .fi-rr-vector:before {
    content: "\f0f4";
    }
        .fi-rr-vector-alt:before {
    content: "\f0f5";
    }
        .fi-rr-vector-circle:before {
    content: "\f0f6";
    }
        .fi-rr-vector-polygon:before {
    content: "\f0f7";
    }
        .fi-rr-venus:before {
    content: "\f0f8";
    }
        .fi-rr-venus-double:before {
    content: "\f0f9";
    }
        .fi-rr-venus-mars:before {
    content: "\f0fa";
    }
        .fi-rr-vest:before {
    content: "\f0fc";
    }
        .fi-rr-vest-patches:before {
    content: "\f0fd";
    }
        .fi-rr-video-arrow-down-left:before {
    content: "\f0fe";
    }
        .fi-rr-video-arrow-up-right:before {
    content: "\f0ff";
    }
        .fi-rr-video-camera:before {
    content: "\f100";
    }
        .fi-rr-video-camera-alt:before {
    content: "\f101";
    }
        .fi-rr-video-duration:before {
    content: "\f102";
    }
        .fi-rr-video-plus:before {
    content: "\f103";
    }
        .fi-rr-video-slash:before {
    content: "\f104";
    }
        .fi-rr-videoconference:before {
    content: "\f105";
    }
        .fi-rr-vihara:before {
    content: "\f107";
    }
        .fi-rr-violin:before {
    content: "\f109";
    }
        .fi-rr-virus:before {
    content: "\f10a";
    }
        .fi-rr-virus-slash:before {
    content: "\f10b";
    }
        .fi-rr-viruses:before {
    content: "\f10c";
    }
        .fi-rr-vision:before {
    content: "\f10e";
    }
        .fi-rr-vision-sense:before {
    content: "\f10f";
    }
        .fi-rr-vision-target:before {
    content: "\f110";
    }
        .fi-rr-visit:before {
    content: "\f111";
    }
        .fi-rr-voicemail:before {
    content: "\f114";
    }
        .fi-rr-volcano:before {
    content: "\f115";
    }
        .fi-rr-volleyball:before {
    content: "\f116";
    }
        .fi-rr-volume:before {
    content: "\f117";
    }
        .fi-rr-volume-down:before {
    content: "\f118";
    }
        .fi-rr-volume-mute:before {
    content: "\f119";
    }
        .fi-rr-volume-off:before {
    content: "\f11a";
    }
        .fi-rr-volume-slash:before {
    content: "\f11b";
    }
        .fi-rr-volunteer-vest:before {
    content: "\f11c";
    }
        .fi-rr-vote-nay:before {
    content: "\f11d";
    }
        .fi-rr-vote-yea:before {
    content: "\f11e";
    }
        .fi-rr-vpn:before {
    content: "\f11f";
    }
        .fi-rr-vpn-globe:before {
    content: "\f120";
    }
        .fi-rr-vpn-laptop:before {
    content: "\f121";
    }
        .fi-rr-vpn-shield:before {
    content: "\f122";
    }
        .fi-rr-vr-cardboard:before {
    content: "\f123";
    }
        .fi-rr-w:before {
    content: "\f124";
    }
        .fi-rr-waffle:before {
    content: "\f125";
    }
        .fi-rr-wagon-covered:before {
    content: "\f126";
    }
        .fi-rr-walker:before {
    content: "\f127";
    }
        .fi-rr-walkie-talkie:before {
    content: "\f128";
    }
        .fi-rr-walking:before {
    content: "\f129";
    }
        .fi-rr-wallet:before {
    content: "\f12a";
    }
        .fi-rr-wallet-arrow:before {
    content: "\f12b";
    }
        .fi-rr-wallet-buyer:before {
    content: "\f12c";
    }
        .fi-rr-wallet-income:before {
    content: "\f12d";
    }
        .fi-rr-wallet-nft:before {
    content: "\f12e";
    }
        .fi-rr-warehouse-alt:before {
    content: "\f131";
    }
        .fi-rr-warranty:before {
    content: "\f132";
    }
        .fi-rr-washer:before {
    content: "\f133";
    }
        .fi-rr-waste:before {
    content: "\f134";
    }
        .fi-rr-waste-pollution:before {
    content: "\f135";
    }
        .fi-rr-watch:before {
    content: "\f136";
    }
        .fi-rr-watch-calculator:before {
    content: "\f137";
    }
        .fi-rr-watch-fitness:before {
    content: "\f138";
    }
        .fi-rr-watch-smart:before {
    content: "\f139";
    }
        .fi-rr-water:before {
    content: "\f13a";
    }
        .fi-rr-water-bottle:before {
    content: "\f13b";
    }
        .fi-rr-water-ladder:before {
    content: "\f13c";
    }
        .fi-rr-water-lower:before {
    content: "\f13d";
    }
        .fi-rr-water-rise:before {
    content: "\f13e";
    }
        .fi-rr-watermelon:before {
    content: "\f13f";
    }
        .fi-rr-wave:before {
    content: "\f141";
    }
        .fi-rr-wave-sine:before {
    content: "\f142";
    }
        .fi-rr-wave-square:before {
    content: "\f143";
    }
        .fi-rr-wave-triangle:before {
    content: "\f144";
    }
        .fi-rr-waveform:before {
    content: "\f145";
    }
        .fi-rr-waveform-path:before {
    content: "\f147";
    }
        .fi-rr-web-design:before {
    content: "\f149";
    }
        .fi-rr-web-test:before {
    content: "\f14a";
    }
        .fi-rr-webcam:before {
    content: "\f14b";
    }
        .fi-rr-webcam-slash:before {
    content: "\f14c";
    }
        .fi-rr-webhook:before {
    content: "\f14d";
    }
        .fi-rr-wednesday:before {
    content: "\f14e";
    }
        .fi-rr-whale:before {
    content: "\f150";
    }
        .fi-rr-wheat:before {
    content: "\f152";
    }
        .fi-rr-wheat-awn:before {
    content: "\f153";
    }
        .fi-rr-wheat-awn-circle-exclamation:before {
    content: "\f154";
    }
        .fi-rr-wheat-awn-slash:before {
    content: "\f155";
    }
        .fi-rr-wheat-slash:before {
    content: "\f156";
    }
        .fi-rr-wheelchair:before {
    content: "\f157";
    }
        .fi-rr-wheelchair-move:before {
    content: "\f158";
    }
        .fi-rr-wheelchair-sleeping:before {
    content: "\f159";
    }
        .fi-rr-whistle:before {
    content: "\f15a";
    }
        .fi-rr-white-space:before {
    content: "\f15b";
    }
        .fi-rr-wifi:before {
    content: "\f15c";
    }
        .fi-rr-wifi-1:before {
    content: "\f15d";
    }
        .fi-rr-wifi-2:before {
    content: "\f15e";
    }
        .fi-rr-wifi-alt:before {
    content: "\f15f";
    }
        .fi-rr-wifi-exclamation:before {
    content: "\f160";
    }
        .fi-rr-wifi-slash:before {
    content: "\f161";
    }
        .fi-rr-wifi-xmark:before {
    content: "\f162";
    }
        .fi-rr-wind:before {
    content: "\f164";
    }
        .fi-rr-wind-turbine:before {
    content: "\f165";
    }
        .fi-rr-wind-warning:before {
    content: "\f166";
    }
        .fi-rr-window-alt:before {
    content: "\f167";
    }
        .fi-rr-window-frame:before {
    content: "\f168";
    }
        .fi-rr-window-frame-open:before {
    content: "\f169";
    }
        .fi-rr-window-maximize:before {
    content: "\f16a";
    }
        .fi-rr-window-minimize:before {
    content: "\f16b";
    }
        .fi-rr-window-restore:before {
    content: "\f16c";
    }
        .fi-rr-windsock:before {
    content: "\f16e";
    }
        .fi-rr-wine-bottle:before {
    content: "\f16f";
    }
        .fi-rr-wine-glass-crack:before {
    content: "\f170";
    }
        .fi-rr-wine-glass-empty:before {
    content: "\f171";
    }
        .fi-rr-wisdom:before {
    content: "\f173";
    }
        .fi-rr-wishlist-heart:before {
    content: "\f174";
    }
        .fi-rr-wishlist-star:before {
    content: "\f175";
    }
        .fi-rr-woman-head:before {
    content: "\f177";
    }
        .fi-rr-woman-scientist:before {
    content: "\f178";
    }
        .fi-rr-won-sign:before {
    content: "\f179";
    }
        .fi-rr-work-in-progress:before {
    content: "\f17b";
    }
        .fi-rr-workflow:before {
    content: "\f17c";
    }
        .fi-rr-workflow-alt:before {
    content: "\f17d";
    }
        .fi-rr-workflow-setting:before {
    content: "\f17e";
    }
        .fi-rr-workflow-setting-alt:before {
    content: "\f17f";
    }
        .fi-rr-workshop:before {
    content: "\f181";
    }
        .fi-rr-world:before {
    content: "\f182";
    }
        .fi-rr-worldwide-network:before {
    content: "\f183";
    }
        .fi-rr-worm:before {
    content: "\f184";
    }
        .fi-rr-wreath:before {
    content: "\f185";
    }
        .fi-rr-wrench-alt:before {
    content: "\f186";
    }
        .fi-rr-wrench-simple:before {
    content: "\f187";
    }
        .fi-rr-x:before {
    content: "\f18a";
    }
        .fi-rr-x-ray:before {
    content: "\f18b";
    }
        .fi-rr-y:before {
    content: "\f18e";
    }
        .fi-rr-yen:before {
    content: "\f192";
    }
        .fi-rr-yin-yang:before {
    content: "\f193";
    }
        .fi-rr-yoga-mat:before {
    content: "\f196";
    }
        .fi-rr-yoga-moon:before {
    content: "\f197";
    }
        .fi-rr-yoga-posture:before {
    content: "\f198";
    }
        .fi-rr-z:before {
    content: "\f19a";
    }
        .fi-rr-zero-percent:before {
    content: "\f19b";
    }
        .fi-rr-zip-file:before {
    content: "\f19c";
    }
        .fi-rr-zoom-in:before {
    content: "\f19e";
    }
        .fi-rr-zoom-out:before {
    content: "\f19f";
    }
        .fi-rr-it-computer:before {
    content: "\f106";
    }
        .fi-rr-pinata:before {
    content: "\f108";
    }
    
 
@font-face {
    font-family: "uicons-thin-straight";
    src: url("../fonts/uicons-thin-straight/uicons-thin-straight.woff2") format("woff2"),
    url("../fonts/uicons-thin-straight/uicons-thin-straight.woff") format("woff"),
    url("../fonts/uicons-thin-straight/uicons-thin-straight.eot#iefix") format("embedded-opentype");
    font-display: swap;
}
    i[class^="fi-ts-"]:before, i[class*=" fi-ts-"]:before, span[class^="fi-ts-"]:before, span[class*="fi-ts-"]:before {
font-family: uicons-thin-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-ts-0:before {
    content: "\e001";
    }
        .fi-ts-00s-music-disc:before {
    content: "\e002";
    }
        .fi-ts-1:before {
    content: "\e003";
    }
        .fi-ts-2:before {
    content: "\e007";
    }
        .fi-ts-3:before {
    content: "\e009";
    }
        .fi-ts-360-degrees:before {
    content: "\e00b";
    }
        .fi-ts-3m:before {
    content: "\e00c";
    }
        .fi-ts-4:before {
    content: "\e00d";
    }
        .fi-ts-404:before {
    content: "\e00f";
    }
        .fi-ts-5:before {
    content: "\e010";
    }
        .fi-ts-6:before {
    content: "\e013";
    }
        .fi-ts-60s-music-disc:before {
    content: "\e014";
    }
        .fi-ts-7:before {
    content: "\e015";
    }
        .fi-ts-70s-music-disc:before {
    content: "\e016";
    }
        .fi-ts-8:before {
    content: "\e017";
    }
        .fi-ts-80s-music-disc:before {
    content: "\e018";
    }
        .fi-ts-9:before {
    content: "\e019";
    }
        .fi-ts-90s-music-disc:before {
    content: "\e01a";
    }
        .fi-ts-a:before {
    content: "\e01b";
    }
        .fi-ts-abacus:before {
    content: "\e01c";
    }
        .fi-ts-accident:before {
    content: "\e01f";
    }
        .fi-ts-acorn:before {
    content: "\e021";
    }
        .fi-ts-ad:before {
    content: "\e023";
    }
        .fi-ts-ad-forbidden:before {
    content: "\e024";
    }
        .fi-ts-ad-paid:before {
    content: "\e025";
    }
        .fi-ts-add:before {
    content: "\e026";
    }
        .fi-ts-add-document:before {
    content: "\e028";
    }
        .fi-ts-add-folder:before {
    content: "\e029";
    }
        .fi-ts-add-image:before {
    content: "\e02a";
    }
        .fi-ts-address-book:before {
    content: "\e02b";
    }
        .fi-ts-address-card:before {
    content: "\e02c";
    }
        .fi-ts-admin:before {
    content: "\e02d";
    }
        .fi-ts-admin-alt:before {
    content: "\e02e";
    }
        .fi-ts-age:before {
    content: "\e038";
    }
        .fi-ts-age-alt:before {
    content: "\e039";
    }
        .fi-ts-age-restriction-eighteen:before {
    content: "\e03a";
    }
        .fi-ts-age-restriction-seven:before {
    content: "\e03b";
    }
        .fi-ts-age-restriction-six:before {
    content: "\e03c";
    }
        .fi-ts-age-restriction-sixteen:before {
    content: "\e03d";
    }
        .fi-ts-age-restriction-thirteen:before {
    content: "\e03f";
    }
        .fi-ts-age-restriction-three:before {
    content: "\e040";
    }
        .fi-ts-age-restriction-twelve:before {
    content: "\e041";
    }
        .fi-ts-age-restriction-twenty-one:before {
    content: "\e042";
    }
        .fi-ts-age-restriction-zero:before {
    content: "\e043";
    }
        .fi-ts-air-conditioner:before {
    content: "\e046";
    }
        .fi-ts-air-freshener:before {
    content: "\e047";
    }
        .fi-ts-air-pollution:before {
    content: "\e048";
    }
        .fi-ts-airplane-journey:before {
    content: "\e04a";
    }
        .fi-ts-airplane-window-open:before {
    content: "\e04b";
    }
        .fi-ts-airplay:before {
    content: "\e04c";
    }
        .fi-ts-alarm-clock:before {
    content: "\e04d";
    }
        .fi-ts-alarm-exclamation:before {
    content: "\e04e";
    }
        .fi-ts-alarm-plus:before {
    content: "\e04f";
    }
        .fi-ts-alarm-snooze:before {
    content: "\e050";
    }
        .fi-ts-album:before {
    content: "\e051";
    }
        .fi-ts-album-circle-plus:before {
    content: "\e052";
    }
        .fi-ts-album-circle-user:before {
    content: "\e053";
    }
        .fi-ts-album-collection:before {
    content: "\e054";
    }
        .fi-ts-algorithm:before {
    content: "\e056";
    }
        .fi-ts-alicorn:before {
    content: "\e057";
    }
        .fi-ts-alien:before {
    content: "\e058";
    }
        .fi-ts-align-center:before {
    content: "\e05a";
    }
        .fi-ts-align-justify:before {
    content: "\e05b";
    }
        .fi-ts-align-left:before {
    content: "\e05c";
    }
        .fi-ts-align-slash:before {
    content: "\e05d";
    }
        .fi-ts-ambulance:before {
    content: "\e05f";
    }
        .fi-ts-amp-guitar:before {
    content: "\e063";
    }
        .fi-ts-analyse:before {
    content: "\e066";
    }
        .fi-ts-analyse-alt:before {
    content: "\e067";
    }
        .fi-ts-anatomical-heart:before {
    content: "\e069";
    }
        .fi-ts-anchor:before {
    content: "\e06a";
    }
        .fi-ts-angel:before {
    content: "\e06c";
    }
        .fi-ts-angle:before {
    content: "\e06d";
    }
        .fi-ts-angle-90:before {
    content: "\e06e";
    }
        .fi-ts-angle-circle-down:before {
    content: "\e06f";
    }
        .fi-ts-angle-circle-left:before {
    content: "\e070";
    }
        .fi-ts-angle-circle-right:before {
    content: "\e071";
    }
        .fi-ts-angle-circle-up:before {
    content: "\e072";
    }
        .fi-ts-angle-double-left:before {
    content: "\e073";
    }
        .fi-ts-angle-double-right:before {
    content: "\e074";
    }
        .fi-ts-angle-double-small-down:before {
    content: "\e075";
    }
        .fi-ts-angle-double-small-left:before {
    content: "\e076";
    }
        .fi-ts-angle-double-small-right:before {
    content: "\e077";
    }
        .fi-ts-angle-double-small-up:before {
    content: "\e078";
    }
        .fi-ts-angle-down:before {
    content: "\e079";
    }
        .fi-ts-angle-left:before {
    content: "\e07a";
    }
        .fi-ts-angle-right:before {
    content: "\e07b";
    }
        .fi-ts-angle-small-down:before {
    content: "\e07c";
    }
        .fi-ts-angle-small-left:before {
    content: "\e07d";
    }
        .fi-ts-angle-small-right:before {
    content: "\e07e";
    }
        .fi-ts-angle-small-up:before {
    content: "\e07f";
    }
        .fi-ts-angle-square-down:before {
    content: "\e080";
    }
        .fi-ts-angle-square-left:before {
    content: "\e081";
    }
        .fi-ts-angle-square-right:before {
    content: "\e082";
    }
        .fi-ts-angle-square-up:before {
    content: "\e083";
    }
        .fi-ts-angle-up:before {
    content: "\e084";
    }
        .fi-ts-angles-up-down:before {
    content: "\e085";
    }
        .fi-ts-angry:before {
    content: "\e086";
    }
        .fi-ts-animated-icon:before {
    content: "\e088";
    }
        .fi-ts-ankh:before {
    content: "\e089";
    }
        .fi-ts-answer:before {
    content: "\e08a";
    }
        .fi-ts-answer-alt:before {
    content: "\e08b";
    }
        .fi-ts-apartment:before {
    content: "\e08c";
    }
        .fi-ts-aperture:before {
    content: "\e08d";
    }
        .fi-ts-api:before {
    content: "\e08e";
    }
        .fi-ts-app-notification:before {
    content: "\e090";
    }
        .fi-ts-apple:before {
    content: "\e092";
    }
        .fi-ts-apple-books:before {
    content: "\e093";
    }
        .fi-ts-apple-core:before {
    content: "\e094";
    }
        .fi-ts-apple-crate:before {
    content: "\e095";
    }
        .fi-ts-apps:before {
    content: "\e098";
    }
        .fi-ts-apps-add:before {
    content: "\e099";
    }
        .fi-ts-apps-delete:before {
    content: "\e09a";
    }
        .fi-ts-apps-sort:before {
    content: "\e09b";
    }
        .fi-ts-archive:before {
    content: "\e09c";
    }
        .fi-ts-archway:before {
    content: "\e09d";
    }
        .fi-ts-arrow-alt-circle-down:before {
    content: "\e09f";
    }
        .fi-ts-arrow-alt-circle-left:before {
    content: "\e0a0";
    }
        .fi-ts-arrow-alt-circle-right:before {
    content: "\e0a1";
    }
        .fi-ts-arrow-alt-circle-up:before {
    content: "\e0a2";
    }
        .fi-ts-arrow-alt-down:before {
    content: "\e0a3";
    }
        .fi-ts-arrow-alt-from-bottom:before {
    content: "\e0a4";
    }
        .fi-ts-arrow-alt-from-left:before {
    content: "\e0a5";
    }
        .fi-ts-arrow-alt-from-right:before {
    content: "\e0a6";
    }
        .fi-ts-arrow-alt-from-top:before {
    content: "\e0a7";
    }
        .fi-ts-arrow-alt-left:before {
    content: "\e0a8";
    }
        .fi-ts-arrow-alt-right:before {
    content: "\e0a9";
    }
        .fi-ts-arrow-alt-square-down:before {
    content: "\e0aa";
    }
        .fi-ts-arrow-alt-square-left:before {
    content: "\e0ab";
    }
        .fi-ts-arrow-alt-square-right:before {
    content: "\e0ac";
    }
        .fi-ts-arrow-alt-square-up:before {
    content: "\e0ad";
    }
        .fi-ts-arrow-alt-to-bottom:before {
    content: "\e0ae";
    }
        .fi-ts-arrow-alt-to-left:before {
    content: "\e0af";
    }
        .fi-ts-arrow-alt-to-right:before {
    content: "\e0b0";
    }
        .fi-ts-arrow-alt-to-top:before {
    content: "\e0b1";
    }
        .fi-ts-arrow-alt-up:before {
    content: "\e0b2";
    }
        .fi-ts-arrow-circle-down:before {
    content: "\e0b3";
    }
        .fi-ts-arrow-circle-left:before {
    content: "\e0b4";
    }
        .fi-ts-arrow-circle-right:before {
    content: "\e0b5";
    }
        .fi-ts-arrow-circle-up:before {
    content: "\e0b6";
    }
        .fi-ts-arrow-comparison:before {
    content: "\e0b7";
    }
        .fi-ts-arrow-down:before {
    content: "\e0b8";
    }
        .fi-ts-arrow-down-from-arc:before {
    content: "\e0ba";
    }
        .fi-ts-arrow-down-from-dotted-line:before {
    content: "\e0bb";
    }
        .fi-ts-arrow-down-left:before {
    content: "\e0bc";
    }
        .fi-ts-arrow-down-small-big:before {
    content: "\e0bd";
    }
        .fi-ts-arrow-down-strenght:before {
    content: "\e0be";
    }
        .fi-ts-arrow-down-to-dotted-line:before {
    content: "\e0bf";
    }
        .fi-ts-arrow-down-to-square:before {
    content: "\e0c0";
    }
        .fi-ts-arrow-down-triangle-square:before {
    content: "\e0c1";
    }
        .fi-ts-arrow-from-bottom:before {
    content: "\e0c2";
    }
        .fi-ts-arrow-from-left:before {
    content: "\e0c3";
    }
        .fi-ts-arrow-from-right:before {
    content: "\e0c4";
    }
        .fi-ts-arrow-from-top:before {
    content: "\e0c5";
    }
        .fi-ts-arrow-left:before {
    content: "\e0c6";
    }
        .fi-ts-arrow-left-from-arc:before {
    content: "\e0c7";
    }
        .fi-ts-arrow-left-from-line:before {
    content: "\e0c8";
    }
        .fi-ts-arrow-left-to-arc:before {
    content: "\e0c9";
    }
        .fi-ts-arrow-progress:before {
    content: "\e0ca";
    }
        .fi-ts-arrow-progress-alt:before {
    content: "\e0cb";
    }
        .fi-ts-arrow-right:before {
    content: "\e0cc";
    }
        .fi-ts-arrow-right-to-bracket:before {
    content: "\e0cd";
    }
        .fi-ts-arrow-right-to-city:before {
    content: "\e0ce";
    }
        .fi-ts-arrow-small-down:before {
    content: "\e0cf";
    }
        .fi-ts-arrow-small-left:before {
    content: "\e0d0";
    }
        .fi-ts-arrow-small-right:before {
    content: "\e0d1";
    }
        .fi-ts-arrow-small-up:before {
    content: "\e0d2";
    }
        .fi-ts-arrow-square-down:before {
    content: "\e0d3";
    }
        .fi-ts-arrow-square-left:before {
    content: "\e0d4";
    }
        .fi-ts-arrow-square-right:before {
    content: "\e0d5";
    }
        .fi-ts-arrow-square-up:before {
    content: "\e0d6";
    }
        .fi-ts-arrow-to-bottom:before {
    content: "\e0d7";
    }
        .fi-ts-arrow-to-left:before {
    content: "\e0d8";
    }
        .fi-ts-arrow-to-right:before {
    content: "\e0d9";
    }
        .fi-ts-arrow-to-top:before {
    content: "\e0da";
    }
        .fi-ts-arrow-trend-down:before {
    content: "\e0db";
    }
        .fi-ts-arrow-trend-up:before {
    content: "\e0dc";
    }
        .fi-ts-arrow-turn-down-left:before {
    content: "\e0dd";
    }
        .fi-ts-arrow-turn-down-right:before {
    content: "\e0de";
    }
        .fi-ts-arrow-turn-left-up:before {
    content: "\e0e0";
    }
        .fi-ts-arrow-up:before {
    content: "\e0e2";
    }
        .fi-ts-arrow-up-from-dotted-line:before {
    content: "\e0e3";
    }
        .fi-ts-arrow-up-from-ground-water:before {
    content: "\e0e4";
    }
        .fi-ts-arrow-up-from-square:before {
    content: "\e0e5";
    }
        .fi-ts-arrow-up-left:before {
    content: "\e0e6";
    }
        .fi-ts-arrow-up-left-from-circle:before {
    content: "\e0e7";
    }
        .fi-ts-arrow-up-right:before {
    content: "\e0e8";
    }
        .fi-ts-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\e0e9";
    }
        .fi-ts-arrow-up-right-from-square:before {
    content: "\e0ea";
    }
        .fi-ts-arrow-up-small-big:before {
    content: "\e0eb";
    }
        .fi-ts-arrow-up-square-triangle:before {
    content: "\e0ec";
    }
        .fi-ts-arrow-up-to-arc:before {
    content: "\e0ed";
    }
        .fi-ts-arrow-up-to-dotted-line:before {
    content: "\e0ee";
    }
        .fi-ts-arrow-upward-growth-crypto:before {
    content: "\e0ef";
    }
        .fi-ts-arrows:before {
    content: "\e0f0";
    }
        .fi-ts-arrows-alt:before {
    content: "\e0f1";
    }
        .fi-ts-arrows-alt-h:before {
    content: "\e0f2";
    }
        .fi-ts-arrows-alt-v:before {
    content: "\e0f3";
    }
        .fi-ts-arrows-cross:before {
    content: "\e0f4";
    }
        .fi-ts-arrows-down-curve:before {
    content: "\e0f5";
    }
        .fi-ts-arrows-down-to-people:before {
    content: "\e0f6";
    }
        .fi-ts-arrows-from-dotted-line:before {
    content: "\e0f7";
    }
        .fi-ts-arrows-from-line:before {
    content: "\e0f8";
    }
        .fi-ts-arrows-h:before {
    content: "\e0f9";
    }
        .fi-ts-arrows-h-copy:before {
    content: "\e0fa";
    }
        .fi-ts-arrows-repeat:before {
    content: "\e0fb";
    }
        .fi-ts-arrows-repeat-1:before {
    content: "\e0fc";
    }
        .fi-ts-arrows-retweet:before {
    content: "\e0fd";
    }
        .fi-ts-arrows-split-right-and-left:before {
    content: "\e0ff";
    }
        .fi-ts-arrows-split-up-and-left:before {
    content: "\e100";
    }
        .fi-ts-arrows-to-circle:before {
    content: "\e101";
    }
        .fi-ts-arrows-to-dotted-line:before {
    content: "\e102";
    }
        .fi-ts-arrows-to-eye:before {
    content: "\e103";
    }
        .fi-ts-arrows-to-line:before {
    content: "\e104";
    }
        .fi-ts-artificial-intelligence:before {
    content: "\e105";
    }
        .fi-ts-assept-document:before {
    content: "\e107";
    }
        .fi-ts-assessment:before {
    content: "\e108";
    }
        .fi-ts-assessment-alt:before {
    content: "\e109";
    }
        .fi-ts-assign:before {
    content: "\e10a";
    }
        .fi-ts-assistive-listening-systems:before {
    content: "\e10b";
    }
        .fi-ts-asterik:before {
    content: "\e10c";
    }
        .fi-ts-at:before {
    content: "\e110";
    }
        .fi-ts-attention-detail:before {
    content: "\e115";
    }
        .fi-ts-attribution-pen:before {
    content: "\e116";
    }
        .fi-ts-attribution-pencil:before {
    content: "\e117";
    }
        .fi-ts-aubergine:before {
    content: "\e118";
    }
        .fi-ts-auction:before {
    content: "\e119";
    }
        .fi-ts-audience-megaphone:before {
    content: "\e11a";
    }
        .fi-ts-audio-description-slash:before {
    content: "\e11b";
    }
        .fi-ts-audit:before {
    content: "\e11c";
    }
        .fi-ts-audit-alt:before {
    content: "\e11d";
    }
        .fi-ts-austral-sign:before {
    content: "\e11f";
    }
        .fi-ts-australia:before {
    content: "\e120";
    }
        .fi-ts-australia-country-code:before {
    content: "\e121";
    }
        .fi-ts-australia-flag:before {
    content: "\e122";
    }
        .fi-ts-auto-pilot:before {
    content: "\e123";
    }
        .fi-ts-auto-reply:before {
    content: "\e124";
    }
        .fi-ts-auto-sync:before {
    content: "\e125";
    }
        .fi-ts-avocado:before {
    content: "\e126";
    }
        .fi-ts-award:before {
    content: "\e127";
    }
        .fi-ts-axe:before {
    content: "\e129";
    }
        .fi-ts-axe-battle:before {
    content: "\e12a";
    }
        .fi-ts-b:before {
    content: "\e12b";
    }
        .fi-ts-baby:before {
    content: "\e12c";
    }
        .fi-ts-baby-carriage:before {
    content: "\e12d";
    }
        .fi-ts-back-up:before {
    content: "\e12e";
    }
        .fi-ts-background:before {
    content: "\e12f";
    }
        .fi-ts-backpack:before {
    content: "\e130";
    }
        .fi-ts-bacon:before {
    content: "\e131";
    }
        .fi-ts-bacteria:before {
    content: "\e132";
    }
        .fi-ts-bacterium:before {
    content: "\e133";
    }
        .fi-ts-badge:before {
    content: "\e134";
    }
        .fi-ts-badge-check:before {
    content: "\e135";
    }
        .fi-ts-badge-dollar:before {
    content: "\e136";
    }
        .fi-ts-badge-leaf:before {
    content: "\e137";
    }
        .fi-ts-badge-percent:before {
    content: "\e138";
    }
        .fi-ts-badge-sheriff:before {
    content: "\e139";
    }
        .fi-ts-badger-honey:before {
    content: "\e13a";
    }
        .fi-ts-badget-check-alt:before {
    content: "\e13b";
    }
        .fi-ts-badminton:before {
    content: "\e13c";
    }
        .fi-ts-bag-map-pin:before {
    content: "\e13d";
    }
        .fi-ts-bag-seedling:before {
    content: "\e13e";
    }
        .fi-ts-bag-shopping-minus:before {
    content: "\e13f";
    }
        .fi-ts-bags-shopping:before {
    content: "\e141";
    }
        .fi-ts-baguette:before {
    content: "\e142";
    }
        .fi-ts-bahai:before {
    content: "\e143";
    }
        .fi-ts-baht-sign:before {
    content: "\e144";
    }
        .fi-ts-balance-scale-left:before {
    content: "\e145";
    }
        .fi-ts-balance-scale-right:before {
    content: "\e146";
    }
        .fi-ts-balcony:before {
    content: "\e147";
    }
        .fi-ts-ball-pile:before {
    content: "\e149";
    }
        .fi-ts-ballet-dance:before {
    content: "\e14b";
    }
        .fi-ts-balloon:before {
    content: "\e14c";
    }
        .fi-ts-balloons:before {
    content: "\e14d";
    }
        .fi-ts-ballot:before {
    content: "\e14e";
    }
        .fi-ts-ballot-check:before {
    content: "\e14f";
    }
        .fi-ts-ban:before {
    content: "\e150";
    }
        .fi-ts-ban-bug:before {
    content: "\e151";
    }
        .fi-ts-banana:before {
    content: "\e152";
    }
        .fi-ts-band-aid:before {
    content: "\e153";
    }
        .fi-ts-bandage-wound:before {
    content: "\e155";
    }
        .fi-ts-bangladeshi-taka-sign:before {
    content: "\e156";
    }
        .fi-ts-banjo:before {
    content: "\e157";
    }
        .fi-ts-bank:before {
    content: "\e158";
    }
        .fi-ts-bank-app:before {
    content: "\e159";
    }
        .fi-ts-banner:before {
    content: "\e15a";
    }
        .fi-ts-banner-2:before {
    content: "\e15b";
    }
        .fi-ts-banner-3:before {
    content: "\e15c";
    }
        .fi-ts-banner-4:before {
    content: "\e15d";
    }
        .fi-ts-banner-5:before {
    content: "\e15e";
    }
        .fi-ts-barber-pole:before {
    content: "\e15f";
    }
        .fi-ts-barber-shop:before {
    content: "\e160";
    }
        .fi-ts-barcode:before {
    content: "\e161";
    }
        .fi-ts-barcode-read:before {
    content: "\e162";
    }
        .fi-ts-barcode-scan:before {
    content: "\e163";
    }
        .fi-ts-barefoot:before {
    content: "\e164";
    }
        .fi-ts-bars-filter:before {
    content: "\e165";
    }
        .fi-ts-bars-progress:before {
    content: "\e166";
    }
        .fi-ts-bars-sort:before {
    content: "\e167";
    }
        .fi-ts-bars-staggered:before {
    content: "\e168";
    }
        .fi-ts-baseball-alt:before {
    content: "\e16a";
    }
        .fi-ts-basket-shopping-minus:before {
    content: "\e16c";
    }
        .fi-ts-basket-shopping-plus:before {
    content: "\e16d";
    }
        .fi-ts-basket-shopping-simple:before {
    content: "\e16e";
    }
        .fi-ts-basketball-hoop:before {
    content: "\e170";
    }
        .fi-ts-bat:before {
    content: "\e171";
    }
        .fi-ts-bath:before {
    content: "\e172";
    }
        .fi-ts-battery-100:before {
    content: "\e173";
    }
        .fi-ts-battery-bolt:before {
    content: "\e174";
    }
        .fi-ts-battery-empty:before {
    content: "\e175";
    }
        .fi-ts-battery-exclamation:before {
    content: "\e176";
    }
        .fi-ts-battery-full:before {
    content: "\e177";
    }
        .fi-ts-battery-half:before {
    content: "\e178";
    }
        .fi-ts-battery-quarter:before {
    content: "\e179";
    }
        .fi-ts-battery-slash:before {
    content: "\e17a";
    }
        .fi-ts-battery-three-quarters:before {
    content: "\e17b";
    }
        .fi-ts-beacon:before {
    content: "\e17c";
    }
        .fi-ts-beauty-mask:before {
    content: "\e17d";
    }
        .fi-ts-bed:before {
    content: "\e17e";
    }
        .fi-ts-bed-alt:before {
    content: "\e17f";
    }
        .fi-ts-bed-bunk:before {
    content: "\e180";
    }
        .fi-ts-bed-empty:before {
    content: "\e181";
    }
        .fi-ts-bed-pulse:before {
    content: "\e182";
    }
        .fi-ts-bee:before {
    content: "\e183";
    }
        .fi-ts-beer:before {
    content: "\e184";
    }
        .fi-ts-beer-mug-empty:before {
    content: "\e185";
    }
        .fi-ts-bell:before {
    content: "\e187";
    }
        .fi-ts-bell-concierge:before {
    content: "\e188";
    }
        .fi-ts-bell-notification-call:before {
    content: "\e189";
    }
        .fi-ts-bell-notification-social-media:before {
    content: "\e18a";
    }
        .fi-ts-bell-ring:before {
    content: "\e18b";
    }
        .fi-ts-bell-school:before {
    content: "\e18c";
    }
        .fi-ts-bell-school-slash:before {
    content: "\e18d";
    }
        .fi-ts-bell-slash:before {
    content: "\e18e";
    }
        .fi-ts-bells:before {
    content: "\e18f";
    }
        .fi-ts-bench-tree:before {
    content: "\e190";
    }
        .fi-ts-benefit:before {
    content: "\e191";
    }
        .fi-ts-benefit-diamond:before {
    content: "\e192";
    }
        .fi-ts-benefit-diamond-alt:before {
    content: "\e193";
    }
        .fi-ts-benefit-hand:before {
    content: "\e194";
    }
        .fi-ts-benefit-increase:before {
    content: "\e195";
    }
        .fi-ts-benefit-porcent:before {
    content: "\e196";
    }
        .fi-ts-betamax:before {
    content: "\e197";
    }
        .fi-ts-bible:before {
    content: "\e198";
    }
        .fi-ts-bicycle-journey:before {
    content: "\e199";
    }
        .fi-ts-big-drop:before {
    content: "\e19a";
    }
        .fi-ts-bike:before {
    content: "\e19b";
    }
        .fi-ts-bike-moving:before {
    content: "\e19c";
    }
        .fi-ts-bike-path:before {
    content: "\e19d";
    }
        .fi-ts-biking:before {
    content: "\e19e";
    }
        .fi-ts-biking-mountain:before {
    content: "\e19f";
    }
        .fi-ts-bill-arrow:before {
    content: "\e1a0";
    }
        .fi-ts-bin-bottles:before {
    content: "\e1a2";
    }
        .fi-ts-binary:before {
    content: "\e1a3";
    }
        .fi-ts-binary-circle-check:before {
    content: "\e1a4";
    }
        .fi-ts-binary-cloud:before {
    content: "\e1a5";
    }
        .fi-ts-binary-lock:before {
    content: "\e1a6";
    }
        .fi-ts-binary-slash:before {
    content: "\e1a7";
    }
        .fi-ts-binoculars:before {
    content: "\e1a8";
    }
        .fi-ts-bio:before {
    content: "\e1a9";
    }
        .fi-ts-bio-leaves:before {
    content: "\e1aa";
    }
        .fi-ts-biohazard:before {
    content: "\e1ab";
    }
        .fi-ts-bird:before {
    content: "\e1ac";
    }
        .fi-ts-bitcoin-sign:before {
    content: "\e1af";
    }
        .fi-ts-blanket:before {
    content: "\e1b1";
    }
        .fi-ts-blender:before {
    content: "\e1b2";
    }
        .fi-ts-blender-phone:before {
    content: "\e1b3";
    }
        .fi-ts-blinds:before {
    content: "\e1b4";
    }
        .fi-ts-blinds-open:before {
    content: "\e1b5";
    }
        .fi-ts-blinds-raised:before {
    content: "\e1b6";
    }
        .fi-ts-block:before {
    content: "\e1b7";
    }
        .fi-ts-block-brick:before {
    content: "\e1b8";
    }
        .fi-ts-block-brick-fire:before {
    content: "\e1b9";
    }
        .fi-ts-block-microphone:before {
    content: "\e1ba";
    }
        .fi-ts-block-question:before {
    content: "\e1bb";
    }
        .fi-ts-block-quote:before {
    content: "\e1bc";
    }
        .fi-ts-blockchain-3:before {
    content: "\e1bf";
    }
        .fi-ts-blog-pencil:before {
    content: "\e1c0";
    }
        .fi-ts-blog-text:before {
    content: "\e1c1";
    }
        .fi-ts-blood:before {
    content: "\e1c3";
    }
        .fi-ts-blood-dropper:before {
    content: "\e1c4";
    }
        .fi-ts-blood-test-tube:before {
    content: "\e1c5";
    }
        .fi-ts-blood-test-tube-alt:before {
    content: "\e1c6";
    }
        .fi-ts-blueberries:before {
    content: "\e1c8";
    }
        .fi-ts-blueprint:before {
    content: "\e1c9";
    }
        .fi-ts-bluetooth-alt:before {
    content: "\e1cb";
    }
        .fi-ts-bluetooth-circle:before {
    content: "\e1cc";
    }
        .fi-ts-bold:before {
    content: "\e1cd";
    }
        .fi-ts-bolt:before {
    content: "\e1ce";
    }
        .fi-ts-bolt-auto:before {
    content: "\e1cf";
    }
        .fi-ts-bolt-slash:before {
    content: "\e1d0";
    }
        .fi-ts-bomb:before {
    content: "\e1d1";
    }
        .fi-ts-bone:before {
    content: "\e1d2";
    }
        .fi-ts-bone-break:before {
    content: "\e1d3";
    }
        .fi-ts-bong:before {
    content: "\e1d4";
    }
        .fi-ts-bonus:before {
    content: "\e1d5";
    }
        .fi-ts-bonus-alt:before {
    content: "\e1d6";
    }
        .fi-ts-bonus-star:before {
    content: "\e1d7";
    }
        .fi-ts-book:before {
    content: "\e1d8";
    }
        .fi-ts-book-alt:before {
    content: "\e1d9";
    }
        .fi-ts-book-arrow-right:before {
    content: "\e1da";
    }
        .fi-ts-book-arrow-up:before {
    content: "\e1db";
    }
        .fi-ts-book-atlas:before {
    content: "\e1dc";
    }
        .fi-ts-book-bookmark:before {
    content: "\e1dd";
    }
        .fi-ts-book-circle-arrow-right:before {
    content: "\e1de";
    }
        .fi-ts-book-circle-arrow-up:before {
    content: "\e1df";
    }
        .fi-ts-book-copy:before {
    content: "\e1e0";
    }
        .fi-ts-book-dead:before {
    content: "\e1e1";
    }
        .fi-ts-book-font:before {
    content: "\e1e2";
    }
        .fi-ts-book-heart:before {
    content: "\e1e3";
    }
        .fi-ts-book-medical:before {
    content: "\e1e4";
    }
        .fi-ts-book-open-cover:before {
    content: "\e1e5";
    }
        .fi-ts-book-open-reader:before {
    content: "\e1e6";
    }
        .fi-ts-book-plus:before {
    content: "\e1e7";
    }
        .fi-ts-book-quran:before {
    content: "\e1e8";
    }
        .fi-ts-book-section:before {
    content: "\e1e9";
    }
        .fi-ts-book-spells:before {
    content: "\e1ec";
    }
        .fi-ts-book-tanakh:before {
    content: "\e1ed";
    }
        .fi-ts-book-user:before {
    content: "\e1ee";
    }
        .fi-ts-book-world:before {
    content: "\e1ef";
    }
        .fi-ts-Booking:before {
    content: "\e1f0";
    }
        .fi-ts-bookmark:before {
    content: "\e1f1";
    }
        .fi-ts-bookmark-slash:before {
    content: "\e1f2";
    }
        .fi-ts-books:before {
    content: "\e1f3";
    }
        .fi-ts-books-medical:before {
    content: "\e1f4";
    }
        .fi-ts-boot:before {
    content: "\e1f5";
    }
        .fi-ts-boot-heeled:before {
    content: "\e1f6";
    }
        .fi-ts-booth-curtain:before {
    content: "\e1f7";
    }
        .fi-ts-border-all:before {
    content: "\e1f9";
    }
        .fi-ts-border-bottom:before {
    content: "\e1fa";
    }
        .fi-ts-border-center-h:before {
    content: "\e1fb";
    }
        .fi-ts-border-center-v:before {
    content: "\e1fc";
    }
        .fi-ts-border-inner:before {
    content: "\e1fd";
    }
        .fi-ts-border-left:before {
    content: "\e1fe";
    }
        .fi-ts-border-none:before {
    content: "\e1ff";
    }
        .fi-ts-border-outer:before {
    content: "\e200";
    }
        .fi-ts-border-right:before {
    content: "\e201";
    }
        .fi-ts-border-style:before {
    content: "\e202";
    }
        .fi-ts-border-style-alt:before {
    content: "\e203";
    }
        .fi-ts-border-top:before {
    content: "\e204";
    }
        .fi-ts-boss:before {
    content: "\e205";
    }
        .fi-ts-bottle:before {
    content: "\e206";
    }
        .fi-ts-bottle-droplet:before {
    content: "\e207";
    }
        .fi-ts-bow-arrow:before {
    content: "\e209";
    }
        .fi-ts-bowl-chopsticks:before {
    content: "\e20a";
    }
        .fi-ts-bowl-chopsticks-noodles:before {
    content: "\e20b";
    }
        .fi-ts-bowl-rice:before {
    content: "\e20c";
    }
        .fi-ts-bowl-scoop:before {
    content: "\e20d";
    }
        .fi-ts-bowl-scoops:before {
    content: "\e20e";
    }
        .fi-ts-bowl-soft-serve:before {
    content: "\e20f";
    }
        .fi-ts-bowl-spoon:before {
    content: "\e210";
    }
        .fi-ts-bowling-ball:before {
    content: "\e212";
    }
        .fi-ts-bowling-pins:before {
    content: "\e213";
    }
        .fi-ts-box:before {
    content: "\e214";
    }
        .fi-ts-box-alt:before {
    content: "\e215";
    }
        .fi-ts-box-ballot:before {
    content: "\e216";
    }
        .fi-ts-box-check:before {
    content: "\e217";
    }
        .fi-ts-box-circle-check:before {
    content: "\e218";
    }
        .fi-ts-box-dollar:before {
    content: "\e219";
    }
        .fi-ts-box-fragile:before {
    content: "\e21a";
    }
        .fi-ts-box-heart:before {
    content: "\e21b";
    }
        .fi-ts-box-open:before {
    content: "\e21c";
    }
        .fi-ts-box-open-full:before {
    content: "\e21d";
    }
        .fi-ts-box-tissue:before {
    content: "\e21e";
    }
        .fi-ts-box-up:before {
    content: "\e21f";
    }
        .fi-ts-boxes:before {
    content: "\e220";
    }
        .fi-ts-boxing-glove:before {
    content: "\e221";
    }
        .fi-ts-bracket-curly:before {
    content: "\e222";
    }
        .fi-ts-bracket-curly-right:before {
    content: "\e223";
    }
        .fi-ts-bracket-round:before {
    content: "\e224";
    }
        .fi-ts-bracket-round-right:before {
    content: "\e225";
    }
        .fi-ts-bracket-square:before {
    content: "\e226";
    }
        .fi-ts-bracket-square-right:before {
    content: "\e227";
    }
        .fi-ts-brackets-curly:before {
    content: "\e228";
    }
        .fi-ts-brackets-round:before {
    content: "\e229";
    }
        .fi-ts-brackets-square:before {
    content: "\e22a";
    }
        .fi-ts-braille:before {
    content: "\e22b";
    }
        .fi-ts-braille-a:before {
    content: "\e22c";
    }
        .fi-ts-braille-b:before {
    content: "\e22d";
    }
        .fi-ts-braille-c:before {
    content: "\e22e";
    }
        .fi-ts-braille-d:before {
    content: "\e22f";
    }
        .fi-ts-braille-e:before {
    content: "\e230";
    }
        .fi-ts-braille-g:before {
    content: "\e231";
    }
        .fi-ts-braille-h:before {
    content: "\e232";
    }
        .fi-ts-braille-i:before {
    content: "\e233";
    }
        .fi-ts-braille-j:before {
    content: "\e234";
    }
        .fi-ts-braille-k:before {
    content: "\e235";
    }
        .fi-ts-braille-l:before {
    content: "\e236";
    }
        .fi-ts-braille-m:before {
    content: "\e237";
    }
        .fi-ts-braille-n:before {
    content: "\e238";
    }
        .fi-ts-braille-n-alt:before {
    content: "\e239";
    }
        .fi-ts-braille-o:before {
    content: "\e23a";
    }
        .fi-ts-braille-p:before {
    content: "\e23b";
    }
        .fi-ts-braille-q:before {
    content: "\e23c";
    }
        .fi-ts-braille-r:before {
    content: "\e23d";
    }
        .fi-ts-braille-s:before {
    content: "\e23e";
    }
        .fi-ts-braille-t:before {
    content: "\e23f";
    }
        .fi-ts-braille-u:before {
    content: "\e240";
    }
        .fi-ts-braille-v:before {
    content: "\e241";
    }
        .fi-ts-braille-w:before {
    content: "\e242";
    }
        .fi-ts-braille-x:before {
    content: "\e243";
    }
        .fi-ts-braille-y:before {
    content: "\e244";
    }
        .fi-ts-braille-z:before {
    content: "\e245";
    }
        .fi-ts-brain:before {
    content: "\e246";
    }
        .fi-ts-brain-bulb:before {
    content: "\e247";
    }
        .fi-ts-brain-circuit:before {
    content: "\e248";
    }
        .fi-ts-brain-lightning:before {
    content: "\e249";
    }
        .fi-ts-brain-stress:before {
    content: "\e24a";
    }
        .fi-ts-brake-warning:before {
    content: "\e24b";
    }
        .fi-ts-branching:before {
    content: "\e24c";
    }
        .fi-ts-brand:before {
    content: "\e24d";
    }
        .fi-ts-branding:before {
    content: "\e24e";
    }
        .fi-ts-brazil:before {
    content: "\e24f";
    }
        .fi-ts-brazil-flag:before {
    content: "\e250";
    }
        .fi-ts-brazil-flag-circle:before {
    content: "\e251";
    }
        .fi-ts-bread:before {
    content: "\e252";
    }
        .fi-ts-bread-loaf:before {
    content: "\e253";
    }
        .fi-ts-bread-slice:before {
    content: "\e254";
    }
        .fi-ts-bread-slice-butter:before {
    content: "\e255";
    }
        .fi-ts-bridge:before {
    content: "\e256";
    }
        .fi-ts-bridge-circle-check:before {
    content: "\e257";
    }
        .fi-ts-bridge-collapse:before {
    content: "\e258";
    }
        .fi-ts-bridge-suspension:before {
    content: "\e259";
    }
        .fi-ts-bridge-water:before {
    content: "\e25a";
    }
        .fi-ts-briefcase-arrow-right:before {
    content: "\e25d";
    }
        .fi-ts-briefcase-blank:before {
    content: "\e25e";
    }
        .fi-ts-brightness:before {
    content: "\e25f";
    }
        .fi-ts-brightness-low:before {
    content: "\e260";
    }
        .fi-ts-bring-forward:before {
    content: "\e261";
    }
        .fi-ts-bring-front:before {
    content: "\e262";
    }
        .fi-ts-broadcast-tower:before {
    content: "\e263";
    }
        .fi-ts-broccoli:before {
    content: "\e264";
    }
        .fi-ts-broken-arm:before {
    content: "\e265";
    }
        .fi-ts-broken-chain-link-wrong:before {
    content: "\e266";
    }
        .fi-ts-broken-image:before {
    content: "\e267";
    }
        .fi-ts-broken-leg:before {
    content: "\e268";
    }
        .fi-ts-broken-nail:before {
    content: "\e269";
    }
        .fi-ts-broom:before {
    content: "\e26a";
    }
        .fi-ts-broom-ball:before {
    content: "\e26b";
    }
        .fi-ts-browser:before {
    content: "\e26c";
    }
        .fi-ts-browser-ui:before {
    content: "\e26f";
    }
        .fi-ts-browsers:before {
    content: "\e270";
    }
        .fi-ts-brush:before {
    content: "\e271";
    }
        .fi-ts-bubble-discussion:before {
    content: "\e272";
    }
        .fi-ts-bucket:before {
    content: "\e273";
    }
        .fi-ts-budget:before {
    content: "\e274";
    }
        .fi-ts-budget-alt:before {
    content: "\e275";
    }
        .fi-ts-bug:before {
    content: "\e276";
    }
        .fi-ts-bug-slash:before {
    content: "\e277";
    }
        .fi-ts-bugs:before {
    content: "\e278";
    }
        .fi-ts-build:before {
    content: "\e279";
    }
        .fi-ts-build-alt:before {
    content: "\e27a";
    }
        .fi-ts-builder:before {
    content: "\e27b";
    }
        .fi-ts-building:before {
    content: "\e27c";
    }
        .fi-ts-building-circle-arrow-right:before {
    content: "\e27d";
    }
        .fi-ts-building-ngo:before {
    content: "\e27e";
    }
        .fi-ts-bulb:before {
    content: "\e27f";
    }
        .fi-ts-bulb-speech-bubble:before {
    content: "\e280";
    }
        .fi-ts-bullet:before {
    content: "\e281";
    }
        .fi-ts-bullhorn:before {
    content: "\e282";
    }
        .fi-ts-bullseye:before {
    content: "\e283";
    }
        .fi-ts-bullseye-arrow:before {
    content: "\e284";
    }
        .fi-ts-bullseye-pointer:before {
    content: "\e285";
    }
        .fi-ts-burger-alt:before {
    content: "\e286";
    }
        .fi-ts-burger-fries:before {
    content: "\e287";
    }
        .fi-ts-burger-glass:before {
    content: "\e288";
    }
        .fi-ts-burrito:before {
    content: "\e28b";
    }
        .fi-ts-burst:before {
    content: "\e28c";
    }
        .fi-ts-bus:before {
    content: "\e28d";
    }
        .fi-ts-bus-alt:before {
    content: "\e28e";
    }
        .fi-ts-business-time:before {
    content: "\e28f";
    }
        .fi-ts-Butter:before {
    content: "\e291";
    }
        .fi-ts-butterfly:before {
    content: "\e292";
    }
        .fi-ts-c:before {
    content: "\e293";
    }
        .fi-ts-cabin:before {
    content: "\e294";
    }
        .fi-ts-cactus:before {
    content: "\e296";
    }
        .fi-ts-cage-empty:before {
    content: "\e297";
    }
        .fi-ts-cake-birthday:before {
    content: "\e298";
    }
        .fi-ts-cake-slice:before {
    content: "\e299";
    }
        .fi-ts-cake-wedding:before {
    content: "\e29a";
    }
        .fi-ts-calculator:before {
    content: "\e29b";
    }
        .fi-ts-calculator-bill:before {
    content: "\e29d";
    }
        .fi-ts-calculator-math-tax:before {
    content: "\e29e";
    }
        .fi-ts-calculator-money:before {
    content: "\e29f";
    }
        .fi-ts-calculator-simple:before {
    content: "\e2a0";
    }
        .fi-ts-calendar:before {
    content: "\e2a1";
    }
        .fi-ts-calendar-arrow-down:before {
    content: "\e2a2";
    }
        .fi-ts-calendar-arrow-up:before {
    content: "\e2a3";
    }
        .fi-ts-calendar-birhtday-cake:before {
    content: "\e2a4";
    }
        .fi-ts-calendar-call:before {
    content: "\e2a5";
    }
        .fi-ts-calendar-check:before {
    content: "\e2a6";
    }
        .fi-ts-calendar-clock:before {
    content: "\e2a7";
    }
        .fi-ts-calendar-day:before {
    content: "\e2a8";
    }
        .fi-ts-calendar-days:before {
    content: "\e2a9";
    }
        .fi-ts-calendar-event-tax:before {
    content: "\e2aa";
    }
        .fi-ts-calendar-exclamation:before {
    content: "\e2ab";
    }
        .fi-ts-calendar-gavel-legal:before {
    content: "\e2ac";
    }
        .fi-ts-calendar-heart:before {
    content: "\e2ad";
    }
        .fi-ts-calendar-image:before {
    content: "\e2ae";
    }
        .fi-ts-calendar-lines:before {
    content: "\e2af";
    }
        .fi-ts-calendar-lines-pen:before {
    content: "\e2b0";
    }
        .fi-ts-calendar-minus:before {
    content: "\e2b1";
    }
        .fi-ts-calendar-payment-loan:before {
    content: "\e2b2";
    }
        .fi-ts-calendar-pen:before {
    content: "\e2b3";
    }
        .fi-ts-calendar-plus:before {
    content: "\e2b4";
    }
        .fi-ts-calendar-salary:before {
    content: "\e2b5";
    }
        .fi-ts-calendar-shift-swap:before {
    content: "\e2b6";
    }
        .fi-ts-calendar-star:before {
    content: "\e2b7";
    }
        .fi-ts-calendar-swap:before {
    content: "\e2b8";
    }
        .fi-ts-calendar-update:before {
    content: "\e2b9";
    }
        .fi-ts-calendar-week:before {
    content: "\e2ba";
    }
        .fi-ts-calendar-xmark:before {
    content: "\e2bb";
    }
        .fi-ts-calendars:before {
    content: "\e2bc";
    }
        .fi-ts-call-duration:before {
    content: "\e2bd";
    }
        .fi-ts-call-forbidden:before {
    content: "\e2be";
    }
        .fi-ts-call-history:before {
    content: "\e2bf";
    }
        .fi-ts-call-incoming:before {
    content: "\e2c0";
    }
        .fi-ts-call-missed:before {
    content: "\e2c1";
    }
        .fi-ts-call-outgoing:before {
    content: "\e2c2";
    }
        .fi-ts-camcorder:before {
    content: "\e2c3";
    }
        .fi-ts-camera:before {
    content: "\e2c4";
    }
        .fi-ts-camera-cctv:before {
    content: "\e2c5";
    }
        .fi-ts-camera-movie:before {
    content: "\e2c7";
    }
        .fi-ts-camera-retro:before {
    content: "\e2c8";
    }
        .fi-ts-camera-rotate:before {
    content: "\e2c9";
    }
        .fi-ts-camera-security:before {
    content: "\e2ca";
    }
        .fi-ts-camera-slash:before {
    content: "\e2cb";
    }
        .fi-ts-camera-viewfinder:before {
    content: "\e2cc";
    }
        .fi-ts-campfire:before {
    content: "\e2cd";
    }
        .fi-ts-camping:before {
    content: "\e2ce";
    }
        .fi-ts-can-food:before {
    content: "\e2cf";
    }
        .fi-ts-candle-holder:before {
    content: "\e2d0";
    }
        .fi-ts-candle-lotus-yoga:before {
    content: "\e2d1";
    }
        .fi-ts-candle-pose-yoga:before {
    content: "\e2d2";
    }
        .fi-ts-candy:before {
    content: "\e2d4";
    }
        .fi-ts-candy-alt:before {
    content: "\e2d5";
    }
        .fi-ts-candy-bar:before {
    content: "\e2d6";
    }
        .fi-ts-candy-cane:before {
    content: "\e2d7";
    }
        .fi-ts-candy-corn:before {
    content: "\e2d8";
    }
        .fi-ts-candy-sweet:before {
    content: "\e2d9";
    }
        .fi-ts-Cannabis:before {
    content: "\e2da";
    }
        .fi-ts-canned-food:before {
    content: "\e2db";
    }
        .fi-ts-cannon:before {
    content: "\e2dc";
    }
        .fi-ts-capsules:before {
    content: "\e2dd";
    }
        .fi-ts-car:before {
    content: "\e2df";
    }
        .fi-ts-car-alt:before {
    content: "\e2e0";
    }
        .fi-ts-car-battery:before {
    content: "\e2e1";
    }
        .fi-ts-car-bolt:before {
    content: "\e2e2";
    }
        .fi-ts-car-building:before {
    content: "\e2e3";
    }
        .fi-ts-car-bump:before {
    content: "\e2e4";
    }
        .fi-ts-car-bus:before {
    content: "\e2e5";
    }
        .fi-ts-car-circle-bolt:before {
    content: "\e2e6";
    }
        .fi-ts-car-crash:before {
    content: "\e2e7";
    }
        .fi-ts-car-garage:before {
    content: "\e2e8";
    }
        .fi-ts-car-journey:before {
    content: "\e2e9";
    }
        .fi-ts-car-mechanic:before {
    content: "\e2ea";
    }
        .fi-ts-car-rear:before {
    content: "\e2eb";
    }
        .fi-ts-car-side:before {
    content: "\e2ec";
    }
        .fi-ts-car-side-bolt:before {
    content: "\e2ed";
    }
        .fi-ts-car-tilt:before {
    content: "\e2ee";
    }
        .fi-ts-car-tunnel:before {
    content: "\e2ef";
    }
        .fi-ts-car-wash:before {
    content: "\e2f0";
    }
        .fi-ts-caravan:before {
    content: "\e2f1";
    }
        .fi-ts-caravan-alt:before {
    content: "\e2f2";
    }
        .fi-ts-carbon-cloud:before {
    content: "\e2f3";
    }
        .fi-ts-carbon-cloud-arrow-down:before {
    content: "\e2f4";
    }
        .fi-ts-carbon-footprint:before {
    content: "\e2f5";
    }
        .fi-ts-card-club:before {
    content: "\e2f6";
    }
        .fi-ts-card-diamond:before {
    content: "\e2f7";
    }
        .fi-ts-card-heart:before {
    content: "\e2f8";
    }
        .fi-ts-card-spade:before {
    content: "\e2f9";
    }
        .fi-ts-cardinal-compass:before {
    content: "\e2fa";
    }
        .fi-ts-cards-blank:before {
    content: "\e2fc";
    }
        .fi-ts-career-growth:before {
    content: "\e2fe";
    }
        .fi-ts-career-path:before {
    content: "\e2ff";
    }
        .fi-ts-caret-circle-down:before {
    content: "\e300";
    }
        .fi-ts-caret-circle-right:before {
    content: "\e302";
    }
        .fi-ts-caret-circle-up:before {
    content: "\e303";
    }
        .fi-ts-caret-down:before {
    content: "\e304";
    }
        .fi-ts-caret-left:before {
    content: "\e305";
    }
        .fi-ts-caret-right:before {
    content: "\e307";
    }
        .fi-ts-caret-square-down:before {
    content: "\e308";
    }
        .fi-ts-caret-square-left:before {
    content: "\e309";
    }
        .fi-ts-caret-square-left_1:before {
    content: "\e30a";
    }
        .fi-ts-caret-square-right:before {
    content: "\e30b";
    }
        .fi-ts-caret-square-up:before {
    content: "\e30c";
    }
        .fi-ts-caret-up:before {
    content: "\e30d";
    }
        .fi-ts-carrot:before {
    content: "\e30e";
    }
        .fi-ts-cars:before {
    content: "\e30f";
    }
        .fi-ts-cars-crash:before {
    content: "\e310";
    }
        .fi-ts-cart-arrow-down:before {
    content: "\e311";
    }
        .fi-ts-cart-minus:before {
    content: "\e312";
    }
        .fi-ts-cart-shopping-fast:before {
    content: "\e313";
    }
        .fi-ts-case-study:before {
    content: "\e314";
    }
        .fi-ts-cash-register:before {
    content: "\e315";
    }
        .fi-ts-cassette-tape:before {
    content: "\e316";
    }
        .fi-ts-cassette-vhs:before {
    content: "\e317";
    }
        .fi-ts-castle:before {
    content: "\e318";
    }
        .fi-ts-cat:before {
    content: "\e319";
    }
        .fi-ts-cat-dog:before {
    content: "\e31a";
    }
        .fi-ts-cat-head:before {
    content: "\e31b";
    }
        .fi-ts-cat-space:before {
    content: "\e31c";
    }
        .fi-ts-catalog:before {
    content: "\e31d";
    }
        .fi-ts-catalog-alt:before {
    content: "\e31e";
    }
        .fi-ts-catalog-magazine:before {
    content: "\e31f";
    }
        .fi-ts-category:before {
    content: "\e320";
    }
        .fi-ts-category-alt:before {
    content: "\e321";
    }
        .fi-ts-cauldron:before {
    content: "\e322";
    }
        .fi-ts-cedi-sign:before {
    content: "\e327";
    }
        .fi-ts-cello:before {
    content: "\e328";
    }
        .fi-ts-cent-sign:before {
    content: "\e329";
    }
        .fi-ts-chair:before {
    content: "\e32b";
    }
        .fi-ts-chair-director:before {
    content: "\e32c";
    }
        .fi-ts-chair-office:before {
    content: "\e32d";
    }
        .fi-ts-chalkboard:before {
    content: "\e32e";
    }
        .fi-ts-chalkboard-user:before {
    content: "\e32f";
    }
        .fi-ts-challenge:before {
    content: "\e330";
    }
        .fi-ts-challenge-alt:before {
    content: "\e331";
    }
        .fi-ts-channel:before {
    content: "\e332";
    }
        .fi-ts-charging-station:before {
    content: "\e334";
    }
        .fi-ts-chart-area:before {
    content: "\e335";
    }
        .fi-ts-chart-arrow-down:before {
    content: "\e336";
    }
        .fi-ts-chart-arrow-grow:before {
    content: "\e337";
    }
        .fi-ts-chart-bar-holding-hand:before {
    content: "\e338";
    }
        .fi-ts-chart-bullet:before {
    content: "\e339";
    }
        .fi-ts-chart-candlestick:before {
    content: "\e33a";
    }
        .fi-ts-chart-connected:before {
    content: "\e33b";
    }
        .fi-ts-chart-gantt:before {
    content: "\e33c";
    }
        .fi-ts-chart-histogram:before {
    content: "\e33d";
    }
        .fi-ts-chart-kanban:before {
    content: "\e33e";
    }
        .fi-ts-chart-line-up:before {
    content: "\e33f";
    }
        .fi-ts-chart-line-up-down:before {
    content: "\e340";
    }
        .fi-ts-chart-mixed:before {
    content: "\e341";
    }
        .fi-ts-chart-mixed-up-circle-currency:before {
    content: "\e342";
    }
        .fi-ts-chart-mixed-up-circle-dollar:before {
    content: "\e343";
    }
        .fi-ts-chart-network:before {
    content: "\e344";
    }
        .fi-ts-chart-pie:before {
    content: "\e345";
    }
        .fi-ts-chart-pie-alt:before {
    content: "\e346";
    }
        .fi-ts-chart-pie-simple-circle-currency:before {
    content: "\e347";
    }
        .fi-ts-chart-pie-simple-circle-dollar:before {
    content: "\e348";
    }
        .fi-ts-chart-pyramid:before {
    content: "\e349";
    }
        .fi-ts-chart-radar:before {
    content: "\e34a";
    }
        .fi-ts-chart-scatter:before {
    content: "\e34b";
    }
        .fi-ts-chart-scatter-3d:before {
    content: "\e34c";
    }
        .fi-ts-chart-scatter-bubble:before {
    content: "\e34d";
    }
        .fi-ts-chart-set-theory:before {
    content: "\e34e";
    }
        .fi-ts-chart-simple:before {
    content: "\e34f";
    }
        .fi-ts-chart-simple-horizontal:before {
    content: "\e350";
    }
        .fi-ts-chart-tree:before {
    content: "\e351";
    }
        .fi-ts-chart-tree-map:before {
    content: "\e352";
    }
        .fi-ts-chart-user:before {
    content: "\e353";
    }
        .fi-ts-chart-waterfall:before {
    content: "\e354";
    }
        .fi-ts-chat-bubble-call:before {
    content: "\e357";
    }
        .fi-ts-chatbot:before {
    content: "\e358";
    }
        .fi-ts-chatbot-speech-bubble:before {
    content: "\e359";
    }
        .fi-ts-cheap:before {
    content: "\e35a";
    }
        .fi-ts-cheap-bill:before {
    content: "\e35b";
    }
        .fi-ts-cheap-dollar:before {
    content: "\e35c";
    }
        .fi-ts-cheap-stack:before {
    content: "\e35d";
    }
        .fi-ts-cheap-stack-dollar:before {
    content: "\e35e";
    }
        .fi-ts-check:before {
    content: "\e35f";
    }
        .fi-ts-check-circle:before {
    content: "\e360";
    }
        .fi-ts-check-double:before {
    content: "\e361";
    }
        .fi-ts-check-in-calendar:before {
    content: "\e362";
    }
        .fi-ts-check-out-calendar:before {
    content: "\e363";
    }
        .fi-ts-checkbox:before {
    content: "\e364";
    }
        .fi-ts-checklist-task-budget:before {
    content: "\e365";
    }
        .fi-ts-cheese:before {
    content: "\e366";
    }
        .fi-ts-cheese-alt:before {
    content: "\e367";
    }
        .fi-ts-cheeseburger:before {
    content: "\e368";
    }
        .fi-ts-cherry:before {
    content: "\e369";
    }
        .fi-ts-chess:before {
    content: "\e36a";
    }
        .fi-ts-chess-bishop:before {
    content: "\e36b";
    }
        .fi-ts-chess-board:before {
    content: "\e36c";
    }
        .fi-ts-chess-clock:before {
    content: "\e36d";
    }
        .fi-ts-chess-clock-alt:before {
    content: "\e36e";
    }
        .fi-ts-chess-king:before {
    content: "\e36f";
    }
        .fi-ts-chess-king-alt:before {
    content: "\e370";
    }
        .fi-ts-chess-knight:before {
    content: "\e371";
    }
        .fi-ts-chess-knight-alt:before {
    content: "\e372";
    }
        .fi-ts-chess-pawn:before {
    content: "\e373";
    }
        .fi-ts-chess-pawn-alt:before {
    content: "\e374";
    }
        .fi-ts-chess-queen:before {
    content: "\e376";
    }
        .fi-ts-chess-queen-alt:before {
    content: "\e377";
    }
        .fi-ts-chess-rook:before {
    content: "\e378";
    }
        .fi-ts-chess-rook-alt:before {
    content: "\e379";
    }
        .fi-ts-chevron-double-down:before {
    content: "\e37a";
    }
        .fi-ts-chevron-double-up:before {
    content: "\e37b";
    }
        .fi-ts-child:before {
    content: "\e37c";
    }
        .fi-ts-child-head:before {
    content: "\e37d";
    }
        .fi-ts-chimney:before {
    content: "\e37e";
    }
        .fi-ts-chip:before {
    content: "\e37f";
    }
        .fi-ts-chocolate-bar:before {
    content: "\e381";
    }
        .fi-ts-choir-singing:before {
    content: "\e382";
    }
        .fi-ts-choose:before {
    content: "\e383";
    }
        .fi-ts-choose-alt:before {
    content: "\e384";
    }
        .fi-ts-church:before {
    content: "\e386";
    }
        .fi-ts-circle:before {
    content: "\e387";
    }
        .fi-ts-circle-0:before {
    content: "\e388";
    }
        .fi-ts-circle-1:before {
    content: "\e389";
    }
        .fi-ts-circle-2:before {
    content: "\e38a";
    }
        .fi-ts-circle-3:before {
    content: "\e38b";
    }
        .fi-ts-circle-4:before {
    content: "\e38c";
    }
        .fi-ts-circle-5:before {
    content: "\e38d";
    }
        .fi-ts-circle-6:before {
    content: "\e38e";
    }
        .fi-ts-circle-7:before {
    content: "\e38f";
    }
        .fi-ts-circle-8:before {
    content: "\e390";
    }
        .fi-ts-circle-9:before {
    content: "\e391";
    }
        .fi-ts-circle-a:before {
    content: "\e392";
    }
        .fi-ts-circle-b:before {
    content: "\e394";
    }
        .fi-ts-circle-bolt:before {
    content: "\e395";
    }
        .fi-ts-circle-book-open:before {
    content: "\e396";
    }
        .fi-ts-circle-bookmark:before {
    content: "\e397";
    }
        .fi-ts-circle-c:before {
    content: "\e398";
    }
        .fi-ts-circle-calendar:before {
    content: "\e399";
    }
        .fi-ts-circle-camera:before {
    content: "\e39a";
    }
        .fi-ts-circle-d:before {
    content: "\e39c";
    }
        .fi-ts-circle-dashed:before {
    content: "\e39d";
    }
        .fi-ts-circle-divide:before {
    content: "\e39e";
    }
        .fi-ts-circle-e:before {
    content: "\e3a0";
    }
        .fi-ts-circle-ellipsis:before {
    content: "\e3a1";
    }
        .fi-ts-circle-ellipsis-vertical:before {
    content: "\e3a2";
    }
        .fi-ts-circle-envelope:before {
    content: "\e3a3";
    }
        .fi-ts-circle-exclamation-check:before {
    content: "\e3a4";
    }
        .fi-ts-circle-f:before {
    content: "\e3a5";
    }
        .fi-ts-circle-g:before {
    content: "\e3a6";
    }
        .fi-ts-circle-h:before {
    content: "\e3a7";
    }
        .fi-ts-circle-half:before {
    content: "\e3a8";
    }
        .fi-ts-circle-half-stroke:before {
    content: "\e3a9";
    }
        .fi-ts-circle-heart:before {
    content: "\e3aa";
    }
        .fi-ts-circle-i:before {
    content: "\e3ab";
    }
        .fi-ts-circle-j:before {
    content: "\e3ac";
    }
        .fi-ts-circle-k:before {
    content: "\e3ad";
    }
        .fi-ts-circle-l:before {
    content: "\e3ae";
    }
        .fi-ts-circle-m:before {
    content: "\e3af";
    }
        .fi-ts-circle-microphone:before {
    content: "\e3b0";
    }
        .fi-ts-circle-microphone-lines:before {
    content: "\e3b1";
    }
        .fi-ts-circle-n:before {
    content: "\e3b2";
    }
        .fi-ts-circle-nodes:before {
    content: "\e3b3";
    }
        .fi-ts-circle-o:before {
    content: "\e3b4";
    }
        .fi-ts-circle-overlap:before {
    content: "\e3b5";
    }
        .fi-ts-circle-p:before {
    content: "\e3b6";
    }
        .fi-ts-circle-phone:before {
    content: "\e3b8";
    }
        .fi-ts-circle-phone-flip:before {
    content: "\e3b9";
    }
        .fi-ts-circle-phone-hangup:before {
    content: "\e3ba";
    }
        .fi-ts-circle-q:before {
    content: "\e3bc";
    }
        .fi-ts-circle-quarter:before {
    content: "\e3bd";
    }
        .fi-ts-circle-quarters-alt:before {
    content: "\e3bf";
    }
        .fi-ts-circle-r:before {
    content: "\e3c0";
    }
        .fi-ts-circle-s:before {
    content: "\e3c1";
    }
        .fi-ts-circle-small:before {
    content: "\e3c2";
    }
        .fi-ts-circle-star:before {
    content: "\e3c3";
    }
        .fi-ts-circle-t:before {
    content: "\e3c5";
    }
        .fi-ts-circle-three-quarters:before {
    content: "\e3c6";
    }
        .fi-ts-circle-trash:before {
    content: "\e3c7";
    }
        .fi-ts-circle-u:before {
    content: "\e3c8";
    }
        .fi-ts-circle-user:before {
    content: "\e3c9";
    }
        .fi-ts-circle-v:before {
    content: "\e3ca";
    }
        .fi-ts-circle-video:before {
    content: "\e3cb";
    }
        .fi-ts-circle-w:before {
    content: "\e3cc";
    }
        .fi-ts-circle-waveform-lines:before {
    content: "\e3cd";
    }
        .fi-ts-circle-wifi-circle-wifi:before {
    content: "\e3ce";
    }
        .fi-ts-circle-x:before {
    content: "\e3cf";
    }
        .fi-ts-circle-xmark:before {
    content: "\e3d0";
    }
        .fi-ts-circle-y:before {
    content: "\e3d1";
    }
        .fi-ts-circle-z:before {
    content: "\e3d2";
    }
        .fi-ts-citrus:before {
    content: "\e3d3";
    }
        .fi-ts-citrus-slice:before {
    content: "\e3d4";
    }
        .fi-ts-city:before {
    content: "\e3d5";
    }
        .fi-ts-clapper-open:before {
    content: "\e3d6";
    }
        .fi-ts-clapperboard:before {
    content: "\e3d7";
    }
        .fi-ts-clapperboard-play:before {
    content: "\e3d8";
    }
        .fi-ts-clarinet:before {
    content: "\e3d9";
    }
        .fi-ts-claw-marks:before {
    content: "\e3da";
    }
        .fi-ts-clear-alt:before {
    content: "\e3dd";
    }
        .fi-ts-clip:before {
    content: "\e3de";
    }
        .fi-ts-clip-file:before {
    content: "\e3df";
    }
        .fi-ts-clip-mail:before {
    content: "\e3e0";
    }
        .fi-ts-clipboard:before {
    content: "\e3e1";
    }
        .fi-ts-clipboard-check:before {
    content: "\e3e2";
    }
        .fi-ts-clipboard-exclamation:before {
    content: "\e3e3";
    }
        .fi-ts-clipboard-list:before {
    content: "\e3e4";
    }
        .fi-ts-clipboard-list-check:before {
    content: "\e3e5";
    }
        .fi-ts-clipboard-prescription:before {
    content: "\e3e6";
    }
        .fi-ts-clipboard-question:before {
    content: "\e3e7";
    }
        .fi-ts-clipboard-user:before {
    content: "\e3e8";
    }
        .fi-ts-clipoard-wrong:before {
    content: "\e3e9";
    }
        .fi-ts-clock:before {
    content: "\e3ea";
    }
        .fi-ts-clock-desk:before {
    content: "\e3eb";
    }
        .fi-ts-clock-eight-thirty:before {
    content: "\e3ec";
    }
        .fi-ts-clock-eleven:before {
    content: "\e3ed";
    }
        .fi-ts-clock-eleven-thirty:before {
    content: "\e3ee";
    }
        .fi-ts-clock-five:before {
    content: "\e3ef";
    }
        .fi-ts-clock-five-thirty:before {
    content: "\e3f0";
    }
        .fi-ts-clock-four-thirty:before {
    content: "\e3f1";
    }
        .fi-ts-clock-future-past:before {
    content: "\e3f2";
    }
        .fi-ts-clock-nine:before {
    content: "\e3f3";
    }
        .fi-ts-clock-nine-thirty:before {
    content: "\e3f4";
    }
        .fi-ts-clock-one:before {
    content: "\e3f5";
    }
        .fi-ts-clock-one-thirty:before {
    content: "\e3f6";
    }
        .fi-ts-clock-seven:before {
    content: "\e3f7";
    }
        .fi-ts-clock-seven-thirty:before {
    content: "\e3f8";
    }
        .fi-ts-clock-six:before {
    content: "\e3f9";
    }
        .fi-ts-clock-six-thirty:before {
    content: "\e3fa";
    }
        .fi-ts-clock-ten:before {
    content: "\e3fb";
    }
        .fi-ts-clock-ten-thirty:before {
    content: "\e3fc";
    }
        .fi-ts-clock-three:before {
    content: "\e3fd";
    }
        .fi-ts-clock-three-thirty:before {
    content: "\e3fe";
    }
        .fi-ts-clock-time-tracking:before {
    content: "\e3ff";
    }
        .fi-ts-clock-twelve:before {
    content: "\e400";
    }
        .fi-ts-clock-twelve-thirty:before {
    content: "\e401";
    }
        .fi-ts-clock-two:before {
    content: "\e402";
    }
        .fi-ts-clock-two-thirty:before {
    content: "\e403";
    }
        .fi-ts-clock-up-arrow:before {
    content: "\e404";
    }
        .fi-ts-clone:before {
    content: "\e405";
    }
        .fi-ts-closed-captioning-slash:before {
    content: "\e406";
    }
        .fi-ts-clothes-hanger:before {
    content: "\e407";
    }
        .fi-ts-clothing-rack:before {
    content: "\e408";
    }
        .fi-ts-cloud:before {
    content: "\e409";
    }
        .fi-ts-cloud-back-up:before {
    content: "\e40a";
    }
        .fi-ts-cloud-back-up-alt:before {
    content: "\e40b";
    }
        .fi-ts-cloud-check:before {
    content: "\e40c";
    }
        .fi-ts-cloud-code:before {
    content: "\e40d";
    }
        .fi-ts-cloud-data:before {
    content: "\e40e";
    }
        .fi-ts-cloud-disabled:before {
    content: "\e40f";
    }
        .fi-ts-cloud-download:before {
    content: "\e410";
    }
        .fi-ts-cloud-download-alt:before {
    content: "\e411";
    }
        .fi-ts-cloud-download-circle:before {
    content: "\e412";
    }
        .fi-ts-cloud-drizzle:before {
    content: "\e413";
    }
        .fi-ts-cloud-exclamation:before {
    content: "\e414";
    }
        .fi-ts-cloud-gear-automation:before {
    content: "\e416";
    }
        .fi-ts-cloud-hail:before {
    content: "\e417";
    }
        .fi-ts-cloud-hail-mixed:before {
    content: "\e418";
    }
        .fi-ts-cloud-lock:before {
    content: "\e419";
    }
        .fi-ts-cloud-meatball:before {
    content: "\e41a";
    }
        .fi-ts-cloud-moon:before {
    content: "\e41c";
    }
        .fi-ts-cloud-moon-rain:before {
    content: "\e41d";
    }
        .fi-ts-cloud-question:before {
    content: "\e41f";
    }
        .fi-ts-cloud-rain:before {
    content: "\e420";
    }
        .fi-ts-cloud-rainbow:before {
    content: "\e421";
    }
        .fi-ts-cloud-share:before {
    content: "\e422";
    }
        .fi-ts-cloud-showers:before {
    content: "\e423";
    }
        .fi-ts-cloud-showers-heavy:before {
    content: "\e424";
    }
        .fi-ts-cloud-showers-water:before {
    content: "\e425";
    }
        .fi-ts-cloud-sleet:before {
    content: "\e427";
    }
        .fi-ts-cloud-snow:before {
    content: "\e428";
    }
        .fi-ts-cloud-sun:before {
    content: "\e429";
    }
        .fi-ts-cloud-sun-rain:before {
    content: "\e42a";
    }
        .fi-ts-cloud-upload:before {
    content: "\e42b";
    }
        .fi-ts-cloud-upload-alt:before {
    content: "\e42c";
    }
        .fi-ts-cloud-upload-circle:before {
    content: "\e42d";
    }
        .fi-ts-clouds:before {
    content: "\e430";
    }
        .fi-ts-clouds-moon:before {
    content: "\e431";
    }
        .fi-ts-clouds-sun:before {
    content: "\e432";
    }
        .fi-ts-clover-alt:before {
    content: "\e433";
    }
        .fi-ts-club:before {
    content: "\e434";
    }
        .fi-ts-cocktail:before {
    content: "\e437";
    }
        .fi-ts-coconut:before {
    content: "\e439";
    }
        .fi-ts-code-branch:before {
    content: "\e43a";
    }
        .fi-ts-code-commit:before {
    content: "\e43b";
    }
        .fi-ts-code-compare:before {
    content: "\e43c";
    }
        .fi-ts-code-fork:before {
    content: "\e43d";
    }
        .fi-ts-code-merge:before {
    content: "\e43e";
    }
        .fi-ts-code-pull-request:before {
    content: "\e43f";
    }
        .fi-ts-code-pull-request-closed:before {
    content: "\e440";
    }
        .fi-ts-code-pull-request-draft:before {
    content: "\e441";
    }
        .fi-ts-code-simple:before {
    content: "\e442";
    }
        .fi-ts-coffee:before {
    content: "\e443";
    }
        .fi-ts-coffee-bean:before {
    content: "\e444";
    }
        .fi-ts-coffee-beans:before {
    content: "\e445";
    }
        .fi-ts-coffee-heart:before {
    content: "\e446";
    }
        .fi-ts-coffee-maker:before {
    content: "\e447";
    }
        .fi-ts-coffee-pot:before {
    content: "\e448";
    }
        .fi-ts-coffin:before {
    content: "\e449";
    }
        .fi-ts-coffin-cross:before {
    content: "\e44a";
    }
        .fi-ts-coin:before {
    content: "\e44b";
    }
        .fi-ts-coin-up-arrow:before {
    content: "\e44c";
    }
        .fi-ts-coins:before {
    content: "\e44d";
    }
        .fi-ts-colon-sign:before {
    content: "\e44f";
    }
        .fi-ts-columns-3:before {
    content: "\e450";
    }
        .fi-ts-comet:before {
    content: "\e451";
    }
        .fi-ts-command:before {
    content: "\e453";
    }
        .fi-ts-comment:before {
    content: "\e454";
    }
        .fi-ts-comment-alt:before {
    content: "\e455";
    }
        .fi-ts-comment-alt-check:before {
    content: "\e456";
    }
        .fi-ts-comment-alt-dots:before {
    content: "\e457";
    }
        .fi-ts-comment-alt-edit:before {
    content: "\e458";
    }
        .fi-ts-comment-alt-medical:before {
    content: "\e459";
    }
        .fi-ts-comment-alt-middle:before {
    content: "\e45a";
    }
        .fi-ts-comment-alt-middle-top:before {
    content: "\e45b";
    }
        .fi-ts-comment-alt-minus:before {
    content: "\e45c";
    }
        .fi-ts-comment-alt-music:before {
    content: "\e45d";
    }
        .fi-ts-comment-arrow-down:before {
    content: "\e460";
    }
        .fi-ts-comment-arrow-up:before {
    content: "\e461";
    }
        .fi-ts-comment-arrow-up-right:before {
    content: "\e462";
    }
        .fi-ts-comment-check:before {
    content: "\e463";
    }
        .fi-ts-comment-code:before {
    content: "\e464";
    }
        .fi-ts-comment-dollar:before {
    content: "\e465";
    }
        .fi-ts-comment-dots:before {
    content: "\e466";
    }
        .fi-ts-comment-exclamation:before {
    content: "\e467";
    }
        .fi-ts-comment-heart:before {
    content: "\e468";
    }
        .fi-ts-comment-image:before {
    content: "\e469";
    }
        .fi-ts-comment-info:before {
    content: "\e46a";
    }
        .fi-ts-comment-medical:before {
    content: "\e46b";
    }
        .fi-ts-comment-minus:before {
    content: "\e46c";
    }
        .fi-ts-comment-pen:before {
    content: "\e46d";
    }
        .fi-ts-comment-question:before {
    content: "\e46f";
    }
        .fi-ts-comment-quote:before {
    content: "\e470";
    }
        .fi-ts-comment-slash:before {
    content: "\e471";
    }
        .fi-ts-comment-smile:before {
    content: "\e472";
    }
        .fi-ts-comment-sms:before {
    content: "\e473";
    }
        .fi-ts-comment-text:before {
    content: "\e474";
    }
        .fi-ts-comment-user:before {
    content: "\e475";
    }
        .fi-ts-comment-xmark:before {
    content: "\e476";
    }
        .fi-ts-comments:before {
    content: "\e477";
    }
        .fi-ts-comments-dollar:before {
    content: "\e478";
    }
        .fi-ts-comments-question:before {
    content: "\e479";
    }
        .fi-ts-comments-question-check:before {
    content: "\e47a";
    }
        .fi-ts-compass-alt:before {
    content: "\e47b";
    }
        .fi-ts-compass-east:before {
    content: "\e47c";
    }
        .fi-ts-compass-north:before {
    content: "\e47d";
    }
        .fi-ts-compass-slash:before {
    content: "\e47e";
    }
        .fi-ts-compass-south:before {
    content: "\e47f";
    }
        .fi-ts-compass-west:before {
    content: "\e480";
    }
        .fi-ts-completed:before {
    content: "\e481";
    }
        .fi-ts-compliance:before {
    content: "\e482";
    }
        .fi-ts-compliance-clipboard:before {
    content: "\e483";
    }
        .fi-ts-compliance-document:before {
    content: "\e484";
    }
        .fi-ts-compress:before {
    content: "\e485";
    }
        .fi-ts-compress-alt:before {
    content: "\e486";
    }
        .fi-ts-computer:before {
    content: "\e487";
    }
        .fi-ts-computer-classic:before {
    content: "\e488";
    }
        .fi-ts-computer-mouse:before {
    content: "\e489";
    }
        .fi-ts-computer-speaker:before {
    content: "\e48a";
    }
        .fi-ts-concierge-bell:before {
    content: "\e48b";
    }
        .fi-ts-condition:before {
    content: "\e48d";
    }
        .fi-ts-condition-alt:before {
    content: "\e48e";
    }
        .fi-ts-confetti:before {
    content: "\e48f";
    }
        .fi-ts-confidential-discussion:before {
    content: "\e490";
    }
        .fi-ts-console-controller:before {
    content: "\e492";
    }
        .fi-ts-constellation:before {
    content: "\e493";
    }
        .fi-ts-contact-lens-eyes:before {
    content: "\e494";
    }
        .fi-ts-container-storage:before {
    content: "\e495";
    }
        .fi-ts-convert-document:before {
    content: "\e496";
    }
        .fi-ts-convert-shapes:before {
    content: "\e497";
    }
        .fi-ts-conveyor-belt:before {
    content: "\e498";
    }
        .fi-ts-conveyor-belt-alt:before {
    content: "\e499";
    }
        .fi-ts-conveyor-belt-arm:before {
    content: "\e49a";
    }
        .fi-ts-conveyor-belt-empty:before {
    content: "\e49b";
    }
        .fi-ts-cookie:before {
    content: "\e49c";
    }
        .fi-ts-cookie-alt:before {
    content: "\e49d";
    }
        .fi-ts-copy:before {
    content: "\e49e";
    }
        .fi-ts-copy-alt:before {
    content: "\e49f";
    }
        .fi-ts-copy-image:before {
    content: "\e4a0";
    }
        .fi-ts-copyright:before {
    content: "\e4a1";
    }
        .fi-ts-corn:before {
    content: "\e4a2";
    }
        .fi-ts-corporate:before {
    content: "\e4a4";
    }
        .fi-ts-corporate-alt:before {
    content: "\e4a5";
    }
        .fi-ts-couch:before {
    content: "\e4a6";
    }
        .fi-ts-court-sport:before {
    content: "\e4a9";
    }
        .fi-ts-cow:before {
    content: "\e4aa";
    }
        .fi-ts-cow-alt:before {
    content: "\e4ab";
    }
        .fi-ts-cowbell:before {
    content: "\e4ac";
    }
        .fi-ts-cowbell-circle-plus:before {
    content: "\e4ad";
    }
        .fi-ts-cowbell-more:before {
    content: "\e4ae";
    }
        .fi-ts-crab:before {
    content: "\e4af";
    }
        .fi-ts-crate-empty:before {
    content: "\e4b0";
    }
        .fi-ts-cream:before {
    content: "\e4b1";
    }
        .fi-ts-credit-card-buyer:before {
    content: "\e4c2";
    }
        .fi-ts-credit-card-eye:before {
    content: "\e4c3";
    }
        .fi-ts-cricket:before {
    content: "\e4c7";
    }
        .fi-ts-CRM:before {
    content: "\e4c8";
    }
        .fi-ts-crm-alt:before {
    content: "\e4c9";
    }
        .fi-ts-crm-computer:before {
    content: "\e4ca";
    }
        .fi-ts-croissant:before {
    content: "\e4cb";
    }
        .fi-ts-cross:before {
    content: "\e4cd";
    }
        .fi-ts-cross-religion:before {
    content: "\e4cf";
    }
        .fi-ts-cross-small:before {
    content: "\e4d0";
    }
        .fi-ts-crow:before {
    content: "\e4d2";
    }
        .fi-ts-crown:before {
    content: "\e4d3";
    }
        .fi-ts-crutch:before {
    content: "\e4d4";
    }
        .fi-ts-crutches:before {
    content: "\e4d5";
    }
        .fi-ts-cruzeiro-sign:before {
    content: "\e4d6";
    }
        .fi-ts-crypto-calendar:before {
    content: "\e4d7";
    }
        .fi-ts-cryptocurrency:before {
    content: "\e4d8";
    }
        .fi-ts-crystal-ball:before {
    content: "\e4d9";
    }
        .fi-ts-cube:before {
    content: "\e4dc";
    }
        .fi-ts-cubes:before {
    content: "\e4dd";
    }
        .fi-ts-cubes-stacked:before {
    content: "\e4de";
    }
        .fi-ts-cucumber:before {
    content: "\e4df";
    }
        .fi-ts-cup-straw:before {
    content: "\e4e0";
    }
        .fi-ts-cup-straw-swoosh:before {
    content: "\e4e1";
    }
        .fi-ts-cup-togo:before {
    content: "\e4e2";
    }
        .fi-ts-cupcake:before {
    content: "\e4e3";
    }
        .fi-ts-cupcake-alt:before {
    content: "\e4e4";
    }
        .fi-ts-curling:before {
    content: "\e4e5";
    }
        .fi-ts-cursor:before {
    content: "\e4e6";
    }
        .fi-ts-cursor-finger:before {
    content: "\e4e7";
    }
        .fi-ts-cursor-plus:before {
    content: "\e4e8";
    }
        .fi-ts-cursor-text:before {
    content: "\e4e9";
    }
        .fi-ts-cursor-text-alt:before {
    content: "\e4ea";
    }
        .fi-ts-curve:before {
    content: "\e4eb";
    }
        .fi-ts-curve-alt:before {
    content: "\e4ec";
    }
        .fi-ts-curve-arrow:before {
    content: "\e4ed";
    }
        .fi-ts-custard:before {
    content: "\e4ee";
    }
        .fi-ts-customer-care:before {
    content: "\e4ef";
    }
        .fi-ts-customer-service:before {
    content: "\e4f0";
    }
        .fi-ts-customization:before {
    content: "\e4f1";
    }
        .fi-ts-customization-cogwheel:before {
    content: "\e4f2";
    }
        .fi-ts-customize:before {
    content: "\e4f3";
    }
        .fi-ts-customize-computer:before {
    content: "\e4f4";
    }
        .fi-ts-customize-edit:before {
    content: "\e4f5";
    }
        .fi-ts-CV:before {
    content: "\e4f6";
    }
        .fi-ts-cvv-card:before {
    content: "\e4f7";
    }
        .fi-ts-d:before {
    content: "\e4f8";
    }
        .fi-ts-dagger:before {
    content: "\e4f9";
    }
        .fi-ts-daily-calendar:before {
    content: "\e4fa";
    }
        .fi-ts-daisy:before {
    content: "\e4fc";
    }
        .fi-ts-daisy-alt:before {
    content: "\e4fd";
    }
        .fi-ts-damage:before {
    content: "\e4fe";
    }
        .fi-ts-dark-mode:before {
    content: "\e4ff";
    }
        .fi-ts-dark-mode-alt:before {
    content: "\e500";
    }
        .fi-ts-dashboard:before {
    content: "\e503";
    }
        .fi-ts-dashboard-monitor:before {
    content: "\e504";
    }
        .fi-ts-dashboard-panel:before {
    content: "\e505";
    }
        .fi-ts-database:before {
    content: "\e508";
    }
        .fi-ts-database-cloud-circle:before {
    content: "\e509";
    }
        .fi-ts-debt:before {
    content: "\e50a";
    }
        .fi-ts-decision-choice:before {
    content: "\e50c";
    }
        .fi-ts-deer:before {
    content: "\e50d";
    }
        .fi-ts-deer-rudolph:before {
    content: "\e50e";
    }
        .fi-ts-degree-credential:before {
    content: "\e510";
    }
        .fi-ts-delete:before {
    content: "\e511";
    }
        .fi-ts-delete-document:before {
    content: "\e512";
    }
        .fi-ts-delete-right:before {
    content: "\e513";
    }
        .fi-ts-delete-user:before {
    content: "\e514";
    }
        .fi-ts-democrat:before {
    content: "\e518";
    }
        .fi-ts-department:before {
    content: "\e519";
    }
        .fi-ts-department-structure:before {
    content: "\e51a";
    }
        .fi-ts-deposit:before {
    content: "\e51b";
    }
        .fi-ts-deposit-alt:before {
    content: "\e51c";
    }
        .fi-ts-description:before {
    content: "\e51d";
    }
        .fi-ts-description-alt:before {
    content: "\e51e";
    }
        .fi-ts-desk:before {
    content: "\e51f";
    }
        .fi-ts-desktop-arrow-down:before {
    content: "\e520";
    }
        .fi-ts-desktop-wallpaper:before {
    content: "\e521";
    }
        .fi-ts-detergent:before {
    content: "\e522";
    }
        .fi-ts-devices:before {
    content: "\e525";
    }
        .fi-ts-dewpoint:before {
    content: "\e526";
    }
        .fi-ts-dharmachakra:before {
    content: "\e527";
    }
        .fi-ts-diagram-cells:before {
    content: "\e528";
    }
        .fi-ts-diagram-lean-canvas:before {
    content: "\e529";
    }
        .fi-ts-diagram-nested:before {
    content: "\e52a";
    }
        .fi-ts-diagram-next:before {
    content: "\e52b";
    }
        .fi-ts-diagram-predecessor:before {
    content: "\e52c";
    }
        .fi-ts-diagram-previous:before {
    content: "\e52d";
    }
        .fi-ts-diagram-project:before {
    content: "\e52e";
    }
        .fi-ts-diagram-sankey:before {
    content: "\e52f";
    }
        .fi-ts-diagram-subtask:before {
    content: "\e530";
    }
        .fi-ts-diagram-successor:before {
    content: "\e531";
    }
        .fi-ts-diagram-venn:before {
    content: "\e532";
    }
        .fi-ts-dial:before {
    content: "\e533";
    }
        .fi-ts-dial-high:before {
    content: "\e534";
    }
        .fi-ts-dial-low:before {
    content: "\e535";
    }
        .fi-ts-dial-max:before {
    content: "\e536";
    }
        .fi-ts-dial-med:before {
    content: "\e537";
    }
        .fi-ts-dial-med-low:before {
    content: "\e538";
    }
        .fi-ts-dial-min:before {
    content: "\e539";
    }
        .fi-ts-dial-off:before {
    content: "\e53a";
    }
        .fi-ts-dialogue-exchange:before {
    content: "\e53b";
    }
        .fi-ts-diamond:before {
    content: "\e53c";
    }
        .fi-ts-diamond-exclamation:before {
    content: "\e53d";
    }
        .fi-ts-diamond-turn-right:before {
    content: "\e53e";
    }
        .fi-ts-diary-bookmark-down:before {
    content: "\e53f";
    }
        .fi-ts-diary-bookmarks:before {
    content: "\e540";
    }
        .fi-ts-diary-clasp:before {
    content: "\e541";
    }
        .fi-ts-dice-alt:before {
    content: "\e543";
    }
        .fi-ts-dice-d10:before {
    content: "\e544";
    }
        .fi-ts-dice-d12:before {
    content: "\e545";
    }
        .fi-ts-dice-d20:before {
    content: "\e546";
    }
        .fi-ts-dice-d4:before {
    content: "\e547";
    }
        .fi-ts-dice-d6:before {
    content: "\e548";
    }
        .fi-ts-dice-d8:before {
    content: "\e549";
    }
        .fi-ts-dice-four:before {
    content: "\e54a";
    }
        .fi-ts-dice-one:before {
    content: "\e54b";
    }
        .fi-ts-dice-six:before {
    content: "\e54c";
    }
        .fi-ts-dice-three:before {
    content: "\e54d";
    }
        .fi-ts-dice-two:before {
    content: "\e54e";
    }
        .fi-ts-dictionary:before {
    content: "\e54f";
    }
        .fi-ts-dictionary-alt:before {
    content: "\e550";
    }
        .fi-ts-dictionary-open:before {
    content: "\e551";
    }
        .fi-ts-digging:before {
    content: "\e553";
    }
        .fi-ts-digital-payment:before {
    content: "\e558";
    }
        .fi-ts-digital-tachograph:before {
    content: "\e559";
    }
        .fi-ts-digital-wallet:before {
    content: "\e55a";
    }
        .fi-ts-dinner:before {
    content: "\e55c";
    }
        .fi-ts-diploma:before {
    content: "\e55d";
    }
        .fi-ts-direction-signal:before {
    content: "\e55e";
    }
        .fi-ts-direction-signal-arrow:before {
    content: "\e55f";
    }
        .fi-ts-disc-drive:before {
    content: "\e560";
    }
        .fi-ts-disco-ball:before {
    content: "\e562";
    }
        .fi-ts-discover:before {
    content: "\e565";
    }
        .fi-ts-discussion-group:before {
    content: "\e567";
    }
        .fi-ts-discussion-idea:before {
    content: "\e568";
    }
        .fi-ts-disease:before {
    content: "\e569";
    }
        .fi-ts-disk:before {
    content: "\e56a";
    }
        .fi-ts-display-arrow-down:before {
    content: "\e56c";
    }
        .fi-ts-display-chart-up:before {
    content: "\e56e";
    }
        .fi-ts-display-code:before {
    content: "\e56f";
    }
        .fi-ts-display-medical:before {
    content: "\e570";
    }
        .fi-ts-display-slash:before {
    content: "\e571";
    }
        .fi-ts-distribute-spacing-horizontal:before {
    content: "\e572";
    }
        .fi-ts-distribute-spacing-vertical:before {
    content: "\e573";
    }
        .fi-ts-divide:before {
    content: "\e575";
    }
        .fi-ts-dizzy:before {
    content: "\e576";
    }
        .fi-ts-dj-disc:before {
    content: "\e577";
    }
        .fi-ts-dna:before {
    content: "\e578";
    }
        .fi-ts-do-not-disturb:before {
    content: "\e579";
    }
        .fi-ts-do-not-disturb-doorknob:before {
    content: "\e57a";
    }
        .fi-ts-do-not-enter:before {
    content: "\e57b";
    }
        .fi-ts-doctor:before {
    content: "\e57d";
    }
        .fi-ts-document:before {
    content: "\e57f";
    }
        .fi-ts-document-circle-wrong:before {
    content: "\e581";
    }
        .fi-ts-document-folder-gear:before {
    content: "\e583";
    }
        .fi-ts-document-gavel:before {
    content: "\e584";
    }
        .fi-ts-document-gear:before {
    content: "\e586";
    }
        .fi-ts-document-nft:before {
    content: "\e587";
    }
        .fi-ts-document-paid:before {
    content: "\e588";
    }
        .fi-ts-document-signed:before {
    content: "\e589";
    }
        .fi-ts-dog:before {
    content: "\e58b";
    }
        .fi-ts-dog-bowl-empty:before {
    content: "\e58c";
    }
        .fi-ts-dog-leashed:before {
    content: "\e58d";
    }
        .fi-ts-dolly-flatbed:before {
    content: "\e58f";
    }
        .fi-ts-dolly-flatbed-alt:before {
    content: "\e590";
    }
        .fi-ts-dolly-flatbed-empty:before {
    content: "\e591";
    }
        .fi-ts-dolphin:before {
    content: "\e592";
    }
        .fi-ts-domino-effect:before {
    content: "\e593";
    }
        .fi-ts-donate:before {
    content: "\e594";
    }
        .fi-ts-dong-sign:before {
    content: "\e595";
    }
        .fi-ts-donut:before {
    content: "\e596";
    }
        .fi-ts-door-closed:before {
    content: "\e597";
    }
        .fi-ts-door-open:before {
    content: "\e598";
    }
        .fi-ts-dorm-room:before {
    content: "\e599";
    }
        .fi-ts-dot-circle:before {
    content: "\e59a";
    }
        .fi-ts-dot-pending:before {
    content: "\e59b";
    }
        .fi-ts-dove:before {
    content: "\e59c";
    }
        .fi-ts-down:before {
    content: "\e59d";
    }
        .fi-ts-down-from-bracket:before {
    content: "\e59e";
    }
        .fi-ts-down-left:before {
    content: "\e59f";
    }
        .fi-ts-down-right:before {
    content: "\e5a1";
    }
        .fi-ts-down-to-line:before {
    content: "\e5a2";
    }
        .fi-ts-download:before {
    content: "\e5a3";
    }
        .fi-ts-drafting-compass:before {
    content: "\e5a5";
    }
        .fi-ts-dragon:before {
    content: "\e5a6";
    }
        .fi-ts-draw-polygon:before {
    content: "\e5a7";
    }
        .fi-ts-draw-square:before {
    content: "\e5a8";
    }
        .fi-ts-drawer:before {
    content: "\e5a9";
    }
        .fi-ts-drawer-alt:before {
    content: "\e5aa";
    }
        .fi-ts-drawer-empty:before {
    content: "\e5ab";
    }
        .fi-ts-dreidel:before {
    content: "\e5ac";
    }
        .fi-ts-dress:before {
    content: "\e5ad";
    }
        .fi-ts-drink:before {
    content: "\e5af";
    }
        .fi-ts-drink-alt:before {
    content: "\e5b0";
    }
        .fi-ts-driver-man:before {
    content: "\e5b1";
    }
        .fi-ts-driver-woman:before {
    content: "\e5b2";
    }
        .fi-ts-drone:before {
    content: "\e5b3";
    }
        .fi-ts-drone-alt:before {
    content: "\e5b4";
    }
        .fi-ts-drone-front:before {
    content: "\e5b5";
    }
        .fi-ts-drop-down:before {
    content: "\e5b6";
    }
        .fi-ts-dropdown:before {
    content: "\e5b8";
    }
        .fi-ts-dropdown-bar:before {
    content: "\e5b9";
    }
        .fi-ts-dropdown-select:before {
    content: "\e5ba";
    }
        .fi-ts-drum:before {
    content: "\e5bc";
    }
        .fi-ts-drum-steelpan:before {
    content: "\e5bd";
    }
        .fi-ts-drumstick:before {
    content: "\e5be";
    }
        .fi-ts-drumstick-bite:before {
    content: "\e5bf";
    }
        .fi-ts-dryer:before {
    content: "\e5c1";
    }
        .fi-ts-dryer-alt:before {
    content: "\e5c2";
    }
        .fi-ts-duck:before {
    content: "\e5c4";
    }
        .fi-ts-dumbbell-fitness:before {
    content: "\e5c5";
    }
        .fi-ts-dumbbell-horizontal:before {
    content: "\e5c6";
    }
        .fi-ts-dumbbell-ray:before {
    content: "\e5c7";
    }
        .fi-ts-dumbbell-weightlifting:before {
    content: "\e5c8";
    }
        .fi-ts-dumpster:before {
    content: "\e5c9";
    }
        .fi-ts-dumpster-fire:before {
    content: "\e5ca";
    }
        .fi-ts-dungeon:before {
    content: "\e5cb";
    }
        .fi-ts-duplicate:before {
    content: "\e5cc";
    }
        .fi-ts-duration:before {
    content: "\e5cd";
    }
        .fi-ts-duration-alt:before {
    content: "\e5ce";
    }
        .fi-ts-e:before {
    content: "\e5cf";
    }
        .fi-ts-e-learning:before {
    content: "\e5d0";
    }
        .fi-ts-ear:before {
    content: "\e5d1";
    }
        .fi-ts-ear-deaf:before {
    content: "\e5d2";
    }
        .fi-ts-ear-muffs:before {
    content: "\e5d3";
    }
        .fi-ts-ear-sound:before {
    content: "\e5d4";
    }
        .fi-ts-earbuds:before {
    content: "\e5d5";
    }
        .fi-ts-earth-africa:before {
    content: "\e5d7";
    }
        .fi-ts-earth-americas:before {
    content: "\e5d8";
    }
        .fi-ts-earth-asia:before {
    content: "\e5d9";
    }
        .fi-ts-earth-europa:before {
    content: "\e5da";
    }
        .fi-ts-eclipse:before {
    content: "\e5dc";
    }
        .fi-ts-eclipse-alt:before {
    content: "\e5dd";
    }
        .fi-ts-eco-electric:before {
    content: "\e5de";
    }
        .fi-ts-edit:before {
    content: "\e5df";
    }
        .fi-ts-edit-alt:before {
    content: "\e5e0";
    }
        .fi-ts-edit-message:before {
    content: "\e5e1";
    }
        .fi-ts-effect:before {
    content: "\e5e2";
    }
        .fi-ts-egg:before {
    content: "\e5e3";
    }
        .fi-ts-egg-fried:before {
    content: "\e5e4";
    }
        .fi-ts-eiffel-tower:before {
    content: "\e5e5";
    }
        .fi-ts-eject:before {
    content: "\e5e6";
    }
        .fi-ts-elephant:before {
    content: "\e5e8";
    }
        .fi-ts-elevator:before {
    content: "\e5e9";
    }
        .fi-ts-email-pending:before {
    content: "\e5eb";
    }
        .fi-ts-email-refresh:before {
    content: "\e5ec";
    }
        .fi-ts-emergency-call:before {
    content: "\e5ed";
    }
        .fi-ts-employee-alt:before {
    content: "\e5ee";
    }
        .fi-ts-employee-handbook:before {
    content: "\e5ef";
    }
        .fi-ts-employee-man:before {
    content: "\e5f0";
    }
        .fi-ts-employee-man-alt:before {
    content: "\e5f1";
    }
        .fi-ts-employees:before {
    content: "\e5f4";
    }
        .fi-ts-employees-woman-man:before {
    content: "\e5f5";
    }
        .fi-ts-empty-set:before {
    content: "\e5f6";
    }
        .fi-ts-endless-loop:before {
    content: "\e5f7";
    }
        .fi-ts-engine:before {
    content: "\e5f9";
    }
        .fi-ts-engine-warning:before {
    content: "\e5fa";
    }
        .fi-ts-english:before {
    content: "\e5fb";
    }
        .fi-ts-enter:before {
    content: "\e5fc";
    }
        .fi-ts-envelope:before {
    content: "\e5fe";
    }
        .fi-ts-envelope-ban:before {
    content: "\e5ff";
    }
        .fi-ts-envelope-bulk:before {
    content: "\e600";
    }
        .fi-ts-envelope-dot:before {
    content: "\e601";
    }
        .fi-ts-envelope-download:before {
    content: "\e602";
    }
        .fi-ts-envelope-heart:before {
    content: "\e603";
    }
        .fi-ts-envelope-marker:before {
    content: "\e604";
    }
        .fi-ts-envelope-open:before {
    content: "\e605";
    }
        .fi-ts-envelope-open-dollar:before {
    content: "\e606";
    }
        .fi-ts-envelope-open-text:before {
    content: "\e607";
    }
        .fi-ts-envelope-plus:before {
    content: "\e608";
    }
        .fi-ts-envelopes:before {
    content: "\e609";
    }
        .fi-ts-equality:before {
    content: "\e60b";
    }
        .fi-ts-equals:before {
    content: "\e60c";
    }
        .fi-ts-equestrian-statue:before {
    content: "\e60d";
    }
        .fi-ts-eraser:before {
    content: "\e60f";
    }
        .fi-ts-error-camera:before {
    content: "\e610";
    }
        .fi-ts-escalator:before {
    content: "\e611";
    }
        .fi-ts-ethernet:before {
    content: "\e613";
    }
        .fi-ts-euro:before {
    content: "\e615";
    }
        .fi-ts-europe-flag:before {
    content: "\e616";
    }
        .fi-ts-europe-map:before {
    content: "\e617";
    }
        .fi-ts-european-union:before {
    content: "\e618";
    }
        .fi-ts-excavator:before {
    content: "\e61a";
    }
        .fi-ts-exchange:before {
    content: "\e61b";
    }
        .fi-ts-exchange-alt:before {
    content: "\e61c";
    }
        .fi-ts-exchange-cryptocurrency:before {
    content: "\e61d";
    }
        .fi-ts-exclamation:before {
    content: "\e61e";
    }
        .fi-ts-exit:before {
    content: "\e621";
    }
        .fi-ts-exit-alt:before {
    content: "\e622";
    }
        .fi-ts-expand:before {
    content: "\e623";
    }
        .fi-ts-expand-arrows:before {
    content: "\e624";
    }
        .fi-ts-expand-arrows-alt:before {
    content: "\e625";
    }
        .fi-ts-expense:before {
    content: "\e626";
    }
        .fi-ts-expense-bill:before {
    content: "\e627";
    }
        .fi-ts-explosion:before {
    content: "\e629";
    }
        .fi-ts-external-hard-drive:before {
    content: "\e62a";
    }
        .fi-ts-external-world:before {
    content: "\e62b";
    }
        .fi-ts-eye:before {
    content: "\e62c";
    }
        .fi-ts-eye-alert:before {
    content: "\e62d";
    }
        .fi-ts-eye-arrow-progress:before {
    content: "\e62e";
    }
        .fi-ts-eye-crossed:before {
    content: "\e62f";
    }
        .fi-ts-eye-dropper:before {
    content: "\e630";
    }
        .fi-ts-eye-dropper-half:before {
    content: "\e631";
    }
        .fi-ts-eyes:before {
    content: "\e633";
    }
        .fi-ts-f:before {
    content: "\e634";
    }
        .fi-ts-fabric:before {
    content: "\e635";
    }
        .fi-ts-face-angry-horns:before {
    content: "\e636";
    }
        .fi-ts-face-anguished:before {
    content: "\e637";
    }
        .fi-ts-face-anxious-sweat:before {
    content: "\e638";
    }
        .fi-ts-face-astonished:before {
    content: "\e639";
    }
        .fi-ts-face-awesome:before {
    content: "\e63a";
    }
        .fi-ts-face-beam-hand-over-mouth:before {
    content: "\e63b";
    }
        .fi-ts-face-confounded:before {
    content: "\e63c";
    }
        .fi-ts-face-confused:before {
    content: "\e63d";
    }
        .fi-ts-face-cowboy-hat:before {
    content: "\e63e";
    }
        .fi-ts-face-disappointed:before {
    content: "\e63f";
    }
        .fi-ts-face-disguise:before {
    content: "\e640";
    }
        .fi-ts-face-downcast-sweat:before {
    content: "\e641";
    }
        .fi-ts-face-drooling:before {
    content: "\e642";
    }
        .fi-ts-face-explode:before {
    content: "\e643";
    }
        .fi-ts-face-expressionless:before {
    content: "\e644";
    }
        .fi-ts-face-eyes-xmarks:before {
    content: "\e645";
    }
        .fi-ts-face-fearful:before {
    content: "\e646";
    }
        .fi-ts-face-glasses:before {
    content: "\e647";
    }
        .fi-ts-face-grin-tongue-wink:before {
    content: "\e648";
    }
        .fi-ts-face-hand-yawn:before {
    content: "\e649";
    }
        .fi-ts-face-head-bandage:before {
    content: "\e64a";
    }
        .fi-ts-face-hushed:before {
    content: "\e64b";
    }
        .fi-ts-face-icicles:before {
    content: "\e64c";
    }
        .fi-ts-face-lying:before {
    content: "\e64d";
    }
        .fi-ts-face-mask:before {
    content: "\e64e";
    }
        .fi-ts-face-monocle:before {
    content: "\e64f";
    }
        .fi-ts-face-nauseated:before {
    content: "\e650";
    }
        .fi-ts-face-nose-steam:before {
    content: "\e651";
    }
        .fi-ts-face-party:before {
    content: "\e652";
    }
        .fi-ts-face-pensive:before {
    content: "\e653";
    }
        .fi-ts-face-persevering:before {
    content: "\e654";
    }
        .fi-ts-face-pleading:before {
    content: "\e655";
    }
        .fi-ts-face-raised-eyebrow:before {
    content: "\e656";
    }
        .fi-ts-face-relieved:before {
    content: "\e657";
    }
        .fi-ts-face-sad-sweat:before {
    content: "\e658";
    }
        .fi-ts-face-scream:before {
    content: "\e659";
    }
        .fi-ts-face-shush:before {
    content: "\e65a";
    }
        .fi-ts-face-sleeping:before {
    content: "\e65b";
    }
        .fi-ts-face-sleepy:before {
    content: "\e65c";
    }
        .fi-ts-face-smile-halo:before {
    content: "\e65d";
    }
        .fi-ts-face-smile-hearts:before {
    content: "\e65e";
    }
        .fi-ts-face-smile-horns:before {
    content: "\e65f";
    }
        .fi-ts-face-smile-tear:before {
    content: "\e660";
    }
        .fi-ts-face-smile-tongue:before {
    content: "\e661";
    }
        .fi-ts-face-smile-upside-down:before {
    content: "\e662";
    }
        .fi-ts-face-smiling-hands:before {
    content: "\e663";
    }
        .fi-ts-face-smirking:before {
    content: "\e664";
    }
        .fi-ts-face-sunglasses:before {
    content: "\e665";
    }
        .fi-ts-face-sunglasses-alt:before {
    content: "\e666";
    }
        .fi-ts-face-swear:before {
    content: "\e667";
    }
        .fi-ts-face-thermometer:before {
    content: "\e668";
    }
        .fi-ts-face-thinking:before {
    content: "\e669";
    }
        .fi-ts-face-tissue:before {
    content: "\e66a";
    }
        .fi-ts-face-tongue-money:before {
    content: "\e66b";
    }
        .fi-ts-face-tongue-sweat:before {
    content: "\e66c";
    }
        .fi-ts-face-unamused:before {
    content: "\e66d";
    }
        .fi-ts-face-viewfinder:before {
    content: "\e66e";
    }
        .fi-ts-face-vomit:before {
    content: "\e66f";
    }
        .fi-ts-face-weary:before {
    content: "\e670";
    }
        .fi-ts-face-woozy:before {
    content: "\e671";
    }
        .fi-ts-face-worried:before {
    content: "\e672";
    }
        .fi-ts-face-zany:before {
    content: "\e673";
    }
        .fi-ts-face-zipper:before {
    content: "\e674";
    }
        .fi-ts-facial-massage:before {
    content: "\e677";
    }
        .fi-ts-fail:before {
    content: "\e678";
    }
        .fi-ts-falafel:before {
    content: "\e679";
    }
        .fi-ts-family:before {
    content: "\e67a";
    }
        .fi-ts-family-dress:before {
    content: "\e67b";
    }
        .fi-ts-family-pants:before {
    content: "\e67c";
    }
        .fi-ts-fan:before {
    content: "\e67d";
    }
        .fi-ts-fan-table:before {
    content: "\e67e";
    }
        .fi-ts-farfalle:before {
    content: "\e67f";
    }
        .fi-ts-farm:before {
    content: "\e680";
    }
        .fi-ts-faucet:before {
    content: "\e681";
    }
        .fi-ts-faucet-drip:before {
    content: "\e682";
    }
        .fi-ts-fax:before {
    content: "\e683";
    }
        .fi-ts-feather:before {
    content: "\e684";
    }
        .fi-ts-feather-pointed:before {
    content: "\e685";
    }
        .fi-ts-features:before {
    content: "\e686";
    }
        .fi-ts-features-alt:before {
    content: "\e687";
    }
        .fi-ts-fee:before {
    content: "\e689";
    }
        .fi-ts-fee-receipt:before {
    content: "\e68b";
    }
        .fi-ts-feedback:before {
    content: "\e68c";
    }
        .fi-ts-feedback-alt:before {
    content: "\e68d";
    }
        .fi-ts-feedback-cycle-loop:before {
    content: "\e68e";
    }
        .fi-ts-feedback-hand:before {
    content: "\e68f";
    }
        .fi-ts-feedback-review:before {
    content: "\e690";
    }
        .fi-ts-fence:before {
    content: "\e693";
    }
        .fi-ts-ferris-wheel:before {
    content: "\e694";
    }
        .fi-ts-field-hockey:before {
    content: "\e695";
    }
        .fi-ts-fighter-jet:before {
    content: "\e696";
    }
        .fi-ts-file:before {
    content: "\e698";
    }
        .fi-ts-file-ai:before {
    content: "\e699";
    }
        .fi-ts-file-audio:before {
    content: "\e69a";
    }
        .fi-ts-file-binary:before {
    content: "\e69b";
    }
        .fi-ts-file-chart-line:before {
    content: "\e69c";
    }
        .fi-ts-file-chart-pie:before {
    content: "\e69d";
    }
        .fi-ts-file-circle-info:before {
    content: "\e69e";
    }
        .fi-ts-file-cloud:before {
    content: "\e69f";
    }
        .fi-ts-file-code:before {
    content: "\e6a0";
    }
        .fi-ts-file-csv:before {
    content: "\e6a2";
    }
        .fi-ts-file-download:before {
    content: "\e6a4";
    }
        .fi-ts-file-edit:before {
    content: "\e6a5";
    }
        .fi-ts-file-eps:before {
    content: "\e6a6";
    }
        .fi-ts-file-excel:before {
    content: "\e6a7";
    }
        .fi-ts-file-exclamation:before {
    content: "\e6a8";
    }
        .fi-ts-file-export:before {
    content: "\e6a9";
    }
        .fi-ts-file-image:before {
    content: "\e6ab";
    }
        .fi-ts-file-import:before {
    content: "\e6ac";
    }
        .fi-ts-file-invoice:before {
    content: "\e6ad";
    }
        .fi-ts-file-invoice-dollar:before {
    content: "\e6ae";
    }
        .fi-ts-file-loop:before {
    content: "\e6b0";
    }
        .fi-ts-file-medical:before {
    content: "\e6b2";
    }
        .fi-ts-file-medical-alt:before {
    content: "\e6b3";
    }
        .fi-ts-file-minus:before {
    content: "\e6b4";
    }
        .fi-ts-file-pdf:before {
    content: "\e6b5";
    }
        .fi-ts-file-powerpoint:before {
    content: "\e6b8";
    }
        .fi-ts-file-prescription:before {
    content: "\e6b9";
    }
        .fi-ts-file-psd:before {
    content: "\e6ba";
    }
        .fi-ts-file-question:before {
    content: "\e6bb";
    }
        .fi-ts-file-recycle:before {
    content: "\e6bc";
    }
        .fi-ts-file-signature:before {
    content: "\e6bd";
    }
        .fi-ts-file-spreadsheet:before {
    content: "\e6bf";
    }
        .fi-ts-file-upload:before {
    content: "\e6c0";
    }
        .fi-ts-file-user:before {
    content: "\e6c1";
    }
        .fi-ts-file-video:before {
    content: "\e6c2";
    }
        .fi-ts-file-word:before {
    content: "\e6c3";
    }
        .fi-ts-file-xls:before {
    content: "\e6c4";
    }
        .fi-ts-file-zip-alt:before {
    content: "\e6c6";
    }
        .fi-ts-file-zip-save:before {
    content: "\e6c7";
    }
        .fi-ts-file-zipper:before {
    content: "\e6c8";
    }
        .fi-ts-files-medical:before {
    content: "\e6ca";
    }
        .fi-ts-fill:before {
    content: "\e6cb";
    }
        .fi-ts-film:before {
    content: "\e6cc";
    }
        .fi-ts-film-canister:before {
    content: "\e6cd";
    }
        .fi-ts-film-slash:before {
    content: "\e6ce";
    }
        .fi-ts-films:before {
    content: "\e6cf";
    }
        .fi-ts-filter:before {
    content: "\e6d0";
    }
        .fi-ts-filter-list:before {
    content: "\e6d1";
    }
        .fi-ts-filter-slash:before {
    content: "\e6d2";
    }
        .fi-ts-filters:before {
    content: "\e6d3";
    }
        .fi-ts-finger-droplet:before {
    content: "\e6d4";
    }
        .fi-ts-finger-nail:before {
    content: "\e6d5";
    }
        .fi-ts-fingerprint:before {
    content: "\e6d6";
    }
        .fi-ts-fingerprint-remove:before {
    content: "\e6d7";
    }
        .fi-ts-fingerprint-security-risk:before {
    content: "\e6d8";
    }
        .fi-ts-fingerprint-verified:before {
    content: "\e6d9";
    }
        .fi-ts-fire-burner:before {
    content: "\e6da";
    }
        .fi-ts-fire-extinguisher:before {
    content: "\e6db";
    }
        .fi-ts-fire-flame-curved:before {
    content: "\e6dc";
    }
        .fi-ts-fire-flame-simple:before {
    content: "\e6dd";
    }
        .fi-ts-fire-hydrant:before {
    content: "\e6de";
    }
        .fi-ts-fire-smoke:before {
    content: "\e6df";
    }
        .fi-ts-fireplace:before {
    content: "\e6e2";
    }
        .fi-ts-first:before {
    content: "\e6e5";
    }
        .fi-ts-first-award:before {
    content: "\e6e6";
    }
        .fi-ts-first-laurel:before {
    content: "\e6e7";
    }
        .fi-ts-first-medal:before {
    content: "\e6e8";
    }
        .fi-ts-fish:before {
    content: "\e6e9";
    }
        .fi-ts-fish-bones:before {
    content: "\e6ea";
    }
        .fi-ts-fish-cooked:before {
    content: "\e6eb";
    }
        .fi-ts-fishing-rod:before {
    content: "\e6ec";
    }
        .fi-ts-fist-move:before {
    content: "\e6ed";
    }
        .fi-ts-fitness-watch:before {
    content: "\e6ee";
    }
        .fi-ts-flag:before {
    content: "\e6ef";
    }
        .fi-ts-flag-alt:before {
    content: "\e6f0";
    }
        .fi-ts-flag-checkered:before {
    content: "\e6f1";
    }
        .fi-ts-flag-usa:before {
    content: "\e6f2";
    }
        .fi-ts-flame:before {
    content: "\e6f3";
    }
        .fi-ts-flashlight:before {
    content: "\e6f4";
    }
        .fi-ts-flask:before {
    content: "\e6f5";
    }
        .fi-ts-flask-gear:before {
    content: "\e6f6";
    }
        .fi-ts-flask-poison:before {
    content: "\e6f7";
    }
        .fi-ts-flask-potion:before {
    content: "\e6f8";
    }
        .fi-ts-flatbread:before {
    content: "\e6f9";
    }
        .fi-ts-flatbread-stuffed:before {
    content: "\e6fa";
    }
        .fi-ts-flip-horizontal:before {
    content: "\e6ff";
    }
        .fi-ts-floor:before {
    content: "\e701";
    }
        .fi-ts-floor-alt:before {
    content: "\e702";
    }
        .fi-ts-floor-layer:before {
    content: "\e703";
    }
        .fi-ts-floppy-disk-circle-arrow-right:before {
    content: "\e704";
    }
        .fi-ts-floppy-disk-circle-xmark:before {
    content: "\e705";
    }
        .fi-ts-floppy-disk-pen:before {
    content: "\e706";
    }
        .fi-ts-floppy-disks:before {
    content: "\e707";
    }
        .fi-ts-florin-sign:before {
    content: "\e708";
    }
        .fi-ts-flowchart:before {
    content: "\e709";
    }
        .fi-ts-flower:before {
    content: "\e70a";
    }
        .fi-ts-flower-bouquet:before {
    content: "\e70b";
    }
        .fi-ts-flower-butterfly:before {
    content: "\e70c";
    }
        .fi-ts-flower-daffodil:before {
    content: "\e70d";
    }
        .fi-ts-flower-tulip:before {
    content: "\e70e";
    }
        .fi-ts-flushed:before {
    content: "\e70f";
    }
        .fi-ts-flute:before {
    content: "\e711";
    }
        .fi-ts-flux-capacitor:before {
    content: "\e712";
    }
        .fi-ts-fly-insect:before {
    content: "\e713";
    }
        .fi-ts-flying-disc:before {
    content: "\e714";
    }
        .fi-ts-fm-radio:before {
    content: "\e715";
    }
        .fi-ts-fog:before {
    content: "\e716";
    }
        .fi-ts-folder:before {
    content: "\e717";
    }
        .fi-ts-folder-archive:before {
    content: "\e718";
    }
        .fi-ts-folder-camera:before {
    content: "\e71a";
    }
        .fi-ts-folder-directory:before {
    content: "\e71b";
    }
        .fi-ts-folder-download:before {
    content: "\e71c";
    }
        .fi-ts-folder-fire:before {
    content: "\e71d";
    }
        .fi-ts-folder-gear:before {
    content: "\e71e";
    }
        .fi-ts-folder-heart:before {
    content: "\e720";
    }
        .fi-ts-folder-loop:before {
    content: "\e722";
    }
        .fi-ts-folder-math:before {
    content: "\e724";
    }
        .fi-ts-folder-minus:before {
    content: "\e726";
    }
        .fi-ts-folder-music:before {
    content: "\e727";
    }
        .fi-ts-folder-open:before {
    content: "\e728";
    }
        .fi-ts-folder-plus-circle:before {
    content: "\e729";
    }
        .fi-ts-folder-times:before {
    content: "\e72a";
    }
        .fi-ts-folder-tree:before {
    content: "\e72b";
    }
        .fi-ts-folder-upload:before {
    content: "\e72c";
    }
        .fi-ts-folder-xmark:before {
    content: "\e72e";
    }
        .fi-ts-folder-xmark-circle:before {
    content: "\e72f";
    }
        .fi-ts-folders:before {
    content: "\e730";
    }
        .fi-ts-follow-folder:before {
    content: "\e731";
    }
        .fi-ts-followcollection:before {
    content: "\e732";
    }
        .fi-ts-following:before {
    content: "\e733";
    }
        .fi-ts-fondue-pot:before {
    content: "\e734";
    }
        .fi-ts-footprint:before {
    content: "\e73a";
    }
        .fi-ts-foreign-language-audio:before {
    content: "\e73b";
    }
        .fi-ts-forest:before {
    content: "\e73c";
    }
        .fi-ts-forest-alt:before {
    content: "\e73d";
    }
        .fi-ts-fork:before {
    content: "\e73e";
    }
        .fi-ts-fork-spaghetti:before {
    content: "\e73f";
    }
        .fi-ts-forklift:before {
    content: "\e740";
    }
        .fi-ts-form:before {
    content: "\e741";
    }
        .fi-ts-fort:before {
    content: "\e742";
    }
        .fi-ts-forward:before {
    content: "\e743";
    }
        .fi-ts-forward-fast:before {
    content: "\e744";
    }
        .fi-ts-fox:before {
    content: "\e747";
    }
        .fi-ts-frame:before {
    content: "\e748";
    }
        .fi-ts-franc-sign:before {
    content: "\e749";
    }
        .fi-ts-free:before {
    content: "\e74a";
    }
        .fi-ts-free-delivery:before {
    content: "\e74b";
    }
        .fi-ts-freemium:before {
    content: "\e74c";
    }
        .fi-ts-french:before {
    content: "\e74f";
    }
        .fi-ts-french-fries:before {
    content: "\e750";
    }
        .fi-ts-friday:before {
    content: "\e752";
    }
        .fi-ts-frog:before {
    content: "\e753";
    }
        .fi-ts-frown:before {
    content: "\e754";
    }
        .fi-ts-ftp:before {
    content: "\e755";
    }
        .fi-ts-fuel-gauge:before {
    content: "\e756";
    }
        .fi-ts-function:before {
    content: "\e757";
    }
        .fi-ts-function-process:before {
    content: "\e759";
    }
        .fi-ts-function-square:before {
    content: "\e75a";
    }
        .fi-ts-funnel-dollar:before {
    content: "\e75b";
    }
        .fi-ts-funnel-money:before {
    content: "\e75c";
    }
        .fi-ts-fusilli:before {
    content: "\e75d";
    }
        .fi-ts-g:before {
    content: "\e75e";
    }
        .fi-ts-galaxy:before {
    content: "\e75f";
    }
        .fi-ts-galaxy-alt:before {
    content: "\e760";
    }
        .fi-ts-galaxy-planet:before {
    content: "\e761";
    }
        .fi-ts-galaxy-star:before {
    content: "\e762";
    }
        .fi-ts-gallery:before {
    content: "\e763";
    }
        .fi-ts-gallery-thumbnails:before {
    content: "\e764";
    }
        .fi-ts-game-board-alt:before {
    content: "\e766";
    }
        .fi-ts-gamepad:before {
    content: "\e768";
    }
        .fi-ts-garage:before {
    content: "\e76a";
    }
        .fi-ts-garage-car:before {
    content: "\e76b";
    }
        .fi-ts-garage-open:before {
    content: "\e76c";
    }
        .fi-ts-garlic:before {
    content: "\e76d";
    }
        .fi-ts-garlic-alt:before {
    content: "\e76e";
    }
        .fi-ts-gas-pump:before {
    content: "\e76f";
    }
        .fi-ts-gas-pump-slash:before {
    content: "\e771";
    }
        .fi-ts-gauge-circle-bolt:before {
    content: "\e772";
    }
        .fi-ts-gauge-circle-minus:before {
    content: "\e773";
    }
        .fi-ts-gauge-circle-plus:before {
    content: "\e774";
    }
        .fi-ts-gauze-bandage:before {
    content: "\e775";
    }
        .fi-ts-gavel:before {
    content: "\e776";
    }
        .fi-ts-gay-couple:before {
    content: "\e777";
    }
        .fi-ts-gears:before {
    content: "\e77a";
    }
        .fi-ts-gem:before {
    content: "\e77b";
    }
        .fi-ts-general:before {
    content: "\e77c";
    }
        .fi-ts-german:before {
    content: "\e77d";
    }
        .fi-ts-ghost:before {
    content: "\e77e";
    }
        .fi-ts-gif:before {
    content: "\e77f";
    }
        .fi-ts-gif-square:before {
    content: "\e781";
    }
        .fi-ts-gift:before {
    content: "\e782";
    }
        .fi-ts-gift-box-benefits:before {
    content: "\e783";
    }
        .fi-ts-gift-card:before {
    content: "\e784";
    }
        .fi-ts-gifts:before {
    content: "\e785";
    }
        .fi-ts-gingerbread-man:before {
    content: "\e786";
    }
        .fi-ts-glass:before {
    content: "\e789";
    }
        .fi-ts-glass-champagne:before {
    content: "\e78a";
    }
        .fi-ts-glass-cheers:before {
    content: "\e78b";
    }
        .fi-ts-glass-citrus:before {
    content: "\e78c";
    }
        .fi-ts-glass-empty:before {
    content: "\e78d";
    }
        .fi-ts-glass-half:before {
    content: "\e78e";
    }
        .fi-ts-glass-water-droplet:before {
    content: "\e78f";
    }
        .fi-ts-glass-whiskey:before {
    content: "\e790";
    }
        .fi-ts-glass-whiskey-rocks:before {
    content: "\e791";
    }
        .fi-ts-glasses:before {
    content: "\e792";
    }
        .fi-ts-globe:before {
    content: "\e793";
    }
        .fi-ts-globe-alt:before {
    content: "\e794";
    }
        .fi-ts-globe-pointer:before {
    content: "\e795";
    }
        .fi-ts-globe-snow:before {
    content: "\e796";
    }
        .fi-ts-globe-user:before {
    content: "\e797";
    }
        .fi-ts-goal-net:before {
    content: "\e798";
    }
        .fi-ts-golf-ball:before {
    content: "\e79a";
    }
        .fi-ts-golf-club:before {
    content: "\e79b";
    }
        .fi-ts-golf-hole:before {
    content: "\e79c";
    }
        .fi-ts-gopuram:before {
    content: "\e7a0";
    }
        .fi-ts-government-budget:before {
    content: "\e7a1";
    }
        .fi-ts-government-flag:before {
    content: "\e7a2";
    }
        .fi-ts-government-user:before {
    content: "\e7a3";
    }
        .fi-ts-gps-navigation:before {
    content: "\e7a4";
    }
        .fi-ts-graduation-cap:before {
    content: "\e7a5";
    }
        .fi-ts-gramophone:before {
    content: "\e7a6";
    }
        .fi-ts-grape:before {
    content: "\e7a7";
    }
        .fi-ts-graph-curve:before {
    content: "\e7a8";
    }
        .fi-ts-graphic-style:before {
    content: "\e7a9";
    }
        .fi-ts-graphic-tablet:before {
    content: "\e7aa";
    }
        .fi-ts-grass:before {
    content: "\e7ab";
    }
        .fi-ts-grate:before {
    content: "\e7ac";
    }
        .fi-ts-grate-droplet:before {
    content: "\e7ad";
    }
        .fi-ts-greater-than:before {
    content: "\e7ae";
    }
        .fi-ts-greater-than-equal:before {
    content: "\e7af";
    }
        .fi-ts-greek-helmet:before {
    content: "\e7b0";
    }
        .fi-ts-grid:before {
    content: "\e7b1";
    }
        .fi-ts-grid-alt:before {
    content: "\e7b2";
    }
        .fi-ts-grid-dividers:before {
    content: "\e7b3";
    }
        .fi-ts-grill:before {
    content: "\e7b4";
    }
        .fi-ts-grill-hot-alt:before {
    content: "\e7b5";
    }
        .fi-ts-grimace:before {
    content: "\e7b6";
    }
        .fi-ts-grin:before {
    content: "\e7b7";
    }
        .fi-ts-grin-alt:before {
    content: "\e7b8";
    }
        .fi-ts-grin-beam:before {
    content: "\e7b9";
    }
        .fi-ts-grin-beam-sweat:before {
    content: "\e7ba";
    }
        .fi-ts-grin-hearts:before {
    content: "\e7bb";
    }
        .fi-ts-grin-squint:before {
    content: "\e7bc";
    }
        .fi-ts-grin-squint-tears:before {
    content: "\e7bd";
    }
        .fi-ts-grin-stars:before {
    content: "\e7be";
    }
        .fi-ts-grin-tears:before {
    content: "\e7bf";
    }
        .fi-ts-grin-tongue:before {
    content: "\e7c0";
    }
        .fi-ts-grin-tongue-squint:before {
    content: "\e7c1";
    }
        .fi-ts-grin-tongue-wink:before {
    content: "\e7c2";
    }
        .fi-ts-grin-wink:before {
    content: "\e7c3";
    }
        .fi-ts-grip-dots:before {
    content: "\e7c4";
    }
        .fi-ts-grip-dots-vertical:before {
    content: "\e7c5";
    }
        .fi-ts-grip-horizontal:before {
    content: "\e7c6";
    }
        .fi-ts-grip-lines:before {
    content: "\e7c7";
    }
        .fi-ts-grip-lines-vertical:before {
    content: "\e7c8";
    }
        .fi-ts-grip-vertical:before {
    content: "\e7c9";
    }
        .fi-ts-grocery-bag:before {
    content: "\e7ca";
    }
        .fi-ts-grocery-basket:before {
    content: "\e7cb";
    }
        .fi-ts-group-arrows-rotate:before {
    content: "\e7cc";
    }
        .fi-ts-group-call:before {
    content: "\e7cd";
    }
        .fi-ts-group-community-social-media:before {
    content: "\e7ce";
    }
        .fi-ts-growth-chart-invest:before {
    content: "\e7cf";
    }
        .fi-ts-guarani-sign:before {
    content: "\e7d0";
    }
        .fi-ts-guide:before {
    content: "\e7d1";
    }
        .fi-ts-guide-alt:before {
    content: "\e7d2";
    }
        .fi-ts-guitar:before {
    content: "\e7d3";
    }
        .fi-ts-guitar-electric:before {
    content: "\e7d4";
    }
        .fi-ts-guitars:before {
    content: "\e7d5";
    }
        .fi-ts-gun-squirt:before {
    content: "\e7d6";
    }
        .fi-ts-gym:before {
    content: "\e7d7";
    }
        .fi-ts-h:before {
    content: "\e7d8";
    }
        .fi-ts-h-square:before {
    content: "\e7d9";
    }
        .fi-ts-h1:before {
    content: "\e7da";
    }
        .fi-ts-h2:before {
    content: "\e7db";
    }
        .fi-ts-h3:before {
    content: "\e7dc";
    }
        .fi-ts-h4:before {
    content: "\e7dd";
    }
        .fi-ts-hair-clipper:before {
    content: "\e7de";
    }
        .fi-ts-hamburger:before {
    content: "\e7df";
    }
        .fi-ts-hamburger-soda:before {
    content: "\e7e0";
    }
        .fi-ts-hammer:before {
    content: "\e7e1";
    }
        .fi-ts-hammer-brush:before {
    content: "\e7e2";
    }
        .fi-ts-hammer-crash:before {
    content: "\e7e3";
    }
        .fi-ts-hammer-war:before {
    content: "\e7e4";
    }
        .fi-ts-hamsa:before {
    content: "\e7e5";
    }
        .fi-ts-hand:before {
    content: "\e7e6";
    }
        .fi-ts-hand-back-fist:before {
    content: "\e7e7";
    }
        .fi-ts-hand-back-point-down:before {
    content: "\e7e8";
    }
        .fi-ts-hand-back-point-left:before {
    content: "\e7e9";
    }
        .fi-ts-hand-back-point-ribbon:before {
    content: "\e7ea";
    }
        .fi-ts-hand-back-point-right:before {
    content: "\e7eb";
    }
        .fi-ts-hand-bandage-wound:before {
    content: "\e7ec";
    }
        .fi-ts-hand-bill:before {
    content: "\e7ed";
    }
        .fi-ts-hand-dots:before {
    content: "\e7ee";
    }
        .fi-ts-hand-fingers-crossed:before {
    content: "\e7ef";
    }
        .fi-ts-hand-fist:before {
    content: "\e7f0";
    }
        .fi-ts-hand-heart:before {
    content: "\e7f1";
    }
        .fi-ts-hand-holding-box:before {
    content: "\e7f2";
    }
        .fi-ts-hand-holding-document:before {
    content: "\e7f3";
    }
        .fi-ts-hand-holding-droplet:before {
    content: "\e7f4";
    }
        .fi-ts-hand-holding-heart:before {
    content: "\e7f5";
    }
        .fi-ts-hand-holding-magic:before {
    content: "\e7f6";
    }
        .fi-ts-hand-holding-medical:before {
    content: "\e7f7";
    }
        .fi-ts-hand-holding-seeding:before {
    content: "\e7f8";
    }
        .fi-ts-hand-holding-skull:before {
    content: "\e7fa";
    }
        .fi-ts-hand-holding-usd:before {
    content: "\e7fb";
    }
        .fi-ts-hand-holding-water:before {
    content: "\e7fc";
    }
        .fi-ts-hand-horns:before {
    content: "\e7fd";
    }
        .fi-ts-hand-key:before {
    content: "\e7fe";
    }
        .fi-ts-hand-lizard:before {
    content: "\e7ff";
    }
        .fi-ts-hand-love:before {
    content: "\e800";
    }
        .fi-ts-hand-middle-finger:before {
    content: "\e801";
    }
        .fi-ts-hand-paper:before {
    content: "\e802";
    }
        .fi-ts-hand-peace:before {
    content: "\e803";
    }
        .fi-ts-hand-point-ribbon:before {
    content: "\e804";
    }
        .fi-ts-hand-present:before {
    content: "\e805";
    }
        .fi-ts-hand-scissors:before {
    content: "\e806";
    }
        .fi-ts-hand-sparkles:before {
    content: "\e807";
    }
        .fi-ts-hand-spock:before {
    content: "\e808";
    }
        .fi-ts-hand-wave:before {
    content: "\e809";
    }
        .fi-ts-handcuffs:before {
    content: "\e80a";
    }
        .fi-ts-handmade:before {
    content: "\e80b";
    }
        .fi-ts-hands-brain:before {
    content: "\e80c";
    }
        .fi-ts-hands-bubbles:before {
    content: "\e80d";
    }
        .fi-ts-hands-clapping:before {
    content: "\e80e";
    }
        .fi-ts-hands-heart:before {
    content: "\e80f";
    }
        .fi-ts-hands-holding:before {
    content: "\e810";
    }
        .fi-ts-hands-holding-diamond:before {
    content: "\e811";
    }
        .fi-ts-hands-together:before {
    content: "\e812";
    }
        .fi-ts-hands-together-heart:before {
    content: "\e813";
    }
        .fi-ts-hands-usd:before {
    content: "\e815";
    }
        .fi-ts-handshake:before {
    content: "\e816";
    }
        .fi-ts-handshake-angle:before {
    content: "\e817";
    }
        .fi-ts-handshake-deal-loan:before {
    content: "\e818";
    }
        .fi-ts-handshake-house:before {
    content: "\e819";
    }
        .fi-ts-handshake-simple-slash:before {
    content: "\e81a";
    }
        .fi-ts-handshake-trust:before {
    content: "\e81b";
    }
        .fi-ts-hard-hat:before {
    content: "\e81d";
    }
        .fi-ts-hashtag:before {
    content: "\e81f";
    }
        .fi-ts-hashtag-lock:before {
    content: "\e820";
    }
        .fi-ts-hat-beach:before {
    content: "\e823";
    }
        .fi-ts-hat-birthday:before {
    content: "\e824";
    }
        .fi-ts-hat-chef:before {
    content: "\e825";
    }
        .fi-ts-hat-cowboy:before {
    content: "\e826";
    }
        .fi-ts-hat-cowboy-side:before {
    content: "\e827";
    }
        .fi-ts-hat-santa:before {
    content: "\e828";
    }
        .fi-ts-hat-winter:before {
    content: "\e829";
    }
        .fi-ts-hat-witch:before {
    content: "\e82a";
    }
        .fi-ts-hat-wizard:before {
    content: "\e82b";
    }
        .fi-ts-hdd:before {
    content: "\e82d";
    }
        .fi-ts-head-side:before {
    content: "\e82e";
    }
        .fi-ts-head-side-brain:before {
    content: "\e82f";
    }
        .fi-ts-head-side-cough:before {
    content: "\e830";
    }
        .fi-ts-head-side-cough-slash:before {
    content: "\e831";
    }
        .fi-ts-head-side-headphones:before {
    content: "\e832";
    }
        .fi-ts-head-side-heart:before {
    content: "\e833";
    }
        .fi-ts-head-side-mask:before {
    content: "\e834";
    }
        .fi-ts-head-side-medical:before {
    content: "\e835";
    }
        .fi-ts-head-side-thinking:before {
    content: "\e836";
    }
        .fi-ts-head-side-virus:before {
    content: "\e837";
    }
        .fi-ts-head-vr:before {
    content: "\e838";
    }
        .fi-ts-heading:before {
    content: "\e839";
    }
        .fi-ts-headphones:before {
    content: "\e83a";
    }
        .fi-ts-headset:before {
    content: "\e83b";
    }
        .fi-ts-heart:before {
    content: "\e83c";
    }
        .fi-ts-heart-arrow:before {
    content: "\e83d";
    }
        .fi-ts-heart-brain:before {
    content: "\e83e";
    }
        .fi-ts-heart-circle-user:before {
    content: "\e83f";
    }
        .fi-ts-heart-crack:before {
    content: "\e840";
    }
        .fi-ts-heart-half:before {
    content: "\e841";
    }
        .fi-ts-heart-half-stroke:before {
    content: "\e842";
    }
        .fi-ts-heart-health-muscle:before {
    content: "\e843";
    }
        .fi-ts-heart-lock:before {
    content: "\e844";
    }
        .fi-ts-heart-partner-handshake:before {
    content: "\e845";
    }
        .fi-ts-heart-rate:before {
    content: "\e846";
    }
        .fi-ts-heart-slash:before {
    content: "\e847";
    }
        .fi-ts-heart-upside-down:before {
    content: "\e848";
    }
        .fi-ts-heat:before {
    content: "\e849";
    }
        .fi-ts-helicopter-side:before {
    content: "\e84a";
    }
        .fi-ts-helmet-battle:before {
    content: "\e84b";
    }
        .fi-ts-hexagon:before {
    content: "\e84c";
    }
        .fi-ts-hexagon-check:before {
    content: "\e84d";
    }
        .fi-ts-hexagon-divide:before {
    content: "\e84e";
    }
        .fi-ts-hexagon-exclamation:before {
    content: "\e84f";
    }
        .fi-ts-high-definition:before {
    content: "\e851";
    }
        .fi-ts-high-five:before {
    content: "\e852";
    }
        .fi-ts-high-five-celebration-yes:before {
    content: "\e853";
    }
        .fi-ts-highlighter:before {
    content: "\e854";
    }
        .fi-ts-highlighter-line:before {
    content: "\e855";
    }
        .fi-ts-hiking:before {
    content: "\e856";
    }
        .fi-ts-hiking-boot:before {
    content: "\e857";
    }
        .fi-ts-hippo:before {
    content: "\e859";
    }
        .fi-ts-hockey-mask:before {
    content: "\e85a";
    }
        .fi-ts-hockey-puck:before {
    content: "\e85b";
    }
        .fi-ts-hockey-stick-puck:before {
    content: "\e85c";
    }
        .fi-ts-hockey-sticks:before {
    content: "\e85d";
    }
        .fi-ts-holding-hand-brain:before {
    content: "\e85e";
    }
        .fi-ts-holding-hand-dinner:before {
    content: "\e85f";
    }
        .fi-ts-holding-hand-direction:before {
    content: "\e860";
    }
        .fi-ts-holding-hand-gear:before {
    content: "\e861";
    }
        .fi-ts-holding-hand-key:before {
    content: "\e862";
    }
        .fi-ts-holding-hand-nft:before {
    content: "\e863";
    }
        .fi-ts-holding-hand-revenue:before {
    content: "\e864";
    }
        .fi-ts-holly-berry:before {
    content: "\e865";
    }
        .fi-ts-home:before {
    content: "\e866";
    }
        .fi-ts-home-heart:before {
    content: "\e868";
    }
        .fi-ts-home-location:before {
    content: "\e869";
    }
        .fi-ts-home-location-alt:before {
    content: "\e86a";
    }
        .fi-ts-honey-pot:before {
    content: "\e86c";
    }
        .fi-ts-hood-cloak:before {
    content: "\e86d";
    }
        .fi-ts-horizontal-rule:before {
    content: "\e86e";
    }
        .fi-ts-horse:before {
    content: "\e86f";
    }
        .fi-ts-horse-head:before {
    content: "\e870";
    }
        .fi-ts-horse-saddle:before {
    content: "\e871";
    }
        .fi-ts-horseshoe:before {
    content: "\e872";
    }
        .fi-ts-horseshoe-broken:before {
    content: "\e873";
    }
        .fi-ts-hose:before {
    content: "\e874";
    }
        .fi-ts-hose-reel:before {
    content: "\e875";
    }
        .fi-ts-hospital:before {
    content: "\e876";
    }
        .fi-ts-hospital-symbol:before {
    content: "\e877";
    }
        .fi-ts-hospital-user:before {
    content: "\e878";
    }
        .fi-ts-hospitals:before {
    content: "\e879";
    }
        .fi-ts-hot-tub:before {
    content: "\e87a";
    }
        .fi-ts-hotdog:before {
    content: "\e87b";
    }
        .fi-ts-hotel:before {
    content: "\e87c";
    }
        .fi-ts-hourglass:before {
    content: "\e87e";
    }
        .fi-ts-hourglass-end:before {
    content: "\e87f";
    }
        .fi-ts-hourglass-start:before {
    content: "\e880";
    }
        .fi-ts-house-blank:before {
    content: "\e881";
    }
        .fi-ts-house-building:before {
    content: "\e882";
    }
        .fi-ts-house-chimney:before {
    content: "\e883";
    }
        .fi-ts-house-chimney-blank:before {
    content: "\e884";
    }
        .fi-ts-house-chimney-crack:before {
    content: "\e885";
    }
        .fi-ts-house-chimney-heart:before {
    content: "\e886";
    }
        .fi-ts-house-chimney-medical:before {
    content: "\e887";
    }
        .fi-ts-house-chimney-user:before {
    content: "\e888";
    }
        .fi-ts-house-chimney-window:before {
    content: "\e889";
    }
        .fi-ts-house-circle-check:before {
    content: "\e88a";
    }
        .fi-ts-house-circle-exclamation:before {
    content: "\e88b";
    }
        .fi-ts-house-circle-xmark:before {
    content: "\e88c";
    }
        .fi-ts-house-crack:before {
    content: "\e88d";
    }
        .fi-ts-house-crack-alt:before {
    content: "\e88e";
    }
        .fi-ts-house-day:before {
    content: "\e88f";
    }
        .fi-ts-house-fire:before {
    content: "\e890";
    }
        .fi-ts-house-flag:before {
    content: "\e891";
    }
        .fi-ts-house-flood:before {
    content: "\e892";
    }
        .fi-ts-house-key:before {
    content: "\e893";
    }
        .fi-ts-house-laptop:before {
    content: "\e894";
    }
        .fi-ts-house-leave:before {
    content: "\e895";
    }
        .fi-ts-house-lock:before {
    content: "\e896";
    }
        .fi-ts-house-medical:before {
    content: "\e897";
    }
        .fi-ts-house-night:before {
    content: "\e898";
    }
        .fi-ts-house-return:before {
    content: "\e899";
    }
        .fi-ts-house-signal:before {
    content: "\e89a";
    }
        .fi-ts-house-tree:before {
    content: "\e89b";
    }
        .fi-ts-house-tsunami:before {
    content: "\e89c";
    }
        .fi-ts-house-turret:before {
    content: "\e89d";
    }
        .fi-ts-house-user:before {
    content: "\e89e";
    }
        .fi-ts-house-window:before {
    content: "\e89f";
    }
        .fi-ts-hr:before {
    content: "\e8a0";
    }
        .fi-ts-hr-group:before {
    content: "\e8a1";
    }
        .fi-ts-hr-person:before {
    content: "\e8a2";
    }
        .fi-ts-hryvnia:before {
    content: "\e8a3";
    }
        .fi-ts-humanitarian-mission:before {
    content: "\e8a7";
    }
        .fi-ts-humidity:before {
    content: "\e8a8";
    }
        .fi-ts-hundred-points:before {
    content: "\e8a9";
    }
        .fi-ts-hurricane:before {
    content: "\e8aa";
    }
        .fi-ts-hyperloop:before {
    content: "\e8ab";
    }
        .fi-ts-i:before {
    content: "\e8ad";
    }
        .fi-ts-ice-cream:before {
    content: "\e8af";
    }
        .fi-ts-icicles:before {
    content: "\e8b1";
    }
        .fi-ts-icon-star:before {
    content: "\e8b2";
    }
        .fi-ts-id-badge:before {
    content: "\e8b4";
    }
        .fi-ts-id-card-clip-alt:before {
    content: "\e8b5";
    }
        .fi-ts-idea-exchange:before {
    content: "\e8b6";
    }
        .fi-ts-igloo:before {
    content: "\e8b7";
    }
        .fi-ts-image-slash:before {
    content: "\e8ba";
    }
        .fi-ts-images:before {
    content: "\e8bb";
    }
        .fi-ts-images-user:before {
    content: "\e8bc";
    }
        .fi-ts-improve-user:before {
    content: "\e8be";
    }
        .fi-ts-inbox:before {
    content: "\e8bf";
    }
        .fi-ts-inbox-full:before {
    content: "\e8c0";
    }
        .fi-ts-inbox-in:before {
    content: "\e8c1";
    }
        .fi-ts-inbox-out:before {
    content: "\e8c2";
    }
        .fi-ts-inboxes:before {
    content: "\e8c3";
    }
        .fi-ts-incense-sticks-yoga:before {
    content: "\e8c4";
    }
        .fi-ts-incognito:before {
    content: "\e8c5";
    }
        .fi-ts-indent:before {
    content: "\e8c7";
    }
        .fi-ts-india-map:before {
    content: "\e8c9";
    }
        .fi-ts-indian-rupee-sign:before {
    content: "\e8ca";
    }
        .fi-ts-industry-alt:before {
    content: "\e8cb";
    }
        .fi-ts-industry-windows:before {
    content: "\e8cc";
    }
        .fi-ts-infinity:before {
    content: "\e8cd";
    }
        .fi-ts-info-guide:before {
    content: "\e8cf";
    }
        .fi-ts-information:before {
    content: "\e8d0";
    }
        .fi-ts-inhaler:before {
    content: "\e8d1";
    }
        .fi-ts-input-numeric:before {
    content: "\e8d2";
    }
        .fi-ts-input-pipe:before {
    content: "\e8d3";
    }
        .fi-ts-input-text:before {
    content: "\e8d4";
    }
        .fi-ts-insert:before {
    content: "\e8d5";
    }
        .fi-ts-insert-alt:before {
    content: "\e8d6";
    }
        .fi-ts-insert-arrows:before {
    content: "\e8d7";
    }
        .fi-ts-insert-button-circle:before {
    content: "\e8d8";
    }
        .fi-ts-insert-credit-card:before {
    content: "\e8d9";
    }
        .fi-ts-insert-square:before {
    content: "\e8da";
    }
        .fi-ts-insight:before {
    content: "\e8db";
    }
        .fi-ts-insight-alt:before {
    content: "\e8dc";
    }
        .fi-ts-insight-head:before {
    content: "\e8dd";
    }
        .fi-ts-integral:before {
    content: "\e8e1";
    }
        .fi-ts-interactive:before {
    content: "\e8e5";
    }
        .fi-ts-interlining:before {
    content: "\e8e6";
    }
        .fi-ts-internet-speed-wifi:before {
    content: "\e8e7";
    }
        .fi-ts-interpersonal-skill:before {
    content: "\e8e8";
    }
        .fi-ts-intersection:before {
    content: "\e8ea";
    }
        .fi-ts-introduction:before {
    content: "\e8eb";
    }
        .fi-ts-introduction-handshake:before {
    content: "\e8ec";
    }
        .fi-ts-inventory-alt:before {
    content: "\e8ed";
    }
        .fi-ts-invest:before {
    content: "\e8ee";
    }
        .fi-ts-investment:before {
    content: "\e8ef";
    }
        .fi-ts-invite:before {
    content: "\e8f1";
    }
        .fi-ts-invite-alt:before {
    content: "\e8f2";
    }
        .fi-ts-iot:before {
    content: "\e8f3";
    }
        .fi-ts-iot-alt:before {
    content: "\e8f4";
    }
        .fi-ts-ip-address:before {
    content: "\e8f5";
    }
        .fi-ts-iron:before {
    content: "\e8f6";
    }
        .fi-ts-island-tropical:before {
    content: "\e8f7";
    }
        .fi-ts-issue-loupe:before {
    content: "\e8f8";
    }
        .fi-ts-it:before {
    content: "\e8f9";
    }
        .fi-ts-it-alt:before {
    content: "\e8fa";
    }
        .fi-ts-it-computer:before {
    content: "\e8fc";
    }
        .fi-ts-italian:before {
    content: "\e8fd";
    }
        .fi-ts-italian-coffee-maker:before {
    content: "\e8fe";
    }
        .fi-ts-italian-lira-sign:before {
    content: "\e8ff";
    }
        .fi-ts-italic:before {
    content: "\e900";
    }
        .fi-ts-j:before {
    content: "\e902";
    }
        .fi-ts-jam:before {
    content: "\e904";
    }
        .fi-ts-japanese:before {
    content: "\e906";
    }
        .fi-ts-jar-alt:before {
    content: "\e907";
    }
        .fi-ts-jar-wheat:before {
    content: "\e908";
    }
        .fi-ts-javascript:before {
    content: "\e90a";
    }
        .fi-ts-joint:before {
    content: "\e90e";
    }
        .fi-ts-joker:before {
    content: "\e90f";
    }
        .fi-ts-journal:before {
    content: "\e911";
    }
        .fi-ts-journal-alt:before {
    content: "\e912";
    }
        .fi-ts-journey:before {
    content: "\e913";
    }
        .fi-ts-joystick:before {
    content: "\e914";
    }
        .fi-ts-jpg:before {
    content: "\e915";
    }
        .fi-ts-jug:before {
    content: "\e918";
    }
        .fi-ts-jug-alt:before {
    content: "\e919";
    }
        .fi-ts-jug-bottle:before {
    content: "\e91a";
    }
        .fi-ts-jumping-rope:before {
    content: "\e91b";
    }
        .fi-ts-k:before {
    content: "\e91c";
    }
        .fi-ts-kaaba:before {
    content: "\e91d";
    }
        .fi-ts-kangaroo:before {
    content: "\e91e";
    }
        .fi-ts-kayak:before {
    content: "\e91f";
    }
        .fi-ts-kazoo:before {
    content: "\e920";
    }
        .fi-ts-kerning:before {
    content: "\e921";
    }
        .fi-ts-key:before {
    content: "\e922";
    }
        .fi-ts-key-car:before {
    content: "\e923";
    }
        .fi-ts-key-hole:before {
    content: "\e924";
    }
        .fi-ts-key-lock-crypto:before {
    content: "\e925";
    }
        .fi-ts-key-skeleton-left-right:before {
    content: "\e926";
    }
        .fi-ts-keyboard:before {
    content: "\e927";
    }
        .fi-ts-keyboard-brightness:before {
    content: "\e928";
    }
        .fi-ts-keyboard-brightness-low:before {
    content: "\e929";
    }
        .fi-ts-keyboard-down:before {
    content: "\e92a";
    }
        .fi-ts-keyboard-left:before {
    content: "\e92b";
    }
        .fi-ts-keynote:before {
    content: "\e92c";
    }
        .fi-ts-kidneys:before {
    content: "\e92e";
    }
        .fi-ts-kip-sign:before {
    content: "\e930";
    }
        .fi-ts-kiss:before {
    content: "\e931";
    }
        .fi-ts-kiss-beam:before {
    content: "\e932";
    }
        .fi-ts-kiss-wink-heart:before {
    content: "\e933";
    }
        .fi-ts-kitchen-set:before {
    content: "\e934";
    }
        .fi-ts-kite:before {
    content: "\e935";
    }
        .fi-ts-kiwi-bird:before {
    content: "\e936";
    }
        .fi-ts-kiwi-fruit:before {
    content: "\e937";
    }
        .fi-ts-knife:before {
    content: "\e938";
    }
        .fi-ts-knife-kitchen:before {
    content: "\e939";
    }
        .fi-ts-knitting:before {
    content: "\e93a";
    }
        .fi-ts-knot-rope:before {
    content: "\e93b";
    }
        .fi-ts-korean:before {
    content: "\e93c";
    }
        .fi-ts-kpi:before {
    content: "\e93d";
    }
        .fi-ts-kpi-evaluation:before {
    content: "\e93e";
    }
        .fi-ts-l:before {
    content: "\e93f";
    }
        .fi-ts-lab-coat:before {
    content: "\e940";
    }
        .fi-ts-lacrosse-stick:before {
    content: "\e942";
    }
        .fi-ts-lacrosse-stick-ball:before {
    content: "\e943";
    }
        .fi-ts-lambda:before {
    content: "\e944";
    }
        .fi-ts-lamp:before {
    content: "\e945";
    }
        .fi-ts-lamp-desk:before {
    content: "\e946";
    }
        .fi-ts-lamp-floor:before {
    content: "\e947";
    }
        .fi-ts-lamp-street:before {
    content: "\e948";
    }
        .fi-ts-land-layer-location:before {
    content: "\e949";
    }
        .fi-ts-land-layers:before {
    content: "\e94a";
    }
        .fi-ts-land-location:before {
    content: "\e94b";
    }
        .fi-ts-land-mine-on:before {
    content: "\e94c";
    }
        .fi-ts-landmark-alt:before {
    content: "\e94d";
    }
        .fi-ts-language:before {
    content: "\e94e";
    }
        .fi-ts-language-exchange:before {
    content: "\e94f";
    }
        .fi-ts-laptop:before {
    content: "\e950";
    }
        .fi-ts-laptop-arrow-down:before {
    content: "\e951";
    }
        .fi-ts-laptop-binary:before {
    content: "\e952";
    }
        .fi-ts-laptop-code:before {
    content: "\e953";
    }
        .fi-ts-laptop-medical:before {
    content: "\e954";
    }
        .fi-ts-laptop-mobile:before {
    content: "\e955";
    }
        .fi-ts-laptop-slash:before {
    content: "\e956";
    }
        .fi-ts-lari-sign:before {
    content: "\e957";
    }
        .fi-ts-lasso:before {
    content: "\e958";
    }
        .fi-ts-lasso-sparkles:before {
    content: "\e959";
    }
        .fi-ts-last-square:before {
    content: "\e95a";
    }
        .fi-ts-laugh:before {
    content: "\e95b";
    }
        .fi-ts-laugh-beam:before {
    content: "\e95c";
    }
        .fi-ts-laugh-squint:before {
    content: "\e95d";
    }
        .fi-ts-laugh-wink:before {
    content: "\e95e";
    }
        .fi-ts-laurel-user:before {
    content: "\e95f";
    }
        .fi-ts-lawyer-man:before {
    content: "\e960";
    }
        .fi-ts-lawyer-woman:before {
    content: "\e961";
    }
        .fi-ts-layer-minus:before {
    content: "\e962";
    }
        .fi-ts-layer-plus:before {
    content: "\e963";
    }
        .fi-ts-layers:before {
    content: "\e964";
    }
        .fi-ts-layout-fluid:before {
    content: "\e965";
    }
        .fi-ts-lead:before {
    content: "\e966";
    }
        .fi-ts-lead-funnel:before {
    content: "\e967";
    }
        .fi-ts-lead-management:before {
    content: "\e968";
    }
        .fi-ts-leader:before {
    content: "\e969";
    }
        .fi-ts-leader-alt:before {
    content: "\e96a";
    }
        .fi-ts-leader-speech:before {
    content: "\e96b";
    }
        .fi-ts-leaderboard:before {
    content: "\e96c";
    }
        .fi-ts-leaderboard-alt:before {
    content: "\e96d";
    }
        .fi-ts-leaderboard-trophy:before {
    content: "\e96e";
    }
        .fi-ts-leadership:before {
    content: "\e96f";
    }
        .fi-ts-leadership-alt:before {
    content: "\e970";
    }
        .fi-ts-leaf:before {
    content: "\e971";
    }
        .fi-ts-leaf-heart:before {
    content: "\e972";
    }
        .fi-ts-leaf-maple:before {
    content: "\e973";
    }
        .fi-ts-leaf-oak:before {
    content: "\e974";
    }
        .fi-ts-leafy-green:before {
    content: "\e975";
    }
        .fi-ts-leave:before {
    content: "\e976";
    }
        .fi-ts-left:before {
    content: "\e977";
    }
        .fi-ts-left-from-bracket:before {
    content: "\e978";
    }
        .fi-ts-legal:before {
    content: "\e979";
    }
        .fi-ts-legal-case:before {
    content: "\e97a";
    }
        .fi-ts-lemon:before {
    content: "\e97b";
    }
        .fi-ts-lesbian-couple:before {
    content: "\e97c";
    }
        .fi-ts-less-than:before {
    content: "\e97d";
    }
        .fi-ts-less-than-equal:before {
    content: "\e97e";
    }
        .fi-ts-lesson:before {
    content: "\e97f";
    }
        .fi-ts-lesson-class:before {
    content: "\e980";
    }
        .fi-ts-letter-case:before {
    content: "\e981";
    }
        .fi-ts-lettuce:before {
    content: "\e982";
    }
        .fi-ts-level-down:before {
    content: "\e983";
    }
        .fi-ts-level-down-alt:before {
    content: "\e984";
    }
        .fi-ts-level-up:before {
    content: "\e985";
    }
        .fi-ts-level-up-alt:before {
    content: "\e986";
    }
        .fi-ts-license:before {
    content: "\e987";
    }
        .fi-ts-life:before {
    content: "\e988";
    }
        .fi-ts-light-ceiling:before {
    content: "\e98a";
    }
        .fi-ts-light-emergency:before {
    content: "\e98b";
    }
        .fi-ts-light-emergency-on:before {
    content: "\e98c";
    }
        .fi-ts-light-switch:before {
    content: "\e98d";
    }
        .fi-ts-light-switch-off:before {
    content: "\e98e";
    }
        .fi-ts-light-switch-on:before {
    content: "\e98f";
    }
        .fi-ts-lightbulb-cfl:before {
    content: "\e990";
    }
        .fi-ts-lightbulb-cfl-on:before {
    content: "\e991";
    }
        .fi-ts-lightbulb-dollar:before {
    content: "\e993";
    }
        .fi-ts-lightbulb-exclamation:before {
    content: "\e994";
    }
        .fi-ts-lightbulb-head:before {
    content: "\e997";
    }
        .fi-ts-lightbulb-on:before {
    content: "\e998";
    }
        .fi-ts-lightbulb-question:before {
    content: "\e999";
    }
        .fi-ts-lightbulb-setting:before {
    content: "\e99a";
    }
        .fi-ts-lightbulb-slash:before {
    content: "\e99b";
    }
        .fi-ts-lighthouse:before {
    content: "\e99d";
    }
        .fi-ts-lights-holiday:before {
    content: "\e99e";
    }
        .fi-ts-limit-hand:before {
    content: "\e99f";
    }
        .fi-ts-limit-speedometer:before {
    content: "\e9a0";
    }
        .fi-ts-line-width:before {
    content: "\e9a2";
    }
        .fi-ts-link:before {
    content: "\e9a3";
    }
        .fi-ts-link-alt:before {
    content: "\e9a4";
    }
        .fi-ts-link-horizontal:before {
    content: "\e9a5";
    }
        .fi-ts-link-horizontal-slash:before {
    content: "\e9a6";
    }
        .fi-ts-link-slash:before {
    content: "\e9a7";
    }
        .fi-ts-link-slash-alt:before {
    content: "\e9a8";
    }
        .fi-ts-lion:before {
    content: "\e9aa";
    }
        .fi-ts-lion-head:before {
    content: "\e9ab";
    }
        .fi-ts-lips:before {
    content: "\e9ac";
    }
        .fi-ts-lips-silence:before {
    content: "\e9ad";
    }
        .fi-ts-lipstick:before {
    content: "\e9ae";
    }
        .fi-ts-lira-sign:before {
    content: "\e9af";
    }
        .fi-ts-list:before {
    content: "\e9b1";
    }
        .fi-ts-list-check:before {
    content: "\e9b2";
    }
        .fi-ts-list-dropdown:before {
    content: "\e9b3";
    }
        .fi-ts-list-music:before {
    content: "\e9b4";
    }
        .fi-ts-list-timeline:before {
    content: "\e9b5";
    }
        .fi-ts-litecoin-sign:before {
    content: "\e9b7";
    }
        .fi-ts-live:before {
    content: "\e9b8";
    }
        .fi-ts-live-alt:before {
    content: "\e9b9";
    }
        .fi-ts-loading:before {
    content: "\e9ba";
    }
        .fi-ts-loan:before {
    content: "\e9bb";
    }
        .fi-ts-lobster:before {
    content: "\e9bc";
    }
        .fi-ts-location-alt:before {
    content: "\e9be";
    }
        .fi-ts-location-arrow:before {
    content: "\e9bf";
    }
        .fi-ts-location-crosshairs:before {
    content: "\e9c0";
    }
        .fi-ts-location-crosshairs-slash:before {
    content: "\e9c1";
    }
        .fi-ts-location-dot-slash:before {
    content: "\e9c2";
    }
        .fi-ts-location-exclamation:before {
    content: "\e9c3";
    }
        .fi-ts-location-pin-call:before {
    content: "\e9c4";
    }
        .fi-ts-lock:before {
    content: "\e9c5";
    }
        .fi-ts-lock-alt:before {
    content: "\e9c6";
    }
        .fi-ts-lock-hashtag:before {
    content: "\e9c7";
    }
        .fi-ts-lock-open-alt:before {
    content: "\e9c8";
    }
        .fi-ts-locust:before {
    content: "\e9c9";
    }
        .fi-ts-loop-square:before {
    content: "\e9cc";
    }
        .fi-ts-loveseat:before {
    content: "\e9ce";
    }
        .fi-ts-low-vision:before {
    content: "\e9cf";
    }
        .fi-ts-luchador:before {
    content: "\e9d0";
    }
        .fi-ts-luggage-cart:before {
    content: "\e9d1";
    }
        .fi-ts-luggage-rolling:before {
    content: "\e9d2";
    }
        .fi-ts-lungs:before {
    content: "\e9d3";
    }
        .fi-ts-lungs-virus:before {
    content: "\e9d4";
    }
        .fi-ts-m:before {
    content: "\e9d5";
    }
        .fi-ts-mace:before {
    content: "\e9d6";
    }
        .fi-ts-magic-wand:before {
    content: "\e9dc";
    }
        .fi-ts-magnet:before {
    content: "\e9dd";
    }
        .fi-ts-magnet-user:before {
    content: "\e9de";
    }
        .fi-ts-magnifying-glass-binary:before {
    content: "\e9e0";
    }
        .fi-ts-magnifying-glass-eye:before {
    content: "\e9e1";
    }
        .fi-ts-magnifying-glass-wave:before {
    content: "\e9e2";
    }
        .fi-ts-mail-plus-circle:before {
    content: "\e9e4";
    }
        .fi-ts-mailbox:before {
    content: "\e9e5";
    }
        .fi-ts-mailbox-envelope:before {
    content: "\e9e6";
    }
        .fi-ts-mailbox-flag-up:before {
    content: "\e9e7";
    }
        .fi-ts-makeup-brush:before {
    content: "\e9e9";
    }
        .fi-ts-man-head:before {
    content: "\e9ec";
    }
        .fi-ts-man-scientist:before {
    content: "\e9ed";
    }
        .fi-ts-manat-sign:before {
    content: "\e9ee";
    }
        .fi-ts-mandolin:before {
    content: "\e9ef";
    }
        .fi-ts-mango:before {
    content: "\e9f0";
    }
        .fi-ts-manhole:before {
    content: "\e9f1";
    }
        .fi-ts-map:before {
    content: "\e9f2";
    }
        .fi-ts-map-location-track:before {
    content: "\e9f3";
    }
        .fi-ts-map-marker:before {
    content: "\e9f4";
    }
        .fi-ts-map-marker-check:before {
    content: "\e9f5";
    }
        .fi-ts-map-marker-cross:before {
    content: "\e9f6";
    }
        .fi-ts-map-marker-edit:before {
    content: "\e9f7";
    }
        .fi-ts-map-marker-home:before {
    content: "\e9f9";
    }
        .fi-ts-map-marker-minus:before {
    content: "\e9fa";
    }
        .fi-ts-map-marker-plus:before {
    content: "\e9fb";
    }
        .fi-ts-map-marker-question:before {
    content: "\e9fc";
    }
        .fi-ts-map-marker-slash:before {
    content: "\e9fd";
    }
        .fi-ts-map-marker-smile:before {
    content: "\e9fe";
    }
        .fi-ts-map-pin:before {
    content: "\e9ff";
    }
        .fi-ts-map-point:before {
    content: "\ea00";
    }
        .fi-ts-marker:before {
    content: "\ea01";
    }
        .fi-ts-marker-time:before {
    content: "\ea02";
    }
        .fi-ts-marketplace:before {
    content: "\ea03";
    }
        .fi-ts-marketplace-alt:before {
    content: "\ea04";
    }
        .fi-ts-marketplace-store:before {
    content: "\ea05";
    }
        .fi-ts-marriage-proposal:before {
    content: "\ea06";
    }
        .fi-ts-mars:before {
    content: "\ea08";
    }
        .fi-ts-mars-double:before {
    content: "\ea0a";
    }
        .fi-ts-mars-stroke-right:before {
    content: "\ea0b";
    }
        .fi-ts-mars-stroke-up:before {
    content: "\ea0c";
    }
        .fi-ts-martini-glass-citrus:before {
    content: "\ea0d";
    }
        .fi-ts-martini-glass-empty:before {
    content: "\ea0e";
    }
        .fi-ts-mask-carnival:before {
    content: "\ea10";
    }
        .fi-ts-mask-face:before {
    content: "\ea11";
    }
        .fi-ts-mask-snorkel:before {
    content: "\ea12";
    }
        .fi-ts-massage:before {
    content: "\ea13";
    }
        .fi-ts-master-plan:before {
    content: "\ea14";
    }
        .fi-ts-master-plan-integrate:before {
    content: "\ea15";
    }
        .fi-ts-match-fire:before {
    content: "\ea16";
    }
        .fi-ts-mattress-pillow:before {
    content: "\ea17";
    }
        .fi-ts-measuring-tape:before {
    content: "\ea19";
    }
        .fi-ts-meat:before {
    content: "\ea1a";
    }
        .fi-ts-medal:before {
    content: "\ea1b";
    }
        .fi-ts-medical-star:before {
    content: "\ea1d";
    }
        .fi-ts-medicine:before {
    content: "\ea1e";
    }
        .fi-ts-meditation:before {
    content: "\ea1f";
    }
        .fi-ts-meeting:before {
    content: "\ea21";
    }
        .fi-ts-meeting-alt:before {
    content: "\ea22";
    }
        .fi-ts-megaphone:before {
    content: "\ea23";
    }
        .fi-ts-megaphone-announcement-leader:before {
    content: "\ea24";
    }
        .fi-ts-megaphone-sound-waves:before {
    content: "\ea25";
    }
        .fi-ts-meh:before {
    content: "\ea26";
    }
        .fi-ts-meh-blank:before {
    content: "\ea27";
    }
        .fi-ts-meh-rolling-eyes:before {
    content: "\ea28";
    }
        .fi-ts-melon:before {
    content: "\ea29";
    }
        .fi-ts-melon-alt:before {
    content: "\ea2a";
    }
        .fi-ts-member-list:before {
    content: "\ea2b";
    }
        .fi-ts-member-search:before {
    content: "\ea2c";
    }
        .fi-ts-membership:before {
    content: "\ea2d";
    }
        .fi-ts-membership-vip:before {
    content: "\ea2e";
    }
        .fi-ts-memo:before {
    content: "\ea2f";
    }
        .fi-ts-memo-circle-check:before {
    content: "\ea30";
    }
        .fi-ts-memo-pad:before {
    content: "\ea31";
    }
        .fi-ts-memory:before {
    content: "\ea32";
    }
        .fi-ts-menu-burger:before {
    content: "\ea33";
    }
        .fi-ts-menu-dots:before {
    content: "\ea34";
    }
        .fi-ts-menu-dots-vertical:before {
    content: "\ea35";
    }
        .fi-ts-mercury:before {
    content: "\ea36";
    }
        .fi-ts-message-alert:before {
    content: "\ea37";
    }
        .fi-ts-message-arrow-down:before {
    content: "\ea38";
    }
        .fi-ts-message-arrow-up:before {
    content: "\ea39";
    }
        .fi-ts-message-arrow-up-right:before {
    content: "\ea3a";
    }
        .fi-ts-message-bot:before {
    content: "\ea3b";
    }
        .fi-ts-message-code:before {
    content: "\ea3c";
    }
        .fi-ts-message-dollar:before {
    content: "\ea3d";
    }
        .fi-ts-message-heart:before {
    content: "\ea3e";
    }
        .fi-ts-message-image:before {
    content: "\ea3f";
    }
        .fi-ts-message-question:before {
    content: "\ea41";
    }
        .fi-ts-message-quote:before {
    content: "\ea42";
    }
        .fi-ts-message-slash:before {
    content: "\ea43";
    }
        .fi-ts-message-sms:before {
    content: "\ea44";
    }
        .fi-ts-message-star:before {
    content: "\ea45";
    }
        .fi-ts-message-text:before {
    content: "\ea46";
    }
        .fi-ts-message-xmark:before {
    content: "\ea47";
    }
        .fi-ts-messages:before {
    content: "\ea48";
    }
        .fi-ts-messages-dollar:before {
    content: "\ea49";
    }
        .fi-ts-messages-question:before {
    content: "\ea4a";
    }
        .fi-ts-meteor:before {
    content: "\ea4c";
    }
        .fi-ts-meter:before {
    content: "\ea4d";
    }
        .fi-ts-meter-bolt:before {
    content: "\ea4e";
    }
        .fi-ts-meter-droplet:before {
    content: "\ea4f";
    }
        .fi-ts-meter-fire:before {
    content: "\ea50";
    }
        .fi-ts-method:before {
    content: "\ea51";
    }
        .fi-ts-microchip:before {
    content: "\ea52";
    }
        .fi-ts-microchip-ai:before {
    content: "\ea53";
    }
        .fi-ts-microphone:before {
    content: "\ea54";
    }
        .fi-ts-microphone-alt:before {
    content: "\ea55";
    }
        .fi-ts-microphone-slash:before {
    content: "\ea58";
    }
        .fi-ts-microscope:before {
    content: "\ea59";
    }
        .fi-ts-microwave:before {
    content: "\ea5d";
    }
        .fi-ts-milk:before {
    content: "\ea5e";
    }
        .fi-ts-milk-alt:before {
    content: "\ea5f";
    }
        .fi-ts-mill:before {
    content: "\ea60";
    }
        .fi-ts-mill-sign:before {
    content: "\ea61";
    }
        .fi-ts-mind-share:before {
    content: "\ea62";
    }
        .fi-ts-minus:before {
    content: "\ea63";
    }
        .fi-ts-minus-circle:before {
    content: "\ea64";
    }
        .fi-ts-minus-hexagon:before {
    content: "\ea65";
    }
        .fi-ts-minus-small:before {
    content: "\ea66";
    }
        .fi-ts-mirror:before {
    content: "\ea68";
    }
        .fi-ts-mirror-user:before {
    content: "\ea69";
    }
        .fi-ts-mistletoe:before {
    content: "\ea6a";
    }
        .fi-ts-mix:before {
    content: "\ea6b";
    }
        .fi-ts-mixer:before {
    content: "\ea6c";
    }
        .fi-ts-mobile:before {
    content: "\ea6d";
    }
        .fi-ts-mobile-4g:before {
    content: "\ea6e";
    }
        .fi-ts-mobile-5g:before {
    content: "\ea6f";
    }
        .fi-ts-mobile-button:before {
    content: "\ea71";
    }
        .fi-ts-mobile-hand:before {
    content: "\ea72";
    }
        .fi-ts-mobile-message:before {
    content: "\ea73";
    }
        .fi-ts-mobile-notch:before {
    content: "\ea74";
    }
        .fi-ts-mockup:before {
    content: "\ea77";
    }
        .fi-ts-mode:before {
    content: "\ea78";
    }
        .fi-ts-mode-alt:before {
    content: "\ea79";
    }
        .fi-ts-mode-landscape:before {
    content: "\ea7a";
    }
        .fi-ts-mode-portrait:before {
    content: "\ea7b";
    }
        .fi-ts-model-cube:before {
    content: "\ea7c";
    }
        .fi-ts-model-cube-arrows:before {
    content: "\ea7d";
    }
        .fi-ts-model-cube-space:before {
    content: "\ea7e";
    }
        .fi-ts-module:before {
    content: "\ea7f";
    }
        .fi-ts-monday:before {
    content: "\ea80";
    }
        .fi-ts-money:before {
    content: "\ea81";
    }
        .fi-ts-money-bill-simple:before {
    content: "\ea82";
    }
        .fi-ts-money-bill-transfer:before {
    content: "\ea83";
    }
        .fi-ts-money-bill-wave:before {
    content: "\ea84";
    }
        .fi-ts-money-bill-wave-alt:before {
    content: "\ea85";
    }
        .fi-ts-money-bills:before {
    content: "\ea86";
    }
        .fi-ts-money-bills-simple:before {
    content: "\ea87";
    }
        .fi-ts-money-check:before {
    content: "\ea88";
    }
        .fi-ts-money-check-edit:before {
    content: "\ea89";
    }
        .fi-ts-money-check-edit-alt:before {
    content: "\ea8a";
    }
        .fi-ts-money-coin-transfer:before {
    content: "\ea8b";
    }
        .fi-ts-money-from-bracket:before {
    content: "\ea8c";
    }
        .fi-ts-money-gears:before {
    content: "\ea8d";
    }
        .fi-ts-money-income:before {
    content: "\ea8e";
    }
        .fi-ts-money-simple-from-bracket:before {
    content: "\ea8f";
    }
        .fi-ts-money-transfer-alt:before {
    content: "\ea90";
    }
        .fi-ts-money-transfer-coin-arrow:before {
    content: "\ea91";
    }
        .fi-ts-money-transfer-smartphone:before {
    content: "\ea92";
    }
        .fi-ts-money-wings:before {
    content: "\ea93";
    }
        .fi-ts-monkey:before {
    content: "\ea94";
    }
        .fi-ts-monument:before {
    content: "\ea95";
    }
        .fi-ts-moon:before {
    content: "\ea96";
    }
        .fi-ts-moon-stars:before {
    content: "\ea97";
    }
        .fi-ts-moped:before {
    content: "\ea98";
    }
        .fi-ts-mortar-pestle:before {
    content: "\ea99";
    }
        .fi-ts-mortgage:before {
    content: "\ea9a";
    }
        .fi-ts-mosque:before {
    content: "\ea9b";
    }
        .fi-ts-mosque-alt:before {
    content: "\ea9c";
    }
        .fi-ts-mosque-moon:before {
    content: "\ea9d";
    }
        .fi-ts-mosquito:before {
    content: "\ea9e";
    }
        .fi-ts-mosquito-net:before {
    content: "\ea9f";
    }
        .fi-ts-motorcycle:before {
    content: "\eaa2";
    }
        .fi-ts-mound:before {
    content: "\eaa3";
    }
        .fi-ts-mountain:before {
    content: "\eaa4";
    }
        .fi-ts-mountain-city:before {
    content: "\eaa5";
    }
        .fi-ts-mountains:before {
    content: "\eaa7";
    }
        .fi-ts-mouse:before {
    content: "\eaa8";
    }
        .fi-ts-mouse-field:before {
    content: "\eaa9";
    }
        .fi-ts-mouse-pointer-heart:before {
    content: "\eaaa";
    }
        .fi-ts-mov-file:before {
    content: "\eaab";
    }
        .fi-ts-move-to-folder:before {
    content: "\eaac";
    }
        .fi-ts-move-to-folder-2:before {
    content: "\eaad";
    }
        .fi-ts-moving:before {
    content: "\eaae";
    }
        .fi-ts-mower:before {
    content: "\eaaf";
    }
        .fi-ts-mp3-file:before {
    content: "\eab0";
    }
        .fi-ts-mp3-player:before {
    content: "\eab1";
    }
        .fi-ts-mp4-file:before {
    content: "\eab2";
    }
        .fi-ts-mug:before {
    content: "\eab3";
    }
        .fi-ts-mug-alt:before {
    content: "\eab4";
    }
        .fi-ts-mug-hot:before {
    content: "\eab5";
    }
        .fi-ts-mug-hot-alt:before {
    content: "\eab6";
    }
        .fi-ts-mug-marshmallows:before {
    content: "\eab7";
    }
        .fi-ts-mug-tea:before {
    content: "\eab8";
    }
        .fi-ts-mug-tea-alt:before {
    content: "\eab9";
    }
        .fi-ts-mug-tea-saucer:before {
    content: "\eaba";
    }
        .fi-ts-multiple:before {
    content: "\eabb";
    }
        .fi-ts-multiple-alt:before {
    content: "\eabc";
    }
        .fi-ts-multitasking:before {
    content: "\eabd";
    }
        .fi-ts-muscle:before {
    content: "\eabe";
    }
        .fi-ts-mushroom:before {
    content: "\eabf";
    }
        .fi-ts-mushroom-alt:before {
    content: "\eac0";
    }
        .fi-ts-mushroom-cloud:before {
    content: "\eac1";
    }
        .fi-ts-music:before {
    content: "\eac2";
    }
        .fi-ts-music-alt:before {
    content: "\eac3";
    }
        .fi-ts-music-file:before {
    content: "\eac5";
    }
        .fi-ts-music-magnifying-glass:before {
    content: "\eac6";
    }
        .fi-ts-music-note:before {
    content: "\eac7";
    }
        .fi-ts-music-note-slash:before {
    content: "\eac8";
    }
        .fi-ts-music-slash:before {
    content: "\eac9";
    }
        .fi-ts-n:before {
    content: "\eacb";
    }
        .fi-ts-naira-sign:before {
    content: "\eacc";
    }
        .fi-ts-narwhal:before {
    content: "\eace";
    }
        .fi-ts-navigation:before {
    content: "\eacf";
    }
        .fi-ts-nesting-dolls:before {
    content: "\ead0";
    }
        .fi-ts-network:before {
    content: "\ead3";
    }
        .fi-ts-network-analytic:before {
    content: "\ead4";
    }
        .fi-ts-network-cloud:before {
    content: "\ead5";
    }
        .fi-ts-network-cloud-computer:before {
    content: "\ead6";
    }
        .fi-ts-network-user:before {
    content: "\ead7";
    }
        .fi-ts-neuter:before {
    content: "\ead8";
    }
        .fi-ts-newsletter-subscribe:before {
    content: "\eadb";
    }
        .fi-ts-newspaper:before {
    content: "\eadc";
    }
        .fi-ts-newspaper-open:before {
    content: "\eade";
    }
        .fi-ts-nfc:before {
    content: "\eadf";
    }
        .fi-ts-nfc-lock:before {
    content: "\eae0";
    }
        .fi-ts-nfc-magnifying-glass:before {
    content: "\eae1";
    }
        .fi-ts-nfc-pen:before {
    content: "\eae2";
    }
        .fi-ts-nfc-slash:before {
    content: "\eae4";
    }
        .fi-ts-nfc-trash:before {
    content: "\eae5";
    }
        .fi-ts-nft-square:before {
    content: "\eae8";
    }
        .fi-ts-night-day:before {
    content: "\eae9";
    }
        .fi-ts-no-attention:before {
    content: "\eaea";
    }
        .fi-ts-no-fee:before {
    content: "\eaeb";
    }
        .fi-ts-no-food:before {
    content: "\eaec";
    }
        .fi-ts-no-iron:before {
    content: "\eaed";
    }
        .fi-ts-no-people:before {
    content: "\eaee";
    }
        .fi-ts-no-smoking:before {
    content: "\eaef";
    }
        .fi-ts-noise-cancelling-headphones:before {
    content: "\eaf2";
    }
        .fi-ts-noodles:before {
    content: "\eaf3";
    }
        .fi-ts-nose:before {
    content: "\eaf4";
    }
        .fi-ts-not-equal:before {
    content: "\eaf5";
    }
        .fi-ts-not-found:before {
    content: "\eaf6";
    }
        .fi-ts-not-found-alt:before {
    content: "\eaf7";
    }
        .fi-ts-not-found-magnifying-glass:before {
    content: "\eaf8";
    }
        .fi-ts-notdef:before {
    content: "\eaf9";
    }
        .fi-ts-note:before {
    content: "\eafa";
    }
        .fi-ts-note-medical:before {
    content: "\eafb";
    }
        .fi-ts-note-sticky:before {
    content: "\eafc";
    }
        .fi-ts-notebook:before {
    content: "\eafd";
    }
        .fi-ts-notebook-alt:before {
    content: "\eafe";
    }
        .fi-ts-notes:before {
    content: "\eaff";
    }
        .fi-ts-notes-medical:before {
    content: "\eb00";
    }
        .fi-ts-o:before {
    content: "\eb09";
    }
        .fi-ts-object-exclude:before {
    content: "\eb0a";
    }
        .fi-ts-object-group:before {
    content: "\eb0b";
    }
        .fi-ts-object-intersect:before {
    content: "\eb0c";
    }
        .fi-ts-object-subtract:before {
    content: "\eb0d";
    }
        .fi-ts-object-ungroup:before {
    content: "\eb0e";
    }
        .fi-ts-object-union:before {
    content: "\eb0f";
    }
        .fi-ts-objects-column:before {
    content: "\eb11";
    }
        .fi-ts-octagon:before {
    content: "\eb12";
    }
        .fi-ts-octagon-check:before {
    content: "\eb13";
    }
        .fi-ts-octagon-divide:before {
    content: "\eb14";
    }
        .fi-ts-octagon-exclamation:before {
    content: "\eb15";
    }
        .fi-ts-octagon-minus:before {
    content: "\eb16";
    }
        .fi-ts-octagon-plus:before {
    content: "\eb17";
    }
        .fi-ts-octagon-xmark:before {
    content: "\eb18";
    }
        .fi-ts-office-chair:before {
    content: "\eb1a";
    }
        .fi-ts-oil-can:before {
    content: "\eb1b";
    }
        .fi-ts-oil-temp:before {
    content: "\eb1c";
    }
        .fi-ts-old-people:before {
    content: "\eb1e";
    }
        .fi-ts-olive:before {
    content: "\eb1f";
    }
        .fi-ts-olive-branch-dove:before {
    content: "\eb20";
    }
        .fi-ts-olive-oil:before {
    content: "\eb21";
    }
        .fi-ts-olives:before {
    content: "\eb22";
    }
        .fi-ts-om:before {
    content: "\eb23";
    }
        .fi-ts-omega:before {
    content: "\eb24";
    }
        .fi-ts-on-air-square:before {
    content: "\eb25";
    }
        .fi-ts-onboarding:before {
    content: "\eb26";
    }
        .fi-ts-onion:before {
    content: "\eb27";
    }
        .fi-ts-opacity:before {
    content: "\eb28";
    }
        .fi-ts-open-mail-clip:before {
    content: "\eb29";
    }
        .fi-ts-operating-system-upgrade:before {
    content: "\eb2a";
    }
        .fi-ts-operation:before {
    content: "\eb2b";
    }
        .fi-ts-order-history:before {
    content: "\eb2e";
    }
        .fi-ts-organization-chart:before {
    content: "\eb2f";
    }
        .fi-ts-ornament:before {
    content: "\eb30";
    }
        .fi-ts-otp:before {
    content: "\eb31";
    }
        .fi-ts-otter:before {
    content: "\eb32";
    }
        .fi-ts-outdent:before {
    content: "\eb34";
    }
        .fi-ts-oval:before {
    content: "\eb35";
    }
        .fi-ts-oval-alt:before {
    content: "\eb36";
    }
        .fi-ts-oven:before {
    content: "\eb37";
    }
        .fi-ts-overline:before {
    content: "\eb38";
    }
        .fi-ts-overview:before {
    content: "\eb39";
    }
        .fi-ts-p:before {
    content: "\eb3a";
    }
        .fi-ts-package:before {
    content: "\eb3b";
    }
        .fi-ts-padlock-check:before {
    content: "\eb3c";
    }
        .fi-ts-page-break:before {
    content: "\eb3d";
    }
        .fi-ts-pager:before {
    content: "\eb3e";
    }
        .fi-ts-paid:before {
    content: "\eb3f";
    }
        .fi-ts-paint-brush:before {
    content: "\eb41";
    }
        .fi-ts-paint-roller:before {
    content: "\eb42";
    }
        .fi-ts-paintbrush-pencil:before {
    content: "\eb44";
    }
        .fi-ts-palette:before {
    content: "\eb45";
    }
        .fi-ts-pallet:before {
    content: "\eb46";
    }
        .fi-ts-pallet-alt:before {
    content: "\eb47";
    }
        .fi-ts-pan:before {
    content: "\eb48";
    }
        .fi-ts-pan-food:before {
    content: "\eb49";
    }
        .fi-ts-pan-frying:before {
    content: "\eb4a";
    }
        .fi-ts-pancakes:before {
    content: "\eb4b";
    }
        .fi-ts-panorama:before {
    content: "\eb4f";
    }
        .fi-ts-paper-plane:before {
    content: "\eb50";
    }
        .fi-ts-paper-plane-top:before {
    content: "\eb52";
    }
        .fi-ts-paperclip-vertical:before {
    content: "\eb53";
    }
        .fi-ts-parachute-box:before {
    content: "\eb54";
    }
        .fi-ts-paragraph:before {
    content: "\eb55";
    }
        .fi-ts-paragraph-left:before {
    content: "\eb56";
    }
        .fi-ts-parking:before {
    content: "\eb57";
    }
        .fi-ts-parking-circle:before {
    content: "\eb58";
    }
        .fi-ts-parking-circle-slash:before {
    content: "\eb59";
    }
        .fi-ts-parking-slash:before {
    content: "\eb5a";
    }
        .fi-ts-party-bell:before {
    content: "\eb5d";
    }
        .fi-ts-party-horn:before {
    content: "\eb5e";
    }
        .fi-ts-passenger-plane:before {
    content: "\eb5f";
    }
        .fi-ts-passport:before {
    content: "\eb60";
    }
        .fi-ts-password:before {
    content: "\eb61";
    }
        .fi-ts-password-alt:before {
    content: "\eb62";
    }
        .fi-ts-password-computer:before {
    content: "\eb63";
    }
        .fi-ts-password-email:before {
    content: "\eb64";
    }
        .fi-ts-password-lock:before {
    content: "\eb65";
    }
        .fi-ts-password-smartphone:before {
    content: "\eb66";
    }
        .fi-ts-paste:before {
    content: "\eb67";
    }
        .fi-ts-pattern:before {
    content: "\eb69";
    }
        .fi-ts-pause:before {
    content: "\eb6a";
    }
 
        .fi-ts-pause-square:before {
    content: "\eb6c";
    }
        .fi-ts-paw:before {
    content: "\eb6d";
    }
        .fi-ts-paw-claws:before {
    content: "\eb6e";
    }
        .fi-ts-paw-heart:before {
    content: "\eb6f";
    }
        .fi-ts-payment-pos:before {
    content: "\eb70";
    }
        .fi-ts-payroll:before {
    content: "\eb72";
    }
        .fi-ts-payroll-calendar:before {
    content: "\eb73";
    }
        .fi-ts-payroll-check:before {
    content: "\eb74";
    }
        .fi-ts-peace:before {
    content: "\eb75";
    }
        .fi-ts-peach:before {
    content: "\eb76";
    }
        .fi-ts-peanut:before {
    content: "\eb77";
    }
        .fi-ts-peanuts:before {
    content: "\eb78";
    }
        .fi-ts-peapod:before {
    content: "\eb79";
    }
        .fi-ts-pear:before {
    content: "\eb7a";
    }
        .fi-ts-pedestal:before {
    content: "\eb7b";
    }
        .fi-ts-pen-circle:before {
    content: "\eb7c";
    }
        .fi-ts-pen-clip:before {
    content: "\eb7d";
    }
        .fi-ts-pen-clip-slash:before {
    content: "\eb7e";
    }
        .fi-ts-pen-fancy:before {
    content: "\eb7f";
    }
        .fi-ts-pen-fancy-slash:before {
    content: "\eb80";
    }
        .fi-ts-pen-field:before {
    content: "\eb81";
    }
        .fi-ts-pen-nib:before {
    content: "\eb82";
    }
        .fi-ts-pen-nib-slash:before {
    content: "\eb83";
    }
        .fi-ts-pen-slash:before {
    content: "\eb84";
    }
        .fi-ts-pen-square:before {
    content: "\eb85";
    }
        .fi-ts-pen-swirl:before {
    content: "\eb86";
    }
        .fi-ts-pencil:before {
    content: "\eb87";
    }
        .fi-ts-pencil-paintbrush:before {
    content: "\eb88";
    }
        .fi-ts-pencil-ruler:before {
    content: "\eb89";
    }
        .fi-ts-pencil-slash:before {
    content: "\eb8a";
    }
        .fi-ts-pending:before {
    content: "\eb8b";
    }
        .fi-ts-pennant:before {
    content: "\eb8c";
    }
        .fi-ts-people:before {
    content: "\eb8d";
    }
        .fi-ts-people-arrows-left-right:before {
    content: "\eb8e";
    }
        .fi-ts-people-carry-box:before {
    content: "\eb8f";
    }
        .fi-ts-people-dress:before {
    content: "\eb90";
    }
        .fi-ts-people-network-partner:before {
    content: "\eb93";
    }
        .fi-ts-people-pants:before {
    content: "\eb94";
    }
        .fi-ts-people-poll:before {
    content: "\eb95";
    }
        .fi-ts-people-pulling:before {
    content: "\eb96";
    }
        .fi-ts-people-roof:before {
    content: "\eb98";
    }
        .fi-ts-pepper:before {
    content: "\eb99";
    }
        .fi-ts-pepper-alt:before {
    content: "\eb9a";
    }
        .fi-ts-pepper-hot:before {
    content: "\eb9b";
    }
        .fi-ts-percent-10:before {
    content: "\eb9c";
    }
        .fi-ts-percent-100:before {
    content: "\eb9d";
    }
        .fi-ts-percent-20:before {
    content: "\eb9e";
    }
        .fi-ts-percent-25:before {
    content: "\eb9f";
    }
        .fi-ts-percent-30:before {
    content: "\eba0";
    }
        .fi-ts-percent-40:before {
    content: "\eba1";
    }
        .fi-ts-percent-50:before {
    content: "\eba2";
    }
        .fi-ts-percent-60:before {
    content: "\eba3";
    }
        .fi-ts-percent-70:before {
    content: "\eba4";
    }
        .fi-ts-percent-75:before {
    content: "\eba5";
    }
        .fi-ts-percent-80:before {
    content: "\eba6";
    }
        .fi-ts-percent-90:before {
    content: "\eba7";
    }
        .fi-ts-percentage:before {
    content: "\eba8";
    }
        .fi-ts-person-battery:before {
    content: "\ebac";
    }
        .fi-ts-person-burst:before {
    content: "\ebae";
    }
        .fi-ts-person-carry-box:before {
    content: "\ebaf";
    }
        .fi-ts-person-circle-check:before {
    content: "\ebb1";
    }
        .fi-ts-person-circle-exclamation:before {
    content: "\ebb2";
    }
        .fi-ts-person-circle-minus:before {
    content: "\ebb3";
    }
        .fi-ts-person-circle-plus:before {
    content: "\ebb4";
    }
        .fi-ts-person-circle-question:before {
    content: "\ebb5";
    }
        .fi-ts-person-circle-xmark:before {
    content: "\ebb6";
    }
        .fi-ts-person-cv:before {
    content: "\ebb7";
    }
        .fi-ts-person-dolly:before {
    content: "\ebb8";
    }
        .fi-ts-person-dolly-empty:before {
    content: "\ebb9";
    }
        .fi-ts-person-dragging-bag:before {
    content: "\ebba";
    }
        .fi-ts-person-dress:before {
    content: "\ebbb";
    }
        .fi-ts-person-dress-simple:before {
    content: "\ebbd";
    }
        .fi-ts-person-luggage:before {
    content: "\ebc1";
    }
        .fi-ts-person-lunge:before {
    content: "\ebc2";
    }
        .fi-ts-person-pilates:before {
    content: "\ebc6";
    }
        .fi-ts-person-praying:before {
    content: "\ebc7";
    }
        .fi-ts-person-pregnant:before {
    content: "\ebc8";
    }
        .fi-ts-person-seat:before {
    content: "\ebcb";
    }
        .fi-ts-person-seat-reclined:before {
    content: "\ebcc";
    }
        .fi-ts-person-shelter:before {
    content: "\ebcd";
    }
        .fi-ts-person-sign:before {
    content: "\ebce";
    }
        .fi-ts-person-simple:before {
    content: "\ebcf";
    }
        .fi-ts-person-stress:before {
    content: "\ebd0";
    }
        .fi-ts-person-walking-with-cane:before {
    content: "\ebd6";
    }
        .fi-ts-peseta-sign:before {
    content: "\ebd7";
    }
        .fi-ts-peso-sign:before {
    content: "\ebd8";
    }
        .fi-ts-pets:before {
    content: "\ebd9";
    }
        .fi-ts-pharmacy:before {
    content: "\ebdb";
    }
        .fi-ts-phone-call:before {
    content: "\ebde";
    }
        .fi-ts-phone-cross:before {
    content: "\ebdf";
    }
        .fi-ts-phone-flip:before {
    content: "\ebe0";
    }
        .fi-ts-phone-guide:before {
    content: "\ebe1";
    }
        .fi-ts-phone-heart-message:before {
    content: "\ebe2";
    }
        .fi-ts-phone-office:before {
    content: "\ebe3";
    }
        .fi-ts-phone-pause:before {
    content: "\ebe4";
    }
        .fi-ts-phone-plus:before {
    content: "\ebe5";
    }
        .fi-ts-phone-rotary:before {
    content: "\ebe6";
    }
        .fi-ts-phone-slash:before {
    content: "\ebe7";
    }
        .fi-ts-photo-capture:before {
    content: "\ebe8";
    }
        .fi-ts-photo-film-music:before {
    content: "\ebea";
    }
        .fi-ts-photo-video:before {
    content: "\ebeb";
    }
        .fi-ts-physics:before {
    content: "\ebf2";
    }
        .fi-ts-Pi:before {
    content: "\ebf3";
    }
        .fi-ts-piano:before {
    content: "\ebf4";
    }
        .fi-ts-piano-keyboard:before {
    content: "\ebf5";
    }
        .fi-ts-pickaxe:before {
    content: "\ebf6";
    }
        .fi-ts-picking:before {
    content: "\ebf7";
    }
        .fi-ts-picking-box:before {
    content: "\ebf8";
    }
        .fi-ts-picnic:before {
    content: "\ebf9";
    }
        .fi-ts-picpeople:before {
    content: "\ebfa";
    }
        .fi-ts-picpeople-filled:before {
    content: "\ebfb";
    }
        .fi-ts-picture:before {
    content: "\ebfc";
    }
        .fi-ts-pie:before {
    content: "\ebfd";
    }
        .fi-ts-pig:before {
    content: "\ebff";
    }
        .fi-ts-pig-bank-bulb:before {
    content: "\ec00";
    }
        .fi-ts-pig-face:before {
    content: "\ec01";
    }
        .fi-ts-piggy-bank:before {
    content: "\ec02";
    }
        .fi-ts-piggy-bank-budget:before {
    content: "\ec03";
    }
        .fi-ts-pills:before {
    content: "\ec04";
    }
        .fi-ts-pin-to-pin:before {
    content: "\ec05";
    }
        .fi-ts-piÃ±ata:before {
    content: "\ec06";
    }
        .fi-ts-pineapple:before {
    content: "\ec07";
    }
        .fi-ts-pineapple-alt:before {
    content: "\ec08";
    }
        .fi-ts-pipe-smoking:before {
    content: "\ec0b";
    }
        .fi-ts-pisa-tower:before {
    content: "\ec0d";
    }
        .fi-ts-pizza-slice:before {
    content: "\ec0f";
    }
        .fi-ts-place-of-worship:before {
    content: "\ec10";
    }
        .fi-ts-plagiarism:before {
    content: "\ec11";
    }
        .fi-ts-plan:before {
    content: "\ec12";
    }
        .fi-ts-plan-strategy:before {
    content: "\ec13";
    }
        .fi-ts-plane:before {
    content: "\ec14";
    }
        .fi-ts-plane-alt:before {
    content: "\ec15";
    }
        .fi-ts-plane-arrival:before {
    content: "\ec16";
    }
        .fi-ts-plane-departure:before {
    content: "\ec17";
    }
        .fi-ts-plane-prop:before {
    content: "\ec18";
    }
        .fi-ts-plane-slash:before {
    content: "\ec19";
    }
        .fi-ts-plane-tail:before {
    content: "\ec1a";
    }
        .fi-ts-planet-moon:before {
    content: "\ec1d";
    }
        .fi-ts-planet-ringed:before {
    content: "\ec1e";
    }
        .fi-ts-plant-care:before {
    content: "\ec1f";
    }
        .fi-ts-plant-growth:before {
    content: "\ec20";
    }
        .fi-ts-plant-seed-invest:before {
    content: "\ec21";
    }
        .fi-ts-plant-wilt:before {
    content: "\ec22";
    }
        .fi-ts-plate:before {
    content: "\ec23";
    }
        .fi-ts-plate-eating:before {
    content: "\ec24";
    }
        .fi-ts-plate-empty:before {
    content: "\ec25";
    }
        .fi-ts-plate-utensils:before {
    content: "\ec26";
    }
        .fi-ts-plate-wheat:before {
    content: "\ec27";
    }
        .fi-ts-play:before {
    content: "\ec28";
    }
        .fi-ts-play-alt:before {
    content: "\ec29";
    }
        .fi-ts-play-circle:before {
    content: "\ec2a";
    }
        .fi-ts-play-microphone:before {
    content: "\ec2b";
    }
        .fi-ts-play-pause:before {
    content: "\ec2c";
    }
        .fi-ts-plug:before {
    content: "\ec2e";
    }
        .fi-ts-plug-alt:before {
    content: "\ec2f";
    }
        .fi-ts-plug-cable:before {
    content: "\ec30";
    }
        .fi-ts-plug-circle-bolt:before {
    content: "\ec31";
    }
        .fi-ts-plug-circle-check:before {
    content: "\ec32";
    }
        .fi-ts-plug-circle-exclamation:before {
    content: "\ec33";
    }
        .fi-ts-plug-circle-minus:before {
    content: "\ec34";
    }
        .fi-ts-plug-circle-plus:before {
    content: "\ec35";
    }
        .fi-ts-plug-connection:before {
    content: "\ec36";
    }
        .fi-ts-plus:before {
    content: "\ec37";
    }
        .fi-ts-plus-hexagon:before {
    content: "\ec38";
    }
        .fi-ts-plus-minus:before {
    content: "\ec39";
    }
        .fi-ts-plus-small:before {
    content: "\ec3a";
    }
        .fi-ts-png-file:before {
    content: "\ec3b";
    }
        .fi-ts-podcast:before {
    content: "\ec3c";
    }
        .fi-ts-podium:before {
    content: "\ec3d";
    }
        .fi-ts-podium-star:before {
    content: "\ec3e";
    }
        .fi-ts-podium-victory-leader:before {
    content: "\ec3f";
    }
        .fi-ts-point-of-sale:before {
    content: "\ec40";
    }
        .fi-ts-point-of-sale-bill:before {
    content: "\ec41";
    }
        .fi-ts-point-of-sale-signal:before {
    content: "\ec42";
    }
        .fi-ts-pointer-loading:before {
    content: "\ec44";
    }
        .fi-ts-pointer-text:before {
    content: "\ec45";
    }
        .fi-ts-police-box:before {
    content: "\ec47";
    }
        .fi-ts-polish-bottle:before {
    content: "\ec48";
    }
        .fi-ts-polish-brush:before {
    content: "\ec49";
    }
        .fi-ts-poll-h:before {
    content: "\ec4a";
    }
        .fi-ts-pollution:before {
    content: "\ec4b";
    }
        .fi-ts-pompebled:before {
    content: "\ec4c";
    }
        .fi-ts-poo:before {
    content: "\ec4d";
    }
        .fi-ts-poo-bolt:before {
    content: "\ec4e";
    }
        .fi-ts-pool-8-ball:before {
    content: "\ec4f";
    }
        .fi-ts-poop:before {
    content: "\ec50";
    }
        .fi-ts-popcorn:before {
    content: "\ec51";
    }
        .fi-ts-popsicle:before {
    content: "\ec52";
    }
        .fi-ts-population:before {
    content: "\ec53";
    }
        .fi-ts-population-globe:before {
    content: "\ec54";
    }
        .fi-ts-portal-enter:before {
    content: "\ec55";
    }
        .fi-ts-portal-exit:before {
    content: "\ec56";
    }
        .fi-ts-portrait:before {
    content: "\ec57";
    }
        .fi-ts-portuguese:before {
    content: "\ec58";
    }
        .fi-ts-postal-address:before {
    content: "\ec59";
    }
        .fi-ts-pot:before {
    content: "\ec5b";
    }
        .fi-ts-potato:before {
    content: "\ec5c";
    }
        .fi-ts-pound:before {
    content: "\ec5d";
    }
        .fi-ts-power:before {
    content: "\ec5e";
    }
        .fi-ts-ppt-file:before {
    content: "\ec5f";
    }
        .fi-ts-practice:before {
    content: "\ec60";
    }
        .fi-ts-praying-hands:before {
    content: "\ec61";
    }
        .fi-ts-prescription:before {
    content: "\ec64";
    }
        .fi-ts-prescription-bottle:before {
    content: "\ec65";
    }
        .fi-ts-prescription-bottle-alt:before {
    content: "\ec66";
    }
        .fi-ts-prescription-bottle-pill:before {
    content: "\ec67";
    }
        .fi-ts-presentation:before {
    content: "\ec68";
    }
        .fi-ts-preview:before {
    content: "\ec69";
    }
        .fi-ts-previous-square:before {
    content: "\ec6a";
    }
        .fi-ts-print:before {
    content: "\ec6b";
    }
        .fi-ts-print-magnifying-glass:before {
    content: "\ec6c";
    }
        .fi-ts-print-slash:before {
    content: "\ec6d";
    }
        .fi-ts-priority-arrow:before {
    content: "\ec6f";
    }
        .fi-ts-priority-arrows:before {
    content: "\ec70";
    }
        .fi-ts-priority-importance:before {
    content: "\ec72";
    }
        .fi-ts-problem-solving:before {
    content: "\ec75";
    }
        .fi-ts-procedures:before {
    content: "\ec76";
    }
        .fi-ts-process:before {
    content: "\ec77";
    }
        .fi-ts-productivity:before {
    content: "\ec79";
    }
        .fi-ts-progress-bar-dotted-empty:before {
    content: "\ec7a";
    }
        .fi-ts-progress-bar-dotted-half:before {
    content: "\ec7b";
    }
        .fi-ts-progress-bar-dotted-line-half:before {
    content: "\ec7c";
    }
        .fi-ts-progress-bar-empty:before {
    content: "\ec7d";
    }
        .fi-ts-progress-bar-half:before {
    content: "\ec7e";
    }
        .fi-ts-progress-bar-square-empty:before {
    content: "\ec7f";
    }
        .fi-ts-progress-bar-square-half:before {
    content: "\ec80";
    }
        .fi-ts-progress-complete:before {
    content: "\ec81";
    }
        .fi-ts-progress-download:before {
    content: "\ec82";
    }
        .fi-ts-progress-upload:before {
    content: "\ec83";
    }
        .fi-ts-projector:before {
    content: "\ec84";
    }
        .fi-ts-protractor:before {
    content: "\ec85";
    }
        .fi-ts-pulse:before {
    content: "\ec86";
    }
        .fi-ts-pump:before {
    content: "\ec87";
    }
        .fi-ts-pump-medical:before {
    content: "\ec88";
    }
        .fi-ts-pumpkin:before {
    content: "\ec89";
    }
        .fi-ts-pumpkin-alt:before {
    content: "\ec8a";
    }
        .fi-ts-pumpkin-alt-2:before {
    content: "\ec8b";
    }
        .fi-ts-puzzle-alt:before {
    content: "\ec8d";
    }
        .fi-ts-puzzle-piece:before {
    content: "\ec8f";
    }
        .fi-ts-puzzle-piece-integration:before {
    content: "\ec90";
    }
        .fi-ts-puzzle-pieces:before {
    content: "\ec91";
    }
        .fi-ts-pyramid:before {
    content: "\ec92";
    }
        .fi-ts-q:before {
    content: "\ec94";
    }
        .fi-ts-QR:before {
    content: "\ec95";
    }
        .fi-ts-qr-scan:before {
    content: "\ec96";
    }
        .fi-ts-qrcode:before {
    content: "\ec97";
    }
        .fi-ts-question:before {
    content: "\ec99";
    }
        .fi-ts-question-square:before {
    content: "\ec9a";
    }
        .fi-ts-queue:before {
    content: "\ec9b";
    }
        .fi-ts-queue-alt:before {
    content: "\ec9c";
    }
        .fi-ts-queue-line:before {
    content: "\ec9d";
    }
        .fi-ts-queue-signal:before {
    content: "\ec9e";
    }
        .fi-ts-quill-pen-story:before {
    content: "\ec9f";
    }
        .fi-ts-quiz:before {
    content: "\eca0";
    }
        .fi-ts-quiz-alt:before {
    content: "\eca1";
    }
        .fi-ts-quote-right:before {
    content: "\eca2";
    }
        .fi-ts-r:before {
    content: "\eca4";
    }
        .fi-ts-rabbit:before {
    content: "\eca5";
    }
        .fi-ts-rabbit-fast:before {
    content: "\eca6";
    }
        .fi-ts-raccoon:before {
    content: "\eca7";
    }
        .fi-ts-racquet:before {
    content: "\eca8";
    }
        .fi-ts-radar:before {
    content: "\eca9";
    }
        .fi-ts-radar-monitoring-track:before {
    content: "\ecaa";
    }
        .fi-ts-radiation:before {
    content: "\ecab";
    }
        .fi-ts-radiation-alt:before {
    content: "\ecac";
    }
        .fi-ts-radio:before {
    content: "\ecad";
    }
        .fi-ts-radio-alt:before {
    content: "\ecae";
    }
        .fi-ts-radio-button:before {
    content: "\ecaf";
    }
        .fi-ts-radio-tower:before {
    content: "\ecb0";
    }
        .fi-ts-radio-waves:before {
    content: "\ecb1";
    }
        .fi-ts-radish:before {
    content: "\ecb2";
    }
        .fi-ts-rainbow:before {
    content: "\ecb3";
    }
        .fi-ts-raindrops:before {
    content: "\ecb4";
    }
        .fi-ts-ram:before {
    content: "\ecb5";
    }
        .fi-ts-ramp-loading:before {
    content: "\ecb6";
    }
        .fi-ts-rank:before {
    content: "\ecb7";
    }
        .fi-ts-ranking-podium:before {
    content: "\ecb8";
    }
        .fi-ts-ranking-podium-empty:before {
    content: "\ecb9";
    }
        .fi-ts-ranking-star:before {
    content: "\ecba";
    }
        .fi-ts-ranking-stars:before {
    content: "\ecbb";
    }
        .fi-ts-raygun:before {
    content: "\ecbd";
    }
        .fi-ts-razor-barber:before {
    content: "\ecbe";
    }
        .fi-ts-react:before {
    content: "\ecbf";
    }
        .fi-ts-rec:before {
    content: "\ecc0";
    }
        .fi-ts-recipe:before {
    content: "\ecc2";
    }
        .fi-ts-recipe-book:before {
    content: "\ecc3";
    }
        .fi-ts-record-vinyl:before {
    content: "\ecc4";
    }
        .fi-ts-rectangle-barcode:before {
    content: "\ecc6";
    }
        .fi-ts-rectangle-code:before {
    content: "\ecc7";
    }
        .fi-ts-rectangle-history-circle-plus:before {
    content: "\ecc8";
    }
        .fi-ts-rectangle-horizontal:before {
    content: "\ecc9";
    }
        .fi-ts-rectangle-list:before {
    content: "\ecca";
    }
        .fi-ts-rectangle-panoramic:before {
    content: "\eccb";
    }
        .fi-ts-rectangle-pro:before {
    content: "\eccc";
    }
        .fi-ts-rectangle-vertical:before {
    content: "\eccd";
    }
        .fi-ts-rectangle-vertical-history:before {
    content: "\ecce";
    }
        .fi-ts-rectangle-xmark:before {
    content: "\eccf";
    }
        .fi-ts-rectangles-mixed:before {
    content: "\ecd0";
    }
        .fi-ts-recycle:before {
    content: "\ecd1";
    }
        .fi-ts-recycle-bin:before {
    content: "\ecd2";
    }
        .fi-ts-redo:before {
    content: "\ecd5";
    }
        .fi-ts-redo-alt:before {
    content: "\ecd6";
    }
        .fi-ts-reel:before {
    content: "\ecd7";
    }
        .fi-ts-refer:before {
    content: "\ecd8";
    }
        .fi-ts-refer-arrow:before {
    content: "\ecd9";
    }
        .fi-ts-referral:before {
    content: "\ecdc";
    }
        .fi-ts-referral-alt:before {
    content: "\ecdd";
    }
        .fi-ts-referral-link-arrow:before {
    content: "\ecde";
    }
        .fi-ts-referral-user:before {
    content: "\ecdf";
    }
        .fi-ts-reflect:before {
    content: "\ece0";
    }
        .fi-ts-reflect-horizontal:before {
    content: "\ece1";
    }
        .fi-ts-reflect-horizontal-alt:before {
    content: "\ece2";
    }
        .fi-ts-reflect-vertical:before {
    content: "\ece3";
    }
        .fi-ts-refresh:before {
    content: "\ece4";
    }
        .fi-ts-refrigerator:before {
    content: "\ece5";
    }
        .fi-ts-refund:before {
    content: "\ece6";
    }
        .fi-ts-refund-alt:before {
    content: "\ece7";
    }
        .fi-ts-region-pin:before {
    content: "\ece8";
    }
        .fi-ts-region-pin-alt:before {
    content: "\ece9";
    }
        .fi-ts-registered:before {
    content: "\ecea";
    }
        .fi-ts-registration-paper:before {
    content: "\eced";
    }
        .fi-ts-remote-control:before {
    content: "\ecef";
    }
        .fi-ts-remote-control-hand:before {
    content: "\ecf0";
    }
        .fi-ts-remove-folder:before {
    content: "\ecf1";
    }
        .fi-ts-remove-user:before {
    content: "\ecf2";
    }
        .fi-ts-rent:before {
    content: "\ecf3";
    }
        .fi-ts-rent-signal:before {
    content: "\ecf4";
    }
        .fi-ts-replace:before {
    content: "\ecf5";
    }
        .fi-ts-replay-10:before {
    content: "\ecf7";
    }
        .fi-ts-replay-30:before {
    content: "\ecf8";
    }
        .fi-ts-replay-5:before {
    content: "\ecf9";
    }
        .fi-ts-reply-all:before {
    content: "\ecfa";
    }
        .fi-ts-republican:before {
    content: "\ecfb";
    }
        .fi-ts-research-arrows-circle:before {
    content: "\ecfc";
    }
        .fi-ts-reservation-smartphone:before {
    content: "\ecfd";
    }
        .fi-ts-reservation-table:before {
    content: "\ecfe";
    }
        .fi-ts-resistance-band:before {
    content: "\ecff";
    }
        .fi-ts-resize:before {
    content: "\ed00";
    }
        .fi-ts-resources:before {
    content: "\ed01";
    }
        .fi-ts-responsability:before {
    content: "\ed02";
    }
        .fi-ts-restaurant:before {
    content: "\ed03";
    }
        .fi-ts-restock:before {
    content: "\ed04";
    }
        .fi-ts-restroom-simple:before {
    content: "\ed05";
    }
        .fi-ts-resume:before {
    content: "\ed06";
    }
        .fi-ts-Revenue:before {
    content: "\ed07";
    }
        .fi-ts-revenue-alt:before {
    content: "\ed08";
    }
        .fi-ts-revenue-euro:before {
    content: "\ed09";
    }
        .fi-ts-review:before {
    content: "\ed0b";
    }
        .fi-ts-rewind:before {
    content: "\ed0c";
    }
        .fi-ts-rewind-button-circle:before {
    content: "\ed0d";
    }
        .fi-ts-rhombus:before {
    content: "\ed0e";
    }
        .fi-ts-ribbon:before {
    content: "\ed0f";
    }
        .fi-ts-right:before {
    content: "\ed10";
    }
        .fi-ts-right-from-bracket:before {
    content: "\ed11";
    }
        .fi-ts-ring:before {
    content: "\ed13";
    }
        .fi-ts-ring-diamond:before {
    content: "\ed14";
    }
        .fi-ts-rings-wedding:before {
    content: "\ed15";
    }
        .fi-ts-risk:before {
    content: "\ed16";
    }
        .fi-ts-risk-alt:before {
    content: "\ed17";
    }
        .fi-ts-road:before {
    content: "\ed18";
    }
        .fi-ts-road-barrier:before {
    content: "\ed19";
    }
        .fi-ts-road-map-pin:before {
    content: "\ed1a";
    }
        .fi-ts-road-sign-left:before {
    content: "\ed1b";
    }
        .fi-ts-roadmap:before {
    content: "\ed1c";
    }
        .fi-ts-robot:before {
    content: "\ed1d";
    }
        .fi-ts-robotic-arm:before {
    content: "\ed1e";
    }
        .fi-ts-rocket:before {
    content: "\ed1f";
    }
        .fi-ts-rocket-hand:before {
    content: "\ed20";
    }
        .fi-ts-rocket-holding-hand:before {
    content: "\ed21";
    }
        .fi-ts-rocket-lunch:before {
    content: "\ed22";
    }
        .fi-ts-roller-coaster:before {
    content: "\ed23";
    }
        .fi-ts-room-service:before {
    content: "\ed24";
    }
        .fi-ts-rose:before {
    content: "\ed25";
    }
        .fi-ts-rose-alt:before {
    content: "\ed26";
    }
        .fi-ts-rotate-exclamation:before {
    content: "\ed27";
    }
        .fi-ts-rotate-reverse:before {
    content: "\ed29";
    }
        .fi-ts-rotate-right:before {
    content: "\ed2a";
    }
        .fi-ts-rotate-square:before {
    content: "\ed2b";
    }
        .fi-ts-roulette:before {
    content: "\ed2c";
    }
        .fi-ts-route:before {
    content: "\ed2d";
    }
        .fi-ts-route-highway:before {
    content: "\ed2e";
    }
        .fi-ts-route-interstate:before {
    content: "\ed2f";
    }
        .fi-ts-router:before {
    content: "\ed30";
    }
        .fi-ts-router-wifi:before {
    content: "\ed31";
    }
        .fi-ts-router-wifi-alt:before {
    content: "\ed32";
    }
        .fi-ts-rss:before {
    content: "\ed33";
    }
        .fi-ts-rss-alt:before {
    content: "\ed34";
    }
        .fi-ts-ruble-sign:before {
    content: "\ed35";
    }
        .fi-ts-rugby-helmet:before {
    content: "\ed37";
    }
        .fi-ts-ruler-combined:before {
    content: "\ed38";
    }
        .fi-ts-ruler-horizontal:before {
    content: "\ed39";
    }
        .fi-ts-ruler-triangle:before {
    content: "\ed3a";
    }
        .fi-ts-ruler-vertical:before {
    content: "\ed3b";
    }
        .fi-ts-rules:before {
    content: "\ed3c";
    }
        .fi-ts-rules-alt:before {
    content: "\ed3d";
    }
        .fi-ts-running:before {
    content: "\ed3e";
    }
        .fi-ts-running-track:before {
    content: "\ed3f";
    }
        .fi-ts-rupee-sign:before {
    content: "\ed40";
    }
        .fi-ts-rupiah-sign:before {
    content: "\ed41";
    }
        .fi-ts-russian:before {
    content: "\ed42";
    }
        .fi-ts-rv:before {
    content: "\ed43";
    }
        .fi-ts-s:before {
    content: "\ed44";
    }
        .fi-ts-sack:before {
    content: "\ed45";
    }
        .fi-ts-sack-dollar:before {
    content: "\ed46";
    }
        .fi-ts-sad:before {
    content: "\ed47";
    }
        .fi-ts-sad-cry:before {
    content: "\ed48";
    }
        .fi-ts-sad-tear:before {
    content: "\ed49";
    }
        .fi-ts-safe-box:before {
    content: "\ed4a";
    }
        .fi-ts-sailboat:before {
    content: "\ed4b";
    }
        .fi-ts-salad:before {
    content: "\ed4c";
    }
        .fi-ts-salary-alt:before {
    content: "\ed4e";
    }
        .fi-ts-salt-pepper:before {
    content: "\ed4f";
    }
        .fi-ts-salt-shaker:before {
    content: "\ed50";
    }
        .fi-ts-sandwich:before {
    content: "\ed52";
    }
        .fi-ts-sandwich-alt:before {
    content: "\ed53";
    }
        .fi-ts-satellite:before {
    content: "\ed56";
    }
        .fi-ts-satellite-dish:before {
    content: "\ed57";
    }
        .fi-ts-satisfaction-bar:before {
    content: "\ed58";
    }
        .fi-ts-saturday:before {
    content: "\ed59";
    }
        .fi-ts-sauce:before {
    content: "\ed5a";
    }
        .fi-ts-sausage:before {
    content: "\ed5b";
    }
        .fi-ts-sax-hot:before {
    content: "\ed5c";
    }
        .fi-ts-saxophone:before {
    content: "\ed5d";
    }
        .fi-ts-scale:before {
    content: "\ed5e";
    }
        .fi-ts-scale-comparison:before {
    content: "\ed5f";
    }
        .fi-ts-scale-comparison-alt:before {
    content: "\ed60";
    }
        .fi-ts-scalpel:before {
    content: "\ed61";
    }
        .fi-ts-scalpel-path:before {
    content: "\ed62";
    }
        .fi-ts-scanner-gun:before {
    content: "\ed63";
    }
        .fi-ts-scanner-image:before {
    content: "\ed64";
    }
        .fi-ts-scanner-keyboard:before {
    content: "\ed65";
    }
        .fi-ts-scanner-touchscreen:before {
    content: "\ed66";
    }
        .fi-ts-scarecrow:before {
    content: "\ed67";
    }
        .fi-ts-scarf:before {
    content: "\ed68";
    }
        .fi-ts-school:before {
    content: "\ed69";
    }
        .fi-ts-school-bus:before {
    content: "\ed6a";
    }
        .fi-ts-school-lock:before {
    content: "\ed6b";
    }
        .fi-ts-scissors:before {
    content: "\ed6c";
    }
        .fi-ts-scooter:before {
    content: "\ed6d";
    }
        .fi-ts-screen:before {
    content: "\ed6e";
    }
        .fi-ts-screen-share:before {
    content: "\ed6f";
    }
        .fi-ts-screencast:before {
    content: "\ed71";
    }
        .fi-ts-screw:before {
    content: "\ed72";
    }
        .fi-ts-screw-alt:before {
    content: "\ed73";
    }
        .fi-ts-screwdriver:before {
    content: "\ed74";
    }
        .fi-ts-scribble:before {
    content: "\ed75";
    }
        .fi-ts-script:before {
    content: "\ed76";
    }
        .fi-ts-scroll:before {
    content: "\ed77";
    }
        .fi-ts-scroll-document-story:before {
    content: "\ed78";
    }
        .fi-ts-scroll-old:before {
    content: "\ed79";
    }
        .fi-ts-scroll-torah:before {
    content: "\ed7a";
    }
        .fi-ts-scrubber:before {
    content: "\ed7b";
    }
        .fi-ts-sculpture:before {
    content: "\ed7c";
    }
        .fi-ts-scythe:before {
    content: "\ed7d";
    }
        .fi-ts-sd-card:before {
    content: "\ed7e";
    }
        .fi-ts-sd-cards:before {
    content: "\ed7f";
    }
        .fi-ts-seal:before {
    content: "\ed80";
    }
        .fi-ts-seal-exclamation:before {
    content: "\ed81";
    }
        .fi-ts-seal-question:before {
    content: "\ed82";
    }
        .fi-ts-search:before {
    content: "\ed83";
    }
        .fi-ts-search-alt:before {
    content: "\ed84";
    }
        .fi-ts-search-dollar:before {
    content: "\ed85";
    }
        .fi-ts-search-heart:before {
    content: "\ed86";
    }
        .fi-ts-search-location:before {
    content: "\ed87";
    }
        .fi-ts-seat-airline:before {
    content: "\ed88";
    }
        .fi-ts-seatbelt-safety-driver:before {
    content: "\ed89";
    }
        .fi-ts-second:before {
    content: "\ed8a";
    }
        .fi-ts-second-award:before {
    content: "\ed8b";
    }
        .fi-ts-second-laurel:before {
    content: "\ed8c";
    }
        .fi-ts-second-medal:before {
    content: "\ed8d";
    }
        .fi-ts-seedling:before {
    content: "\ed90";
    }
        .fi-ts-selection:before {
    content: "\ed92";
    }
        .fi-ts-sell:before {
    content: "\ed93";
    }
        .fi-ts-seller:before {
    content: "\ed94";
    }
        .fi-ts-seller-store:before {
    content: "\ed95";
    }
        .fi-ts-selling:before {
    content: "\ed97";
    }
        .fi-ts-send-back:before {
    content: "\ed99";
    }
        .fi-ts-send-backward:before {
    content: "\ed9a";
    }
        .fi-ts-send-money:before {
    content: "\ed9b";
    }
        .fi-ts-send-money-smartphone:before {
    content: "\ed9c";
    }
        .fi-ts-sensor:before {
    content: "\ed9d";
    }
        .fi-ts-sensor-alert:before {
    content: "\ed9e";
    }
        .fi-ts-sensor-fire:before {
    content: "\ed9f";
    }
        .fi-ts-sensor-on:before {
    content: "\eda0";
    }
        .fi-ts-sensor-smoke:before {
    content: "\eda1";
    }
        .fi-ts-server-key:before {
    content: "\eda2";
    }
        .fi-ts-settings:before {
    content: "\eda3";
    }
        .fi-ts-settings-sliders:before {
    content: "\eda4";
    }
        .fi-ts-sewing-machine:before {
    content: "\eda5";
    }
        .fi-ts-sewing-machine-alt:before {
    content: "\eda6";
    }
        .fi-ts-share:before {
    content: "\eda7";
    }
        .fi-ts-share-alt-square:before {
    content: "\eda8";
    }
        .fi-ts-share-square:before {
    content: "\eda9";
    }
        .fi-ts-sheep:before {
    content: "\edaa";
    }
        .fi-ts-shekel-sign:before {
    content: "\edab";
    }
        .fi-ts-shelves:before {
    content: "\edac";
    }
        .fi-ts-shelves-empty:before {
    content: "\edad";
    }
        .fi-ts-shield:before {
    content: "\edae";
    }
        .fi-ts-shield-alt:before {
    content: "\edaf";
    }
        .fi-ts-shield-cat:before {
    content: "\edb0";
    }
        .fi-ts-shield-check:before {
    content: "\edb1";
    }
        .fi-ts-shield-cross:before {
    content: "\edb2";
    }
        .fi-ts-shield-divided-four:before {
    content: "\edb3";
    }
        .fi-ts-shield-dog:before {
    content: "\edb4";
    }
        .fi-ts-shield-exclamation:before {
    content: "\edb5";
    }
        .fi-ts-shield-interrogation:before {
    content: "\edb6";
    }
        .fi-ts-shield-keyhole:before {
    content: "\edb7";
    }
        .fi-ts-shield-minus:before {
    content: "\edb8";
    }
        .fi-ts-shield-plus:before {
    content: "\edb9";
    }
        .fi-ts-shield-security-risk:before {
    content: "\edbb";
    }
        .fi-ts-shield-slash:before {
    content: "\edbc";
    }
        .fi-ts-shield-trust:before {
    content: "\edbd";
    }
        .fi-ts-shield-virus:before {
    content: "\edbe";
    }
        .fi-ts-shield-xmark:before {
    content: "\edbf";
    }
        .fi-ts-ship:before {
    content: "\edc0";
    }
        .fi-ts-ship-side:before {
    content: "\edc1";
    }
        .fi-ts-shipping-fast:before {
    content: "\edc2";
    }
        .fi-ts-shipping-timed:before {
    content: "\edc3";
    }
        .fi-ts-shirt:before {
    content: "\edc4";
    }
        .fi-ts-shirt-long-sleeve:before {
    content: "\edc5";
    }
        .fi-ts-shirt-running:before {
    content: "\edc6";
    }
        .fi-ts-shirt-tank-top:before {
    content: "\edc7";
    }
        .fi-ts-shish-kebab:before {
    content: "\edc8";
    }
        .fi-ts-shoe-prints:before {
    content: "\edc9";
    }
        .fi-ts-shop-lock:before {
    content: "\edcb";
    }
        .fi-ts-shop-slash:before {
    content: "\edcc";
    }
        .fi-ts-shopping-basket:before {
    content: "\edd0";
    }
        .fi-ts-shopping-cart-buyer:before {
    content: "\edd3";
    }
        .fi-ts-shopping-cart-nft:before {
    content: "\edd8";
    }
        .fi-ts-shovel:before {
    content: "\edd9";
    }
        .fi-ts-shovel-snow:before {
    content: "\edda";
    }
        .fi-ts-shower:before {
    content: "\eddb";
    }
        .fi-ts-shower-down:before {
    content: "\eddc";
    }
        .fi-ts-shredder:before {
    content: "\eddd";
    }
        .fi-ts-shrimp:before {
    content: "\edde";
    }
        .fi-ts-shuffle:before {
    content: "\eddf";
    }
        .fi-ts-shuttle-van:before {
    content: "\ede0";
    }
        .fi-ts-shuttlecock:before {
    content: "\ede1";
    }
        .fi-ts-Sickle:before {
    content: "\ede2";
    }
        .fi-ts-sidebar:before {
    content: "\ede3";
    }
        .fi-ts-sidebar-flip:before {
    content: "\ede4";
    }
        .fi-ts-sigma:before {
    content: "\ede6";
    }
        .fi-ts-sign-hanging:before {
    content: "\ede7";
    }
        .fi-ts-sign-in-alt:before {
    content: "\ede8";
    }
        .fi-ts-sign-out-alt:before {
    content: "\ede9";
    }
        .fi-ts-sign-posts:before {
    content: "\edea";
    }
        .fi-ts-sign-posts-wrench:before {
    content: "\edeb";
    }
        .fi-ts-sign-up:before {
    content: "\edec";
    }
        .fi-ts-signal-alt:before {
    content: "\eded";
    }
        .fi-ts-signal-alt-1:before {
    content: "\edee";
    }
        .fi-ts-signal-alt-2:before {
    content: "\edef";
    }
        .fi-ts-signal-alt-slash:before {
    content: "\edf0";
    }
        .fi-ts-signal-bars-fair:before {
    content: "\edf1";
    }
        .fi-ts-signal-bars-good:before {
    content: "\edf2";
    }
        .fi-ts-signal-bars-weak:before {
    content: "\edf4";
    }
        .fi-ts-signal-stream:before {
    content: "\edf7";
    }
        .fi-ts-signal-stream-slash:before {
    content: "\edf8";
    }
        .fi-ts-signature:before {
    content: "\edfb";
    }
        .fi-ts-signature-lock:before {
    content: "\edfc";
    }
        .fi-ts-signature-slash:before {
    content: "\edfe";
    }
        .fi-ts-sim-card:before {
    content: "\edff";
    }
        .fi-ts-sim-cards:before {
    content: "\ee00";
    }
        .fi-ts-sink:before {
    content: "\ee01";
    }
        .fi-ts-Siren:before {
    content: "\ee02";
    }
        .fi-ts-siren-on:before {
    content: "\ee03";
    }
        .fi-ts-site:before {
    content: "\ee04";
    }
        .fi-ts-site-alt:before {
    content: "\ee05";
    }
        .fi-ts-site-browser:before {
    content: "\ee07";
    }
        .fi-ts-sitemap:before {
    content: "\ee08";
    }
        .fi-ts-skating:before {
    content: "\ee0a";
    }
        .fi-ts-skeleton:before {
    content: "\ee0b";
    }
        .fi-ts-skeleton-ribs:before {
    content: "\ee0c";
    }
        .fi-ts-skewer:before {
    content: "\ee0e";
    }
        .fi-ts-ski-boot-ski:before {
    content: "\ee0f";
    }
        .fi-ts-ski-jump:before {
    content: "\ee10";
    }
        .fi-ts-ski-lift:before {
    content: "\ee11";
    }
        .fi-ts-skiing:before {
    content: "\ee12";
    }
        .fi-ts-skiing-nordic:before {
    content: "\ee13";
    }
        .fi-ts-skill:before {
    content: "\ee14";
    }
        .fi-ts-skill-alt:before {
    content: "\ee15";
    }
        .fi-ts-skill-user:before {
    content: "\ee17";
    }
        .fi-ts-skin:before {
    content: "\ee18";
    }
        .fi-ts-skin-acne:before {
    content: "\ee19";
    }
        .fi-ts-skin-arrow:before {
    content: "\ee1a";
    }
        .fi-ts-skin-drop:before {
    content: "\ee1b";
    }
        .fi-ts-skin-hair:before {
    content: "\ee1c";
    }
        .fi-ts-skin-laser:before {
    content: "\ee1d";
    }
        .fi-ts-skin-uv:before {
    content: "\ee1e";
    }
        .fi-ts-skip-15-seconds:before {
    content: "\ee1f";
    }
        .fi-ts-skull:before {
    content: "\ee20";
    }
        .fi-ts-skull-cow:before {
    content: "\ee21";
    }
        .fi-ts-skull-crossbones:before {
    content: "\ee22";
    }
        .fi-ts-skull-heart:before {
    content: "\ee23";
    }
        .fi-ts-slash:before {
    content: "\ee26";
    }
        .fi-ts-sledding:before {
    content: "\ee28";
    }
        .fi-ts-sleeping-bag:before {
    content: "\ee29";
    }
        .fi-ts-sleeping-cat:before {
    content: "\ee2a";
    }
        .fi-ts-sleigh:before {
    content: "\ee2b";
    }
        .fi-ts-sliders-h-square:before {
    content: "\ee2c";
    }
        .fi-ts-sliders-v:before {
    content: "\ee2d";
    }
        .fi-ts-sliders-v-square:before {
    content: "\ee2e";
    }
        .fi-ts-slot-machine:before {
    content: "\ee30";
    }
        .fi-ts-smart-home:before {
    content: "\ee31";
    }
        .fi-ts-smart-home-alt:before {
    content: "\ee32";
    }
        .fi-ts-smartphone:before {
    content: "\ee33";
    }
        .fi-ts-smile:before {
    content: "\ee34";
    }
        .fi-ts-smile-beam:before {
    content: "\ee35";
    }
        .fi-ts-smile-plus:before {
    content: "\ee36";
    }
        .fi-ts-smile-wink:before {
    content: "\ee37";
    }
        .fi-ts-smiley-comment-alt:before {
    content: "\ee38";
    }
        .fi-ts-smog:before {
    content: "\ee39";
    }
        .fi-ts-smoke:before {
    content: "\ee3a";
    }
        .fi-ts-smoking:before {
    content: "\ee3b";
    }
        .fi-ts-smoking-ban:before {
    content: "\ee3c";
    }
        .fi-ts-snake:before {
    content: "\ee3d";
    }
        .fi-ts-snap:before {
    content: "\ee3e";
    }
        .fi-ts-snooze:before {
    content: "\ee40";
    }
        .fi-ts-snow-blowing:before {
    content: "\ee41";
    }
        .fi-ts-snowboarding:before {
    content: "\ee42";
    }
        .fi-ts-snowflake:before {
    content: "\ee43";
    }
        .fi-ts-snowflake-droplets:before {
    content: "\ee44";
    }
        .fi-ts-snowflakes:before {
    content: "\ee45";
    }
        .fi-ts-snowman-alt:before {
    content: "\ee47";
    }
        .fi-ts-snowman-head:before {
    content: "\ee48";
    }
        .fi-ts-snowmobile:before {
    content: "\ee49";
    }
        .fi-ts-snowplow:before {
    content: "\ee4a";
    }
        .fi-ts-soap:before {
    content: "\ee4b";
    }
        .fi-ts-soap-alt:before {
    content: "\ee4c";
    }
        .fi-ts-social-network:before {
    content: "\ee4d";
    }
        .fi-ts-socks:before {
    content: "\ee4e";
    }
        .fi-ts-sofa:before {
    content: "\ee4f";
    }
        .fi-ts-sofa-size:before {
    content: "\ee50";
    }
        .fi-ts-solar-panel:before {
    content: "\ee51";
    }
        .fi-ts-solar-panel-sun:before {
    content: "\ee52";
    }
        .fi-ts-solar-system:before {
    content: "\ee53";
    }
        .fi-ts-sold-house:before {
    content: "\ee54";
    }
        .fi-ts-sold-signal:before {
    content: "\ee55";
    }
        .fi-ts-sort:before {
    content: "\ee57";
    }
        .fi-ts-sort-alpha-down:before {
    content: "\ee58";
    }
        .fi-ts-sort-alpha-down-alt:before {
    content: "\ee59";
    }
        .fi-ts-sort-alpha-up:before {
    content: "\ee5a";
    }
        .fi-ts-sort-alpha-up-alt:before {
    content: "\ee5b";
    }
        .fi-ts-sort-alt:before {
    content: "\ee5c";
    }
        .fi-ts-sort-amount-down:before {
    content: "\ee5d";
    }
        .fi-ts-sort-amount-down-alt:before {
    content: "\ee5e";
    }
        .fi-ts-sort-amount-up:before {
    content: "\ee5f";
    }
        .fi-ts-sort-amount-up-alt:before {
    content: "\ee60";
    }
        .fi-ts-sort-circle:before {
    content: "\ee61";
    }
        .fi-ts-sort-circle-down:before {
    content: "\ee62";
    }
        .fi-ts-sort-circle-up:before {
    content: "\ee63";
    }
        .fi-ts-sort-down:before {
    content: "\ee64";
    }
        .fi-ts-sort-numeric-down:before {
    content: "\ee65";
    }
        .fi-ts-sort-numeric-down-alt:before {
    content: "\ee66";
    }
        .fi-ts-sort-shapes-down:before {
    content: "\ee67";
    }
        .fi-ts-sort-shapes-up:before {
    content: "\ee68";
    }
        .fi-ts-sort-size-down:before {
    content: "\ee69";
    }
        .fi-ts-sort-size-up:before {
    content: "\ee6a";
    }
        .fi-ts-soup:before {
    content: "\ee6c";
    }
        .fi-ts-source-data:before {
    content: "\ee6d";
    }
        .fi-ts-source-document:before {
    content: "\ee6e";
    }
        .fi-ts-source-document-alt:before {
    content: "\ee6f";
    }
        .fi-ts-spa:before {
    content: "\ee70";
    }
        .fi-ts-space-shuttle:before {
    content: "\ee71";
    }
        .fi-ts-space-station-moon:before {
    content: "\ee72";
    }
        .fi-ts-space-station-moon-alt:before {
    content: "\ee73";
    }
        .fi-ts-spade:before {
    content: "\ee74";
    }
        .fi-ts-spaghetti-monster-flying:before {
    content: "\ee75";
    }
        .fi-ts-spain-map:before {
    content: "\ee76";
    }
        .fi-ts-spanish:before {
    content: "\ee77";
    }
        .fi-ts-sparkles:before {
    content: "\ee79";
    }
        .fi-ts-spartan-helmet:before {
    content: "\ee7a";
    }
        .fi-ts-speaker:before {
    content: "\ee7b";
    }
        .fi-ts-speakers:before {
    content: "\ee7c";
    }
        .fi-ts-speech-bubble-story:before {
    content: "\ee7d";
    }
        .fi-ts-speedometer-arrow:before {
    content: "\ee7e";
    }
        .fi-ts-speedometer-kpi:before {
    content: "\ee7f";
    }
        .fi-ts-sphere:before {
    content: "\ee80";
    }
        .fi-ts-spider:before {
    content: "\ee81";
    }
        .fi-ts-spider-black-widow:before {
    content: "\ee82";
    }
        .fi-ts-spider-web:before {
    content: "\ee83";
    }
        .fi-ts-spinner:before {
    content: "\ee84";
    }
        .fi-ts-split:before {
    content: "\ee85";
    }
        .fi-ts-split-up-relation:before {
    content: "\ee86";
    }
        .fi-ts-splotch:before {
    content: "\ee87";
    }
        .fi-ts-spoon:before {
    content: "\ee88";
    }
        .fi-ts-spray-can:before {
    content: "\ee8b";
    }
        .fi-ts-spray-can-sparkles:before {
    content: "\ee8c";
    }
        .fi-ts-spring-calendar:before {
    content: "\ee8d";
    }
        .fi-ts-sprinkler:before {
    content: "\ee8e";
    }
        .fi-ts-spy:before {
    content: "\ee8f";
    }
        .fi-ts-sql-file:before {
    content: "\ee90";
    }
        .fi-ts-sql-server:before {
    content: "\ee91";
    }
        .fi-ts-square:before {
    content: "\ee92";
    }
        .fi-ts-square-0:before {
    content: "\ee93";
    }
        .fi-ts-square-1:before {
    content: "\ee94";
    }
        .fi-ts-square-2:before {
    content: "\ee95";
    }
        .fi-ts-square-3:before {
    content: "\ee96";
    }
        .fi-ts-square-4:before {
    content: "\ee97";
    }
        .fi-ts-square-5:before {
    content: "\ee98";
    }
        .fi-ts-square-6:before {
    content: "\ee99";
    }
        .fi-ts-square-7:before {
    content: "\ee9a";
    }
        .fi-ts-square-8:before {
    content: "\ee9b";
    }
        .fi-ts-square-9:before {
    content: "\ee9c";
    }
        .fi-ts-square-a:before {
    content: "\ee9d";
    }
        .fi-ts-square-b:before {
    content: "\ee9f";
    }
        .fi-ts-square-bolt:before {
    content: "\eea0";
    }
        .fi-ts-square-c:before {
    content: "\eea1";
    }
        .fi-ts-square-code:before {
    content: "\eea2";
    }
        .fi-ts-square-d:before {
    content: "\eea3";
    }
        .fi-ts-square-dashed:before {
    content: "\eea4";
    }
        .fi-ts-square-dashed-circle-plus:before {
    content: "\eea5";
    }
        .fi-ts-square-divide:before {
    content: "\eea6";
    }
        .fi-ts-square-e:before {
    content: "\eea7";
    }
        .fi-ts-square-ellipsis:before {
    content: "\eea8";
    }
        .fi-ts-square-ellipsis-vertical:before {
    content: "\eea9";
    }
        .fi-ts-square-exclamation:before {
    content: "\eeaa";
    }
        .fi-ts-square-f:before {
    content: "\eeab";
    }
        .fi-ts-square-g:before {
    content: "\eeac";
    }
        .fi-ts-square-h:before {
    content: "\eead";
    }
        .fi-ts-square-heart:before {
    content: "\eeae";
    }
        .fi-ts-square-i:before {
    content: "\eeaf";
    }
        .fi-ts-square-info:before {
    content: "\eeb0";
    }
        .fi-ts-square-j:before {
    content: "\eeb1";
    }
        .fi-ts-square-k:before {
    content: "\eeb2";
    }
        .fi-ts-square-kanban:before {
    content: "\eeb3";
    }
        .fi-ts-square-l:before {
    content: "\eeb4";
    }
        .fi-ts-square-m:before {
    content: "\eeb5";
    }
        .fi-ts-square-minus:before {
    content: "\eeb6";
    }
        .fi-ts-square-n:before {
    content: "\eeb7";
    }
        .fi-ts-square-o:before {
    content: "\eeb8";
    }
        .fi-ts-square-p:before {
    content: "\eeb9";
    }
        .fi-ts-square-phone-hangup:before {
    content: "\eebb";
    }
        .fi-ts-square-plus:before {
    content: "\eebc";
    }
        .fi-ts-square-poll-horizontal:before {
    content: "\eebd";
    }
        .fi-ts-square-poll-vertical:before {
    content: "\eebe";
    }
        .fi-ts-square-q:before {
    content: "\eebf";
    }
        .fi-ts-square-quote:before {
    content: "\eec0";
    }
        .fi-ts-square-r:before {
    content: "\eec1";
    }
        .fi-ts-square-root:before {
    content: "\eec2";
    }
        .fi-ts-square-s:before {
    content: "\eec3";
    }
        .fi-ts-square-small:before {
    content: "\eec4";
    }
        .fi-ts-square-star:before {
    content: "\eec5";
    }
        .fi-ts-square-t:before {
    content: "\eec6";
    }
        .fi-ts-square-terminal:before {
    content: "\eec7";
    }
        .fi-ts-square-u:before {
    content: "\eec8";
    }
        .fi-ts-square-up-right:before {
    content: "\eec9";
    }
        .fi-ts-square-v:before {
    content: "\eeca";
    }
        .fi-ts-square-w:before {
    content: "\eecb";
    }
        .fi-ts-square-x:before {
    content: "\eecc";
    }
        .fi-ts-square-y:before {
    content: "\eecd";
    }
        .fi-ts-square-z:before {
    content: "\eece";
    }
        .fi-ts-squid:before {
    content: "\eecf";
    }
        .fi-ts-squircle:before {
    content: "\eed0";
    }
        .fi-ts-squirrel:before {
    content: "\eed1";
    }
        .fi-ts-staff:before {
    content: "\eed2";
    }
        .fi-ts-stage:before {
    content: "\eed3";
    }
        .fi-ts-stage-concert:before {
    content: "\eed4";
    }
        .fi-ts-stage-theatre:before {
    content: "\eed5";
    }
        .fi-ts-stairs:before {
    content: "\eed6";
    }
        .fi-ts-stamp:before {
    content: "\eed7";
    }
        .fi-ts-standard-definition:before {
    content: "\eed8";
    }
        .fi-ts-star:before {
    content: "\eed9";
    }
        .fi-ts-star-and-crescent:before {
    content: "\eeda";
    }
        .fi-ts-star-christmas:before {
    content: "\eedb";
    }
        .fi-ts-star-comment-alt:before {
    content: "\eedc";
    }
        .fi-ts-star-exclamation:before {
    content: "\eedd";
    }
        .fi-ts-star-octogram:before {
    content: "\eede";
    }
        .fi-ts-star-of-david:before {
    content: "\eedf";
    }
        .fi-ts-star-rating-call:before {
    content: "\eee0";
    }
        .fi-ts-star-sharp-half:before {
    content: "\eee1";
    }
        .fi-ts-star-sharp-half-stroke:before {
    content: "\eee2";
    }
        .fi-ts-star-shooting:before {
    content: "\eee3";
    }
        .fi-ts-starfighter:before {
    content: "\eee5";
    }
        .fi-ts-stars:before {
    content: "\eee6";
    }
        .fi-ts-state-country:before {
    content: "\eee7";
    }
        .fi-ts-stationary-bike:before {
    content: "\eee8";
    }
        .fi-ts-stats:before {
    content: "\eee9";
    }
        .fi-ts-steak:before {
    content: "\eeea";
    }
        .fi-ts-steam-iron:before {
    content: "\eeeb";
    }
        .fi-ts-steering-wheel:before {
    content: "\eeec";
    }
        .fi-ts-step-backward:before {
    content: "\eeed";
    }
        .fi-ts-step-forward:before {
    content: "\eeee";
    }
        .fi-ts-steps-carreer:before {
    content: "\eeef";
    }
        .fi-ts-sterling-sign:before {
    content: "\eef0";
    }
        .fi-ts-stethoscope:before {
    content: "\eef1";
    }
        .fi-ts-sticker:before {
    content: "\eef2";
    }
        .fi-ts-stocking:before {
    content: "\eef4";
    }
        .fi-ts-stomach:before {
    content: "\eef5";
    }
        .fi-ts-stop:before {
    content: "\eef6";
    }
        .fi-ts-stop-circle:before {
    content: "\eef7";
    }
        .fi-ts-stop-square:before {
    content: "\eef8";
    }
        .fi-ts-stopwatch:before {
    content: "\eef9";
    }
        .fi-ts-store-alt:before {
    content: "\eefb";
    }
        .fi-ts-store-buyer:before {
    content: "\eefc";
    }
        .fi-ts-store-lock:before {
    content: "\eefd";
    }
        .fi-ts-store-slash:before {
    content: "\eefe";
    }
        .fi-ts-story-book:before {
    content: "\eeff";
    }
        .fi-ts-story-fairy-tale:before {
    content: "\ef00";
    }
        .fi-ts-story-fantasy:before {
    content: "\ef01";
    }
        .fi-ts-strategy-chess-risk:before {
    content: "\ef03";
    }
        .fi-ts-strawberry:before {
    content: "\ef04";
    }
        .fi-ts-street-view:before {
    content: "\ef05";
    }
        .fi-ts-stretcher:before {
    content: "\ef06";
    }
        .fi-ts-strikethrough:before {
    content: "\ef07";
    }
        .fi-ts-stroopwafel:before {
    content: "\ef09";
    }
        .fi-ts-student:before {
    content: "\ef0a";
    }
        .fi-ts-student-alt:before {
    content: "\ef0b";
    }
        .fi-ts-subfolder:before {
    content: "\ef0c";
    }
        .fi-ts-subscript:before {
    content: "\ef0f";
    }
        .fi-ts-subscription:before {
    content: "\ef10";
    }
        .fi-ts-subscription-alt:before {
    content: "\ef11";
    }
        .fi-ts-subscription-model:before {
    content: "\ef12";
    }
        .fi-ts-subscription-user:before {
    content: "\ef13";
    }
        .fi-ts-subtitles:before {
    content: "\ef18";
    }
        .fi-ts-subtitles-slash:before {
    content: "\ef19";
    }
        .fi-ts-subway:before {
    content: "\ef1a";
    }
        .fi-ts-suitcase-alt:before {
    content: "\ef1b";
    }
        .fi-ts-summary-check:before {
    content: "\ef1c";
    }
        .fi-ts-summer:before {
    content: "\ef1d";
    }
        .fi-ts-sun:before {
    content: "\ef1e";
    }
        .fi-ts-sun-dust:before {
    content: "\ef1f";
    }
        .fi-ts-sun-plant-wilt:before {
    content: "\ef20";
    }
        .fi-ts-sun-salutation-yoga:before {
    content: "\ef21";
    }
        .fi-ts-sunday:before {
    content: "\ef22";
    }
        .fi-ts-sunglasses:before {
    content: "\ef23";
    }
        .fi-ts-sunglasses-alt:before {
    content: "\ef24";
    }
        .fi-ts-sunrise:before {
    content: "\ef25";
    }
        .fi-ts-sunrise-alt:before {
    content: "\ef26";
    }
        .fi-ts-sunscreen:before {
    content: "\ef27";
    }
        .fi-ts-sunset:before {
    content: "\ef28";
    }
        .fi-ts-superscript:before {
    content: "\ef29";
    }
        .fi-ts-supplier:before {
    content: "\ef2a";
    }
        .fi-ts-supplier-alt:before {
    content: "\ef2b";
    }
        .fi-ts-surprise:before {
    content: "\ef2d";
    }
        .fi-ts-surveillance-camera:before {
    content: "\ef2e";
    }
        .fi-ts-survey-xmark:before {
    content: "\ef2f";
    }
        .fi-ts-sushi:before {
    content: "\ef30";
    }
        .fi-ts-sushi-alt:before {
    content: "\ef31";
    }
        .fi-ts-sushi-roll:before {
    content: "\ef32";
    }
        .fi-ts-svg:before {
    content: "\ef33";
    }
        .fi-ts-swap:before {
    content: "\ef34";
    }
        .fi-ts-swatchbook:before {
    content: "\ef36";
    }
        .fi-ts-swimmer:before {
    content: "\ef38";
    }
        .fi-ts-swimming-pool:before {
    content: "\ef39";
    }
        .fi-ts-swing:before {
    content: "\ef3a";
    }
        .fi-ts-swipe-down:before {
    content: "\ef3b";
    }
        .fi-ts-swipe-left:before {
    content: "\ef3c";
    }
        .fi-ts-swipe-right:before {
    content: "\ef3d";
    }
        .fi-ts-swipe-up:before {
    content: "\ef3e";
    }
        .fi-ts-sword-alt:before {
    content: "\ef40";
    }
        .fi-ts-symbol:before {
    content: "\ef41";
    }
        .fi-ts-symbols:before {
    content: "\ef42";
    }
        .fi-ts-synagogue:before {
    content: "\ef43";
    }
        .fi-ts-syringe:before {
    content: "\ef44";
    }
        .fi-ts-syringe-injection-blood:before {
    content: "\ef45";
    }
        .fi-ts-system-cloud:before {
    content: "\ef46";
    }
        .fi-ts-t:before {
    content: "\ef47";
    }
        .fi-ts-t-rex:before {
    content: "\ef49";
    }
        .fi-ts-tab-folder:before {
    content: "\ef4a";
    }
        .fi-ts-table:before {
    content: "\ef4b";
    }
        .fi-ts-table-columns:before {
    content: "\ef4c";
    }
        .fi-ts-table-layout:before {
    content: "\ef4d";
    }
        .fi-ts-table-list:before {
    content: "\ef4e";
    }
        .fi-ts-table-picnic:before {
    content: "\ef4f";
    }
        .fi-ts-table-pivot:before {
    content: "\ef50";
    }
        .fi-ts-table-rows:before {
    content: "\ef51";
    }
        .fi-ts-table-tree:before {
    content: "\ef52";
    }
        .fi-ts-tablet:before {
    content: "\ef53";
    }
        .fi-ts-tablet-android:before {
    content: "\ef54";
    }
        .fi-ts-tablet-android-alt:before {
    content: "\ef55";
    }
        .fi-ts-tablet-rugged:before {
    content: "\ef56";
    }
        .fi-ts-tachometer:before {
    content: "\ef57";
    }
        .fi-ts-tachometer-alt-average:before {
    content: "\ef58";
    }
        .fi-ts-tachometer-alt-fastest:before {
    content: "\ef59";
    }
        .fi-ts-tachometer-alt-slow:before {
    content: "\ef5a";
    }
        .fi-ts-tachometer-alt-slowest:before {
    content: "\ef5b";
    }
        .fi-ts-tachometer-average:before {
    content: "\ef5c";
    }
        .fi-ts-tachometer-fast:before {
    content: "\ef5d";
    }
        .fi-ts-tachometer-fastest:before {
    content: "\ef5e";
    }
        .fi-ts-tachometer-slow:before {
    content: "\ef5f";
    }
        .fi-ts-tachometer-slowest:before {
    content: "\ef60";
    }
        .fi-ts-taco:before {
    content: "\ef61";
    }
        .fi-ts-tags:before {
    content: "\ef62";
    }
        .fi-ts-talent:before {
    content: "\ef63";
    }
        .fi-ts-talent-alt:before {
    content: "\ef64";
    }
        .fi-ts-talent-hand:before {
    content: "\ef65";
    }
        .fi-ts-tally:before {
    content: "\ef66";
    }
        .fi-ts-tally-1:before {
    content: "\ef67";
    }
        .fi-ts-tally-2:before {
    content: "\ef68";
    }
        .fi-ts-tally-3:before {
    content: "\ef69";
    }
        .fi-ts-tally-4:before {
    content: "\ef6a";
    }
        .fi-ts-tamale:before {
    content: "\ef6b";
    }
        .fi-ts-tank-water:before {
    content: "\ef6d";
    }
        .fi-ts-tap:before {
    content: "\ef6e";
    }
        .fi-ts-tape:before {
    content: "\ef6f";
    }
        .fi-ts-target:before {
    content: "\ef70";
    }
        .fi-ts-target-audience:before {
    content: "\ef71";
    }
        .fi-ts-tattoo-machine:before {
    content: "\ef72";
    }
        .fi-ts-tax:before {
    content: "\ef73";
    }
        .fi-ts-tax-alt:before {
    content: "\ef74";
    }
        .fi-ts-taxi:before {
    content: "\ef75";
    }
        .fi-ts-taxi-bus:before {
    content: "\ef76";
    }
        .fi-ts-team-check:before {
    content: "\ef77";
    }
        .fi-ts-team-check-alt:before {
    content: "\ef78";
    }
        .fi-ts-teddy-bear:before {
    content: "\ef79";
    }
        .fi-ts-teeth-open:before {
    content: "\ef7a";
    }
        .fi-ts-telescope:before {
    content: "\ef7c";
    }
        .fi-ts-temperature-down:before {
    content: "\ef7d";
    }
        .fi-ts-temperature-frigid:before {
    content: "\ef7e";
    }
        .fi-ts-temperature-high:before {
    content: "\ef7f";
    }
        .fi-ts-temperature-list:before {
    content: "\ef80";
    }
        .fi-ts-temperature-low:before {
    content: "\ef81";
    }
        .fi-ts-temperature-up:before {
    content: "\ef82";
    }
        .fi-ts-template:before {
    content: "\ef83";
    }
        .fi-ts-template-alt:before {
    content: "\ef84";
    }
        .fi-ts-tenge:before {
    content: "\ef86";
    }
        .fi-ts-tent-arrow-down-to-line:before {
    content: "\ef88";
    }
        .fi-ts-tent-arrow-left-right:before {
    content: "\ef89";
    }
        .fi-ts-tent-arrow-turn-left:before {
    content: "\ef8a";
    }
        .fi-ts-tent-arrows-down:before {
    content: "\ef8b";
    }
        .fi-ts-tents:before {
    content: "\ef8c";
    }
        .fi-ts-terminal:before {
    content: "\ef8d";
    }
        .fi-ts-terrace:before {
    content: "\ef90";
    }
        .fi-ts-test:before {
    content: "\ef91";
    }
        .fi-ts-test-tube:before {
    content: "\ef92";
    }
        .fi-ts-text:before {
    content: "\ef93";
    }
        .fi-ts-text-box:before {
    content: "\ef94";
    }
        .fi-ts-text-box-dots:before {
    content: "\ef95";
    }
        .fi-ts-text-box-edit:before {
    content: "\ef96";
    }
        .fi-ts-text-check:before {
    content: "\ef97";
    }
        .fi-ts-text-height:before {
    content: "\ef98";
    }
        .fi-ts-text-input-left:before {
    content: "\ef99";
    }
        .fi-ts-text-shadow:before {
    content: "\ef9a";
    }
        .fi-ts-text-size:before {
    content: "\ef9b";
    }
        .fi-ts-text-slash:before {
    content: "\ef9c";
    }
        .fi-ts-text-width:before {
    content: "\ef9d";
    }
        .fi-ts-theater-masks:before {
    content: "\ef9f";
    }
        .fi-ts-thermometer-alt:before {
    content: "\efa0";
    }
        .fi-ts-thermometer-empty:before {
    content: "\efa1";
    }
        .fi-ts-thermometer-full:before {
    content: "\efa2";
    }
        .fi-ts-thermometer-half:before {
    content: "\efa3";
    }
        .fi-ts-thermometer-quarter:before {
    content: "\efa4";
    }
        .fi-ts-thermometer-three-quarters:before {
    content: "\efa5";
    }
        .fi-ts-theta:before {
    content: "\efa6";
    }
        .fi-ts-third:before {
    content: "\efa7";
    }
        .fi-ts-third-award:before {
    content: "\efa8";
    }
        .fi-ts-third-laurel:before {
    content: "\efa9";
    }
        .fi-ts-third-medal:before {
    content: "\efaa";
    }
        .fi-ts-thought-bubble:before {
    content: "\efab";
    }
        .fi-ts-three-direction:before {
    content: "\efad";
    }
        .fi-ts-three-leaf-clover:before {
    content: "\efae";
    }
        .fi-ts-thumbs-up-trust:before {
    content: "\efb1";
    }
        .fi-ts-thumbtack:before {
    content: "\efb2";
    }
        .fi-ts-thumbtack-slash:before {
    content: "\efb3";
    }
        .fi-ts-thunderstorm:before {
    content: "\efb4";
    }
        .fi-ts-thunderstorm-moon:before {
    content: "\efb5";
    }
        .fi-ts-thunderstorm-risk:before {
    content: "\efb6";
    }
        .fi-ts-thunderstorm-sun:before {
    content: "\efb7";
    }
        .fi-ts-thursday:before {
    content: "\efb8";
    }
        .fi-ts-ticket-airline:before {
    content: "\efba";
    }
        .fi-ts-ticket-alt:before {
    content: "\efbb";
    }
        .fi-ts-tickets:before {
    content: "\efbc";
    }
        .fi-ts-tickets-airline:before {
    content: "\efbd";
    }
        .fi-ts-tie:before {
    content: "\efbe";
    }
        .fi-ts-tilde:before {
    content: "\efc0";
    }
        .fi-ts-time-add:before {
    content: "\efc1";
    }
        .fi-ts-time-check:before {
    content: "\efc2";
    }
        .fi-ts-time-delete:before {
    content: "\efc3";
    }
        .fi-ts-time-fast:before {
    content: "\efc4";
    }
        .fi-ts-time-forward:before {
    content: "\efc5";
    }
        .fi-ts-time-forward-sixty:before {
    content: "\efc6";
    }
        .fi-ts-time-forward-ten:before {
    content: "\efc7";
    }
        .fi-ts-time-half-past:before {
    content: "\efc8";
    }
        .fi-ts-time-oclock:before {
    content: "\efc9";
    }
        .fi-ts-time-past:before {
    content: "\efca";
    }
        .fi-ts-time-quarter-past:before {
    content: "\efcb";
    }
        .fi-ts-time-quarter-to:before {
    content: "\efcc";
    }
        .fi-ts-time-twenty-four:before {
    content: "\efcd";
    }
        .fi-ts-time-watch-calendar:before {
    content: "\efce";
    }
        .fi-ts-timer-clock-call:before {
    content: "\efcf";
    }
        .fi-ts-times-hexagon:before {
    content: "\efd0";
    }
        .fi-ts-tint-slash:before {
    content: "\efd1";
    }
        .fi-ts-tip-button:before {
    content: "\efd2";
    }
        .fi-ts-tip-button-hand:before {
    content: "\efd3";
    }
        .fi-ts-tip-coin:before {
    content: "\efd4";
    }
        .fi-ts-tire:before {
    content: "\efd8";
    }
        .fi-ts-tire-flat:before {
    content: "\efd9";
    }
        .fi-ts-tire-pressure-warning:before {
    content: "\efda";
    }
        .fi-ts-tire-rugged:before {
    content: "\efdb";
    }
        .fi-ts-tired:before {
    content: "\efdc";
    }
        .fi-ts-to-do:before {
    content: "\efdd";
    }
        .fi-ts-to-do-alt:before {
    content: "\efde";
    }
        .fi-ts-together-people:before {
    content: "\efe1";
    }
        .fi-ts-toggle-off:before {
    content: "\efe3";
    }
        .fi-ts-toggle-on:before {
    content: "\efe4";
    }
        .fi-ts-toilet:before {
    content: "\efe5";
    }
        .fi-ts-toilet-paper-blank:before {
    content: "\efe6";
    }
        .fi-ts-toilet-paper-blank-under:before {
    content: "\efe7";
    }
        .fi-ts-toilet-paper-slash:before {
    content: "\efe8";
    }
        .fi-ts-toilet-paper-under:before {
    content: "\efe9";
    }
        .fi-ts-toilet-paper-under-slash:before {
    content: "\efea";
    }
        .fi-ts-toilet-paper-xmark:before {
    content: "\efeb";
    }
        .fi-ts-toilets-portable:before {
    content: "\efec";
    }
        .fi-ts-token:before {
    content: "\efed";
    }
        .fi-ts-tomato:before {
    content: "\efee";
    }
        .fi-ts-tombstone:before {
    content: "\efef";
    }
        .fi-ts-tombstone-alt:before {
    content: "\eff0";
    }
        .fi-ts-tool-box:before {
    content: "\eff1";
    }
        .fi-ts-tool-crop:before {
    content: "\eff2";
    }
        .fi-ts-tools:before {
    content: "\eff4";
    }
        .fi-ts-tooth:before {
    content: "\eff5";
    }
        .fi-ts-toothbrush:before {
    content: "\eff6";
    }
        .fi-ts-torch-inspiration-leader:before {
    content: "\eff7";
    }
        .fi-ts-torii-gate:before {
    content: "\eff8";
    }
        .fi-ts-tornado:before {
    content: "\eff9";
    }
        .fi-ts-total:before {
    content: "\effa";
    }
        .fi-ts-tour-guide-people:before {
    content: "\effb";
    }
        .fi-ts-tour-virtual:before {
    content: "\effc";
    }
        .fi-ts-tower-control:before {
    content: "\effe";
    }
        .fi-ts-track:before {
    content: "\efff";
    }
        .fi-ts-tractor:before {
    content: "\f000";
    }
        .fi-ts-trademark:before {
    content: "\f001";
    }
        .fi-ts-traffic-cone:before {
    content: "\f002";
    }
        .fi-ts-traffic-light:before {
    content: "\f003";
    }
        .fi-ts-traffic-light-go:before {
    content: "\f004";
    }
        .fi-ts-traffic-light-slow:before {
    content: "\f005";
    }
        .fi-ts-traffic-light-stop:before {
    content: "\f006";
    }
        .fi-ts-trailer:before {
    content: "\f007";
    }
        .fi-ts-train:before {
    content: "\f008";
    }
        .fi-ts-train-journey:before {
    content: "\f009";
    }
        .fi-ts-train-side:before {
    content: "\f00a";
    }
        .fi-ts-train-station:before {
    content: "\f00b";
    }
        .fi-ts-train-station-building:before {
    content: "\f00c";
    }
        .fi-ts-train-subway-tunnel:before {
    content: "\f00d";
    }
        .fi-ts-train-track:before {
    content: "\f00e";
    }
        .fi-ts-train-tram:before {
    content: "\f00f";
    }
        .fi-ts-tram:before {
    content: "\f010";
    }
        .fi-ts-transaction-euro:before {
    content: "\f011";
    }
        .fi-ts-transaction-globe:before {
    content: "\f012";
    }
        .fi-ts-transaction-yen:before {
    content: "\f013";
    }
        .fi-ts-transform:before {
    content: "\f014";
    }
        .fi-ts-transformation-block:before {
    content: "\f015";
    }
        .fi-ts-transformation-circle:before {
    content: "\f016";
    }
        .fi-ts-transformation-design:before {
    content: "\f017";
    }
        .fi-ts-transformation-shapes:before {
    content: "\f018";
    }
        .fi-ts-transformer-bolt:before {
    content: "\f019";
    }
        .fi-ts-transgender:before {
    content: "\f01a";
    }
        .fi-ts-translate:before {
    content: "\f01b";
    }
        .fi-ts-transparency:before {
    content: "\f01c";
    }
        .fi-ts-transporter:before {
    content: "\f01d";
    }
        .fi-ts-transporter-1:before {
    content: "\f01e";
    }
        .fi-ts-transporter-2:before {
    content: "\f01f";
    }
        .fi-ts-transporter-3:before {
    content: "\f020";
    }
        .fi-ts-transporter-4:before {
    content: "\f021";
    }
        .fi-ts-transporter-5:before {
    content: "\f022";
    }
        .fi-ts-transporter-6:before {
    content: "\f023";
    }
        .fi-ts-transporter-7:before {
    content: "\f024";
    }
        .fi-ts-transporter-empty:before {
    content: "\f025";
    }
        .fi-ts-trash:before {
    content: "\f026";
    }
        .fi-ts-trash-bag:before {
    content: "\f027";
    }
        .fi-ts-trash-can-check:before {
    content: "\f028";
    }
        .fi-ts-trash-can-clock:before {
    content: "\f029";
    }
        .fi-ts-trash-can-list:before {
    content: "\f02a";
    }
        .fi-ts-trash-can-plus:before {
    content: "\f02b";
    }
        .fi-ts-trash-can-slash:before {
    content: "\f02c";
    }
        .fi-ts-trash-check:before {
    content: "\f02d";
    }
        .fi-ts-trash-clock:before {
    content: "\f02e";
    }
        .fi-ts-trash-empty:before {
    content: "\f02f";
    }
        .fi-ts-trash-list:before {
    content: "\f030";
    }
        .fi-ts-trash-plus:before {
    content: "\f031";
    }
        .fi-ts-trash-restore:before {
    content: "\f032";
    }
        .fi-ts-trash-restore-alt:before {
    content: "\f033";
    }
        .fi-ts-trash-slash:before {
    content: "\f034";
    }
        .fi-ts-trash-undo:before {
    content: "\f035";
    }
        .fi-ts-trash-undo-alt:before {
    content: "\f036";
    }
        .fi-ts-trash-xmark:before {
    content: "\f037";
    }
        .fi-ts-treadmill:before {
    content: "\f039";
    }
        .fi-ts-treasure-chest:before {
    content: "\f03a";
    }
        .fi-ts-treatment:before {
    content: "\f03b";
    }
        .fi-ts-tree:before {
    content: "\f03c";
    }
        .fi-ts-tree-alt:before {
    content: "\f03d";
    }
        .fi-ts-tree-christmas:before {
    content: "\f03e";
    }
        .fi-ts-tree-deciduous:before {
    content: "\f03f";
    }
        .fi-ts-trees:before {
    content: "\f041";
    }
        .fi-ts-trees-alt:before {
    content: "\f042";
    }
        .fi-ts-triangle:before {
    content: "\f044";
    }
        .fi-ts-triangle-music:before {
    content: "\f045";
    }
        .fi-ts-triangle-person-digging:before {
    content: "\f046";
    }
        .fi-ts-triangle-warning:before {
    content: "\f047";
    }
        .fi-ts-tricycle:before {
    content: "\f048";
    }
        .fi-ts-trillium:before {
    content: "\f049";
    }
        .fi-ts-troph-cap:before {
    content: "\f04c";
    }
        .fi-ts-trophy-achievement-skill:before {
    content: "\f04e";
    }
        .fi-ts-trophy-star:before {
    content: "\f04f";
    }
        .fi-ts-truck-arrow-left:before {
    content: "\f050";
    }
        .fi-ts-truck-arrow-right:before {
    content: "\f051";
    }
        .fi-ts-truck-bolt:before {
    content: "\f052";
    }
        .fi-ts-truck-box:before {
    content: "\f053";
    }
        .fi-ts-truck-check:before {
    content: "\f054";
    }
        .fi-ts-truck-container:before {
    content: "\f056";
    }
        .fi-ts-truck-container-empty:before {
    content: "\f057";
    }
        .fi-ts-truck-couch:before {
    content: "\f058";
    }
        .fi-ts-truck-droplet:before {
    content: "\f059";
    }
        .fi-ts-truck-fire:before {
    content: "\f05a";
    }
        .fi-ts-truck-flatbed:before {
    content: "\f05b";
    }
        .fi-ts-truck-front:before {
    content: "\f05c";
    }
        .fi-ts-truck-ladder:before {
    content: "\f05d";
    }
        .fi-ts-truck-loading:before {
    content: "\f05e";
    }
        .fi-ts-truck-medical:before {
    content: "\f05f";
    }
        .fi-ts-truck-monster:before {
    content: "\f060";
    }
        .fi-ts-truck-moving:before {
    content: "\f061";
    }
        .fi-ts-truck-pickup:before {
    content: "\f062";
    }
        .fi-ts-truck-plow:before {
    content: "\f063";
    }
        .fi-ts-truck-ramp:before {
    content: "\f064";
    }
        .fi-ts-truck-side:before {
    content: "\f065";
    }
        .fi-ts-truck-tow:before {
    content: "\f066";
    }
        .fi-ts-truck-utensils:before {
    content: "\f067";
    }
        .fi-ts-trumpet:before {
    content: "\f068";
    }
        .fi-ts-trust:before {
    content: "\f069";
    }
        .fi-ts-trust-alt:before {
    content: "\f06a";
    }
        .fi-ts-tshirt:before {
    content: "\f06b";
    }
        .fi-ts-tty:before {
    content: "\f06c";
    }
        .fi-ts-tty-answer:before {
    content: "\f06d";
    }
        .fi-ts-tubes:before {
    content: "\f06e";
    }
        .fi-ts-tuesday:before {
    content: "\f070";
    }
        .fi-ts-tugrik-sign:before {
    content: "\f071";
    }
        .fi-ts-turkey:before {
    content: "\f073";
    }
        .fi-ts-turn-left:before {
    content: "\f074";
    }
        .fi-ts-turn-left-down:before {
    content: "\f075";
    }
        .fi-ts-turn-right:before {
    content: "\f076";
    }
        .fi-ts-turntable:before {
    content: "\f077";
    }
        .fi-ts-turtle:before {
    content: "\f078";
    }
        .fi-ts-tv-music:before {
    content: "\f079";
    }
        .fi-ts-tv-retro:before {
    content: "\f07a";
    }
        .fi-ts-two-nails:before {
    content: "\f080";
    }
        .fi-ts-two-swords:before {
    content: "\f081";
    }
        .fi-ts-typewriter:before {
    content: "\f083";
    }
        .fi-ts-u:before {
    content: "\f084";
    }
        .fi-ts-ufo:before {
    content: "\f087";
    }
        .fi-ts-ufo-beam:before {
    content: "\f088";
    }
        .fi-ts-ui-ux:before {
    content: "\f089";
    }
        .fi-ts-umbrella:before {
    content: "\f08a";
    }
        .fi-ts-umbrella-beach:before {
    content: "\f08b";
    }
        .fi-ts-under-construction:before {
    content: "\f08c";
    }
        .fi-ts-underline:before {
    content: "\f08d";
    }
        .fi-ts-undo:before {
    content: "\f08e";
    }
        .fi-ts-undo-alt:before {
    content: "\f08f";
    }
        .fi-ts-unicorn:before {
    content: "\f090";
    }
        .fi-ts-uniform-martial-arts:before {
    content: "\f091";
    }
        .fi-ts-universal-access:before {
    content: "\f094";
    }
        .fi-ts-unlock:before {
    content: "\f095";
    }
        .fi-ts-up:before {
    content: "\f097";
    }
        .fi-ts-up-from-bracket:before {
    content: "\f098";
    }
        .fi-ts-up-left:before {
    content: "\f099";
    }
        .fi-ts-up-right:before {
    content: "\f09a";
    }
        .fi-ts-up-right-from-square:before {
    content: "\f09b";
    }
        .fi-ts-upload:before {
    content: "\f09c";
    }
        .fi-ts-url:before {
    content: "\f09f";
    }
        .fi-ts-usa-map:before {
    content: "\f0a0";
    }
        .fi-ts-usa-map-pin:before {
    content: "\f0a1";
    }
        .fi-ts-usb-pendrive:before {
    content: "\f0a3";
    }
        .fi-ts-usd-circle:before {
    content: "\f0a4";
    }
        .fi-ts-usd-square:before {
    content: "\f0a5";
    }
        .fi-ts-user:before {
    content: "\f0a7";
    }
        .fi-ts-user-add:before {
    content: "\f0a8";
    }
        .fi-ts-user-alien:before {
    content: "\f0a9";
    }
        .fi-ts-user-astronaut:before {
    content: "\f0aa";
    }
        .fi-ts-user-check:before {
    content: "\f0ab";
    }
        .fi-ts-user-chef:before {
    content: "\f0ac";
    }
        .fi-ts-user-coach:before {
    content: "\f0ad";
    }
        .fi-ts-user-cowboy:before {
    content: "\f0ae";
    }
        .fi-ts-user-crown:before {
    content: "\f0af";
    }
        .fi-ts-user-dj:before {
    content: "\f0b1";
    }
        .fi-ts-user-eating:before {
    content: "\f0b2";
    }
        .fi-ts-user-experience:before {
    content: "\f0b3";
    }
        .fi-ts-user-fast-running:before {
    content: "\f0b4";
    }
        .fi-ts-user-forbidden:before {
    content: "\f0b5";
    }
        .fi-ts-user-forbidden-alt:before {
    content: "\f0b6";
    }
        .fi-ts-user-gear:before {
    content: "\f0b7";
    }
        .fi-ts-user-graduate:before {
    content: "\f0b8";
    }
        .fi-ts-user-hard-work:before {
    content: "\f0b9";
    }
        .fi-ts-user-headset:before {
    content: "\f0ba";
    }
        .fi-ts-user-helmet-safety:before {
    content: "\f0bb";
    }
        .fi-ts-user-india:before {
    content: "\f0bc";
    }
        .fi-ts-user-injured:before {
    content: "\f0bd";
    }
        .fi-ts-user-interface-ui:before {
    content: "\f0be";
    }
        .fi-ts-user-key:before {
    content: "\f0bf";
    }
        .fi-ts-user-language:before {
    content: "\f0c0";
    }
        .fi-ts-user-lock:before {
    content: "\f0c1";
    }
        .fi-ts-user-md:before {
    content: "\f0c2";
    }
        .fi-ts-user-md-chat:before {
    content: "\f0c3";
    }
        .fi-ts-user-minus:before {
    content: "\f0c4";
    }
        .fi-ts-user-music:before {
    content: "\f0c5";
    }
        .fi-ts-user-ninja:before {
    content: "\f0c6";
    }
        .fi-ts-user-nurse:before {
    content: "\f0c7";
    }
        .fi-ts-user-pen:before {
    content: "\f0c9";
    }
        .fi-ts-user-pilot:before {
    content: "\f0ca";
    }
        .fi-ts-user-pilot-tie:before {
    content: "\f0cb";
    }
        .fi-ts-user-police:before {
    content: "\f0cc";
    }
        .fi-ts-user-roadmap:before {
    content: "\f0cd";
    }
        .fi-ts-user-robot:before {
    content: "\f0ce";
    }
        .fi-ts-user-robot-xmarks:before {
    content: "\f0cf";
    }
        .fi-ts-user-salary:before {
    content: "\f0d0";
    }
        .fi-ts-user-shield:before {
    content: "\f0d1";
    }
        .fi-ts-user-skill-gear:before {
    content: "\f0d3";
    }
        .fi-ts-user-slash:before {
    content: "\f0d4";
    }
        .fi-ts-user-speaking:before {
    content: "\f0d5";
    }
        .fi-ts-user-stress:before {
    content: "\f0d6";
    }
        .fi-ts-user-suitcase:before {
    content: "\f0d7";
    }
        .fi-ts-user-tag:before {
    content: "\f0d8";
    }
        .fi-ts-user-time:before {
    content: "\f0d9";
    }
        .fi-ts-user-trust:before {
    content: "\f0da";
    }
        .fi-ts-user-unlock:before {
    content: "\f0db";
    }
        .fi-ts-user-visor:before {
    content: "\f0dc";
    }
        .fi-ts-user-volunteer:before {
    content: "\f0dd";
    }
        .fi-ts-user-xmark:before {
    content: "\f0de";
    }
        .fi-ts-users:before {
    content: "\f0df";
    }
        .fi-ts-users-alt:before {
    content: "\f0e0";
    }
        .fi-ts-users-class:before {
    content: "\f0e1";
    }
        .fi-ts-users-gear:before {
    content: "\f0e4";
    }
        .fi-ts-users-loyalty:before {
    content: "\f0e5";
    }
        .fi-ts-users-medical:before {
    content: "\f0e6";
    }
        .fi-ts-users-slash:before {
    content: "\f0e7";
    }
        .fi-ts-utensils:before {
    content: "\f0e8";
    }
        .fi-ts-utensils-slash:before {
    content: "\f0e9";
    }
        .fi-ts-utility-pole:before {
    content: "\f0ea";
    }
        .fi-ts-utility-pole-double:before {
    content: "\f0eb";
    }
        .fi-ts-ux:before {
    content: "\f0ec";
    }
        .fi-ts-ux-browser:before {
    content: "\f0ed";
    }
        .fi-ts-v:before {
    content: "\f0ee";
    }
        .fi-ts-vacuum:before {
    content: "\f0f0";
    }
        .fi-ts-vacuum-robot:before {
    content: "\f0f1";
    }
        .fi-ts-value-absolute:before {
    content: "\f0f2";
    }
        .fi-ts-vault:before {
    content: "\f0f3";
    }
        .fi-ts-vector:before {
    content: "\f0f4";
    }
        .fi-ts-vector-alt:before {
    content: "\f0f5";
    }
        .fi-ts-vector-circle:before {
    content: "\f0f6";
    }
        .fi-ts-vector-polygon:before {
    content: "\f0f7";
    }
        .fi-ts-venus:before {
    content: "\f0f8";
    }
        .fi-ts-venus-double:before {
    content: "\f0f9";
    }
        .fi-ts-venus-mars:before {
    content: "\f0fa";
    }
        .fi-ts-vest:before {
    content: "\f0fc";
    }
        .fi-ts-vest-patches:before {
    content: "\f0fd";
    }
        .fi-ts-video-arrow-down-left:before {
    content: "\f0fe";
    }
        .fi-ts-video-arrow-up-right:before {
    content: "\f0ff";
    }
        .fi-ts-video-camera:before {
    content: "\f100";
    }
        .fi-ts-video-camera-alt:before {
    content: "\f101";
    }
        .fi-ts-video-duration:before {
    content: "\f102";
    }
        .fi-ts-video-plus:before {
    content: "\f103";
    }
        .fi-ts-video-slash:before {
    content: "\f104";
    }
        .fi-ts-videoconference:before {
    content: "\f105";
    }
        .fi-ts-vihara:before {
    content: "\f107";
    }
        .fi-ts-violin:before {
    content: "\f109";
    }
        .fi-ts-virus:before {
    content: "\f10a";
    }
        .fi-ts-virus-slash:before {
    content: "\f10b";
    }
        .fi-ts-viruses:before {
    content: "\f10c";
    }
        .fi-ts-vision:before {
    content: "\f10e";
    }
        .fi-ts-vision-sense:before {
    content: "\f10f";
    }
        .fi-ts-vision-target:before {
    content: "\f110";
    }
        .fi-ts-visit:before {
    content: "\f111";
    }
        .fi-ts-voicemail:before {
    content: "\f114";
    }
        .fi-ts-volcano:before {
    content: "\f115";
    }
        .fi-ts-volume:before {
    content: "\f117";
    }
        .fi-ts-volume-down:before {
    content: "\f118";
    }
        .fi-ts-volume-mute:before {
    content: "\f119";
    }
        .fi-ts-volume-off:before {
    content: "\f11a";
    }
        .fi-ts-volume-slash:before {
    content: "\f11b";
    }
        .fi-ts-volunteer-vest:before {
    content: "\f11c";
    }
        .fi-ts-vote-nay:before {
    content: "\f11d";
    }
        .fi-ts-vote-yea:before {
    content: "\f11e";
    }
        .fi-ts-vpn:before {
    content: "\f11f";
    }
        .fi-ts-vpn-globe:before {
    content: "\f120";
    }
        .fi-ts-vpn-laptop:before {
    content: "\f121";
    }
        .fi-ts-vpn-shield:before {
    content: "\f122";
    }
        .fi-ts-vr-cardboard:before {
    content: "\f123";
    }
        .fi-ts-w:before {
    content: "\f124";
    }
        .fi-ts-waffle:before {
    content: "\f125";
    }
        .fi-ts-wagon-covered:before {
    content: "\f126";
    }
        .fi-ts-walker:before {
    content: "\f127";
    }
        .fi-ts-walkie-talkie:before {
    content: "\f128";
    }
        .fi-ts-walking:before {
    content: "\f129";
    }
        .fi-ts-wallet:before {
    content: "\f12a";
    }
        .fi-ts-wallet-arrow:before {
    content: "\f12b";
    }
        .fi-ts-wallet-buyer:before {
    content: "\f12c";
    }
        .fi-ts-wallet-income:before {
    content: "\f12d";
    }
        .fi-ts-wallet-nft:before {
    content: "\f12e";
    }
        .fi-ts-warehouse-alt:before {
    content: "\f131";
    }
        .fi-ts-warranty:before {
    content: "\f132";
    }
        .fi-ts-washer:before {
    content: "\f133";
    }
        .fi-ts-waste:before {
    content: "\f134";
    }
        .fi-ts-waste-pollution:before {
    content: "\f135";
    }
        .fi-ts-watch:before {
    content: "\f136";
    }
        .fi-ts-watch-calculator:before {
    content: "\f137";
    }
        .fi-ts-watch-fitness:before {
    content: "\f138";
    }
        .fi-ts-watch-smart:before {
    content: "\f139";
    }
        .fi-ts-water:before {
    content: "\f13a";
    }
        .fi-ts-water-bottle:before {
    content: "\f13b";
    }
        .fi-ts-water-ladder:before {
    content: "\f13c";
    }
        .fi-ts-water-lower:before {
    content: "\f13d";
    }
        .fi-ts-water-rise:before {
    content: "\f13e";
    }
        .fi-ts-watermelon:before {
    content: "\f13f";
    }
        .fi-ts-wave:before {
    content: "\f141";
    }
        .fi-ts-wave-sine:before {
    content: "\f142";
    }
        .fi-ts-wave-square:before {
    content: "\f143";
    }
        .fi-ts-wave-triangle:before {
    content: "\f144";
    }
        .fi-ts-waveform:before {
    content: "\f145";
    }
        .fi-ts-waveform-path:before {
    content: "\f147";
    }
        .fi-ts-web:before {
    content: "\f148";
    }
        .fi-ts-web-design:before {
    content: "\f149";
    }
        .fi-ts-web-test:before {
    content: "\f14a";
    }
        .fi-ts-webcam:before {
    content: "\f14b";
    }
        .fi-ts-webcam-slash:before {
    content: "\f14c";
    }
        .fi-ts-webhook:before {
    content: "\f14d";
    }
        .fi-ts-wednesday:before {
    content: "\f14e";
    }
        .fi-ts-whale:before {
    content: "\f150";
    }
        .fi-ts-wheat:before {
    content: "\f152";
    }
        .fi-ts-wheat-awn:before {
    content: "\f153";
    }
        .fi-ts-wheat-awn-circle-exclamation:before {
    content: "\f154";
    }
        .fi-ts-wheat-awn-slash:before {
    content: "\f155";
    }
        .fi-ts-wheat-slash:before {
    content: "\f156";
    }
        .fi-ts-wheelchair:before {
    content: "\f157";
    }
        .fi-ts-wheelchair-move:before {
    content: "\f158";
    }
        .fi-ts-wheelchair-sleeping:before {
    content: "\f159";
    }
        .fi-ts-whistle:before {
    content: "\f15a";
    }
        .fi-ts-white-space:before {
    content: "\f15b";
    }
        .fi-ts-wifi:before {
    content: "\f15c";
    }
        .fi-ts-wifi-1:before {
    content: "\f15d";
    }
        .fi-ts-wifi-2:before {
    content: "\f15e";
    }
        .fi-ts-wifi-alt:before {
    content: "\f15f";
    }
        .fi-ts-wifi-exclamation:before {
    content: "\f160";
    }
        .fi-ts-wifi-slash:before {
    content: "\f161";
    }
        .fi-ts-wifi-xmark:before {
    content: "\f162";
    }
        .fi-ts-wind:before {
    content: "\f164";
    }
        .fi-ts-wind-turbine:before {
    content: "\f165";
    }
        .fi-ts-wind-warning:before {
    content: "\f166";
    }
        .fi-ts-window-alt:before {
    content: "\f167";
    }
        .fi-ts-window-frame:before {
    content: "\f168";
    }
        .fi-ts-window-frame-open:before {
    content: "\f169";
    }
        .fi-ts-window-maximize:before {
    content: "\f16a";
    }
        .fi-ts-window-minimize:before {
    content: "\f16b";
    }
        .fi-ts-window-restore:before {
    content: "\f16c";
    }
        .fi-ts-windsock:before {
    content: "\f16e";
    }
        .fi-ts-wine-bottle:before {
    content: "\f16f";
    }
        .fi-ts-wine-glass-crack:before {
    content: "\f170";
    }
        .fi-ts-wine-glass-empty:before {
    content: "\f171";
    }
        .fi-ts-wisdom:before {
    content: "\f173";
    }
        .fi-ts-wishlist-heart:before {
    content: "\f174";
    }
        .fi-ts-wishlist-star:before {
    content: "\f175";
    }
        .fi-ts-woman-head:before {
    content: "\f177";
    }
        .fi-ts-woman-scientist:before {
    content: "\f178";
    }
        .fi-ts-won-sign:before {
    content: "\f179";
    }
        .fi-ts-work-in-progress:before {
    content: "\f17b";
    }
        .fi-ts-workflow:before {
    content: "\f17c";
    }
        .fi-ts-workflow-alt:before {
    content: "\f17d";
    }
        .fi-ts-workflow-setting:before {
    content: "\f17e";
    }
        .fi-ts-workflow-setting-alt:before {
    content: "\f17f";
    }
        .fi-ts-workshop:before {
    content: "\f181";
    }
        .fi-ts-world:before {
    content: "\f182";
    }
        .fi-ts-worldwide-network:before {
    content: "\f183";
    }
        .fi-ts-worm:before {
    content: "\f184";
    }
        .fi-ts-wreath:before {
    content: "\f185";
    }
        .fi-ts-wrench-alt:before {
    content: "\f186";
    }
        .fi-ts-wrench-simple:before {
    content: "\f187";
    }
        .fi-ts-x:before {
    content: "\f18a";
    }
        .fi-ts-x-ray:before {
    content: "\f18b";
    }
        .fi-ts-y:before {
    content: "\f18e";
    }
        .fi-ts-yen:before {
    content: "\f192";
    }
        .fi-ts-yin-yang:before {
    content: "\f193";
    }
        .fi-ts-yoga-mat:before {
    content: "\f196";
    }
        .fi-ts-yoga-moon:before {
    content: "\f197";
    }
        .fi-ts-yoga-posture:before {
    content: "\f198";
    }
        .fi-ts-z:before {
    content: "\f19a";
    }
        .fi-ts-zero-percent:before {
    content: "\f19b";
    }
        .fi-ts-zip-file:before {
    content: "\f19c";
    }
        .fi-ts-zoom-in:before {
    content: "\f19e";
    }
        .fi-ts-zoom-out:before {
    content: "\f19f";
    }
        .fi-ts-it-computer:before {
    content: "\f106";
    }
        .fi-ts-pinata:before {
    content: "\f108";
    }    
    
 
@font-face {
    font-family: "uicons-thin-chubby";
    src: url("../fonts/uicons-thin-chubby/uicons-thin-chubby.woff2") format("woff2"),
    url("../fonts/uicons-thin-chubby/uicons-thin-chubby.woff") format("woff"),
    url("../fonts/uicons-thin-chubby/uicons-thin-chubby.eot#iefix") format("embedded-opentype");
    font-display: swap;
}
    i[class^="fi-tc-"]:before, i[class*=" fi-tc-"]:before, span[class^="fi-tc-"]:before, span[class*="fi-tc-"]:before {
font-family: uicons-thin-chubby !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-tc-address-book:before {
    content: "\e02b";
    }
        .fi-tc-align-center:before {
    content: "\e05a";
    }
        .fi-tc-ambulance:before {
    content: "\e05f";
    }
        .fi-tc-american-sign-language-interpreting:before {
    content: "\e062";
    }
        .fi-tc-angle-double-small-down:before {
    content: "\e075";
    }
        .fi-tc-angle-double-small-left:before {
    content: "\e076";
    }
        .fi-tc-angle-double-small-right:before {
    content: "\e077";
    }
        .fi-tc-angle-double-small-up:before {
    content: "\e078";
    }
        .fi-tc-angle-small-down:before {
    content: "\e07c";
    }
        .fi-tc-apple:before {
    content: "\e092";
    }
        .fi-tc-arrows-alt-h:before {
    content: "\e0f2";
    }
        .fi-tc-arrows-alt-v:before {
    content: "\e0f3";
    }
        .fi-tc-at:before {
    content: "\e110";
    }
        .fi-tc-aubergine:before {
    content: "\e118";
    }
        .fi-tc-avocado:before {
    content: "\e126";
    }
        .fi-tc-baby-carriage:before {
    content: "\e12d";
    }
        .fi-tc-backpack:before {
    content: "\e130";
    }
        .fi-tc-bacon:before {
    content: "\e131";
    }
        .fi-tc-ban:before {
    content: "\e150";
    }
        .fi-tc-band-aid:before {
    content: "\e153";
    }
        .fi-tc-baseball:before {
    content: "\e169";
    }
        .fi-tc-baseball-alt:before {
    content: "\e16a";
    }
        .fi-tc-basketball:before {
    content: "\e16f";
    }
        .fi-tc-basketball-hoop:before {
    content: "\e170";
    }
        .fi-tc-bed:before {
    content: "\e17e";
    }
        .fi-tc-beer:before {
    content: "\e184";
    }
        .fi-tc-bell:before {
    content: "\e187";
    }
        .fi-tc-bell-ring:before {
    content: "\e18b";
    }
        .fi-tc-bell-school:before {
    content: "\e18c";
    }
        .fi-tc-bike:before {
    content: "\e19b";
    }
        .fi-tc-biking:before {
    content: "\e19e";
    }
        .fi-tc-biking-mountain:before {
    content: "\e19f";
    }
        .fi-tc-blinds:before {
    content: "\e1b4";
    }
        .fi-tc-bold:before {
    content: "\e1cd";
    }
        .fi-tc-bolt:before {
    content: "\e1ce";
    }
        .fi-tc-book:before {
    content: "\e1d8";
    }
        .fi-tc-book-alt:before {
    content: "\e1d9";
    }
        .fi-tc-bookmark:before {
    content: "\e1f1";
    }
        .fi-tc-bottle:before {
    content: "\e206";
    }
        .fi-tc-bow-arrow:before {
    content: "\e209";
    }
        .fi-tc-bowling-ball:before {
    content: "\e212";
    }
        .fi-tc-bowling-pins:before {
    content: "\e213";
    }
        .fi-tc-box-alt:before {
    content: "\e215";
    }
        .fi-tc-boxing-glove:before {
    content: "\e221";
    }
        .fi-tc-braille:before {
    content: "\e22b";
    }
        .fi-tc-bread:before {
    content: "\e252";
    }
        .fi-tc-bread-slice:before {
    content: "\e254";
    }
        .fi-tc-briefcase:before {
    content: "\e25c";
    }
        .fi-tc-broccoli:before {
    content: "\e264";
    }
        .fi-tc-broom:before {
    content: "\e26a";
    }
        .fi-tc-brush:before {
    content: "\e271";
    }
        .fi-tc-building:before {
    content: "\e27c";
    }
        .fi-tc-bulb:before {
    content: "\e27f";
    }
        .fi-tc-burrito:before {
    content: "\e28b";
    }
        .fi-tc-bus:before {
    content: "\e28d";
    }
        .fi-tc-bus-alt:before {
    content: "\e28e";
    }
        .fi-tc-cake-birthday:before {
    content: "\e298";
    }
        .fi-tc-calendar:before {
    content: "\e2a1";
    }
        .fi-tc-camera:before {
    content: "\e2c4";
    }
        .fi-tc-camping:before {
    content: "\e2ce";
    }
        .fi-tc-candy:before {
    content: "\e2d4";
    }
        .fi-tc-candy-alt:before {
    content: "\e2d5";
    }
        .fi-tc-car:before {
    content: "\e2df";
    }
        .fi-tc-car-alt:before {
    content: "\e2e0";
    }
        .fi-tc-car-battery:before {
    content: "\e2e1";
    }
        .fi-tc-car-building:before {
    content: "\e2e3";
    }
        .fi-tc-car-bump:before {
    content: "\e2e4";
    }
        .fi-tc-car-bus:before {
    content: "\e2e5";
    }
        .fi-tc-car-crash:before {
    content: "\e2e7";
    }
        .fi-tc-car-garage:before {
    content: "\e2e8";
    }
        .fi-tc-car-mechanic:before {
    content: "\e2ea";
    }
        .fi-tc-car-side:before {
    content: "\e2ec";
    }
        .fi-tc-car-tilt:before {
    content: "\e2ee";
    }
        .fi-tc-car-wash:before {
    content: "\e2f0";
    }
        .fi-tc-caravan:before {
    content: "\e2f1";
    }
        .fi-tc-caravan-alt:before {
    content: "\e2f2";
    }
        .fi-tc-carrot:before {
    content: "\e30e";
    }
        .fi-tc-cars:before {
    content: "\e30f";
    }
        .fi-tc-charging-station:before {
    content: "\e334";
    }
        .fi-tc-cheese:before {
    content: "\e366";
    }
        .fi-tc-cherry:before {
    content: "\e369";
    }
        .fi-tc-chess:before {
    content: "\e36a";
    }
        .fi-tc-chess-bishop:before {
    content: "\e36b";
    }
        .fi-tc-chess-board:before {
    content: "\e36c";
    }
        .fi-tc-chess-clock:before {
    content: "\e36d";
    }
        .fi-tc-chess-clock-alt:before {
    content: "\e36e";
    }
        .fi-tc-chess-king:before {
    content: "\e36f";
    }
        .fi-tc-chess-king-alt:before {
    content: "\e370";
    }
        .fi-tc-chess-knight:before {
    content: "\e371";
    }
        .fi-tc-chess-knight-alt:before {
    content: "\e372";
    }
        .fi-tc-chess-pawn:before {
    content: "\e373";
    }
        .fi-tc-chess-pawn-alt:before {
    content: "\e374";
    }
        .fi-tc-chess-piece:before {
    content: "\e375";
    }
        .fi-tc-chess-queen:before {
    content: "\e376";
    }
        .fi-tc-chess-queen-alt:before {
    content: "\e377";
    }
        .fi-tc-chess-rook:before {
    content: "\e378";
    }
        .fi-tc-chess-rook-alt:before {
    content: "\e379";
    }
        .fi-tc-chocolate:before {
    content: "\e380";
    }
        .fi-tc-clip:before {
    content: "\e3de";
    }
        .fi-tc-clock:before {
    content: "\e3ea";
    }
        .fi-tc-cloud:before {
    content: "\e409";
    }
        .fi-tc-cloud-download-alt:before {
    content: "\e411";
    }
        .fi-tc-cloud-drizzle:before {
    content: "\e413";
    }
        .fi-tc-cloud-hail:before {
    content: "\e417";
    }
        .fi-tc-cloud-hail-mixed:before {
    content: "\e418";
    }
        .fi-tc-cloud-moon:before {
    content: "\e41c";
    }
        .fi-tc-cloud-moon-rain:before {
    content: "\e41d";
    }
        .fi-tc-cloud-rain:before {
    content: "\e420";
    }
        .fi-tc-cloud-rainbow:before {
    content: "\e421";
    }
        .fi-tc-cloud-showers:before {
    content: "\e423";
    }
        .fi-tc-cloud-showers-heavy:before {
    content: "\e424";
    }
        .fi-tc-cloud-sleet:before {
    content: "\e427";
    }
        .fi-tc-cloud-snow:before {
    content: "\e428";
    }
        .fi-tc-cloud-sun:before {
    content: "\e429";
    }
        .fi-tc-cloud-sun-rain:before {
    content: "\e42a";
    }
        .fi-tc-cloud-upload-alt:before {
    content: "\e42c";
    }
        .fi-tc-clouds:before {
    content: "\e430";
    }
        .fi-tc-clouds-moon:before {
    content: "\e431";
    }
        .fi-tc-clouds-sun:before {
    content: "\e432";
    }
        .fi-tc-club:before {
    content: "\e434";
    }
        .fi-tc-cocktail:before {
    content: "\e437";
    }
        .fi-tc-cocktail-alt:before {
    content: "\e438";
    }
        .fi-tc-coffee:before {
    content: "\e443";
    }
        .fi-tc-coffee-pot:before {
    content: "\e448";
    }
        .fi-tc-comment:before {
    content: "\e454";
    }
        .fi-tc-comment-alt:before {
    content: "\e455";
    }
        .fi-tc-comment-check:before {
    content: "\e463";
    }
        .fi-tc-comments:before {
    content: "\e477";
    }
        .fi-tc-compress:before {
    content: "\e485";
    }
        .fi-tc-compress-alt:before {
    content: "\e486";
    }
        .fi-tc-cookie:before {
    content: "\e49c";
    }
        .fi-tc-copy-alt:before {
    content: "\e49f";
    }
        .fi-tc-corn:before {
    content: "\e4a2";
    }
        .fi-tc-cow:before {
    content: "\e4aa";
    }
        .fi-tc-credit-card:before {
    content: "\e4c1";
    }
        .fi-tc-cricket:before {
    content: "\e4c7";
    }
        .fi-tc-croissant:before {
    content: "\e4cb";
    }
        .fi-tc-cross:before {
    content: "\e4cd";
    }
        .fi-tc-crown:before {
    content: "\e4d3";
    }
        .fi-tc-cube:before {
    content: "\e4dc";
    }
        .fi-tc-curling:before {
    content: "\e4e5";
    }
        .fi-tc-cursor-text:before {
    content: "\e4e9";
    }
        .fi-tc-dashboard:before {
    content: "\e503";
    }
        .fi-tc-dewpoint:before {
    content: "\e526";
    }
        .fi-tc-diamond:before {
    content: "\e53c";
    }
        .fi-tc-dice:before {
    content: "\e542";
    }
        .fi-tc-dice-alt:before {
    content: "\e543";
    }
        .fi-tc-dice-d10:before {
    content: "\e544";
    }
        .fi-tc-dice-d12:before {
    content: "\e545";
    }
        .fi-tc-dice-d20:before {
    content: "\e546";
    }
        .fi-tc-dice-d4:before {
    content: "\e547";
    }
        .fi-tc-dice-d6:before {
    content: "\e548";
    }
        .fi-tc-dice-d8:before {
    content: "\e549";
    }
        .fi-tc-dice-four:before {
    content: "\e54a";
    }
        .fi-tc-dice-one:before {
    content: "\e54b";
    }
        .fi-tc-dice-six:before {
    content: "\e54c";
    }
        .fi-tc-dice-three:before {
    content: "\e54d";
    }
        .fi-tc-dice-two:before {
    content: "\e54e";
    }
        .fi-tc-diploma:before {
    content: "\e55d";
    }
        .fi-tc-disk:before {
    content: "\e56a";
    }
        .fi-tc-doctor:before {
    content: "\e57d";
    }
        .fi-tc-document-signed:before {
    content: "\e589";
    }
        .fi-tc-dollar:before {
    content: "\e58e";
    }
        .fi-tc-down-left-and-up-right-to-center:before {
    content: "\e5a0";
    }
        .fi-tc-dreidel:before {
    content: "\e5ac";
    }
        .fi-tc-eclipse:before {
    content: "\e5dc";
    }
        .fi-tc-eclipse-alt:before {
    content: "\e5dd";
    }
        .fi-tc-edit:before {
    content: "\e5df";
    }
        .fi-tc-egg:before {
    content: "\e5e3";
    }
        .fi-tc-egg-fried:before {
    content: "\e5e4";
    }
        .fi-tc-engine-warning:before {
    content: "\e5fa";
    }
        .fi-tc-envelope:before {
    content: "\e5fe";
    }
        .fi-tc-envelope-open:before {
    content: "\e605";
    }
        .fi-tc-euro:before {
    content: "\e615";
    }
        .fi-tc-exclamation:before {
    content: "\e61e";
    }
        .fi-tc-exit:before {
    content: "\e621";
    }
        .fi-tc-expand:before {
    content: "\e623";
    }
        .fi-tc-eye-dropper:before {
    content: "\e630";
    }
        .fi-tc-feather:before {
    content: "\e684";
    }
        .fi-tc-field-hockey:before {
    content: "\e695";
    }
        .fi-tc-fighter-jet:before {
    content: "\e696";
    }
        .fi-tc-fill:before {
    content: "\e6cb";
    }
        .fi-tc-film:before {
    content: "\e6cc";
    }
        .fi-tc-fingerprint:before {
    content: "\e6d6";
    }
        .fi-tc-fish:before {
    content: "\e6e9";
    }
        .fi-tc-flame:before {
    content: "\e6f3";
    }
        .fi-tc-flower:before {
    content: "\e70a";
    }
        .fi-tc-flower-tulip:before {
    content: "\e70e";
    }
        .fi-tc-fog:before {
    content: "\e716";
    }
        .fi-tc-football:before {
    content: "\e739";
    }
        .fi-tc-fork:before {
    content: "\e73e";
    }
        .fi-tc-forward:before {
    content: "\e743";
    }
        .fi-tc-french-fries:before {
    content: "\e750";
    }
        .fi-tc-game-board-alt:before {
    content: "\e766";
    }
        .fi-tc-gamepad:before {
    content: "\e768";
    }
        .fi-tc-garage:before {
    content: "\e76a";
    }
        .fi-tc-garage-car:before {
    content: "\e76b";
    }
        .fi-tc-garage-open:before {
    content: "\e76c";
    }
        .fi-tc-garlic:before {
    content: "\e76d";
    }
        .fi-tc-gas-pump:before {
    content: "\e76f";
    }
        .fi-tc-gas-pump-alt:before {
    content: "\e770";
    }
        .fi-tc-gas-pump-slash:before {
    content: "\e771";
    }
        .fi-tc-gift:before {
    content: "\e782";
    }
        .fi-tc-gingerbread-man:before {
    content: "\e786";
    }
        .fi-tc-glass:before {
    content: "\e789";
    }
        .fi-tc-glass-cheers:before {
    content: "\e78b";
    }
        .fi-tc-glasses:before {
    content: "\e792";
    }
        .fi-tc-globe:before {
    content: "\e793";
    }
        .fi-tc-globe-alt:before {
    content: "\e794";
    }
        .fi-tc-golf-ball:before {
    content: "\e79a";
    }
        .fi-tc-golf-club:before {
    content: "\e79b";
    }
        .fi-tc-graduation-cap:before {
    content: "\e7a5";
    }
        .fi-tc-grape:before {
    content: "\e7a7";
    }
        .fi-tc-grill:before {
    content: "\e7b4";
    }
        .fi-tc-guitar:before {
    content: "\e7d3";
    }
        .fi-tc-gym:before {
    content: "\e7d7";
    }
        .fi-tc-hamburger:before {
    content: "\e7df";
    }
        .fi-tc-hamburger-soda:before {
    content: "\e7e0";
    }
        .fi-tc-hashtag:before {
    content: "\e81f";
    }
        .fi-tc-hat-chef:before {
    content: "\e825";
    }
        .fi-tc-headphones:before {
    content: "\e83a";
    }
        .fi-tc-headset:before {
    content: "\e83b";
    }
        .fi-tc-heart:before {
    content: "\e83c";
    }
        .fi-tc-heat:before {
    content: "\e849";
    }
        .fi-tc-helicopter-side:before {
    content: "\e84a";
    }
        .fi-tc-hiking:before {
    content: "\e856";
    }
        .fi-tc-hockey-mask:before {
    content: "\e85a";
    }
        .fi-tc-hockey-puck:before {
    content: "\e85b";
    }
        .fi-tc-hockey-sticks:before {
    content: "\e85d";
    }
        .fi-tc-home:before {
    content: "\e866";
    }
        .fi-tc-hotdog:before {
    content: "\e87b";
    }
        .fi-tc-hourglass:before {
    content: "\e87e";
    }
        .fi-tc-hourglass-end:before {
    content: "\e87f";
    }
        .fi-tc-house-flood:before {
    content: "\e892";
    }
        .fi-tc-humidity:before {
    content: "\e8a8";
    }
        .fi-tc-hurricane:before {
    content: "\e8aa";
    }
        .fi-tc-ice-cream:before {
    content: "\e8af";
    }
        .fi-tc-ice-skate:before {
    content: "\e8b0";
    }
        .fi-tc-inbox:before {
    content: "\e8bf";
    }
        .fi-tc-inbox-in:before {
    content: "\e8c1";
    }
        .fi-tc-inbox-out:before {
    content: "\e8c2";
    }
        .fi-tc-infinity:before {
    content: "\e8cd";
    }
        .fi-tc-italic:before {
    content: "\e900";
    }
        .fi-tc-jam:before {
    content: "\e904";
    }
        .fi-tc-key:before {
    content: "\e922";
    }
        .fi-tc-kite:before {
    content: "\e935";
    }
        .fi-tc-knife:before {
    content: "\e938";
    }
        .fi-tc-laptop:before {
    content: "\e950";
    }
        .fi-tc-lasso:before {
    content: "\e958";
    }
        .fi-tc-layers:before {
    content: "\e964";
    }
        .fi-tc-lemon:before {
    content: "\e97b";
    }
        .fi-tc-letter-case:before {
    content: "\e981";
    }
        .fi-tc-lettuce:before {
    content: "\e982";
    }
        .fi-tc-life-ring:before {
    content: "\e989";
    }
        .fi-tc-link:before {
    content: "\e9a3";
    }
        .fi-tc-list:before {
    content: "\e9b1";
    }
        .fi-tc-luchador:before {
    content: "\e9d0";
    }
        .fi-tc-magic-wand:before {
    content: "\e9dc";
    }
        .fi-tc-map:before {
    content: "\e9f2";
    }
        .fi-tc-map-marker:before {
    content: "\e9f4";
    }
        .fi-tc-map-marker-cross:before {
    content: "\e9f6";
    }
        .fi-tc-map-marker-minus:before {
    content: "\e9fa";
    }
        .fi-tc-map-marker-plus:before {
    content: "\e9fb";
    }
        .fi-tc-marker:before {
    content: "\ea01";
    }
        .fi-tc-mask-carnival:before {
    content: "\ea10";
    }
        .fi-tc-megaphone:before {
    content: "\ea23";
    }
        .fi-tc-melon:before {
    content: "\ea29";
    }
        .fi-tc-meteor:before {
    content: "\ea4c";
    }
        .fi-tc-microphone:before {
    content: "\ea54";
    }
        .fi-tc-microphone-alt:before {
    content: "\ea55";
    }
        .fi-tc-money:before {
    content: "\ea81";
    }
        .fi-tc-moon:before {
    content: "\ea96";
    }
        .fi-tc-moon-stars:before {
    content: "\ea97";
    }
        .fi-tc-motorcycle:before {
    content: "\eaa2";
    }
        .fi-tc-mountains:before {
    content: "\eaa7";
    }
        .fi-tc-mouse:before {
    content: "\eaa8";
    }
        .fi-tc-mug:before {
    content: "\eab3";
    }
        .fi-tc-mug-alt:before {
    content: "\eab4";
    }
        .fi-tc-mug-hot:before {
    content: "\eab5";
    }
        .fi-tc-mug-hot-alt:before {
    content: "\eab6";
    }
        .fi-tc-mug-tea:before {
    content: "\eab8";
    }
        .fi-tc-mushroom:before {
    content: "\eabf";
    }
        .fi-tc-music:before {
    content: "\eac2";
    }
        .fi-tc-music-alt:before {
    content: "\eac3";
    }
        .fi-tc-navigation:before {
    content: "\eacf";
    }
        .fi-tc-network:before {
    content: "\ead3";
    }
        .fi-tc-noodles:before {
    content: "\eaf3";
    }
        .fi-tc-oil-can:before {
    content: "\eb1b";
    }
        .fi-tc-oil-temp:before {
    content: "\eb1c";
    }
        .fi-tc-olive-oil:before {
    content: "\eb21";
    }
        .fi-tc-olives:before {
    content: "\eb22";
    }
        .fi-tc-onion:before {
    content: "\eb27";
    }
        .fi-tc-opacity:before {
    content: "\eb28";
    }
        .fi-tc-palette:before {
    content: "\eb45";
    }
        .fi-tc-pan:before {
    content: "\eb48";
    }
        .fi-tc-pause:before {
    content: "\eb6a";
    }
        .fi-tc-paw:before {
    content: "\eb6d";
    }
        .fi-tc-peach:before {
    content: "\eb76";
    }
        .fi-tc-pencil:before {
    content: "\eb87";
    }
        .fi-tc-pennant:before {
    content: "\eb8c";
    }
        .fi-tc-pepper:before {
    content: "\eb99";
    }
        .fi-tc-pepper-hot:before {
    content: "\eb9b";
    }
        .fi-tc-phone-call:before {
    content: "\ebde";
    }
        .fi-tc-phone-slash:before {
    content: "\ebe7";
    }
        .fi-tc-physics:before {
    content: "\ebf2";
    }
        .fi-tc-picnic:before {
    content: "\ebf9";
    }
        .fi-tc-picture:before {
    content: "\ebfc";
    }
        .fi-tc-pie:before {
    content: "\ebfd";
    }
        .fi-tc-pineapple:before {
    content: "\ec07";
    }
        .fi-tc-ping-pong:before {
    content: "\ec09";
    }
        .fi-tc-pizza-slice:before {
    content: "\ec0f";
    }
        .fi-tc-plane:before {
    content: "\ec14";
    }
        .fi-tc-plane-alt:before {
    content: "\ec15";
    }
        .fi-tc-plate:before {
    content: "\ec23";
    }
        .fi-tc-play:before {
    content: "\ec28";
    }
        .fi-tc-plus:before {
    content: "\ec37";
    }
        .fi-tc-popcorn:before {
    content: "\ec51";
    }
        .fi-tc-portrait:before {
    content: "\ec57";
    }
        .fi-tc-pot:before {
    content: "\ec5b";
    }
        .fi-tc-pound:before {
    content: "\ec5d";
    }
        .fi-tc-power:before {
    content: "\ec5e";
    }
        .fi-tc-presentation:before {
    content: "\ec68";
    }
        .fi-tc-print:before {
    content: "\ec6b";
    }
        .fi-tc-pumpkin:before {
    content: "\ec89";
    }
        .fi-tc-puzzle-piece:before {
    content: "\ec8f";
    }
        .fi-tc-quote-right:before {
    content: "\eca2";
    }
        .fi-tc-racquet:before {
    content: "\eca8";
    }
        .fi-tc-radish:before {
    content: "\ecb2";
    }
        .fi-tc-rainbow:before {
    content: "\ecb3";
    }
        .fi-tc-raindrops:before {
    content: "\ecb4";
    }
        .fi-tc-rec:before {
    content: "\ecc0";
    }
        .fi-tc-receipt:before {
    content: "\ecc1";
    }
        .fi-tc-record-vinyl:before {
    content: "\ecc4";
    }
        .fi-tc-rectangle-horizontal:before {
    content: "\ecc9";
    }
        .fi-tc-rectangle-panoramic:before {
    content: "\eccb";
    }
        .fi-tc-rectangle-vertical:before {
    content: "\eccd";
    }
        .fi-tc-reply-all:before {
    content: "\ecfa";
    }
        .fi-tc-restaurant:before {
    content: "\ed03";
    }
        .fi-tc-rewind:before {
    content: "\ed0c";
    }
        .fi-tc-rhombus:before {
    content: "\ed0e";
    }
        .fi-tc-rings-wedding:before {
    content: "\ed15";
    }
        .fi-tc-road:before {
    content: "\ed18";
    }
        .fi-tc-rocket:before {
    content: "\ed1f";
    }
        .fi-tc-rocket-lunch:before {
    content: "\ed22";
    }
        .fi-tc-rotate-left:before {
    content: "\ed28";
    }
        .fi-tc-rotate-reverse:before {
    content: "\ed29";
    }
        .fi-tc-rugby:before {
    content: "\ed36";
    }
        .fi-tc-rugby-helmet:before {
    content: "\ed37";
    }
        .fi-tc-running:before {
    content: "\ed3e";
    }
        .fi-tc-rv:before {
    content: "\ed43";
    }
        .fi-tc-salad:before {
    content: "\ed4c";
    }
        .fi-tc-salt-pepper:before {
    content: "\ed4f";
    }
        .fi-tc-sandwich:before {
    content: "\ed52";
    }
        .fi-tc-sauce:before {
    content: "\ed5a";
    }
        .fi-tc-sausage:before {
    content: "\ed5b";
    }
        .fi-tc-scale:before {
    content: "\ed5e";
    }
        .fi-tc-school:before {
    content: "\ed69";
    }
        .fi-tc-school-bus:before {
    content: "\ed6a";
    }
        .fi-tc-scissors:before {
    content: "\ed6c";
    }
        .fi-tc-screen:before {
    content: "\ed6e";
    }
        .fi-tc-settings:before {
    content: "\eda3";
    }
        .fi-tc-settings-sliders:before {
    content: "\eda4";
    }
        .fi-tc-shield:before {
    content: "\edae";
    }
        .fi-tc-shield-check:before {
    content: "\edb1";
    }
        .fi-tc-ship:before {
    content: "\edc0";
    }
        .fi-tc-shopping-bag:before {
    content: "\edce";
    }
        .fi-tc-shopping-cart:before {
    content: "\edd1";
    }
        .fi-tc-shrimp:before {
    content: "\edde";
    }
        .fi-tc-shuttle-van:before {
    content: "\ede0";
    }
        .fi-tc-shuttlecock:before {
    content: "\ede1";
    }
        .fi-tc-sign-in-alt:before {
    content: "\ede8";
    }
        .fi-tc-sign-out-alt:before {
    content: "\ede9";
    }
        .fi-tc-skating:before {
    content: "\ee0a";
    }
        .fi-tc-skewer:before {
    content: "\ee0e";
    }
        .fi-tc-ski-jump:before {
    content: "\ee10";
    }
        .fi-tc-ski-lift:before {
    content: "\ee11";
    }
        .fi-tc-skiing:before {
    content: "\ee12";
    }
        .fi-tc-skiing-nordic:before {
    content: "\ee13";
    }
        .fi-tc-sledding:before {
    content: "\ee28";
    }
        .fi-tc-sleigh:before {
    content: "\ee2b";
    }
        .fi-tc-smartphone:before {
    content: "\ee33";
    }
        .fi-tc-smog:before {
    content: "\ee39";
    }
        .fi-tc-smoke:before {
    content: "\ee3a";
    }
        .fi-tc-snow-blowing:before {
    content: "\ee41";
    }
        .fi-tc-snowboarding:before {
    content: "\ee42";
    }
        .fi-tc-snowflake:before {
    content: "\ee43";
    }
        .fi-tc-snowflakes:before {
    content: "\ee45";
    }
        .fi-tc-snowmobile:before {
    content: "\ee49";
    }
        .fi-tc-snowplow:before {
    content: "\ee4a";
    }
        .fi-tc-soap:before {
    content: "\ee4b";
    }
        .fi-tc-sort:before {
    content: "\ee57";
    }
        .fi-tc-sort-alpha-down:before {
    content: "\ee58";
    }
        .fi-tc-sort-alpha-down-alt:before {
    content: "\ee59";
    }
        .fi-tc-sort-alpha-up:before {
    content: "\ee5a";
    }
        .fi-tc-sort-alpha-up-alt:before {
    content: "\ee5b";
    }
        .fi-tc-sort-alt:before {
    content: "\ee5c";
    }
        .fi-tc-sort-amount-down:before {
    content: "\ee5d";
    }
        .fi-tc-sort-amount-down-alt:before {
    content: "\ee5e";
    }
        .fi-tc-sort-amount-up:before {
    content: "\ee5f";
    }
        .fi-tc-sort-amount-up-alt:before {
    content: "\ee60";
    }
        .fi-tc-soup:before {
    content: "\ee6c";
    }
        .fi-tc-spa:before {
    content: "\ee70";
    }
        .fi-tc-space-shuttle:before {
    content: "\ee71";
    }
        .fi-tc-spade:before {
    content: "\ee74";
    }
        .fi-tc-sparkles:before {
    content: "\ee79";
    }
        .fi-tc-speaker:before {
    content: "\ee7b";
    }
        .fi-tc-spoon:before {
    content: "\ee88";
    }
        .fi-tc-square:before {
    content: "\ee92";
    }
        .fi-tc-square-root:before {
    content: "\eec2";
    }
        .fi-tc-star:before {
    content: "\eed9";
    }
        .fi-tc-starfighter:before {
    content: "\eee5";
    }
        .fi-tc-stars:before {
    content: "\eee6";
    }
        .fi-tc-steak:before {
    content: "\eeea";
    }
        .fi-tc-steering-wheel:before {
    content: "\eeec";
    }
        .fi-tc-stethoscope:before {
    content: "\eef1";
    }
        .fi-tc-stop:before {
    content: "\eef6";
    }
        .fi-tc-stopwatch:before {
    content: "\eef9";
    }
        .fi-tc-strawberry:before {
    content: "\ef04";
    }
        .fi-tc-subway:before {
    content: "\ef1a";
    }
        .fi-tc-sun:before {
    content: "\ef1e";
    }
        .fi-tc-sunrise:before {
    content: "\ef25";
    }
        .fi-tc-sunrise-alt:before {
    content: "\ef26";
    }
        .fi-tc-sunset:before {
    content: "\ef28";
    }
        .fi-tc-sushi:before {
    content: "\ef30";
    }
        .fi-tc-swimmer:before {
    content: "\ef38";
    }
        .fi-tc-sword:before {
    content: "\ef3f";
    }
        .fi-tc-syringe:before {
    content: "\ef44";
    }
        .fi-tc-tablet:before {
    content: "\ef53";
    }
        .fi-tc-tachometer:before {
    content: "\ef57";
    }
        .fi-tc-tachometer-alt-average:before {
    content: "\ef58";
    }
        .fi-tc-tachometer-alt-fastest:before {
    content: "\ef59";
    }
        .fi-tc-tachometer-alt-slow:before {
    content: "\ef5a";
    }
        .fi-tc-tachometer-alt-slowest:before {
    content: "\ef5b";
    }
        .fi-tc-tachometer-average:before {
    content: "\ef5c";
    }
        .fi-tc-tachometer-fast:before {
    content: "\ef5d";
    }
        .fi-tc-tachometer-fastest:before {
    content: "\ef5e";
    }
        .fi-tc-tachometer-slow:before {
    content: "\ef5f";
    }
        .fi-tc-tachometer-slowest:before {
    content: "\ef60";
    }
        .fi-tc-taco:before {
    content: "\ef61";
    }
        .fi-tc-target:before {
    content: "\ef70";
    }
        .fi-tc-taxi:before {
    content: "\ef75";
    }
        .fi-tc-temperature-down:before {
    content: "\ef7d";
    }
        .fi-tc-temperature-frigid:before {
    content: "\ef7e";
    }
        .fi-tc-temperature-high:before {
    content: "\ef7f";
    }
        .fi-tc-temperature-list:before {
    content: "\ef80";
    }
        .fi-tc-temperature-low:before {
    content: "\ef81";
    }
        .fi-tc-temperature-up:before {
    content: "\ef82";
    }
        .fi-tc-tennis:before {
    content: "\ef87";
    }
        .fi-tc-test-tube:before {
    content: "\ef92";
    }
        .fi-tc-text:before {
    content: "\ef93";
    }
        .fi-tc-text-check:before {
    content: "\ef97";
    }
        .fi-tc-thermometer-half:before {
    content: "\efa3";
    }
        .fi-tc-thumbtack:before {
    content: "\efb2";
    }
        .fi-tc-thunderstorm:before {
    content: "\efb4";
    }
        .fi-tc-thunderstorm-moon:before {
    content: "\efb5";
    }
        .fi-tc-thunderstorm-risk:before {
    content: "\efb6";
    }
        .fi-tc-thunderstorm-sun:before {
    content: "\efb7";
    }
        .fi-tc-ticket:before {
    content: "\efb9";
    }
        .fi-tc-tire:before {
    content: "\efd8";
    }
        .fi-tc-tire-flat:before {
    content: "\efd9";
    }
        .fi-tc-tire-pressure-warning:before {
    content: "\efda";
    }
        .fi-tc-tire-rugged:before {
    content: "\efdb";
    }
        .fi-tc-tomato:before {
    content: "\efee";
    }
        .fi-tc-tool-crop:before {
    content: "\eff2";
    }
        .fi-tc-tooth:before {
    content: "\eff5";
    }
        .fi-tc-tornado:before {
    content: "\eff9";
    }
        .fi-tc-tractor:before {
    content: "\f000";
    }
        .fi-tc-trailer:before {
    content: "\f007";
    }
        .fi-tc-train:before {
    content: "\f008";
    }
        .fi-tc-tram:before {
    content: "\f010";
    }
        .fi-tc-treatment:before {
    content: "\f03b";
    }
        .fi-tc-tree:before {
    content: "\f03c";
    }
        .fi-tc-triangle:before {
    content: "\f044";
    }
        .fi-tc-trophy:before {
    content: "\f04d";
    }
        .fi-tc-truck-container:before {
    content: "\f056";
    }
        .fi-tc-truck-couch:before {
    content: "\f058";
    }
        .fi-tc-truck-loading:before {
    content: "\f05e";
    }
        .fi-tc-truck-monster:before {
    content: "\f060";
    }
        .fi-tc-truck-moving:before {
    content: "\f061";
    }
        .fi-tc-truck-pickup:before {
    content: "\f062";
    }
        .fi-tc-truck-plow:before {
    content: "\f063";
    }
        .fi-tc-truck-ramp:before {
    content: "\f064";
    }
        .fi-tc-truck-side:before {
    content: "\f065";
    }
        .fi-tc-tty:before {
    content: "\f06c";
    }
        .fi-tc-turkey:before {
    content: "\f073";
    }
        .fi-tc-umbrella:before {
    content: "\f08a";
    }
        .fi-tc-underline:before {
    content: "\f08d";
    }
        .fi-tc-unlock:before {
    content: "\f095";
    }
        .fi-tc-usb-pendrive:before {
    content: "\f0a3";
    }
        .fi-tc-utensils:before {
    content: "\f0e8";
    }
        .fi-tc-vector:before {
    content: "\f0f4";
    }
        .fi-tc-vector-alt:before {
    content: "\f0f5";
    }
        .fi-tc-video-camera:before {
    content: "\f100";
    }
        .fi-tc-volcano:before {
    content: "\f115";
    }
        .fi-tc-volleyball:before {
    content: "\f116";
    }
        .fi-tc-volume:before {
    content: "\f117";
    }
        .fi-tc-wagon-covered:before {
    content: "\f126";
    }
        .fi-tc-water:before {
    content: "\f13a";
    }
        .fi-tc-water-bottle:before {
    content: "\f13b";
    }
        .fi-tc-water-lower:before {
    content: "\f13d";
    }
        .fi-tc-water-rise:before {
    content: "\f13e";
    }
        .fi-tc-watermelon:before {
    content: "\f13f";
    }
        .fi-tc-wheat:before {
    content: "\f152";
    }
        .fi-tc-wheelchair:before {
    content: "\f157";
    }
        .fi-tc-whistle:before {
    content: "\f15a";
    }
        .fi-tc-wind:before {
    content: "\f164";
    }
        .fi-tc-wind-warning:before {
    content: "\f166";
    }
        .fi-tc-windsock:before {
    content: "\f16e";
    }
        .fi-tc-yen:before {
    content: "\f192";
    }

@font-face {
    font-family: "uicons-solid-straight";
    src: url("../fonts/uicons-solid-straight/uicons-solid-straight.woff2") format("woff2"),
    url("../fonts/uicons-solid-straight/uicons-solid-straight.woff") format("woff"),
    url("../fonts/uicons-solid-straight/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: "\e001";
    }
        .fi-ss-00s-music-disc:before {
    content: "\e002";
    }
        .fi-ss-1:before {
    content: "\e003";
    }
        .fi-ss-2:before {
    content: "\e007";
    }
        .fi-ss-3:before {
    content: "\e009";
    }
        .fi-ss-360-degrees:before {
    content: "\e00b";
    }
        .fi-ss-4:before {
    content: "\e00d";
    }
        .fi-ss-404:before {
    content: "\e00f";
    }
        .fi-ss-5:before {
    content: "\e010";
    }
        .fi-ss-6:before {
    content: "\e013";
    }
        .fi-ss-60s-music-disc:before {
    content: "\e014";
    }
        .fi-ss-7:before {
    content: "\e015";
    }
        .fi-ss-70s-music-disc:before {
    content: "\e016";
    }
        .fi-ss-8:before {
    content: "\e017";
    }
        .fi-ss-80s-music-disc:before {
    content: "\e018";
    }
        .fi-ss-9:before {
    content: "\e019";
    }
        .fi-ss-90s-music-disc:before {
    content: "\e01a";
    }
        .fi-ss-a:before {
    content: "\e01b";
    }
        .fi-ss-abacus:before {
    content: "\e01c";
    }
        .fi-ss-accident:before {
    content: "\e01f";
    }
        .fi-ss-acorn:before {
    content: "\e021";
    }
        .fi-ss-ad:before {
    content: "\e023";
    }
        .fi-ss-ad-forbidden:before {
    content: "\e024";
    }
        .fi-ss-ad-paid:before {
    content: "\e025";
    }
        .fi-ss-add:before {
    content: "\e026";
    }
        .fi-ss-add-document:before {
    content: "\e028";
    }
        .fi-ss-add-folder:before {
    content: "\e029";
    }
        .fi-ss-add-image:before {
    content: "\e02a";
    }
        .fi-ss-address-book:before {
    content: "\e02b";
    }
        .fi-ss-address-card:before {
    content: "\e02c";
    }
        .fi-ss-admin:before {
    content: "\e02d";
    }
        .fi-ss-admin-alt:before {
    content: "\e02e";
    }
        .fi-ss-age:before {
    content: "\e038";
    }
        .fi-ss-age-alt:before {
    content: "\e039";
    }
        .fi-ss-age-restriction-eighteen:before {
    content: "\e03a";
    }
        .fi-ss-age-restriction-seven:before {
    content: "\e03b";
    }
        .fi-ss-age-restriction-six:before {
    content: "\e03c";
    }
        .fi-ss-age-restriction-sixteen:before {
    content: "\e03d";
    }
        .fi-ss-age-restriction-thirteen:before {
    content: "\e03f";
    }
        .fi-ss-age-restriction-three:before {
    content: "\e040";
    }
        .fi-ss-age-restriction-twelve:before {
    content: "\e041";
    }
        .fi-ss-age-restriction-twenty-one:before {
    content: "\e042";
    }
        .fi-ss-age-restriction-zero:before {
    content: "\e043";
    }
        .fi-ss-air-conditioner:before {
    content: "\e046";
    }
        .fi-ss-air-freshener:before {
    content: "\e047";
    }
        .fi-ss-air-pollution:before {
    content: "\e048";
    }
        .fi-ss-airplane-journey:before {
    content: "\e04a";
    }
        .fi-ss-airplane-window-open:before {
    content: "\e04b";
    }
        .fi-ss-airplay:before {
    content: "\e04c";
    }
        .fi-ss-alarm-clock:before {
    content: "\e04d";
    }
        .fi-ss-alarm-exclamation:before {
    content: "\e04e";
    }
        .fi-ss-alarm-plus:before {
    content: "\e04f";
    }
        .fi-ss-alarm-snooze:before {
    content: "\e050";
    }
        .fi-ss-album:before {
    content: "\e051";
    }
        .fi-ss-album-circle-plus:before {
    content: "\e052";
    }
        .fi-ss-album-circle-user:before {
    content: "\e053";
    }
        .fi-ss-album-collection:before {
    content: "\e054";
    }
        .fi-ss-algorithm:before {
    content: "\e056";
    }
        .fi-ss-alicorn:before {
    content: "\e057";
    }
        .fi-ss-alien:before {
    content: "\e058";
    }
        .fi-ss-align-center:before {
    content: "\e05a";
    }
        .fi-ss-align-justify:before {
    content: "\e05b";
    }
        .fi-ss-align-left:before {
    content: "\e05c";
    }
        .fi-ss-align-slash:before {
    content: "\e05d";
    }
        .fi-ss-ambulance:before {
    content: "\e05f";
    }
        .fi-ss-amp-guitar:before {
    content: "\e063";
    }
        .fi-ss-amusement-park:before {
    content: "\e065";
    }
        .fi-ss-analyse:before {
    content: "\e066";
    }
        .fi-ss-analyse-alt:before {
    content: "\e067";
    }
        .fi-ss-anatomical-heart:before {
    content: "\e069";
    }
        .fi-ss-anchor:before {
    content: "\e06a";
    }
        .fi-ss-angel:before {
    content: "\e06c";
    }
        .fi-ss-angle:before {
    content: "\e06d";
    }
        .fi-ss-angle-90:before {
    content: "\e06e";
    }
        .fi-ss-angle-circle-down:before {
    content: "\e06f";
    }
        .fi-ss-angle-circle-left:before {
    content: "\e070";
    }
        .fi-ss-angle-circle-right:before {
    content: "\e071";
    }
        .fi-ss-angle-circle-up:before {
    content: "\e072";
    }
        .fi-ss-angle-double-left:before {
    content: "\e073";
    }
        .fi-ss-angle-double-right:before {
    content: "\e074";
    }
        .fi-ss-angle-double-small-down:before {
    content: "\e075";
    }
        .fi-ss-angle-double-small-left:before {
    content: "\e076";
    }
        .fi-ss-angle-double-small-right:before {
    content: "\e077";
    }
        .fi-ss-angle-double-small-up:before {
    content: "\e078";
    }
        .fi-ss-angle-down:before {
    content: "\e079";
    }
        .fi-ss-angle-left:before {
    content: "\e07a";
    }
        .fi-ss-angle-right:before {
    content: "\e07b";
    }
        .fi-ss-angle-small-down:before {
    content: "\e07c";
    }
        .fi-ss-angle-small-left:before {
    content: "\e07d";
    }
        .fi-ss-angle-small-right:before {
    content: "\e07e";
    }
        .fi-ss-angle-small-up:before {
    content: "\e07f";
    }
        .fi-ss-angle-square-down:before {
    content: "\e080";
    }
        .fi-ss-angle-square-left:before {
    content: "\e081";
    }
        .fi-ss-angle-square-right:before {
    content: "\e082";
    }
        .fi-ss-angle-square-up:before {
    content: "\e083";
    }
        .fi-ss-angle-up:before {
    content: "\e084";
    }
        .fi-ss-angles-up-down:before {
    content: "\e085";
    }
        .fi-ss-angry:before {
    content: "\e086";
    }
        .fi-ss-animated-icon:before {
    content: "\e088";
    }
        .fi-ss-ankh:before {
    content: "\e089";
    }
        .fi-ss-answer:before {
    content: "\e08a";
    }
        .fi-ss-answer-alt:before {
    content: "\e08b";
    }
        .fi-ss-apartment:before {
    content: "\e08c";
    }
        .fi-ss-aperture:before {
    content: "\e08d";
    }
        .fi-ss-api:before {
    content: "\e08e";
    }
        .fi-ss-app-notification:before {
    content: "\e090";
    }
        .fi-ss-apple-books:before {
    content: "\e093";
    }
        .fi-ss-apple-core:before {
    content: "\e094";
    }
        .fi-ss-apple-crate:before {
    content: "\e095";
    }
        .fi-ss-apple-whole:before {
    content: "\e097";
    }
        .fi-ss-apps:before {
    content: "\e098";
    }
        .fi-ss-apps-add:before {
    content: "\e099";
    }
        .fi-ss-apps-delete:before {
    content: "\e09a";
    }
        .fi-ss-apps-sort:before {
    content: "\e09b";
    }
        .fi-ss-archive:before {
    content: "\e09c";
    }
        .fi-ss-archway:before {
    content: "\e09d";
    }
        .fi-ss-arrow-alt-circle-down:before {
    content: "\e09f";
    }
        .fi-ss-arrow-alt-circle-left:before {
    content: "\e0a0";
    }
        .fi-ss-arrow-alt-circle-right:before {
    content: "\e0a1";
    }
        .fi-ss-arrow-alt-circle-up:before {
    content: "\e0a2";
    }
        .fi-ss-arrow-alt-down:before {
    content: "\e0a3";
    }
        .fi-ss-arrow-alt-from-bottom:before {
    content: "\e0a4";
    }
        .fi-ss-arrow-alt-from-left:before {
    content: "\e0a5";
    }
        .fi-ss-arrow-alt-from-right:before {
    content: "\e0a6";
    }
        .fi-ss-arrow-alt-from-top:before {
    content: "\e0a7";
    }
        .fi-ss-arrow-alt-left:before {
    content: "\e0a8";
    }
        .fi-ss-arrow-alt-right:before {
    content: "\e0a9";
    }
        .fi-ss-arrow-alt-square-down:before {
    content: "\e0aa";
    }
        .fi-ss-arrow-alt-square-left:before {
    content: "\e0ab";
    }
        .fi-ss-arrow-alt-square-right:before {
    content: "\e0ac";
    }
        .fi-ss-arrow-alt-square-up:before {
    content: "\e0ad";
    }
        .fi-ss-arrow-alt-to-bottom:before {
    content: "\e0ae";
    }
        .fi-ss-arrow-alt-to-left:before {
    content: "\e0af";
    }
        .fi-ss-arrow-alt-to-right:before {
    content: "\e0b0";
    }
        .fi-ss-arrow-alt-to-top:before {
    content: "\e0b1";
    }
        .fi-ss-arrow-alt-up:before {
    content: "\e0b2";
    }
        .fi-ss-arrow-circle-down:before {
    content: "\e0b3";
    }
        .fi-ss-arrow-circle-left:before {
    content: "\e0b4";
    }
        .fi-ss-arrow-circle-right:before {
    content: "\e0b5";
    }
        .fi-ss-arrow-circle-up:before {
    content: "\e0b6";
    }
        .fi-ss-arrow-comparison:before {
    content: "\e0b7";
    }
        .fi-ss-arrow-down:before {
    content: "\e0b8";
    }
        .fi-ss-arrow-down-from-arc:before {
    content: "\e0ba";
    }
        .fi-ss-arrow-down-from-dotted-line:before {
    content: "\e0bb";
    }
        .fi-ss-arrow-down-left:before {
    content: "\e0bc";
    }
        .fi-ss-arrow-down-small-big:before {
    content: "\e0bd";
    }
        .fi-ss-arrow-down-strenght:before {
    content: "\e0be";
    }
        .fi-ss-arrow-down-to-dotted-line:before {
    content: "\e0bf";
    }
        .fi-ss-arrow-down-to-square:before {
    content: "\e0c0";
    }
        .fi-ss-arrow-down-triangle-square:before {
    content: "\e0c1";
    }
        .fi-ss-arrow-from-bottom:before {
    content: "\e0c2";
    }
        .fi-ss-arrow-from-left:before {
    content: "\e0c3";
    }
        .fi-ss-arrow-from-right:before {
    content: "\e0c4";
    }
        .fi-ss-arrow-from-top:before {
    content: "\e0c5";
    }
        .fi-ss-arrow-left:before {
    content: "\e0c6";
    }
        .fi-ss-arrow-left-from-arc:before {
    content: "\e0c7";
    }
        .fi-ss-arrow-left-from-line:before {
    content: "\e0c8";
    }
        .fi-ss-arrow-left-to-arc:before {
    content: "\e0c9";
    }
        .fi-ss-arrow-progress:before {
    content: "\e0ca";
    }
        .fi-ss-arrow-progress-alt:before {
    content: "\e0cb";
    }
        .fi-ss-arrow-right:before {
    content: "\e0cc";
    }
        .fi-ss-arrow-right-to-bracket:before {
    content: "\e0cd";
    }
        .fi-ss-arrow-right-to-city:before {
    content: "\e0ce";
    }
        .fi-ss-arrow-small-down:before {
    content: "\e0cf";
    }
        .fi-ss-arrow-small-left:before {
    content: "\e0d0";
    }
        .fi-ss-arrow-small-right:before {
    content: "\e0d1";
    }
        .fi-ss-arrow-small-up:before {
    content: "\e0d2";
    }
        .fi-ss-arrow-square-down:before {
    content: "\e0d3";
    }
        .fi-ss-arrow-square-left:before {
    content: "\e0d4";
    }
        .fi-ss-arrow-square-right:before {
    content: "\e0d5";
    }
        .fi-ss-arrow-square-up:before {
    content: "\e0d6";
    }
        .fi-ss-arrow-to-bottom:before {
    content: "\e0d7";
    }
        .fi-ss-arrow-to-left:before {
    content: "\e0d8";
    }
        .fi-ss-arrow-to-right:before {
    content: "\e0d9";
    }
        .fi-ss-arrow-to-top:before {
    content: "\e0da";
    }
        .fi-ss-arrow-trend-down:before {
    content: "\e0db";
    }
        .fi-ss-arrow-trend-up:before {
    content: "\e0dc";
    }
        .fi-ss-arrow-turn-down-left:before {
    content: "\e0dd";
    }
        .fi-ss-arrow-turn-down-right:before {
    content: "\e0de";
    }
        .fi-ss-arrow-turn-left-up:before {
    content: "\e0e0";
    }
        .fi-ss-arrow-up:before {
    content: "\e0e2";
    }
        .fi-ss-arrow-up-from-dotted-line:before {
    content: "\e0e3";
    }
        .fi-ss-arrow-up-from-ground-water:before {
    content: "\e0e4";
    }
        .fi-ss-arrow-up-from-square:before {
    content: "\e0e5";
    }
        .fi-ss-arrow-up-left:before {
    content: "\e0e6";
    }
        .fi-ss-arrow-up-left-from-circle:before {
    content: "\e0e7";
    }
        .fi-ss-arrow-up-right:before {
    content: "\e0e8";
    }
        .fi-ss-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\e0e9";
    }
        .fi-ss-arrow-up-right-from-square:before {
    content: "\e0ea";
    }
        .fi-ss-arrow-up-small-big:before {
    content: "\e0eb";
    }
        .fi-ss-arrow-up-square-triangle:before {
    content: "\e0ec";
    }
        .fi-ss-arrow-up-to-arc:before {
    content: "\e0ed";
    }
        .fi-ss-arrow-up-to-dotted-line:before {
    content: "\e0ee";
    }
        .fi-ss-arrow-upward-growth-crypto:before {
    content: "\e0ef";
    }
        .fi-ss-arrows:before {
    content: "\e0f0";
    }
        .fi-ss-arrows-alt:before {
    content: "\e0f1";
    }
        .fi-ss-arrows-alt-h:before {
    content: "\e0f2";
    }
        .fi-ss-arrows-alt-v:before {
    content: "\e0f3";
    }
        .fi-ss-arrows-cross:before {
    content: "\e0f4";
    }
        .fi-ss-arrows-down-curve:before {
    content: "\e0f5";
    }
        .fi-ss-arrows-down-to-people:before {
    content: "\e0f6";
    }
        .fi-ss-arrows-from-dotted-line:before {
    content: "\e0f7";
    }
        .fi-ss-arrows-from-line:before {
    content: "\e0f8";
    }
        .fi-ss-arrows-h:before {
    content: "\e0f9";
    }
        .fi-ss-arrows-h-copy:before {
    content: "\e0fa";
    }
        .fi-ss-arrows-repeat:before {
    content: "\e0fb";
    }
        .fi-ss-arrows-repeat-1:before {
    content: "\e0fc";
    }
        .fi-ss-arrows-retweet:before {
    content: "\e0fd";
    }
        .fi-ss-arrows-split-right-and-left:before {
    content: "\e0ff";
    }
        .fi-ss-arrows-split-up-and-left:before {
    content: "\e100";
    }
        .fi-ss-arrows-to-circle:before {
    content: "\e101";
    }
        .fi-ss-arrows-to-dotted-line:before {
    content: "\e102";
    }
        .fi-ss-arrows-to-eye:before {
    content: "\e103";
    }
        .fi-ss-arrows-to-line:before {
    content: "\e104";
    }
        .fi-ss-artificial-intelligence:before {
    content: "\e105";
    }
        .fi-ss-assept-document:before {
    content: "\e107";
    }
        .fi-ss-assessment:before {
    content: "\e108";
    }
        .fi-ss-assessment-alt:before {
    content: "\e109";
    }
        .fi-ss-assign:before {
    content: "\e10a";
    }
        .fi-ss-assistive-listening-systems:before {
    content: "\e10b";
    }
        .fi-ss-asterik:before {
    content: "\e10c";
    }
        .fi-ss-at:before {
    content: "\e110";
    }
        .fi-ss-attention-detail:before {
    content: "\e115";
    }
        .fi-ss-attribution-pen:before {
    content: "\e116";
    }
        .fi-ss-attribution-pencil:before {
    content: "\e117";
    }
        .fi-ss-aubergine:before {
    content: "\e118";
    }
        .fi-ss-auction:before {
    content: "\e119";
    }
        .fi-ss-audience-megaphone:before {
    content: "\e11a";
    }
        .fi-ss-audio-description-slash:before {
    content: "\e11b";
    }
        .fi-ss-audit:before {
    content: "\e11c";
    }
        .fi-ss-audit-alt:before {
    content: "\e11d";
    }
        .fi-ss-austral-sign:before {
    content: "\e11f";
    }
        .fi-ss-australia:before {
    content: "\e120";
    }
        .fi-ss-australia-country-code:before {
    content: "\e121";
    }
        .fi-ss-australia-flag:before {
    content: "\e122";
    }
        .fi-ss-auto-pilot:before {
    content: "\e123";
    }
        .fi-ss-auto-reply:before {
    content: "\e124";
    }
        .fi-ss-auto-sync:before {
    content: "\e125";
    }
        .fi-ss-avocado:before {
    content: "\e126";
    }
        .fi-ss-award:before {
    content: "\e127";
    }
        .fi-ss-axe:before {
    content: "\e129";
    }
        .fi-ss-axe-battle:before {
    content: "\e12a";
    }
        .fi-ss-b:before {
    content: "\e12b";
    }
        .fi-ss-baby:before {
    content: "\e12c";
    }
        .fi-ss-baby-carriage:before {
    content: "\e12d";
    }
        .fi-ss-back-up:before {
    content: "\e12e";
    }
        .fi-ss-background:before {
    content: "\e12f";
    }
        .fi-ss-backpack:before {
    content: "\e130";
    }
        .fi-ss-bacon:before {
    content: "\e131";
    }
        .fi-ss-bacteria:before {
    content: "\e132";
    }
        .fi-ss-bacterium:before {
    content: "\e133";
    }
        .fi-ss-badge:before {
    content: "\e134";
    }
        .fi-ss-badge-check:before {
    content: "\e135";
    }
        .fi-ss-badge-dollar:before {
    content: "\e136";
    }
        .fi-ss-badge-leaf:before {
    content: "\e137";
    }
        .fi-ss-badge-percent:before {
    content: "\e138";
    }
        .fi-ss-badge-sheriff:before {
    content: "\e139";
    }
        .fi-ss-badger-honey:before {
    content: "\e13a";
    }
        .fi-ss-badget-check-alt:before {
    content: "\e13b";
    }
        .fi-ss-badminton:before {
    content: "\e13c";
    }
        .fi-ss-bag-map-pin:before {
    content: "\e13d";
    }
        .fi-ss-bag-seedling:before {
    content: "\e13e";
    }
        .fi-ss-bag-shopping-minus:before {
    content: "\e13f";
    }
        .fi-ss-bags-shopping:before {
    content: "\e141";
    }
        .fi-ss-baguette:before {
    content: "\e142";
    }
        .fi-ss-bahai:before {
    content: "\e143";
    }
        .fi-ss-baht-sign:before {
    content: "\e144";
    }
        .fi-ss-balance-scale-left:before {
    content: "\e145";
    }
        .fi-ss-balance-scale-right:before {
    content: "\e146";
    }
        .fi-ss-balcony:before {
    content: "\e147";
    }
        .fi-ss-ball-pile:before {
    content: "\e149";
    }
        .fi-ss-ballet-dance:before {
    content: "\e14b";
    }
        .fi-ss-balloon:before {
    content: "\e14c";
    }
        .fi-ss-balloons:before {
    content: "\e14d";
    }
        .fi-ss-ballot:before {
    content: "\e14e";
    }
        .fi-ss-ballot-check:before {
    content: "\e14f";
    }
        .fi-ss-ban:before {
    content: "\e150";
    }
        .fi-ss-ban-bug:before {
    content: "\e151";
    }
        .fi-ss-banana:before {
    content: "\e152";
    }
        .fi-ss-band-aid:before {
    content: "\e153";
    }
        .fi-ss-bandage-wound:before {
    content: "\e155";
    }
        .fi-ss-bangladeshi-taka-sign:before {
    content: "\e156";
    }
        .fi-ss-banjo:before {
    content: "\e157";
    }
        .fi-ss-bank:before {
    content: "\e158";
    }
        .fi-ss-bank-app:before {
    content: "\e159";
    }
        .fi-ss-banner:before {
    content: "\e15a";
    }
        .fi-ss-banner-2:before {
    content: "\e15b";
    }
        .fi-ss-banner-3:before {
    content: "\e15c";
    }
        .fi-ss-banner-4:before {
    content: "\e15d";
    }
        .fi-ss-banner-5:before {
    content: "\e15e";
    }
        .fi-ss-barber-pole:before {
    content: "\e15f";
    }
        .fi-ss-barber-shop:before {
    content: "\e160";
    }
        .fi-ss-barcode:before {
    content: "\e161";
    }
        .fi-ss-barcode-read:before {
    content: "\e162";
    }
        .fi-ss-barcode-scan:before {
    content: "\e163";
    }
        .fi-ss-barefoot:before {
    content: "\e164";
    }
        .fi-ss-bars-filter:before {
    content: "\e165";
    }
        .fi-ss-bars-progress:before {
    content: "\e166";
    }
        .fi-ss-bars-sort:before {
    content: "\e167";
    }
        .fi-ss-bars-staggered:before {
    content: "\e168";
    }
        .fi-ss-baseball:before {
    content: "\e169";
    }
        .fi-ss-baseball-alt:before {
    content: "\e16a";
    }
        .fi-ss-basket-shopping-minus:before {
    content: "\e16c";
    }
        .fi-ss-basket-shopping-plus:before {
    content: "\e16d";
    }
        .fi-ss-basket-shopping-simple:before {
    content: "\e16e";
    }
        .fi-ss-basketball:before {
    content: "\e16f";
    }
        .fi-ss-basketball-hoop:before {
    content: "\e170";
    }
        .fi-ss-bat:before {
    content: "\e171";
    }
        .fi-ss-bath:before {
    content: "\e172";
    }
        .fi-ss-battery-100:before {
    content: "\e173";
    }
        .fi-ss-battery-bolt:before {
    content: "\e174";
    }
        .fi-ss-battery-empty:before {
    content: "\e175";
    }
        .fi-ss-battery-exclamation:before {
    content: "\e176";
    }
        .fi-ss-battery-full:before {
    content: "\e177";
    }
        .fi-ss-battery-half:before {
    content: "\e178";
    }
        .fi-ss-battery-quarter:before {
    content: "\e179";
    }
        .fi-ss-battery-slash:before {
    content: "\e17a";
    }
        .fi-ss-battery-three-quarters:before {
    content: "\e17b";
    }
        .fi-ss-beacon:before {
    content: "\e17c";
    }
        .fi-ss-beauty-mask:before {
    content: "\e17d";
    }
        .fi-ss-bed:before {
    content: "\e17e";
    }
        .fi-ss-bed-alt:before {
    content: "\e17f";
    }
        .fi-ss-bed-bunk:before {
    content: "\e180";
    }
        .fi-ss-bed-empty:before {
    content: "\e181";
    }
        .fi-ss-bed-pulse:before {
    content: "\e182";
    }
        .fi-ss-bee:before {
    content: "\e183";
    }
        .fi-ss-beer:before {
    content: "\e184";
    }
        .fi-ss-beer-mug-empty:before {
    content: "\e185";
    }
        .fi-ss-bell:before {
    content: "\e187";
    }
        .fi-ss-bell-concierge:before {
    content: "\e188";
    }
        .fi-ss-bell-notification-call:before {
    content: "\e189";
    }
        .fi-ss-bell-notification-social-media:before {
    content: "\e18a";
    }
        .fi-ss-bell-ring:before {
    content: "\e18b";
    }
        .fi-ss-bell-school:before {
    content: "\e18c";
    }
        .fi-ss-bell-school-slash:before {
    content: "\e18d";
    }
        .fi-ss-bell-slash:before {
    content: "\e18e";
    }
        .fi-ss-bells:before {
    content: "\e18f";
    }
        .fi-ss-bench-tree:before {
    content: "\e190";
    }
        .fi-ss-benefit:before {
    content: "\e191";
    }
        .fi-ss-benefit-diamond:before {
    content: "\e192";
    }
        .fi-ss-benefit-diamond-alt:before {
    content: "\e193";
    }
        .fi-ss-benefit-hand:before {
    content: "\e194";
    }
        .fi-ss-benefit-increase:before {
    content: "\e195";
    }
        .fi-ss-benefit-porcent:before {
    content: "\e196";
    }
        .fi-ss-betamax:before {
    content: "\e197";
    }
        .fi-ss-bible:before {
    content: "\e198";
    }
        .fi-ss-bicycle-journey:before {
    content: "\e199";
    }
        .fi-ss-big-drop:before {
    content: "\e19a";
    }
        .fi-ss-bike:before {
    content: "\e19b";
    }
        .fi-ss-bike-moving:before {
    content: "\e19c";
    }
        .fi-ss-bike-path:before {
    content: "\e19d";
    }
        .fi-ss-biking:before {
    content: "\e19e";
    }
        .fi-ss-biking-mountain:before {
    content: "\e19f";
    }
        .fi-ss-bill-arrow:before {
    content: "\e1a0";
    }
        .fi-ss-billiard:before {
    content: "\e1a1";
    }
        .fi-ss-bin-bottles:before {
    content: "\e1a2";
    }
        .fi-ss-binary:before {
    content: "\e1a3";
    }
        .fi-ss-binary-circle-check:before {
    content: "\e1a4";
    }
        .fi-ss-binary-cloud:before {
    content: "\e1a5";
    }
        .fi-ss-binary-lock:before {
    content: "\e1a6";
    }
        .fi-ss-binary-slash:before {
    content: "\e1a7";
    }
        .fi-ss-binoculars:before {
    content: "\e1a8";
    }
        .fi-ss-bio:before {
    content: "\e1a9";
    }
        .fi-ss-bio-leaves:before {
    content: "\e1aa";
    }
        .fi-ss-biohazard:before {
    content: "\e1ab";
    }
        .fi-ss-bird:before {
    content: "\e1ac";
    }
        .fi-ss-bitcoin-sign:before {
    content: "\e1af";
    }
        .fi-ss-blanket:before {
    content: "\e1b1";
    }
        .fi-ss-blender:before {
    content: "\e1b2";
    }
        .fi-ss-blender-phone:before {
    content: "\e1b3";
    }
        .fi-ss-blinds:before {
    content: "\e1b4";
    }
        .fi-ss-blinds-open:before {
    content: "\e1b5";
    }
        .fi-ss-blinds-raised:before {
    content: "\e1b6";
    }
        .fi-ss-block:before {
    content: "\e1b7";
    }
        .fi-ss-block-brick:before {
    content: "\e1b8";
    }
        .fi-ss-block-brick-fire:before {
    content: "\e1b9";
    }
        .fi-ss-block-microphone:before {
    content: "\e1ba";
    }
        .fi-ss-block-question:before {
    content: "\e1bb";
    }
        .fi-ss-block-quote:before {
    content: "\e1bc";
    }
        .fi-ss-blockchain-3:before {
    content: "\e1bf";
    }
        .fi-ss-blog-pencil:before {
    content: "\e1c0";
    }
        .fi-ss-blog-text:before {
    content: "\e1c1";
    }
        .fi-ss-blood:before {
    content: "\e1c3";
    }
        .fi-ss-blood-dropper:before {
    content: "\e1c4";
    }
        .fi-ss-blood-test-tube:before {
    content: "\e1c5";
    }
        .fi-ss-blood-test-tube-alt:before {
    content: "\e1c6";
    }
        .fi-ss-blossom:before {
    content: "\e1c7";
    }
        .fi-ss-blueberries:before {
    content: "\e1c8";
    }
        .fi-ss-blueprint:before {
    content: "\e1c9";
    }
        .fi-ss-bluetooth-alt:before {
    content: "\e1cb";
    }
        .fi-ss-bluetooth-circle:before {
    content: "\e1cc";
    }
        .fi-ss-bold:before {
    content: "\e1cd";
    }
        .fi-ss-bolt:before {
    content: "\e1ce";
    }
        .fi-ss-bolt-auto:before {
    content: "\e1cf";
    }
        .fi-ss-bolt-slash:before {
    content: "\e1d0";
    }
        .fi-ss-bomb:before {
    content: "\e1d1";
    }
        .fi-ss-bone:before {
    content: "\e1d2";
    }
        .fi-ss-bone-break:before {
    content: "\e1d3";
    }
        .fi-ss-bong:before {
    content: "\e1d4";
    }
        .fi-ss-bonus:before {
    content: "\e1d5";
    }
        .fi-ss-bonus-alt:before {
    content: "\e1d6";
    }
        .fi-ss-bonus-star:before {
    content: "\e1d7";
    }
        .fi-ss-book:before {
    content: "\e1d8";
    }
        .fi-ss-book-alt:before {
    content: "\e1d9";
    }
        .fi-ss-book-arrow-right:before {
    content: "\e1da";
    }
        .fi-ss-book-arrow-up:before {
    content: "\e1db";
    }
        .fi-ss-book-atlas:before {
    content: "\e1dc";
    }
        .fi-ss-book-bookmark:before {
    content: "\e1dd";
    }
        .fi-ss-book-circle-arrow-right:before {
    content: "\e1de";
    }
        .fi-ss-book-circle-arrow-up:before {
    content: "\e1df";
    }
        .fi-ss-book-copy:before {
    content: "\e1e0";
    }
        .fi-ss-book-dead:before {
    content: "\e1e1";
    }
        .fi-ss-book-font:before {
    content: "\e1e2";
    }
        .fi-ss-book-heart:before {
    content: "\e1e3";
    }
        .fi-ss-book-medical:before {
    content: "\e1e4";
    }
        .fi-ss-book-open-cover:before {
    content: "\e1e5";
    }
        .fi-ss-book-open-reader:before {
    content: "\e1e6";
    }
        .fi-ss-book-plus:before {
    content: "\e1e7";
    }
        .fi-ss-book-quran:before {
    content: "\e1e8";
    }
        .fi-ss-book-section:before {
    content: "\e1e9";
    }
        .fi-ss-book-spells:before {
    content: "\e1ec";
    }
        .fi-ss-book-tanakh:before {
    content: "\e1ed";
    }
        .fi-ss-book-user:before {
    content: "\e1ee";
    }
        .fi-ss-book-world:before {
    content: "\e1ef";
    }
        .fi-ss-Booking:before {
    content: "\e1f0";
    }
        .fi-ss-bookmark:before {
    content: "\e1f1";
    }
        .fi-ss-bookmark-slash:before {
    content: "\e1f2";
    }
        .fi-ss-books:before {
    content: "\e1f3";
    }
        .fi-ss-books-medical:before {
    content: "\e1f4";
    }
        .fi-ss-boot:before {
    content: "\e1f5";
    }
        .fi-ss-boot-heeled:before {
    content: "\e1f6";
    }
        .fi-ss-booth-curtain:before {
    content: "\e1f7";
    }
        .fi-ss-border-all:before {
    content: "\e1f9";
    }
        .fi-ss-border-bottom:before {
    content: "\e1fa";
    }
        .fi-ss-border-center-h:before {
    content: "\e1fb";
    }
        .fi-ss-border-center-v:before {
    content: "\e1fc";
    }
        .fi-ss-border-inner:before {
    content: "\e1fd";
    }
        .fi-ss-border-left:before {
    content: "\e1fe";
    }
        .fi-ss-border-none:before {
    content: "\e1ff";
    }
        .fi-ss-border-outer:before {
    content: "\e200";
    }
        .fi-ss-border-right:before {
    content: "\e201";
    }
        .fi-ss-border-style:before {
    content: "\e202";
    }
        .fi-ss-border-style-alt:before {
    content: "\e203";
    }
        .fi-ss-border-top:before {
    content: "\e204";
    }
        .fi-ss-boss:before {
    content: "\e205";
    }
        .fi-ss-bottle:before {
    content: "\e206";
    }
        .fi-ss-bottle-droplet:before {
    content: "\e207";
    }
        .fi-ss-bow-arrow:before {
    content: "\e209";
    }
        .fi-ss-bowl-chopsticks:before {
    content: "\e20a";
    }
        .fi-ss-bowl-chopsticks-noodles:before {
    content: "\e20b";
    }
        .fi-ss-bowl-rice:before {
    content: "\e20c";
    }
        .fi-ss-bowl-scoop:before {
    content: "\e20d";
    }
        .fi-ss-bowl-scoops:before {
    content: "\e20e";
    }
        .fi-ss-bowl-soft-serve:before {
    content: "\e20f";
    }
        .fi-ss-bowl-spoon:before {
    content: "\e210";
    }
        .fi-ss-bowling:before {
    content: "\e211";
    }
        .fi-ss-bowling-ball:before {
    content: "\e212";
    }
        .fi-ss-bowling-pins:before {
    content: "\e213";
    }
        .fi-ss-box:before {
    content: "\e214";
    }
        .fi-ss-box-alt:before {
    content: "\e215";
    }
        .fi-ss-box-ballot:before {
    content: "\e216";
    }
        .fi-ss-box-check:before {
    content: "\e217";
    }
        .fi-ss-box-circle-check:before {
    content: "\e218";
    }
        .fi-ss-box-dollar:before {
    content: "\e219";
    }
        .fi-ss-box-fragile:before {
    content: "\e21a";
    }
        .fi-ss-box-heart:before {
    content: "\e21b";
    }
        .fi-ss-box-open:before {
    content: "\e21c";
    }
        .fi-ss-box-open-full:before {
    content: "\e21d";
    }
        .fi-ss-box-tissue:before {
    content: "\e21e";
    }
        .fi-ss-box-up:before {
    content: "\e21f";
    }
        .fi-ss-boxes:before {
    content: "\e220";
    }
        .fi-ss-boxing-glove:before {
    content: "\e221";
    }
        .fi-ss-bracket-curly:before {
    content: "\e222";
    }
        .fi-ss-bracket-curly-right:before {
    content: "\e223";
    }
        .fi-ss-bracket-round:before {
    content: "\e224";
    }
        .fi-ss-bracket-round-right:before {
    content: "\e225";
    }
        .fi-ss-bracket-square:before {
    content: "\e226";
    }
        .fi-ss-bracket-square-right:before {
    content: "\e227";
    }
        .fi-ss-brackets-curly:before {
    content: "\e228";
    }
        .fi-ss-brackets-round:before {
    content: "\e229";
    }
        .fi-ss-brackets-square:before {
    content: "\e22a";
    }
        .fi-ss-braille:before {
    content: "\e22b";
    }
        .fi-ss-braille-a:before {
    content: "\e22c";
    }
        .fi-ss-braille-b:before {
    content: "\e22d";
    }
        .fi-ss-braille-c:before {
    content: "\e22e";
    }
        .fi-ss-braille-d:before {
    content: "\e22f";
    }
        .fi-ss-braille-e:before {
    content: "\e230";
    }
        .fi-ss-braille-g:before {
    content: "\e231";
    }
        .fi-ss-braille-h:before {
    content: "\e232";
    }
        .fi-ss-braille-i:before {
    content: "\e233";
    }
        .fi-ss-braille-j:before {
    content: "\e234";
    }
        .fi-ss-braille-k:before {
    content: "\e235";
    }
        .fi-ss-braille-l:before {
    content: "\e236";
    }
        .fi-ss-braille-m:before {
    content: "\e237";
    }
        .fi-ss-braille-n:before {
    content: "\e238";
    }
        .fi-ss-braille-n-alt:before {
    content: "\e239";
    }
        .fi-ss-braille-o:before {
    content: "\e23a";
    }
        .fi-ss-braille-p:before {
    content: "\e23b";
    }
        .fi-ss-braille-q:before {
    content: "\e23c";
    }
        .fi-ss-braille-r:before {
    content: "\e23d";
    }
        .fi-ss-braille-s:before {
    content: "\e23e";
    }
        .fi-ss-braille-t:before {
    content: "\e23f";
    }
        .fi-ss-braille-u:before {
    content: "\e240";
    }
        .fi-ss-braille-v:before {
    content: "\e241";
    }
        .fi-ss-braille-w:before {
    content: "\e242";
    }
        .fi-ss-braille-x:before {
    content: "\e243";
    }
        .fi-ss-braille-y:before {
    content: "\e244";
    }
        .fi-ss-braille-z:before {
    content: "\e245";
    }
        .fi-ss-brain:before {
    content: "\e246";
    }
        .fi-ss-brain-bulb:before {
    content: "\e247";
    }
        .fi-ss-brain-circuit:before {
    content: "\e248";
    }
        .fi-ss-brain-lightning:before {
    content: "\e249";
    }
        .fi-ss-brain-stress:before {
    content: "\e24a";
    }
        .fi-ss-brake-warning:before {
    content: "\e24b";
    }
        .fi-ss-branching:before {
    content: "\e24c";
    }
        .fi-ss-brand:before {
    content: "\e24d";
    }
        .fi-ss-branding:before {
    content: "\e24e";
    }
        .fi-ss-brazil:before {
    content: "\e24f";
    }
        .fi-ss-brazil-flag:before {
    content: "\e250";
    }
        .fi-ss-brazil-flag-circle:before {
    content: "\e251";
    }
        .fi-ss-bread:before {
    content: "\e252";
    }
        .fi-ss-bread-loaf:before {
    content: "\e253";
    }
        .fi-ss-bread-slice:before {
    content: "\e254";
    }
        .fi-ss-bread-slice-butter:before {
    content: "\e255";
    }
        .fi-ss-bridge:before {
    content: "\e256";
    }
        .fi-ss-bridge-circle-check:before {
    content: "\e257";
    }
        .fi-ss-bridge-collapse:before {
    content: "\e258";
    }
        .fi-ss-bridge-suspension:before {
    content: "\e259";
    }
        .fi-ss-bridge-water:before {
    content: "\e25a";
    }
        .fi-ss-briefcase:before {
    content: "\e25c";
    }
        .fi-ss-briefcase-arrow-right:before {
    content: "\e25d";
    }
        .fi-ss-briefcase-blank:before {
    content: "\e25e";
    }
        .fi-ss-brightness:before {
    content: "\e25f";
    }
        .fi-ss-brightness-low:before {
    content: "\e260";
    }
        .fi-ss-bring-forward:before {
    content: "\e261";
    }
        .fi-ss-bring-front:before {
    content: "\e262";
    }
        .fi-ss-broadcast-tower:before {
    content: "\e263";
    }
        .fi-ss-broccoli:before {
    content: "\e264";
    }
        .fi-ss-broken-arm:before {
    content: "\e265";
    }
        .fi-ss-broken-chain-link-wrong:before {
    content: "\e266";
    }
        .fi-ss-broken-image:before {
    content: "\e267";
    }
        .fi-ss-broken-leg:before {
    content: "\e268";
    }
        .fi-ss-broken-nail:before {
    content: "\e269";
    }
        .fi-ss-broom:before {
    content: "\e26a";
    }
        .fi-ss-broom-ball:before {
    content: "\e26b";
    }
        .fi-ss-browser:before {
    content: "\e26c";
    }
        .fi-ss-browser-ui:before {
    content: "\e26f";
    }
        .fi-ss-browsers:before {
    content: "\e270";
    }
        .fi-ss-brush:before {
    content: "\e271";
    }
        .fi-ss-bubble-discussion:before {
    content: "\e272";
    }
        .fi-ss-bucket:before {
    content: "\e273";
    }
        .fi-ss-budget:before {
    content: "\e274";
    }
        .fi-ss-budget-alt:before {
    content: "\e275";
    }
        .fi-ss-bug:before {
    content: "\e276";
    }
        .fi-ss-bug-slash:before {
    content: "\e277";
    }
        .fi-ss-bugs:before {
    content: "\e278";
    }
        .fi-ss-build:before {
    content: "\e279";
    }
        .fi-ss-build-alt:before {
    content: "\e27a";
    }
        .fi-ss-builder:before {
    content: "\e27b";
    }
        .fi-ss-building:before {
    content: "\e27c";
    }
        .fi-ss-building-circle-arrow-right:before {
    content: "\e27d";
    }
        .fi-ss-building-ngo:before {
    content: "\e27e";
    }
        .fi-ss-bulb:before {
    content: "\e27f";
    }
        .fi-ss-bulb-speech-bubble:before {
    content: "\e280";
    }
        .fi-ss-bullet:before {
    content: "\e281";
    }
        .fi-ss-bullhorn:before {
    content: "\e282";
    }
        .fi-ss-bullseye:before {
    content: "\e283";
    }
        .fi-ss-bullseye-arrow:before {
    content: "\e284";
    }
        .fi-ss-bullseye-pointer:before {
    content: "\e285";
    }
        .fi-ss-burger-alt:before {
    content: "\e286";
    }
        .fi-ss-burger-fries:before {
    content: "\e287";
    }
        .fi-ss-burger-glass:before {
    content: "\e288";
    }
        .fi-ss-burrito:before {
    content: "\e28b";
    }
        .fi-ss-burst:before {
    content: "\e28c";
    }
        .fi-ss-bus:before {
    content: "\e28d";
    }
        .fi-ss-bus-alt:before {
    content: "\e28e";
    }
        .fi-ss-business-time:before {
    content: "\e28f";
    }
        .fi-ss-Butter:before {
    content: "\e291";
    }
        .fi-ss-butterfly:before {
    content: "\e292";
    }
        .fi-ss-c:before {
    content: "\e293";
    }
        .fi-ss-cabin:before {
    content: "\e294";
    }
        .fi-ss-cactus:before {
    content: "\e296";
    }
        .fi-ss-cage-empty:before {
    content: "\e297";
    }
        .fi-ss-cake-birthday:before {
    content: "\e298";
    }
        .fi-ss-cake-slice:before {
    content: "\e299";
    }
        .fi-ss-cake-wedding:before {
    content: "\e29a";
    }
        .fi-ss-calculator:before {
    content: "\e29b";
    }
        .fi-ss-calculator-bill:before {
    content: "\e29d";
    }
        .fi-ss-calculator-math-tax:before {
    content: "\e29e";
    }
        .fi-ss-calculator-money:before {
    content: "\e29f";
    }
        .fi-ss-calculator-simple:before {
    content: "\e2a0";
    }
        .fi-ss-calendar:before {
    content: "\e2a1";
    }
        .fi-ss-calendar-arrow-down:before {
    content: "\e2a2";
    }
        .fi-ss-calendar-arrow-up:before {
    content: "\e2a3";
    }
        .fi-ss-calendar-birhtday-cake:before {
    content: "\e2a4";
    }
        .fi-ss-calendar-call:before {
    content: "\e2a5";
    }
        .fi-ss-calendar-check:before {
    content: "\e2a6";
    }
        .fi-ss-calendar-clock:before {
    content: "\e2a7";
    }
        .fi-ss-calendar-day:before {
    content: "\e2a8";
    }
        .fi-ss-calendar-days:before {
    content: "\e2a9";
    }
        .fi-ss-calendar-event-tax:before {
    content: "\e2aa";
    }
        .fi-ss-calendar-exclamation:before {
    content: "\e2ab";
    }
        .fi-ss-calendar-gavel-legal:before {
    content: "\e2ac";
    }
        .fi-ss-calendar-heart:before {
    content: "\e2ad";
    }
        .fi-ss-calendar-image:before {
    content: "\e2ae";
    }
        .fi-ss-calendar-lines:before {
    content: "\e2af";
    }
        .fi-ss-calendar-lines-pen:before {
    content: "\e2b0";
    }
        .fi-ss-calendar-minus:before {
    content: "\e2b1";
    }
        .fi-ss-calendar-payment-loan:before {
    content: "\e2b2";
    }
        .fi-ss-calendar-pen:before {
    content: "\e2b3";
    }
        .fi-ss-calendar-plus:before {
    content: "\e2b4";
    }
        .fi-ss-calendar-salary:before {
    content: "\e2b5";
    }
        .fi-ss-calendar-shift-swap:before {
    content: "\e2b6";
    }
        .fi-ss-calendar-star:before {
    content: "\e2b7";
    }
        .fi-ss-calendar-swap:before {
    content: "\e2b8";
    }
        .fi-ss-calendar-update:before {
    content: "\e2b9";
    }
        .fi-ss-calendar-week:before {
    content: "\e2ba";
    }
        .fi-ss-calendar-xmark:before {
    content: "\e2bb";
    }
        .fi-ss-calendars:before {
    content: "\e2bc";
    }
        .fi-ss-call-duration:before {
    content: "\e2bd";
    }
        .fi-ss-call-forbidden:before {
    content: "\e2be";
    }
        .fi-ss-call-history:before {
    content: "\e2bf";
    }
        .fi-ss-call-incoming:before {
    content: "\e2c0";
    }
        .fi-ss-call-missed:before {
    content: "\e2c1";
    }
        .fi-ss-call-outgoing:before {
    content: "\e2c2";
    }
        .fi-ss-camcorder:before {
    content: "\e2c3";
    }
        .fi-ss-camera:before {
    content: "\e2c4";
    }
        .fi-ss-camera-cctv:before {
    content: "\e2c5";
    }
        .fi-ss-camera-movie:before {
    content: "\e2c7";
    }
        .fi-ss-camera-retro:before {
    content: "\e2c8";
    }
        .fi-ss-camera-rotate:before {
    content: "\e2c9";
    }
        .fi-ss-camera-security:before {
    content: "\e2ca";
    }
        .fi-ss-camera-slash:before {
    content: "\e2cb";
    }
        .fi-ss-camera-viewfinder:before {
    content: "\e2cc";
    }
        .fi-ss-campfire:before {
    content: "\e2cd";
    }
        .fi-ss-camping:before {
    content: "\e2ce";
    }
        .fi-ss-can-food:before {
    content: "\e2cf";
    }
        .fi-ss-candle-holder:before {
    content: "\e2d0";
    }
        .fi-ss-candle-lotus-yoga:before {
    content: "\e2d1";
    }
        .fi-ss-candle-pose-yoga:before {
    content: "\e2d2";
    }
        .fi-ss-candy:before {
    content: "\e2d4";
    }
        .fi-ss-candy-alt:before {
    content: "\e2d5";
    }
        .fi-ss-candy-bar:before {
    content: "\e2d6";
    }
        .fi-ss-candy-cane:before {
    content: "\e2d7";
    }
        .fi-ss-candy-corn:before {
    content: "\e2d8";
    }
        .fi-ss-candy-sweet:before {
    content: "\e2d9";
    }
        .fi-ss-Cannabis:before {
    content: "\e2da";
    }
        .fi-ss-canned-food:before {
    content: "\e2db";
    }
        .fi-ss-cannon:before {
    content: "\e2dc";
    }
        .fi-ss-capsules:before {
    content: "\e2dd";
    }
        .fi-ss-car:before {
    content: "\e2df";
    }
        .fi-ss-car-alt:before {
    content: "\e2e0";
    }
        .fi-ss-car-battery:before {
    content: "\e2e1";
    }
        .fi-ss-car-bolt:before {
    content: "\e2e2";
    }
        .fi-ss-car-building:before {
    content: "\e2e3";
    }
        .fi-ss-car-bump:before {
    content: "\e2e4";
    }
        .fi-ss-car-bus:before {
    content: "\e2e5";
    }
        .fi-ss-car-circle-bolt:before {
    content: "\e2e6";
    }
        .fi-ss-car-crash:before {
    content: "\e2e7";
    }
        .fi-ss-car-garage:before {
    content: "\e2e8";
    }
        .fi-ss-car-journey:before {
    content: "\e2e9";
    }
        .fi-ss-car-mechanic:before {
    content: "\e2ea";
    }
        .fi-ss-car-rear:before {
    content: "\e2eb";
    }
        .fi-ss-car-side:before {
    content: "\e2ec";
    }
        .fi-ss-car-side-bolt:before {
    content: "\e2ed";
    }
        .fi-ss-car-tilt:before {
    content: "\e2ee";
    }
        .fi-ss-car-tunnel:before {
    content: "\e2ef";
    }
        .fi-ss-car-wash:before {
    content: "\e2f0";
    }
        .fi-ss-caravan:before {
    content: "\e2f1";
    }
        .fi-ss-caravan-alt:before {
    content: "\e2f2";
    }
        .fi-ss-carbon-cloud:before {
    content: "\e2f3";
    }
        .fi-ss-carbon-cloud-arrow-down:before {
    content: "\e2f4";
    }
        .fi-ss-carbon-footprint:before {
    content: "\e2f5";
    }
        .fi-ss-card-club:before {
    content: "\e2f6";
    }
        .fi-ss-card-diamond:before {
    content: "\e2f7";
    }
        .fi-ss-card-heart:before {
    content: "\e2f8";
    }
        .fi-ss-card-spade:before {
    content: "\e2f9";
    }
        .fi-ss-cardinal-compass:before {
    content: "\e2fa";
    }
        .fi-ss-cards-blank:before {
    content: "\e2fc";
    }
        .fi-ss-career-growth:before {
    content: "\e2fe";
    }
        .fi-ss-career-path:before {
    content: "\e2ff";
    }
        .fi-ss-caret-circle-down:before {
    content: "\e300";
    }
        .fi-ss-caret-circle-right:before {
    content: "\e302";
    }
        .fi-ss-caret-circle-up:before {
    content: "\e303";
    }
        .fi-ss-caret-down:before {
    content: "\e304";
    }
        .fi-ss-caret-left:before {
    content: "\e305";
    }
        .fi-ss-caret-quare-up:before {
    content: "\e306";
    }
        .fi-ss-caret-right:before {
    content: "\e307";
    }
        .fi-ss-caret-square-down:before {
    content: "\e308";
    }
        .fi-ss-caret-square-left:before {
    content: "\e309";
    }
        .fi-ss-caret-square-left_1:before {
    content: "\e30a";
    }
        .fi-ss-caret-square-right:before {
    content: "\e30b";
    }
        .fi-ss-caret-up:before {
    content: "\e30d";
    }
        .fi-ss-carrot:before {
    content: "\e30e";
    }
        .fi-ss-cars:before {
    content: "\e30f";
    }
        .fi-ss-cars-crash:before {
    content: "\e310";
    }
        .fi-ss-cart-arrow-down:before {
    content: "\e311";
    }
        .fi-ss-cart-minus:before {
    content: "\e312";
    }
        .fi-ss-cart-shopping-fast:before {
    content: "\e313";
    }
        .fi-ss-case-study:before {
    content: "\e314";
    }
        .fi-ss-cash-register:before {
    content: "\e315";
    }
        .fi-ss-cassette-tape:before {
    content: "\e316";
    }
        .fi-ss-cassette-vhs:before {
    content: "\e317";
    }
        .fi-ss-castle:before {
    content: "\e318";
    }
        .fi-ss-cat:before {
    content: "\e319";
    }
        .fi-ss-cat-dog:before {
    content: "\e31a";
    }
        .fi-ss-cat-head:before {
    content: "\e31b";
    }
        .fi-ss-cat-space:before {
    content: "\e31c";
    }
        .fi-ss-catalog:before {
    content: "\e31d";
    }
        .fi-ss-catalog-alt:before {
    content: "\e31e";
    }
        .fi-ss-catalog-magazine:before {
    content: "\e31f";
    }
        .fi-ss-category:before {
    content: "\e320";
    }
        .fi-ss-category-alt:before {
    content: "\e321";
    }
        .fi-ss-cauldron:before {
    content: "\e322";
    }
        .fi-ss-cedi-sign:before {
    content: "\e327";
    }
        .fi-ss-cello:before {
    content: "\e328";
    }
        .fi-ss-cent-sign:before {
    content: "\e329";
    }
        .fi-ss-chair:before {
    content: "\e32b";
    }
        .fi-ss-chair-director:before {
    content: "\e32c";
    }
        .fi-ss-chair-office:before {
    content: "\e32d";
    }
        .fi-ss-chalkboard:before {
    content: "\e32e";
    }
        .fi-ss-chalkboard-user:before {
    content: "\e32f";
    }
        .fi-ss-challenge:before {
    content: "\e330";
    }
        .fi-ss-challenge-alt:before {
    content: "\e331";
    }
        .fi-ss-channel:before {
    content: "\e332";
    }
        .fi-ss-charging-station:before {
    content: "\e334";
    }
        .fi-ss-chart-area:before {
    content: "\e335";
    }
        .fi-ss-chart-bar-holding-hand:before {
    content: "\e338";
    }
        .fi-ss-chart-bullet:before {
    content: "\e339";
    }
        .fi-ss-chart-candlestick:before {
    content: "\e33a";
    }
        .fi-ss-chart-connected:before {
    content: "\e33b";
    }
        .fi-ss-chart-gantt:before {
    content: "\e33c";
    }
        .fi-ss-chart-histogram:before {
    content: "\e33d";
    }
        .fi-ss-chart-kanban:before {
    content: "\e33e";
    }
        .fi-ss-chart-line-up:before {
    content: "\e33f";
    }
        .fi-ss-chart-line-up-down:before {
    content: "\e340";
    }
        .fi-ss-chart-mixed:before {
    content: "\e341";
    }
        .fi-ss-chart-mixed-up-circle-currency:before {
    content: "\e342";
    }
        .fi-ss-chart-mixed-up-circle-dollar:before {
    content: "\e343";
    }
        .fi-ss-chart-network:before {
    content: "\e344";
    }
        .fi-ss-chart-pie:before {
    content: "\e345";
    }
        .fi-ss-chart-pie-alt:before {
    content: "\e346";
    }
        .fi-ss-chart-pie-simple-circle-currency:before {
    content: "\e347";
    }
        .fi-ss-chart-pie-simple-circle-dollar:before {
    content: "\e348";
    }
        .fi-ss-chart-pyramid:before {
    content: "\e349";
    }
        .fi-ss-chart-radar:before {
    content: "\e34a";
    }
        .fi-ss-chart-scatter:before {
    content: "\e34b";
    }
        .fi-ss-chart-scatter-3d:before {
    content: "\e34c";
    }
        .fi-ss-chart-scatter-bubble:before {
    content: "\e34d";
    }
        .fi-ss-chart-set-theory:before {
    content: "\e34e";
    }
        .fi-ss-chart-simple:before {
    content: "\e34f";
    }
        .fi-ss-chart-simple-horizontal:before {
    content: "\e350";
    }
        .fi-ss-chart-tree:before {
    content: "\e351";
    }
        .fi-ss-chart-tree-map:before {
    content: "\e352";
    }
        .fi-ss-chart-user:before {
    content: "\e353";
    }
        .fi-ss-chart-waterfall:before {
    content: "\e354";
    }
        .fi-ss-chat-arrow-down:before {
    content: "\e355";
    }
        .fi-ss-chat-arrow-grow:before {
    content: "\e356";
    }
        .fi-ss-chat-bubble-call:before {
    content: "\e357";
    }
        .fi-ss-chatbot:before {
    content: "\e358";
    }
        .fi-ss-chatbot-speech-bubble:before {
    content: "\e359";
    }
        .fi-ss-cheap:before {
    content: "\e35a";
    }
        .fi-ss-cheap-bill:before {
    content: "\e35b";
    }
        .fi-ss-cheap-dollar:before {
    content: "\e35c";
    }
        .fi-ss-cheap-stack:before {
    content: "\e35d";
    }
        .fi-ss-cheap-stack-dollar:before {
    content: "\e35e";
    }
        .fi-ss-check:before {
    content: "\e35f";
    }
        .fi-ss-check-circle:before {
    content: "\e360";
    }
        .fi-ss-check-double:before {
    content: "\e361";
    }
        .fi-ss-check-in-calendar:before {
    content: "\e362";
    }
        .fi-ss-check-out-calendar:before {
    content: "\e363";
    }
        .fi-ss-checkbox:before {
    content: "\e364";
    }
        .fi-ss-checklist-task-budget:before {
    content: "\e365";
    }
        .fi-ss-cheese:before {
    content: "\e366";
    }
        .fi-ss-cheese-alt:before {
    content: "\e367";
    }
        .fi-ss-cheeseburger:before {
    content: "\e368";
    }
        .fi-ss-cherry:before {
    content: "\e369";
    }
        .fi-ss-chess:before {
    content: "\e36a";
    }
        .fi-ss-chess-bishop:before {
    content: "\e36b";
    }
        .fi-ss-chess-board:before {
    content: "\e36c";
    }
        .fi-ss-chess-clock:before {
    content: "\e36d";
    }
        .fi-ss-chess-clock-alt:before {
    content: "\e36e";
    }
        .fi-ss-chess-king:before {
    content: "\e36f";
    }
        .fi-ss-chess-king-alt:before {
    content: "\e370";
    }
        .fi-ss-chess-knight:before {
    content: "\e371";
    }
        .fi-ss-chess-knight-alt:before {
    content: "\e372";
    }
        .fi-ss-chess-pawn:before {
    content: "\e373";
    }
        .fi-ss-chess-pawn-alt:before {
    content: "\e374";
    }
        .fi-ss-chess-piece:before {
    content: "\e375";
    }
        .fi-ss-chess-queen:before {
    content: "\e376";
    }
        .fi-ss-chess-queen-alt:before {
    content: "\e377";
    }
        .fi-ss-chess-rook:before {
    content: "\e378";
    }
        .fi-ss-chess-rook-alt:before {
    content: "\e379";
    }
        .fi-ss-chevron-double-down:before {
    content: "\e37a";
    }
        .fi-ss-chevron-double-up:before {
    content: "\e37b";
    }
        .fi-ss-child:before {
    content: "\e37c";
    }
        .fi-ss-child-head:before {
    content: "\e37d";
    }
        .fi-ss-chimney:before {
    content: "\e37e";
    }
        .fi-ss-chip:before {
    content: "\e37f";
    }
        .fi-ss-chocolate:before {
    content: "\e380";
    }
        .fi-ss-choir-singing:before {
    content: "\e382";
    }
        .fi-ss-choose:before {
    content: "\e383";
    }
        .fi-ss-choose-alt:before {
    content: "\e384";
    }
        .fi-ss-church:before {
    content: "\e386";
    }
        .fi-ss-circle:before {
    content: "\e387";
    }
        .fi-ss-circle-0:before {
    content: "\e388";
    }
        .fi-ss-circle-1:before {
    content: "\e389";
    }
        .fi-ss-circle-2:before {
    content: "\e38a";
    }
        .fi-ss-circle-3:before {
    content: "\e38b";
    }
        .fi-ss-circle-4:before {
    content: "\e38c";
    }
        .fi-ss-circle-5:before {
    content: "\e38d";
    }
        .fi-ss-circle-6:before {
    content: "\e38e";
    }
        .fi-ss-circle-7:before {
    content: "\e38f";
    }
        .fi-ss-circle-8:before {
    content: "\e390";
    }
        .fi-ss-circle-9:before {
    content: "\e391";
    }
        .fi-ss-circle-a:before {
    content: "\e392";
    }
        .fi-ss-circle-b:before {
    content: "\e394";
    }
        .fi-ss-circle-bolt:before {
    content: "\e395";
    }
        .fi-ss-circle-book-open:before {
    content: "\e396";
    }
        .fi-ss-circle-bookmark:before {
    content: "\e397";
    }
        .fi-ss-circle-c:before {
    content: "\e398";
    }
        .fi-ss-circle-calendar:before {
    content: "\e399";
    }
        .fi-ss-circle-camera:before {
    content: "\e39a";
    }
        .fi-ss-circle-d:before {
    content: "\e39c";
    }
        .fi-ss-circle-dashed:before {
    content: "\e39d";
    }
        .fi-ss-circle-divide:before {
    content: "\e39e";
    }
        .fi-ss-circle-e:before {
    content: "\e3a0";
    }
        .fi-ss-circle-ellipsis:before {
    content: "\e3a1";
    }
        .fi-ss-circle-ellipsis-vertical:before {
    content: "\e3a2";
    }
        .fi-ss-circle-envelope:before {
    content: "\e3a3";
    }
        .fi-ss-circle-exclamation-check:before {
    content: "\e3a4";
    }
        .fi-ss-circle-f:before {
    content: "\e3a5";
    }
        .fi-ss-circle-g:before {
    content: "\e3a6";
    }
        .fi-ss-circle-h:before {
    content: "\e3a7";
    }
        .fi-ss-circle-half:before {
    content: "\e3a8";
    }
        .fi-ss-circle-half-stroke:before {
    content: "\e3a9";
    }
        .fi-ss-circle-heart:before {
    content: "\e3aa";
    }
        .fi-ss-circle-i:before {
    content: "\e3ab";
    }
        .fi-ss-circle-j:before {
    content: "\e3ac";
    }
        .fi-ss-circle-k:before {
    content: "\e3ad";
    }
        .fi-ss-circle-l:before {
    content: "\e3ae";
    }
        .fi-ss-circle-m:before {
    content: "\e3af";
    }
        .fi-ss-circle-microphone:before {
    content: "\e3b0";
    }
        .fi-ss-circle-microphone-lines:before {
    content: "\e3b1";
    }
        .fi-ss-circle-n:before {
    content: "\e3b2";
    }
        .fi-ss-circle-nodes:before {
    content: "\e3b3";
    }
        .fi-ss-circle-o:before {
    content: "\e3b4";
    }
        .fi-ss-circle-overlap:before {
    content: "\e3b5";
    }
        .fi-ss-circle-p:before {
    content: "\e3b6";
    }
        .fi-ss-circle-phone:before {
    content: "\e3b8";
    }
        .fi-ss-circle-phone-flip:before {
    content: "\e3b9";
    }
        .fi-ss-circle-phone-hangup:before {
    content: "\e3ba";
    }
        .fi-ss-circle-q:before {
    content: "\e3bc";
    }
        .fi-ss-circle-quarter:before {
    content: "\e3bd";
    }
        .fi-ss-circle-quarters-alt:before {
    content: "\e3bf";
    }
        .fi-ss-circle-r:before {
    content: "\e3c0";
    }
        .fi-ss-circle-s:before {
    content: "\e3c1";
    }
        .fi-ss-circle-small:before {
    content: "\e3c2";
    }
        .fi-ss-circle-star:before {
    content: "\e3c3";
    }
        .fi-ss-circle-t:before {
    content: "\e3c5";
    }
        .fi-ss-circle-three-quarters:before {
    content: "\e3c6";
    }
        .fi-ss-circle-trash:before {
    content: "\e3c7";
    }
        .fi-ss-circle-u:before {
    content: "\e3c8";
    }
        .fi-ss-circle-user:before {
    content: "\e3c9";
    }
        .fi-ss-circle-v:before {
    content: "\e3ca";
    }
        .fi-ss-circle-video:before {
    content: "\e3cb";
    }
        .fi-ss-circle-w:before {
    content: "\e3cc";
    }
        .fi-ss-circle-waveform-lines:before {
    content: "\e3cd";
    }
        .fi-ss-circle-wifi-circle-wifi:before {
    content: "\e3ce";
    }
        .fi-ss-circle-x:before {
    content: "\e3cf";
    }
        .fi-ss-circle-xmark:before {
    content: "\e3d0";
    }
        .fi-ss-circle-y:before {
    content: "\e3d1";
    }
        .fi-ss-circle-z:before {
    content: "\e3d2";
    }
        .fi-ss-citrus:before {
    content: "\e3d3";
    }
        .fi-ss-citrus-slice:before {
    content: "\e3d4";
    }
        .fi-ss-city:before {
    content: "\e3d5";
    }
        .fi-ss-clapper-open:before {
    content: "\e3d6";
    }
        .fi-ss-clapperboard:before {
    content: "\e3d7";
    }
        .fi-ss-clapperboard-play:before {
    content: "\e3d8";
    }
        .fi-ss-clarinet:before {
    content: "\e3d9";
    }
        .fi-ss-claw-marks:before {
    content: "\e3da";
    }
        .fi-ss-clear-alt:before {
    content: "\e3dd";
    }
        .fi-ss-clip:before {
    content: "\e3de";
    }
        .fi-ss-clip-file:before {
    content: "\e3df";
    }
        .fi-ss-clip-mail:before {
    content: "\e3e0";
    }
        .fi-ss-clipboard:before {
    content: "\e3e1";
    }
        .fi-ss-clipboard-check:before {
    content: "\e3e2";
    }
        .fi-ss-clipboard-exclamation:before {
    content: "\e3e3";
    }
        .fi-ss-clipboard-list:before {
    content: "\e3e4";
    }
        .fi-ss-clipboard-list-check:before {
    content: "\e3e5";
    }
        .fi-ss-clipboard-prescription:before {
    content: "\e3e6";
    }
        .fi-ss-clipboard-question:before {
    content: "\e3e7";
    }
        .fi-ss-clipboard-user:before {
    content: "\e3e8";
    }
        .fi-ss-clipoard-wrong:before {
    content: "\e3e9";
    }
        .fi-ss-clock:before {
    content: "\e3ea";
    }
        .fi-ss-clock-desk:before {
    content: "\e3eb";
    }
        .fi-ss-clock-eight-thirty:before {
    content: "\e3ec";
    }
        .fi-ss-clock-eleven:before {
    content: "\e3ed";
    }
        .fi-ss-clock-eleven-thirty:before {
    content: "\e3ee";
    }
        .fi-ss-clock-five:before {
    content: "\e3ef";
    }
        .fi-ss-clock-five-thirty:before {
    content: "\e3f0";
    }
        .fi-ss-clock-four-thirty:before {
    content: "\e3f1";
    }
        .fi-ss-clock-future-past:before {
    content: "\e3f2";
    }
        .fi-ss-clock-nine:before {
    content: "\e3f3";
    }
        .fi-ss-clock-nine-thirty:before {
    content: "\e3f4";
    }
        .fi-ss-clock-one:before {
    content: "\e3f5";
    }
        .fi-ss-clock-one-thirty:before {
    content: "\e3f6";
    }
        .fi-ss-clock-seven:before {
    content: "\e3f7";
    }
        .fi-ss-clock-seven-thirty:before {
    content: "\e3f8";
    }
        .fi-ss-clock-six:before {
    content: "\e3f9";
    }
        .fi-ss-clock-six-thirty:before {
    content: "\e3fa";
    }
        .fi-ss-clock-ten:before {
    content: "\e3fb";
    }
        .fi-ss-clock-ten-thirty:before {
    content: "\e3fc";
    }
        .fi-ss-clock-three:before {
    content: "\e3fd";
    }
        .fi-ss-clock-three-thirty:before {
    content: "\e3fe";
    }
        .fi-ss-clock-time-tracking:before {
    content: "\e3ff";
    }
        .fi-ss-clock-twelve:before {
    content: "\e400";
    }
        .fi-ss-clock-twelve-thirty:before {
    content: "\e401";
    }
        .fi-ss-clock-two:before {
    content: "\e402";
    }
        .fi-ss-clock-two-thirty:before {
    content: "\e403";
    }
        .fi-ss-clock-up-arrow:before {
    content: "\e404";
    }
        .fi-ss-clone:before {
    content: "\e405";
    }
        .fi-ss-closed-captioning-slash:before {
    content: "\e406";
    }
        .fi-ss-clothes-hanger:before {
    content: "\e407";
    }
        .fi-ss-clothing-rack:before {
    content: "\e408";
    }
        .fi-ss-cloud:before {
    content: "\e409";
    }
        .fi-ss-cloud-back-up:before {
    content: "\e40a";
    }
        .fi-ss-cloud-back-up-alt:before {
    content: "\e40b";
    }
        .fi-ss-cloud-check:before {
    content: "\e40c";
    }
        .fi-ss-cloud-code:before {
    content: "\e40d";
    }
        .fi-ss-cloud-data:before {
    content: "\e40e";
    }
        .fi-ss-cloud-disabled:before {
    content: "\e40f";
    }
        .fi-ss-cloud-download:before {
    content: "\e410";
    }
        .fi-ss-cloud-download-alt:before {
    content: "\e411";
    }
        .fi-ss-cloud-download-circle:before {
    content: "\e412";
    }
        .fi-ss-cloud-drizzle:before {
    content: "\e413";
    }
        .fi-ss-cloud-exclamation:before {
    content: "\e414";
    }
        .fi-ss-cloud-gear-automation:before {
    content: "\e416";
    }
        .fi-ss-cloud-hail:before {
    content: "\e417";
    }
        .fi-ss-cloud-hail-mixed:before {
    content: "\e418";
    }
        .fi-ss-cloud-lock:before {
    content: "\e419";
    }
        .fi-ss-cloud-meatball:before {
    content: "\e41a";
    }
        .fi-ss-cloud-moon:before {
    content: "\e41c";
    }
        .fi-ss-cloud-moon-rain:before {
    content: "\e41d";
    }
        .fi-ss-cloud-question:before {
    content: "\e41f";
    }
        .fi-ss-cloud-rain:before {
    content: "\e420";
    }
        .fi-ss-cloud-rainbow:before {
    content: "\e421";
    }
        .fi-ss-cloud-share:before {
    content: "\e422";
    }
        .fi-ss-cloud-showers:before {
    content: "\e423";
    }
        .fi-ss-cloud-showers-heavy:before {
    content: "\e424";
    }
        .fi-ss-cloud-showers-water:before {
    content: "\e425";
    }
        .fi-ss-cloud-sleet:before {
    content: "\e427";
    }
        .fi-ss-cloud-snow:before {
    content: "\e428";
    }
        .fi-ss-cloud-sun:before {
    content: "\e429";
    }
        .fi-ss-cloud-sun-rain:before {
    content: "\e42a";
    }
        .fi-ss-cloud-upload:before {
    content: "\e42b";
    }
        .fi-ss-cloud-upload-alt:before {
    content: "\e42c";
    }
        .fi-ss-cloud-upload-circle:before {
    content: "\e42d";
    }
        .fi-ss-clouds:before {
    content: "\e430";
    }
        .fi-ss-clouds-moon:before {
    content: "\e431";
    }
        .fi-ss-clouds-sun:before {
    content: "\e432";
    }
        .fi-ss-clover-alt:before {
    content: "\e433";
    }
        .fi-ss-club:before {
    content: "\e434";
    }
        .fi-ss-cocktail:before {
    content: "\e437";
    }
        .fi-ss-cocktail-alt:before {
    content: "\e438";
    }
        .fi-ss-coconut:before {
    content: "\e439";
    }
        .fi-ss-code-branch:before {
    content: "\e43a";
    }
        .fi-ss-code-commit:before {
    content: "\e43b";
    }
        .fi-ss-code-compare:before {
    content: "\e43c";
    }
        .fi-ss-code-fork:before {
    content: "\e43d";
    }
        .fi-ss-code-merge:before {
    content: "\e43e";
    }
        .fi-ss-code-pull-request:before {
    content: "\e43f";
    }
        .fi-ss-code-pull-request-closed:before {
    content: "\e440";
    }
        .fi-ss-code-pull-request-draft:before {
    content: "\e441";
    }
        .fi-ss-code-simple:before {
    content: "\e442";
    }
        .fi-ss-coffee:before {
    content: "\e443";
    }
        .fi-ss-coffee-bean:before {
    content: "\e444";
    }
        .fi-ss-coffee-beans:before {
    content: "\e445";
    }
        .fi-ss-coffee-heart:before {
    content: "\e446";
    }
        .fi-ss-coffee-maker:before {
    content: "\e447";
    }
        .fi-ss-coffee-pot:before {
    content: "\e448";
    }
        .fi-ss-coffin:before {
    content: "\e449";
    }
        .fi-ss-coffin-cross:before {
    content: "\e44a";
    }
        .fi-ss-coin:before {
    content: "\e44b";
    }
        .fi-ss-coin-up-arrow:before {
    content: "\e44c";
    }
        .fi-ss-coins:before {
    content: "\e44d";
    }
        .fi-ss-colon-sign:before {
    content: "\e44f";
    }
        .fi-ss-columns-3:before {
    content: "\e450";
    }
        .fi-ss-comet:before {
    content: "\e451";
    }
        .fi-ss-command:before {
    content: "\e453";
    }
        .fi-ss-comment:before {
    content: "\e454";
    }
        .fi-ss-comment-alt:before {
    content: "\e455";
    }
        .fi-ss-comment-alt-check:before {
    content: "\e456";
    }
        .fi-ss-comment-alt-dots:before {
    content: "\e457";
    }
        .fi-ss-comment-alt-edit:before {
    content: "\e458";
    }
        .fi-ss-comment-alt-medical:before {
    content: "\e459";
    }
        .fi-ss-comment-alt-middle:before {
    content: "\e45a";
    }
        .fi-ss-comment-alt-middle-top:before {
    content: "\e45b";
    }
        .fi-ss-comment-alt-minus:before {
    content: "\e45c";
    }
        .fi-ss-comment-alt-music:before {
    content: "\e45d";
    }
        .fi-ss-comment-arrow-down:before {
    content: "\e460";
    }
        .fi-ss-comment-arrow-up:before {
    content: "\e461";
    }
        .fi-ss-comment-arrow-up-right:before {
    content: "\e462";
    }
        .fi-ss-comment-check:before {
    content: "\e463";
    }
        .fi-ss-comment-code:before {
    content: "\e464";
    }
        .fi-ss-comment-dollar:before {
    content: "\e465";
    }
        .fi-ss-comment-dots:before {
    content: "\e466";
    }
        .fi-ss-comment-exclamation:before {
    content: "\e467";
    }
        .fi-ss-comment-heart:before {
    content: "\e468";
    }
        .fi-ss-comment-image:before {
    content: "\e469";
    }
        .fi-ss-comment-info:before {
    content: "\e46a";
    }
        .fi-ss-comment-medical:before {
    content: "\e46b";
    }
        .fi-ss-comment-minus:before {
    content: "\e46c";
    }
        .fi-ss-comment-pen:before {
    content: "\e46d";
    }
        .fi-ss-comment-question:before {
    content: "\e46f";
    }
        .fi-ss-comment-quote:before {
    content: "\e470";
    }
        .fi-ss-comment-slash:before {
    content: "\e471";
    }
        .fi-ss-comment-smile:before {
    content: "\e472";
    }
        .fi-ss-comment-sms:before {
    content: "\e473";
    }
        .fi-ss-comment-text:before {
    content: "\e474";
    }
        .fi-ss-comment-user:before {
    content: "\e475";
    }
        .fi-ss-comment-xmark:before {
    content: "\e476";
    }
        .fi-ss-comments:before {
    content: "\e477";
    }
        .fi-ss-comments-dollar:before {
    content: "\e478";
    }
        .fi-ss-comments-question:before {
    content: "\e479";
    }
        .fi-ss-comments-question-check:before {
    content: "\e47a";
    }
        .fi-ss-compass-alt:before {
    content: "\e47b";
    }
        .fi-ss-compass-east:before {
    content: "\e47c";
    }
        .fi-ss-compass-north:before {
    content: "\e47d";
    }
        .fi-ss-compass-slash:before {
    content: "\e47e";
    }
        .fi-ss-compass-south:before {
    content: "\e47f";
    }
        .fi-ss-compass-west:before {
    content: "\e480";
    }
        .fi-ss-completed:before {
    content: "\e481";
    }
        .fi-ss-compliance:before {
    content: "\e482";
    }
        .fi-ss-compliance-clipboard:before {
    content: "\e483";
    }
        .fi-ss-compliance-document:before {
    content: "\e484";
    }
        .fi-ss-compress:before {
    content: "\e485";
    }
        .fi-ss-compress-alt:before {
    content: "\e486";
    }
        .fi-ss-computer:before {
    content: "\e487";
    }
        .fi-ss-computer-classic:before {
    content: "\e488";
    }
        .fi-ss-computer-mouse:before {
    content: "\e489";
    }
        .fi-ss-computer-speaker:before {
    content: "\e48a";
    }
        .fi-ss-concierge-bell:before {
    content: "\e48b";
    }
        .fi-ss-condition:before {
    content: "\e48d";
    }
        .fi-ss-condition-alt:before {
    content: "\e48e";
    }
        .fi-ss-confetti:before {
    content: "\e48f";
    }
        .fi-ss-confidential-discussion:before {
    content: "\e490";
    }
        .fi-ss-console-controller:before {
    content: "\e492";
    }
        .fi-ss-constellation:before {
    content: "\e493";
    }
        .fi-ss-contact-lens-eyes:before {
    content: "\e494";
    }
        .fi-ss-container-storage:before {
    content: "\e495";
    }
        .fi-ss-convert-document:before {
    content: "\e496";
    }
        .fi-ss-convert-shapes:before {
    content: "\e497";
    }
        .fi-ss-conveyor-belt:before {
    content: "\e498";
    }
        .fi-ss-conveyor-belt-alt:before {
    content: "\e499";
    }
        .fi-ss-conveyor-belt-arm:before {
    content: "\e49a";
    }
        .fi-ss-conveyor-belt-empty:before {
    content: "\e49b";
    }
        .fi-ss-cookie:before {
    content: "\e49c";
    }
        .fi-ss-cookie-alt:before {
    content: "\e49d";
    }
        .fi-ss-copy:before {
    content: "\e49e";
    }
        .fi-ss-copy-alt:before {
    content: "\e49f";
    }
        .fi-ss-copy-image:before {
    content: "\e4a0";
    }
        .fi-ss-copyright:before {
    content: "\e4a1";
    }
        .fi-ss-corn:before {
    content: "\e4a2";
    }
        .fi-ss-corporate:before {
    content: "\e4a4";
    }
        .fi-ss-corporate-alt:before {
    content: "\e4a5";
    }
        .fi-ss-couch:before {
    content: "\e4a6";
    }
        .fi-ss-court-sport:before {
    content: "\e4a9";
    }
        .fi-ss-cow:before {
    content: "\e4aa";
    }
        .fi-ss-cow-alt:before {
    content: "\e4ab";
    }
        .fi-ss-cowbell:before {
    content: "\e4ac";
    }
        .fi-ss-cowbell-circle-plus:before {
    content: "\e4ad";
    }
        .fi-ss-cowbell-more:before {
    content: "\e4ae";
    }
        .fi-ss-crab:before {
    content: "\e4af";
    }
        .fi-ss-crate-empty:before {
    content: "\e4b0";
    }
        .fi-ss-cream:before {
    content: "\e4b1";
    }
        .fi-ss-credit-card:before {
    content: "\e4c1";
    }
        .fi-ss-credit-card-buyer:before {
    content: "\e4c2";
    }
        .fi-ss-credit-card-eye:before {
    content: "\e4c3";
    }
        .fi-ss-cricket:before {
    content: "\e4c7";
    }
        .fi-ss-CRM:before {
    content: "\e4c8";
    }
        .fi-ss-crm-alt:before {
    content: "\e4c9";
    }
        .fi-ss-crm-computer:before {
    content: "\e4ca";
    }
        .fi-ss-croissant:before {
    content: "\e4cb";
    }
        .fi-ss-cross:before {
    content: "\e4cd";
    }
        .fi-ss-cross-circle:before {
    content: "\e4ce";
    }
        .fi-ss-cross-religion:before {
    content: "\e4cf";
    }
        .fi-ss-cross-small:before {
    content: "\e4d0";
    }
        .fi-ss-crow:before {
    content: "\e4d2";
    }
        .fi-ss-crown:before {
    content: "\e4d3";
    }
        .fi-ss-crutch:before {
    content: "\e4d4";
    }
        .fi-ss-crutches:before {
    content: "\e4d5";
    }
        .fi-ss-cruzeiro-sign:before {
    content: "\e4d6";
    }
        .fi-ss-crypto-calendar:before {
    content: "\e4d7";
    }
        .fi-ss-cryptocurrency:before {
    content: "\e4d8";
    }
        .fi-ss-crystal-ball:before {
    content: "\e4d9";
    }
        .fi-ss-cube:before {
    content: "\e4dc";
    }
        .fi-ss-cubes:before {
    content: "\e4dd";
    }
        .fi-ss-cubes-stacked:before {
    content: "\e4de";
    }
        .fi-ss-cucumber:before {
    content: "\e4df";
    }
        .fi-ss-cup-straw:before {
    content: "\e4e0";
    }
        .fi-ss-cup-straw-swoosh:before {
    content: "\e4e1";
    }
        .fi-ss-cup-togo:before {
    content: "\e4e2";
    }
        .fi-ss-cupcake:before {
    content: "\e4e3";
    }
        .fi-ss-cupcake-alt:before {
    content: "\e4e4";
    }
        .fi-ss-curling:before {
    content: "\e4e5";
    }
        .fi-ss-cursor:before {
    content: "\e4e6";
    }
        .fi-ss-cursor-finger:before {
    content: "\e4e7";
    }
        .fi-ss-cursor-plus:before {
    content: "\e4e8";
    }
        .fi-ss-cursor-text:before {
    content: "\e4e9";
    }
        .fi-ss-cursor-text-alt:before {
    content: "\e4ea";
    }
        .fi-ss-curve:before {
    content: "\e4eb";
    }
        .fi-ss-curve-alt:before {
    content: "\e4ec";
    }
        .fi-ss-curve-arrow:before {
    content: "\e4ed";
    }
        .fi-ss-custard:before {
    content: "\e4ee";
    }
        .fi-ss-customer-care:before {
    content: "\e4ef";
    }
        .fi-ss-customer-service:before {
    content: "\e4f0";
    }
        .fi-ss-customization:before {
    content: "\e4f1";
    }
        .fi-ss-customization-cogwheel:before {
    content: "\e4f2";
    }
        .fi-ss-customize:before {
    content: "\e4f3";
    }
        .fi-ss-customize-computer:before {
    content: "\e4f4";
    }
        .fi-ss-customize-edit:before {
    content: "\e4f5";
    }
        .fi-ss-CV:before {
    content: "\e4f6";
    }
        .fi-ss-cvv-card:before {
    content: "\e4f7";
    }
        .fi-ss-d:before {
    content: "\e4f8";
    }
        .fi-ss-dagger:before {
    content: "\e4f9";
    }
        .fi-ss-daily-calendar:before {
    content: "\e4fa";
    }
        .fi-ss-daisy:before {
    content: "\e4fc";
    }
        .fi-ss-daisy-alt:before {
    content: "\e4fd";
    }
        .fi-ss-damage:before {
    content: "\e4fe";
    }
        .fi-ss-dark-mode:before {
    content: "\e4ff";
    }
        .fi-ss-dark-mode-alt:before {
    content: "\e500";
    }
        .fi-ss-dart:before {
    content: "\e501";
    }
        .fi-ss-dashboard:before {
    content: "\e503";
    }
        .fi-ss-dashboard-monitor:before {
    content: "\e504";
    }
        .fi-ss-dashboard-panel:before {
    content: "\e505";
    }
        .fi-ss-data-transfer:before {
    content: "\e507";
    }
        .fi-ss-database:before {
    content: "\e508";
    }
        .fi-ss-database-cloud-circle:before {
    content: "\e509";
    }
        .fi-ss-debt:before {
    content: "\e50a";
    }
        .fi-ss-decision-choice:before {
    content: "\e50c";
    }
        .fi-ss-deer:before {
    content: "\e50d";
    }
        .fi-ss-deer-rudolph:before {
    content: "\e50e";
    }
        .fi-ss-degree-credential:before {
    content: "\e510";
    }
        .fi-ss-delete:before {
    content: "\e511";
    }
        .fi-ss-delete-document:before {
    content: "\e512";
    }
        .fi-ss-delete-right:before {
    content: "\e513";
    }
        .fi-ss-delete-user:before {
    content: "\e514";
    }
        .fi-ss-democrat:before {
    content: "\e518";
    }
        .fi-ss-department:before {
    content: "\e519";
    }
        .fi-ss-department-structure:before {
    content: "\e51a";
    }
        .fi-ss-deposit:before {
    content: "\e51b";
    }
        .fi-ss-deposit-alt:before {
    content: "\e51c";
    }
        .fi-ss-description:before {
    content: "\e51d";
    }
        .fi-ss-description-alt:before {
    content: "\e51e";
    }
        .fi-ss-desk:before {
    content: "\e51f";
    }
        .fi-ss-desktop-arrow-down:before {
    content: "\e520";
    }
        .fi-ss-desktop-wallpaper:before {
    content: "\e521";
    }
        .fi-ss-detergent:before {
    content: "\e522";
    }
        .fi-ss-devices:before {
    content: "\e525";
    }
        .fi-ss-dewpoint:before {
    content: "\e526";
    }
        .fi-ss-dharmachakra:before {
    content: "\e527";
    }
        .fi-ss-diagram-cells:before {
    content: "\e528";
    }
        .fi-ss-diagram-lean-canvas:before {
    content: "\e529";
    }
        .fi-ss-diagram-nested:before {
    content: "\e52a";
    }
        .fi-ss-diagram-next:before {
    content: "\e52b";
    }
        .fi-ss-diagram-predecessor:before {
    content: "\e52c";
    }
        .fi-ss-diagram-previous:before {
    content: "\e52d";
    }
        .fi-ss-diagram-project:before {
    content: "\e52e";
    }
        .fi-ss-diagram-sankey:before {
    content: "\e52f";
    }
        .fi-ss-diagram-subtask:before {
    content: "\e530";
    }
        .fi-ss-diagram-successor:before {
    content: "\e531";
    }
        .fi-ss-diagram-venn:before {
    content: "\e532";
    }
        .fi-ss-dial:before {
    content: "\e533";
    }
        .fi-ss-dial-high:before {
    content: "\e534";
    }
        .fi-ss-dial-low:before {
    content: "\e535";
    }
        .fi-ss-dial-max:before {
    content: "\e536";
    }
        .fi-ss-dial-med:before {
    content: "\e537";
    }
        .fi-ss-dial-med-low:before {
    content: "\e538";
    }
        .fi-ss-dial-min:before {
    content: "\e539";
    }
        .fi-ss-dial-off:before {
    content: "\e53a";
    }
        .fi-ss-dialogue-exchange:before {
    content: "\e53b";
    }
        .fi-ss-diamond:before {
    content: "\e53c";
    }
        .fi-ss-diamond-exclamation:before {
    content: "\e53d";
    }
        .fi-ss-diamond-turn-right:before {
    content: "\e53e";
    }
        .fi-ss-diary-bookmark-down:before {
    content: "\e53f";
    }
        .fi-ss-diary-bookmarks:before {
    content: "\e540";
    }
        .fi-ss-diary-clasp:before {
    content: "\e541";
    }
        .fi-ss-dice:before {
    content: "\e542";
    }
        .fi-ss-dice-alt:before {
    content: "\e543";
    }
        .fi-ss-dice-d10:before {
    content: "\e544";
    }
        .fi-ss-dice-d12:before {
    content: "\e545";
    }
        .fi-ss-dice-d20:before {
    content: "\e546";
    }
        .fi-ss-dice-d4:before {
    content: "\e547";
    }
        .fi-ss-dice-d6:before {
    content: "\e548";
    }
        .fi-ss-dice-d8:before {
    content: "\e549";
    }
        .fi-ss-dice-four:before {
    content: "\e54a";
    }
        .fi-ss-dice-one:before {
    content: "\e54b";
    }
        .fi-ss-dice-six:before {
    content: "\e54c";
    }
        .fi-ss-dice-three:before {
    content: "\e54d";
    }
        .fi-ss-dice-two:before {
    content: "\e54e";
    }
        .fi-ss-dictionary:before {
    content: "\e54f";
    }
        .fi-ss-dictionary-alt:before {
    content: "\e550";
    }
        .fi-ss-dictionary-open:before {
    content: "\e551";
    }
        .fi-ss-digging:before {
    content: "\e553";
    }
        .fi-ss-digital-payment:before {
    content: "\e558";
    }
        .fi-ss-digital-tachograph:before {
    content: "\e559";
    }
        .fi-ss-digital-wallet:before {
    content: "\e55a";
    }
        .fi-ss-dinner:before {
    content: "\e55c";
    }
        .fi-ss-diploma:before {
    content: "\e55d";
    }
        .fi-ss-direction-signal:before {
    content: "\e55e";
    }
        .fi-ss-direction-signal-arrow:before {
    content: "\e55f";
    }
        .fi-ss-disc-drive:before {
    content: "\e560";
    }
        .fi-ss-discover:before {
    content: "\e565";
    }
        .fi-ss-discussion-group:before {
    content: "\e567";
    }
        .fi-ss-discussion-idea:before {
    content: "\e568";
    }
        .fi-ss-disease:before {
    content: "\e569";
    }
        .fi-ss-disk:before {
    content: "\e56a";
    }
        .fi-ss-display-arrow-down:before {
    content: "\e56c";
    }
        .fi-ss-display-chart-up:before {
    content: "\e56e";
    }
        .fi-ss-display-code:before {
    content: "\e56f";
    }
        .fi-ss-display-medical:before {
    content: "\e570";
    }
        .fi-ss-display-slash:before {
    content: "\e571";
    }
        .fi-ss-distribute-spacing-horizontal:before {
    content: "\e572";
    }
        .fi-ss-distribute-spacing-vertical:before {
    content: "\e573";
    }
        .fi-ss-divide:before {
    content: "\e575";
    }
        .fi-ss-dizzy:before {
    content: "\e576";
    }
        .fi-ss-dj-disc:before {
    content: "\e577";
    }
        .fi-ss-dna:before {
    content: "\e578";
    }
        .fi-ss-do-not-disturb:before {
    content: "\e579";
    }
        .fi-ss-do-not-disturb-doorknob:before {
    content: "\e57a";
    }
        .fi-ss-do-not-enter:before {
    content: "\e57b";
    }
        .fi-ss-doctor:before {
    content: "\e57d";
    }
        .fi-ss-document:before {
    content: "\e57f";
    }
        .fi-ss-document-circle-wrong:before {
    content: "\e581";
    }
        .fi-ss-document-folder-gear:before {
    content: "\e583";
    }
        .fi-ss-document-gavel:before {
    content: "\e584";
    }
        .fi-ss-document-gear:before {
    content: "\e586";
    }
        .fi-ss-document-nft:before {
    content: "\e587";
    }
        .fi-ss-document-paid:before {
    content: "\e588";
    }
        .fi-ss-document-signed:before {
    content: "\e589";
    }
        .fi-ss-dog:before {
    content: "\e58b";
    }
        .fi-ss-dog-bowl-empty:before {
    content: "\e58c";
    }
        .fi-ss-dog-leashed:before {
    content: "\e58d";
    }
        .fi-ss-dollar:before {
    content: "\e58e";
    }
        .fi-ss-dolly-flatbed:before {
    content: "\e58f";
    }
        .fi-ss-dolly-flatbed-alt:before {
    content: "\e590";
    }
        .fi-ss-dolly-flatbed-empty:before {
    content: "\e591";
    }
        .fi-ss-dolphin:before {
    content: "\e592";
    }
        .fi-ss-domino-effect:before {
    content: "\e593";
    }
        .fi-ss-donate:before {
    content: "\e594";
    }
        .fi-ss-dong-sign:before {
    content: "\e595";
    }
        .fi-ss-donut:before {
    content: "\e596";
    }
        .fi-ss-door-closed:before {
    content: "\e597";
    }
        .fi-ss-door-open:before {
    content: "\e598";
    }
        .fi-ss-dorm-room:before {
    content: "\e599";
    }
        .fi-ss-dot-circle:before {
    content: "\e59a";
    }
        .fi-ss-dot-pending:before {
    content: "\e59b";
    }
        .fi-ss-dove:before {
    content: "\e59c";
    }
        .fi-ss-down:before {
    content: "\e59d";
    }
        .fi-ss-down-from-bracket:before {
    content: "\e59e";
    }
        .fi-ss-down-left:before {
    content: "\e59f";
    }
        .fi-ss-down-left-and-up-right-to-center:before {
    content: "\e5a0";
    }
        .fi-ss-down-right:before {
    content: "\e5a1";
    }
        .fi-ss-down-to-line:before {
    content: "\e5a2";
    }
        .fi-ss-download:before {
    content: "\e5a3";
    }
        .fi-ss-drafting-compass:before {
    content: "\e5a5";
    }
        .fi-ss-dragon:before {
    content: "\e5a6";
    }
        .fi-ss-draw-polygon:before {
    content: "\e5a7";
    }
        .fi-ss-draw-square:before {
    content: "\e5a8";
    }
        .fi-ss-drawer:before {
    content: "\e5a9";
    }
        .fi-ss-drawer-alt:before {
    content: "\e5aa";
    }
        .fi-ss-drawer-empty:before {
    content: "\e5ab";
    }
        .fi-ss-dreidel:before {
    content: "\e5ac";
    }
        .fi-ss-dress:before {
    content: "\e5ad";
    }
        .fi-ss-drink-alt:before {
    content: "\e5b0";
    }
        .fi-ss-driver-man:before {
    content: "\e5b1";
    }
        .fi-ss-driver-woman:before {
    content: "\e5b2";
    }
        .fi-ss-drone:before {
    content: "\e5b3";
    }
        .fi-ss-drone-alt:before {
    content: "\e5b4";
    }
        .fi-ss-drone-front:before {
    content: "\e5b5";
    }
        .fi-ss-drop-down:before {
    content: "\e5b6";
    }
        .fi-ss-dropdown:before {
    content: "\e5b8";
    }
        .fi-ss-dropdown-bar:before {
    content: "\e5b9";
    }
        .fi-ss-dropdown-select:before {
    content: "\e5ba";
    }
        .fi-ss-drum:before {
    content: "\e5bc";
    }
        .fi-ss-drum-steelpan:before {
    content: "\e5bd";
    }
        .fi-ss-drumstick:before {
    content: "\e5be";
    }
        .fi-ss-drumstick-bite:before {
    content: "\e5bf";
    }
        .fi-ss-dryer:before {
    content: "\e5c1";
    }
        .fi-ss-dryer-alt:before {
    content: "\e5c2";
    }
        .fi-ss-duck:before {
    content: "\e5c4";
    }
        .fi-ss-dumbbell-fitness:before {
    content: "\e5c5";
    }
        .fi-ss-dumbbell-horizontal:before {
    content: "\e5c6";
    }
        .fi-ss-dumbbell-ray:before {
    content: "\e5c7";
    }
        .fi-ss-dumbbell-weightlifting:before {
    content: "\e5c8";
    }
        .fi-ss-dumpster:before {
    content: "\e5c9";
    }
        .fi-ss-dumpster-fire:before {
    content: "\e5ca";
    }
        .fi-ss-dungeon:before {
    content: "\e5cb";
    }
        .fi-ss-duplicate:before {
    content: "\e5cc";
    }
        .fi-ss-duration:before {
    content: "\e5cd";
    }
        .fi-ss-duration-alt:before {
    content: "\e5ce";
    }
        .fi-ss-e:before {
    content: "\e5cf";
    }
        .fi-ss-e-learning:before {
    content: "\e5d0";
    }
        .fi-ss-ear:before {
    content: "\e5d1";
    }
        .fi-ss-ear-deaf:before {
    content: "\e5d2";
    }
        .fi-ss-ear-muffs:before {
    content: "\e5d3";
    }
        .fi-ss-ear-sound:before {
    content: "\e5d4";
    }
        .fi-ss-earbuds:before {
    content: "\e5d5";
    }
        .fi-ss-earnings:before {
    content: "\e5d6";
    }
        .fi-ss-earth-africa:before {
    content: "\e5d7";
    }
        .fi-ss-earth-americas:before {
    content: "\e5d8";
    }
        .fi-ss-earth-asia:before {
    content: "\e5d9";
    }
        .fi-ss-earth-europa:before {
    content: "\e5da";
    }
        .fi-ss-eclipse:before {
    content: "\e5dc";
    }
        .fi-ss-eclipse-alt:before {
    content: "\e5dd";
    }
        .fi-ss-eco-electric:before {
    content: "\e5de";
    }
        .fi-ss-edit:before {
    content: "\e5df";
    }
        .fi-ss-edit-alt:before {
    content: "\e5e0";
    }
        .fi-ss-edit-message:before {
    content: "\e5e1";
    }
        .fi-ss-effect:before {
    content: "\e5e2";
    }
        .fi-ss-egg:before {
    content: "\e5e3";
    }
        .fi-ss-egg-fried:before {
    content: "\e5e4";
    }
        .fi-ss-eiffel-tower:before {
    content: "\e5e5";
    }
        .fi-ss-eject:before {
    content: "\e5e6";
    }
        .fi-ss-elephant:before {
    content: "\e5e8";
    }
        .fi-ss-elevator:before {
    content: "\e5e9";
    }
        .fi-ss-email-pending:before {
    content: "\e5eb";
    }
        .fi-ss-email-refresh:before {
    content: "\e5ec";
    }
        .fi-ss-emergency-call:before {
    content: "\e5ed";
    }
        .fi-ss-employee-alt:before {
    content: "\e5ee";
    }
        .fi-ss-employee-handbook:before {
    content: "\e5ef";
    }
        .fi-ss-employee-man:before {
    content: "\e5f0";
    }
        .fi-ss-employee-man-alt:before {
    content: "\e5f1";
    }
        .fi-ss-employees:before {
    content: "\e5f4";
    }
        .fi-ss-employees-woman-man:before {
    content: "\e5f5";
    }
        .fi-ss-empty-set:before {
    content: "\e5f6";
    }
        .fi-ss-endless-loop:before {
    content: "\e5f7";
    }
        .fi-ss-engine:before {
    content: "\e5f9";
    }
        .fi-ss-engine-warning:before {
    content: "\e5fa";
    }
        .fi-ss-english:before {
    content: "\e5fb";
    }
        .fi-ss-enter:before {
    content: "\e5fc";
    }
        .fi-ss-entertainment:before {
    content: "\e5fd";
    }
        .fi-ss-envelope:before {
    content: "\e5fe";
    }
        .fi-ss-envelope-ban:before {
    content: "\e5ff";
    }
        .fi-ss-envelope-bulk:before {
    content: "\e600";
    }
        .fi-ss-envelope-dot:before {
    content: "\e601";
    }
        .fi-ss-envelope-download:before {
    content: "\e602";
    }
        .fi-ss-envelope-heart:before {
    content: "\e603";
    }
        .fi-ss-envelope-marker:before {
    content: "\e604";
    }
        .fi-ss-envelope-open:before {
    content: "\e605";
    }
        .fi-ss-envelope-open-dollar:before {
    content: "\e606";
    }
        .fi-ss-envelope-open-text:before {
    content: "\e607";
    }
        .fi-ss-envelope-plus:before {
    content: "\e608";
    }
        .fi-ss-envelopes:before {
    content: "\e609";
    }
        .fi-ss-equality:before {
    content: "\e60b";
    }
        .fi-ss-equals:before {
    content: "\e60c";
    }
        .fi-ss-equestrian-statue:before {
    content: "\e60d";
    }
        .fi-ss-equipment:before {
    content: "\e60e";
    }
        .fi-ss-eraser:before {
    content: "\e60f";
    }
        .fi-ss-error-camera:before {
    content: "\e610";
    }
        .fi-ss-escalator:before {
    content: "\e611";
    }
        .fi-ss-ethernet:before {
    content: "\e613";
    }
        .fi-ss-euro:before {
    content: "\e615";
    }
        .fi-ss-europe-flag:before {
    content: "\e616";
    }
        .fi-ss-europe-map:before {
    content: "\e617";
    }
        .fi-ss-european-union:before {
    content: "\e618";
    }
        .fi-ss-excavator:before {
    content: "\e61a";
    }
        .fi-ss-exchange:before {
    content: "\e61b";
    }
        .fi-ss-exchange-alt:before {
    content: "\e61c";
    }
        .fi-ss-exchange-cryptocurrency:before {
    content: "\e61d";
    }
        .fi-ss-exclamation:before {
    content: "\e61e";
    }
        .fi-ss-exit:before {
    content: "\e621";
    }
        .fi-ss-exit-alt:before {
    content: "\e622";
    }
        .fi-ss-expand:before {
    content: "\e623";
    }
        .fi-ss-expand-arrows:before {
    content: "\e624";
    }
        .fi-ss-expand-arrows-alt:before {
    content: "\e625";
    }
        .fi-ss-expense:before {
    content: "\e626";
    }
        .fi-ss-expense-bill:before {
    content: "\e627";
    }
        .fi-ss-explosion:before {
    content: "\e629";
    }
        .fi-ss-external-hard-drive:before {
    content: "\e62a";
    }
        .fi-ss-external-world:before {
    content: "\e62b";
    }
        .fi-ss-eye:before {
    content: "\e62c";
    }
        .fi-ss-eye-alert:before {
    content: "\e62d";
    }
        .fi-ss-eye-arrow-progress:before {
    content: "\e62e";
    }
        .fi-ss-eye-crossed:before {
    content: "\e62f";
    }
        .fi-ss-eye-dropper-half:before {
    content: "\e631";
    }
        .fi-ss-eyes:before {
    content: "\e633";
    }
        .fi-ss-f:before {
    content: "\e634";
    }
        .fi-ss-fabric:before {
    content: "\e635";
    }
        .fi-ss-face-angry-horns:before {
    content: "\e636";
    }
        .fi-ss-face-anguished:before {
    content: "\e637";
    }
        .fi-ss-face-anxious-sweat:before {
    content: "\e638";
    }
        .fi-ss-face-astonished:before {
    content: "\e639";
    }
        .fi-ss-face-awesome:before {
    content: "\e63a";
    }
        .fi-ss-face-beam-hand-over-mouth:before {
    content: "\e63b";
    }
        .fi-ss-face-confounded:before {
    content: "\e63c";
    }
        .fi-ss-face-confused:before {
    content: "\e63d";
    }
        .fi-ss-face-cowboy-hat:before {
    content: "\e63e";
    }
        .fi-ss-face-disappointed:before {
    content: "\e63f";
    }
        .fi-ss-face-disguise:before {
    content: "\e640";
    }
        .fi-ss-face-downcast-sweat:before {
    content: "\e641";
    }
        .fi-ss-face-drooling:before {
    content: "\e642";
    }
        .fi-ss-face-explode:before {
    content: "\e643";
    }
        .fi-ss-face-expressionless:before {
    content: "\e644";
    }
        .fi-ss-face-eyes-xmarks:before {
    content: "\e645";
    }
        .fi-ss-face-fearful:before {
    content: "\e646";
    }
        .fi-ss-face-glasses:before {
    content: "\e647";
    }
        .fi-ss-face-grin-tongue-wink:before {
    content: "\e648";
    }
        .fi-ss-face-hand-yawn:before {
    content: "\e649";
    }
        .fi-ss-face-head-bandage:before {
    content: "\e64a";
    }
        .fi-ss-face-hushed:before {
    content: "\e64b";
    }
        .fi-ss-face-icicles:before {
    content: "\e64c";
    }
        .fi-ss-face-lying:before {
    content: "\e64d";
    }
        .fi-ss-face-mask:before {
    content: "\e64e";
    }
        .fi-ss-face-monocle:before {
    content: "\e64f";
    }
        .fi-ss-face-nauseated:before {
    content: "\e650";
    }
        .fi-ss-face-nose-steam:before {
    content: "\e651";
    }
        .fi-ss-face-party:before {
    content: "\e652";
    }
        .fi-ss-face-pensive:before {
    content: "\e653";
    }
        .fi-ss-face-persevering:before {
    content: "\e654";
    }
        .fi-ss-face-pleading:before {
    content: "\e655";
    }
        .fi-ss-face-raised-eyebrow:before {
    content: "\e656";
    }
        .fi-ss-face-relieved:before {
    content: "\e657";
    }
        .fi-ss-face-sad-sweat:before {
    content: "\e658";
    }
        .fi-ss-face-scream:before {
    content: "\e659";
    }
        .fi-ss-face-shush:before {
    content: "\e65a";
    }
        .fi-ss-face-sleeping:before {
    content: "\e65b";
    }
        .fi-ss-face-sleepy:before {
    content: "\e65c";
    }
        .fi-ss-face-smile-halo:before {
    content: "\e65d";
    }
        .fi-ss-face-smile-hearts:before {
    content: "\e65e";
    }
        .fi-ss-face-smile-horns:before {
    content: "\e65f";
    }
        .fi-ss-face-smile-tear:before {
    content: "\e660";
    }
        .fi-ss-face-smile-tongue:before {
    content: "\e661";
    }
        .fi-ss-face-smile-upside-down:before {
    content: "\e662";
    }
        .fi-ss-face-smiling-hands:before {
    content: "\e663";
    }
        .fi-ss-face-smirking:before {
    content: "\e664";
    }
        .fi-ss-face-sunglasses:before {
    content: "\e665";
    }
        .fi-ss-face-sunglasses-alt:before {
    content: "\e666";
    }
        .fi-ss-face-swear:before {
    content: "\e667";
    }
        .fi-ss-face-thermometer:before {
    content: "\e668";
    }
        .fi-ss-face-thinking:before {
    content: "\e669";
    }
        .fi-ss-face-tissue:before {
    content: "\e66a";
    }
        .fi-ss-face-tongue-money:before {
    content: "\e66b";
    }
        .fi-ss-face-tongue-sweat:before {
    content: "\e66c";
    }
        .fi-ss-face-unamused:before {
    content: "\e66d";
    }
        .fi-ss-face-viewfinder:before {
    content: "\e66e";
    }
        .fi-ss-face-vomit:before {
    content: "\e66f";
    }
        .fi-ss-face-weary:before {
    content: "\e670";
    }
        .fi-ss-face-woozy:before {
    content: "\e671";
    }
        .fi-ss-face-worried:before {
    content: "\e672";
    }
        .fi-ss-face-zany:before {
    content: "\e673";
    }
        .fi-ss-face-zipper:before {
    content: "\e674";
    }
        .fi-ss-facial-massage:before {
    content: "\e677";
    }
        .fi-ss-fail:before {
    content: "\e678";
    }
        .fi-ss-falafel:before {
    content: "\e679";
    }
        .fi-ss-family:before {
    content: "\e67a";
    }
        .fi-ss-family-dress:before {
    content: "\e67b";
    }
        .fi-ss-family-pants:before {
    content: "\e67c";
    }
        .fi-ss-fan:before {
    content: "\e67d";
    }
        .fi-ss-fan-table:before {
    content: "\e67e";
    }
        .fi-ss-farfalle:before {
    content: "\e67f";
    }
        .fi-ss-farm:before {
    content: "\e680";
    }
        .fi-ss-faucet:before {
    content: "\e681";
    }
        .fi-ss-faucet-drip:before {
    content: "\e682";
    }
        .fi-ss-fax:before {
    content: "\e683";
    }
        .fi-ss-feather:before {
    content: "\e684";
    }
        .fi-ss-feather-pointed:before {
    content: "\e685";
    }
        .fi-ss-features:before {
    content: "\e686";
    }
        .fi-ss-features-alt:before {
    content: "\e687";
    }
        .fi-ss-fee:before {
    content: "\e689";
    }
        .fi-ss-fee-receipt:before {
    content: "\e68b";
    }
        .fi-ss-feedback:before {
    content: "\e68c";
    }
        .fi-ss-feedback-alt:before {
    content: "\e68d";
    }
        .fi-ss-feedback-cycle-loop:before {
    content: "\e68e";
    }
        .fi-ss-feedback-hand:before {
    content: "\e68f";
    }
        .fi-ss-feedback-review:before {
    content: "\e690";
    }
        .fi-ss-fence:before {
    content: "\e693";
    }
        .fi-ss-field-hockey:before {
    content: "\e695";
    }
        .fi-ss-fighter-jet:before {
    content: "\e696";
    }
        .fi-ss-file:before {
    content: "\e698";
    }
        .fi-ss-file-ai:before {
    content: "\e699";
    }
        .fi-ss-file-audio:before {
    content: "\e69a";
    }
        .fi-ss-file-binary:before {
    content: "\e69b";
    }
        .fi-ss-file-chart-line:before {
    content: "\e69c";
    }
        .fi-ss-file-chart-pie:before {
    content: "\e69d";
    }
        .fi-ss-file-circle-info:before {
    content: "\e69e";
    }
        .fi-ss-file-cloud:before {
    content: "\e69f";
    }
        .fi-ss-file-code:before {
    content: "\e6a0";
    }
        .fi-ss-file-csv:before {
    content: "\e6a2";
    }
        .fi-ss-file-download:before {
    content: "\e6a4";
    }
        .fi-ss-file-edit:before {
    content: "\e6a5";
    }
        .fi-ss-file-eps:before {
    content: "\e6a6";
    }
        .fi-ss-file-excel:before {
    content: "\e6a7";
    }
        .fi-ss-file-exclamation:before {
    content: "\e6a8";
    }
        .fi-ss-file-export:before {
    content: "\e6a9";
    }
        .fi-ss-file-image:before {
    content: "\e6ab";
    }
        .fi-ss-file-import:before {
    content: "\e6ac";
    }
        .fi-ss-file-invoice:before {
    content: "\e6ad";
    }
        .fi-ss-file-invoice-dollar:before {
    content: "\e6ae";
    }
        .fi-ss-file-loop:before {
    content: "\e6b0";
    }
        .fi-ss-file-medical:before {
    content: "\e6b2";
    }
        .fi-ss-file-medical-alt:before {
    content: "\e6b3";
    }
        .fi-ss-file-minus:before {
    content: "\e6b4";
    }
        .fi-ss-file-pdf:before {
    content: "\e6b5";
    }
        .fi-ss-file-powerpoint:before {
    content: "\e6b8";
    }
        .fi-ss-file-prescription:before {
    content: "\e6b9";
    }
        .fi-ss-file-psd:before {
    content: "\e6ba";
    }
        .fi-ss-file-question:before {
    content: "\e6bb";
    }
        .fi-ss-file-recycle:before {
    content: "\e6bc";
    }
        .fi-ss-file-signature:before {
    content: "\e6bd";
    }
        .fi-ss-file-spreadsheet:before {
    content: "\e6bf";
    }
        .fi-ss-file-upload:before {
    content: "\e6c0";
    }
        .fi-ss-file-user:before {
    content: "\e6c1";
    }
        .fi-ss-file-video:before {
    content: "\e6c2";
    }
        .fi-ss-file-word:before {
    content: "\e6c3";
    }
        .fi-ss-file-xls:before {
    content: "\e6c4";
    }
        .fi-ss-file-zip-alt:before {
    content: "\e6c6";
    }
        .fi-ss-file-zip-save:before {
    content: "\e6c7";
    }
        .fi-ss-file-zipper:before {
    content: "\e6c8";
    }
        .fi-ss-files-medical:before {
    content: "\e6ca";
    }
        .fi-ss-fill:before {
    content: "\e6cb";
    }
        .fi-ss-film:before {
    content: "\e6cc";
    }
        .fi-ss-film-canister:before {
    content: "\e6cd";
    }
        .fi-ss-film-slash:before {
    content: "\e6ce";
    }
        .fi-ss-films:before {
    content: "\e6cf";
    }
        .fi-ss-filter:before {
    content: "\e6d0";
    }
        .fi-ss-filter-list:before {
    content: "\e6d1";
    }
        .fi-ss-filter-slash:before {
    content: "\e6d2";
    }
        .fi-ss-filters:before {
    content: "\e6d3";
    }
        .fi-ss-finger-droplet:before {
    content: "\e6d4";
    }
        .fi-ss-finger-nail:before {
    content: "\e6d5";
    }
        .fi-ss-fingerprint:before {
    content: "\e6d6";
    }
        .fi-ss-fingerprint-remove:before {
    content: "\e6d7";
    }
        .fi-ss-fingerprint-security-risk:before {
    content: "\e6d8";
    }
        .fi-ss-fingerprint-verified:before {
    content: "\e6d9";
    }
        .fi-ss-fire-burner:before {
    content: "\e6da";
    }
        .fi-ss-fire-extinguisher:before {
    content: "\e6db";
    }
        .fi-ss-fire-flame-curved:before {
    content: "\e6dc";
    }
        .fi-ss-fire-flame-simple:before {
    content: "\e6dd";
    }
        .fi-ss-fire-hydrant:before {
    content: "\e6de";
    }
        .fi-ss-fire-smoke:before {
    content: "\e6df";
    }
        .fi-ss-fireplace:before {
    content: "\e6e2";
    }
        .fi-ss-first:before {
    content: "\e6e5";
    }
        .fi-ss-first-award:before {
    content: "\e6e6";
    }
        .fi-ss-first-laurel:before {
    content: "\e6e7";
    }
        .fi-ss-first-medal:before {
    content: "\e6e8";
    }
        .fi-ss-fish:before {
    content: "\e6e9";
    }
        .fi-ss-fish-bones:before {
    content: "\e6ea";
    }
        .fi-ss-fish-cooked:before {
    content: "\e6eb";
    }
        .fi-ss-fishing-rod:before {
    content: "\e6ec";
    }
        .fi-ss-fist-move:before {
    content: "\e6ed";
    }
        .fi-ss-fitness-watch:before {
    content: "\e6ee";
    }
        .fi-ss-flag:before {
    content: "\e6ef";
    }
        .fi-ss-flag-alt:before {
    content: "\e6f0";
    }
        .fi-ss-flag-checkered:before {
    content: "\e6f1";
    }
        .fi-ss-flag-usa:before {
    content: "\e6f2";
    }
        .fi-ss-flame:before {
    content: "\e6f3";
    }
        .fi-ss-flashlight:before {
    content: "\e6f4";
    }
        .fi-ss-flask:before {
    content: "\e6f5";
    }
        .fi-ss-flask-gear:before {
    content: "\e6f6";
    }
        .fi-ss-flask-poison:before {
    content: "\e6f7";
    }
        .fi-ss-flask-potion:before {
    content: "\e6f8";
    }
        .fi-ss-flatbread:before {
    content: "\e6f9";
    }
        .fi-ss-flatbread-stuffed:before {
    content: "\e6fa";
    }
        .fi-ss-flip-horizontal:before {
    content: "\e6ff";
    }
        .fi-ss-floor:before {
    content: "\e701";
    }
        .fi-ss-floor-alt:before {
    content: "\e702";
    }
        .fi-ss-floor-layer:before {
    content: "\e703";
    }
        .fi-ss-floppy-disk-circle-arrow-right:before {
    content: "\e704";
    }
        .fi-ss-floppy-disk-circle-xmark:before {
    content: "\e705";
    }
        .fi-ss-floppy-disk-pen:before {
    content: "\e706";
    }
        .fi-ss-floppy-disks:before {
    content: "\e707";
    }
        .fi-ss-florin-sign:before {
    content: "\e708";
    }
        .fi-ss-flowchart:before {
    content: "\e709";
    }
        .fi-ss-flower:before {
    content: "\e70a";
    }
        .fi-ss-flower-butterfly:before {
    content: "\e70c";
    }
        .fi-ss-flower-daffodil:before {
    content: "\e70d";
    }
        .fi-ss-flower-tulip:before {
    content: "\e70e";
    }
        .fi-ss-flushed:before {
    content: "\e70f";
    }
        .fi-ss-flute:before {
    content: "\e711";
    }
        .fi-ss-flux-capacitor:before {
    content: "\e712";
    }
        .fi-ss-fly-insect:before {
    content: "\e713";
    }
        .fi-ss-flying-disc:before {
    content: "\e714";
    }
        .fi-ss-fm-radio:before {
    content: "\e715";
    }
        .fi-ss-fog:before {
    content: "\e716";
    }
        .fi-ss-folder:before {
    content: "\e717";
    }
        .fi-ss-folder-archive:before {
    content: "\e718";
    }
        .fi-ss-folder-camera:before {
    content: "\e71a";
    }
        .fi-ss-folder-directory:before {
    content: "\e71b";
    }
        .fi-ss-folder-download:before {
    content: "\e71c";
    }
        .fi-ss-folder-fire:before {
    content: "\e71d";
    }
        .fi-ss-folder-gear:before {
    content: "\e71e";
    }
        .fi-ss-folder-heart:before {
    content: "\e720";
    }
        .fi-ss-folder-loop:before {
    content: "\e722";
    }
        .fi-ss-folder-math:before {
    content: "\e724";
    }
        .fi-ss-folder-minus:before {
    content: "\e726";
    }
        .fi-ss-folder-music:before {
    content: "\e727";
    }
        .fi-ss-folder-open:before {
    content: "\e728";
    }
        .fi-ss-folder-plus-circle:before {
    content: "\e729";
    }
        .fi-ss-folder-times:before {
    content: "\e72a";
    }
        .fi-ss-folder-tree:before {
    content: "\e72b";
    }
        .fi-ss-folder-upload:before {
    content: "\e72c";
    }
        .fi-ss-folder-xmark:before {
    content: "\e72e";
    }
        .fi-ss-folder-xmark-circle:before {
    content: "\e72f";
    }
        .fi-ss-folders:before {
    content: "\e730";
    }
        .fi-ss-follow-folder:before {
    content: "\e731";
    }
        .fi-ss-followcollection:before {
    content: "\e732";
    }
        .fi-ss-following:before {
    content: "\e733";
    }
        .fi-ss-fondue-pot:before {
    content: "\e734";
    }
        .fi-ss-football:before {
    content: "\e739";
    }
        .fi-ss-footprint:before {
    content: "\e73a";
    }
        .fi-ss-foreign-language-audio:before {
    content: "\e73b";
    }
        .fi-ss-forest:before {
    content: "\e73c";
    }
        .fi-ss-forest-alt:before {
    content: "\e73d";
    }
        .fi-ss-fork:before {
    content: "\e73e";
    }
        .fi-ss-fork-spaghetti:before {
    content: "\e73f";
    }
        .fi-ss-forklift:before {
    content: "\e740";
    }
        .fi-ss-form:before {
    content: "\e741";
    }
        .fi-ss-fort:before {
    content: "\e742";
    }
        .fi-ss-forward:before {
    content: "\e743";
    }
        .fi-ss-forward-fast:before {
    content: "\e744";
    }
        .fi-ss-fox:before {
    content: "\e747";
    }
        .fi-ss-frame:before {
    content: "\e748";
    }
        .fi-ss-franc-sign:before {
    content: "\e749";
    }
        .fi-ss-free:before {
    content: "\e74a";
    }
        .fi-ss-free-delivery:before {
    content: "\e74b";
    }
        .fi-ss-freemium:before {
    content: "\e74c";
    }
        .fi-ss-french:before {
    content: "\e74f";
    }
        .fi-ss-french-fries:before {
    content: "\e750";
    }
        .fi-ss-friday:before {
    content: "\e752";
    }
        .fi-ss-frog:before {
    content: "\e753";
    }
        .fi-ss-frown:before {
    content: "\e754";
    }
        .fi-ss-ftp:before {
    content: "\e755";
    }
        .fi-ss-fuel-gauge:before {
    content: "\e756";
    }
        .fi-ss-function:before {
    content: "\e757";
    }
        .fi-ss-function-process:before {
    content: "\e759";
    }
        .fi-ss-function-square:before {
    content: "\e75a";
    }
        .fi-ss-funnel-dollar:before {
    content: "\e75b";
    }
        .fi-ss-funnel-money:before {
    content: "\e75c";
    }
        .fi-ss-fusilli:before {
    content: "\e75d";
    }
        .fi-ss-g:before {
    content: "\e75e";
    }
        .fi-ss-galaxy:before {
    content: "\e75f";
    }
        .fi-ss-galaxy-alt:before {
    content: "\e760";
    }
        .fi-ss-galaxy-planet:before {
    content: "\e761";
    }
        .fi-ss-galaxy-star:before {
    content: "\e762";
    }
        .fi-ss-gallery:before {
    content: "\e763";
    }
        .fi-ss-gallery-thumbnails:before {
    content: "\e764";
    }
        .fi-ss-game:before {
    content: "\e765";
    }
        .fi-ss-game-board-alt:before {
    content: "\e766";
    }
        .fi-ss-gamepad:before {
    content: "\e768";
    }
        .fi-ss-games:before {
    content: "\e769";
    }
        .fi-ss-garage:before {
    content: "\e76a";
    }
        .fi-ss-garage-car:before {
    content: "\e76b";
    }
        .fi-ss-garage-open:before {
    content: "\e76c";
    }
        .fi-ss-garlic:before {
    content: "\e76d";
    }
        .fi-ss-garlic-alt:before {
    content: "\e76e";
    }
        .fi-ss-gas-pump:before {
    content: "\e76f";
    }
        .fi-ss-gas-pump-alt:before {
    content: "\e770";
    }
        .fi-ss-gas-pump-slash:before {
    content: "\e771";
    }
        .fi-ss-gauge-circle-bolt:before {
    content: "\e772";
    }
        .fi-ss-gauge-circle-minus:before {
    content: "\e773";
    }
        .fi-ss-gauge-circle-plus:before {
    content: "\e774";
    }
        .fi-ss-gauze-bandage:before {
    content: "\e775";
    }
        .fi-ss-gavel:before {
    content: "\e776";
    }
        .fi-ss-gay-couple:before {
    content: "\e777";
    }
        .fi-ss-gears:before {
    content: "\e77a";
    }
        .fi-ss-gem:before {
    content: "\e77b";
    }
        .fi-ss-general:before {
    content: "\e77c";
    }
        .fi-ss-german:before {
    content: "\e77d";
    }
        .fi-ss-ghost:before {
    content: "\e77e";
    }
        .fi-ss-gif:before {
    content: "\e77f";
    }
        .fi-ss-gif-square:before {
    content: "\e781";
    }
        .fi-ss-gift:before {
    content: "\e782";
    }
        .fi-ss-gift-box-benefits:before {
    content: "\e783";
    }
        .fi-ss-gift-card:before {
    content: "\e784";
    }
        .fi-ss-gifts:before {
    content: "\e785";
    }
        .fi-ss-gingerbread-man:before {
    content: "\e786";
    }
        .fi-ss-glass:before {
    content: "\e789";
    }
        .fi-ss-glass-champagne:before {
    content: "\e78a";
    }
        .fi-ss-glass-cheers:before {
    content: "\e78b";
    }
        .fi-ss-glass-citrus:before {
    content: "\e78c";
    }
        .fi-ss-glass-empty:before {
    content: "\e78d";
    }
        .fi-ss-glass-half:before {
    content: "\e78e";
    }
        .fi-ss-glass-water-droplet:before {
    content: "\e78f";
    }
        .fi-ss-glass-whiskey:before {
    content: "\e790";
    }
        .fi-ss-glass-whiskey-rocks:before {
    content: "\e791";
    }
        .fi-ss-glasses:before {
    content: "\e792";
    }
        .fi-ss-globe:before {
    content: "\e793";
    }
        .fi-ss-globe-alt:before {
    content: "\e794";
    }
        .fi-ss-globe-pointer:before {
    content: "\e795";
    }
        .fi-ss-globe-snow:before {
    content: "\e796";
    }
        .fi-ss-globe-user:before {
    content: "\e797";
    }
        .fi-ss-goal-net:before {
    content: "\e798";
    }
        .fi-ss-golf:before {
    content: "\e799";
    }
        .fi-ss-golf-ball:before {
    content: "\e79a";
    }
        .fi-ss-golf-club:before {
    content: "\e79b";
    }
        .fi-ss-golf-hole:before {
    content: "\e79c";
    }
        .fi-ss-gopuram:before {
    content: "\e7a0";
    }
        .fi-ss-government-budget:before {
    content: "\e7a1";
    }
        .fi-ss-government-flag:before {
    content: "\e7a2";
    }
        .fi-ss-government-user:before {
    content: "\e7a3";
    }
        .fi-ss-gps-navigation:before {
    content: "\e7a4";
    }
        .fi-ss-graduation-cap:before {
    content: "\e7a5";
    }
        .fi-ss-gramophone:before {
    content: "\e7a6";
    }
        .fi-ss-grape:before {
    content: "\e7a7";
    }
        .fi-ss-graph-curve:before {
    content: "\e7a8";
    }
        .fi-ss-graphic-style:before {
    content: "\e7a9";
    }
        .fi-ss-graphic-tablet:before {
    content: "\e7aa";
    }
        .fi-ss-grass:before {
    content: "\e7ab";
    }
        .fi-ss-grate:before {
    content: "\e7ac";
    }
        .fi-ss-grate-droplet:before {
    content: "\e7ad";
    }
        .fi-ss-greater-than:before {
    content: "\e7ae";
    }
        .fi-ss-greater-than-equal:before {
    content: "\e7af";
    }
        .fi-ss-greek-helmet:before {
    content: "\e7b0";
    }
        .fi-ss-grid:before {
    content: "\e7b1";
    }
        .fi-ss-grid-alt:before {
    content: "\e7b2";
    }
        .fi-ss-grid-dividers:before {
    content: "\e7b3";
    }
        .fi-ss-grill:before {
    content: "\e7b4";
    }
        .fi-ss-grill-hot-alt:before {
    content: "\e7b5";
    }
        .fi-ss-grimace:before {
    content: "\e7b6";
    }
        .fi-ss-grin:before {
    content: "\e7b7";
    }
        .fi-ss-grin-alt:before {
    content: "\e7b8";
    }
        .fi-ss-grin-beam:before {
    content: "\e7b9";
    }
        .fi-ss-grin-beam-sweat:before {
    content: "\e7ba";
    }
        .fi-ss-grin-hearts:before {
    content: "\e7bb";
    }
        .fi-ss-grin-squint:before {
    content: "\e7bc";
    }
        .fi-ss-grin-squint-tears:before {
    content: "\e7bd";
    }
        .fi-ss-grin-stars:before {
    content: "\e7be";
    }
        .fi-ss-grin-tears:before {
    content: "\e7bf";
    }
        .fi-ss-grin-tongue:before {
    content: "\e7c0";
    }
        .fi-ss-grin-tongue-squint:before {
    content: "\e7c1";
    }
        .fi-ss-grin-tongue-wink:before {
    content: "\e7c2";
    }
        .fi-ss-grin-wink:before {
    content: "\e7c3";
    }
        .fi-ss-grip-dots:before {
    content: "\e7c4";
    }
        .fi-ss-grip-dots-vertical:before {
    content: "\e7c5";
    }
        .fi-ss-grip-horizontal:before {
    content: "\e7c6";
    }
        .fi-ss-grip-lines:before {
    content: "\e7c7";
    }
        .fi-ss-grip-lines-vertical:before {
    content: "\e7c8";
    }
        .fi-ss-grip-vertical:before {
    content: "\e7c9";
    }
        .fi-ss-grocery-bag:before {
    content: "\e7ca";
    }
        .fi-ss-grocery-basket:before {
    content: "\e7cb";
    }
        .fi-ss-group-arrows-rotate:before {
    content: "\e7cc";
    }
        .fi-ss-group-call:before {
    content: "\e7cd";
    }
        .fi-ss-group-community-social-media:before {
    content: "\e7ce";
    }
        .fi-ss-growth-chart-invest:before {
    content: "\e7cf";
    }
        .fi-ss-guarani-sign:before {
    content: "\e7d0";
    }
        .fi-ss-guide:before {
    content: "\e7d1";
    }
        .fi-ss-guide-alt:before {
    content: "\e7d2";
    }
        .fi-ss-guitar:before {
    content: "\e7d3";
    }
        .fi-ss-guitar-electric:before {
    content: "\e7d4";
    }
        .fi-ss-guitars:before {
    content: "\e7d5";
    }
        .fi-ss-gun-squirt:before {
    content: "\e7d6";
    }
        .fi-ss-gym:before {
    content: "\e7d7";
    }
        .fi-ss-h:before {
    content: "\e7d8";
    }
        .fi-ss-h-square:before {
    content: "\e7d9";
    }
        .fi-ss-h1:before {
    content: "\e7da";
    }
        .fi-ss-h2:before {
    content: "\e7db";
    }
        .fi-ss-h3:before {
    content: "\e7dc";
    }
        .fi-ss-h4:before {
    content: "\e7dd";
    }
        .fi-ss-hair-clipper:before {
    content: "\e7de";
    }
        .fi-ss-hamburger:before {
    content: "\e7df";
    }
        .fi-ss-hamburger-soda:before {
    content: "\e7e0";
    }
        .fi-ss-hammer:before {
    content: "\e7e1";
    }
        .fi-ss-hammer-brush:before {
    content: "\e7e2";
    }
        .fi-ss-hammer-crash:before {
    content: "\e7e3";
    }
        .fi-ss-hammer-war:before {
    content: "\e7e4";
    }
        .fi-ss-hamsa:before {
    content: "\e7e5";
    }
        .fi-ss-hand:before {
    content: "\e7e6";
    }
        .fi-ss-hand-back-fist:before {
    content: "\e7e7";
    }
        .fi-ss-hand-back-point-down:before {
    content: "\e7e8";
    }
        .fi-ss-hand-back-point-left:before {
    content: "\e7e9";
    }
        .fi-ss-hand-back-point-ribbon:before {
    content: "\e7ea";
    }
        .fi-ss-hand-back-point-right:before {
    content: "\e7eb";
    }
        .fi-ss-hand-bandage-wound:before {
    content: "\e7ec";
    }
        .fi-ss-hand-bill:before {
    content: "\e7ed";
    }
        .fi-ss-hand-dots:before {
    content: "\e7ee";
    }
        .fi-ss-hand-fingers-crossed:before {
    content: "\e7ef";
    }
        .fi-ss-hand-fist:before {
    content: "\e7f0";
    }
        .fi-ss-hand-heart:before {
    content: "\e7f1";
    }
        .fi-ss-hand-holding-box:before {
    content: "\e7f2";
    }
        .fi-ss-hand-holding-document:before {
    content: "\e7f3";
    }
        .fi-ss-hand-holding-droplet:before {
    content: "\e7f4";
    }
        .fi-ss-hand-holding-heart:before {
    content: "\e7f5";
    }
        .fi-ss-hand-holding-magic:before {
    content: "\e7f6";
    }
        .fi-ss-hand-holding-medical:before {
    content: "\e7f7";
    }
        .fi-ss-hand-holding-seeding:before {
    content: "\e7f8";
    }
        .fi-ss-hand-holding-skull:before {
    content: "\e7fa";
    }
        .fi-ss-hand-holding-usd:before {
    content: "\e7fb";
    }
        .fi-ss-hand-holding-water:before {
    content: "\e7fc";
    }
        .fi-ss-hand-horns:before {
    content: "\e7fd";
    }
        .fi-ss-hand-key:before {
    content: "\e7fe";
    }
        .fi-ss-hand-lizard:before {
    content: "\e7ff";
    }
        .fi-ss-hand-love:before {
    content: "\e800";
    }
        .fi-ss-hand-middle-finger:before {
    content: "\e801";
    }
        .fi-ss-hand-paper:before {
    content: "\e802";
    }
        .fi-ss-hand-peace:before {
    content: "\e803";
    }
        .fi-ss-hand-point-ribbon:before {
    content: "\e804";
    }
        .fi-ss-hand-present:before {
    content: "\e805";
    }
        .fi-ss-hand-scissors:before {
    content: "\e806";
    }
        .fi-ss-hand-sparkles:before {
    content: "\e807";
    }
        .fi-ss-hand-spock:before {
    content: "\e808";
    }
        .fi-ss-hand-wave:before {
    content: "\e809";
    }
        .fi-ss-handcuffs:before {
    content: "\e80a";
    }
        .fi-ss-handmade:before {
    content: "\e80b";
    }
        .fi-ss-hands-brain:before {
    content: "\e80c";
    }
        .fi-ss-hands-bubbles:before {
    content: "\e80d";
    }
        .fi-ss-hands-clapping:before {
    content: "\e80e";
    }
        .fi-ss-hands-heart:before {
    content: "\e80f";
    }
        .fi-ss-hands-holding:before {
    content: "\e810";
    }
        .fi-ss-hands-holding-diamond:before {
    content: "\e811";
    }
        .fi-ss-hands-together:before {
    content: "\e812";
    }
        .fi-ss-hands-together-heart:before {
    content: "\e813";
    }
        .fi-ss-hands-usd:before {
    content: "\e815";
    }
        .fi-ss-handshake:before {
    content: "\e816";
    }
        .fi-ss-handshake-angle:before {
    content: "\e817";
    }
        .fi-ss-handshake-deal-loan:before {
    content: "\e818";
    }
        .fi-ss-handshake-house:before {
    content: "\e819";
    }
        .fi-ss-handshake-simple-slash:before {
    content: "\e81a";
    }
        .fi-ss-handshake-trust:before {
    content: "\e81b";
    }
        .fi-ss-hard-hat:before {
    content: "\e81d";
    }
        .fi-ss-hashtag-lock:before {
    content: "\e820";
    }
        .fi-ss-hastag:before {
    content: "\e822";
    }
        .fi-ss-hat-beach:before {
    content: "\e823";
    }
        .fi-ss-hat-birthday:before {
    content: "\e824";
    }
        .fi-ss-hat-chef:before {
    content: "\e825";
    }
        .fi-ss-hat-cowboy:before {
    content: "\e826";
    }
        .fi-ss-hat-cowboy-side:before {
    content: "\e827";
    }
        .fi-ss-hat-santa:before {
    content: "\e828";
    }
        .fi-ss-hat-winter:before {
    content: "\e829";
    }
        .fi-ss-hat-witch:before {
    content: "\e82a";
    }
        .fi-ss-hat-wizard:before {
    content: "\e82b";
    }
        .fi-ss-hdd:before {
    content: "\e82d";
    }
        .fi-ss-head-side:before {
    content: "\e82e";
    }
        .fi-ss-head-side-brain:before {
    content: "\e82f";
    }
        .fi-ss-head-side-cough:before {
    content: "\e830";
    }
        .fi-ss-head-side-cough-slash:before {
    content: "\e831";
    }
        .fi-ss-head-side-headphones:before {
    content: "\e832";
    }
        .fi-ss-head-side-heart:before {
    content: "\e833";
    }
        .fi-ss-head-side-mask:before {
    content: "\e834";
    }
        .fi-ss-head-side-medical:before {
    content: "\e835";
    }
        .fi-ss-head-side-thinking:before {
    content: "\e836";
    }
        .fi-ss-head-side-virus:before {
    content: "\e837";
    }
        .fi-ss-head-vr:before {
    content: "\e838";
    }
        .fi-ss-heading:before {
    content: "\e839";
    }
        .fi-ss-headphones:before {
    content: "\e83a";
    }
        .fi-ss-headset:before {
    content: "\e83b";
    }
        .fi-ss-heart:before {
    content: "\e83c";
    }
        .fi-ss-heart-arrow:before {
    content: "\e83d";
    }
        .fi-ss-heart-brain:before {
    content: "\e83e";
    }
        .fi-ss-heart-circle-user:before {
    content: "\e83f";
    }
        .fi-ss-heart-crack:before {
    content: "\e840";
    }
        .fi-ss-heart-half:before {
    content: "\e841";
    }
        .fi-ss-heart-half-stroke:before {
    content: "\e842";
    }
        .fi-ss-heart-health-muscle:before {
    content: "\e843";
    }
        .fi-ss-heart-lock:before {
    content: "\e844";
    }
        .fi-ss-heart-partner-handshake:before {
    content: "\e845";
    }
        .fi-ss-heart-rate:before {
    content: "\e846";
    }
        .fi-ss-heart-slash:before {
    content: "\e847";
    }
        .fi-ss-heart-upside-down:before {
    content: "\e848";
    }
        .fi-ss-heat:before {
    content: "\e849";
    }
        .fi-ss-helicopter-side:before {
    content: "\e84a";
    }
        .fi-ss-helmet-battle:before {
    content: "\e84b";
    }
        .fi-ss-hexagon:before {
    content: "\e84c";
    }
        .fi-ss-hexagon-check:before {
    content: "\e84d";
    }
        .fi-ss-hexagon-divide:before {
    content: "\e84e";
    }
        .fi-ss-hexagon-exclamation:before {
    content: "\e84f";
    }
        .fi-ss-high-definition:before {
    content: "\e851";
    }
        .fi-ss-high-five:before {
    content: "\e852";
    }
        .fi-ss-high-five-celebration-yes:before {
    content: "\e853";
    }
        .fi-ss-highlighter:before {
    content: "\e854";
    }
        .fi-ss-highlighter-line:before {
    content: "\e855";
    }
        .fi-ss-hiking:before {
    content: "\e856";
    }
        .fi-ss-hiking-boot:before {
    content: "\e857";
    }
        .fi-ss-hippo:before {
    content: "\e859";
    }
        .fi-ss-hockey-mask:before {
    content: "\e85a";
    }
        .fi-ss-hockey-puck:before {
    content: "\e85b";
    }
        .fi-ss-hockey-stick-puck:before {
    content: "\e85c";
    }
        .fi-ss-hockey-sticks:before {
    content: "\e85d";
    }
        .fi-ss-holding-hand-brain:before {
    content: "\e85e";
    }
        .fi-ss-holding-hand-dinner:before {
    content: "\e85f";
    }
        .fi-ss-holding-hand-direction:before {
    content: "\e860";
    }
        .fi-ss-holding-hand-gear:before {
    content: "\e861";
    }
        .fi-ss-holding-hand-key:before {
    content: "\e862";
    }
        .fi-ss-holding-hand-nft:before {
    content: "\e863";
    }
        .fi-ss-holding-hand-revenue:before {
    content: "\e864";
    }
        .fi-ss-holly-berry:before {
    content: "\e865";
    }
        .fi-ss-home:before {
    content: "\e866";
    }
        .fi-ss-home-heart:before {
    content: "\e868";
    }
        .fi-ss-home-location:before {
    content: "\e869";
    }
        .fi-ss-home-location-alt:before {
    content: "\e86a";
    }
        .fi-ss-honey-pot:before {
    content: "\e86c";
    }
        .fi-ss-hood-cloak:before {
    content: "\e86d";
    }
        .fi-ss-horizontal-rule:before {
    content: "\e86e";
    }
        .fi-ss-horse:before {
    content: "\e86f";
    }
        .fi-ss-horse-head:before {
    content: "\e870";
    }
        .fi-ss-horse-saddle:before {
    content: "\e871";
    }
        .fi-ss-horseshoe:before {
    content: "\e872";
    }
        .fi-ss-horseshoe-broken:before {
    content: "\e873";
    }
        .fi-ss-hose:before {
    content: "\e874";
    }
        .fi-ss-hose-reel:before {
    content: "\e875";
    }
        .fi-ss-hospital:before {
    content: "\e876";
    }
        .fi-ss-hospital-symbol:before {
    content: "\e877";
    }
        .fi-ss-hospital-user:before {
    content: "\e878";
    }
        .fi-ss-hospitals:before {
    content: "\e879";
    }
        .fi-ss-hot-tub:before {
    content: "\e87a";
    }
        .fi-ss-hotdog:before {
    content: "\e87b";
    }
        .fi-ss-hotel:before {
    content: "\e87c";
    }
        .fi-ss-hourglass:before {
    content: "\e87e";
    }
        .fi-ss-hourglass-end:before {
    content: "\e87f";
    }
        .fi-ss-hourglass-start:before {
    content: "\e880";
    }
        .fi-ss-house-blank:before {
    content: "\e881";
    }
        .fi-ss-house-building:before {
    content: "\e882";
    }
        .fi-ss-house-chimney:before {
    content: "\e883";
    }
        .fi-ss-house-chimney-blank:before {
    content: "\e884";
    }
        .fi-ss-house-chimney-crack:before {
    content: "\e885";
    }
        .fi-ss-house-chimney-heart:before {
    content: "\e886";
    }
        .fi-ss-house-chimney-medical:before {
    content: "\e887";
    }
        .fi-ss-house-chimney-user:before {
    content: "\e888";
    }
        .fi-ss-house-chimney-window:before {
    content: "\e889";
    }
        .fi-ss-house-circle-check:before {
    content: "\e88a";
    }
        .fi-ss-house-circle-exclamation:before {
    content: "\e88b";
    }
        .fi-ss-house-circle-xmark:before {
    content: "\e88c";
    }
        .fi-ss-house-crack:before {
    content: "\e88d";
    }
        .fi-ss-house-crack-alt:before {
    content: "\e88e";
    }
        .fi-ss-house-day:before {
    content: "\e88f";
    }
        .fi-ss-house-fire:before {
    content: "\e890";
    }
        .fi-ss-house-flag:before {
    content: "\e891";
    }
        .fi-ss-house-flood:before {
    content: "\e892";
    }
        .fi-ss-house-key:before {
    content: "\e893";
    }
        .fi-ss-house-laptop:before {
    content: "\e894";
    }
        .fi-ss-house-leave:before {
    content: "\e895";
    }
        .fi-ss-house-lock:before {
    content: "\e896";
    }
        .fi-ss-house-medical:before {
    content: "\e897";
    }
        .fi-ss-house-night:before {
    content: "\e898";
    }
        .fi-ss-house-return:before {
    content: "\e899";
    }
        .fi-ss-house-signal:before {
    content: "\e89a";
    }
        .fi-ss-house-tree:before {
    content: "\e89b";
    }
        .fi-ss-house-tsunami:before {
    content: "\e89c";
    }
        .fi-ss-house-turret:before {
    content: "\e89d";
    }
        .fi-ss-house-user:before {
    content: "\e89e";
    }
        .fi-ss-house-window:before {
    content: "\e89f";
    }
        .fi-ss-hr:before {
    content: "\e8a0";
    }
        .fi-ss-hr-group:before {
    content: "\e8a1";
    }
        .fi-ss-hr-person:before {
    content: "\e8a2";
    }
        .fi-ss-hryvnia:before {
    content: "\e8a3";
    }
        .fi-ss-humanitarian-mission:before {
    content: "\e8a7";
    }
        .fi-ss-humidity:before {
    content: "\e8a8";
    }
        .fi-ss-hundred-points:before {
    content: "\e8a9";
    }
        .fi-ss-hurricane:before {
    content: "\e8aa";
    }
        .fi-ss-hyperloop:before {
    content: "\e8ab";
    }
        .fi-ss-i:before {
    content: "\e8ad";
    }
        .fi-ss-ice-cream:before {
    content: "\e8af";
    }
        .fi-ss-icicles:before {
    content: "\e8b1";
    }
        .fi-ss-icon-star:before {
    content: "\e8b2";
    }
        .fi-ss-id-badge:before {
    content: "\e8b4";
    }
        .fi-ss-id-card-clip-alt:before {
    content: "\e8b5";
    }
        .fi-ss-idea-exchange:before {
    content: "\e8b6";
    }
        .fi-ss-igloo:before {
    content: "\e8b7";
    }
        .fi-ss-image-slash:before {
    content: "\e8ba";
    }
        .fi-ss-images:before {
    content: "\e8bb";
    }
        .fi-ss-images-user:before {
    content: "\e8bc";
    }
        .fi-ss-improve-user:before {
    content: "\e8be";
    }
        .fi-ss-inbox:before {
    content: "\e8bf";
    }
        .fi-ss-inbox-full:before {
    content: "\e8c0";
    }
        .fi-ss-inbox-in:before {
    content: "\e8c1";
    }
        .fi-ss-inbox-out:before {
    content: "\e8c2";
    }
        .fi-ss-inboxes:before {
    content: "\e8c3";
    }
        .fi-ss-incense-sticks-yoga:before {
    content: "\e8c4";
    }
        .fi-ss-incognito:before {
    content: "\e8c5";
    }
        .fi-ss-indent:before {
    content: "\e8c7";
    }
        .fi-ss-india-map:before {
    content: "\e8c9";
    }
        .fi-ss-indian-rupee-sign:before {
    content: "\e8ca";
    }
        .fi-ss-industry-alt:before {
    content: "\e8cb";
    }
        .fi-ss-industry-windows:before {
    content: "\e8cc";
    }
        .fi-ss-infinity:before {
    content: "\e8cd";
    }
        .fi-ss-info:before {
    content: "\e8ce";
    }
        .fi-ss-info-guide:before {
    content: "\e8cf";
    }
        .fi-ss-information:before {
    content: "\e8d0";
    }
        .fi-ss-inhaler:before {
    content: "\e8d1";
    }
        .fi-ss-input-numeric:before {
    content: "\e8d2";
    }
        .fi-ss-input-pipe:before {
    content: "\e8d3";
    }
        .fi-ss-input-text:before {
    content: "\e8d4";
    }
        .fi-ss-insert:before {
    content: "\e8d5";
    }
        .fi-ss-insert-alt:before {
    content: "\e8d6";
    }
        .fi-ss-insert-arrows:before {
    content: "\e8d7";
    }
        .fi-ss-insert-button-circle:before {
    content: "\e8d8";
    }
        .fi-ss-insert-credit-card:before {
    content: "\e8d9";
    }
        .fi-ss-insert-square:before {
    content: "\e8da";
    }
        .fi-ss-insight:before {
    content: "\e8db";
    }
        .fi-ss-insight-alt:before {
    content: "\e8dc";
    }
        .fi-ss-insight-head:before {
    content: "\e8dd";
    }
        .fi-ss-integral:before {
    content: "\e8e1";
    }
        .fi-ss-interactive:before {
    content: "\e8e5";
    }
        .fi-ss-interlining:before {
    content: "\e8e6";
    }
        .fi-ss-internet-speed-wifi:before {
    content: "\e8e7";
    }
        .fi-ss-interpersonal-skill:before {
    content: "\e8e8";
    }
        .fi-ss-interrogation:before {
    content: "\e8e9";
    }
        .fi-ss-intersection:before {
    content: "\e8ea";
    }
        .fi-ss-introduction:before {
    content: "\e8eb";
    }
        .fi-ss-introduction-handshake:before {
    content: "\e8ec";
    }
        .fi-ss-inventory-alt:before {
    content: "\e8ed";
    }
        .fi-ss-invest:before {
    content: "\e8ee";
    }
        .fi-ss-investment:before {
    content: "\e8ef";
    }
        .fi-ss-invite:before {
    content: "\e8f1";
    }
        .fi-ss-invite-alt:before {
    content: "\e8f2";
    }
        .fi-ss-iot:before {
    content: "\e8f3";
    }
        .fi-ss-iot-alt:before {
    content: "\e8f4";
    }
        .fi-ss-ip-address:before {
    content: "\e8f5";
    }
        .fi-ss-iron:before {
    content: "\e8f6";
    }
        .fi-ss-island-tropical:before {
    content: "\e8f7";
    }
        .fi-ss-issue-loupe:before {
    content: "\e8f8";
    }
        .fi-ss-it:before {
    content: "\e8f9";
    }
        .fi-ss-it-alt:before {
    content: "\e8fa";
    }
        .fi-ss-it-computer:before {
    content: "\e8fc";
    }
        .fi-ss-italian:before {
    content: "\e8fd";
    }
        .fi-ss-italian-coffee-maker:before {
    content: "\e8fe";
    }
        .fi-ss-italian-lira-sign:before {
    content: "\e8ff";
    }
        .fi-ss-italic:before {
    content: "\e900";
    }
        .fi-ss-j:before {
    content: "\e902";
    }
        .fi-ss-jam:before {
    content: "\e904";
    }
        .fi-ss-japanese:before {
    content: "\e906";
    }
        .fi-ss-jar-alt:before {
    content: "\e907";
    }
        .fi-ss-jar-wheat:before {
    content: "\e908";
    }
        .fi-ss-javascript:before {
    content: "\e90a";
    }
        .fi-ss-joint:before {
    content: "\e90e";
    }
        .fi-ss-joker:before {
    content: "\e90f";
    }
        .fi-ss-journal:before {
    content: "\e911";
    }
        .fi-ss-journal-alt:before {
    content: "\e912";
    }
        .fi-ss-journey:before {
    content: "\e913";
    }
        .fi-ss-joystick:before {
    content: "\e914";
    }
        .fi-ss-jpg:before {
    content: "\e915";
    }
        .fi-ss-jug:before {
    content: "\e918";
    }
        .fi-ss-jug-alt:before {
    content: "\e919";
    }
        .fi-ss-jug-bottle:before {
    content: "\e91a";
    }
        .fi-ss-jumping-rope:before {
    content: "\e91b";
    }
        .fi-ss-k:before {
    content: "\e91c";
    }
        .fi-ss-kaaba:before {
    content: "\e91d";
    }
        .fi-ss-kangaroo:before {
    content: "\e91e";
    }
        .fi-ss-kayak:before {
    content: "\e91f";
    }
        .fi-ss-kazoo:before {
    content: "\e920";
    }
        .fi-ss-kerning:before {
    content: "\e921";
    }
        .fi-ss-key:before {
    content: "\e922";
    }
        .fi-ss-key-car:before {
    content: "\e923";
    }
        .fi-ss-key-hole:before {
    content: "\e924";
    }
        .fi-ss-key-lock-crypto:before {
    content: "\e925";
    }
        .fi-ss-key-skeleton-left-right:before {
    content: "\e926";
    }
        .fi-ss-keyboard:before {
    content: "\e927";
    }
        .fi-ss-keyboard-brightness:before {
    content: "\e928";
    }
        .fi-ss-keyboard-brightness-low:before {
    content: "\e929";
    }
        .fi-ss-keyboard-down:before {
    content: "\e92a";
    }
        .fi-ss-keyboard-left:before {
    content: "\e92b";
    }
        .fi-ss-keynote:before {
    content: "\e92c";
    }
        .fi-ss-kidneys:before {
    content: "\e92e";
    }
        .fi-ss-kip-sign:before {
    content: "\e930";
    }
        .fi-ss-kiss:before {
    content: "\e931";
    }
        .fi-ss-kiss-beam:before {
    content: "\e932";
    }
        .fi-ss-kiss-wink-heart:before {
    content: "\e933";
    }
        .fi-ss-kitchen-set:before {
    content: "\e934";
    }
        .fi-ss-kite:before {
    content: "\e935";
    }
        .fi-ss-kiwi-bird:before {
    content: "\e936";
    }
        .fi-ss-kiwi-fruit:before {
    content: "\e937";
    }
        .fi-ss-knife:before {
    content: "\e938";
    }
        .fi-ss-knife-kitchen:before {
    content: "\e939";
    }
        .fi-ss-knitting:before {
    content: "\e93a";
    }
        .fi-ss-knot-rope:before {
    content: "\e93b";
    }
        .fi-ss-korean:before {
    content: "\e93c";
    }
        .fi-ss-kpi:before {
    content: "\e93d";
    }
        .fi-ss-kpi-evaluation:before {
    content: "\e93e";
    }
        .fi-ss-l:before {
    content: "\e93f";
    }
        .fi-ss-lab-coat:before {
    content: "\e940";
    }
        .fi-ss-label:before {
    content: "\e941";
    }
        .fi-ss-lacrosse-stick:before {
    content: "\e942";
    }
        .fi-ss-lacrosse-stick-ball:before {
    content: "\e943";
    }
        .fi-ss-lambda:before {
    content: "\e944";
    }
        .fi-ss-lamp:before {
    content: "\e945";
    }
        .fi-ss-lamp-desk:before {
    content: "\e946";
    }
        .fi-ss-lamp-floor:before {
    content: "\e947";
    }
        .fi-ss-lamp-street:before {
    content: "\e948";
    }
        .fi-ss-land-layer-location:before {
    content: "\e949";
    }
        .fi-ss-land-layers:before {
    content: "\e94a";
    }
        .fi-ss-land-location:before {
    content: "\e94b";
    }
        .fi-ss-land-mine-on:before {
    content: "\e94c";
    }
        .fi-ss-landmark-alt:before {
    content: "\e94d";
    }
        .fi-ss-language:before {
    content: "\e94e";
    }
        .fi-ss-language-exchange:before {
    content: "\e94f";
    }
        .fi-ss-laptop:before {
    content: "\e950";
    }
        .fi-ss-laptop-arrow-down:before {
    content: "\e951";
    }
        .fi-ss-laptop-binary:before {
    content: "\e952";
    }
        .fi-ss-laptop-code:before {
    content: "\e953";
    }
        .fi-ss-laptop-medical:before {
    content: "\e954";
    }
        .fi-ss-laptop-mobile:before {
    content: "\e955";
    }
        .fi-ss-laptop-slash:before {
    content: "\e956";
    }
        .fi-ss-lari-sign:before {
    content: "\e957";
    }
        .fi-ss-lasso:before {
    content: "\e958";
    }
        .fi-ss-lasso-sparkles:before {
    content: "\e959";
    }
        .fi-ss-last-square:before {
    content: "\e95a";
    }
        .fi-ss-laugh:before {
    content: "\e95b";
    }
        .fi-ss-laugh-beam:before {
    content: "\e95c";
    }
        .fi-ss-laugh-squint:before {
    content: "\e95d";
    }
        .fi-ss-laugh-wink:before {
    content: "\e95e";
    }
        .fi-ss-laurel-user:before {
    content: "\e95f";
    }
        .fi-ss-lawyer-man:before {
    content: "\e960";
    }
        .fi-ss-lawyer-woman:before {
    content: "\e961";
    }
        .fi-ss-layer-minus:before {
    content: "\e962";
    }
        .fi-ss-layer-plus:before {
    content: "\e963";
    }
        .fi-ss-layers:before {
    content: "\e964";
    }
        .fi-ss-layout-fluid:before {
    content: "\e965";
    }
        .fi-ss-lead:before {
    content: "\e966";
    }
        .fi-ss-lead-funnel:before {
    content: "\e967";
    }
        .fi-ss-lead-management:before {
    content: "\e968";
    }
        .fi-ss-leader:before {
    content: "\e969";
    }
        .fi-ss-leader-alt:before {
    content: "\e96a";
    }
        .fi-ss-leader-speech:before {
    content: "\e96b";
    }
        .fi-ss-leaderboard:before {
    content: "\e96c";
    }
        .fi-ss-leaderboard-alt:before {
    content: "\e96d";
    }
        .fi-ss-leaderboard-trophy:before {
    content: "\e96e";
    }
        .fi-ss-leadership:before {
    content: "\e96f";
    }
        .fi-ss-leadership-alt:before {
    content: "\e970";
    }
        .fi-ss-leaf:before {
    content: "\e971";
    }
        .fi-ss-leaf-heart:before {
    content: "\e972";
    }
        .fi-ss-leaf-maple:before {
    content: "\e973";
    }
        .fi-ss-leaf-oak:before {
    content: "\e974";
    }
        .fi-ss-leafy-green:before {
    content: "\e975";
    }
        .fi-ss-leave:before {
    content: "\e976";
    }
        .fi-ss-left:before {
    content: "\e977";
    }
        .fi-ss-left-from-bracket:before {
    content: "\e978";
    }
        .fi-ss-legal:before {
    content: "\e979";
    }
        .fi-ss-legal-case:before {
    content: "\e97a";
    }
        .fi-ss-lemon:before {
    content: "\e97b";
    }
        .fi-ss-lesbian-couple:before {
    content: "\e97c";
    }
        .fi-ss-less-than:before {
    content: "\e97d";
    }
        .fi-ss-less-than-equal:before {
    content: "\e97e";
    }
        .fi-ss-lesson:before {
    content: "\e97f";
    }
        .fi-ss-lesson-class:before {
    content: "\e980";
    }
        .fi-ss-letter-case:before {
    content: "\e981";
    }
        .fi-ss-lettuce:before {
    content: "\e982";
    }
        .fi-ss-level-down:before {
    content: "\e983";
    }
        .fi-ss-level-down-alt:before {
    content: "\e984";
    }
        .fi-ss-level-up:before {
    content: "\e985";
    }
        .fi-ss-level-up-alt:before {
    content: "\e986";
    }
        .fi-ss-license:before {
    content: "\e987";
    }
        .fi-ss-life:before {
    content: "\e988";
    }
        .fi-ss-life-ring:before {
    content: "\e989";
    }
        .fi-ss-light-ceiling:before {
    content: "\e98a";
    }
        .fi-ss-light-emergency:before {
    content: "\e98b";
    }
        .fi-ss-light-emergency-on:before {
    content: "\e98c";
    }
        .fi-ss-light-switch:before {
    content: "\e98d";
    }
        .fi-ss-light-switch-off:before {
    content: "\e98e";
    }
        .fi-ss-light-switch-on:before {
    content: "\e98f";
    }
        .fi-ss-lightbulb-cfl:before {
    content: "\e990";
    }
        .fi-ss-lightbulb-cfl-on:before {
    content: "\e991";
    }
        .fi-ss-lightbulb-dollar:before {
    content: "\e993";
    }
        .fi-ss-lightbulb-exclamation:before {
    content: "\e994";
    }
        .fi-ss-lightbulb-head:before {
    content: "\e997";
    }
        .fi-ss-lightbulb-on:before {
    content: "\e998";
    }
        .fi-ss-lightbulb-question:before {
    content: "\e999";
    }
        .fi-ss-lightbulb-setting:before {
    content: "\e99a";
    }
        .fi-ss-lightbulb-slash:before {
    content: "\e99b";
    }
        .fi-ss-lighthouse:before {
    content: "\e99d";
    }
        .fi-ss-lights-holiday:before {
    content: "\e99e";
    }
        .fi-ss-limit-hand:before {
    content: "\e99f";
    }
        .fi-ss-limit-speedometer:before {
    content: "\e9a0";
    }
        .fi-ss-line-width:before {
    content: "\e9a2";
    }
        .fi-ss-link:before {
    content: "\e9a3";
    }
        .fi-ss-link-alt:before {
    content: "\e9a4";
    }
        .fi-ss-link-horizontal:before {
    content: "\e9a5";
    }
        .fi-ss-link-horizontal-slash:before {
    content: "\e9a6";
    }
        .fi-ss-link-slash:before {
    content: "\e9a7";
    }
        .fi-ss-link-slash-alt:before {
    content: "\e9a8";
    }
        .fi-ss-lion:before {
    content: "\e9aa";
    }
        .fi-ss-lion-head:before {
    content: "\e9ab";
    }
        .fi-ss-lips:before {
    content: "\e9ac";
    }
        .fi-ss-lips-silence:before {
    content: "\e9ad";
    }
        .fi-ss-lipstick:before {
    content: "\e9ae";
    }
        .fi-ss-lira-sign:before {
    content: "\e9af";
    }
        .fi-ss-list:before {
    content: "\e9b1";
    }
        .fi-ss-list-check:before {
    content: "\e9b2";
    }
        .fi-ss-list-dropdown:before {
    content: "\e9b3";
    }
        .fi-ss-list-music:before {
    content: "\e9b4";
    }
        .fi-ss-list-timeline:before {
    content: "\e9b5";
    }
        .fi-ss-litecoin-sign:before {
    content: "\e9b7";
    }
        .fi-ss-live:before {
    content: "\e9b8";
    }
        .fi-ss-live-alt:before {
    content: "\e9b9";
    }
        .fi-ss-loading:before {
    content: "\e9ba";
    }
        .fi-ss-loan:before {
    content: "\e9bb";
    }
        .fi-ss-lobster:before {
    content: "\e9bc";
    }
        .fi-ss-location-alt:before {
    content: "\e9be";
    }
        .fi-ss-location-arrow:before {
    content: "\e9bf";
    }
        .fi-ss-location-crosshairs:before {
    content: "\e9c0";
    }
        .fi-ss-location-crosshairs-slash:before {
    content: "\e9c1";
    }
        .fi-ss-location-dot-slash:before {
    content: "\e9c2";
    }
        .fi-ss-location-exclamation:before {
    content: "\e9c3";
    }
        .fi-ss-location-pin-call:before {
    content: "\e9c4";
    }
        .fi-ss-lock:before {
    content: "\e9c5";
    }
        .fi-ss-lock-alt:before {
    content: "\e9c6";
    }
        .fi-ss-lock-hashtag:before {
    content: "\e9c7";
    }
        .fi-ss-lock-open-alt:before {
    content: "\e9c8";
    }
        .fi-ss-locust:before {
    content: "\e9c9";
    }
        .fi-ss-loop-square:before {
    content: "\e9cc";
    }
        .fi-ss-loveseat:before {
    content: "\e9ce";
    }
        .fi-ss-low-vision:before {
    content: "\e9cf";
    }
        .fi-ss-luchador:before {
    content: "\e9d0";
    }
        .fi-ss-luggage-cart:before {
    content: "\e9d1";
    }
        .fi-ss-luggage-rolling:before {
    content: "\e9d2";
    }
        .fi-ss-lungs:before {
    content: "\e9d3";
    }
        .fi-ss-lungs-virus:before {
    content: "\e9d4";
    }
        .fi-ss-m:before {
    content: "\e9d5";
    }
        .fi-ss-mace:before {
    content: "\e9d6";
    }
        .fi-ss-magnet:before {
    content: "\e9dd";
    }
        .fi-ss-magnet-user:before {
    content: "\e9de";
    }
        .fi-ss-magnifying-glass-binary:before {
    content: "\e9e0";
    }
        .fi-ss-magnifying-glass-eye:before {
    content: "\e9e1";
    }
        .fi-ss-magnifying-glass-wave:before {
    content: "\e9e2";
    }
        .fi-ss-mail-plus-circle:before {
    content: "\e9e4";
    }
        .fi-ss-mailbox:before {
    content: "\e9e5";
    }
        .fi-ss-mailbox-envelope:before {
    content: "\e9e6";
    }
        .fi-ss-mailbox-flag-up:before {
    content: "\e9e7";
    }
        .fi-ss-makeup-brush:before {
    content: "\e9e9";
    }
        .fi-ss-man-head:before {
    content: "\e9ec";
    }
        .fi-ss-man-scientist:before {
    content: "\e9ed";
    }
        .fi-ss-manat-sign:before {
    content: "\e9ee";
    }
        .fi-ss-mandolin:before {
    content: "\e9ef";
    }
        .fi-ss-mango:before {
    content: "\e9f0";
    }
        .fi-ss-manhole:before {
    content: "\e9f1";
    }
        .fi-ss-map:before {
    content: "\e9f2";
    }
        .fi-ss-map-location-track:before {
    content: "\e9f3";
    }
        .fi-ss-map-marker:before {
    content: "\e9f4";
    }
        .fi-ss-map-marker-check:before {
    content: "\e9f5";
    }
        .fi-ss-map-marker-cross:before {
    content: "\e9f6";
    }
        .fi-ss-map-marker-edit:before {
    content: "\e9f7";
    }
        .fi-ss-map-marker-home:before {
    content: "\e9f9";
    }
        .fi-ss-map-marker-minus:before {
    content: "\e9fa";
    }
        .fi-ss-map-marker-plus:before {
    content: "\e9fb";
    }
        .fi-ss-map-marker-question:before {
    content: "\e9fc";
    }
        .fi-ss-map-marker-slash:before {
    content: "\e9fd";
    }
        .fi-ss-map-marker-smile:before {
    content: "\e9fe";
    }
        .fi-ss-map-pin:before {
    content: "\e9ff";
    }
        .fi-ss-map-point:before {
    content: "\ea00";
    }
        .fi-ss-marker:before {
    content: "\ea01";
    }
        .fi-ss-marker-time:before {
    content: "\ea02";
    }
        .fi-ss-marketplace:before {
    content: "\ea03";
    }
        .fi-ss-marketplace-alt:before {
    content: "\ea04";
    }
        .fi-ss-marketplace-store:before {
    content: "\ea05";
    }
        .fi-ss-marriage-proposal:before {
    content: "\ea06";
    }
        .fi-ss-mars:before {
    content: "\ea08";
    }
        .fi-ss-mars-double:before {
    content: "\ea0a";
    }
        .fi-ss-mars-stroke-right:before {
    content: "\ea0b";
    }
        .fi-ss-mars-stroke-up:before {
    content: "\ea0c";
    }
        .fi-ss-martini-glass-citrus:before {
    content: "\ea0d";
    }
        .fi-ss-martini-glass-empty:before {
    content: "\ea0e";
    }
        .fi-ss-mask-carnival:before {
    content: "\ea10";
    }
        .fi-ss-mask-face:before {
    content: "\ea11";
    }
        .fi-ss-mask-snorkel:before {
    content: "\ea12";
    }
        .fi-ss-massage:before {
    content: "\ea13";
    }
        .fi-ss-master-plan:before {
    content: "\ea14";
    }
        .fi-ss-master-plan-integrate:before {
    content: "\ea15";
    }
        .fi-ss-match-fire:before {
    content: "\ea16";
    }
        .fi-ss-mattress-pillow:before {
    content: "\ea17";
    }
        .fi-ss-measuring-tape:before {
    content: "\ea19";
    }
        .fi-ss-meat:before {
    content: "\ea1a";
    }
        .fi-ss-medal:before {
    content: "\ea1b";
    }
        .fi-ss-medical-star:before {
    content: "\ea1d";
    }
        .fi-ss-medicine:before {
    content: "\ea1e";
    }
        .fi-ss-meditation:before {
    content: "\ea1f";
    }
        .fi-ss-meeting:before {
    content: "\ea21";
    }
        .fi-ss-meeting-alt:before {
    content: "\ea22";
    }
        .fi-ss-megaphone:before {
    content: "\ea23";
    }
        .fi-ss-megaphone-announcement-leader:before {
    content: "\ea24";
    }
        .fi-ss-megaphone-sound-waves:before {
    content: "\ea25";
    }
        .fi-ss-meh:before {
    content: "\ea26";
    }
        .fi-ss-meh-blank:before {
    content: "\ea27";
    }
        .fi-ss-meh-rolling-eyes:before {
    content: "\ea28";
    }
        .fi-ss-melon:before {
    content: "\ea29";
    }
        .fi-ss-melon-alt:before {
    content: "\ea2a";
    }
        .fi-ss-member-list:before {
    content: "\ea2b";
    }
        .fi-ss-member-search:before {
    content: "\ea2c";
    }
        .fi-ss-membership:before {
    content: "\ea2d";
    }
        .fi-ss-membership-vip:before {
    content: "\ea2e";
    }
        .fi-ss-memo:before {
    content: "\ea2f";
    }
        .fi-ss-memo-circle-check:before {
    content: "\ea30";
    }
        .fi-ss-memo-pad:before {
    content: "\ea31";
    }
        .fi-ss-memory:before {
    content: "\ea32";
    }
        .fi-ss-menu-burger:before {
    content: "\ea33";
    }
        .fi-ss-menu-dots:before {
    content: "\ea34";
    }
        .fi-ss-menu-dots-vertical:before {
    content: "\ea35";
    }
        .fi-ss-mercury:before {
    content: "\ea36";
    }
        .fi-ss-message-alert:before {
    content: "\ea37";
    }
        .fi-ss-message-arrow-down:before {
    content: "\ea38";
    }
        .fi-ss-message-arrow-up:before {
    content: "\ea39";
    }
        .fi-ss-message-arrow-up-right:before {
    content: "\ea3a";
    }
        .fi-ss-message-bot:before {
    content: "\ea3b";
    }
        .fi-ss-message-code:before {
    content: "\ea3c";
    }
        .fi-ss-message-dollar:before {
    content: "\ea3d";
    }
        .fi-ss-message-heart:before {
    content: "\ea3e";
    }
        .fi-ss-message-image:before {
    content: "\ea3f";
    }
        .fi-ss-message-question:before {
    content: "\ea41";
    }
        .fi-ss-message-quote:before {
    content: "\ea42";
    }
        .fi-ss-message-slash:before {
    content: "\ea43";
    }
        .fi-ss-message-sms:before {
    content: "\ea44";
    }
        .fi-ss-message-star:before {
    content: "\ea45";
    }
        .fi-ss-message-text:before {
    content: "\ea46";
    }
        .fi-ss-message-xmark:before {
    content: "\ea47";
    }
        .fi-ss-messages:before {
    content: "\ea48";
    }
        .fi-ss-messages-dollar:before {
    content: "\ea49";
    }
        .fi-ss-messages-question:before {
    content: "\ea4a";
    }
        .fi-ss-meteor:before {
    content: "\ea4c";
    }
        .fi-ss-meter:before {
    content: "\ea4d";
    }
        .fi-ss-meter-bolt:before {
    content: "\ea4e";
    }
        .fi-ss-meter-droplet:before {
    content: "\ea4f";
    }
        .fi-ss-meter-fire:before {
    content: "\ea50";
    }
        .fi-ss-method:before {
    content: "\ea51";
    }
        .fi-ss-microchip:before {
    content: "\ea52";
    }
        .fi-ss-microchip-ai:before {
    content: "\ea53";
    }
        .fi-ss-microphone:before {
    content: "\ea54";
    }
        .fi-ss-microphone-alt:before {
    content: "\ea55";
    }
        .fi-ss-microphone-slash:before {
    content: "\ea58";
    }
        .fi-ss-microscope:before {
    content: "\ea59";
    }
        .fi-ss-microwave:before {
    content: "\ea5d";
    }
        .fi-ss-milk:before {
    content: "\ea5e";
    }
        .fi-ss-milk-alt:before {
    content: "\ea5f";
    }
        .fi-ss-mill:before {
    content: "\ea60";
    }
        .fi-ss-mill-sign:before {
    content: "\ea61";
    }
        .fi-ss-mind-share:before {
    content: "\ea62";
    }
        .fi-ss-minus:before {
    content: "\ea63";
    }
        .fi-ss-minus-circle:before {
    content: "\ea64";
    }
        .fi-ss-minus-hexagon:before {
    content: "\ea65";
    }
        .fi-ss-minus-small:before {
    content: "\ea66";
    }
        .fi-ss-mirror:before {
    content: "\ea68";
    }
        .fi-ss-mirror-user:before {
    content: "\ea69";
    }
        .fi-ss-mistletoe:before {
    content: "\ea6a";
    }
        .fi-ss-mix:before {
    content: "\ea6b";
    }
        .fi-ss-mixer:before {
    content: "\ea6c";
    }
        .fi-ss-mobile:before {
    content: "\ea6d";
    }
        .fi-ss-mobile-4g:before {
    content: "\ea6e";
    }
        .fi-ss-mobile-5g:before {
    content: "\ea6f";
    }
        .fi-ss-mobile-button:before {
    content: "\ea71";
    }
        .fi-ss-mobile-hand:before {
    content: "\ea72";
    }
        .fi-ss-mobile-message:before {
    content: "\ea73";
    }
        .fi-ss-mobile-notch:before {
    content: "\ea74";
    }
        .fi-ss-mockup:before {
    content: "\ea77";
    }
        .fi-ss-mode:before {
    content: "\ea78";
    }
        .fi-ss-mode-alt:before {
    content: "\ea79";
    }
        .fi-ss-mode-landscape:before {
    content: "\ea7a";
    }
        .fi-ss-mode-portrait:before {
    content: "\ea7b";
    }
        .fi-ss-model-cube:before {
    content: "\ea7c";
    }
        .fi-ss-model-cube-arrows:before {
    content: "\ea7d";
    }
        .fi-ss-model-cube-space:before {
    content: "\ea7e";
    }
        .fi-ss-module:before {
    content: "\ea7f";
    }
        .fi-ss-monday:before {
    content: "\ea80";
    }
        .fi-ss-money:before {
    content: "\ea81";
    }
        .fi-ss-money-bill-simple:before {
    content: "\ea82";
    }
        .fi-ss-money-bill-transfer:before {
    content: "\ea83";
    }
        .fi-ss-money-bill-wave:before {
    content: "\ea84";
    }
        .fi-ss-money-bill-wave-alt:before {
    content: "\ea85";
    }
        .fi-ss-money-bills:before {
    content: "\ea86";
    }
        .fi-ss-money-bills-simple:before {
    content: "\ea87";
    }
        .fi-ss-money-check:before {
    content: "\ea88";
    }
        .fi-ss-money-check-edit:before {
    content: "\ea89";
    }
        .fi-ss-money-check-edit-alt:before {
    content: "\ea8a";
    }
        .fi-ss-money-coin-transfer:before {
    content: "\ea8b";
    }
        .fi-ss-money-from-bracket:before {
    content: "\ea8c";
    }
        .fi-ss-money-gears:before {
    content: "\ea8d";
    }
        .fi-ss-money-income:before {
    content: "\ea8e";
    }
        .fi-ss-money-simple-from-bracket:before {
    content: "\ea8f";
    }
        .fi-ss-money-transfer-alt:before {
    content: "\ea90";
    }
        .fi-ss-money-transfer-coin-arrow:before {
    content: "\ea91";
    }
        .fi-ss-money-transfer-smartphone:before {
    content: "\ea92";
    }
        .fi-ss-money-wings:before {
    content: "\ea93";
    }
        .fi-ss-monkey:before {
    content: "\ea94";
    }
        .fi-ss-monument:before {
    content: "\ea95";
    }
        .fi-ss-moon:before {
    content: "\ea96";
    }
        .fi-ss-moon-stars:before {
    content: "\ea97";
    }
        .fi-ss-moped:before {
    content: "\ea98";
    }
        .fi-ss-mortar-pestle:before {
    content: "\ea99";
    }
        .fi-ss-mortgage:before {
    content: "\ea9a";
    }
        .fi-ss-mosque:before {
    content: "\ea9b";
    }
        .fi-ss-mosque-alt:before {
    content: "\ea9c";
    }
        .fi-ss-mosque-moon:before {
    content: "\ea9d";
    }
        .fi-ss-mosquito:before {
    content: "\ea9e";
    }
        .fi-ss-mosquito-net:before {
    content: "\ea9f";
    }
        .fi-ss-motorcycle:before {
    content: "\eaa2";
    }
        .fi-ss-mound:before {
    content: "\eaa3";
    }
        .fi-ss-mountain:before {
    content: "\eaa4";
    }
        .fi-ss-mountain-city:before {
    content: "\eaa5";
    }
        .fi-ss-mountains:before {
    content: "\eaa7";
    }
        .fi-ss-mouse:before {
    content: "\eaa8";
    }
        .fi-ss-mouse-field:before {
    content: "\eaa9";
    }
        .fi-ss-mouse-pointer-heart:before {
    content: "\eaaa";
    }
        .fi-ss-mov-file:before {
    content: "\eaab";
    }
        .fi-ss-move-to-folder:before {
    content: "\eaac";
    }
        .fi-ss-move-to-folder-2:before {
    content: "\eaad";
    }
        .fi-ss-moving:before {
    content: "\eaae";
    }
        .fi-ss-mower:before {
    content: "\eaaf";
    }
        .fi-ss-mp3-file:before {
    content: "\eab0";
    }
        .fi-ss-mp3-player:before {
    content: "\eab1";
    }
        .fi-ss-mp4-file:before {
    content: "\eab2";
    }
        .fi-ss-mug:before {
    content: "\eab3";
    }
        .fi-ss-mug-alt:before {
    content: "\eab4";
    }
        .fi-ss-mug-hot:before {
    content: "\eab5";
    }
        .fi-ss-mug-hot-alt:before {
    content: "\eab6";
    }
        .fi-ss-mug-marshmallows:before {
    content: "\eab7";
    }
        .fi-ss-mug-tea:before {
    content: "\eab8";
    }
        .fi-ss-mug-tea-alt:before {
    content: "\eab9";
    }
        .fi-ss-mug-tea-saucer:before {
    content: "\eaba";
    }
        .fi-ss-multiple:before {
    content: "\eabb";
    }
        .fi-ss-multiple-alt:before {
    content: "\eabc";
    }
        .fi-ss-multitasking:before {
    content: "\eabd";
    }
        .fi-ss-muscle:before {
    content: "\eabe";
    }
        .fi-ss-mushroom:before {
    content: "\eabf";
    }
        .fi-ss-mushroom-alt:before {
    content: "\eac0";
    }
        .fi-ss-mushroom-cloud:before {
    content: "\eac1";
    }
        .fi-ss-music:before {
    content: "\eac2";
    }
        .fi-ss-music-alt:before {
    content: "\eac3";
    }
        .fi-ss-music-file:before {
    content: "\eac5";
    }
        .fi-ss-music-magnifying-glass:before {
    content: "\eac6";
    }
        .fi-ss-music-note:before {
    content: "\eac7";
    }
        .fi-ss-music-note-slash:before {
    content: "\eac8";
    }
        .fi-ss-music-slash:before {
    content: "\eac9";
    }
        .fi-ss-n:before {
    content: "\eacb";
    }
        .fi-ss-naira-sign:before {
    content: "\eacc";
    }
        .fi-ss-narwhal:before {
    content: "\eace";
    }
        .fi-ss-navigation:before {
    content: "\eacf";
    }
        .fi-ss-nesting-dolls:before {
    content: "\ead0";
    }
        .fi-ss-network:before {
    content: "\ead3";
    }
        .fi-ss-network-analytic:before {
    content: "\ead4";
    }
        .fi-ss-network-cloud:before {
    content: "\ead5";
    }
        .fi-ss-network-cloud-computer:before {
    content: "\ead6";
    }
        .fi-ss-network-user:before {
    content: "\ead7";
    }
        .fi-ss-neuter:before {
    content: "\ead8";
    }
        .fi-ss-newsletter-subscribe:before {
    content: "\eadb";
    }
        .fi-ss-newspaper:before {
    content: "\eadc";
    }
        .fi-ss-newspaper-open:before {
    content: "\eade";
    }
        .fi-ss-nfc:before {
    content: "\eadf";
    }
        .fi-ss-nfc-lock:before {
    content: "\eae0";
    }
        .fi-ss-nfc-magnifying-glass:before {
    content: "\eae1";
    }
        .fi-ss-nfc-pen:before {
    content: "\eae2";
    }
        .fi-ss-nfc-slash:before {
    content: "\eae4";
    }
        .fi-ss-nfc-trash:before {
    content: "\eae5";
    }
        .fi-ss-nft-square:before {
    content: "\eae8";
    }
        .fi-ss-night-day:before {
    content: "\eae9";
    }
        .fi-ss-no-attention:before {
    content: "\eaea";
    }
        .fi-ss-no-fee:before {
    content: "\eaeb";
    }
        .fi-ss-no-food:before {
    content: "\eaec";
    }
        .fi-ss-no-iron:before {
    content: "\eaed";
    }
        .fi-ss-no-people:before {
    content: "\eaee";
    }
        .fi-ss-no-smoking:before {
    content: "\eaef";
    }
        .fi-ss-noise-cancelling-headphones:before {
    content: "\eaf2";
    }
        .fi-ss-noodles:before {
    content: "\eaf3";
    }
        .fi-ss-nose:before {
    content: "\eaf4";
    }
        .fi-ss-not-equal:before {
    content: "\eaf5";
    }
        .fi-ss-not-found:before {
    content: "\eaf6";
    }
        .fi-ss-not-found-alt:before {
    content: "\eaf7";
    }
        .fi-ss-not-found-magnifying-glass:before {
    content: "\eaf8";
    }
        .fi-ss-notdef:before {
    content: "\eaf9";
    }
        .fi-ss-note:before {
    content: "\eafa";
    }
        .fi-ss-note-medical:before {
    content: "\eafb";
    }
        .fi-ss-note-sticky:before {
    content: "\eafc";
    }
        .fi-ss-notebook:before {
    content: "\eafd";
    }
        .fi-ss-notebook-alt:before {
    content: "\eafe";
    }
        .fi-ss-notes:before {
    content: "\eaff";
    }
        .fi-ss-notes-medical:before {
    content: "\eb00";
    }
        .fi-ss-o:before {
    content: "\eb09";
    }
        .fi-ss-object-exclude:before {
    content: "\eb0a";
    }
        .fi-ss-object-group:before {
    content: "\eb0b";
    }
        .fi-ss-object-intersect:before {
    content: "\eb0c";
    }
        .fi-ss-object-subtract:before {
    content: "\eb0d";
    }
        .fi-ss-object-ungroup:before {
    content: "\eb0e";
    }
        .fi-ss-object-union:before {
    content: "\eb0f";
    }
        .fi-ss-objects-column:before {
    content: "\eb11";
    }
        .fi-ss-octagon:before {
    content: "\eb12";
    }
        .fi-ss-octagon-check:before {
    content: "\eb13";
    }
        .fi-ss-octagon-divide:before {
    content: "\eb14";
    }
        .fi-ss-octagon-exclamation:before {
    content: "\eb15";
    }
        .fi-ss-octagon-minus:before {
    content: "\eb16";
    }
        .fi-ss-octagon-plus:before {
    content: "\eb17";
    }
        .fi-ss-octagon-xmark:before {
    content: "\eb18";
    }
        .fi-ss-office-chair:before {
    content: "\eb1a";
    }
        .fi-ss-oil-can:before {
    content: "\eb1b";
    }
        .fi-ss-oil-temp:before {
    content: "\eb1c";
    }
        .fi-ss-old-people:before {
    content: "\eb1e";
    }
        .fi-ss-olive:before {
    content: "\eb1f";
    }
        .fi-ss-olive-branch-dove:before {
    content: "\eb20";
    }
        .fi-ss-olive-oil:before {
    content: "\eb21";
    }
        .fi-ss-olives:before {
    content: "\eb22";
    }
        .fi-ss-om:before {
    content: "\eb23";
    }
        .fi-ss-omega:before {
    content: "\eb24";
    }
        .fi-ss-on-air-square:before {
    content: "\eb25";
    }
        .fi-ss-onboarding:before {
    content: "\eb26";
    }
        .fi-ss-onion:before {
    content: "\eb27";
    }
        .fi-ss-opacity:before {
    content: "\eb28";
    }
        .fi-ss-open-mail-clip:before {
    content: "\eb29";
    }
        .fi-ss-operating-system-upgrade:before {
    content: "\eb2a";
    }
        .fi-ss-operation:before {
    content: "\eb2b";
    }
        .fi-ss-order-history:before {
    content: "\eb2e";
    }
        .fi-ss-organization-chart:before {
    content: "\eb2f";
    }
        .fi-ss-ornament:before {
    content: "\eb30";
    }
        .fi-ss-otp:before {
    content: "\eb31";
    }
        .fi-ss-otter:before {
    content: "\eb32";
    }
        .fi-ss-outdent:before {
    content: "\eb34";
    }
        .fi-ss-oval:before {
    content: "\eb35";
    }
        .fi-ss-oval-alt:before {
    content: "\eb36";
    }
        .fi-ss-oven:before {
    content: "\eb37";
    }
        .fi-ss-overline:before {
    content: "\eb38";
    }
        .fi-ss-overview:before {
    content: "\eb39";
    }
        .fi-ss-p:before {
    content: "\eb3a";
    }
        .fi-ss-package:before {
    content: "\eb3b";
    }
        .fi-ss-padlock-check:before {
    content: "\eb3c";
    }
        .fi-ss-page-break:before {
    content: "\eb3d";
    }
        .fi-ss-pager:before {
    content: "\eb3e";
    }
        .fi-ss-paid:before {
    content: "\eb3f";
    }
        .fi-ss-paint:before {
    content: "\eb40";
    }
        .fi-ss-paint-roller:before {
    content: "\eb42";
    }
        .fi-ss-paintbrush-pencil:before {
    content: "\eb44";
    }
        .fi-ss-palette:before {
    content: "\eb45";
    }
        .fi-ss-pallet:before {
    content: "\eb46";
    }
        .fi-ss-pallet-alt:before {
    content: "\eb47";
    }
        .fi-ss-pan:before {
    content: "\eb48";
    }
        .fi-ss-pan-food:before {
    content: "\eb49";
    }
        .fi-ss-pan-frying:before {
    content: "\eb4a";
    }
        .fi-ss-pancakes:before {
    content: "\eb4b";
    }
        .fi-ss-panorama:before {
    content: "\eb4f";
    }
        .fi-ss-paper-plane:before {
    content: "\eb50";
    }
        .fi-ss-paper-plane-launch:before {
    content: "\eb51";
    }
        .fi-ss-paper-plane-top:before {
    content: "\eb52";
    }
        .fi-ss-paperclip-vertical:before {
    content: "\eb53";
    }
        .fi-ss-parachute-box:before {
    content: "\eb54";
    }
        .fi-ss-paragraph:before {
    content: "\eb55";
    }
        .fi-ss-paragraph-left:before {
    content: "\eb56";
    }
        .fi-ss-parking:before {
    content: "\eb57";
    }
        .fi-ss-parking-circle:before {
    content: "\eb58";
    }
        .fi-ss-parking-circle-slash:before {
    content: "\eb59";
    }
        .fi-ss-parking-slash:before {
    content: "\eb5a";
    }
        .fi-ss-party:before {
    content: "\eb5c";
    }
        .fi-ss-party-bell:before {
    content: "\eb5d";
    }
        .fi-ss-party-horn:before {
    content: "\eb5e";
    }
        .fi-ss-passenger-plane:before {
    content: "\eb5f";
    }
        .fi-ss-passport:before {
    content: "\eb60";
    }
        .fi-ss-password:before {
    content: "\eb61";
    }
        .fi-ss-password-alt:before {
    content: "\eb62";
    }
        .fi-ss-password-computer:before {
    content: "\eb63";
    }
        .fi-ss-password-email:before {
    content: "\eb64";
    }
        .fi-ss-password-lock:before {
    content: "\eb65";
    }
        .fi-ss-password-smartphone:before {
    content: "\eb66";
    }
        .fi-ss-paste:before {
    content: "\eb67";
    }
        .fi-ss-pattern:before {
    content: "\eb69";
    }
        .fi-ss-pause:before {
    content: "\eb6a";
    }
 
        .fi-ss-pause-square:before {
    content: "\eb6c";
    }
        .fi-ss-paw:before {
    content: "\eb6d";
    }
        .fi-ss-paw-claws:before {
    content: "\eb6e";
    }
        .fi-ss-paw-heart:before {
    content: "\eb6f";
    }
        .fi-ss-payment-pos:before {
    content: "\eb70";
    }
        .fi-ss-payroll:before {
    content: "\eb72";
    }
        .fi-ss-payroll-calendar:before {
    content: "\eb73";
    }
        .fi-ss-payroll-check:before {
    content: "\eb74";
    }
        .fi-ss-peace:before {
    content: "\eb75";
    }
        .fi-ss-peach:before {
    content: "\eb76";
    }
        .fi-ss-peanut:before {
    content: "\eb77";
    }
        .fi-ss-peanuts:before {
    content: "\eb78";
    }
        .fi-ss-peapod:before {
    content: "\eb79";
    }
        .fi-ss-pear:before {
    content: "\eb7a";
    }
        .fi-ss-pedestal:before {
    content: "\eb7b";
    }
        .fi-ss-pen-circle:before {
    content: "\eb7c";
    }
        .fi-ss-pen-clip:before {
    content: "\eb7d";
    }
        .fi-ss-pen-clip-slash:before {
    content: "\eb7e";
    }
        .fi-ss-pen-fancy:before {
    content: "\eb7f";
    }
        .fi-ss-pen-fancy-slash:before {
    content: "\eb80";
    }
        .fi-ss-pen-field:before {
    content: "\eb81";
    }
        .fi-ss-pen-nib:before {
    content: "\eb82";
    }
        .fi-ss-pen-nib-slash:before {
    content: "\eb83";
    }
        .fi-ss-pen-slash:before {
    content: "\eb84";
    }
        .fi-ss-pen-square:before {
    content: "\eb85";
    }
        .fi-ss-pen-swirl:before {
    content: "\eb86";
    }
        .fi-ss-pencil:before {
    content: "\eb87";
    }
        .fi-ss-pencil-paintbrush:before {
    content: "\eb88";
    }
        .fi-ss-pencil-ruler:before {
    content: "\eb89";
    }
        .fi-ss-pencil-slash:before {
    content: "\eb8a";
    }
        .fi-ss-pending:before {
    content: "\eb8b";
    }
        .fi-ss-pennant:before {
    content: "\eb8c";
    }
        .fi-ss-people:before {
    content: "\eb8d";
    }
        .fi-ss-people-arrows-left-right:before {
    content: "\eb8e";
    }
        .fi-ss-people-carry-box:before {
    content: "\eb8f";
    }
        .fi-ss-people-dress:before {
    content: "\eb90";
    }
        .fi-ss-people-network-partner:before {
    content: "\eb93";
    }
        .fi-ss-people-pants:before {
    content: "\eb94";
    }
        .fi-ss-people-poll:before {
    content: "\eb95";
    }
        .fi-ss-people-pulling:before {
    content: "\eb96";
    }
        .fi-ss-people-roof:before {
    content: "\eb98";
    }
        .fi-ss-pepper:before {
    content: "\eb99";
    }
        .fi-ss-pepper-alt:before {
    content: "\eb9a";
    }
        .fi-ss-pepper-hot:before {
    content: "\eb9b";
    }
        .fi-ss-percent-10:before {
    content: "\eb9c";
    }
        .fi-ss-percent-100:before {
    content: "\eb9d";
    }
        .fi-ss-percent-20:before {
    content: "\eb9e";
    }
        .fi-ss-percent-25:before {
    content: "\eb9f";
    }
        .fi-ss-percent-30:before {
    content: "\eba0";
    }
        .fi-ss-percent-40:before {
    content: "\eba1";
    }
        .fi-ss-percent-50:before {
    content: "\eba2";
    }
        .fi-ss-percent-60:before {
    content: "\eba3";
    }
        .fi-ss-percent-70:before {
    content: "\eba4";
    }
        .fi-ss-percent-75:before {
    content: "\eba5";
    }
        .fi-ss-percent-80:before {
    content: "\eba6";
    }
        .fi-ss-percent-90:before {
    content: "\eba7";
    }
        .fi-ss-percentage:before {
    content: "\eba8";
    }
        .fi-ss-person-battery:before {
    content: "\ebac";
    }
        .fi-ss-person-burst:before {
    content: "\ebae";
    }
        .fi-ss-person-carry-box:before {
    content: "\ebaf";
    }
        .fi-ss-person-circle-check:before {
    content: "\ebb1";
    }
        .fi-ss-person-circle-exclamation:before {
    content: "\ebb2";
    }
        .fi-ss-person-circle-minus:before {
    content: "\ebb3";
    }
        .fi-ss-person-circle-plus:before {
    content: "\ebb4";
    }
        .fi-ss-person-circle-question:before {
    content: "\ebb5";
    }
        .fi-ss-person-circle-xmark:before {
    content: "\ebb6";
    }
        .fi-ss-person-cv:before {
    content: "\ebb7";
    }
        .fi-ss-person-dolly:before {
    content: "\ebb8";
    }
        .fi-ss-person-dolly-empty:before {
    content: "\ebb9";
    }
        .fi-ss-person-dragging-bag:before {
    content: "\ebba";
    }
        .fi-ss-person-dress:before {
    content: "\ebbb";
    }
        .fi-ss-person-dress-simple:before {
    content: "\ebbd";
    }
        .fi-ss-person-luggage:before {
    content: "\ebc1";
    }
        .fi-ss-person-lunge:before {
    content: "\ebc2";
    }
        .fi-ss-person-pilates:before {
    content: "\ebc6";
    }
        .fi-ss-person-praying:before {
    content: "\ebc7";
    }
        .fi-ss-person-pregnant:before {
    content: "\ebc8";
    }
        .fi-ss-person-seat:before {
    content: "\ebcb";
    }
        .fi-ss-person-seat-reclined:before {
    content: "\ebcc";
    }
        .fi-ss-person-shelter:before {
    content: "\ebcd";
    }
        .fi-ss-person-sign:before {
    content: "\ebce";
    }
        .fi-ss-person-simple:before {
    content: "\ebcf";
    }
        .fi-ss-person-stress:before {
    content: "\ebd0";
    }
        .fi-ss-person-walking-with-cane:before {
    content: "\ebd6";
    }
        .fi-ss-peseta-sign:before {
    content: "\ebd7";
    }
        .fi-ss-peso-sign:before {
    content: "\ebd8";
    }
        .fi-ss-pets:before {
    content: "\ebd9";
    }
        .fi-ss-pharmacy:before {
    content: "\ebdb";
    }
        .fi-ss-phone-call:before {
    content: "\ebde";
    }
        .fi-ss-phone-cross:before {
    content: "\ebdf";
    }
        .fi-ss-phone-flip:before {
    content: "\ebe0";
    }
        .fi-ss-phone-guide:before {
    content: "\ebe1";
    }
        .fi-ss-phone-heart-message:before {
    content: "\ebe2";
    }
        .fi-ss-phone-office:before {
    content: "\ebe3";
    }
        .fi-ss-phone-pause:before {
    content: "\ebe4";
    }
        .fi-ss-phone-plus:before {
    content: "\ebe5";
    }
        .fi-ss-phone-rotary:before {
    content: "\ebe6";
    }
        .fi-ss-phone-slash:before {
    content: "\ebe7";
    }
        .fi-ss-photo-capture:before {
    content: "\ebe8";
    }
        .fi-ss-photo-film-music:before {
    content: "\ebea";
    }
        .fi-ss-photo-video:before {
    content: "\ebeb";
    }
        .fi-ss-physics:before {
    content: "\ebf2";
    }
        .fi-ss-Pi:before {
    content: "\ebf3";
    }
        .fi-ss-piano:before {
    content: "\ebf4";
    }
        .fi-ss-piano-keyboard:before {
    content: "\ebf5";
    }
        .fi-ss-pickaxe:before {
    content: "\ebf6";
    }
        .fi-ss-picking:before {
    content: "\ebf7";
    }
        .fi-ss-picking-box:before {
    content: "\ebf8";
    }
        .fi-ss-picnic:before {
    content: "\ebf9";
    }
        .fi-ss-picpeople:before {
    content: "\ebfa";
    }
        .fi-ss-picpeople-filled:before {
    content: "\ebfb";
    }
        .fi-ss-picture:before {
    content: "\ebfc";
    }
        .fi-ss-pie:before {
    content: "\ebfd";
    }
        .fi-ss-pig:before {
    content: "\ebff";
    }
        .fi-ss-pig-bank-bulb:before {
    content: "\ec00";
    }
        .fi-ss-pig-face:before {
    content: "\ec01";
    }
        .fi-ss-piggy-bank:before {
    content: "\ec02";
    }
        .fi-ss-piggy-bank-budget:before {
    content: "\ec03";
    }
        .fi-ss-pills:before {
    content: "\ec04";
    }
        .fi-ss-pin-to-pin:before {
    content: "\ec05";
    }
        .fi-ss-piÃ±ata:before {
    content: "\ec06";
    }
        .fi-ss-pineapple:before {
    content: "\ec07";
    }
        .fi-ss-pineapple-alt:before {
    content: "\ec08";
    }
        .fi-ss-pipe-smoking:before {
    content: "\ec0b";
    }
        .fi-ss-pipette:before {
    content: "\ec0c";
    }
        .fi-ss-pisa-tower:before {
    content: "\ec0d";
    }
        .fi-ss-pizza-slice:before {
    content: "\ec0f";
    }
        .fi-ss-place-of-worship:before {
    content: "\ec10";
    }
        .fi-ss-plagiarism:before {
    content: "\ec11";
    }
        .fi-ss-plan:before {
    content: "\ec12";
    }
        .fi-ss-plan-strategy:before {
    content: "\ec13";
    }
        .fi-ss-plane:before {
    content: "\ec14";
    }
        .fi-ss-plane-alt:before {
    content: "\ec15";
    }
        .fi-ss-plane-arrival:before {
    content: "\ec16";
    }
        .fi-ss-plane-departure:before {
    content: "\ec17";
    }
        .fi-ss-plane-prop:before {
    content: "\ec18";
    }
        .fi-ss-plane-slash:before {
    content: "\ec19";
    }
        .fi-ss-plane-tail:before {
    content: "\ec1a";
    }
        .fi-ss-planet-moon:before {
    content: "\ec1d";
    }
        .fi-ss-planet-ringed:before {
    content: "\ec1e";
    }
        .fi-ss-plant-care:before {
    content: "\ec1f";
    }
        .fi-ss-plant-growth:before {
    content: "\ec20";
    }
        .fi-ss-plant-seed-invest:before {
    content: "\ec21";
    }
        .fi-ss-plant-wilt:before {
    content: "\ec22";
    }
        .fi-ss-plate:before {
    content: "\ec23";
    }
        .fi-ss-plate-eating:before {
    content: "\ec24";
    }
        .fi-ss-plate-empty:before {
    content: "\ec25";
    }
        .fi-ss-plate-utensils:before {
    content: "\ec26";
    }
        .fi-ss-plate-wheat:before {
    content: "\ec27";
    }
        .fi-ss-play:before {
    content: "\ec28";
    }
        .fi-ss-play-alt:before {
    content: "\ec29";
    }
        .fi-ss-play-circle:before {
    content: "\ec2a";
    }
        .fi-ss-play-microphone:before {
    content: "\ec2b";
    }
        .fi-ss-play-pause:before {
    content: "\ec2c";
    }
        .fi-ss-plug:before {
    content: "\ec2e";
    }
        .fi-ss-plug-alt:before {
    content: "\ec2f";
    }
        .fi-ss-plug-cable:before {
    content: "\ec30";
    }
        .fi-ss-plug-circle-bolt:before {
    content: "\ec31";
    }
        .fi-ss-plug-circle-check:before {
    content: "\ec32";
    }
        .fi-ss-plug-circle-exclamation:before {
    content: "\ec33";
    }
        .fi-ss-plug-circle-minus:before {
    content: "\ec34";
    }
        .fi-ss-plug-circle-plus:before {
    content: "\ec35";
    }
        .fi-ss-plug-connection:before {
    content: "\ec36";
    }
        .fi-ss-plus:before {
    content: "\ec37";
    }
        .fi-ss-plus-hexagon:before {
    content: "\ec38";
    }
        .fi-ss-plus-minus:before {
    content: "\ec39";
    }
        .fi-ss-plus-small:before {
    content: "\ec3a";
    }
        .fi-ss-png-file:before {
    content: "\ec3b";
    }
        .fi-ss-podcast:before {
    content: "\ec3c";
    }
        .fi-ss-podium:before {
    content: "\ec3d";
    }
        .fi-ss-podium-star:before {
    content: "\ec3e";
    }
        .fi-ss-podium-victory-leader:before {
    content: "\ec3f";
    }
        .fi-ss-point-of-sale:before {
    content: "\ec40";
    }
        .fi-ss-point-of-sale-bill:before {
    content: "\ec41";
    }
        .fi-ss-point-of-sale-signal:before {
    content: "\ec42";
    }
        .fi-ss-pointer-loading:before {
    content: "\ec44";
    }
        .fi-ss-pointer-text:before {
    content: "\ec45";
    }
        .fi-ss-police-box:before {
    content: "\ec47";
    }
        .fi-ss-polish-bottle:before {
    content: "\ec48";
    }
        .fi-ss-polish-brush:before {
    content: "\ec49";
    }
        .fi-ss-poll-h:before {
    content: "\ec4a";
    }
        .fi-ss-pollution:before {
    content: "\ec4b";
    }
        .fi-ss-pompebled:before {
    content: "\ec4c";
    }
        .fi-ss-poo:before {
    content: "\ec4d";
    }
        .fi-ss-poo-bolt:before {
    content: "\ec4e";
    }
        .fi-ss-pool-8-ball:before {
    content: "\ec4f";
    }
        .fi-ss-poop:before {
    content: "\ec50";
    }
        .fi-ss-popcorn:before {
    content: "\ec51";
    }
        .fi-ss-popsicle:before {
    content: "\ec52";
    }
        .fi-ss-population:before {
    content: "\ec53";
    }
        .fi-ss-population-globe:before {
    content: "\ec54";
    }
        .fi-ss-portal-enter:before {
    content: "\ec55";
    }
        .fi-ss-portal-exit:before {
    content: "\ec56";
    }
        .fi-ss-portrait:before {
    content: "\ec57";
    }
        .fi-ss-portuguese:before {
    content: "\ec58";
    }
        .fi-ss-postal-address:before {
    content: "\ec59";
    }
        .fi-ss-pot:before {
    content: "\ec5b";
    }
        .fi-ss-potato:before {
    content: "\ec5c";
    }
        .fi-ss-pound:before {
    content: "\ec5d";
    }
        .fi-ss-power:before {
    content: "\ec5e";
    }
        .fi-ss-ppt-file:before {
    content: "\ec5f";
    }
        .fi-ss-practice:before {
    content: "\ec60";
    }
        .fi-ss-praying-hands:before {
    content: "\ec61";
    }
        .fi-ss-prescription:before {
    content: "\ec64";
    }
        .fi-ss-prescription-bottle:before {
    content: "\ec65";
    }
        .fi-ss-prescription-bottle-alt:before {
    content: "\ec66";
    }
        .fi-ss-prescription-bottle-pill:before {
    content: "\ec67";
    }
        .fi-ss-presentation:before {
    content: "\ec68";
    }
        .fi-ss-preview:before {
    content: "\ec69";
    }
        .fi-ss-previous-square:before {
    content: "\ec6a";
    }
        .fi-ss-print:before {
    content: "\ec6b";
    }
        .fi-ss-print-magnifying-glass:before {
    content: "\ec6c";
    }
        .fi-ss-print-slash:before {
    content: "\ec6d";
    }
        .fi-ss-priority-arrow:before {
    content: "\ec6f";
    }
        .fi-ss-priority-arrows:before {
    content: "\ec70";
    }
        .fi-ss-priority-importance:before {
    content: "\ec72";
    }
        .fi-ss-problem-solving:before {
    content: "\ec75";
    }
        .fi-ss-procedures:before {
    content: "\ec76";
    }
        .fi-ss-process:before {
    content: "\ec77";
    }
        .fi-ss-productivity:before {
    content: "\ec79";
    }
        .fi-ss-progress-bar-dotted-empty:before {
    content: "\ec7a";
    }
        .fi-ss-progress-bar-dotted-half:before {
    content: "\ec7b";
    }
        .fi-ss-progress-bar-dotted-line-half:before {
    content: "\ec7c";
    }
        .fi-ss-progress-bar-empty:before {
    content: "\ec7d";
    }
        .fi-ss-progress-bar-half:before {
    content: "\ec7e";
    }
        .fi-ss-progress-bar-square-empty:before {
    content: "\ec7f";
    }
        .fi-ss-progress-bar-square-half:before {
    content: "\ec80";
    }
        .fi-ss-progress-complete:before {
    content: "\ec81";
    }
        .fi-ss-progress-download:before {
    content: "\ec82";
    }
        .fi-ss-progress-upload:before {
    content: "\ec83";
    }
        .fi-ss-projector:before {
    content: "\ec84";
    }
        .fi-ss-protractor:before {
    content: "\ec85";
    }
        .fi-ss-pulse:before {
    content: "\ec86";
    }
        .fi-ss-pump:before {
    content: "\ec87";
    }
        .fi-ss-pump-medical:before {
    content: "\ec88";
    }
        .fi-ss-pumpkin:before {
    content: "\ec89";
    }
        .fi-ss-pumpkin-alt:before {
    content: "\ec8a";
    }
        .fi-ss-pumpkin-alt-2:before {
    content: "\ec8b";
    }
        .fi-ss-puzzle-alt:before {
    content: "\ec8d";
    }
        .fi-ss-puzzle-piece:before {
    content: "\ec8f";
    }
        .fi-ss-puzzle-piece-integration:before {
    content: "\ec90";
    }
        .fi-ss-puzzle-pieces:before {
    content: "\ec91";
    }
        .fi-ss-pyramid:before {
    content: "\ec92";
    }
        .fi-ss-q:before {
    content: "\ec94";
    }
        .fi-ss-QR:before {
    content: "\ec95";
    }
        .fi-ss-qr-scan:before {
    content: "\ec96";
    }
        .fi-ss-qrcode:before {
    content: "\ec97";
    }
        .fi-ss-question:before {
    content: "\ec99";
    }
        .fi-ss-question-square:before {
    content: "\ec9a";
    }
        .fi-ss-queue:before {
    content: "\ec9b";
    }
        .fi-ss-queue-alt:before {
    content: "\ec9c";
    }
        .fi-ss-queue-line:before {
    content: "\ec9d";
    }
        .fi-ss-queue-signal:before {
    content: "\ec9e";
    }
        .fi-ss-quill-pen-story:before {
    content: "\ec9f";
    }
        .fi-ss-quiz:before {
    content: "\eca0";
    }
        .fi-ss-quiz-alt:before {
    content: "\eca1";
    }
        .fi-ss-quote-right:before {
    content: "\eca2";
    }
        .fi-ss-r:before {
    content: "\eca4";
    }
        .fi-ss-rabbit:before {
    content: "\eca5";
    }
        .fi-ss-rabbit-fast:before {
    content: "\eca6";
    }
        .fi-ss-raccoon:before {
    content: "\eca7";
    }
        .fi-ss-racquet:before {
    content: "\eca8";
    }
        .fi-ss-radar:before {
    content: "\eca9";
    }
        .fi-ss-radar-monitoring-track:before {
    content: "\ecaa";
    }
        .fi-ss-radiation:before {
    content: "\ecab";
    }
        .fi-ss-radiation-alt:before {
    content: "\ecac";
    }
        .fi-ss-radio:before {
    content: "\ecad";
    }
        .fi-ss-radio-alt:before {
    content: "\ecae";
    }
        .fi-ss-radio-button:before {
    content: "\ecaf";
    }
        .fi-ss-radio-tower:before {
    content: "\ecb0";
    }
        .fi-ss-radio-waves:before {
    content: "\ecb1";
    }
        .fi-ss-radish:before {
    content: "\ecb2";
    }
        .fi-ss-rainbow:before {
    content: "\ecb3";
    }
        .fi-ss-raindrops:before {
    content: "\ecb4";
    }
        .fi-ss-ram:before {
    content: "\ecb5";
    }
        .fi-ss-ramp-loading:before {
    content: "\ecb6";
    }
        .fi-ss-rank:before {
    content: "\ecb7";
    }
        .fi-ss-ranking-podium:before {
    content: "\ecb8";
    }
        .fi-ss-ranking-podium-empty:before {
    content: "\ecb9";
    }
        .fi-ss-ranking-star:before {
    content: "\ecba";
    }
        .fi-ss-ranking-stars:before {
    content: "\ecbb";
    }
        .fi-ss-raygun:before {
    content: "\ecbd";
    }
        .fi-ss-razor-barber:before {
    content: "\ecbe";
    }
        .fi-ss-react:before {
    content: "\ecbf";
    }
        .fi-ss-rec:before {
    content: "\ecc0";
    }
        .fi-ss-receipt:before {
    content: "\ecc1";
    }
        .fi-ss-recipe:before {
    content: "\ecc2";
    }
        .fi-ss-recipe-book:before {
    content: "\ecc3";
    }
        .fi-ss-record-vinyl:before {
    content: "\ecc4";
    }
        .fi-ss-rectabgle-vertical:before {
    content: "\ecc5";
    }
        .fi-ss-rectangle-barcode:before {
    content: "\ecc6";
    }
        .fi-ss-rectangle-code:before {
    content: "\ecc7";
    }
        .fi-ss-rectangle-history-circle-plus:before {
    content: "\ecc8";
    }
        .fi-ss-rectangle-horizontal:before {
    content: "\ecc9";
    }
        .fi-ss-rectangle-list:before {
    content: "\ecca";
    }
        .fi-ss-rectangle-panoramic:before {
    content: "\eccb";
    }
        .fi-ss-rectangle-pro:before {
    content: "\eccc";
    }
        .fi-ss-rectangle-vertical:before {
    content: "\eccd";
    }
        .fi-ss-rectangle-vertical-history:before {
    content: "\ecce";
    }
        .fi-ss-rectangle-xmark:before {
    content: "\eccf";
    }
        .fi-ss-rectangles-mixed:before {
    content: "\ecd0";
    }
        .fi-ss-recycle:before {
    content: "\ecd1";
    }
        .fi-ss-recycle-bin:before {
    content: "\ecd2";
    }
        .fi-ss-redo:before {
    content: "\ecd5";
    }
        .fi-ss-redo-alt:before {
    content: "\ecd6";
    }
        .fi-ss-reel:before {
    content: "\ecd7";
    }
        .fi-ss-refer:before {
    content: "\ecd8";
    }
        .fi-ss-refer-arrow:before {
    content: "\ecd9";
    }
        .fi-ss-referral:before {
    content: "\ecdc";
    }
        .fi-ss-referral-alt:before {
    content: "\ecdd";
    }
        .fi-ss-referral-link-arrow:before {
    content: "\ecde";
    }
        .fi-ss-referral-user:before {
    content: "\ecdf";
    }
        .fi-ss-reflect:before {
    content: "\ece0";
    }
        .fi-ss-reflect-horizontal:before {
    content: "\ece1";
    }
        .fi-ss-reflect-horizontal-alt:before {
    content: "\ece2";
    }
        .fi-ss-reflect-vertical:before {
    content: "\ece3";
    }
        .fi-ss-refresh:before {
    content: "\ece4";
    }
        .fi-ss-refrigerator:before {
    content: "\ece5";
    }
        .fi-ss-refund:before {
    content: "\ece6";
    }
        .fi-ss-refund-alt:before {
    content: "\ece7";
    }
        .fi-ss-region-pin:before {
    content: "\ece8";
    }
        .fi-ss-region-pin-alt:before {
    content: "\ece9";
    }
        .fi-ss-registered:before {
    content: "\ecea";
    }
        .fi-ss-registration-paper:before {
    content: "\eced";
    }
        .fi-ss-remote-control:before {
    content: "\ecef";
    }
        .fi-ss-remote-control-hand:before {
    content: "\ecf0";
    }
        .fi-ss-remove-folder:before {
    content: "\ecf1";
    }
        .fi-ss-remove-user:before {
    content: "\ecf2";
    }
        .fi-ss-rent:before {
    content: "\ecf3";
    }
        .fi-ss-rent-signal:before {
    content: "\ecf4";
    }
        .fi-ss-replace:before {
    content: "\ecf5";
    }
        .fi-ss-replay-10:before {
    content: "\ecf7";
    }
        .fi-ss-replay-30:before {
    content: "\ecf8";
    }
        .fi-ss-replay-5:before {
    content: "\ecf9";
    }
        .fi-ss-reply-all:before {
    content: "\ecfa";
    }
        .fi-ss-republican:before {
    content: "\ecfb";
    }
        .fi-ss-research-arrows-circle:before {
    content: "\ecfc";
    }
        .fi-ss-reservation-smartphone:before {
    content: "\ecfd";
    }
        .fi-ss-reservation-table:before {
    content: "\ecfe";
    }
        .fi-ss-resistance-band:before {
    content: "\ecff";
    }
        .fi-ss-resize:before {
    content: "\ed00";
    }
        .fi-ss-resources:before {
    content: "\ed01";
    }
        .fi-ss-responsability:before {
    content: "\ed02";
    }
        .fi-ss-restaurant:before {
    content: "\ed03";
    }
        .fi-ss-restock:before {
    content: "\ed04";
    }
        .fi-ss-restroom-simple:before {
    content: "\ed05";
    }
        .fi-ss-resume:before {
    content: "\ed06";
    }
        .fi-ss-Revenue:before {
    content: "\ed07";
    }
        .fi-ss-revenue-alt:before {
    content: "\ed08";
    }
        .fi-ss-revenue-euro:before {
    content: "\ed09";
    }
        .fi-ss-review:before {
    content: "\ed0b";
    }
        .fi-ss-rewind:before {
    content: "\ed0c";
    }
        .fi-ss-rewind-button-circle:before {
    content: "\ed0d";
    }
        .fi-ss-rhombus:before {
    content: "\ed0e";
    }
        .fi-ss-ribbon:before {
    content: "\ed0f";
    }
        .fi-ss-right:before {
    content: "\ed10";
    }
        .fi-ss-right-from-bracket:before {
    content: "\ed11";
    }
        .fi-ss-ring:before {
    content: "\ed13";
    }
        .fi-ss-ring-diamond:before {
    content: "\ed14";
    }
        .fi-ss-rings-wedding:before {
    content: "\ed15";
    }
        .fi-ss-risk:before {
    content: "\ed16";
    }
        .fi-ss-risk-alt:before {
    content: "\ed17";
    }
        .fi-ss-road:before {
    content: "\ed18";
    }
        .fi-ss-road-barrier:before {
    content: "\ed19";
    }
        .fi-ss-road-map-pin:before {
    content: "\ed1a";
    }
        .fi-ss-road-sign-left:before {
    content: "\ed1b";
    }
        .fi-ss-roadmap:before {
    content: "\ed1c";
    }
        .fi-ss-robot:before {
    content: "\ed1d";
    }
        .fi-ss-robotic-arm:before {
    content: "\ed1e";
    }
        .fi-ss-rocket:before {
    content: "\ed1f";
    }
        .fi-ss-rocket-hand:before {
    content: "\ed20";
    }
        .fi-ss-rocket-holding-hand:before {
    content: "\ed21";
    }
        .fi-ss-rocket-lunch:before {
    content: "\ed22";
    }
        .fi-ss-roller-coaster:before {
    content: "\ed23";
    }
        .fi-ss-room-service:before {
    content: "\ed24";
    }
        .fi-ss-rose:before {
    content: "\ed25";
    }
        .fi-ss-rose-alt:before {
    content: "\ed26";
    }
        .fi-ss-rotate-exclamation:before {
    content: "\ed27";
    }
        .fi-ss-rotate-left:before {
    content: "\ed28";
    }
        .fi-ss-rotate-reverse:before {
    content: "\ed29";
    }
        .fi-ss-rotate-right:before {
    content: "\ed2a";
    }
        .fi-ss-rotate-square:before {
    content: "\ed2b";
    }
        .fi-ss-roulette:before {
    content: "\ed2c";
    }
        .fi-ss-route:before {
    content: "\ed2d";
    }
        .fi-ss-route-highway:before {
    content: "\ed2e";
    }
        .fi-ss-route-interstate:before {
    content: "\ed2f";
    }
        .fi-ss-router:before {
    content: "\ed30";
    }
        .fi-ss-router-wifi:before {
    content: "\ed31";
    }
        .fi-ss-router-wifi-alt:before {
    content: "\ed32";
    }
        .fi-ss-rss:before {
    content: "\ed33";
    }
        .fi-ss-rss-alt:before {
    content: "\ed34";
    }
        .fi-ss-ruble-sign:before {
    content: "\ed35";
    }
        .fi-ss-rugby:before {
    content: "\ed36";
    }
        .fi-ss-rugby-helmet:before {
    content: "\ed37";
    }
        .fi-ss-ruler-combined:before {
    content: "\ed38";
    }
        .fi-ss-ruler-horizontal:before {
    content: "\ed39";
    }
        .fi-ss-ruler-triangle:before {
    content: "\ed3a";
    }
        .fi-ss-ruler-vertical:before {
    content: "\ed3b";
    }
        .fi-ss-rules:before {
    content: "\ed3c";
    }
        .fi-ss-rules-alt:before {
    content: "\ed3d";
    }
        .fi-ss-running:before {
    content: "\ed3e";
    }
        .fi-ss-running-track:before {
    content: "\ed3f";
    }
        .fi-ss-rupee-sign:before {
    content: "\ed40";
    }
        .fi-ss-rupiah-sign:before {
    content: "\ed41";
    }
        .fi-ss-russian:before {
    content: "\ed42";
    }
        .fi-ss-rv:before {
    content: "\ed43";
    }
        .fi-ss-s:before {
    content: "\ed44";
    }
        .fi-ss-sack:before {
    content: "\ed45";
    }
        .fi-ss-sack-dollar:before {
    content: "\ed46";
    }
        .fi-ss-sad:before {
    content: "\ed47";
    }
        .fi-ss-sad-cry:before {
    content: "\ed48";
    }
        .fi-ss-sad-tear:before {
    content: "\ed49";
    }
        .fi-ss-safe-box:before {
    content: "\ed4a";
    }
        .fi-ss-sailboat:before {
    content: "\ed4b";
    }
        .fi-ss-salad:before {
    content: "\ed4c";
    }
        .fi-ss-salary-alt:before {
    content: "\ed4e";
    }
        .fi-ss-salt-pepper:before {
    content: "\ed4f";
    }
        .fi-ss-salt-shaker:before {
    content: "\ed50";
    }
        .fi-ss-sandwich:before {
    content: "\ed52";
    }
        .fi-ss-sandwich-alt:before {
    content: "\ed53";
    }
        .fi-ss-satellite:before {
    content: "\ed56";
    }
        .fi-ss-satellite-dish:before {
    content: "\ed57";
    }
        .fi-ss-satisfaction-bar:before {
    content: "\ed58";
    }
        .fi-ss-saturday:before {
    content: "\ed59";
    }
        .fi-ss-sauce:before {
    content: "\ed5a";
    }
        .fi-ss-sausage:before {
    content: "\ed5b";
    }
        .fi-ss-sax-hot:before {
    content: "\ed5c";
    }
        .fi-ss-saxophone:before {
    content: "\ed5d";
    }
        .fi-ss-scale:before {
    content: "\ed5e";
    }
        .fi-ss-scale-comparison:before {
    content: "\ed5f";
    }
        .fi-ss-scale-comparison-alt:before {
    content: "\ed60";
    }
        .fi-ss-scalpel:before {
    content: "\ed61";
    }
        .fi-ss-scalpel-path:before {
    content: "\ed62";
    }
        .fi-ss-scanner-gun:before {
    content: "\ed63";
    }
        .fi-ss-scanner-image:before {
    content: "\ed64";
    }
        .fi-ss-scanner-keyboard:before {
    content: "\ed65";
    }
        .fi-ss-scanner-touchscreen:before {
    content: "\ed66";
    }
        .fi-ss-scarecrow:before {
    content: "\ed67";
    }
        .fi-ss-scarf:before {
    content: "\ed68";
    }
        .fi-ss-school:before {
    content: "\ed69";
    }
        .fi-ss-school-bus:before {
    content: "\ed6a";
    }
        .fi-ss-school-lock:before {
    content: "\ed6b";
    }
        .fi-ss-scissors:before {
    content: "\ed6c";
    }
        .fi-ss-scooter:before {
    content: "\ed6d";
    }
        .fi-ss-screen:before {
    content: "\ed6e";
    }
        .fi-ss-screen-share:before {
    content: "\ed6f";
    }
        .fi-ss-screencast:before {
    content: "\ed71";
    }
        .fi-ss-screw:before {
    content: "\ed72";
    }
        .fi-ss-screw-alt:before {
    content: "\ed73";
    }
        .fi-ss-screwdriver:before {
    content: "\ed74";
    }
        .fi-ss-scribble:before {
    content: "\ed75";
    }
        .fi-ss-script:before {
    content: "\ed76";
    }
        .fi-ss-scroll:before {
    content: "\ed77";
    }
        .fi-ss-scroll-document-story:before {
    content: "\ed78";
    }
        .fi-ss-scroll-old:before {
    content: "\ed79";
    }
        .fi-ss-scroll-torah:before {
    content: "\ed7a";
    }
        .fi-ss-scrubber:before {
    content: "\ed7b";
    }
        .fi-ss-sculpture:before {
    content: "\ed7c";
    }
        .fi-ss-scythe:before {
    content: "\ed7d";
    }
        .fi-ss-sd-card:before {
    content: "\ed7e";
    }
        .fi-ss-sd-cards:before {
    content: "\ed7f";
    }
        .fi-ss-seal:before {
    content: "\ed80";
    }
        .fi-ss-seal-exclamation:before {
    content: "\ed81";
    }
        .fi-ss-seal-question:before {
    content: "\ed82";
    }
        .fi-ss-search:before {
    content: "\ed83";
    }
        .fi-ss-search-alt:before {
    content: "\ed84";
    }
        .fi-ss-search-dollar:before {
    content: "\ed85";
    }
        .fi-ss-search-heart:before {
    content: "\ed86";
    }
        .fi-ss-search-location:before {
    content: "\ed87";
    }
        .fi-ss-seat-airline:before {
    content: "\ed88";
    }
        .fi-ss-seatbelt-safety-driver:before {
    content: "\ed89";
    }
        .fi-ss-second:before {
    content: "\ed8a";
    }
        .fi-ss-second-award:before {
    content: "\ed8b";
    }
        .fi-ss-second-laurel:before {
    content: "\ed8c";
    }
        .fi-ss-second-medal:before {
    content: "\ed8d";
    }
        .fi-ss-seedling:before {
    content: "\ed90";
    }
        .fi-ss-select:before {
    content: "\ed91";
    }
        .fi-ss-selection:before {
    content: "\ed92";
    }
        .fi-ss-sell:before {
    content: "\ed93";
    }
        .fi-ss-seller:before {
    content: "\ed94";
    }
        .fi-ss-seller-store:before {
    content: "\ed95";
    }
        .fi-ss-selling:before {
    content: "\ed97";
    }
        .fi-ss-send-back:before {
    content: "\ed99";
    }
        .fi-ss-send-backward:before {
    content: "\ed9a";
    }
        .fi-ss-send-money:before {
    content: "\ed9b";
    }
        .fi-ss-send-money-smartphone:before {
    content: "\ed9c";
    }
        .fi-ss-sensor:before {
    content: "\ed9d";
    }
        .fi-ss-sensor-alert:before {
    content: "\ed9e";
    }
        .fi-ss-sensor-fire:before {
    content: "\ed9f";
    }
        .fi-ss-sensor-on:before {
    content: "\eda0";
    }
        .fi-ss-sensor-smoke:before {
    content: "\eda1";
    }
        .fi-ss-server-key:before {
    content: "\eda2";
    }
        .fi-ss-settings:before {
    content: "\eda3";
    }
        .fi-ss-settings-sliders:before {
    content: "\eda4";
    }
        .fi-ss-sewing-machine:before {
    content: "\eda5";
    }
        .fi-ss-sewing-machine-alt:before {
    content: "\eda6";
    }
        .fi-ss-share:before {
    content: "\eda7";
    }
        .fi-ss-share-alt-square:before {
    content: "\eda8";
    }
        .fi-ss-share-square:before {
    content: "\eda9";
    }
        .fi-ss-sheep:before {
    content: "\edaa";
    }
        .fi-ss-shekel-sign:before {
    content: "\edab";
    }
        .fi-ss-shelves:before {
    content: "\edac";
    }
        .fi-ss-shelves-empty:before {
    content: "\edad";
    }
        .fi-ss-shield:before {
    content: "\edae";
    }
        .fi-ss-shield-alt:before {
    content: "\edaf";
    }
        .fi-ss-shield-cat:before {
    content: "\edb0";
    }
        .fi-ss-shield-check:before {
    content: "\edb1";
    }
        .fi-ss-shield-cross:before {
    content: "\edb2";
    }
        .fi-ss-shield-divided-four:before {
    content: "\edb3";
    }
        .fi-ss-shield-dog:before {
    content: "\edb4";
    }
        .fi-ss-shield-exclamation:before {
    content: "\edb5";
    }
        .fi-ss-shield-interrogation:before {
    content: "\edb6";
    }
        .fi-ss-shield-keyhole:before {
    content: "\edb7";
    }
        .fi-ss-shield-minus:before {
    content: "\edb8";
    }
        .fi-ss-shield-plus:before {
    content: "\edb9";
    }
        .fi-ss-shield-security-risk:before {
    content: "\edbb";
    }
        .fi-ss-shield-slash:before {
    content: "\edbc";
    }
        .fi-ss-shield-trust:before {
    content: "\edbd";
    }
        .fi-ss-shield-virus:before {
    content: "\edbe";
    }
        .fi-ss-shield-xmark:before {
    content: "\edbf";
    }
        .fi-ss-ship:before {
    content: "\edc0";
    }
        .fi-ss-ship-side:before {
    content: "\edc1";
    }
        .fi-ss-shipping-fast:before {
    content: "\edc2";
    }
        .fi-ss-shipping-timed:before {
    content: "\edc3";
    }
        .fi-ss-shirt:before {
    content: "\edc4";
    }
        .fi-ss-shirt-long-sleeve:before {
    content: "\edc5";
    }
        .fi-ss-shirt-running:before {
    content: "\edc6";
    }
        .fi-ss-shirt-tank-top:before {
    content: "\edc7";
    }
        .fi-ss-shish-kebab:before {
    content: "\edc8";
    }
        .fi-ss-shoe-prints:before {
    content: "\edc9";
    }
        .fi-ss-shop:before {
    content: "\edca";
    }
        .fi-ss-shop-lock:before {
    content: "\edcb";
    }
        .fi-ss-shop-slash:before {
    content: "\edcc";
    }
        .fi-ss-shopping-bag:before {
    content: "\edce";
    }
        .fi-ss-shopping-bag-add:before {
    content: "\edcf";
    }
        .fi-ss-shopping-basket:before {
    content: "\edd0";
    }
        .fi-ss-shopping-cart:before {
    content: "\edd1";
    }
        .fi-ss-shopping-cart-add:before {
    content: "\edd2";
    }
        .fi-ss-shopping-cart-buyer:before {
    content: "\edd3";
    }
        .fi-ss-shopping-cart-check:before {
    content: "\edd4";
    }
        .fi-ss-shopping-cart-nft:before {
    content: "\edd8";
    }
        .fi-ss-shovel:before {
    content: "\edd9";
    }
        .fi-ss-shovel-snow:before {
    content: "\edda";
    }
        .fi-ss-shower:before {
    content: "\eddb";
    }
        .fi-ss-shower-down:before {
    content: "\eddc";
    }
        .fi-ss-shredder:before {
    content: "\eddd";
    }
        .fi-ss-shrimp:before {
    content: "\edde";
    }
        .fi-ss-shuffle:before {
    content: "\eddf";
    }
        .fi-ss-shuttle-van:before {
    content: "\ede0";
    }
        .fi-ss-shuttlecock:before {
    content: "\ede1";
    }
        .fi-ss-Sickle:before {
    content: "\ede2";
    }
        .fi-ss-sidebar:before {
    content: "\ede3";
    }
        .fi-ss-sidebar-flip:before {
    content: "\ede4";
    }
        .fi-ss-sigma:before {
    content: "\ede6";
    }
        .fi-ss-sign-hanging:before {
    content: "\ede7";
    }
        .fi-ss-sign-in-alt:before {
    content: "\ede8";
    }
        .fi-ss-sign-out-alt:before {
    content: "\ede9";
    }
        .fi-ss-sign-posts:before {
    content: "\edea";
    }
        .fi-ss-sign-posts-wrench:before {
    content: "\edeb";
    }
        .fi-ss-sign-up:before {
    content: "\edec";
    }
        .fi-ss-signal-alt:before {
    content: "\eded";
    }
        .fi-ss-signal-alt-1:before {
    content: "\edee";
    }
        .fi-ss-signal-alt-2:before {
    content: "\edef";
    }
        .fi-ss-signal-alt-slash:before {
    content: "\edf0";
    }
        .fi-ss-signal-bars-fair:before {
    content: "\edf1";
    }
        .fi-ss-signal-bars-good:before {
    content: "\edf2";
    }
        .fi-ss-signal-bars-weak:before {
    content: "\edf4";
    }
        .fi-ss-signal-stream:before {
    content: "\edf7";
    }
        .fi-ss-signal-stream-slash:before {
    content: "\edf8";
    }
        .fi-ss-signature:before {
    content: "\edfb";
    }
        .fi-ss-signature-lock:before {
    content: "\edfc";
    }
        .fi-ss-signature-slash:before {
    content: "\edfe";
    }
        .fi-ss-sim-card:before {
    content: "\edff";
    }
        .fi-ss-sim-cards:before {
    content: "\ee00";
    }
        .fi-ss-sink:before {
    content: "\ee01";
    }
        .fi-ss-Siren:before {
    content: "\ee02";
    }
        .fi-ss-siren-on:before {
    content: "\ee03";
    }
        .fi-ss-site:before {
    content: "\ee04";
    }
        .fi-ss-site-alt:before {
    content: "\ee05";
    }
        .fi-ss-site-browser:before {
    content: "\ee07";
    }
        .fi-ss-sitemap:before {
    content: "\ee08";
    }
        .fi-ss-skateboard:before {
    content: "\ee09";
    }
        .fi-ss-skating:before {
    content: "\ee0a";
    }
        .fi-ss-skeleton:before {
    content: "\ee0b";
    }
        .fi-ss-skeleton-ribs:before {
    content: "\ee0c";
    }
        .fi-ss-skewer:before {
    content: "\ee0e";
    }
        .fi-ss-ski-boot-ski:before {
    content: "\ee0f";
    }
        .fi-ss-ski-jump:before {
    content: "\ee10";
    }
        .fi-ss-ski-lift:before {
    content: "\ee11";
    }
        .fi-ss-skiing:before {
    content: "\ee12";
    }
        .fi-ss-skiing-nordic:before {
    content: "\ee13";
    }
        .fi-ss-skill:before {
    content: "\ee14";
    }
        .fi-ss-skill-alt:before {
    content: "\ee15";
    }
        .fi-ss-skill-user:before {
    content: "\ee17";
    }
        .fi-ss-skin:before {
    content: "\ee18";
    }
        .fi-ss-skin-acne:before {
    content: "\ee19";
    }
        .fi-ss-skin-arrow:before {
    content: "\ee1a";
    }
        .fi-ss-skin-drop:before {
    content: "\ee1b";
    }
        .fi-ss-skin-hair:before {
    content: "\ee1c";
    }
        .fi-ss-skin-laser:before {
    content: "\ee1d";
    }
        .fi-ss-skin-uv:before {
    content: "\ee1e";
    }
        .fi-ss-skip-15-seconds:before {
    content: "\ee1f";
    }
        .fi-ss-skull:before {
    content: "\ee20";
    }
        .fi-ss-skull-cow:before {
    content: "\ee21";
    }
        .fi-ss-skull-crossbones:before {
    content: "\ee22";
    }
        .fi-ss-skull-heart:before {
    content: "\ee23";
    }
        .fi-ss-slash:before {
    content: "\ee26";
    }
        .fi-ss-sledding:before {
    content: "\ee28";
    }
        .fi-ss-sleeping-bag:before {
    content: "\ee29";
    }
        .fi-ss-sleeping-cat:before {
    content: "\ee2a";
    }
        .fi-ss-sleigh:before {
    content: "\ee2b";
    }
        .fi-ss-sliders-h-square:before {
    content: "\ee2c";
    }
        .fi-ss-sliders-v:before {
    content: "\ee2d";
    }
        .fi-ss-sliders-v-square:before {
    content: "\ee2e";
    }
        .fi-ss-slot-machine:before {
    content: "\ee30";
    }
        .fi-ss-smart-home:before {
    content: "\ee31";
    }
        .fi-ss-smart-home-alt:before {
    content: "\ee32";
    }
        .fi-ss-smartphone:before {
    content: "\ee33";
    }
        .fi-ss-smile:before {
    content: "\ee34";
    }
        .fi-ss-smile-beam:before {
    content: "\ee35";
    }
        .fi-ss-smile-plus:before {
    content: "\ee36";
    }
        .fi-ss-smile-wink:before {
    content: "\ee37";
    }
        .fi-ss-smiley-comment-alt:before {
    content: "\ee38";
    }
        .fi-ss-smog:before {
    content: "\ee39";
    }
        .fi-ss-smoke:before {
    content: "\ee3a";
    }
        .fi-ss-smoking:before {
    content: "\ee3b";
    }
        .fi-ss-smoking-ban:before {
    content: "\ee3c";
    }
        .fi-ss-snake:before {
    content: "\ee3d";
    }
        .fi-ss-snap:before {
    content: "\ee3e";
    }
        .fi-ss-snooze:before {
    content: "\ee40";
    }
        .fi-ss-snow-blowing:before {
    content: "\ee41";
    }
        .fi-ss-snowboarding:before {
    content: "\ee42";
    }
        .fi-ss-snowflake:before {
    content: "\ee43";
    }
        .fi-ss-snowflake-droplets:before {
    content: "\ee44";
    }
        .fi-ss-snowflakes:before {
    content: "\ee45";
    }
        .fi-ss-snowman-alt:before {
    content: "\ee47";
    }
        .fi-ss-snowman-head:before {
    content: "\ee48";
    }
        .fi-ss-snowmobile:before {
    content: "\ee49";
    }
        .fi-ss-snowplow:before {
    content: "\ee4a";
    }
        .fi-ss-soap:before {
    content: "\ee4b";
    }
        .fi-ss-soap-alt:before {
    content: "\ee4c";
    }
        .fi-ss-social-network:before {
    content: "\ee4d";
    }
        .fi-ss-socks:before {
    content: "\ee4e";
    }
        .fi-ss-sofa:before {
    content: "\ee4f";
    }
        .fi-ss-sofa-size:before {
    content: "\ee50";
    }
        .fi-ss-solar-panel:before {
    content: "\ee51";
    }
        .fi-ss-solar-panel-sun:before {
    content: "\ee52";
    }
        .fi-ss-solar-system:before {
    content: "\ee53";
    }
        .fi-ss-sold-house:before {
    content: "\ee54";
    }
        .fi-ss-sold-signal:before {
    content: "\ee55";
    }
        .fi-ss-sort:before {
    content: "\ee57";
    }
        .fi-ss-sort-alpha-down:before {
    content: "\ee58";
    }
        .fi-ss-sort-alpha-down-alt:before {
    content: "\ee59";
    }
        .fi-ss-sort-alpha-up:before {
    content: "\ee5a";
    }
        .fi-ss-sort-alpha-up-alt:before {
    content: "\ee5b";
    }
        .fi-ss-sort-alt:before {
    content: "\ee5c";
    }
        .fi-ss-sort-amount-down:before {
    content: "\ee5d";
    }
        .fi-ss-sort-amount-down-alt:before {
    content: "\ee5e";
    }
        .fi-ss-sort-amount-up:before {
    content: "\ee5f";
    }
        .fi-ss-sort-amount-up-alt:before {
    content: "\ee60";
    }
        .fi-ss-sort-circle:before {
    content: "\ee61";
    }
        .fi-ss-sort-circle-down:before {
    content: "\ee62";
    }
        .fi-ss-sort-circle-up:before {
    content: "\ee63";
    }
        .fi-ss-sort-down:before {
    content: "\ee64";
    }
        .fi-ss-sort-numeric-down:before {
    content: "\ee65";
    }
        .fi-ss-sort-numeric-down-alt:before {
    content: "\ee66";
    }
        .fi-ss-sort-shapes-down:before {
    content: "\ee67";
    }
        .fi-ss-sort-shapes-up:before {
    content: "\ee68";
    }
        .fi-ss-sort-size-down:before {
    content: "\ee69";
    }
        .fi-ss-sort-size-up:before {
    content: "\ee6a";
    }
        .fi-ss-soup:before {
    content: "\ee6c";
    }
        .fi-ss-source-data:before {
    content: "\ee6d";
    }
        .fi-ss-source-document:before {
    content: "\ee6e";
    }
        .fi-ss-source-document-alt:before {
    content: "\ee6f";
    }
        .fi-ss-spa:before {
    content: "\ee70";
    }
        .fi-ss-space-shuttle:before {
    content: "\ee71";
    }
        .fi-ss-space-station-moon:before {
    content: "\ee72";
    }
        .fi-ss-space-station-moon-alt:before {
    content: "\ee73";
    }
        .fi-ss-spade:before {
    content: "\ee74";
    }
        .fi-ss-spaghetti-monster-flying:before {
    content: "\ee75";
    }
        .fi-ss-spain-map:before {
    content: "\ee76";
    }
        .fi-ss-spanish:before {
    content: "\ee77";
    }
        .fi-ss-sparkles:before {
    content: "\ee79";
    }
        .fi-ss-spartan-helmet:before {
    content: "\ee7a";
    }
        .fi-ss-speaker:before {
    content: "\ee7b";
    }
        .fi-ss-speakers:before {
    content: "\ee7c";
    }
        .fi-ss-speech-bubble-story:before {
    content: "\ee7d";
    }
        .fi-ss-speedometer-arrow:before {
    content: "\ee7e";
    }
        .fi-ss-speedometer-kpi:before {
    content: "\ee7f";
    }
        .fi-ss-sphere:before {
    content: "\ee80";
    }
        .fi-ss-spider:before {
    content: "\ee81";
    }
        .fi-ss-spider-black-widow:before {
    content: "\ee82";
    }
        .fi-ss-spider-web:before {
    content: "\ee83";
    }
        .fi-ss-spinner:before {
    content: "\ee84";
    }
        .fi-ss-split:before {
    content: "\ee85";
    }
        .fi-ss-split-up-relation:before {
    content: "\ee86";
    }
        .fi-ss-splotch:before {
    content: "\ee87";
    }
        .fi-ss-spoon:before {
    content: "\ee88";
    }
        .fi-ss-spray-can:before {
    content: "\ee8b";
    }
        .fi-ss-spray-can-sparkles:before {
    content: "\ee8c";
    }
        .fi-ss-spring-calendar:before {
    content: "\ee8d";
    }
        .fi-ss-sprinkler:before {
    content: "\ee8e";
    }
        .fi-ss-spy:before {
    content: "\ee8f";
    }
        .fi-ss-sql-file:before {
    content: "\ee90";
    }
        .fi-ss-sql-server:before {
    content: "\ee91";
    }
        .fi-ss-square:before {
    content: "\ee92";
    }
        .fi-ss-square-0:before {
    content: "\ee93";
    }
        .fi-ss-square-1:before {
    content: "\ee94";
    }
        .fi-ss-square-2:before {
    content: "\ee95";
    }
        .fi-ss-square-3:before {
    content: "\ee96";
    }
        .fi-ss-square-4:before {
    content: "\ee97";
    }
        .fi-ss-square-5:before {
    content: "\ee98";
    }
        .fi-ss-square-6:before {
    content: "\ee99";
    }
        .fi-ss-square-7:before {
    content: "\ee9a";
    }
        .fi-ss-square-8:before {
    content: "\ee9b";
    }
        .fi-ss-square-9:before {
    content: "\ee9c";
    }
        .fi-ss-square-a:before {
    content: "\ee9d";
    }
        .fi-ss-square-b:before {
    content: "\ee9f";
    }
        .fi-ss-square-bolt:before {
    content: "\eea0";
    }
        .fi-ss-square-c:before {
    content: "\eea1";
    }
        .fi-ss-square-code:before {
    content: "\eea2";
    }
        .fi-ss-square-d:before {
    content: "\eea3";
    }
        .fi-ss-square-dashed:before {
    content: "\eea4";
    }
        .fi-ss-square-dashed-circle-plus:before {
    content: "\eea5";
    }
        .fi-ss-square-divide:before {
    content: "\eea6";
    }
        .fi-ss-square-e:before {
    content: "\eea7";
    }
        .fi-ss-square-ellipsis:before {
    content: "\eea8";
    }
        .fi-ss-square-ellipsis-vertical:before {
    content: "\eea9";
    }
        .fi-ss-square-exclamation:before {
    content: "\eeaa";
    }
        .fi-ss-square-f:before {
    content: "\eeab";
    }
        .fi-ss-square-g:before {
    content: "\eeac";
    }
        .fi-ss-square-h:before {
    content: "\eead";
    }
        .fi-ss-square-heart:before {
    content: "\eeae";
    }
        .fi-ss-square-i:before {
    content: "\eeaf";
    }
        .fi-ss-square-info:before {
    content: "\eeb0";
    }
        .fi-ss-square-j:before {
    content: "\eeb1";
    }
        .fi-ss-square-k:before {
    content: "\eeb2";
    }
        .fi-ss-square-kanban:before {
    content: "\eeb3";
    }
        .fi-ss-square-l:before {
    content: "\eeb4";
    }
        .fi-ss-square-m:before {
    content: "\eeb5";
    }
        .fi-ss-square-minus:before {
    content: "\eeb6";
    }
        .fi-ss-square-n:before {
    content: "\eeb7";
    }
        .fi-ss-square-o:before {
    content: "\eeb8";
    }
        .fi-ss-square-p:before {
    content: "\eeb9";
    }
        .fi-ss-square-phone-hangup:before {
    content: "\eebb";
    }
        .fi-ss-square-plus:before {
    content: "\eebc";
    }
        .fi-ss-square-poll-horizontal:before {
    content: "\eebd";
    }
        .fi-ss-square-poll-vertical:before {
    content: "\eebe";
    }
        .fi-ss-square-q:before {
    content: "\eebf";
    }
        .fi-ss-square-quote:before {
    content: "\eec0";
    }
        .fi-ss-square-r:before {
    content: "\eec1";
    }
        .fi-ss-square-root:before {
    content: "\eec2";
    }
        .fi-ss-square-s:before {
    content: "\eec3";
    }
        .fi-ss-square-small:before {
    content: "\eec4";
    }
        .fi-ss-square-star:before {
    content: "\eec5";
    }
        .fi-ss-square-t:before {
    content: "\eec6";
    }
        .fi-ss-square-terminal:before {
    content: "\eec7";
    }
        .fi-ss-square-u:before {
    content: "\eec8";
    }
        .fi-ss-square-up-right:before {
    content: "\eec9";
    }
        .fi-ss-square-v:before {
    content: "\eeca";
    }
        .fi-ss-square-w:before {
    content: "\eecb";
    }
        .fi-ss-square-x:before {
    content: "\eecc";
    }
        .fi-ss-square-y:before {
    content: "\eecd";
    }
        .fi-ss-square-z:before {
    content: "\eece";
    }
        .fi-ss-squid:before {
    content: "\eecf";
    }
        .fi-ss-squircle:before {
    content: "\eed0";
    }
        .fi-ss-squirrel:before {
    content: "\eed1";
    }
        .fi-ss-staff:before {
    content: "\eed2";
    }
        .fi-ss-stage:before {
    content: "\eed3";
    }
        .fi-ss-stage-concert:before {
    content: "\eed4";
    }
        .fi-ss-stage-theatre:before {
    content: "\eed5";
    }
        .fi-ss-stairs:before {
    content: "\eed6";
    }
        .fi-ss-stamp:before {
    content: "\eed7";
    }
        .fi-ss-standard-definition:before {
    content: "\eed8";
    }
        .fi-ss-star:before {
    content: "\eed9";
    }
        .fi-ss-star-and-crescent:before {
    content: "\eeda";
    }
        .fi-ss-star-christmas:before {
    content: "\eedb";
    }
        .fi-ss-star-comment-alt:before {
    content: "\eedc";
    }
        .fi-ss-star-exclamation:before {
    content: "\eedd";
    }
        .fi-ss-star-octogram:before {
    content: "\eede";
    }
        .fi-ss-star-of-david:before {
    content: "\eedf";
    }
        .fi-ss-star-rating-call:before {
    content: "\eee0";
    }
        .fi-ss-star-sharp-half:before {
    content: "\eee1";
    }
        .fi-ss-star-sharp-half-stroke:before {
    content: "\eee2";
    }
        .fi-ss-star-shooting:before {
    content: "\eee3";
    }
        .fi-ss-starfighter:before {
    content: "\eee5";
    }
        .fi-ss-stars:before {
    content: "\eee6";
    }
        .fi-ss-state-country:before {
    content: "\eee7";
    }
        .fi-ss-stationary-bike:before {
    content: "\eee8";
    }
        .fi-ss-stats:before {
    content: "\eee9";
    }
        .fi-ss-steak:before {
    content: "\eeea";
    }
        .fi-ss-steam-iron:before {
    content: "\eeeb";
    }
        .fi-ss-steering-wheel:before {
    content: "\eeec";
    }
        .fi-ss-step-backward:before {
    content: "\eeed";
    }
        .fi-ss-step-forward:before {
    content: "\eeee";
    }
        .fi-ss-steps-carreer:before {
    content: "\eeef";
    }
        .fi-ss-sterling-sign:before {
    content: "\eef0";
    }
        .fi-ss-stethoscope:before {
    content: "\eef1";
    }
        .fi-ss-sticker:before {
    content: "\eef2";
    }
        .fi-ss-stocking:before {
    content: "\eef4";
    }
        .fi-ss-stomach:before {
    content: "\eef5";
    }
        .fi-ss-stop:before {
    content: "\eef6";
    }
        .fi-ss-stop-circle:before {
    content: "\eef7";
    }
        .fi-ss-stop-square:before {
    content: "\eef8";
    }
        .fi-ss-stopwatch:before {
    content: "\eef9";
    }
        .fi-ss-store-alt:before {
    content: "\eefb";
    }
        .fi-ss-store-buyer:before {
    content: "\eefc";
    }
        .fi-ss-store-lock:before {
    content: "\eefd";
    }
        .fi-ss-store-slash:before {
    content: "\eefe";
    }
        .fi-ss-story-book:before {
    content: "\eeff";
    }
        .fi-ss-story-fairy-tale:before {
    content: "\ef00";
    }
        .fi-ss-story-fantasy:before {
    content: "\ef01";
    }
        .fi-ss-strategy-chess-risk:before {
    content: "\ef03";
    }
        .fi-ss-strawberry:before {
    content: "\ef04";
    }
        .fi-ss-street-view:before {
    content: "\ef05";
    }
        .fi-ss-stretcher:before {
    content: "\ef06";
    }
        .fi-ss-strikethrough:before {
    content: "\ef07";
    }
        .fi-ss-stroopwafel:before {
    content: "\ef09";
    }
        .fi-ss-student:before {
    content: "\ef0a";
    }
        .fi-ss-student-alt:before {
    content: "\ef0b";
    }
        .fi-ss-subfolder:before {
    content: "\ef0c";
    }
        .fi-ss-subscript:before {
    content: "\ef0f";
    }
        .fi-ss-subscription:before {
    content: "\ef10";
    }
        .fi-ss-subscription-alt:before {
    content: "\ef11";
    }
        .fi-ss-subscription-model:before {
    content: "\ef12";
    }
        .fi-ss-subscription-user:before {
    content: "\ef13";
    }
        .fi-ss-subtitles:before {
    content: "\ef18";
    }
        .fi-ss-subtitles-slash:before {
    content: "\ef19";
    }
        .fi-ss-subway:before {
    content: "\ef1a";
    }
        .fi-ss-suitcase-alt:before {
    content: "\ef1b";
    }
        .fi-ss-summary-check:before {
    content: "\ef1c";
    }
        .fi-ss-summer:before {
    content: "\ef1d";
    }
        .fi-ss-sun:before {
    content: "\ef1e";
    }
        .fi-ss-sun-dust:before {
    content: "\ef1f";
    }
        .fi-ss-sun-plant-wilt:before {
    content: "\ef20";
    }
        .fi-ss-sun-salutation-yoga:before {
    content: "\ef21";
    }
        .fi-ss-sunday:before {
    content: "\ef22";
    }
        .fi-ss-sunglasses:before {
    content: "\ef23";
    }
        .fi-ss-sunglasses-alt:before {
    content: "\ef24";
    }
        .fi-ss-sunrise:before {
    content: "\ef25";
    }
        .fi-ss-sunrise-alt:before {
    content: "\ef26";
    }
        .fi-ss-sunscreen:before {
    content: "\ef27";
    }
        .fi-ss-sunset:before {
    content: "\ef28";
    }
        .fi-ss-superscript:before {
    content: "\ef29";
    }
        .fi-ss-supplier:before {
    content: "\ef2a";
    }
        .fi-ss-supplier-alt:before {
    content: "\ef2b";
    }
        .fi-ss-surfing:before {
    content: "\ef2c";
    }
        .fi-ss-surprise:before {
    content: "\ef2d";
    }
        .fi-ss-surveillance-camera:before {
    content: "\ef2e";
    }
        .fi-ss-survey-xmark:before {
    content: "\ef2f";
    }
        .fi-ss-sushi:before {
    content: "\ef30";
    }
        .fi-ss-sushi-alt:before {
    content: "\ef31";
    }
        .fi-ss-sushi-roll:before {
    content: "\ef32";
    }
        .fi-ss-svg:before {
    content: "\ef33";
    }
        .fi-ss-swap:before {
    content: "\ef34";
    }
        .fi-ss-swatchbook:before {
    content: "\ef36";
    }
        .fi-ss-swimmer:before {
    content: "\ef38";
    }
        .fi-ss-swimming-pool:before {
    content: "\ef39";
    }
        .fi-ss-swing:before {
    content: "\ef3a";
    }
        .fi-ss-swipe-down:before {
    content: "\ef3b";
    }
        .fi-ss-swipe-left:before {
    content: "\ef3c";
    }
        .fi-ss-swipe-right:before {
    content: "\ef3d";
    }
        .fi-ss-swipe-up:before {
    content: "\ef3e";
    }
        .fi-ss-sword:before {
    content: "\ef3f";
    }
        .fi-ss-sword-alt:before {
    content: "\ef40";
    }
        .fi-ss-symbol:before {
    content: "\ef41";
    }
        .fi-ss-symbols:before {
    content: "\ef42";
    }
        .fi-ss-synagogue:before {
    content: "\ef43";
    }
        .fi-ss-syringe:before {
    content: "\ef44";
    }
        .fi-ss-syringe-injection-blood:before {
    content: "\ef45";
    }
        .fi-ss-system-cloud:before {
    content: "\ef46";
    }
        .fi-ss-t:before {
    content: "\ef47";
    }
        .fi-ss-t-rex:before {
    content: "\ef49";
    }
        .fi-ss-tab-folder:before {
    content: "\ef4a";
    }
        .fi-ss-table:before {
    content: "\ef4b";
    }
        .fi-ss-table-columns:before {
    content: "\ef4c";
    }
        .fi-ss-table-layout:before {
    content: "\ef4d";
    }
        .fi-ss-table-list:before {
    content: "\ef4e";
    }
        .fi-ss-table-picnic:before {
    content: "\ef4f";
    }
        .fi-ss-table-pivot:before {
    content: "\ef50";
    }
        .fi-ss-table-rows:before {
    content: "\ef51";
    }
        .fi-ss-table-tree:before {
    content: "\ef52";
    }
        .fi-ss-tablet:before {
    content: "\ef53";
    }
        .fi-ss-tablet-android:before {
    content: "\ef54";
    }
        .fi-ss-tablet-android-alt:before {
    content: "\ef55";
    }
        .fi-ss-tablet-rugged:before {
    content: "\ef56";
    }
        .fi-ss-tachometer:before {
    content: "\ef57";
    }
        .fi-ss-tachometer-alt-average:before {
    content: "\ef58";
    }
        .fi-ss-tachometer-alt-fastest:before {
    content: "\ef59";
    }
        .fi-ss-tachometer-alt-slow:before {
    content: "\ef5a";
    }
        .fi-ss-tachometer-alt-slowest:before {
    content: "\ef5b";
    }
        .fi-ss-tachometer-average:before {
    content: "\ef5c";
    }
        .fi-ss-tachometer-fast:before {
    content: "\ef5d";
    }
        .fi-ss-tachometer-fastest:before {
    content: "\ef5e";
    }
        .fi-ss-tachometer-slow:before {
    content: "\ef5f";
    }
        .fi-ss-tachometer-slowest:before {
    content: "\ef60";
    }
        .fi-ss-taco:before {
    content: "\ef61";
    }
        .fi-ss-tags:before {
    content: "\ef62";
    }
        .fi-ss-talent:before {
    content: "\ef63";
    }
        .fi-ss-talent-alt:before {
    content: "\ef64";
    }
        .fi-ss-talent-hand:before {
    content: "\ef65";
    }
        .fi-ss-tally:before {
    content: "\ef66";
    }
        .fi-ss-tally-1:before {
    content: "\ef67";
    }
        .fi-ss-tally-2:before {
    content: "\ef68";
    }
        .fi-ss-tally-3:before {
    content: "\ef69";
    }
        .fi-ss-tally-4:before {
    content: "\ef6a";
    }
        .fi-ss-tamale:before {
    content: "\ef6b";
    }
        .fi-ss-tank-water:before {
    content: "\ef6d";
    }
        .fi-ss-tap:before {
    content: "\ef6e";
    }
        .fi-ss-tape:before {
    content: "\ef6f";
    }
        .fi-ss-target:before {
    content: "\ef70";
    }
        .fi-ss-target-audience:before {
    content: "\ef71";
    }
        .fi-ss-tattoo-machine:before {
    content: "\ef72";
    }
        .fi-ss-tax:before {
    content: "\ef73";
    }
        .fi-ss-tax-alt:before {
    content: "\ef74";
    }
        .fi-ss-taxi:before {
    content: "\ef75";
    }
        .fi-ss-taxi-bus:before {
    content: "\ef76";
    }
        .fi-ss-team-check:before {
    content: "\ef77";
    }
        .fi-ss-team-check-alt:before {
    content: "\ef78";
    }
        .fi-ss-teddy-bear:before {
    content: "\ef79";
    }
        .fi-ss-teeth-open:before {
    content: "\ef7a";
    }
        .fi-ss-telescope:before {
    content: "\ef7c";
    }
        .fi-ss-temperature-down:before {
    content: "\ef7d";
    }
        .fi-ss-temperature-frigid:before {
    content: "\ef7e";
    }
        .fi-ss-temperature-high:before {
    content: "\ef7f";
    }
        .fi-ss-temperature-list:before {
    content: "\ef80";
    }
        .fi-ss-temperature-low:before {
    content: "\ef81";
    }
        .fi-ss-temperature-up:before {
    content: "\ef82";
    }
        .fi-ss-template:before {
    content: "\ef83";
    }
        .fi-ss-template-alt:before {
    content: "\ef84";
    }
        .fi-ss-tenge:before {
    content: "\ef86";
    }
        .fi-ss-tennis:before {
    content: "\ef87";
    }
        .fi-ss-tent-arrow-down-to-line:before {
    content: "\ef88";
    }
        .fi-ss-tent-arrow-left-right:before {
    content: "\ef89";
    }
        .fi-ss-tent-arrow-turn-left:before {
    content: "\ef8a";
    }
        .fi-ss-tent-arrows-down:before {
    content: "\ef8b";
    }
        .fi-ss-tents:before {
    content: "\ef8c";
    }
        .fi-ss-terminal:before {
    content: "\ef8d";
    }
        .fi-ss-terrace:before {
    content: "\ef90";
    }
        .fi-ss-test:before {
    content: "\ef91";
    }
        .fi-ss-test-tube:before {
    content: "\ef92";
    }
        .fi-ss-text:before {
    content: "\ef93";
    }
        .fi-ss-text-box:before {
    content: "\ef94";
    }
        .fi-ss-text-box-dots:before {
    content: "\ef95";
    }
        .fi-ss-text-box-edit:before {
    content: "\ef96";
    }
        .fi-ss-text-check:before {
    content: "\ef97";
    }
        .fi-ss-text-height:before {
    content: "\ef98";
    }
        .fi-ss-text-input-left:before {
    content: "\ef99";
    }
        .fi-ss-text-shadow:before {
    content: "\ef9a";
    }
        .fi-ss-text-size:before {
    content: "\ef9b";
    }
        .fi-ss-text-slash:before {
    content: "\ef9c";
    }
        .fi-ss-text-width:before {
    content: "\ef9d";
    }
        .fi-ss-theater-masks:before {
    content: "\ef9f";
    }
        .fi-ss-thermometer-alt:before {
    content: "\efa0";
    }
        .fi-ss-thermometer-empty:before {
    content: "\efa1";
    }
        .fi-ss-thermometer-full:before {
    content: "\efa2";
    }
        .fi-ss-thermometer-half:before {
    content: "\efa3";
    }
        .fi-ss-thermometer-quarter:before {
    content: "\efa4";
    }
        .fi-ss-thermometer-three-quarters:before {
    content: "\efa5";
    }
        .fi-ss-theta:before {
    content: "\efa6";
    }
        .fi-ss-third:before {
    content: "\efa7";
    }
        .fi-ss-third-award:before {
    content: "\efa8";
    }
        .fi-ss-third-laurel:before {
    content: "\efa9";
    }
        .fi-ss-third-medal:before {
    content: "\efaa";
    }
        .fi-ss-thought-bubble:before {
    content: "\efab";
    }
        .fi-ss-three-direction:before {
    content: "\efad";
    }
        .fi-ss-three-leaf-clover:before {
    content: "\efae";
    }
        .fi-ss-thumbs-up-trust:before {
    content: "\efb1";
    }
        .fi-ss-thumbtack:before {
    content: "\efb2";
    }
        .fi-ss-thumbtack-slash:before {
    content: "\efb3";
    }
        .fi-ss-thunderstorm:before {
    content: "\efb4";
    }
        .fi-ss-thunderstorm-moon:before {
    content: "\efb5";
    }
        .fi-ss-thunderstorm-risk:before {
    content: "\efb6";
    }
        .fi-ss-thunderstorm-sun:before {
    content: "\efb7";
    }
        .fi-ss-thursday:before {
    content: "\efb8";
    }
        .fi-ss-ticket:before {
    content: "\efb9";
    }
        .fi-ss-ticket-airline:before {
    content: "\efba";
    }
        .fi-ss-ticket-alt:before {
    content: "\efbb";
    }
        .fi-ss-tickets:before {
    content: "\efbc";
    }
        .fi-ss-tickets-airline:before {
    content: "\efbd";
    }
        .fi-ss-tie:before {
    content: "\efbe";
    }
        .fi-ss-tilde:before {
    content: "\efc0";
    }
        .fi-ss-time-add:before {
    content: "\efc1";
    }
        .fi-ss-time-check:before {
    content: "\efc2";
    }
        .fi-ss-time-delete:before {
    content: "\efc3";
    }
        .fi-ss-time-fast:before {
    content: "\efc4";
    }
        .fi-ss-time-forward:before {
    content: "\efc5";
    }
        .fi-ss-time-forward-sixty:before {
    content: "\efc6";
    }
        .fi-ss-time-forward-ten:before {
    content: "\efc7";
    }
        .fi-ss-time-half-past:before {
    content: "\efc8";
    }
        .fi-ss-time-oclock:before {
    content: "\efc9";
    }
        .fi-ss-time-past:before {
    content: "\efca";
    }
        .fi-ss-time-quarter-past:before {
    content: "\efcb";
    }
        .fi-ss-time-quarter-to:before {
    content: "\efcc";
    }
        .fi-ss-time-twenty-four:before {
    content: "\efcd";
    }
        .fi-ss-time-watch-calendar:before {
    content: "\efce";
    }
        .fi-ss-timer-clock-call:before {
    content: "\efcf";
    }
        .fi-ss-times-hexagon:before {
    content: "\efd0";
    }
        .fi-ss-tint-slash:before {
    content: "\efd1";
    }
        .fi-ss-tip-button:before {
    content: "\efd2";
    }
        .fi-ss-tip-button-hand:before {
    content: "\efd3";
    }
        .fi-ss-tip-coin:before {
    content: "\efd4";
    }
        .fi-ss-tire:before {
    content: "\efd8";
    }
        .fi-ss-tire-flat:before {
    content: "\efd9";
    }
        .fi-ss-tire-pressure-warning:before {
    content: "\efda";
    }
        .fi-ss-tire-rugged:before {
    content: "\efdb";
    }
        .fi-ss-tired:before {
    content: "\efdc";
    }
        .fi-ss-to-do:before {
    content: "\efdd";
    }
        .fi-ss-to-do-alt:before {
    content: "\efde";
    }
        .fi-ss-together-people:before {
    content: "\efe1";
    }
        .fi-ss-toggle-off:before {
    content: "\efe3";
    }
        .fi-ss-toggle-on:before {
    content: "\efe4";
    }
        .fi-ss-toilet:before {
    content: "\efe5";
    }
        .fi-ss-toilet-paper-blank:before {
    content: "\efe6";
    }
        .fi-ss-toilet-paper-blank-under:before {
    content: "\efe7";
    }
        .fi-ss-toilet-paper-slash:before {
    content: "\efe8";
    }
        .fi-ss-toilet-paper-under:before {
    content: "\efe9";
    }
        .fi-ss-toilet-paper-under-slash:before {
    content: "\efea";
    }
        .fi-ss-toilet-paper-xmark:before {
    content: "\efeb";
    }
        .fi-ss-toilets-portable:before {
    content: "\efec";
    }
        .fi-ss-token:before {
    content: "\efed";
    }
        .fi-ss-tomato:before {
    content: "\efee";
    }
        .fi-ss-tombstone:before {
    content: "\efef";
    }
        .fi-ss-tombstone-alt:before {
    content: "\eff0";
    }
        .fi-ss-tool-box:before {
    content: "\eff1";
    }
        .fi-ss-tool-crop:before {
    content: "\eff2";
    }
        .fi-ss-tool-marquee:before {
    content: "\eff3";
    }
        .fi-ss-tools:before {
    content: "\eff4";
    }
        .fi-ss-tooth:before {
    content: "\eff5";
    }
        .fi-ss-toothbrush:before {
    content: "\eff6";
    }
        .fi-ss-torch-inspiration-leader:before {
    content: "\eff7";
    }
        .fi-ss-torii-gate:before {
    content: "\eff8";
    }
        .fi-ss-tornado:before {
    content: "\eff9";
    }
        .fi-ss-total:before {
    content: "\effa";
    }
        .fi-ss-tour-guide-people:before {
    content: "\effb";
    }
        .fi-ss-tour-virtual:before {
    content: "\effc";
    }
        .fi-ss-tower-control:before {
    content: "\effe";
    }
        .fi-ss-track:before {
    content: "\efff";
    }
        .fi-ss-tractor:before {
    content: "\f000";
    }
        .fi-ss-trademark:before {
    content: "\f001";
    }
        .fi-ss-traffic-cone:before {
    content: "\f002";
    }
        .fi-ss-traffic-light:before {
    content: "\f003";
    }
        .fi-ss-traffic-light-go:before {
    content: "\f004";
    }
        .fi-ss-traffic-light-slow:before {
    content: "\f005";
    }
        .fi-ss-traffic-light-stop:before {
    content: "\f006";
    }
        .fi-ss-trailer:before {
    content: "\f007";
    }
        .fi-ss-train:before {
    content: "\f008";
    }
        .fi-ss-train-journey:before {
    content: "\f009";
    }
        .fi-ss-train-side:before {
    content: "\f00a";
    }
        .fi-ss-train-station:before {
    content: "\f00b";
    }
        .fi-ss-train-station-building:before {
    content: "\f00c";
    }
        .fi-ss-train-subway-tunnel:before {
    content: "\f00d";
    }
        .fi-ss-train-track:before {
    content: "\f00e";
    }
        .fi-ss-train-tram:before {
    content: "\f00f";
    }
        .fi-ss-tram:before {
    content: "\f010";
    }
        .fi-ss-transaction-euro:before {
    content: "\f011";
    }
        .fi-ss-transaction-globe:before {
    content: "\f012";
    }
        .fi-ss-transaction-yen:before {
    content: "\f013";
    }
        .fi-ss-transform:before {
    content: "\f014";
    }
        .fi-ss-transformation-block:before {
    content: "\f015";
    }
        .fi-ss-transformation-circle:before {
    content: "\f016";
    }
        .fi-ss-transformation-design:before {
    content: "\f017";
    }
        .fi-ss-transformation-shapes:before {
    content: "\f018";
    }
        .fi-ss-transformer-bolt:before {
    content: "\f019";
    }
        .fi-ss-transgender:before {
    content: "\f01a";
    }
        .fi-ss-translate:before {
    content: "\f01b";
    }
        .fi-ss-transparency:before {
    content: "\f01c";
    }
        .fi-ss-transporter:before {
    content: "\f01d";
    }
        .fi-ss-transporter-1:before {
    content: "\f01e";
    }
        .fi-ss-transporter-2:before {
    content: "\f01f";
    }
        .fi-ss-transporter-3:before {
    content: "\f020";
    }
        .fi-ss-transporter-4:before {
    content: "\f021";
    }
        .fi-ss-transporter-5:before {
    content: "\f022";
    }
        .fi-ss-transporter-6:before {
    content: "\f023";
    }
        .fi-ss-transporter-7:before {
    content: "\f024";
    }
        .fi-ss-transporter-empty:before {
    content: "\f025";
    }
        .fi-ss-trash:before {
    content: "\f026";
    }
        .fi-ss-trash-bag:before {
    content: "\f027";
    }
        .fi-ss-trash-can-check:before {
    content: "\f028";
    }
        .fi-ss-trash-can-clock:before {
    content: "\f029";
    }
        .fi-ss-trash-can-list:before {
    content: "\f02a";
    }
        .fi-ss-trash-can-plus:before {
    content: "\f02b";
    }
        .fi-ss-trash-can-slash:before {
    content: "\f02c";
    }
        .fi-ss-trash-check:before {
    content: "\f02d";
    }
        .fi-ss-trash-clock:before {
    content: "\f02e";
    }
        .fi-ss-trash-empty:before {
    content: "\f02f";
    }
        .fi-ss-trash-list:before {
    content: "\f030";
    }
        .fi-ss-trash-plus:before {
    content: "\f031";
    }
        .fi-ss-trash-restore:before {
    content: "\f032";
    }
        .fi-ss-trash-restore-alt:before {
    content: "\f033";
    }
        .fi-ss-trash-slash:before {
    content: "\f034";
    }
        .fi-ss-trash-undo:before {
    content: "\f035";
    }
        .fi-ss-trash-undo-alt:before {
    content: "\f036";
    }
        .fi-ss-trash-xmark:before {
    content: "\f037";
    }
        .fi-ss-treadmill:before {
    content: "\f039";
    }
        .fi-ss-treasure-chest:before {
    content: "\f03a";
    }
        .fi-ss-treatment:before {
    content: "\f03b";
    }
        .fi-ss-tree:before {
    content: "\f03c";
    }
        .fi-ss-tree-alt:before {
    content: "\f03d";
    }
        .fi-ss-tree-christmas:before {
    content: "\f03e";
    }
        .fi-ss-tree-deciduous:before {
    content: "\f03f";
    }
        .fi-ss-trees:before {
    content: "\f041";
    }
        .fi-ss-trees-alt:before {
    content: "\f042";
    }
        .fi-ss-triangle:before {
    content: "\f044";
    }
        .fi-ss-triangle-music:before {
    content: "\f045";
    }
        .fi-ss-triangle-person-digging:before {
    content: "\f046";
    }
        .fi-ss-triangle-warning:before {
    content: "\f047";
    }
        .fi-ss-tricycle:before {
    content: "\f048";
    }
        .fi-ss-trillium:before {
    content: "\f049";
    }
        .fi-ss-troph-cap:before {
    content: "\f04c";
    }
        .fi-ss-trophy:before {
    content: "\f04d";
    }
        .fi-ss-trophy-achievement-skill:before {
    content: "\f04e";
    }
        .fi-ss-trophy-star:before {
    content: "\f04f";
    }
        .fi-ss-truck-arrow-left:before {
    content: "\f050";
    }
        .fi-ss-truck-arrow-right:before {
    content: "\f051";
    }
        .fi-ss-truck-bolt:before {
    content: "\f052";
    }
        .fi-ss-truck-box:before {
    content: "\f053";
    }
        .fi-ss-truck-check:before {
    content: "\f054";
    }
        .fi-ss-truck-container:before {
    content: "\f056";
    }
        .fi-ss-truck-container-empty:before {
    content: "\f057";
    }
        .fi-ss-truck-couch:before {
    content: "\f058";
    }
        .fi-ss-truck-droplet:before {
    content: "\f059";
    }
        .fi-ss-truck-fire:before {
    content: "\f05a";
    }
        .fi-ss-truck-flatbed:before {
    content: "\f05b";
    }
        .fi-ss-truck-front:before {
    content: "\f05c";
    }
        .fi-ss-truck-ladder:before {
    content: "\f05d";
    }
        .fi-ss-truck-loading:before {
    content: "\f05e";
    }
        .fi-ss-truck-medical:before {
    content: "\f05f";
    }
        .fi-ss-truck-monster:before {
    content: "\f060";
    }
        .fi-ss-truck-moving:before {
    content: "\f061";
    }
        .fi-ss-truck-pickup:before {
    content: "\f062";
    }
        .fi-ss-truck-plow:before {
    content: "\f063";
    }
        .fi-ss-truck-ramp:before {
    content: "\f064";
    }
        .fi-ss-truck-side:before {
    content: "\f065";
    }
        .fi-ss-truck-tow:before {
    content: "\f066";
    }
        .fi-ss-truck-utensils:before {
    content: "\f067";
    }
        .fi-ss-trumpet:before {
    content: "\f068";
    }
        .fi-ss-trust:before {
    content: "\f069";
    }
        .fi-ss-trust-alt:before {
    content: "\f06a";
    }
        .fi-ss-tshirt:before {
    content: "\f06b";
    }
        .fi-ss-tty:before {
    content: "\f06c";
    }
        .fi-ss-tty-answer:before {
    content: "\f06d";
    }
        .fi-ss-tubes:before {
    content: "\f06e";
    }
        .fi-ss-tuesday:before {
    content: "\f070";
    }
        .fi-ss-tugrik-sign:before {
    content: "\f071";
    }
        .fi-ss-turkey:before {
    content: "\f073";
    }
        .fi-ss-turn-left:before {
    content: "\f074";
    }
        .fi-ss-turn-left-down:before {
    content: "\f075";
    }
        .fi-ss-turn-right:before {
    content: "\f076";
    }
        .fi-ss-turntable:before {
    content: "\f077";
    }
        .fi-ss-turtle:before {
    content: "\f078";
    }
        .fi-ss-tv-music:before {
    content: "\f079";
    }
        .fi-ss-tv-retro:before {
    content: "\f07a";
    }
        .fi-ss-two-nails:before {
    content: "\f080";
    }
        .fi-ss-two-swords:before {
    content: "\f081";
    }
        .fi-ss-typewriter:before {
    content: "\f083";
    }
        .fi-ss-u:before {
    content: "\f084";
    }
        .fi-ss-ufo:before {
    content: "\f087";
    }
        .fi-ss-ufo-beam:before {
    content: "\f088";
    }
        .fi-ss-ui-ux:before {
    content: "\f089";
    }
        .fi-ss-umbrella:before {
    content: "\f08a";
    }
        .fi-ss-umbrella-beach:before {
    content: "\f08b";
    }
        .fi-ss-under-construction:before {
    content: "\f08c";
    }
        .fi-ss-underline:before {
    content: "\f08d";
    }
        .fi-ss-undo:before {
    content: "\f08e";
    }
        .fi-ss-undo-alt:before {
    content: "\f08f";
    }
        .fi-ss-unicorn:before {
    content: "\f090";
    }
        .fi-ss-uniform-martial-arts:before {
    content: "\f091";
    }
        .fi-ss-universal-access:before {
    content: "\f094";
    }
        .fi-ss-unlock:before {
    content: "\f095";
    }
        .fi-ss-up:before {
    content: "\f097";
    }
        .fi-ss-up-from-bracket:before {
    content: "\f098";
    }
        .fi-ss-up-left:before {
    content: "\f099";
    }
        .fi-ss-up-right:before {
    content: "\f09a";
    }
        .fi-ss-up-right-from-square:before {
    content: "\f09b";
    }
        .fi-ss-upload:before {
    content: "\f09c";
    }
        .fi-ss-url:before {
    content: "\f09f";
    }
        .fi-ss-usa-map:before {
    content: "\f0a0";
    }
        .fi-ss-usa-map-pin:before {
    content: "\f0a1";
    }
        .fi-ss-usb-pendrive:before {
    content: "\f0a3";
    }
        .fi-ss-usd-circle:before {
    content: "\f0a4";
    }
        .fi-ss-usd-square:before {
    content: "\f0a5";
    }
        .fi-ss-user:before {
    content: "\f0a7";
    }
        .fi-ss-user-add:before {
    content: "\f0a8";
    }
        .fi-ss-user-alien:before {
    content: "\f0a9";
    }
        .fi-ss-user-astronaut:before {
    content: "\f0aa";
    }
        .fi-ss-user-check:before {
    content: "\f0ab";
    }
        .fi-ss-user-chef:before {
    content: "\f0ac";
    }
        .fi-ss-user-coach:before {
    content: "\f0ad";
    }
        .fi-ss-user-cowboy:before {
    content: "\f0ae";
    }
        .fi-ss-user-crown:before {
    content: "\f0af";
    }
        .fi-ss-user-dj:before {
    content: "\f0b1";
    }
        .fi-ss-user-eating:before {
    content: "\f0b2";
    }
        .fi-ss-user-experience:before {
    content: "\f0b3";
    }
        .fi-ss-user-fast-running:before {
    content: "\f0b4";
    }
        .fi-ss-user-forbidden:before {
    content: "\f0b5";
    }
        .fi-ss-user-forbidden-alt:before {
    content: "\f0b6";
    }
        .fi-ss-user-gear:before {
    content: "\f0b7";
    }
        .fi-ss-user-graduate:before {
    content: "\f0b8";
    }
        .fi-ss-user-hard-work:before {
    content: "\f0b9";
    }
        .fi-ss-user-headset:before {
    content: "\f0ba";
    }
        .fi-ss-user-helmet-safety:before {
    content: "\f0bb";
    }
        .fi-ss-user-india:before {
    content: "\f0bc";
    }
        .fi-ss-user-injured:before {
    content: "\f0bd";
    }
        .fi-ss-user-interface-ui:before {
    content: "\f0be";
    }
        .fi-ss-user-key:before {
    content: "\f0bf";
    }
        .fi-ss-user-language:before {
    content: "\f0c0";
    }
        .fi-ss-user-lock:before {
    content: "\f0c1";
    }
        .fi-ss-user-md:before {
    content: "\f0c2";
    }
        .fi-ss-user-md-chat:before {
    content: "\f0c3";
    }
        .fi-ss-user-minus:before {
    content: "\f0c4";
    }
        .fi-ss-user-music:before {
    content: "\f0c5";
    }
        .fi-ss-user-ninja:before {
    content: "\f0c6";
    }
        .fi-ss-user-nurse:before {
    content: "\f0c7";
    }
        .fi-ss-user-pen:before {
    content: "\f0c9";
    }
        .fi-ss-user-pilot:before {
    content: "\f0ca";
    }
        .fi-ss-user-pilot-tie:before {
    content: "\f0cb";
    }
        .fi-ss-user-police:before {
    content: "\f0cc";
    }
        .fi-ss-user-roadmap:before {
    content: "\f0cd";
    }
        .fi-ss-user-robot:before {
    content: "\f0ce";
    }
        .fi-ss-user-robot-xmarks:before {
    content: "\f0cf";
    }
        .fi-ss-user-salary:before {
    content: "\f0d0";
    }
        .fi-ss-user-shield:before {
    content: "\f0d1";
    }
        .fi-ss-user-skill-gear:before {
    content: "\f0d3";
    }
        .fi-ss-user-slash:before {
    content: "\f0d4";
    }
        .fi-ss-user-speaking:before {
    content: "\f0d5";
    }
        .fi-ss-user-stress:before {
    content: "\f0d6";
    }
        .fi-ss-user-suitcase:before {
    content: "\f0d7";
    }
        .fi-ss-user-tag:before {
    content: "\f0d8";
    }
        .fi-ss-user-time:before {
    content: "\f0d9";
    }
        .fi-ss-user-trust:before {
    content: "\f0da";
    }
        .fi-ss-user-unlock:before {
    content: "\f0db";
    }
        .fi-ss-user-visor:before {
    content: "\f0dc";
    }
        .fi-ss-user-volunteer:before {
    content: "\f0dd";
    }
        .fi-ss-user-xmark:before {
    content: "\f0de";
    }
        .fi-ss-users:before {
    content: "\f0df";
    }
        .fi-ss-users-alt:before {
    content: "\f0e0";
    }
        .fi-ss-users-class:before {
    content: "\f0e1";
    }
        .fi-ss-users-gear:before {
    content: "\f0e4";
    }
        .fi-ss-users-loyalty:before {
    content: "\f0e5";
    }
        .fi-ss-users-medical:before {
    content: "\f0e6";
    }
        .fi-ss-users-slash:before {
    content: "\f0e7";
    }
        .fi-ss-utensils:before {
    content: "\f0e8";
    }
        .fi-ss-utensils-slash:before {
    content: "\f0e9";
    }
        .fi-ss-utility-pole:before {
    content: "\f0ea";
    }
        .fi-ss-utility-pole-double:before {
    content: "\f0eb";
    }
        .fi-ss-ux:before {
    content: "\f0ec";
    }
        .fi-ss-ux-browser:before {
    content: "\f0ed";
    }
        .fi-ss-v:before {
    content: "\f0ee";
    }
        .fi-ss-vacuum:before {
    content: "\f0f0";
    }
        .fi-ss-vacuum-robot:before {
    content: "\f0f1";
    }
        .fi-ss-value-absolute:before {
    content: "\f0f2";
    }
        .fi-ss-vault:before {
    content: "\f0f3";
    }
        .fi-ss-vector:before {
    content: "\f0f4";
    }
        .fi-ss-vector-alt:before {
    content: "\f0f5";
    }
        .fi-ss-vector-circle:before {
    content: "\f0f6";
    }
        .fi-ss-vector-polygon:before {
    content: "\f0f7";
    }
        .fi-ss-venus:before {
    content: "\f0f8";
    }
        .fi-ss-venus-double:before {
    content: "\f0f9";
    }
        .fi-ss-venus-mars:before {
    content: "\f0fa";
    }
        .fi-ss-vest:before {
    content: "\f0fc";
    }
        .fi-ss-vest-patches:before {
    content: "\f0fd";
    }
        .fi-ss-video-arrow-down-left:before {
    content: "\f0fe";
    }
        .fi-ss-video-arrow-up-right:before {
    content: "\f0ff";
    }
        .fi-ss-video-camera:before {
    content: "\f100";
    }
        .fi-ss-video-camera-alt:before {
    content: "\f101";
    }
        .fi-ss-video-duration:before {
    content: "\f102";
    }
        .fi-ss-video-plus:before {
    content: "\f103";
    }
        .fi-ss-video-slash:before {
    content: "\f104";
    }
        .fi-ss-videoconference:before {
    content: "\f105";
    }
        .fi-ss-vihara:before {
    content: "\f107";
    }
        .fi-ss-violin:before {
    content: "\f109";
    }
        .fi-ss-virus:before {
    content: "\f10a";
    }
        .fi-ss-virus-slash:before {
    content: "\f10b";
    }
        .fi-ss-viruses:before {
    content: "\f10c";
    }
        .fi-ss-vision:before {
    content: "\f10e";
    }
        .fi-ss-vision-sense:before {
    content: "\f10f";
    }
        .fi-ss-vision-target:before {
    content: "\f110";
    }
        .fi-ss-visit:before {
    content: "\f111";
    }
        .fi-ss-voicemail:before {
    content: "\f114";
    }
        .fi-ss-volcano:before {
    content: "\f115";
    }
        .fi-ss-volleyball:before {
    content: "\f116";
    }
        .fi-ss-volume:before {
    content: "\f117";
    }
        .fi-ss-volume-down:before {
    content: "\f118";
    }
        .fi-ss-volume-mute:before {
    content: "\f119";
    }
        .fi-ss-volume-off:before {
    content: "\f11a";
    }
        .fi-ss-volume-slash:before {
    content: "\f11b";
    }
        .fi-ss-volunteer-vest:before {
    content: "\f11c";
    }
        .fi-ss-vote-nay:before {
    content: "\f11d";
    }
        .fi-ss-vote-yea:before {
    content: "\f11e";
    }
        .fi-ss-vpn:before {
    content: "\f11f";
    }
        .fi-ss-vpn-globe:before {
    content: "\f120";
    }
        .fi-ss-vpn-laptop:before {
    content: "\f121";
    }
        .fi-ss-vpn-shield:before {
    content: "\f122";
    }
        .fi-ss-vr-cardboard:before {
    content: "\f123";
    }
        .fi-ss-w:before {
    content: "\f124";
    }
        .fi-ss-waffle:before {
    content: "\f125";
    }
        .fi-ss-wagon-covered:before {
    content: "\f126";
    }
        .fi-ss-walker:before {
    content: "\f127";
    }
        .fi-ss-walkie-talkie:before {
    content: "\f128";
    }
        .fi-ss-walking:before {
    content: "\f129";
    }
        .fi-ss-wallet:before {
    content: "\f12a";
    }
        .fi-ss-wallet-arrow:before {
    content: "\f12b";
    }
        .fi-ss-wallet-buyer:before {
    content: "\f12c";
    }
        .fi-ss-wallet-income:before {
    content: "\f12d";
    }
        .fi-ss-wallet-nft:before {
    content: "\f12e";
    }
        .fi-ss-warehouse-alt:before {
    content: "\f131";
    }
        .fi-ss-warranty:before {
    content: "\f132";
    }
        .fi-ss-washer:before {
    content: "\f133";
    }
        .fi-ss-waste:before {
    content: "\f134";
    }
        .fi-ss-waste-pollution:before {
    content: "\f135";
    }
        .fi-ss-watch:before {
    content: "\f136";
    }
        .fi-ss-watch-calculator:before {
    content: "\f137";
    }
        .fi-ss-watch-fitness:before {
    content: "\f138";
    }
        .fi-ss-watch-smart:before {
    content: "\f139";
    }
        .fi-ss-water:before {
    content: "\f13a";
    }
        .fi-ss-water-bottle:before {
    content: "\f13b";
    }
        .fi-ss-water-ladder:before {
    content: "\f13c";
    }
        .fi-ss-water-lower:before {
    content: "\f13d";
    }
        .fi-ss-water-rise:before {
    content: "\f13e";
    }
        .fi-ss-watermelon:before {
    content: "\f13f";
    }
        .fi-ss-wave:before {
    content: "\f141";
    }
        .fi-ss-wave-sine:before {
    content: "\f142";
    }
        .fi-ss-wave-square:before {
    content: "\f143";
    }
        .fi-ss-wave-triangle:before {
    content: "\f144";
    }
        .fi-ss-waveform:before {
    content: "\f145";
    }
        .fi-ss-waveform-path:before {
    content: "\f147";
    }
        .fi-ss-web-design:before {
    content: "\f149";
    }
        .fi-ss-web-test:before {
    content: "\f14a";
    }
        .fi-ss-webcam:before {
    content: "\f14b";
    }
        .fi-ss-webcam-slash:before {
    content: "\f14c";
    }
        .fi-ss-webhook:before {
    content: "\f14d";
    }
        .fi-ss-wednesday:before {
    content: "\f14e";
    }
        .fi-ss-whale:before {
    content: "\f150";
    }
        .fi-ss-wheat:before {
    content: "\f152";
    }
        .fi-ss-wheat-awn:before {
    content: "\f153";
    }
        .fi-ss-wheat-awn-circle-exclamation:before {
    content: "\f154";
    }
        .fi-ss-wheat-awn-slash:before {
    content: "\f155";
    }
        .fi-ss-wheat-slash:before {
    content: "\f156";
    }
        .fi-ss-wheelchair:before {
    content: "\f157";
    }
        .fi-ss-wheelchair-move:before {
    content: "\f158";
    }
        .fi-ss-wheelchair-sleeping:before {
    content: "\f159";
    }
        .fi-ss-whistle:before {
    content: "\f15a";
    }
        .fi-ss-white-space:before {
    content: "\f15b";
    }
        .fi-ss-wifi:before {
    content: "\f15c";
    }
        .fi-ss-wifi-1:before {
    content: "\f15d";
    }
        .fi-ss-wifi-2:before {
    content: "\f15e";
    }
        .fi-ss-wifi-alt:before {
    content: "\f15f";
    }
        .fi-ss-wifi-exclamation:before {
    content: "\f160";
    }
        .fi-ss-wifi-slash:before {
    content: "\f161";
    }
        .fi-ss-wifi-xmark:before {
    content: "\f162";
    }
        .fi-ss-wind:before {
    content: "\f164";
    }
        .fi-ss-wind-turbine:before {
    content: "\f165";
    }
        .fi-ss-wind-warning:before {
    content: "\f166";
    }
        .fi-ss-window-alt:before {
    content: "\f167";
    }
        .fi-ss-window-frame:before {
    content: "\f168";
    }
        .fi-ss-window-frame-open:before {
    content: "\f169";
    }
        .fi-ss-window-maximize:before {
    content: "\f16a";
    }
        .fi-ss-window-minimize:before {
    content: "\f16b";
    }
        .fi-ss-window-restore:before {
    content: "\f16c";
    }
        .fi-ss-windsock:before {
    content: "\f16e";
    }
        .fi-ss-wine-bottle:before {
    content: "\f16f";
    }
        .fi-ss-wine-glass-crack:before {
    content: "\f170";
    }
        .fi-ss-wine-glass-empty:before {
    content: "\f171";
    }
        .fi-ss-wisdom:before {
    content: "\f173";
    }
        .fi-ss-wishlist-heart:before {
    content: "\f174";
    }
        .fi-ss-wishlist-star:before {
    content: "\f175";
    }
        .fi-ss-woman-head:before {
    content: "\f177";
    }
        .fi-ss-woman-scientist:before {
    content: "\f178";
    }
        .fi-ss-won-sign:before {
    content: "\f179";
    }
        .fi-ss-work-in-progress:before {
    content: "\f17b";
    }
        .fi-ss-workflow:before {
    content: "\f17c";
    }
        .fi-ss-workflow-alt:before {
    content: "\f17d";
    }
        .fi-ss-workflow-setting:before {
    content: "\f17e";
    }
        .fi-ss-workflow-setting-alt:before {
    content: "\f17f";
    }
        .fi-ss-workshop:before {
    content: "\f181";
    }
        .fi-ss-world:before {
    content: "\f182";
    }
        .fi-ss-worldwide-network:before {
    content: "\f183";
    }
        .fi-ss-worm:before {
    content: "\f184";
    }
        .fi-ss-wreath:before {
    content: "\f185";
    }
        .fi-ss-wrench-alt:before {
    content: "\f186";
    }
        .fi-ss-wrench-simple:before {
    content: "\f187";
    }
        .fi-ss-x:before {
    content: "\f18a";
    }
        .fi-ss-x-ray:before {
    content: "\f18b";
    }
        .fi-ss-y:before {
    content: "\f18e";
    }
        .fi-ss-yen:before {
    content: "\f192";
    }
        .fi-ss-yin-yang:before {
    content: "\f193";
    }
        .fi-ss-yoga-mat:before {
    content: "\f196";
    }
        .fi-ss-yoga-moon:before {
    content: "\f197";
    }
        .fi-ss-yoga-posture:before {
    content: "\f198";
    }
        .fi-ss-z:before {
    content: "\f19a";
    }
        .fi-ss-zero-percent:before {
    content: "\f19b";
    }
        .fi-ss-zip-file:before {
    content: "\f19c";
    }
        .fi-ss-zoom-in:before {
    content: "\f19e";
    }
        .fi-ss-zoom-out:before {
    content: "\f19f";
    }
        .fi-ss-it-computer:before {
    content: "\f106";
    }
        .fi-ss-pinata:before {
    content: "\f108";
    }
    
    
@font-face {
    font-family: "uicons-thin-rounded";
    src: url("../fonts/uicons-thin-rounded/uicons-thin-rounded.woff2") format("woff2"),
    url("../fonts/uicons-thin-rounded/uicons-thin-rounded.woff") format("woff"),
    url("../fonts/uicons-thin-rounded/uicons-thin-rounded.eot#iefix") format("embedded-opentype");
    font-display: swap;
}
    i[class^="fi-tr-"]:before, i[class*=" fi-tr-"]:before, span[class^="fi-tr-"]:before, span[class*="fi-tr-"]:before {
font-family: uicons-thin-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-tr-0:before {
    content: "\e001";
    }
        .fi-tr-00s-music-disc:before {
    content: "\e002";
    }
        .fi-tr-1:before {
    content: "\e003";
    }
        .fi-tr-2:before {
    content: "\e007";
    }
        .fi-tr-3:before {
    content: "\e009";
    }
        .fi-tr-360-degrees:before {
    content: "\e00b";
    }
        .fi-tr-4:before {
    content: "\e00d";
    }
        .fi-tr-404:before {
    content: "\e00f";
    }
        .fi-tr-5:before {
    content: "\e010";
    }
        .fi-tr-6:before {
    content: "\e013";
    }
        .fi-tr-60s-music-disc:before {
    content: "\e014";
    }
        .fi-tr-7:before {
    content: "\e015";
    }
        .fi-tr-70s-music-disc:before {
    content: "\e016";
    }
        .fi-tr-8:before {
    content: "\e017";
    }
        .fi-tr-80s-music-disc:before {
    content: "\e018";
    }
        .fi-tr-9:before {
    content: "\e019";
    }
        .fi-tr-90s-music-disc:before {
    content: "\e01a";
    }
        .fi-tr-a:before {
    content: "\e01b";
    }
        .fi-tr-abacus:before {
    content: "\e01c";
    }
        .fi-tr-accident:before {
    content: "\e01f";
    }
        .fi-tr-acorn:before {
    content: "\e021";
    }
        .fi-tr-ad:before {
    content: "\e023";
    }
        .fi-tr-ad-forbidden:before {
    content: "\e024";
    }
        .fi-tr-ad-paid:before {
    content: "\e025";
    }
        .fi-tr-add:before {
    content: "\e026";
    }
        .fi-tr-add-document:before {
    content: "\e028";
    }
        .fi-tr-add-folder:before {
    content: "\e029";
    }
        .fi-tr-add-image:before {
    content: "\e02a";
    }
        .fi-tr-address-book:before {
    content: "\e02b";
    }
        .fi-tr-address-card:before {
    content: "\e02c";
    }
        .fi-tr-admin:before {
    content: "\e02d";
    }
        .fi-tr-admin-alt:before {
    content: "\e02e";
    }
        .fi-tr-age:before {
    content: "\e038";
    }
        .fi-tr-age-alt:before {
    content: "\e039";
    }
        .fi-tr-age-restriction-eighteen:before {
    content: "\e03a";
    }
        .fi-tr-age-restriction-seven:before {
    content: "\e03b";
    }
        .fi-tr-age-restriction-six:before {
    content: "\e03c";
    }
        .fi-tr-age-restriction-sixteen:before {
    content: "\e03d";
    }
        .fi-tr-age-restriction-thirteen:before {
    content: "\e03f";
    }
        .fi-tr-age-restriction-three:before {
    content: "\e040";
    }
        .fi-tr-age-restriction-twelve:before {
    content: "\e041";
    }
        .fi-tr-age-restriction-twenty-one:before {
    content: "\e042";
    }
        .fi-tr-age-restriction-zero:before {
    content: "\e043";
    }
        .fi-tr-air-conditioner:before {
    content: "\e046";
    }
        .fi-tr-air-freshener:before {
    content: "\e047";
    }
        .fi-tr-air-pollution:before {
    content: "\e048";
    }
        .fi-tr-airplane-journey:before {
    content: "\e04a";
    }
        .fi-tr-airplane-window-open:before {
    content: "\e04b";
    }
        .fi-tr-airplay:before {
    content: "\e04c";
    }
        .fi-tr-alarm-clock:before {
    content: "\e04d";
    }
        .fi-tr-alarm-exclamation:before {
    content: "\e04e";
    }
        .fi-tr-alarm-plus:before {
    content: "\e04f";
    }
        .fi-tr-alarm-snooze:before {
    content: "\e050";
    }
        .fi-tr-album:before {
    content: "\e051";
    }
        .fi-tr-album-circle-plus:before {
    content: "\e052";
    }
        .fi-tr-album-circle-user:before {
    content: "\e053";
    }
        .fi-tr-album-collection:before {
    content: "\e054";
    }
        .fi-tr-algorithm:before {
    content: "\e056";
    }
        .fi-tr-alicorn:before {
    content: "\e057";
    }
        .fi-tr-alien:before {
    content: "\e058";
    }
        .fi-tr-align-center:before {
    content: "\e05a";
    }
        .fi-tr-align-justify:before {
    content: "\e05b";
    }
        .fi-tr-align-left:before {
    content: "\e05c";
    }
        .fi-tr-align-slash:before {
    content: "\e05d";
    }
        .fi-tr-ambulance:before {
    content: "\e05f";
    }
        .fi-tr-amp-guitar:before {
    content: "\e063";
    }
        .fi-tr-analyse:before {
    content: "\e066";
    }
        .fi-tr-analyse-alt:before {
    content: "\e067";
    }
        .fi-tr-anatomical-heart:before {
    content: "\e069";
    }
        .fi-tr-anchor:before {
    content: "\e06a";
    }
        .fi-tr-angel:before {
    content: "\e06c";
    }
        .fi-tr-angle:before {
    content: "\e06d";
    }
        .fi-tr-angle-90:before {
    content: "\e06e";
    }
        .fi-tr-angle-circle-down:before {
    content: "\e06f";
    }
        .fi-tr-angle-circle-left:before {
    content: "\e070";
    }
        .fi-tr-angle-circle-right:before {
    content: "\e071";
    }
        .fi-tr-angle-circle-up:before {
    content: "\e072";
    }
        .fi-tr-angle-double-left:before {
    content: "\e073";
    }
        .fi-tr-angle-double-right:before {
    content: "\e074";
    }
        .fi-tr-angle-double-small-down:before {
    content: "\e075";
    }
        .fi-tr-angle-double-small-left:before {
    content: "\e076";
    }
        .fi-tr-angle-double-small-right:before {
    content: "\e077";
    }
        .fi-tr-angle-double-small-up:before {
    content: "\e078";
    }
        .fi-tr-angle-down:before {
    content: "\e079";
    }
        .fi-tr-angle-left:before {
    content: "\e07a";
    }
        .fi-tr-angle-right:before {
    content: "\e07b";
    }
        .fi-tr-angle-small-down:before {
    content: "\e07c";
    }
        .fi-tr-angle-small-left:before {
    content: "\e07d";
    }
        .fi-tr-angle-small-right:before {
    content: "\e07e";
    }
        .fi-tr-angle-small-up:before {
    content: "\e07f";
    }
        .fi-tr-angle-square-down:before {
    content: "\e080";
    }
        .fi-tr-angle-square-left:before {
    content: "\e081";
    }
        .fi-tr-angle-square-right:before {
    content: "\e082";
    }
        .fi-tr-angle-square-up:before {
    content: "\e083";
    }
        .fi-tr-angle-up:before {
    content: "\e084";
    }
        .fi-tr-angles-up-down:before {
    content: "\e085";
    }
        .fi-tr-angry:before {
    content: "\e086";
    }
        .fi-tr-animated-icon:before {
    content: "\e088";
    }
        .fi-tr-ankh:before {
    content: "\e089";
    }
        .fi-tr-answer:before {
    content: "\e08a";
    }
        .fi-tr-answer-alt:before {
    content: "\e08b";
    }
        .fi-tr-apartment:before {
    content: "\e08c";
    }
        .fi-tr-aperture:before {
    content: "\e08d";
    }
        .fi-tr-api:before {
    content: "\e08e";
    }
        .fi-tr-app-notification:before {
    content: "\e090";
    }
        .fi-tr-apple:before {
    content: "\e092";
    }
        .fi-tr-apple-books:before {
    content: "\e093";
    }
        .fi-tr-apple-core:before {
    content: "\e094";
    }
        .fi-tr-apple-crate:before {
    content: "\e095";
    }
        .fi-tr-archway:before {
    content: "\e09d";
    }
        .fi-tr-arrow-alt-circle-down:before {
    content: "\e09f";
    }
        .fi-tr-arrow-alt-circle-left:before {
    content: "\e0a0";
    }
        .fi-tr-arrow-alt-circle-right:before {
    content: "\e0a1";
    }
        .fi-tr-arrow-alt-circle-up:before {
    content: "\e0a2";
    }
        .fi-tr-arrow-alt-down:before {
    content: "\e0a3";
    }
        .fi-tr-arrow-alt-from-bottom:before {
    content: "\e0a4";
    }
        .fi-tr-arrow-alt-from-left:before {
    content: "\e0a5";
    }
        .fi-tr-arrow-alt-from-right:before {
    content: "\e0a6";
    }
        .fi-tr-arrow-alt-from-top:before {
    content: "\e0a7";
    }
        .fi-tr-arrow-alt-left:before {
    content: "\e0a8";
    }
        .fi-tr-arrow-alt-right:before {
    content: "\e0a9";
    }
        .fi-tr-arrow-alt-square-down:before {
    content: "\e0aa";
    }
        .fi-tr-arrow-alt-square-left:before {
    content: "\e0ab";
    }
        .fi-tr-arrow-alt-square-right:before {
    content: "\e0ac";
    }
        .fi-tr-arrow-alt-square-up:before {
    content: "\e0ad";
    }
        .fi-tr-arrow-alt-to-bottom:before {
    content: "\e0ae";
    }
        .fi-tr-arrow-alt-to-left:before {
    content: "\e0af";
    }
        .fi-tr-arrow-alt-to-right:before {
    content: "\e0b0";
    }
        .fi-tr-arrow-alt-to-top:before {
    content: "\e0b1";
    }
        .fi-tr-arrow-alt-up:before {
    content: "\e0b2";
    }
        .fi-tr-arrow-circle-down:before {
    content: "\e0b3";
    }
        .fi-tr-arrow-circle-left:before {
    content: "\e0b4";
    }
        .fi-tr-arrow-circle-right:before {
    content: "\e0b5";
    }
        .fi-tr-arrow-circle-up:before {
    content: "\e0b6";
    }
        .fi-tr-arrow-comparison:before {
    content: "\e0b7";
    }
        .fi-tr-arrow-down:before {
    content: "\e0b8";
    }
        .fi-tr-arrow-down-from-arc:before {
    content: "\e0ba";
    }
        .fi-tr-arrow-down-from-dotted-line:before {
    content: "\e0bb";
    }
        .fi-tr-arrow-down-left:before {
    content: "\e0bc";
    }
        .fi-tr-arrow-down-small-big:before {
    content: "\e0bd";
    }
        .fi-tr-arrow-down-strenght:before {
    content: "\e0be";
    }
        .fi-tr-arrow-down-to-dotted-line:before {
    content: "\e0bf";
    }
        .fi-tr-arrow-down-to-square:before {
    content: "\e0c0";
    }
        .fi-tr-arrow-down-triangle-square:before {
    content: "\e0c1";
    }
        .fi-tr-arrow-from-bottom:before {
    content: "\e0c2";
    }
        .fi-tr-arrow-from-left:before {
    content: "\e0c3";
    }
        .fi-tr-arrow-from-right:before {
    content: "\e0c4";
    }
        .fi-tr-arrow-from-top:before {
    content: "\e0c5";
    }
        .fi-tr-arrow-left:before {
    content: "\e0c6";
    }
        .fi-tr-arrow-left-from-arc:before {
    content: "\e0c7";
    }
        .fi-tr-arrow-left-from-line:before {
    content: "\e0c8";
    }
        .fi-tr-arrow-left-to-arc:before {
    content: "\e0c9";
    }
        .fi-tr-arrow-progress:before {
    content: "\e0ca";
    }
        .fi-tr-arrow-progress-alt:before {
    content: "\e0cb";
    }
        .fi-tr-arrow-right:before {
    content: "\e0cc";
    }
        .fi-tr-arrow-right-to-bracket:before {
    content: "\e0cd";
    }
        .fi-tr-arrow-right-to-city:before {
    content: "\e0ce";
    }
        .fi-tr-arrow-small-down:before {
    content: "\e0cf";
    }
        .fi-tr-arrow-small-left:before {
    content: "\e0d0";
    }
        .fi-tr-arrow-small-right:before {
    content: "\e0d1";
    }
        .fi-tr-arrow-small-up:before {
    content: "\e0d2";
    }
        .fi-tr-arrow-square-down:before {
    content: "\e0d3";
    }
        .fi-tr-arrow-square-left:before {
    content: "\e0d4";
    }
        .fi-tr-arrow-square-right:before {
    content: "\e0d5";
    }
        .fi-tr-arrow-square-up:before {
    content: "\e0d6";
    }
        .fi-tr-arrow-to-bottom:before {
    content: "\e0d7";
    }
        .fi-tr-arrow-to-left:before {
    content: "\e0d8";
    }
        .fi-tr-arrow-to-right:before {
    content: "\e0d9";
    }
        .fi-tr-arrow-to-top:before {
    content: "\e0da";
    }
        .fi-tr-arrow-trend-down:before {
    content: "\e0db";
    }
        .fi-tr-arrow-trend-up:before {
    content: "\e0dc";
    }
        .fi-tr-arrow-turn-down-left:before {
    content: "\e0dd";
    }
        .fi-tr-arrow-turn-down-right:before {
    content: "\e0de";
    }
        .fi-tr-arrow-turn-left-up:before {
    content: "\e0e0";
    }
        .fi-tr-arrow-up:before {
    content: "\e0e2";
    }
        .fi-tr-arrow-up-from-dotted-line:before {
    content: "\e0e3";
    }
        .fi-tr-arrow-up-from-ground-water:before {
    content: "\e0e4";
    }
        .fi-tr-arrow-up-from-square:before {
    content: "\e0e5";
    }
        .fi-tr-arrow-up-left:before {
    content: "\e0e6";
    }
        .fi-tr-arrow-up-left-from-circle:before {
    content: "\e0e7";
    }
        .fi-tr-arrow-up-right:before {
    content: "\e0e8";
    }
        .fi-tr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\e0e9";
    }
        .fi-tr-arrow-up-right-from-square:before {
    content: "\e0ea";
    }
        .fi-tr-arrow-up-small-big:before {
    content: "\e0eb";
    }
        .fi-tr-arrow-up-square-triangle:before {
    content: "\e0ec";
    }
        .fi-tr-arrow-up-to-arc:before {
    content: "\e0ed";
    }
        .fi-tr-arrow-up-to-dotted-line:before {
    content: "\e0ee";
    }
        .fi-tr-arrow-upward-growth-crypto:before {
    content: "\e0ef";
    }
        .fi-tr-arrows:before {
    content: "\e0f0";
    }
        .fi-tr-arrows-alt:before {
    content: "\e0f1";
    }
        .fi-tr-arrows-alt-h:before {
    content: "\e0f2";
    }
        .fi-tr-arrows-alt-v:before {
    content: "\e0f3";
    }
        .fi-tr-arrows-cross:before {
    content: "\e0f4";
    }
        .fi-tr-arrows-down-curve:before {
    content: "\e0f5";
    }
        .fi-tr-arrows-down-to-people:before {
    content: "\e0f6";
    }
        .fi-tr-arrows-from-dotted-line:before {
    content: "\e0f7";
    }
        .fi-tr-arrows-from-line:before {
    content: "\e0f8";
    }
        .fi-tr-arrows-h:before {
    content: "\e0f9";
    }
        .fi-tr-arrows-h-copy:before {
    content: "\e0fa";
    }
        .fi-tr-arrows-repeat:before {
    content: "\e0fb";
    }
        .fi-tr-arrows-repeat-1:before {
    content: "\e0fc";
    }
        .fi-tr-arrows-retweet:before {
    content: "\e0fd";
    }
        .fi-tr-arrows-split-right-and-left:before {
    content: "\e0ff";
    }
        .fi-tr-arrows-split-up-and-left:before {
    content: "\e100";
    }
        .fi-tr-arrows-to-circle:before {
    content: "\e101";
    }
        .fi-tr-arrows-to-dotted-line:before {
    content: "\e102";
    }
        .fi-tr-arrows-to-eye:before {
    content: "\e103";
    }
        .fi-tr-arrows-to-line:before {
    content: "\e104";
    }
        .fi-tr-artificial-intelligence:before {
    content: "\e105";
    }
        .fi-tr-assept-document:before {
    content: "\e107";
    }
        .fi-tr-assessment:before {
    content: "\e108";
    }
        .fi-tr-assessment-alt:before {
    content: "\e109";
    }
        .fi-tr-assign:before {
    content: "\e10a";
    }
        .fi-tr-assistive-listening-systems:before {
    content: "\e10b";
    }
        .fi-tr-asterik:before {
    content: "\e10c";
    }
        .fi-tr-at:before {
    content: "\e110";
    }
        .fi-tr-attention-detail:before {
    content: "\e115";
    }
        .fi-tr-attribution-pen:before {
    content: "\e116";
    }
        .fi-tr-attribution-pencil:before {
    content: "\e117";
    }
        .fi-tr-aubergine:before {
    content: "\e118";
    }
        .fi-tr-auction:before {
    content: "\e119";
    }
        .fi-tr-audio-description-slash:before {
    content: "\e11b";
    }
        .fi-tr-audit:before {
    content: "\e11c";
    }
        .fi-tr-audit-alt:before {
    content: "\e11d";
    }
        .fi-tr-austral-sign:before {
    content: "\e11f";
    }
        .fi-tr-australia:before {
    content: "\e120";
    }
        .fi-tr-australia-country-code:before {
    content: "\e121";
    }
        .fi-tr-australia-flag:before {
    content: "\e122";
    }
        .fi-tr-auto-pilot:before {
    content: "\e123";
    }
        .fi-tr-auto-reply:before {
    content: "\e124";
    }
        .fi-tr-auto-sync:before {
    content: "\e125";
    }
        .fi-tr-avocado:before {
    content: "\e126";
    }
        .fi-tr-award:before {
    content: "\e127";
    }
        .fi-tr-axe:before {
    content: "\e129";
    }
        .fi-tr-axe-battle:before {
    content: "\e12a";
    }
        .fi-tr-b:before {
    content: "\e12b";
    }
        .fi-tr-baby:before {
    content: "\e12c";
    }
        .fi-tr-baby-carriage:before {
    content: "\e12d";
    }
        .fi-tr-back-up:before {
    content: "\e12e";
    }
        .fi-tr-background:before {
    content: "\e12f";
    }
        .fi-tr-backpack:before {
    content: "\e130";
    }
        .fi-tr-bacon:before {
    content: "\e131";
    }
        .fi-tr-bacteria:before {
    content: "\e132";
    }
        .fi-tr-bacterium:before {
    content: "\e133";
    }
        .fi-tr-badge:before {
    content: "\e134";
    }
        .fi-tr-badge-check:before {
    content: "\e135";
    }
        .fi-tr-badge-dollar:before {
    content: "\e136";
    }
        .fi-tr-badge-leaf:before {
    content: "\e137";
    }
        .fi-tr-badge-percent:before {
    content: "\e138";
    }
        .fi-tr-badge-sheriff:before {
    content: "\e139";
    }
        .fi-tr-badger-honey:before {
    content: "\e13a";
    }
        .fi-tr-badget-check-alt:before {
    content: "\e13b";
    }
        .fi-tr-badminton:before {
    content: "\e13c";
    }
        .fi-tr-bag-map-pin:before {
    content: "\e13d";
    }
        .fi-tr-bag-seedling:before {
    content: "\e13e";
    }
        .fi-tr-bag-shopping-minus:before {
    content: "\e13f";
    }
        .fi-tr-bags-shopping:before {
    content: "\e141";
    }
        .fi-tr-baguette:before {
    content: "\e142";
    }
        .fi-tr-bahai:before {
    content: "\e143";
    }
        .fi-tr-baht-sign:before {
    content: "\e144";
    }
        .fi-tr-balance-scale-left:before {
    content: "\e145";
    }
        .fi-tr-balance-scale-right:before {
    content: "\e146";
    }
        .fi-tr-balcony:before {
    content: "\e147";
    }
        .fi-tr-ball-pile:before {
    content: "\e149";
    }
        .fi-tr-ballet-dance:before {
    content: "\e14b";
    }
        .fi-tr-balloon:before {
    content: "\e14c";
    }
        .fi-tr-balloons:before {
    content: "\e14d";
    }
        .fi-tr-ballot:before {
    content: "\e14e";
    }
        .fi-tr-ballot-check:before {
    content: "\e14f";
    }
        .fi-tr-ban-bug:before {
    content: "\e151";
    }
        .fi-tr-banana:before {
    content: "\e152";
    }
        .fi-tr-band-aid:before {
    content: "\e153";
    }
        .fi-tr-bandage-wound:before {
    content: "\e155";
    }
        .fi-tr-bangladeshi-taka-sign:before {
    content: "\e156";
    }
        .fi-tr-banjo:before {
    content: "\e157";
    }
        .fi-tr-bank:before {
    content: "\e158";
    }
        .fi-tr-bank-app:before {
    content: "\e159";
    }
        .fi-tr-banner:before {
    content: "\e15a";
    }
        .fi-tr-banner-2:before {
    content: "\e15b";
    }
        .fi-tr-banner-3:before {
    content: "\e15c";
    }
        .fi-tr-banner-4:before {
    content: "\e15d";
    }
        .fi-tr-banner-5:before {
    content: "\e15e";
    }
        .fi-tr-barber-pole:before {
    content: "\e15f";
    }
        .fi-tr-barber-shop:before {
    content: "\e160";
    }
        .fi-tr-barcode:before {
    content: "\e161";
    }
        .fi-tr-barcode-read:before {
    content: "\e162";
    }
        .fi-tr-barcode-scan:before {
    content: "\e163";
    }
        .fi-tr-barefoot:before {
    content: "\e164";
    }
        .fi-tr-bars-filter:before {
    content: "\e165";
    }
        .fi-tr-bars-progress:before {
    content: "\e166";
    }
        .fi-tr-bars-sort:before {
    content: "\e167";
    }
        .fi-tr-bars-staggered:before {
    content: "\e168";
    }
        .fi-tr-baseball-alt:before {
    content: "\e16a";
    }
        .fi-tr-basket-shopping-minus:before {
    content: "\e16c";
    }
        .fi-tr-basket-shopping-plus:before {
    content: "\e16d";
    }
        .fi-tr-basket-shopping-simple:before {
    content: "\e16e";
    }
        .fi-tr-basketball-hoop:before {
    content: "\e170";
    }
        .fi-tr-bat:before {
    content: "\e171";
    }
        .fi-tr-bath:before {
    content: "\e172";
    }
        .fi-tr-battery-100:before {
    content: "\e173";
    }
        .fi-tr-battery-bolt:before {
    content: "\e174";
    }
        .fi-tr-battery-empty:before {
    content: "\e175";
    }
        .fi-tr-battery-exclamation:before {
    content: "\e176";
    }
        .fi-tr-battery-full:before {
    content: "\e177";
    }
        .fi-tr-battery-half:before {
    content: "\e178";
    }
        .fi-tr-battery-quarter:before {
    content: "\e179";
    }
        .fi-tr-battery-slash:before {
    content: "\e17a";
    }
        .fi-tr-battery-three-quarters:before {
    content: "\e17b";
    }
        .fi-tr-beacon:before {
    content: "\e17c";
    }
        .fi-tr-beauty-mask:before {
    content: "\e17d";
    }
        .fi-tr-bed:before {
    content: "\e17e";
    }
        .fi-tr-bed-alt:before {
    content: "\e17f";
    }
        .fi-tr-bed-bunk:before {
    content: "\e180";
    }
        .fi-tr-bed-empty:before {
    content: "\e181";
    }
        .fi-tr-bed-pulse:before {
    content: "\e182";
    }
        .fi-tr-bee:before {
    content: "\e183";
    }
        .fi-tr-beer:before {
    content: "\e184";
    }
        .fi-tr-beer-mug-empty:before {
    content: "\e185";
    }
        .fi-tr-bell:before {
    content: "\e187";
    }
        .fi-tr-bell-concierge:before {
    content: "\e188";
    }
        .fi-tr-bell-ring:before {
    content: "\e18b";
    }
        .fi-tr-bell-school:before {
    content: "\e18c";
    }
        .fi-tr-bell-school-slash:before {
    content: "\e18d";
    }
        .fi-tr-bell-slash:before {
    content: "\e18e";
    }
        .fi-tr-bells:before {
    content: "\e18f";
    }
        .fi-tr-bench-tree:before {
    content: "\e190";
    }
        .fi-tr-benefit:before {
    content: "\e191";
    }
        .fi-tr-benefit-diamond:before {
    content: "\e192";
    }
        .fi-tr-benefit-diamond-alt:before {
    content: "\e193";
    }
        .fi-tr-benefit-hand:before {
    content: "\e194";
    }
        .fi-tr-benefit-increase:before {
    content: "\e195";
    }
        .fi-tr-benefit-porcent:before {
    content: "\e196";
    }
        .fi-tr-betamax:before {
    content: "\e197";
    }
        .fi-tr-bible:before {
    content: "\e198";
    }
        .fi-tr-bicycle-journey:before {
    content: "\e199";
    }
        .fi-tr-big-drop:before {
    content: "\e19a";
    }
        .fi-tr-bike:before {
    content: "\e19b";
    }
        .fi-tr-bike-moving:before {
    content: "\e19c";
    }
        .fi-tr-bike-path:before {
    content: "\e19d";
    }
        .fi-tr-biking:before {
    content: "\e19e";
    }
        .fi-tr-biking-mountain:before {
    content: "\e19f";
    }
        .fi-tr-bill-arrow:before {
    content: "\e1a0";
    }
        .fi-tr-bin-bottles:before {
    content: "\e1a2";
    }
        .fi-tr-binary:before {
    content: "\e1a3";
    }
        .fi-tr-binary-circle-check:before {
    content: "\e1a4";
    }
        .fi-tr-binary-cloud:before {
    content: "\e1a5";
    }
        .fi-tr-binary-lock:before {
    content: "\e1a6";
    }
        .fi-tr-binary-slash:before {
    content: "\e1a7";
    }
        .fi-tr-binoculars:before {
    content: "\e1a8";
    }
        .fi-tr-bio:before {
    content: "\e1a9";
    }
        .fi-tr-bio-leaves:before {
    content: "\e1aa";
    }
        .fi-tr-biohazard:before {
    content: "\e1ab";
    }
        .fi-tr-bird:before {
    content: "\e1ac";
    }
        .fi-tr-bitcoin-sign:before {
    content: "\e1af";
    }
        .fi-tr-blanket:before {
    content: "\e1b1";
    }
        .fi-tr-blender:before {
    content: "\e1b2";
    }
        .fi-tr-blender-phone:before {
    content: "\e1b3";
    }
        .fi-tr-blinds:before {
    content: "\e1b4";
    }
        .fi-tr-blinds-open:before {
    content: "\e1b5";
    }
        .fi-tr-blinds-raised:before {
    content: "\e1b6";
    }
        .fi-tr-block:before {
    content: "\e1b7";
    }
        .fi-tr-block-brick:before {
    content: "\e1b8";
    }
        .fi-tr-block-brick-fire:before {
    content: "\e1b9";
    }
        .fi-tr-block-microphone:before {
    content: "\e1ba";
    }
        .fi-tr-block-question:before {
    content: "\e1bb";
    }
        .fi-tr-block-quote:before {
    content: "\e1bc";
    }
        .fi-tr-blockchain-3:before {
    content: "\e1bf";
    }
        .fi-tr-blog-pencil:before {
    content: "\e1c0";
    }
        .fi-tr-blog-text:before {
    content: "\e1c1";
    }
        .fi-tr-blood:before {
    content: "\e1c3";
    }
        .fi-tr-blood-dropper:before {
    content: "\e1c4";
    }
        .fi-tr-blood-test-tube:before {
    content: "\e1c5";
    }
        .fi-tr-blood-test-tube-alt:before {
    content: "\e1c6";
    }
        .fi-tr-blueberries:before {
    content: "\e1c8";
    }
        .fi-tr-blueprint:before {
    content: "\e1c9";
    }
        .fi-tr-bluetooth-alt:before {
    content: "\e1cb";
    }
        .fi-tr-bluetooth-circle:before {
    content: "\e1cc";
    }
        .fi-tr-bold:before {
    content: "\e1cd";
    }
        .fi-tr-bolt:before {
    content: "\e1ce";
    }
        .fi-tr-bolt-auto:before {
    content: "\e1cf";
    }
        .fi-tr-bolt-slash:before {
    content: "\e1d0";
    }
        .fi-tr-bomb:before {
    content: "\e1d1";
    }
        .fi-tr-bone:before {
    content: "\e1d2";
    }
        .fi-tr-bone-break:before {
    content: "\e1d3";
    }
        .fi-tr-bong:before {
    content: "\e1d4";
    }
        .fi-tr-bonus:before {
    content: "\e1d5";
    }
        .fi-tr-bonus-alt:before {
    content: "\e1d6";
    }
        .fi-tr-bonus-star:before {
    content: "\e1d7";
    }
        .fi-tr-book:before {
    content: "\e1d8";
    }
        .fi-tr-book-alt:before {
    content: "\e1d9";
    }
        .fi-tr-book-arrow-right:before {
    content: "\e1da";
    }
        .fi-tr-book-arrow-up:before {
    content: "\e1db";
    }
        .fi-tr-book-atlas:before {
    content: "\e1dc";
    }
        .fi-tr-book-bookmark:before {
    content: "\e1dd";
    }
        .fi-tr-book-circle-arrow-right:before {
    content: "\e1de";
    }
        .fi-tr-book-circle-arrow-up:before {
    content: "\e1df";
    }
        .fi-tr-book-copy:before {
    content: "\e1e0";
    }
        .fi-tr-book-dead:before {
    content: "\e1e1";
    }
        .fi-tr-book-font:before {
    content: "\e1e2";
    }
        .fi-tr-book-heart:before {
    content: "\e1e3";
    }
        .fi-tr-book-medical:before {
    content: "\e1e4";
    }
        .fi-tr-book-open-cover:before {
    content: "\e1e5";
    }
        .fi-tr-book-open-reader:before {
    content: "\e1e6";
    }
        .fi-tr-book-plus:before {
    content: "\e1e7";
    }
        .fi-tr-book-quran:before {
    content: "\e1e8";
    }
        .fi-tr-book-section:before {
    content: "\e1e9";
    }
        .fi-tr-book-spells:before {
    content: "\e1ec";
    }
        .fi-tr-book-tanakh:before {
    content: "\e1ed";
    }
        .fi-tr-book-user:before {
    content: "\e1ee";
    }
        .fi-tr-book-world:before {
    content: "\e1ef";
    }
        .fi-tr-Booking:before {
    content: "\e1f0";
    }
        .fi-tr-bookmark:before {
    content: "\e1f1";
    }
        .fi-tr-bookmark-slash:before {
    content: "\e1f2";
    }
        .fi-tr-books:before {
    content: "\e1f3";
    }
        .fi-tr-books-medical:before {
    content: "\e1f4";
    }
        .fi-tr-boot:before {
    content: "\e1f5";
    }
        .fi-tr-boot-heeled:before {
    content: "\e1f6";
    }
        .fi-tr-booth-curtain:before {
    content: "\e1f7";
    }
        .fi-tr-border-all:before {
    content: "\e1f9";
    }
        .fi-tr-border-bottom:before {
    content: "\e1fa";
    }
        .fi-tr-border-center-h:before {
    content: "\e1fb";
    }
        .fi-tr-border-center-v:before {
    content: "\e1fc";
    }
        .fi-tr-border-inner:before {
    content: "\e1fd";
    }
        .fi-tr-border-left:before {
    content: "\e1fe";
    }
        .fi-tr-border-none:before {
    content: "\e1ff";
    }
        .fi-tr-border-outer:before {
    content: "\e200";
    }
        .fi-tr-border-right:before {
    content: "\e201";
    }
        .fi-tr-border-style:before {
    content: "\e202";
    }
        .fi-tr-border-style-alt:before {
    content: "\e203";
    }
        .fi-tr-border-top:before {
    content: "\e204";
    }
        .fi-tr-boss:before {
    content: "\e205";
    }
        .fi-tr-bottle:before {
    content: "\e206";
    }
        .fi-tr-bottle-droplet:before {
    content: "\e207";
    }
        .fi-tr-bow-arrow:before {
    content: "\e209";
    }
        .fi-tr-bowl-chopsticks:before {
    content: "\e20a";
    }
        .fi-tr-bowl-chopsticks-noodles:before {
    content: "\e20b";
    }
        .fi-tr-bowl-rice:before {
    content: "\e20c";
    }
        .fi-tr-bowl-scoop:before {
    content: "\e20d";
    }
        .fi-tr-bowl-scoops:before {
    content: "\e20e";
    }
        .fi-tr-bowl-soft-serve:before {
    content: "\e20f";
    }
        .fi-tr-bowl-spoon:before {
    content: "\e210";
    }
        .fi-tr-bowling-ball:before {
    content: "\e212";
    }
        .fi-tr-bowling-pins:before {
    content: "\e213";
    }
        .fi-tr-box-alt:before {
    content: "\e215";
    }
        .fi-tr-box-ballot:before {
    content: "\e216";
    }
        .fi-tr-box-check:before {
    content: "\e217";
    }
        .fi-tr-box-circle-check:before {
    content: "\e218";
    }
        .fi-tr-box-dollar:before {
    content: "\e219";
    }
        .fi-tr-box-fragile:before {
    content: "\e21a";
    }
        .fi-tr-box-heart:before {
    content: "\e21b";
    }
        .fi-tr-box-open:before {
    content: "\e21c";
    }
        .fi-tr-box-open-full:before {
    content: "\e21d";
    }
        .fi-tr-box-tissue:before {
    content: "\e21e";
    }
        .fi-tr-box-up:before {
    content: "\e21f";
    }
        .fi-tr-boxes:before {
    content: "\e220";
    }
        .fi-tr-boxing-glove:before {
    content: "\e221";
    }
        .fi-tr-bracket-curly:before {
    content: "\e222";
    }
        .fi-tr-bracket-curly-right:before {
    content: "\e223";
    }
        .fi-tr-bracket-round:before {
    content: "\e224";
    }
        .fi-tr-bracket-round-right:before {
    content: "\e225";
    }
        .fi-tr-bracket-square:before {
    content: "\e226";
    }
        .fi-tr-bracket-square-right:before {
    content: "\e227";
    }
        .fi-tr-brackets-curly:before {
    content: "\e228";
    }
        .fi-tr-brackets-round:before {
    content: "\e229";
    }
        .fi-tr-brackets-square:before {
    content: "\e22a";
    }
        .fi-tr-braille:before {
    content: "\e22b";
    }
        .fi-tr-braille-a:before {
    content: "\e22c";
    }
        .fi-tr-braille-b:before {
    content: "\e22d";
    }
        .fi-tr-braille-c:before {
    content: "\e22e";
    }
        .fi-tr-braille-d:before {
    content: "\e22f";
    }
        .fi-tr-braille-e:before {
    content: "\e230";
    }
        .fi-tr-braille-g:before {
    content: "\e231";
    }
        .fi-tr-braille-h:before {
    content: "\e232";
    }
        .fi-tr-braille-i:before {
    content: "\e233";
    }
        .fi-tr-braille-j:before {
    content: "\e234";
    }
        .fi-tr-braille-k:before {
    content: "\e235";
    }
        .fi-tr-braille-l:before {
    content: "\e236";
    }
        .fi-tr-braille-m:before {
    content: "\e237";
    }
        .fi-tr-braille-n:before {
    content: "\e238";
    }
        .fi-tr-braille-n-alt:before {
    content: "\e239";
    }
        .fi-tr-braille-o:before {
    content: "\e23a";
    }
        .fi-tr-braille-p:before {
    content: "\e23b";
    }
        .fi-tr-braille-q:before {
    content: "\e23c";
    }
        .fi-tr-braille-r:before {
    content: "\e23d";
    }
        .fi-tr-braille-s:before {
    content: "\e23e";
    }
        .fi-tr-braille-t:before {
    content: "\e23f";
    }
        .fi-tr-braille-u:before {
    content: "\e240";
    }
        .fi-tr-braille-v:before {
    content: "\e241";
    }
        .fi-tr-braille-w:before {
    content: "\e242";
    }
        .fi-tr-braille-x:before {
    content: "\e243";
    }
        .fi-tr-braille-y:before {
    content: "\e244";
    }
        .fi-tr-braille-z:before {
    content: "\e245";
    }
        .fi-tr-brain:before {
    content: "\e246";
    }
        .fi-tr-brain-bulb:before {
    content: "\e247";
    }
        .fi-tr-brain-circuit:before {
    content: "\e248";
    }
        .fi-tr-brain-lightning:before {
    content: "\e249";
    }
        .fi-tr-brain-stress:before {
    content: "\e24a";
    }
        .fi-tr-brake-warning:before {
    content: "\e24b";
    }
        .fi-tr-branching:before {
    content: "\e24c";
    }
        .fi-tr-brand:before {
    content: "\e24d";
    }
        .fi-tr-branding:before {
    content: "\e24e";
    }
        .fi-tr-brazil:before {
    content: "\e24f";
    }
        .fi-tr-brazil-flag:before {
    content: "\e250";
    }
        .fi-tr-brazil-flag-circle:before {
    content: "\e251";
    }
        .fi-tr-bread:before {
    content: "\e252";
    }
        .fi-tr-bread-loaf:before {
    content: "\e253";
    }
        .fi-tr-bread-slice:before {
    content: "\e254";
    }
        .fi-tr-bread-slice-butter:before {
    content: "\e255";
    }
        .fi-tr-bridge:before {
    content: "\e256";
    }
        .fi-tr-bridge-circle-check:before {
    content: "\e257";
    }
        .fi-tr-bridge-collapse:before {
    content: "\e258";
    }
        .fi-tr-bridge-suspension:before {
    content: "\e259";
    }
        .fi-tr-bridge-water:before {
    content: "\e25a";
    }
        .fi-tr-briefcase-arrow-right:before {
    content: "\e25d";
    }
        .fi-tr-briefcase-blank:before {
    content: "\e25e";
    }
        .fi-tr-brightness:before {
    content: "\e25f";
    }
        .fi-tr-brightness-low:before {
    content: "\e260";
    }
        .fi-tr-bring-forward:before {
    content: "\e261";
    }
        .fi-tr-bring-front:before {
    content: "\e262";
    }
        .fi-tr-broadcast-tower:before {
    content: "\e263";
    }
        .fi-tr-broccoli:before {
    content: "\e264";
    }
        .fi-tr-broken-arm:before {
    content: "\e265";
    }
        .fi-tr-broken-image:before {
    content: "\e267";
    }
        .fi-tr-broken-leg:before {
    content: "\e268";
    }
        .fi-tr-broken-nail:before {
    content: "\e269";
    }
        .fi-tr-broom-ball:before {
    content: "\e26b";
    }
        .fi-tr-browser:before {
    content: "\e26c";
    }
        .fi-tr-browser-ui:before {
    content: "\e26f";
    }
        .fi-tr-browsers:before {
    content: "\e270";
    }
        .fi-tr-brush:before {
    content: "\e271";
    }
        .fi-tr-bubble-discussion:before {
    content: "\e272";
    }
        .fi-tr-bucket:before {
    content: "\e273";
    }
        .fi-tr-budget:before {
    content: "\e274";
    }
        .fi-tr-budget-alt:before {
    content: "\e275";
    }
        .fi-tr-bug:before {
    content: "\e276";
    }
        .fi-tr-bug-slash:before {
    content: "\e277";
    }
        .fi-tr-bugs:before {
    content: "\e278";
    }
        .fi-tr-build:before {
    content: "\e279";
    }
        .fi-tr-build-alt:before {
    content: "\e27a";
    }
        .fi-tr-builder:before {
    content: "\e27b";
    }
        .fi-tr-building:before {
    content: "\e27c";
    }
        .fi-tr-building-circle-arrow-right:before {
    content: "\e27d";
    }
        .fi-tr-building-ngo:before {
    content: "\e27e";
    }
        .fi-tr-bulb:before {
    content: "\e27f";
    }
        .fi-tr-bulb-speech-bubble:before {
    content: "\e280";
    }
        .fi-tr-bullet:before {
    content: "\e281";
    }
        .fi-tr-bullhorn:before {
    content: "\e282";
    }
        .fi-tr-bullseye:before {
    content: "\e283";
    }
        .fi-tr-bullseye-arrow:before {
    content: "\e284";
    }
        .fi-tr-bullseye-pointer:before {
    content: "\e285";
    }
        .fi-tr-burger-alt:before {
    content: "\e286";
    }
        .fi-tr-burger-fries:before {
    content: "\e287";
    }
        .fi-tr-burger-glass:before {
    content: "\e288";
    }
        .fi-tr-burrito:before {
    content: "\e28b";
    }
        .fi-tr-burst:before {
    content: "\e28c";
    }
        .fi-tr-bus:before {
    content: "\e28d";
    }
        .fi-tr-bus-alt:before {
    content: "\e28e";
    }
        .fi-tr-business-time:before {
    content: "\e28f";
    }
        .fi-tr-Butter:before {
    content: "\e291";
    }
        .fi-tr-butterfly:before {
    content: "\e292";
    }
        .fi-tr-c:before {
    content: "\e293";
    }
        .fi-tr-cabin:before {
    content: "\e294";
    }
        .fi-tr-cactus:before {
    content: "\e296";
    }
        .fi-tr-cage-empty:before {
    content: "\e297";
    }
        .fi-tr-cake-birthday:before {
    content: "\e298";
    }
        .fi-tr-cake-slice:before {
    content: "\e299";
    }
        .fi-tr-cake-wedding:before {
    content: "\e29a";
    }
        .fi-tr-calculator:before {
    content: "\e29b";
    }
        .fi-tr-calculator-bill:before {
    content: "\e29d";
    }
        .fi-tr-calculator-math-tax:before {
    content: "\e29e";
    }
        .fi-tr-calculator-money:before {
    content: "\e29f";
    }
        .fi-tr-calculator-simple:before {
    content: "\e2a0";
    }
        .fi-tr-calendar:before {
    content: "\e2a1";
    }
        .fi-tr-calendar-arrow-down:before {
    content: "\e2a2";
    }
        .fi-tr-calendar-arrow-up:before {
    content: "\e2a3";
    }
        .fi-tr-calendar-check:before {
    content: "\e2a6";
    }
        .fi-tr-calendar-clock:before {
    content: "\e2a7";
    }
        .fi-tr-calendar-day:before {
    content: "\e2a8";
    }
        .fi-tr-calendar-days:before {
    content: "\e2a9";
    }
        .fi-tr-calendar-event-tax:before {
    content: "\e2aa";
    }
        .fi-tr-calendar-exclamation:before {
    content: "\e2ab";
    }
        .fi-tr-calendar-gavel-legal:before {
    content: "\e2ac";
    }
        .fi-tr-calendar-heart:before {
    content: "\e2ad";
    }
        .fi-tr-calendar-image:before {
    content: "\e2ae";
    }
        .fi-tr-calendar-lines:before {
    content: "\e2af";
    }
        .fi-tr-calendar-lines-pen:before {
    content: "\e2b0";
    }
        .fi-tr-calendar-minus:before {
    content: "\e2b1";
    }
        .fi-tr-calendar-payment-loan:before {
    content: "\e2b2";
    }
        .fi-tr-calendar-pen:before {
    content: "\e2b3";
    }
        .fi-tr-calendar-plus:before {
    content: "\e2b4";
    }
        .fi-tr-calendar-salary:before {
    content: "\e2b5";
    }
        .fi-tr-calendar-shift-swap:before {
    content: "\e2b6";
    }
        .fi-tr-calendar-star:before {
    content: "\e2b7";
    }
        .fi-tr-calendar-swap:before {
    content: "\e2b8";
    }
        .fi-tr-calendar-update:before {
    content: "\e2b9";
    }
        .fi-tr-calendar-week:before {
    content: "\e2ba";
    }
        .fi-tr-calendar-xmark:before {
    content: "\e2bb";
    }
        .fi-tr-calendars:before {
    content: "\e2bc";
    }
        .fi-tr-call-duration:before {
    content: "\e2bd";
    }
        .fi-tr-call-forbidden:before {
    content: "\e2be";
    }
        .fi-tr-call-history:before {
    content: "\e2bf";
    }
        .fi-tr-call-incoming:before {
    content: "\e2c0";
    }
        .fi-tr-call-missed:before {
    content: "\e2c1";
    }
        .fi-tr-call-outgoing:before {
    content: "\e2c2";
    }
        .fi-tr-camcorder:before {
    content: "\e2c3";
    }
        .fi-tr-camera:before {
    content: "\e2c4";
    }
        .fi-tr-camera-cctv:before {
    content: "\e2c5";
    }
        .fi-tr-camera-movie:before {
    content: "\e2c7";
    }
        .fi-tr-camera-retro:before {
    content: "\e2c8";
    }
        .fi-tr-camera-rotate:before {
    content: "\e2c9";
    }
        .fi-tr-camera-security:before {
    content: "\e2ca";
    }
        .fi-tr-camera-slash:before {
    content: "\e2cb";
    }
        .fi-tr-camera-viewfinder:before {
    content: "\e2cc";
    }
        .fi-tr-campfire:before {
    content: "\e2cd";
    }
        .fi-tr-camping:before {
    content: "\e2ce";
    }
        .fi-tr-can-food:before {
    content: "\e2cf";
    }
        .fi-tr-candle-holder:before {
    content: "\e2d0";
    }
        .fi-tr-candle-lotus-yoga:before {
    content: "\e2d1";
    }
        .fi-tr-candle-pose-yoga:before {
    content: "\e2d2";
    }
        .fi-tr-candy:before {
    content: "\e2d4";
    }
        .fi-tr-candy-alt:before {
    content: "\e2d5";
    }
        .fi-tr-candy-bar:before {
    content: "\e2d6";
    }
        .fi-tr-candy-cane:before {
    content: "\e2d7";
    }
        .fi-tr-candy-corn:before {
    content: "\e2d8";
    }
        .fi-tr-candy-sweet:before {
    content: "\e2d9";
    }
        .fi-tr-Cannabis:before {
    content: "\e2da";
    }
        .fi-tr-canned-food:before {
    content: "\e2db";
    }
        .fi-tr-cannon:before {
    content: "\e2dc";
    }
        .fi-tr-capsules:before {
    content: "\e2dd";
    }
        .fi-tr-car:before {
    content: "\e2df";
    }
        .fi-tr-car-alt:before {
    content: "\e2e0";
    }
        .fi-tr-car-battery:before {
    content: "\e2e1";
    }
        .fi-tr-car-bolt:before {
    content: "\e2e2";
    }
        .fi-tr-car-building:before {
    content: "\e2e3";
    }
        .fi-tr-car-bump:before {
    content: "\e2e4";
    }
        .fi-tr-car-bus:before {
    content: "\e2e5";
    }
        .fi-tr-car-circle-bolt:before {
    content: "\e2e6";
    }
        .fi-tr-car-crash:before {
    content: "\e2e7";
    }
        .fi-tr-car-garage:before {
    content: "\e2e8";
    }
        .fi-tr-car-journey:before {
    content: "\e2e9";
    }
        .fi-tr-car-mechanic:before {
    content: "\e2ea";
    }
        .fi-tr-car-rear:before {
    content: "\e2eb";
    }
        .fi-tr-car-side:before {
    content: "\e2ec";
    }
        .fi-tr-car-side-bolt:before {
    content: "\e2ed";
    }
        .fi-tr-car-tilt:before {
    content: "\e2ee";
    }
        .fi-tr-car-tunnel:before {
    content: "\e2ef";
    }
        .fi-tr-car-wash:before {
    content: "\e2f0";
    }
        .fi-tr-caravan:before {
    content: "\e2f1";
    }
        .fi-tr-caravan-alt:before {
    content: "\e2f2";
    }
        .fi-tr-carbon-cloud:before {
    content: "\e2f3";
    }
        .fi-tr-carbon-cloud-arrow-down:before {
    content: "\e2f4";
    }
        .fi-tr-carbon-footprint:before {
    content: "\e2f5";
    }
        .fi-tr-card-club:before {
    content: "\e2f6";
    }
        .fi-tr-card-diamond:before {
    content: "\e2f7";
    }
        .fi-tr-card-heart:before {
    content: "\e2f8";
    }
        .fi-tr-card-spade:before {
    content: "\e2f9";
    }
        .fi-tr-cardinal-compass:before {
    content: "\e2fa";
    }
        .fi-tr-cards-blank:before {
    content: "\e2fc";
    }
        .fi-tr-career-growth:before {
    content: "\e2fe";
    }
        .fi-tr-career-path:before {
    content: "\e2ff";
    }
        .fi-tr-caret-circle-down:before {
    content: "\e300";
    }
        .fi-tr-caret-circle-right:before {
    content: "\e302";
    }
        .fi-tr-caret-circle-up:before {
    content: "\e303";
    }
        .fi-tr-caret-down:before {
    content: "\e304";
    }
        .fi-tr-caret-left:before {
    content: "\e305";
    }
        .fi-tr-caret-right:before {
    content: "\e307";
    }
        .fi-tr-caret-square-down:before {
    content: "\e308";
    }
        .fi-tr-caret-square-left:before {
    content: "\e309";
    }
        .fi-tr-caret-square-left_1:before {
    content: "\e30a";
    }
        .fi-tr-caret-square-right:before {
    content: "\e30b";
    }
        .fi-tr-caret-square-up:before {
    content: "\e30c";
    }
        .fi-tr-caret-up:before {
    content: "\e30d";
    }
        .fi-tr-carrot:before {
    content: "\e30e";
    }
        .fi-tr-cars:before {
    content: "\e30f";
    }
        .fi-tr-cars-crash:before {
    content: "\e310";
    }
        .fi-tr-cart-arrow-down:before {
    content: "\e311";
    }
        .fi-tr-cart-minus:before {
    content: "\e312";
    }
        .fi-tr-cart-shopping-fast:before {
    content: "\e313";
    }
        .fi-tr-case-study:before {
    content: "\e314";
    }
        .fi-tr-cash-register:before {
    content: "\e315";
    }
        .fi-tr-cassette-tape:before {
    content: "\e316";
    }
        .fi-tr-cassette-vhs:before {
    content: "\e317";
    }
        .fi-tr-castle:before {
    content: "\e318";
    }
        .fi-tr-cat:before {
    content: "\e319";
    }
        .fi-tr-cat-dog:before {
    content: "\e31a";
    }
        .fi-tr-cat-head:before {
    content: "\e31b";
    }
        .fi-tr-cat-space:before {
    content: "\e31c";
    }
        .fi-tr-catalog:before {
    content: "\e31d";
    }
        .fi-tr-catalog-alt:before {
    content: "\e31e";
    }
        .fi-tr-catalog-magazine:before {
    content: "\e31f";
    }
        .fi-tr-category:before {
    content: "\e320";
    }
        .fi-tr-category-alt:before {
    content: "\e321";
    }
        .fi-tr-cauldron:before {
    content: "\e322";
    }
        .fi-tr-cedi-sign:before {
    content: "\e327";
    }
        .fi-tr-cello:before {
    content: "\e328";
    }
        .fi-tr-cent-sign:before {
    content: "\e329";
    }
        .fi-tr-chair:before {
    content: "\e32b";
    }
        .fi-tr-chair-director:before {
    content: "\e32c";
    }
        .fi-tr-chair-office:before {
    content: "\e32d";
    }
        .fi-tr-chalkboard:before {
    content: "\e32e";
    }
        .fi-tr-chalkboard-user:before {
    content: "\e32f";
    }
        .fi-tr-challenge:before {
    content: "\e330";
    }
        .fi-tr-challenge-alt:before {
    content: "\e331";
    }
        .fi-tr-channel:before {
    content: "\e332";
    }
        .fi-tr-charging-station:before {
    content: "\e334";
    }
        .fi-tr-chart-area:before {
    content: "\e335";
    }
        .fi-tr-chart-arrow-down:before {
    content: "\e336";
    }
        .fi-tr-chart-arrow-grow:before {
    content: "\e337";
    }
        .fi-tr-chart-bar-holding-hand:before {
    content: "\e338";
    }
        .fi-tr-chart-bullet:before {
    content: "\e339";
    }
        .fi-tr-chart-candlestick:before {
    content: "\e33a";
    }
        .fi-tr-chart-connected:before {
    content: "\e33b";
    }
        .fi-tr-chart-gantt:before {
    content: "\e33c";
    }
        .fi-tr-chart-histogram:before {
    content: "\e33d";
    }
        .fi-tr-chart-kanban:before {
    content: "\e33e";
    }
        .fi-tr-chart-line-up:before {
    content: "\e33f";
    }
        .fi-tr-chart-line-up-down:before {
    content: "\e340";
    }
        .fi-tr-chart-mixed:before {
    content: "\e341";
    }
        .fi-tr-chart-mixed-up-circle-currency:before {
    content: "\e342";
    }
        .fi-tr-chart-mixed-up-circle-dollar:before {
    content: "\e343";
    }
        .fi-tr-chart-network:before {
    content: "\e344";
    }
        .fi-tr-chart-pie:before {
    content: "\e345";
    }
        .fi-tr-chart-pie-alt:before {
    content: "\e346";
    }
        .fi-tr-chart-pie-simple-circle-currency:before {
    content: "\e347";
    }
        .fi-tr-chart-pie-simple-circle-dollar:before {
    content: "\e348";
    }
        .fi-tr-chart-pyramid:before {
    content: "\e349";
    }
        .fi-tr-chart-radar:before {
    content: "\e34a";
    }
        .fi-tr-chart-scatter:before {
    content: "\e34b";
    }
        .fi-tr-chart-scatter-3d:before {
    content: "\e34c";
    }
        .fi-tr-chart-scatter-bubble:before {
    content: "\e34d";
    }
        .fi-tr-chart-set-theory:before {
    content: "\e34e";
    }
        .fi-tr-chart-simple:before {
    content: "\e34f";
    }
        .fi-tr-chart-simple-horizontal:before {
    content: "\e350";
    }
        .fi-tr-chart-tree:before {
    content: "\e351";
    }
        .fi-tr-chart-tree-map:before {
    content: "\e352";
    }
        .fi-tr-chart-user:before {
    content: "\e353";
    }
        .fi-tr-chart-waterfall:before {
    content: "\e354";
    }
        .fi-tr-chatbot:before {
    content: "\e358";
    }
        .fi-tr-chatbot-speech-bubble:before {
    content: "\e359";
    }
        .fi-tr-cheap:before {
    content: "\e35a";
    }
        .fi-tr-cheap-bill:before {
    content: "\e35b";
    }
        .fi-tr-cheap-dollar:before {
    content: "\e35c";
    }
        .fi-tr-cheap-stack:before {
    content: "\e35d";
    }
        .fi-tr-cheap-stack-dollar:before {
    content: "\e35e";
    }
        .fi-tr-check-circle:before {
    content: "\e360";
    }
        .fi-tr-check-double:before {
    content: "\e361";
    }
        .fi-tr-check-in-calendar:before {
    content: "\e362";
    }
        .fi-tr-check-out-calendar:before {
    content: "\e363";
    }
        .fi-tr-checklist-task-budget:before {
    content: "\e365";
    }
        .fi-tr-cheese:before {
    content: "\e366";
    }
        .fi-tr-cheese-alt:before {
    content: "\e367";
    }
        .fi-tr-cheeseburger:before {
    content: "\e368";
    }
        .fi-tr-cherry:before {
    content: "\e369";
    }
        .fi-tr-chess:before {
    content: "\e36a";
    }
        .fi-tr-chess-bishop:before {
    content: "\e36b";
    }
        .fi-tr-chess-board:before {
    content: "\e36c";
    }
        .fi-tr-chess-clock:before {
    content: "\e36d";
    }
        .fi-tr-chess-clock-alt:before {
    content: "\e36e";
    }
        .fi-tr-chess-king:before {
    content: "\e36f";
    }
        .fi-tr-chess-king-alt:before {
    content: "\e370";
    }
        .fi-tr-chess-knight:before {
    content: "\e371";
    }
        .fi-tr-chess-knight-alt:before {
    content: "\e372";
    }
        .fi-tr-chess-pawn:before {
    content: "\e373";
    }
        .fi-tr-chess-pawn-alt:before {
    content: "\e374";
    }
        .fi-tr-chess-queen:before {
    content: "\e376";
    }
        .fi-tr-chess-queen-alt:before {
    content: "\e377";
    }
        .fi-tr-chess-rook:before {
    content: "\e378";
    }
        .fi-tr-chess-rook-alt:before {
    content: "\e379";
    }
        .fi-tr-chevron-double-down:before {
    content: "\e37a";
    }
        .fi-tr-chevron-double-up:before {
    content: "\e37b";
    }
        .fi-tr-child:before {
    content: "\e37c";
    }
        .fi-tr-child-head:before {
    content: "\e37d";
    }
        .fi-tr-chimney:before {
    content: "\e37e";
    }
        .fi-tr-chip:before {
    content: "\e37f";
    }
        .fi-tr-chocolate-bar:before {
    content: "\e381";
    }
        .fi-tr-choir-singing:before {
    content: "\e382";
    }
        .fi-tr-choose:before {
    content: "\e383";
    }
        .fi-tr-choose-alt:before {
    content: "\e384";
    }
        .fi-tr-church:before {
    content: "\e386";
    }
        .fi-tr-circle:before {
    content: "\e387";
    }
        .fi-tr-circle-0:before {
    content: "\e388";
    }
        .fi-tr-circle-1:before {
    content: "\e389";
    }
        .fi-tr-circle-2:before {
    content: "\e38a";
    }
        .fi-tr-circle-3:before {
    content: "\e38b";
    }
        .fi-tr-circle-4:before {
    content: "\e38c";
    }
        .fi-tr-circle-5:before {
    content: "\e38d";
    }
        .fi-tr-circle-6:before {
    content: "\e38e";
    }
        .fi-tr-circle-7:before {
    content: "\e38f";
    }
        .fi-tr-circle-8:before {
    content: "\e390";
    }
        .fi-tr-circle-9:before {
    content: "\e391";
    }
        .fi-tr-circle-a:before {
    content: "\e392";
    }
        .fi-tr-circle-b:before {
    content: "\e394";
    }
        .fi-tr-circle-bolt:before {
    content: "\e395";
    }
        .fi-tr-circle-book-open:before {
    content: "\e396";
    }
        .fi-tr-circle-bookmark:before {
    content: "\e397";
    }
        .fi-tr-circle-c:before {
    content: "\e398";
    }
        .fi-tr-circle-calendar:before {
    content: "\e399";
    }
        .fi-tr-circle-camera:before {
    content: "\e39a";
    }
        .fi-tr-circle-d:before {
    content: "\e39c";
    }
        .fi-tr-circle-dashed:before {
    content: "\e39d";
    }
        .fi-tr-circle-divide:before {
    content: "\e39e";
    }
        .fi-tr-circle-e:before {
    content: "\e3a0";
    }
        .fi-tr-circle-ellipsis:before {
    content: "\e3a1";
    }
        .fi-tr-circle-ellipsis-vertical:before {
    content: "\e3a2";
    }
        .fi-tr-circle-envelope:before {
    content: "\e3a3";
    }
        .fi-tr-circle-exclamation-check:before {
    content: "\e3a4";
    }
        .fi-tr-circle-f:before {
    content: "\e3a5";
    }
        .fi-tr-circle-g:before {
    content: "\e3a6";
    }
        .fi-tr-circle-h:before {
    content: "\e3a7";
    }
        .fi-tr-circle-half:before {
    content: "\e3a8";
    }
        .fi-tr-circle-half-stroke:before {
    content: "\e3a9";
    }
        .fi-tr-circle-heart:before {
    content: "\e3aa";
    }
        .fi-tr-circle-i:before {
    content: "\e3ab";
    }
        .fi-tr-circle-j:before {
    content: "\e3ac";
    }
        .fi-tr-circle-k:before {
    content: "\e3ad";
    }
        .fi-tr-circle-l:before {
    content: "\e3ae";
    }
        .fi-tr-circle-m:before {
    content: "\e3af";
    }
        .fi-tr-circle-microphone:before {
    content: "\e3b0";
    }
        .fi-tr-circle-microphone-lines:before {
    content: "\e3b1";
    }
        .fi-tr-circle-n:before {
    content: "\e3b2";
    }
        .fi-tr-circle-nodes:before {
    content: "\e3b3";
    }
        .fi-tr-circle-o:before {
    content: "\e3b4";
    }
        .fi-tr-circle-overlap:before {
    content: "\e3b5";
    }
        .fi-tr-circle-p:before {
    content: "\e3b6";
    }
        .fi-tr-circle-phone:before {
    content: "\e3b8";
    }
        .fi-tr-circle-phone-flip:before {
    content: "\e3b9";
    }
        .fi-tr-circle-phone-hangup:before {
    content: "\e3ba";
    }
        .fi-tr-circle-q:before {
    content: "\e3bc";
    }
        .fi-tr-circle-quarters:before {
    content: "\e3be";
    }
        .fi-tr-circle-quarters-alt:before {
    content: "\e3bf";
    }
        .fi-tr-circle-r:before {
    content: "\e3c0";
    }
        .fi-tr-circle-s:before {
    content: "\e3c1";
    }
        .fi-tr-circle-small:before {
    content: "\e3c2";
    }
        .fi-tr-circle-star:before {
    content: "\e3c3";
    }
        .fi-tr-circle-t:before {
    content: "\e3c5";
    }
        .fi-tr-circle-three-quarters:before {
    content: "\e3c6";
    }
        .fi-tr-circle-trash:before {
    content: "\e3c7";
    }
        .fi-tr-circle-u:before {
    content: "\e3c8";
    }
        .fi-tr-circle-user:before {
    content: "\e3c9";
    }
        .fi-tr-circle-v:before {
    content: "\e3ca";
    }
        .fi-tr-circle-video:before {
    content: "\e3cb";
    }
        .fi-tr-circle-w:before {
    content: "\e3cc";
    }
        .fi-tr-circle-waveform-lines:before {
    content: "\e3cd";
    }
        .fi-tr-circle-wifi-circle-wifi:before {
    content: "\e3ce";
    }
        .fi-tr-circle-x:before {
    content: "\e3cf";
    }
        .fi-tr-circle-xmark:before {
    content: "\e3d0";
    }
        .fi-tr-circle-y:before {
    content: "\e3d1";
    }
        .fi-tr-circle-z:before {
    content: "\e3d2";
    }
        .fi-tr-citrus:before {
    content: "\e3d3";
    }
        .fi-tr-citrus-slice:before {
    content: "\e3d4";
    }
        .fi-tr-city:before {
    content: "\e3d5";
    }
        .fi-tr-clapper-open:before {
    content: "\e3d6";
    }
        .fi-tr-clapperboard:before {
    content: "\e3d7";
    }
        .fi-tr-clapperboard-play:before {
    content: "\e3d8";
    }
        .fi-tr-clarinet:before {
    content: "\e3d9";
    }
        .fi-tr-claw-marks:before {
    content: "\e3da";
    }
        .fi-tr-clear-alt:before {
    content: "\e3dd";
    }
        .fi-tr-clip-file:before {
    content: "\e3df";
    }
        .fi-tr-clip-mail:before {
    content: "\e3e0";
    }
        .fi-tr-clipboard:before {
    content: "\e3e1";
    }
        .fi-tr-clipboard-check:before {
    content: "\e3e2";
    }
        .fi-tr-clipboard-exclamation:before {
    content: "\e3e3";
    }
        .fi-tr-clipboard-list:before {
    content: "\e3e4";
    }
        .fi-tr-clipboard-list-check:before {
    content: "\e3e5";
    }
        .fi-tr-clipboard-prescription:before {
    content: "\e3e6";
    }
        .fi-tr-clipboard-question:before {
    content: "\e3e7";
    }
        .fi-tr-clipboard-user:before {
    content: "\e3e8";
    }
        .fi-tr-clipoard-wrong:before {
    content: "\e3e9";
    }
        .fi-tr-clock:before {
    content: "\e3ea";
    }
        .fi-tr-clock-desk:before {
    content: "\e3eb";
    }
        .fi-tr-clock-eight-thirty:before {
    content: "\e3ec";
    }
        .fi-tr-clock-eleven:before {
    content: "\e3ed";
    }
        .fi-tr-clock-eleven-thirty:before {
    content: "\e3ee";
    }
        .fi-tr-clock-five:before {
    content: "\e3ef";
    }
        .fi-tr-clock-five-thirty:before {
    content: "\e3f0";
    }
        .fi-tr-clock-four-thirty:before {
    content: "\e3f1";
    }
        .fi-tr-clock-future-past:before {
    content: "\e3f2";
    }
        .fi-tr-clock-nine:before {
    content: "\e3f3";
    }
        .fi-tr-clock-nine-thirty:before {
    content: "\e3f4";
    }
        .fi-tr-clock-one:before {
    content: "\e3f5";
    }
        .fi-tr-clock-one-thirty:before {
    content: "\e3f6";
    }
        .fi-tr-clock-seven:before {
    content: "\e3f7";
    }
        .fi-tr-clock-seven-thirty:before {
    content: "\e3f8";
    }
        .fi-tr-clock-six:before {
    content: "\e3f9";
    }
        .fi-tr-clock-six-thirty:before {
    content: "\e3fa";
    }
        .fi-tr-clock-ten:before {
    content: "\e3fb";
    }
        .fi-tr-clock-ten-thirty:before {
    content: "\e3fc";
    }
        .fi-tr-clock-three:before {
    content: "\e3fd";
    }
        .fi-tr-clock-three-thirty:before {
    content: "\e3fe";
    }
        .fi-tr-clock-time-tracking:before {
    content: "\e3ff";
    }
        .fi-tr-clock-twelve:before {
    content: "\e400";
    }
        .fi-tr-clock-twelve-thirty:before {
    content: "\e401";
    }
        .fi-tr-clock-two:before {
    content: "\e402";
    }
        .fi-tr-clock-two-thirty:before {
    content: "\e403";
    }
        .fi-tr-clock-up-arrow:before {
    content: "\e404";
    }
        .fi-tr-clone:before {
    content: "\e405";
    }
        .fi-tr-closed-captioning-slash:before {
    content: "\e406";
    }
        .fi-tr-clothes-hanger:before {
    content: "\e407";
    }
        .fi-tr-clothing-rack:before {
    content: "\e408";
    }
        .fi-tr-cloud:before {
    content: "\e409";
    }
        .fi-tr-cloud-back-up:before {
    content: "\e40a";
    }
        .fi-tr-cloud-back-up-alt:before {
    content: "\e40b";
    }
        .fi-tr-cloud-check:before {
    content: "\e40c";
    }
        .fi-tr-cloud-code:before {
    content: "\e40d";
    }
        .fi-tr-cloud-data:before {
    content: "\e40e";
    }
        .fi-tr-cloud-disabled:before {
    content: "\e40f";
    }
        .fi-tr-cloud-download:before {
    content: "\e410";
    }
        .fi-tr-cloud-download-alt:before {
    content: "\e411";
    }
        .fi-tr-cloud-download-circle:before {
    content: "\e412";
    }
        .fi-tr-cloud-drizzle:before {
    content: "\e413";
    }
        .fi-tr-cloud-exclamation:before {
    content: "\e414";
    }
        .fi-tr-cloud-gear-automation:before {
    content: "\e416";
    }
        .fi-tr-cloud-hail:before {
    content: "\e417";
    }
        .fi-tr-cloud-hail-mixed:before {
    content: "\e418";
    }
        .fi-tr-cloud-lock:before {
    content: "\e419";
    }
        .fi-tr-cloud-meatball:before {
    content: "\e41a";
    }
        .fi-tr-cloud-moon:before {
    content: "\e41c";
    }
        .fi-tr-cloud-moon-rain:before {
    content: "\e41d";
    }
        .fi-tr-cloud-question:before {
    content: "\e41f";
    }
        .fi-tr-cloud-rain:before {
    content: "\e420";
    }
        .fi-tr-cloud-rainbow:before {
    content: "\e421";
    }
        .fi-tr-cloud-share:before {
    content: "\e422";
    }
        .fi-tr-cloud-showers:before {
    content: "\e423";
    }
        .fi-tr-cloud-showers-heavy:before {
    content: "\e424";
    }
        .fi-tr-cloud-showers-water:before {
    content: "\e425";
    }
        .fi-tr-cloud-sleet:before {
    content: "\e427";
    }
        .fi-tr-cloud-snow:before {
    content: "\e428";
    }
        .fi-tr-cloud-sun:before {
    content: "\e429";
    }
        .fi-tr-cloud-sun-rain:before {
    content: "\e42a";
    }
        .fi-tr-cloud-upload:before {
    content: "\e42b";
    }
        .fi-tr-cloud-upload-alt:before {
    content: "\e42c";
    }
        .fi-tr-cloud-upload-circle:before {
    content: "\e42d";
    }
        .fi-tr-clouds:before {
    content: "\e430";
    }
        .fi-tr-clouds-moon:before {
    content: "\e431";
    }
        .fi-tr-clouds-sun:before {
    content: "\e432";
    }
        .fi-tr-clover-alt:before {
    content: "\e433";
    }
        .fi-tr-club:before {
    content: "\e434";
    }
        .fi-tr-cocktail:before {
    content: "\e437";
    }
        .fi-tr-coconut:before {
    content: "\e439";
    }
        .fi-tr-code-branch:before {
    content: "\e43a";
    }
        .fi-tr-code-commit:before {
    content: "\e43b";
    }
        .fi-tr-code-compare:before {
    content: "\e43c";
    }
        .fi-tr-code-fork:before {
    content: "\e43d";
    }
        .fi-tr-code-merge:before {
    content: "\e43e";
    }
        .fi-tr-code-pull-request:before {
    content: "\e43f";
    }
        .fi-tr-code-pull-request-closed:before {
    content: "\e440";
    }
        .fi-tr-code-pull-request-draft:before {
    content: "\e441";
    }
        .fi-tr-code-simple:before {
    content: "\e442";
    }
        .fi-tr-coffee:before {
    content: "\e443";
    }
        .fi-tr-coffee-bean:before {
    content: "\e444";
    }
        .fi-tr-coffee-beans:before {
    content: "\e445";
    }
        .fi-tr-coffee-heart:before {
    content: "\e446";
    }
        .fi-tr-coffee-maker:before {
    content: "\e447";
    }
        .fi-tr-coffee-pot:before {
    content: "\e448";
    }
        .fi-tr-coffin:before {
    content: "\e449";
    }
        .fi-tr-coffin-cross:before {
    content: "\e44a";
    }
        .fi-tr-coin:before {
    content: "\e44b";
    }
        .fi-tr-coin-up-arrow:before {
    content: "\e44c";
    }
        .fi-tr-coins:before {
    content: "\e44d";
    }
        .fi-tr-colon-sign:before {
    content: "\e44f";
    }
        .fi-tr-columns-3:before {
    content: "\e450";
    }
        .fi-tr-comet:before {
    content: "\e451";
    }
        .fi-tr-command:before {
    content: "\e453";
    }
        .fi-tr-comment:before {
    content: "\e454";
    }
        .fi-tr-comment-alt:before {
    content: "\e455";
    }
        .fi-tr-comment-alt-check:before {
    content: "\e456";
    }
        .fi-tr-comment-alt-dots:before {
    content: "\e457";
    }
        .fi-tr-comment-alt-edit:before {
    content: "\e458";
    }
        .fi-tr-comment-alt-medical:before {
    content: "\e459";
    }
        .fi-tr-comment-alt-middle:before {
    content: "\e45a";
    }
        .fi-tr-comment-alt-middle-top:before {
    content: "\e45b";
    }
        .fi-tr-comment-alt-minus:before {
    content: "\e45c";
    }
        .fi-tr-comment-alt-music:before {
    content: "\e45d";
    }
        .fi-tr-comment-arrow-down:before {
    content: "\e460";
    }
        .fi-tr-comment-arrow-up:before {
    content: "\e461";
    }
        .fi-tr-comment-arrow-up-right:before {
    content: "\e462";
    }
        .fi-tr-comment-check:before {
    content: "\e463";
    }
        .fi-tr-comment-code:before {
    content: "\e464";
    }
        .fi-tr-comment-dollar:before {
    content: "\e465";
    }
        .fi-tr-comment-dots:before {
    content: "\e466";
    }
        .fi-tr-comment-exclamation:before {
    content: "\e467";
    }
        .fi-tr-comment-heart:before {
    content: "\e468";
    }
        .fi-tr-comment-image:before {
    content: "\e469";
    }
        .fi-tr-comment-info:before {
    content: "\e46a";
    }
        .fi-tr-comment-medical:before {
    content: "\e46b";
    }
        .fi-tr-comment-minus:before {
    content: "\e46c";
    }
        .fi-tr-comment-pen:before {
    content: "\e46d";
    }
        .fi-tr-comment-question:before {
    content: "\e46f";
    }
        .fi-tr-comment-quote:before {
    content: "\e470";
    }
        .fi-tr-comment-slash:before {
    content: "\e471";
    }
        .fi-tr-comment-smile:before {
    content: "\e472";
    }
        .fi-tr-comment-sms:before {
    content: "\e473";
    }
        .fi-tr-comment-text:before {
    content: "\e474";
    }
        .fi-tr-comment-user:before {
    content: "\e475";
    }
        .fi-tr-comment-xmark:before {
    content: "\e476";
    }
        .fi-tr-comments:before {
    content: "\e477";
    }
        .fi-tr-comments-dollar:before {
    content: "\e478";
    }
        .fi-tr-comments-question:before {
    content: "\e479";
    }
        .fi-tr-comments-question-check:before {
    content: "\e47a";
    }
        .fi-tr-compass-alt:before {
    content: "\e47b";
    }
        .fi-tr-compass-east:before {
    content: "\e47c";
    }
        .fi-tr-compass-north:before {
    content: "\e47d";
    }
        .fi-tr-compass-slash:before {
    content: "\e47e";
    }
        .fi-tr-compass-south:before {
    content: "\e47f";
    }
        .fi-tr-compass-west:before {
    content: "\e480";
    }
        .fi-tr-completed:before {
    content: "\e481";
    }
        .fi-tr-compliance:before {
    content: "\e482";
    }
        .fi-tr-compliance-clipboard:before {
    content: "\e483";
    }
        .fi-tr-compliance-document:before {
    content: "\e484";
    }
        .fi-tr-compress:before {
    content: "\e485";
    }
        .fi-tr-compress-alt:before {
    content: "\e486";
    }
        .fi-tr-computer:before {
    content: "\e487";
    }
        .fi-tr-computer-classic:before {
    content: "\e488";
    }
        .fi-tr-computer-mouse:before {
    content: "\e489";
    }
        .fi-tr-computer-speaker:before {
    content: "\e48a";
    }
        .fi-tr-concierge-bell:before {
    content: "\e48b";
    }
        .fi-tr-condition:before {
    content: "\e48d";
    }
        .fi-tr-condition-alt:before {
    content: "\e48e";
    }
        .fi-tr-confetti:before {
    content: "\e48f";
    }
        .fi-tr-confidential-discussion:before {
    content: "\e490";
    }
        .fi-tr-console-controller:before {
    content: "\e492";
    }
        .fi-tr-constellation:before {
    content: "\e493";
    }
        .fi-tr-contact-lens-eyes:before {
    content: "\e494";
    }
        .fi-tr-container-storage:before {
    content: "\e495";
    }
        .fi-tr-convert-document:before {
    content: "\e496";
    }
        .fi-tr-convert-shapes:before {
    content: "\e497";
    }
        .fi-tr-conveyor-belt:before {
    content: "\e498";
    }
        .fi-tr-conveyor-belt-alt:before {
    content: "\e499";
    }
        .fi-tr-conveyor-belt-arm:before {
    content: "\e49a";
    }
        .fi-tr-conveyor-belt-empty:before {
    content: "\e49b";
    }
        .fi-tr-cookie-alt:before {
    content: "\e49d";
    }
        .fi-tr-copy:before {
    content: "\e49e";
    }
        .fi-tr-copy-alt:before {
    content: "\e49f";
    }
        .fi-tr-copy-image:before {
    content: "\e4a0";
    }
        .fi-tr-corn:before {
    content: "\e4a2";
    }
        .fi-tr-corporate:before {
    content: "\e4a4";
    }
        .fi-tr-corporate-alt:before {
    content: "\e4a5";
    }
        .fi-tr-couch:before {
    content: "\e4a6";
    }
        .fi-tr-court-sport:before {
    content: "\e4a9";
    }
        .fi-tr-cow:before {
    content: "\e4aa";
    }
        .fi-tr-cow-alt:before {
    content: "\e4ab";
    }
        .fi-tr-cowbell:before {
    content: "\e4ac";
    }
        .fi-tr-cowbell-circle-plus:before {
    content: "\e4ad";
    }
        .fi-tr-cowbell-more:before {
    content: "\e4ae";
    }
        .fi-tr-crab:before {
    content: "\e4af";
    }
        .fi-tr-crate-empty:before {
    content: "\e4b0";
    }
        .fi-tr-cream:before {
    content: "\e4b1";
    }
        .fi-tr-credit-card-buyer:before {
    content: "\e4c2";
    }
        .fi-tr-credit-card-eye:before {
    content: "\e4c3";
    }
        .fi-tr-cricket:before {
    content: "\e4c7";
    }
        .fi-tr-CRM:before {
    content: "\e4c8";
    }
        .fi-tr-crm-alt:before {
    content: "\e4c9";
    }
        .fi-tr-crm-computer:before {
    content: "\e4ca";
    }
        .fi-tr-croissant:before {
    content: "\e4cb";
    }
        .fi-tr-cross-religion:before {
    content: "\e4cf";
    }
        .fi-tr-crow:before {
    content: "\e4d2";
    }
        .fi-tr-crown:before {
    content: "\e4d3";
    }
        .fi-tr-crutch:before {
    content: "\e4d4";
    }
        .fi-tr-crutches:before {
    content: "\e4d5";
    }
        .fi-tr-cruzeiro-sign:before {
    content: "\e4d6";
    }
        .fi-tr-crypto-calendar:before {
    content: "\e4d7";
    }
        .fi-tr-cryptocurrency:before {
    content: "\e4d8";
    }
        .fi-tr-crystal-ball:before {
    content: "\e4d9";
    }
        .fi-tr-cube:before {
    content: "\e4dc";
    }
        .fi-tr-cubes:before {
    content: "\e4dd";
    }
        .fi-tr-cubes-stacked:before {
    content: "\e4de";
    }
        .fi-tr-cucumber:before {
    content: "\e4df";
    }
        .fi-tr-cup-straw:before {
    content: "\e4e0";
    }
        .fi-tr-cup-straw-swoosh:before {
    content: "\e4e1";
    }
        .fi-tr-cup-togo:before {
    content: "\e4e2";
    }
        .fi-tr-cupcake:before {
    content: "\e4e3";
    }
        .fi-tr-cupcake-alt:before {
    content: "\e4e4";
    }
        .fi-tr-curling:before {
    content: "\e4e5";
    }
        .fi-tr-cursor:before {
    content: "\e4e6";
    }
        .fi-tr-cursor-finger:before {
    content: "\e4e7";
    }
        .fi-tr-cursor-plus:before {
    content: "\e4e8";
    }
        .fi-tr-cursor-text:before {
    content: "\e4e9";
    }
        .fi-tr-cursor-text-alt:before {
    content: "\e4ea";
    }
        .fi-tr-curve:before {
    content: "\e4eb";
    }
        .fi-tr-curve-alt:before {
    content: "\e4ec";
    }
        .fi-tr-curve-arrow:before {
    content: "\e4ed";
    }
        .fi-tr-custard:before {
    content: "\e4ee";
    }
        .fi-tr-customer-care:before {
    content: "\e4ef";
    }
        .fi-tr-customer-service:before {
    content: "\e4f0";
    }
        .fi-tr-customization:before {
    content: "\e4f1";
    }
        .fi-tr-customization-cogwheel:before {
    content: "\e4f2";
    }
        .fi-tr-customize:before {
    content: "\e4f3";
    }
        .fi-tr-customize-computer:before {
    content: "\e4f4";
    }
        .fi-tr-customize-edit:before {
    content: "\e4f5";
    }
        .fi-tr-CV:before {
    content: "\e4f6";
    }
        .fi-tr-cvv-card:before {
    content: "\e4f7";
    }
        .fi-tr-d:before {
    content: "\e4f8";
    }
        .fi-tr-dagger:before {
    content: "\e4f9";
    }
        .fi-tr-daily-calendar:before {
    content: "\e4fa";
    }
        .fi-tr-daisy:before {
    content: "\e4fc";
    }
        .fi-tr-daisy-alt:before {
    content: "\e4fd";
    }
        .fi-tr-damage:before {
    content: "\e4fe";
    }
        .fi-tr-dark-mode:before {
    content: "\e4ff";
    }
        .fi-tr-dark-mode-alt:before {
    content: "\e500";
    }
        .fi-tr-dashboard:before {
    content: "\e503";
    }
        .fi-tr-dashboard-monitor:before {
    content: "\e504";
    }
        .fi-tr-dashboard-panel:before {
    content: "\e505";
    }
        .fi-tr-database:before {
    content: "\e508";
    }
        .fi-tr-database-cloud-circle:before {
    content: "\e509";
    }
        .fi-tr-debt:before {
    content: "\e50a";
    }
        .fi-tr-decision-choice:before {
    content: "\e50c";
    }
        .fi-tr-deer:before {
    content: "\e50d";
    }
        .fi-tr-deer-rudolph:before {
    content: "\e50e";
    }
        .fi-tr-degree-credential:before {
    content: "\e510";
    }
        .fi-tr-delete:before {
    content: "\e511";
    }
        .fi-tr-delete-document:before {
    content: "\e512";
    }
        .fi-tr-delete-right:before {
    content: "\e513";
    }
        .fi-tr-delete-user:before {
    content: "\e514";
    }
        .fi-tr-democrat:before {
    content: "\e518";
    }
        .fi-tr-department:before {
    content: "\e519";
    }
        .fi-tr-department-structure:before {
    content: "\e51a";
    }
        .fi-tr-deposit:before {
    content: "\e51b";
    }
        .fi-tr-deposit-alt:before {
    content: "\e51c";
    }
        .fi-tr-description:before {
    content: "\e51d";
    }
        .fi-tr-description-alt:before {
    content: "\e51e";
    }
        .fi-tr-desk:before {
    content: "\e51f";
    }
        .fi-tr-desktop-arrow-down:before {
    content: "\e520";
    }
        .fi-tr-desktop-wallpaper:before {
    content: "\e521";
    }
        .fi-tr-detergent:before {
    content: "\e522";
    }
        .fi-tr-devices:before {
    content: "\e525";
    }
        .fi-tr-dewpoint:before {
    content: "\e526";
    }
        .fi-tr-dharmachakra:before {
    content: "\e527";
    }
        .fi-tr-diagram-cells:before {
    content: "\e528";
    }
        .fi-tr-diagram-lean-canvas:before {
    content: "\e529";
    }
        .fi-tr-diagram-nested:before {
    content: "\e52a";
    }
        .fi-tr-diagram-next:before {
    content: "\e52b";
    }
        .fi-tr-diagram-predecessor:before {
    content: "\e52c";
    }
        .fi-tr-diagram-previous:before {
    content: "\e52d";
    }
        .fi-tr-diagram-project:before {
    content: "\e52e";
    }
        .fi-tr-diagram-sankey:before {
    content: "\e52f";
    }
        .fi-tr-diagram-subtask:before {
    content: "\e530";
    }
        .fi-tr-diagram-successor:before {
    content: "\e531";
    }
        .fi-tr-diagram-venn:before {
    content: "\e532";
    }
        .fi-tr-dial:before {
    content: "\e533";
    }
        .fi-tr-dial-high:before {
    content: "\e534";
    }
        .fi-tr-dial-low:before {
    content: "\e535";
    }
        .fi-tr-dial-max:before {
    content: "\e536";
    }
        .fi-tr-dial-med:before {
    content: "\e537";
    }
        .fi-tr-dial-med-low:before {
    content: "\e538";
    }
        .fi-tr-dial-min:before {
    content: "\e539";
    }
        .fi-tr-dial-off:before {
    content: "\e53a";
    }
        .fi-tr-dialogue-exchange:before {
    content: "\e53b";
    }
        .fi-tr-diamond:before {
    content: "\e53c";
    }
        .fi-tr-diamond-exclamation:before {
    content: "\e53d";
    }
        .fi-tr-diamond-turn-right:before {
    content: "\e53e";
    }
        .fi-tr-diary-bookmark-down:before {
    content: "\e53f";
    }
        .fi-tr-diary-bookmarks:before {
    content: "\e540";
    }
        .fi-tr-diary-clasp:before {
    content: "\e541";
    }
        .fi-tr-dice-alt:before {
    content: "\e543";
    }
        .fi-tr-dice-d10:before {
    content: "\e544";
    }
        .fi-tr-dice-d12:before {
    content: "\e545";
    }
        .fi-tr-dice-d20:before {
    content: "\e546";
    }
        .fi-tr-dice-d4:before {
    content: "\e547";
    }
        .fi-tr-dice-d6:before {
    content: "\e548";
    }
        .fi-tr-dice-d8:before {
    content: "\e549";
    }
        .fi-tr-dice-four:before {
    content: "\e54a";
    }
        .fi-tr-dice-one:before {
    content: "\e54b";
    }
        .fi-tr-dice-six:before {
    content: "\e54c";
    }
        .fi-tr-dice-three:before {
    content: "\e54d";
    }
        .fi-tr-dice-two:before {
    content: "\e54e";
    }
        .fi-tr-dictionary:before {
    content: "\e54f";
    }
        .fi-tr-dictionary-alt:before {
    content: "\e550";
    }
        .fi-tr-dictionary-open:before {
    content: "\e551";
    }
        .fi-tr-digging:before {
    content: "\e553";
    }
        .fi-tr-digital-payment:before {
    content: "\e558";
    }
        .fi-tr-digital-tachograph:before {
    content: "\e559";
    }
        .fi-tr-digital-wallet:before {
    content: "\e55a";
    }
        .fi-tr-dinner:before {
    content: "\e55c";
    }
        .fi-tr-diploma:before {
    content: "\e55d";
    }
        .fi-tr-direction-signal:before {
    content: "\e55e";
    }
        .fi-tr-direction-signal-arrow:before {
    content: "\e55f";
    }
        .fi-tr-disc-drive:before {
    content: "\e560";
    }
        .fi-tr-disco-ball:before {
    content: "\e562";
    }
        .fi-tr-discover:before {
    content: "\e565";
    }
        .fi-tr-discussion-group:before {
    content: "\e567";
    }
        .fi-tr-discussion-idea:before {
    content: "\e568";
    }
        .fi-tr-disease:before {
    content: "\e569";
    }
        .fi-tr-display:before {
    content: "\e56b";
    }
        .fi-tr-display-arrow-down:before {
    content: "\e56c";
    }
        .fi-tr-display-code:before {
    content: "\e56f";
    }
        .fi-tr-display-medical:before {
    content: "\e570";
    }
        .fi-tr-display-slash:before {
    content: "\e571";
    }
        .fi-tr-distribute-spacing-horizontal:before {
    content: "\e572";
    }
        .fi-tr-distribute-spacing-vertical:before {
    content: "\e573";
    }
        .fi-tr-divide:before {
    content: "\e575";
    }
        .fi-tr-dizzy:before {
    content: "\e576";
    }
        .fi-tr-dj-disc:before {
    content: "\e577";
    }
        .fi-tr-dna:before {
    content: "\e578";
    }
        .fi-tr-do-not-disturb:before {
    content: "\e579";
    }
        .fi-tr-do-not-disturb-doorknob:before {
    content: "\e57a";
    }
        .fi-tr-do-not-enter:before {
    content: "\e57b";
    }
        .fi-tr-doctor:before {
    content: "\e57d";
    }
        .fi-tr-document:before {
    content: "\e57f";
    }
        .fi-tr-document-circle-wrong:before {
    content: "\e581";
    }
        .fi-tr-document-folder-gear:before {
    content: "\e583";
    }
        .fi-tr-document-gavel:before {
    content: "\e584";
    }
        .fi-tr-document-gear:before {
    content: "\e586";
    }
        .fi-tr-document-nft:before {
    content: "\e587";
    }
        .fi-tr-document-paid:before {
    content: "\e588";
    }
        .fi-tr-document-signed:before {
    content: "\e589";
    }
        .fi-tr-dog:before {
    content: "\e58b";
    }
        .fi-tr-dog-bowl-empty:before {
    content: "\e58c";
    }
        .fi-tr-dog-leashed:before {
    content: "\e58d";
    }
        .fi-tr-dolly-flatbed:before {
    content: "\e58f";
    }
        .fi-tr-dolly-flatbed-alt:before {
    content: "\e590";
    }
        .fi-tr-dolly-flatbed-empty:before {
    content: "\e591";
    }
        .fi-tr-dolphin:before {
    content: "\e592";
    }
        .fi-tr-domino-effect:before {
    content: "\e593";
    }
        .fi-tr-donate:before {
    content: "\e594";
    }
        .fi-tr-dong-sign:before {
    content: "\e595";
    }
        .fi-tr-donut:before {
    content: "\e596";
    }
        .fi-tr-door-closed:before {
    content: "\e597";
    }
        .fi-tr-door-open:before {
    content: "\e598";
    }
        .fi-tr-dorm-room:before {
    content: "\e599";
    }
        .fi-tr-dot-circle:before {
    content: "\e59a";
    }
        .fi-tr-dot-pending:before {
    content: "\e59b";
    }
        .fi-tr-dove:before {
    content: "\e59c";
    }
        .fi-tr-down:before {
    content: "\e59d";
    }
        .fi-tr-down-from-bracket:before {
    content: "\e59e";
    }
        .fi-tr-down-left:before {
    content: "\e59f";
    }
        .fi-tr-down-right:before {
    content: "\e5a1";
    }
        .fi-tr-down-to-line:before {
    content: "\e5a2";
    }
        .fi-tr-drafting-compass:before {
    content: "\e5a5";
    }
        .fi-tr-dragon:before {
    content: "\e5a6";
    }
        .fi-tr-draw-polygon:before {
    content: "\e5a7";
    }
        .fi-tr-draw-square:before {
    content: "\e5a8";
    }
        .fi-tr-drawer:before {
    content: "\e5a9";
    }
        .fi-tr-drawer-alt:before {
    content: "\e5aa";
    }
        .fi-tr-drawer-empty:before {
    content: "\e5ab";
    }
        .fi-tr-dreidel:before {
    content: "\e5ac";
    }
        .fi-tr-dress:before {
    content: "\e5ad";
    }
        .fi-tr-drink:before {
    content: "\e5af";
    }
        .fi-tr-drink-alt:before {
    content: "\e5b0";
    }
        .fi-tr-driver-man:before {
    content: "\e5b1";
    }
        .fi-tr-driver-woman:before {
    content: "\e5b2";
    }
        .fi-tr-drone:before {
    content: "\e5b3";
    }
        .fi-tr-drone-alt:before {
    content: "\e5b4";
    }
        .fi-tr-drone-front:before {
    content: "\e5b5";
    }
        .fi-tr-drop-down:before {
    content: "\e5b6";
    }
        .fi-tr-dropdown:before {
    content: "\e5b8";
    }
        .fi-tr-dropdown-bar:before {
    content: "\e5b9";
    }
        .fi-tr-dropdown-select:before {
    content: "\e5ba";
    }
        .fi-tr-drum:before {
    content: "\e5bc";
    }
        .fi-tr-drum-steelpan:before {
    content: "\e5bd";
    }
        .fi-tr-drumstick:before {
    content: "\e5be";
    }
        .fi-tr-drumstick-bite:before {
    content: "\e5bf";
    }
        .fi-tr-dryer:before {
    content: "\e5c1";
    }
        .fi-tr-dryer-alt:before {
    content: "\e5c2";
    }
        .fi-tr-duck:before {
    content: "\e5c4";
    }
        .fi-tr-dumbbell-fitness:before {
    content: "\e5c5";
    }
        .fi-tr-dumbbell-horizontal:before {
    content: "\e5c6";
    }
        .fi-tr-dumbbell-ray:before {
    content: "\e5c7";
    }
        .fi-tr-dumbbell-weightlifting:before {
    content: "\e5c8";
    }
        .fi-tr-dumpster:before {
    content: "\e5c9";
    }
        .fi-tr-dumpster-fire:before {
    content: "\e5ca";
    }
        .fi-tr-dungeon:before {
    content: "\e5cb";
    }
        .fi-tr-duration:before {
    content: "\e5cd";
    }
        .fi-tr-duration-alt:before {
    content: "\e5ce";
    }
        .fi-tr-e:before {
    content: "\e5cf";
    }
        .fi-tr-e-learning:before {
    content: "\e5d0";
    }
        .fi-tr-ear:before {
    content: "\e5d1";
    }
        .fi-tr-ear-deaf:before {
    content: "\e5d2";
    }
        .fi-tr-ear-muffs:before {
    content: "\e5d3";
    }
        .fi-tr-ear-sound:before {
    content: "\e5d4";
    }
        .fi-tr-earbuds:before {
    content: "\e5d5";
    }
        .fi-tr-earth-africa:before {
    content: "\e5d7";
    }
        .fi-tr-earth-americas:before {
    content: "\e5d8";
    }
        .fi-tr-earth-asia:before {
    content: "\e5d9";
    }
        .fi-tr-earth-europa:before {
    content: "\e5da";
    }
        .fi-tr-eclipse:before {
    content: "\e5dc";
    }
        .fi-tr-eclipse-alt:before {
    content: "\e5dd";
    }
        .fi-tr-eco-electric:before {
    content: "\e5de";
    }
        .fi-tr-edit:before {
    content: "\e5df";
    }
        .fi-tr-edit-alt:before {
    content: "\e5e0";
    }
        .fi-tr-edit-message:before {
    content: "\e5e1";
    }
        .fi-tr-effect:before {
    content: "\e5e2";
    }
        .fi-tr-egg:before {
    content: "\e5e3";
    }
        .fi-tr-egg-fried:before {
    content: "\e5e4";
    }
        .fi-tr-eiffel-tower:before {
    content: "\e5e5";
    }
        .fi-tr-eject:before {
    content: "\e5e6";
    }
        .fi-tr-elephant:before {
    content: "\e5e8";
    }
        .fi-tr-elevator:before {
    content: "\e5e9";
    }
        .fi-tr-email-refresh:before {
    content: "\e5ec";
    }
        .fi-tr-emergency-call:before {
    content: "\e5ed";
    }
        .fi-tr-employee-alt:before {
    content: "\e5ee";
    }
        .fi-tr-employee-handbook:before {
    content: "\e5ef";
    }
        .fi-tr-employee-man:before {
    content: "\e5f0";
    }
        .fi-tr-employee-man-alt:before {
    content: "\e5f1";
    }
        .fi-tr-employees:before {
    content: "\e5f4";
    }
        .fi-tr-employees-woman-man:before {
    content: "\e5f5";
    }
        .fi-tr-empty-set:before {
    content: "\e5f6";
    }
        .fi-tr-endless-loop:before {
    content: "\e5f7";
    }
        .fi-tr-engine:before {
    content: "\e5f9";
    }
        .fi-tr-engine-warning:before {
    content: "\e5fa";
    }
        .fi-tr-english:before {
    content: "\e5fb";
    }
        .fi-tr-envelope:before {
    content: "\e5fe";
    }
        .fi-tr-envelope-ban:before {
    content: "\e5ff";
    }
        .fi-tr-envelope-bulk:before {
    content: "\e600";
    }
        .fi-tr-envelope-dot:before {
    content: "\e601";
    }
        .fi-tr-envelope-download:before {
    content: "\e602";
    }
        .fi-tr-envelope-heart:before {
    content: "\e603";
    }
        .fi-tr-envelope-marker:before {
    content: "\e604";
    }
        .fi-tr-envelope-open:before {
    content: "\e605";
    }
        .fi-tr-envelope-open-dollar:before {
    content: "\e606";
    }
        .fi-tr-envelope-open-text:before {
    content: "\e607";
    }
        .fi-tr-envelope-plus:before {
    content: "\e608";
    }
        .fi-tr-envelopes:before {
    content: "\e609";
    }
        .fi-tr-equality:before {
    content: "\e60b";
    }
        .fi-tr-equals:before {
    content: "\e60c";
    }
        .fi-tr-equestrian-statue:before {
    content: "\e60d";
    }
        .fi-tr-eraser:before {
    content: "\e60f";
    }
        .fi-tr-error-camera:before {
    content: "\e610";
    }
        .fi-tr-escalator:before {
    content: "\e611";
    }
        .fi-tr-ethernet:before {
    content: "\e613";
    }
        .fi-tr-euro:before {
    content: "\e615";
    }
        .fi-tr-europe-flag:before {
    content: "\e616";
    }
        .fi-tr-europe-map:before {
    content: "\e617";
    }
        .fi-tr-european-union:before {
    content: "\e618";
    }
        .fi-tr-excavator:before {
    content: "\e61a";
    }
        .fi-tr-exchange:before {
    content: "\e61b";
    }
        .fi-tr-exchange-alt:before {
    content: "\e61c";
    }
        .fi-tr-exchange-cryptocurrency:before {
    content: "\e61d";
    }
        .fi-tr-exit-alt:before {
    content: "\e622";
    }
        .fi-tr-expand:before {
    content: "\e623";
    }
        .fi-tr-expand-arrows:before {
    content: "\e624";
    }
        .fi-tr-expand-arrows-alt:before {
    content: "\e625";
    }
        .fi-tr-expense:before {
    content: "\e626";
    }
        .fi-tr-expense-bill:before {
    content: "\e627";
    }
        .fi-tr-explosion:before {
    content: "\e629";
    }
        .fi-tr-external-hard-drive:before {
    content: "\e62a";
    }
        .fi-tr-external-world:before {
    content: "\e62b";
    }
        .fi-tr-eye-alert:before {
    content: "\e62d";
    }
        .fi-tr-eye-arrow-progress:before {
    content: "\e62e";
    }
        .fi-tr-eye-dropper:before {
    content: "\e630";
    }
        .fi-tr-eye-dropper-half:before {
    content: "\e631";
    }
        .fi-tr-eyes:before {
    content: "\e633";
    }
        .fi-tr-f:before {
    content: "\e634";
    }
        .fi-tr-fabric:before {
    content: "\e635";
    }
        .fi-tr-face-angry-horns:before {
    content: "\e636";
    }
        .fi-tr-face-anguished:before {
    content: "\e637";
    }
        .fi-tr-face-anxious-sweat:before {
    content: "\e638";
    }
        .fi-tr-face-astonished:before {
    content: "\e639";
    }
        .fi-tr-face-awesome:before {
    content: "\e63a";
    }
        .fi-tr-face-beam-hand-over-mouth:before {
    content: "\e63b";
    }
        .fi-tr-face-confounded:before {
    content: "\e63c";
    }
        .fi-tr-face-confused:before {
    content: "\e63d";
    }
        .fi-tr-face-cowboy-hat:before {
    content: "\e63e";
    }
        .fi-tr-face-disappointed:before {
    content: "\e63f";
    }
        .fi-tr-face-disguise:before {
    content: "\e640";
    }
        .fi-tr-face-downcast-sweat:before {
    content: "\e641";
    }
        .fi-tr-face-drooling:before {
    content: "\e642";
    }
        .fi-tr-face-explode:before {
    content: "\e643";
    }
        .fi-tr-face-expressionless:before {
    content: "\e644";
    }
        .fi-tr-face-eyes-xmarks:before {
    content: "\e645";
    }
        .fi-tr-face-fearful:before {
    content: "\e646";
    }
        .fi-tr-face-glasses:before {
    content: "\e647";
    }
        .fi-tr-face-grin-tongue-wink:before {
    content: "\e648";
    }
        .fi-tr-face-hand-yawn:before {
    content: "\e649";
    }
        .fi-tr-face-head-bandage:before {
    content: "\e64a";
    }
        .fi-tr-face-hushed:before {
    content: "\e64b";
    }
        .fi-tr-face-icicles:before {
    content: "\e64c";
    }
        .fi-tr-face-lying:before {
    content: "\e64d";
    }
        .fi-tr-face-mask:before {
    content: "\e64e";
    }
        .fi-tr-face-monocle:before {
    content: "\e64f";
    }
        .fi-tr-face-nauseated:before {
    content: "\e650";
    }
        .fi-tr-face-nose-steam:before {
    content: "\e651";
    }
        .fi-tr-face-party:before {
    content: "\e652";
    }
        .fi-tr-face-pensive:before {
    content: "\e653";
    }
        .fi-tr-face-persevering:before {
    content: "\e654";
    }
        .fi-tr-face-pleading:before {
    content: "\e655";
    }
        .fi-tr-face-raised-eyebrow:before {
    content: "\e656";
    }
        .fi-tr-face-relieved:before {
    content: "\e657";
    }
        .fi-tr-face-sad-sweat:before {
    content: "\e658";
    }
        .fi-tr-face-scream:before {
    content: "\e659";
    }
        .fi-tr-face-shush:before {
    content: "\e65a";
    }
        .fi-tr-face-sleeping:before {
    content: "\e65b";
    }
        .fi-tr-face-sleepy:before {
    content: "\e65c";
    }
        .fi-tr-face-smile-halo:before {
    content: "\e65d";
    }
        .fi-tr-face-smile-hearts:before {
    content: "\e65e";
    }
        .fi-tr-face-smile-horns:before {
    content: "\e65f";
    }
        .fi-tr-face-smile-tear:before {
    content: "\e660";
    }
        .fi-tr-face-smile-tongue:before {
    content: "\e661";
    }
        .fi-tr-face-smile-upside-down:before {
    content: "\e662";
    }
        .fi-tr-face-smiling-hands:before {
    content: "\e663";
    }
        .fi-tr-face-smirking:before {
    content: "\e664";
    }
        .fi-tr-face-sunglasses:before {
    content: "\e665";
    }
        .fi-tr-face-sunglasses-alt:before {
    content: "\e666";
    }
        .fi-tr-face-swear:before {
    content: "\e667";
    }
        .fi-tr-face-thermometer:before {
    content: "\e668";
    }
        .fi-tr-face-thinking:before {
    content: "\e669";
    }
        .fi-tr-face-tissue:before {
    content: "\e66a";
    }
        .fi-tr-face-tongue-money:before {
    content: "\e66b";
    }
        .fi-tr-face-tongue-sweat:before {
    content: "\e66c";
    }
        .fi-tr-face-unamused:before {
    content: "\e66d";
    }
        .fi-tr-face-viewfinder:before {
    content: "\e66e";
    }
        .fi-tr-face-vomit:before {
    content: "\e66f";
    }
        .fi-tr-face-weary:before {
    content: "\e670";
    }
        .fi-tr-face-woozy:before {
    content: "\e671";
    }
        .fi-tr-face-worried:before {
    content: "\e672";
    }
        .fi-tr-face-zany:before {
    content: "\e673";
    }
        .fi-tr-face-zipper:before {
    content: "\e674";
    }
        .fi-tr-facial-massage:before {
    content: "\e677";
    }
        .fi-tr-fail:before {
    content: "\e678";
    }
        .fi-tr-falafel:before {
    content: "\e679";
    }
        .fi-tr-family:before {
    content: "\e67a";
    }
        .fi-tr-family-dress:before {
    content: "\e67b";
    }
        .fi-tr-family-pants:before {
    content: "\e67c";
    }
        .fi-tr-fan:before {
    content: "\e67d";
    }
        .fi-tr-fan-table:before {
    content: "\e67e";
    }
        .fi-tr-farfalle:before {
    content: "\e67f";
    }
        .fi-tr-farm:before {
    content: "\e680";
    }
        .fi-tr-faucet:before {
    content: "\e681";
    }
        .fi-tr-faucet-drip:before {
    content: "\e682";
    }
        .fi-tr-fax:before {
    content: "\e683";
    }
        .fi-tr-feather:before {
    content: "\e684";
    }
        .fi-tr-feather-pointed:before {
    content: "\e685";
    }
        .fi-tr-features:before {
    content: "\e686";
    }
        .fi-tr-features-alt:before {
    content: "\e687";
    }
        .fi-tr-fee:before {
    content: "\e689";
    }
        .fi-tr-fee-receipt:before {
    content: "\e68b";
    }
        .fi-tr-feedback:before {
    content: "\e68c";
    }
        .fi-tr-feedback-alt:before {
    content: "\e68d";
    }
        .fi-tr-feedback-cycle-loop:before {
    content: "\e68e";
    }
        .fi-tr-feedback-hand:before {
    content: "\e68f";
    }
        .fi-tr-feedback-review:before {
    content: "\e690";
    }
        .fi-tr-fence:before {
    content: "\e693";
    }
        .fi-tr-ferris-wheel:before {
    content: "\e694";
    }
        .fi-tr-field-hockey:before {
    content: "\e695";
    }
        .fi-tr-fighter-jet:before {
    content: "\e696";
    }
        .fi-tr-file-audio:before {
    content: "\e69a";
    }
        .fi-tr-file-binary:before {
    content: "\e69b";
    }
        .fi-tr-file-chart-line:before {
    content: "\e69c";
    }
        .fi-tr-file-chart-pie:before {
    content: "\e69d";
    }
        .fi-tr-file-circle-info:before {
    content: "\e69e";
    }
        .fi-tr-file-cloud:before {
    content: "\e69f";
    }
        .fi-tr-file-code:before {
    content: "\e6a0";
    }
        .fi-tr-file-csv:before {
    content: "\e6a2";
    }
        .fi-tr-file-download:before {
    content: "\e6a4";
    }
        .fi-tr-file-edit:before {
    content: "\e6a5";
    }
        .fi-tr-file-excel:before {
    content: "\e6a7";
    }
        .fi-tr-file-exclamation:before {
    content: "\e6a8";
    }
        .fi-tr-file-export:before {
    content: "\e6a9";
    }
        .fi-tr-file-image:before {
    content: "\e6ab";
    }
        .fi-tr-file-import:before {
    content: "\e6ac";
    }
        .fi-tr-file-invoice:before {
    content: "\e6ad";
    }
        .fi-tr-file-invoice-dollar:before {
    content: "\e6ae";
    }
        .fi-tr-file-loop:before {
    content: "\e6b0";
    }
        .fi-tr-file-medical:before {
    content: "\e6b2";
    }
        .fi-tr-file-medical-alt:before {
    content: "\e6b3";
    }
        .fi-tr-file-minus:before {
    content: "\e6b4";
    }
        .fi-tr-file-pdf:before {
    content: "\e6b5";
    }
        .fi-tr-file-powerpoint:before {
    content: "\e6b8";
    }
        .fi-tr-file-prescription:before {
    content: "\e6b9";
    }
        .fi-tr-file-question:before {
    content: "\e6bb";
    }
        .fi-tr-file-recycle:before {
    content: "\e6bc";
    }
        .fi-tr-file-signature:before {
    content: "\e6bd";
    }
        .fi-tr-file-spreadsheet:before {
    content: "\e6bf";
    }
        .fi-tr-file-upload:before {
    content: "\e6c0";
    }
        .fi-tr-file-user:before {
    content: "\e6c1";
    }
        .fi-tr-file-video:before {
    content: "\e6c2";
    }
        .fi-tr-file-word:before {
    content: "\e6c3";
    }
        .fi-tr-file-xls:before {
    content: "\e6c4";
    }
        .fi-tr-file-zip-alt:before {
    content: "\e6c6";
    }
        .fi-tr-file-zip-save:before {
    content: "\e6c7";
    }
        .fi-tr-file-zipper:before {
    content: "\e6c8";
    }
        .fi-tr-files-medical:before {
    content: "\e6ca";
    }
        .fi-tr-fill:before {
    content: "\e6cb";
    }
        .fi-tr-film:before {
    content: "\e6cc";
    }
        .fi-tr-film-canister:before {
    content: "\e6cd";
    }
        .fi-tr-film-slash:before {
    content: "\e6ce";
    }
        .fi-tr-films:before {
    content: "\e6cf";
    }
        .fi-tr-filter:before {
    content: "\e6d0";
    }
        .fi-tr-filter-list:before {
    content: "\e6d1";
    }
        .fi-tr-filter-slash:before {
    content: "\e6d2";
    }
        .fi-tr-filters:before {
    content: "\e6d3";
    }
        .fi-tr-finger-droplet:before {
    content: "\e6d4";
    }
        .fi-tr-finger-nail:before {
    content: "\e6d5";
    }
        .fi-tr-fingerprint:before {
    content: "\e6d6";
    }
        .fi-tr-fingerprint-remove:before {
    content: "\e6d7";
    }
        .fi-tr-fingerprint-verified:before {
    content: "\e6d9";
    }
        .fi-tr-fire-burner:before {
    content: "\e6da";
    }
        .fi-tr-fire-extinguisher:before {
    content: "\e6db";
    }
        .fi-tr-fire-flame-curved:before {
    content: "\e6dc";
    }
        .fi-tr-fire-flame-simple:before {
    content: "\e6dd";
    }
        .fi-tr-fire-hydrant:before {
    content: "\e6de";
    }
        .fi-tr-fire-smoke:before {
    content: "\e6df";
    }
        .fi-tr-fireplace:before {
    content: "\e6e2";
    }
        .fi-tr-first:before {
    content: "\e6e5";
    }
        .fi-tr-first-award:before {
    content: "\e6e6";
    }
        .fi-tr-first-laurel:before {
    content: "\e6e7";
    }
        .fi-tr-first-medal:before {
    content: "\e6e8";
    }
        .fi-tr-fish:before {
    content: "\e6e9";
    }
        .fi-tr-fish-bones:before {
    content: "\e6ea";
    }
        .fi-tr-fish-cooked:before {
    content: "\e6eb";
    }
        .fi-tr-fishing-rod:before {
    content: "\e6ec";
    }
        .fi-tr-fist-move:before {
    content: "\e6ed";
    }
        .fi-tr-fitness-watch:before {
    content: "\e6ee";
    }
        .fi-tr-flag:before {
    content: "\e6ef";
    }
        .fi-tr-flag-alt:before {
    content: "\e6f0";
    }
        .fi-tr-flag-checkered:before {
    content: "\e6f1";
    }
        .fi-tr-flag-usa:before {
    content: "\e6f2";
    }
        .fi-tr-flame:before {
    content: "\e6f3";
    }
        .fi-tr-flashlight:before {
    content: "\e6f4";
    }
        .fi-tr-flask:before {
    content: "\e6f5";
    }
        .fi-tr-flask-gear:before {
    content: "\e6f6";
    }
        .fi-tr-flask-poison:before {
    content: "\e6f7";
    }
        .fi-tr-flask-potion:before {
    content: "\e6f8";
    }
        .fi-tr-flatbread:before {
    content: "\e6f9";
    }
        .fi-tr-flatbread-stuffed:before {
    content: "\e6fa";
    }
        .fi-tr-flip-horizontal:before {
    content: "\e6ff";
    }
        .fi-tr-floor:before {
    content: "\e701";
    }
        .fi-tr-floor-alt:before {
    content: "\e702";
    }
        .fi-tr-floor-layer:before {
    content: "\e703";
    }
        .fi-tr-floppy-disk-circle-arrow-right:before {
    content: "\e704";
    }
        .fi-tr-floppy-disk-circle-xmark:before {
    content: "\e705";
    }
        .fi-tr-floppy-disk-pen:before {
    content: "\e706";
    }
        .fi-tr-floppy-disks:before {
    content: "\e707";
    }
        .fi-tr-florin-sign:before {
    content: "\e708";
    }
        .fi-tr-flowchart:before {
    content: "\e709";
    }
        .fi-tr-flower:before {
    content: "\e70a";
    }
        .fi-tr-flower-bouquet:before {
    content: "\e70b";
    }
        .fi-tr-flower-butterfly:before {
    content: "\e70c";
    }
        .fi-tr-flower-daffodil:before {
    content: "\e70d";
    }
        .fi-tr-flower-tulip:before {
    content: "\e70e";
    }
        .fi-tr-flushed:before {
    content: "\e70f";
    }
        .fi-tr-flute:before {
    content: "\e711";
    }
        .fi-tr-flux-capacitor:before {
    content: "\e712";
    }
        .fi-tr-fly-insect:before {
    content: "\e713";
    }
        .fi-tr-flying-disc:before {
    content: "\e714";
    }
        .fi-tr-fm-radio:before {
    content: "\e715";
    }
        .fi-tr-fog:before {
    content: "\e716";
    }
        .fi-tr-folder-archive:before {
    content: "\e718";
    }
        .fi-tr-folder-camera:before {
    content: "\e71a";
    }
        .fi-tr-folder-directory:before {
    content: "\e71b";
    }
        .fi-tr-folder-download:before {
    content: "\e71c";
    }
        .fi-tr-folder-fire:before {
    content: "\e71d";
    }
        .fi-tr-folder-gear:before {
    content: "\e71e";
    }
        .fi-tr-folder-heart:before {
    content: "\e720";
    }
        .fi-tr-folder-loop:before {
    content: "\e722";
    }
        .fi-tr-folder-math:before {
    content: "\e724";
    }
        .fi-tr-folder-minus:before {
    content: "\e726";
    }
        .fi-tr-folder-music:before {
    content: "\e727";
    }
        .fi-tr-folder-open:before {
    content: "\e728";
    }
        .fi-tr-folder-plus-circle:before {
    content: "\e729";
    }
        .fi-tr-folder-times:before {
    content: "\e72a";
    }
        .fi-tr-folder-tree:before {
    content: "\e72b";
    }
        .fi-tr-folder-upload:before {
    content: "\e72c";
    }
        .fi-tr-folder-xmark:before {
    content: "\e72e";
    }
        .fi-tr-folder-xmark-circle:before {
    content: "\e72f";
    }
        .fi-tr-folders:before {
    content: "\e730";
    }
        .fi-tr-follow-folder:before {
    content: "\e731";
    }
        .fi-tr-followcollection:before {
    content: "\e732";
    }
        .fi-tr-fondue-pot:before {
    content: "\e734";
    }
        .fi-tr-footprint:before {
    content: "\e73a";
    }
        .fi-tr-foreign-language-audio:before {
    content: "\e73b";
    }
        .fi-tr-forest:before {
    content: "\e73c";
    }
        .fi-tr-forest-alt:before {
    content: "\e73d";
    }
        .fi-tr-fork:before {
    content: "\e73e";
    }
        .fi-tr-fork-spaghetti:before {
    content: "\e73f";
    }
        .fi-tr-forklift:before {
    content: "\e740";
    }
        .fi-tr-form:before {
    content: "\e741";
    }
        .fi-tr-fort:before {
    content: "\e742";
    }
        .fi-tr-forward:before {
    content: "\e743";
    }
        .fi-tr-forward-fast:before {
    content: "\e744";
    }
        .fi-tr-fox:before {
    content: "\e747";
    }
        .fi-tr-frame:before {
    content: "\e748";
    }
        .fi-tr-franc-sign:before {
    content: "\e749";
    }
        .fi-tr-free:before {
    content: "\e74a";
    }
        .fi-tr-free-delivery:before {
    content: "\e74b";
    }
        .fi-tr-freemium:before {
    content: "\e74c";
    }
        .fi-tr-french:before {
    content: "\e74f";
    }
        .fi-tr-french-fries:before {
    content: "\e750";
    }
        .fi-tr-friday:before {
    content: "\e752";
    }
        .fi-tr-frog:before {
    content: "\e753";
    }
        .fi-tr-frown:before {
    content: "\e754";
    }
        .fi-tr-ftp:before {
    content: "\e755";
    }
        .fi-tr-fuel-gauge:before {
    content: "\e756";
    }
        .fi-tr-function:before {
    content: "\e757";
    }
        .fi-tr-function-process:before {
    content: "\e759";
    }
        .fi-tr-function-square:before {
    content: "\e75a";
    }
        .fi-tr-funnel-dollar:before {
    content: "\e75b";
    }
        .fi-tr-funnel-money:before {
    content: "\e75c";
    }
        .fi-tr-fusilli:before {
    content: "\e75d";
    }
        .fi-tr-g:before {
    content: "\e75e";
    }
        .fi-tr-galaxy:before {
    content: "\e75f";
    }
        .fi-tr-galaxy-alt:before {
    content: "\e760";
    }
        .fi-tr-galaxy-planet:before {
    content: "\e761";
    }
        .fi-tr-galaxy-star:before {
    content: "\e762";
    }
        .fi-tr-gallery:before {
    content: "\e763";
    }
        .fi-tr-gallery-thumbnails:before {
    content: "\e764";
    }
        .fi-tr-game-board-alt:before {
    content: "\e766";
    }
        .fi-tr-gamepad:before {
    content: "\e768";
    }
        .fi-tr-garage:before {
    content: "\e76a";
    }
        .fi-tr-garage-car:before {
    content: "\e76b";
    }
        .fi-tr-garage-open:before {
    content: "\e76c";
    }
        .fi-tr-garlic:before {
    content: "\e76d";
    }
        .fi-tr-garlic-alt:before {
    content: "\e76e";
    }
        .fi-tr-gas-pump:before {
    content: "\e76f";
    }
        .fi-tr-gas-pump-slash:before {
    content: "\e771";
    }
        .fi-tr-gauge-circle-bolt:before {
    content: "\e772";
    }
        .fi-tr-gauge-circle-minus:before {
    content: "\e773";
    }
        .fi-tr-gauge-circle-plus:before {
    content: "\e774";
    }
        .fi-tr-gauze-bandage:before {
    content: "\e775";
    }
        .fi-tr-gavel:before {
    content: "\e776";
    }
        .fi-tr-gay-couple:before {
    content: "\e777";
    }
        .fi-tr-gears:before {
    content: "\e77a";
    }
        .fi-tr-gem:before {
    content: "\e77b";
    }
        .fi-tr-general:before {
    content: "\e77c";
    }
        .fi-tr-german:before {
    content: "\e77d";
    }
        .fi-tr-ghost:before {
    content: "\e77e";
    }
        .fi-tr-gif:before {
    content: "\e77f";
    }
        .fi-tr-gif-square:before {
    content: "\e781";
    }
        .fi-tr-gift:before {
    content: "\e782";
    }
        .fi-tr-gift-box-benefits:before {
    content: "\e783";
    }
        .fi-tr-gift-card:before {
    content: "\e784";
    }
        .fi-tr-gifts:before {
    content: "\e785";
    }
        .fi-tr-gingerbread-man:before {
    content: "\e786";
    }
        .fi-tr-glass:before {
    content: "\e789";
    }
        .fi-tr-glass-champagne:before {
    content: "\e78a";
    }
        .fi-tr-glass-cheers:before {
    content: "\e78b";
    }
        .fi-tr-glass-citrus:before {
    content: "\e78c";
    }
        .fi-tr-glass-empty:before {
    content: "\e78d";
    }
        .fi-tr-glass-half:before {
    content: "\e78e";
    }
        .fi-tr-glass-water-droplet:before {
    content: "\e78f";
    }
        .fi-tr-glass-whiskey:before {
    content: "\e790";
    }
        .fi-tr-glass-whiskey-rocks:before {
    content: "\e791";
    }
        .fi-tr-glasses:before {
    content: "\e792";
    }
        .fi-tr-globe:before {
    content: "\e793";
    }
        .fi-tr-globe-alt:before {
    content: "\e794";
    }
        .fi-tr-globe-pointer:before {
    content: "\e795";
    }
        .fi-tr-globe-snow:before {
    content: "\e796";
    }
        .fi-tr-globe-user:before {
    content: "\e797";
    }
        .fi-tr-goal-net:before {
    content: "\e798";
    }
        .fi-tr-golf-ball:before {
    content: "\e79a";
    }
        .fi-tr-golf-club:before {
    content: "\e79b";
    }
        .fi-tr-golf-hole:before {
    content: "\e79c";
    }
        .fi-tr-gopuram:before {
    content: "\e7a0";
    }
        .fi-tr-government-budget:before {
    content: "\e7a1";
    }
        .fi-tr-government-flag:before {
    content: "\e7a2";
    }
        .fi-tr-government-user:before {
    content: "\e7a3";
    }
        .fi-tr-gps-navigation:before {
    content: "\e7a4";
    }
        .fi-tr-graduation-cap:before {
    content: "\e7a5";
    }
        .fi-tr-gramophone:before {
    content: "\e7a6";
    }
        .fi-tr-grape:before {
    content: "\e7a7";
    }
        .fi-tr-graph-curve:before {
    content: "\e7a8";
    }
        .fi-tr-graphic-style:before {
    content: "\e7a9";
    }
        .fi-tr-graphic-tablet:before {
    content: "\e7aa";
    }
        .fi-tr-grass:before {
    content: "\e7ab";
    }
        .fi-tr-grate:before {
    content: "\e7ac";
    }
        .fi-tr-grate-droplet:before {
    content: "\e7ad";
    }
        .fi-tr-greater-than:before {
    content: "\e7ae";
    }
        .fi-tr-greater-than-equal:before {
    content: "\e7af";
    }
        .fi-tr-greek-helmet:before {
    content: "\e7b0";
    }
        .fi-tr-grid-alt:before {
    content: "\e7b2";
    }
        .fi-tr-grid-dividers:before {
    content: "\e7b3";
    }
        .fi-tr-grill:before {
    content: "\e7b4";
    }
        .fi-tr-grill-hot-alt:before {
    content: "\e7b5";
    }
        .fi-tr-grimace:before {
    content: "\e7b6";
    }
        .fi-tr-grin:before {
    content: "\e7b7";
    }
        .fi-tr-grin-alt:before {
    content: "\e7b8";
    }
        .fi-tr-grin-beam:before {
    content: "\e7b9";
    }
        .fi-tr-grin-beam-sweat:before {
    content: "\e7ba";
    }
        .fi-tr-grin-hearts:before {
    content: "\e7bb";
    }
        .fi-tr-grin-squint:before {
    content: "\e7bc";
    }
        .fi-tr-grin-squint-tears:before {
    content: "\e7bd";
    }
        .fi-tr-grin-stars:before {
    content: "\e7be";
    }
        .fi-tr-grin-tears:before {
    content: "\e7bf";
    }
        .fi-tr-grin-tongue:before {
    content: "\e7c0";
    }
        .fi-tr-grin-tongue-squint:before {
    content: "\e7c1";
    }
        .fi-tr-grin-tongue-wink:before {
    content: "\e7c2";
    }
        .fi-tr-grin-wink:before {
    content: "\e7c3";
    }
        .fi-tr-grip-dots:before {
    content: "\e7c4";
    }
        .fi-tr-grip-dots-vertical:before {
    content: "\e7c5";
    }
        .fi-tr-grip-horizontal:before {
    content: "\e7c6";
    }
        .fi-tr-grip-lines:before {
    content: "\e7c7";
    }
        .fi-tr-grip-lines-vertical:before {
    content: "\e7c8";
    }
        .fi-tr-grip-vertical:before {
    content: "\e7c9";
    }
        .fi-tr-grocery-bag:before {
    content: "\e7ca";
    }
        .fi-tr-grocery-basket:before {
    content: "\e7cb";
    }
        .fi-tr-group-arrows-rotate:before {
    content: "\e7cc";
    }
        .fi-tr-growth-chart-invest:before {
    content: "\e7cf";
    }
        .fi-tr-guarani-sign:before {
    content: "\e7d0";
    }
        .fi-tr-guide:before {
    content: "\e7d1";
    }
        .fi-tr-guide-alt:before {
    content: "\e7d2";
    }
        .fi-tr-guitar:before {
    content: "\e7d3";
    }
        .fi-tr-guitar-electric:before {
    content: "\e7d4";
    }
        .fi-tr-guitars:before {
    content: "\e7d5";
    }
        .fi-tr-gun-squirt:before {
    content: "\e7d6";
    }
        .fi-tr-gym:before {
    content: "\e7d7";
    }
        .fi-tr-h:before {
    content: "\e7d8";
    }
        .fi-tr-h-square:before {
    content: "\e7d9";
    }
        .fi-tr-h1:before {
    content: "\e7da";
    }
        .fi-tr-h2:before {
    content: "\e7db";
    }
        .fi-tr-h3:before {
    content: "\e7dc";
    }
        .fi-tr-h4:before {
    content: "\e7dd";
    }
        .fi-tr-hair-clipper:before {
    content: "\e7de";
    }
        .fi-tr-hamburger:before {
    content: "\e7df";
    }
        .fi-tr-hamburger-soda:before {
    content: "\e7e0";
    }
        .fi-tr-hammer:before {
    content: "\e7e1";
    }
        .fi-tr-hammer-brush:before {
    content: "\e7e2";
    }
        .fi-tr-hammer-crash:before {
    content: "\e7e3";
    }
        .fi-tr-hammer-war:before {
    content: "\e7e4";
    }
        .fi-tr-hamsa:before {
    content: "\e7e5";
    }
        .fi-tr-hand:before {
    content: "\e7e6";
    }
        .fi-tr-hand-back-fist:before {
    content: "\e7e7";
    }
        .fi-tr-hand-back-point-down:before {
    content: "\e7e8";
    }
        .fi-tr-hand-back-point-left:before {
    content: "\e7e9";
    }
        .fi-tr-hand-back-point-ribbon:before {
    content: "\e7ea";
    }
        .fi-tr-hand-back-point-right:before {
    content: "\e7eb";
    }
        .fi-tr-hand-bandage-wound:before {
    content: "\e7ec";
    }
        .fi-tr-hand-bill:before {
    content: "\e7ed";
    }
        .fi-tr-hand-dots:before {
    content: "\e7ee";
    }
        .fi-tr-hand-fingers-crossed:before {
    content: "\e7ef";
    }
        .fi-tr-hand-fist:before {
    content: "\e7f0";
    }
        .fi-tr-hand-heart:before {
    content: "\e7f1";
    }
        .fi-tr-hand-holding-box:before {
    content: "\e7f2";
    }
        .fi-tr-hand-holding-document:before {
    content: "\e7f3";
    }
        .fi-tr-hand-holding-droplet:before {
    content: "\e7f4";
    }
        .fi-tr-hand-holding-heart:before {
    content: "\e7f5";
    }
        .fi-tr-hand-holding-magic:before {
    content: "\e7f6";
    }
        .fi-tr-hand-holding-medical:before {
    content: "\e7f7";
    }
        .fi-tr-hand-holding-seeding:before {
    content: "\e7f8";
    }
        .fi-tr-hand-holding-skull:before {
    content: "\e7fa";
    }
        .fi-tr-hand-holding-usd:before {
    content: "\e7fb";
    }
        .fi-tr-hand-holding-water:before {
    content: "\e7fc";
    }
        .fi-tr-hand-horns:before {
    content: "\e7fd";
    }
        .fi-tr-hand-key:before {
    content: "\e7fe";
    }
        .fi-tr-hand-lizard:before {
    content: "\e7ff";
    }
        .fi-tr-hand-love:before {
    content: "\e800";
    }
        .fi-tr-hand-middle-finger:before {
    content: "\e801";
    }
        .fi-tr-hand-paper:before {
    content: "\e802";
    }
        .fi-tr-hand-peace:before {
    content: "\e803";
    }
        .fi-tr-hand-point-ribbon:before {
    content: "\e804";
    }
        .fi-tr-hand-present:before {
    content: "\e805";
    }
        .fi-tr-hand-scissors:before {
    content: "\e806";
    }
        .fi-tr-hand-sparkles:before {
    content: "\e807";
    }
        .fi-tr-hand-spock:before {
    content: "\e808";
    }
        .fi-tr-hand-wave:before {
    content: "\e809";
    }
        .fi-tr-handcuffs:before {
    content: "\e80a";
    }
        .fi-tr-handmade:before {
    content: "\e80b";
    }
        .fi-tr-hands-brain:before {
    content: "\e80c";
    }
        .fi-tr-hands-bubbles:before {
    content: "\e80d";
    }
        .fi-tr-hands-clapping:before {
    content: "\e80e";
    }
        .fi-tr-hands-heart:before {
    content: "\e80f";
    }
        .fi-tr-hands-holding:before {
    content: "\e810";
    }
        .fi-tr-hands-holding-diamond:before {
    content: "\e811";
    }
        .fi-tr-hands-together:before {
    content: "\e812";
    }
        .fi-tr-hands-together-heart:before {
    content: "\e813";
    }
        .fi-tr-hands-usd:before {
    content: "\e815";
    }
        .fi-tr-handshake:before {
    content: "\e816";
    }
        .fi-tr-handshake-angle:before {
    content: "\e817";
    }
        .fi-tr-handshake-deal-loan:before {
    content: "\e818";
    }
        .fi-tr-handshake-house:before {
    content: "\e819";
    }
        .fi-tr-handshake-simple-slash:before {
    content: "\e81a";
    }
        .fi-tr-handshake-trust:before {
    content: "\e81b";
    }
        .fi-tr-hard-hat:before {
    content: "\e81d";
    }
        .fi-tr-hashtag:before {
    content: "\e81f";
    }
        .fi-tr-hashtag-lock:before {
    content: "\e820";
    }
        .fi-tr-hat-beach:before {
    content: "\e823";
    }
        .fi-tr-hat-birthday:before {
    content: "\e824";
    }
        .fi-tr-hat-chef:before {
    content: "\e825";
    }
        .fi-tr-hat-cowboy:before {
    content: "\e826";
    }
        .fi-tr-hat-cowboy-side:before {
    content: "\e827";
    }
        .fi-tr-hat-santa:before {
    content: "\e828";
    }
        .fi-tr-hat-winter:before {
    content: "\e829";
    }
        .fi-tr-hat-witch:before {
    content: "\e82a";
    }
        .fi-tr-hat-wizard:before {
    content: "\e82b";
    }
        .fi-tr-hdd:before {
    content: "\e82d";
    }
        .fi-tr-head-side:before {
    content: "\e82e";
    }
        .fi-tr-head-side-brain:before {
    content: "\e82f";
    }
        .fi-tr-head-side-cough:before {
    content: "\e830";
    }
        .fi-tr-head-side-cough-slash:before {
    content: "\e831";
    }
        .fi-tr-head-side-headphones:before {
    content: "\e832";
    }
        .fi-tr-head-side-heart:before {
    content: "\e833";
    }
        .fi-tr-head-side-mask:before {
    content: "\e834";
    }
        .fi-tr-head-side-medical:before {
    content: "\e835";
    }
        .fi-tr-head-side-thinking:before {
    content: "\e836";
    }
        .fi-tr-head-side-virus:before {
    content: "\e837";
    }
        .fi-tr-head-vr:before {
    content: "\e838";
    }
        .fi-tr-heading:before {
    content: "\e839";
    }
        .fi-tr-headphones:before {
    content: "\e83a";
    }
        .fi-tr-headset:before {
    content: "\e83b";
    }
        .fi-tr-heart:before {
    content: "\e83c";
    }
        .fi-tr-heart-arrow:before {
    content: "\e83d";
    }
        .fi-tr-heart-brain:before {
    content: "\e83e";
    }
        .fi-tr-heart-circle-user:before {
    content: "\e83f";
    }
        .fi-tr-heart-crack:before {
    content: "\e840";
    }
        .fi-tr-heart-half:before {
    content: "\e841";
    }
        .fi-tr-heart-half-stroke:before {
    content: "\e842";
    }
        .fi-tr-heart-health-muscle:before {
    content: "\e843";
    }
        .fi-tr-heart-lock:before {
    content: "\e844";
    }
        .fi-tr-heart-partner-handshake:before {
    content: "\e845";
    }
        .fi-tr-heart-rate:before {
    content: "\e846";
    }
        .fi-tr-heart-slash:before {
    content: "\e847";
    }
        .fi-tr-heart-upside-down:before {
    content: "\e848";
    }
        .fi-tr-heat:before {
    content: "\e849";
    }
        .fi-tr-helicopter-side:before {
    content: "\e84a";
    }
        .fi-tr-helmet-battle:before {
    content: "\e84b";
    }
        .fi-tr-hexagon:before {
    content: "\e84c";
    }
        .fi-tr-hexagon-check:before {
    content: "\e84d";
    }
        .fi-tr-hexagon-divide:before {
    content: "\e84e";
    }
        .fi-tr-hexagon-exclamation:before {
    content: "\e84f";
    }
        .fi-tr-high-definition:before {
    content: "\e851";
    }
        .fi-tr-high-five:before {
    content: "\e852";
    }
        .fi-tr-high-five-celebration-yes:before {
    content: "\e853";
    }
        .fi-tr-highlighter:before {
    content: "\e854";
    }
        .fi-tr-highlighter-line:before {
    content: "\e855";
    }
        .fi-tr-hiking:before {
    content: "\e856";
    }
        .fi-tr-hiking-boot:before {
    content: "\e857";
    }
        .fi-tr-hippo:before {
    content: "\e859";
    }
        .fi-tr-hockey-mask:before {
    content: "\e85a";
    }
        .fi-tr-hockey-puck:before {
    content: "\e85b";
    }
        .fi-tr-hockey-stick-puck:before {
    content: "\e85c";
    }
        .fi-tr-hockey-sticks:before {
    content: "\e85d";
    }
        .fi-tr-holding-hand-brain:before {
    content: "\e85e";
    }
        .fi-tr-holding-hand-dinner:before {
    content: "\e85f";
    }
        .fi-tr-holding-hand-direction:before {
    content: "\e860";
    }
        .fi-tr-holding-hand-gear:before {
    content: "\e861";
    }
        .fi-tr-holding-hand-key:before {
    content: "\e862";
    }
        .fi-tr-holding-hand-nft:before {
    content: "\e863";
    }
        .fi-tr-holding-hand-revenue:before {
    content: "\e864";
    }
        .fi-tr-holly-berry:before {
    content: "\e865";
    }
        .fi-tr-home-heart:before {
    content: "\e868";
    }
        .fi-tr-home-location:before {
    content: "\e869";
    }
        .fi-tr-home-location-alt:before {
    content: "\e86a";
    }
        .fi-tr-honey-pot:before {
    content: "\e86c";
    }
        .fi-tr-hood-cloak:before {
    content: "\e86d";
    }
        .fi-tr-horizontal-rule:before {
    content: "\e86e";
    }
        .fi-tr-horse:before {
    content: "\e86f";
    }
        .fi-tr-horse-head:before {
    content: "\e870";
    }
        .fi-tr-horse-saddle:before {
    content: "\e871";
    }
        .fi-tr-horseshoe:before {
    content: "\e872";
    }
        .fi-tr-horseshoe-broken:before {
    content: "\e873";
    }
        .fi-tr-hose:before {
    content: "\e874";
    }
        .fi-tr-hose-reel:before {
    content: "\e875";
    }
        .fi-tr-hospital:before {
    content: "\e876";
    }
        .fi-tr-hospital-symbol:before {
    content: "\e877";
    }
        .fi-tr-hospital-user:before {
    content: "\e878";
    }
        .fi-tr-hospitals:before {
    content: "\e879";
    }
        .fi-tr-hot-tub:before {
    content: "\e87a";
    }
        .fi-tr-hotdog:before {
    content: "\e87b";
    }
        .fi-tr-hotel:before {
    content: "\e87c";
    }
        .fi-tr-hourglass:before {
    content: "\e87e";
    }
        .fi-tr-hourglass-end:before {
    content: "\e87f";
    }
        .fi-tr-hourglass-start:before {
    content: "\e880";
    }
        .fi-tr-house-blank:before {
    content: "\e881";
    }
        .fi-tr-house-building:before {
    content: "\e882";
    }
        .fi-tr-house-chimney:before {
    content: "\e883";
    }
        .fi-tr-house-chimney-blank:before {
    content: "\e884";
    }
        .fi-tr-house-chimney-crack:before {
    content: "\e885";
    }
        .fi-tr-house-chimney-heart:before {
    content: "\e886";
    }
        .fi-tr-house-chimney-medical:before {
    content: "\e887";
    }
        .fi-tr-house-chimney-user:before {
    content: "\e888";
    }
        .fi-tr-house-chimney-window:before {
    content: "\e889";
    }
        .fi-tr-house-circle-check:before {
    content: "\e88a";
    }
        .fi-tr-house-circle-exclamation:before {
    content: "\e88b";
    }
        .fi-tr-house-circle-xmark:before {
    content: "\e88c";
    }
        .fi-tr-house-crack:before {
    content: "\e88d";
    }
        .fi-tr-house-crack-alt:before {
    content: "\e88e";
    }
        .fi-tr-house-day:before {
    content: "\e88f";
    }
        .fi-tr-house-fire:before {
    content: "\e890";
    }
        .fi-tr-house-flag:before {
    content: "\e891";
    }
        .fi-tr-house-flood:before {
    content: "\e892";
    }
        .fi-tr-house-key:before {
    content: "\e893";
    }
        .fi-tr-house-laptop:before {
    content: "\e894";
    }
        .fi-tr-house-leave:before {
    content: "\e895";
    }
        .fi-tr-house-lock:before {
    content: "\e896";
    }
        .fi-tr-house-medical:before {
    content: "\e897";
    }
        .fi-tr-house-night:before {
    content: "\e898";
    }
        .fi-tr-house-return:before {
    content: "\e899";
    }
        .fi-tr-house-signal:before {
    content: "\e89a";
    }
        .fi-tr-house-tree:before {
    content: "\e89b";
    }
        .fi-tr-house-tsunami:before {
    content: "\e89c";
    }
        .fi-tr-house-turret:before {
    content: "\e89d";
    }
        .fi-tr-house-user:before {
    content: "\e89e";
    }
        .fi-tr-house-window:before {
    content: "\e89f";
    }
        .fi-tr-hr:before {
    content: "\e8a0";
    }
        .fi-tr-hr-group:before {
    content: "\e8a1";
    }
        .fi-tr-hr-person:before {
    content: "\e8a2";
    }
        .fi-tr-hryvnia:before {
    content: "\e8a3";
    }
        .fi-tr-humanitarian-mission:before {
    content: "\e8a7";
    }
        .fi-tr-humidity:before {
    content: "\e8a8";
    }
        .fi-tr-hundred-points:before {
    content: "\e8a9";
    }
        .fi-tr-hurricane:before {
    content: "\e8aa";
    }
        .fi-tr-hyperloop:before {
    content: "\e8ab";
    }
        .fi-tr-i:before {
    content: "\e8ad";
    }
        .fi-tr-ice-cream:before {
    content: "\e8af";
    }
        .fi-tr-icicles:before {
    content: "\e8b1";
    }
        .fi-tr-icon-star:before {
    content: "\e8b2";
    }
        .fi-tr-id-badge:before {
    content: "\e8b4";
    }
        .fi-tr-id-card-clip-alt:before {
    content: "\e8b5";
    }
        .fi-tr-idea-exchange:before {
    content: "\e8b6";
    }
        .fi-tr-igloo:before {
    content: "\e8b7";
    }
        .fi-tr-image-slash:before {
    content: "\e8ba";
    }
        .fi-tr-images:before {
    content: "\e8bb";
    }
        .fi-tr-images-user:before {
    content: "\e8bc";
    }
        .fi-tr-improve-user:before {
    content: "\e8be";
    }
        .fi-tr-inbox-in:before {
    content: "\e8c1";
    }
        .fi-tr-inbox-out:before {
    content: "\e8c2";
    }
        .fi-tr-inboxes:before {
    content: "\e8c3";
    }
        .fi-tr-incense-sticks-yoga:before {
    content: "\e8c4";
    }
        .fi-tr-incognito:before {
    content: "\e8c5";
    }
        .fi-tr-indent:before {
    content: "\e8c7";
    }
        .fi-tr-india-map:before {
    content: "\e8c9";
    }
        .fi-tr-indian-rupee-sign:before {
    content: "\e8ca";
    }
        .fi-tr-industry-alt:before {
    content: "\e8cb";
    }
        .fi-tr-industry-windows:before {
    content: "\e8cc";
    }
        .fi-tr-infinity:before {
    content: "\e8cd";
    }
        .fi-tr-info-guide:before {
    content: "\e8cf";
    }
        .fi-tr-information:before {
    content: "\e8d0";
    }
        .fi-tr-inhaler:before {
    content: "\e8d1";
    }
        .fi-tr-input-numeric:before {
    content: "\e8d2";
    }
        .fi-tr-input-pipe:before {
    content: "\e8d3";
    }
        .fi-tr-input-text:before {
    content: "\e8d4";
    }
        .fi-tr-insert:before {
    content: "\e8d5";
    }
        .fi-tr-insert-alt:before {
    content: "\e8d6";
    }
        .fi-tr-insert-arrows:before {
    content: "\e8d7";
    }
        .fi-tr-insert-button-circle:before {
    content: "\e8d8";
    }
        .fi-tr-insert-credit-card:before {
    content: "\e8d9";
    }
        .fi-tr-insert-square:before {
    content: "\e8da";
    }
        .fi-tr-insight:before {
    content: "\e8db";
    }
        .fi-tr-insight-alt:before {
    content: "\e8dc";
    }
        .fi-tr-insight-head:before {
    content: "\e8dd";
    }
        .fi-tr-integral:before {
    content: "\e8e1";
    }
        .fi-tr-interlining:before {
    content: "\e8e6";
    }
        .fi-tr-internet-speed-wifi:before {
    content: "\e8e7";
    }
        .fi-tr-interpersonal-skill:before {
    content: "\e8e8";
    }
        .fi-tr-intersection:before {
    content: "\e8ea";
    }
        .fi-tr-introduction:before {
    content: "\e8eb";
    }
        .fi-tr-introduction-handshake:before {
    content: "\e8ec";
    }
        .fi-tr-inventory-alt:before {
    content: "\e8ed";
    }
        .fi-tr-invest:before {
    content: "\e8ee";
    }
        .fi-tr-investment:before {
    content: "\e8ef";
    }
        .fi-tr-invite:before {
    content: "\e8f1";
    }
        .fi-tr-invite-alt:before {
    content: "\e8f2";
    }
        .fi-tr-iot:before {
    content: "\e8f3";
    }
        .fi-tr-iot-alt:before {
    content: "\e8f4";
    }
        .fi-tr-ip-address:before {
    content: "\e8f5";
    }
        .fi-tr-iron:before {
    content: "\e8f6";
    }
        .fi-tr-island-tropical:before {
    content: "\e8f7";
    }
        .fi-tr-issue-loupe:before {
    content: "\e8f8";
    }
        .fi-tr-it:before {
    content: "\e8f9";
    }
        .fi-tr-it-alt:before {
    content: "\e8fa";
    }
        .fi-tr-it-computer:before {
    content: "\e8fc";
    }
        .fi-tr-italian:before {
    content: "\e8fd";
    }
        .fi-tr-italian-coffee-maker:before {
    content: "\e8fe";
    }
        .fi-tr-italian-lira-sign:before {
    content: "\e8ff";
    }
        .fi-tr-italic:before {
    content: "\e900";
    }
        .fi-tr-j:before {
    content: "\e902";
    }
        .fi-tr-jam:before {
    content: "\e904";
    }
        .fi-tr-japanese:before {
    content: "\e906";
    }
        .fi-tr-jar-alt:before {
    content: "\e907";
    }
        .fi-tr-jar-wheat:before {
    content: "\e908";
    }
        .fi-tr-javascript:before {
    content: "\e90a";
    }
        .fi-tr-joint:before {
    content: "\e90e";
    }
        .fi-tr-joker:before {
    content: "\e90f";
    }
        .fi-tr-journal:before {
    content: "\e911";
    }
        .fi-tr-journal-alt:before {
    content: "\e912";
    }
        .fi-tr-journey:before {
    content: "\e913";
    }
        .fi-tr-joystick:before {
    content: "\e914";
    }
        .fi-tr-jpg:before {
    content: "\e915";
    }
        .fi-tr-jug:before {
    content: "\e918";
    }
        .fi-tr-jug-alt:before {
    content: "\e919";
    }
        .fi-tr-jug-bottle:before {
    content: "\e91a";
    }
        .fi-tr-jumping-rope:before {
    content: "\e91b";
    }
        .fi-tr-k:before {
    content: "\e91c";
    }
        .fi-tr-kaaba:before {
    content: "\e91d";
    }
        .fi-tr-kangaroo:before {
    content: "\e91e";
    }
        .fi-tr-kayak:before {
    content: "\e91f";
    }
        .fi-tr-kazoo:before {
    content: "\e920";
    }
        .fi-tr-kerning:before {
    content: "\e921";
    }
        .fi-tr-key:before {
    content: "\e922";
    }
        .fi-tr-key-car:before {
    content: "\e923";
    }
        .fi-tr-key-hole:before {
    content: "\e924";
    }
        .fi-tr-key-lock-crypto:before {
    content: "\e925";
    }
        .fi-tr-key-skeleton-left-right:before {
    content: "\e926";
    }
        .fi-tr-keyboard:before {
    content: "\e927";
    }
        .fi-tr-keyboard-brightness:before {
    content: "\e928";
    }
        .fi-tr-keyboard-brightness-low:before {
    content: "\e929";
    }
        .fi-tr-keyboard-down:before {
    content: "\e92a";
    }
        .fi-tr-keyboard-left:before {
    content: "\e92b";
    }
        .fi-tr-keynote:before {
    content: "\e92c";
    }
        .fi-tr-kidneys:before {
    content: "\e92e";
    }
        .fi-tr-kip-sign:before {
    content: "\e930";
    }
        .fi-tr-kiss:before {
    content: "\e931";
    }
        .fi-tr-kiss-beam:before {
    content: "\e932";
    }
        .fi-tr-kiss-wink-heart:before {
    content: "\e933";
    }
        .fi-tr-kitchen-set:before {
    content: "\e934";
    }
        .fi-tr-kite:before {
    content: "\e935";
    }
        .fi-tr-kiwi-bird:before {
    content: "\e936";
    }
        .fi-tr-kiwi-fruit:before {
    content: "\e937";
    }
        .fi-tr-knife:before {
    content: "\e938";
    }
        .fi-tr-knife-kitchen:before {
    content: "\e939";
    }
        .fi-tr-knitting:before {
    content: "\e93a";
    }
        .fi-tr-knot-rope:before {
    content: "\e93b";
    }
        .fi-tr-korean:before {
    content: "\e93c";
    }
        .fi-tr-kpi:before {
    content: "\e93d";
    }
        .fi-tr-kpi-evaluation:before {
    content: "\e93e";
    }
        .fi-tr-l:before {
    content: "\e93f";
    }
        .fi-tr-lab-coat:before {
    content: "\e940";
    }
        .fi-tr-lacrosse-stick:before {
    content: "\e942";
    }
        .fi-tr-lacrosse-stick-ball:before {
    content: "\e943";
    }
        .fi-tr-lambda:before {
    content: "\e944";
    }
        .fi-tr-lamp:before {
    content: "\e945";
    }
        .fi-tr-lamp-desk:before {
    content: "\e946";
    }
        .fi-tr-lamp-floor:before {
    content: "\e947";
    }
        .fi-tr-lamp-street:before {
    content: "\e948";
    }
        .fi-tr-land-layer-location:before {
    content: "\e949";
    }
        .fi-tr-land-layers:before {
    content: "\e94a";
    }
        .fi-tr-land-location:before {
    content: "\e94b";
    }
        .fi-tr-land-mine-on:before {
    content: "\e94c";
    }
        .fi-tr-landmark-alt:before {
    content: "\e94d";
    }
        .fi-tr-language:before {
    content: "\e94e";
    }
        .fi-tr-language-exchange:before {
    content: "\e94f";
    }
        .fi-tr-laptop:before {
    content: "\e950";
    }
        .fi-tr-laptop-arrow-down:before {
    content: "\e951";
    }
        .fi-tr-laptop-binary:before {
    content: "\e952";
    }
        .fi-tr-laptop-code:before {
    content: "\e953";
    }
        .fi-tr-laptop-medical:before {
    content: "\e954";
    }
        .fi-tr-laptop-mobile:before {
    content: "\e955";
    }
        .fi-tr-laptop-slash:before {
    content: "\e956";
    }
        .fi-tr-lari-sign:before {
    content: "\e957";
    }
        .fi-tr-lasso:before {
    content: "\e958";
    }
        .fi-tr-lasso-sparkles:before {
    content: "\e959";
    }
        .fi-tr-last-square:before {
    content: "\e95a";
    }
        .fi-tr-laugh:before {
    content: "\e95b";
    }
        .fi-tr-laugh-beam:before {
    content: "\e95c";
    }
        .fi-tr-laugh-squint:before {
    content: "\e95d";
    }
        .fi-tr-laugh-wink:before {
    content: "\e95e";
    }
        .fi-tr-laurel-user:before {
    content: "\e95f";
    }
        .fi-tr-lawyer-man:before {
    content: "\e960";
    }
        .fi-tr-lawyer-woman:before {
    content: "\e961";
    }
        .fi-tr-layer-minus:before {
    content: "\e962";
    }
        .fi-tr-layer-plus:before {
    content: "\e963";
    }
        .fi-tr-layers:before {
    content: "\e964";
    }
        .fi-tr-lead:before {
    content: "\e966";
    }
        .fi-tr-lead-funnel:before {
    content: "\e967";
    }
        .fi-tr-lead-management:before {
    content: "\e968";
    }
        .fi-tr-leader:before {
    content: "\e969";
    }
        .fi-tr-leader-alt:before {
    content: "\e96a";
    }
        .fi-tr-leader-speech:before {
    content: "\e96b";
    }
        .fi-tr-leaderboard:before {
    content: "\e96c";
    }
        .fi-tr-leaderboard-alt:before {
    content: "\e96d";
    }
        .fi-tr-leaderboard-trophy:before {
    content: "\e96e";
    }
        .fi-tr-leadership:before {
    content: "\e96f";
    }
        .fi-tr-leadership-alt:before {
    content: "\e970";
    }
        .fi-tr-leaf:before {
    content: "\e971";
    }
        .fi-tr-leaf-heart:before {
    content: "\e972";
    }
        .fi-tr-leaf-maple:before {
    content: "\e973";
    }
        .fi-tr-leaf-oak:before {
    content: "\e974";
    }
        .fi-tr-leafy-green:before {
    content: "\e975";
    }
        .fi-tr-leave:before {
    content: "\e976";
    }
        .fi-tr-left:before {
    content: "\e977";
    }
        .fi-tr-left-from-bracket:before {
    content: "\e978";
    }
        .fi-tr-legal:before {
    content: "\e979";
    }
        .fi-tr-legal-case:before {
    content: "\e97a";
    }
        .fi-tr-lemon:before {
    content: "\e97b";
    }
        .fi-tr-lesbian-couple:before {
    content: "\e97c";
    }
        .fi-tr-less-than:before {
    content: "\e97d";
    }
        .fi-tr-less-than-equal:before {
    content: "\e97e";
    }
        .fi-tr-lesson:before {
    content: "\e97f";
    }
        .fi-tr-lesson-class:before {
    content: "\e980";
    }
        .fi-tr-letter-case:before {
    content: "\e981";
    }
        .fi-tr-lettuce:before {
    content: "\e982";
    }
        .fi-tr-level-down:before {
    content: "\e983";
    }
        .fi-tr-level-down-alt:before {
    content: "\e984";
    }
        .fi-tr-level-up:before {
    content: "\e985";
    }
        .fi-tr-level-up-alt:before {
    content: "\e986";
    }
        .fi-tr-license:before {
    content: "\e987";
    }
        .fi-tr-life:before {
    content: "\e988";
    }
        .fi-tr-light-ceiling:before {
    content: "\e98a";
    }
        .fi-tr-light-emergency:before {
    content: "\e98b";
    }
        .fi-tr-light-emergency-on:before {
    content: "\e98c";
    }
        .fi-tr-light-switch:before {
    content: "\e98d";
    }
        .fi-tr-light-switch-off:before {
    content: "\e98e";
    }
        .fi-tr-light-switch-on:before {
    content: "\e98f";
    }
        .fi-tr-lightbulb-cfl:before {
    content: "\e990";
    }
        .fi-tr-lightbulb-cfl-on:before {
    content: "\e991";
    }
        .fi-tr-lightbulb-dollar:before {
    content: "\e993";
    }
        .fi-tr-lightbulb-exclamation:before {
    content: "\e994";
    }
        .fi-tr-lightbulb-head:before {
    content: "\e997";
    }
        .fi-tr-lightbulb-on:before {
    content: "\e998";
    }
        .fi-tr-lightbulb-question:before {
    content: "\e999";
    }
        .fi-tr-lightbulb-setting:before {
    content: "\e99a";
    }
        .fi-tr-lightbulb-slash:before {
    content: "\e99b";
    }
        .fi-tr-lighthouse:before {
    content: "\e99d";
    }
        .fi-tr-lights-holiday:before {
    content: "\e99e";
    }
        .fi-tr-limit-hand:before {
    content: "\e99f";
    }
        .fi-tr-limit-speedometer:before {
    content: "\e9a0";
    }
        .fi-tr-line-width:before {
    content: "\e9a2";
    }
        .fi-tr-link-alt:before {
    content: "\e9a4";
    }
        .fi-tr-link-horizontal:before {
    content: "\e9a5";
    }
        .fi-tr-link-horizontal-slash:before {
    content: "\e9a6";
    }
        .fi-tr-link-slash:before {
    content: "\e9a7";
    }
        .fi-tr-link-slash-alt:before {
    content: "\e9a8";
    }
        .fi-tr-lion:before {
    content: "\e9aa";
    }
        .fi-tr-lion-head:before {
    content: "\e9ab";
    }
        .fi-tr-lips:before {
    content: "\e9ac";
    }
        .fi-tr-lips-silence:before {
    content: "\e9ad";
    }
        .fi-tr-lipstick:before {
    content: "\e9ae";
    }
        .fi-tr-lira-sign:before {
    content: "\e9af";
    }
        .fi-tr-list:before {
    content: "\e9b1";
    }
        .fi-tr-list-check:before {
    content: "\e9b2";
    }
        .fi-tr-list-dropdown:before {
    content: "\e9b3";
    }
        .fi-tr-list-music:before {
    content: "\e9b4";
    }
        .fi-tr-list-timeline:before {
    content: "\e9b5";
    }
        .fi-tr-litecoin-sign:before {
    content: "\e9b7";
    }
        .fi-tr-live:before {
    content: "\e9b8";
    }
        .fi-tr-live-alt:before {
    content: "\e9b9";
    }
        .fi-tr-loading:before {
    content: "\e9ba";
    }
        .fi-tr-loan:before {
    content: "\e9bb";
    }
        .fi-tr-lobster:before {
    content: "\e9bc";
    }
        .fi-tr-location-alt:before {
    content: "\e9be";
    }
        .fi-tr-location-arrow:before {
    content: "\e9bf";
    }
        .fi-tr-location-crosshairs:before {
    content: "\e9c0";
    }
        .fi-tr-location-crosshairs-slash:before {
    content: "\e9c1";
    }
        .fi-tr-location-dot-slash:before {
    content: "\e9c2";
    }
        .fi-tr-location-exclamation:before {
    content: "\e9c3";
    }
        .fi-tr-lock-alt:before {
    content: "\e9c6";
    }
        .fi-tr-lock-hashtag:before {
    content: "\e9c7";
    }
        .fi-tr-lock-open-alt:before {
    content: "\e9c8";
    }
        .fi-tr-locust:before {
    content: "\e9c9";
    }
        .fi-tr-loop-square:before {
    content: "\e9cc";
    }
        .fi-tr-loveseat:before {
    content: "\e9ce";
    }
        .fi-tr-low-vision:before {
    content: "\e9cf";
    }
        .fi-tr-luchador:before {
    content: "\e9d0";
    }
        .fi-tr-luggage-cart:before {
    content: "\e9d1";
    }
        .fi-tr-luggage-rolling:before {
    content: "\e9d2";
    }
        .fi-tr-lungs:before {
    content: "\e9d3";
    }
        .fi-tr-lungs-virus:before {
    content: "\e9d4";
    }
        .fi-tr-m:before {
    content: "\e9d5";
    }
        .fi-tr-mace:before {
    content: "\e9d6";
    }
        .fi-tr-magic-wand:before {
    content: "\e9dc";
    }
        .fi-tr-magnet:before {
    content: "\e9dd";
    }
        .fi-tr-magnet-user:before {
    content: "\e9de";
    }
        .fi-tr-magnifying-glass-binary:before {
    content: "\e9e0";
    }
        .fi-tr-magnifying-glass-eye:before {
    content: "\e9e1";
    }
        .fi-tr-magnifying-glass-wave:before {
    content: "\e9e2";
    }
        .fi-tr-mail-plus-circle:before {
    content: "\e9e4";
    }
        .fi-tr-mailbox:before {
    content: "\e9e5";
    }
        .fi-tr-makeup-brush:before {
    content: "\e9e9";
    }
        .fi-tr-man-head:before {
    content: "\e9ec";
    }
        .fi-tr-man-scientist:before {
    content: "\e9ed";
    }
        .fi-tr-manat-sign:before {
    content: "\e9ee";
    }
        .fi-tr-mandolin:before {
    content: "\e9ef";
    }
        .fi-tr-mango:before {
    content: "\e9f0";
    }
        .fi-tr-manhole:before {
    content: "\e9f1";
    }
        .fi-tr-map:before {
    content: "\e9f2";
    }
        .fi-tr-map-location-track:before {
    content: "\e9f3";
    }
        .fi-tr-map-marker:before {
    content: "\e9f4";
    }
        .fi-tr-map-marker-check:before {
    content: "\e9f5";
    }
        .fi-tr-map-marker-cross:before {
    content: "\e9f6";
    }
        .fi-tr-map-marker-edit:before {
    content: "\e9f7";
    }
        .fi-tr-map-marker-home:before {
    content: "\e9f9";
    }
        .fi-tr-map-marker-minus:before {
    content: "\e9fa";
    }
        .fi-tr-map-marker-plus:before {
    content: "\e9fb";
    }
        .fi-tr-map-marker-question:before {
    content: "\e9fc";
    }
        .fi-tr-map-marker-slash:before {
    content: "\e9fd";
    }
        .fi-tr-map-marker-smile:before {
    content: "\e9fe";
    }
        .fi-tr-map-pin:before {
    content: "\e9ff";
    }
        .fi-tr-map-point:before {
    content: "\ea00";
    }
        .fi-tr-marker:before {
    content: "\ea01";
    }
        .fi-tr-marker-time:before {
    content: "\ea02";
    }
        .fi-tr-marketplace:before {
    content: "\ea03";
    }
        .fi-tr-marketplace-alt:before {
    content: "\ea04";
    }
        .fi-tr-marketplace-store:before {
    content: "\ea05";
    }
        .fi-tr-marriage-proposal:before {
    content: "\ea06";
    }
        .fi-tr-mars:before {
    content: "\ea08";
    }
        .fi-tr-mars-double:before {
    content: "\ea0a";
    }
        .fi-tr-mars-stroke-right:before {
    content: "\ea0b";
    }
        .fi-tr-mars-stroke-up:before {
    content: "\ea0c";
    }
        .fi-tr-martini-glass-citrus:before {
    content: "\ea0d";
    }
        .fi-tr-martini-glass-empty:before {
    content: "\ea0e";
    }
        .fi-tr-mask-carnival:before {
    content: "\ea10";
    }
        .fi-tr-mask-face:before {
    content: "\ea11";
    }
        .fi-tr-mask-snorkel:before {
    content: "\ea12";
    }
        .fi-tr-massage:before {
    content: "\ea13";
    }
        .fi-tr-master-plan:before {
    content: "\ea14";
    }
        .fi-tr-master-plan-integrate:before {
    content: "\ea15";
    }
        .fi-tr-match-fire:before {
    content: "\ea16";
    }
        .fi-tr-mattress-pillow:before {
    content: "\ea17";
    }
        .fi-tr-measuring-tape:before {
    content: "\ea19";
    }
        .fi-tr-meat:before {
    content: "\ea1a";
    }
        .fi-tr-medal:before {
    content: "\ea1b";
    }
        .fi-tr-medical-star:before {
    content: "\ea1d";
    }
        .fi-tr-medicine:before {
    content: "\ea1e";
    }
        .fi-tr-meditation:before {
    content: "\ea1f";
    }
        .fi-tr-meeting:before {
    content: "\ea21";
    }
        .fi-tr-meeting-alt:before {
    content: "\ea22";
    }
        .fi-tr-megaphone:before {
    content: "\ea23";
    }
        .fi-tr-megaphone-announcement-leader:before {
    content: "\ea24";
    }
        .fi-tr-megaphone-sound-waves:before {
    content: "\ea25";
    }
        .fi-tr-meh:before {
    content: "\ea26";
    }
        .fi-tr-meh-blank:before {
    content: "\ea27";
    }
        .fi-tr-meh-rolling-eyes:before {
    content: "\ea28";
    }
        .fi-tr-melon:before {
    content: "\ea29";
    }
        .fi-tr-melon-alt:before {
    content: "\ea2a";
    }
        .fi-tr-member-list:before {
    content: "\ea2b";
    }
        .fi-tr-member-search:before {
    content: "\ea2c";
    }
        .fi-tr-membership:before {
    content: "\ea2d";
    }
        .fi-tr-membership-vip:before {
    content: "\ea2e";
    }
        .fi-tr-memo:before {
    content: "\ea2f";
    }
        .fi-tr-memo-circle-check:before {
    content: "\ea30";
    }
        .fi-tr-memo-pad:before {
    content: "\ea31";
    }
        .fi-tr-memory:before {
    content: "\ea32";
    }
        .fi-tr-mercury:before {
    content: "\ea36";
    }
        .fi-tr-message-alert:before {
    content: "\ea37";
    }
        .fi-tr-message-arrow-down:before {
    content: "\ea38";
    }
        .fi-tr-message-arrow-up:before {
    content: "\ea39";
    }
        .fi-tr-message-arrow-up-right:before {
    content: "\ea3a";
    }
        .fi-tr-message-bot:before {
    content: "\ea3b";
    }
        .fi-tr-message-code:before {
    content: "\ea3c";
    }
        .fi-tr-message-dollar:before {
    content: "\ea3d";
    }
        .fi-tr-message-heart:before {
    content: "\ea3e";
    }
        .fi-tr-message-image:before {
    content: "\ea3f";
    }
        .fi-tr-message-question:before {
    content: "\ea41";
    }
        .fi-tr-message-quote:before {
    content: "\ea42";
    }
        .fi-tr-message-slash:before {
    content: "\ea43";
    }
        .fi-tr-message-sms:before {
    content: "\ea44";
    }
        .fi-tr-message-star:before {
    content: "\ea45";
    }
        .fi-tr-message-text:before {
    content: "\ea46";
    }
        .fi-tr-message-xmark:before {
    content: "\ea47";
    }
        .fi-tr-messages:before {
    content: "\ea48";
    }
        .fi-tr-messages-dollar:before {
    content: "\ea49";
    }
        .fi-tr-messages-question:before {
    content: "\ea4a";
    }
        .fi-tr-meteor:before {
    content: "\ea4c";
    }
        .fi-tr-meter:before {
    content: "\ea4d";
    }
        .fi-tr-meter-bolt:before {
    content: "\ea4e";
    }
        .fi-tr-meter-droplet:before {
    content: "\ea4f";
    }
        .fi-tr-meter-fire:before {
    content: "\ea50";
    }
        .fi-tr-method:before {
    content: "\ea51";
    }
        .fi-tr-microchip:before {
    content: "\ea52";
    }
        .fi-tr-microchip-ai:before {
    content: "\ea53";
    }
        .fi-tr-microphone:before {
    content: "\ea54";
    }
        .fi-tr-microphone-alt:before {
    content: "\ea55";
    }
        .fi-tr-microphone-slash:before {
    content: "\ea58";
    }
        .fi-tr-microscope:before {
    content: "\ea59";
    }
        .fi-tr-microwave:before {
    content: "\ea5d";
    }
        .fi-tr-milk:before {
    content: "\ea5e";
    }
        .fi-tr-milk-alt:before {
    content: "\ea5f";
    }
        .fi-tr-mill:before {
    content: "\ea60";
    }
        .fi-tr-mill-sign:before {
    content: "\ea61";
    }
        .fi-tr-mind-share:before {
    content: "\ea62";
    }
        .fi-tr-minus-circle:before {
    content: "\ea64";
    }
        .fi-tr-minus-hexagon:before {
    content: "\ea65";
    }
        .fi-tr-mirror:before {
    content: "\ea68";
    }
        .fi-tr-mirror-user:before {
    content: "\ea69";
    }
        .fi-tr-mistletoe:before {
    content: "\ea6a";
    }
        .fi-tr-mix:before {
    content: "\ea6b";
    }
        .fi-tr-mixer:before {
    content: "\ea6c";
    }
        .fi-tr-mobile:before {
    content: "\ea6d";
    }
        .fi-tr-mobile-4g:before {
    content: "\ea6e";
    }
        .fi-tr-mobile-5g:before {
    content: "\ea6f";
    }
        .fi-tr-mobile-button:before {
    content: "\ea71";
    }
        .fi-tr-mobile-hand:before {
    content: "\ea72";
    }
        .fi-tr-mobile-message:before {
    content: "\ea73";
    }
        .fi-tr-mobile-notch:before {
    content: "\ea74";
    }
        .fi-tr-mockup:before {
    content: "\ea77";
    }
        .fi-tr-mode:before {
    content: "\ea78";
    }
        .fi-tr-mode-alt:before {
    content: "\ea79";
    }
        .fi-tr-mode-landscape:before {
    content: "\ea7a";
    }
        .fi-tr-mode-portrait:before {
    content: "\ea7b";
    }
        .fi-tr-model-cube:before {
    content: "\ea7c";
    }
        .fi-tr-model-cube-arrows:before {
    content: "\ea7d";
    }
        .fi-tr-model-cube-space:before {
    content: "\ea7e";
    }
        .fi-tr-module:before {
    content: "\ea7f";
    }
        .fi-tr-monday:before {
    content: "\ea80";
    }
        .fi-tr-money:before {
    content: "\ea81";
    }
        .fi-tr-money-bill-simple:before {
    content: "\ea82";
    }
        .fi-tr-money-bill-transfer:before {
    content: "\ea83";
    }
        .fi-tr-money-bill-wave:before {
    content: "\ea84";
    }
        .fi-tr-money-bill-wave-alt:before {
    content: "\ea85";
    }
        .fi-tr-money-bills:before {
    content: "\ea86";
    }
        .fi-tr-money-bills-simple:before {
    content: "\ea87";
    }
        .fi-tr-money-check:before {
    content: "\ea88";
    }
        .fi-tr-money-check-edit:before {
    content: "\ea89";
    }
        .fi-tr-money-check-edit-alt:before {
    content: "\ea8a";
    }
        .fi-tr-money-coin-transfer:before {
    content: "\ea8b";
    }
        .fi-tr-money-from-bracket:before {
    content: "\ea8c";
    }
        .fi-tr-money-gears:before {
    content: "\ea8d";
    }
        .fi-tr-money-income:before {
    content: "\ea8e";
    }
        .fi-tr-money-simple-from-bracket:before {
    content: "\ea8f";
    }
        .fi-tr-money-transfer-alt:before {
    content: "\ea90";
    }
        .fi-tr-money-transfer-coin-arrow:before {
    content: "\ea91";
    }
        .fi-tr-money-transfer-smartphone:before {
    content: "\ea92";
    }
        .fi-tr-money-wings:before {
    content: "\ea93";
    }
        .fi-tr-monkey:before {
    content: "\ea94";
    }
        .fi-tr-monument:before {
    content: "\ea95";
    }
        .fi-tr-moon:before {
    content: "\ea96";
    }
        .fi-tr-moon-stars:before {
    content: "\ea97";
    }
        .fi-tr-moped:before {
    content: "\ea98";
    }
        .fi-tr-mortar-pestle:before {
    content: "\ea99";
    }
        .fi-tr-mortgage:before {
    content: "\ea9a";
    }
        .fi-tr-mosque:before {
    content: "\ea9b";
    }
        .fi-tr-mosque-alt:before {
    content: "\ea9c";
    }
        .fi-tr-mosque-moon:before {
    content: "\ea9d";
    }
        .fi-tr-mosquito:before {
    content: "\ea9e";
    }
        .fi-tr-mosquito-net:before {
    content: "\ea9f";
    }
        .fi-tr-motorcycle:before {
    content: "\eaa2";
    }
        .fi-tr-mound:before {
    content: "\eaa3";
    }
        .fi-tr-mountain:before {
    content: "\eaa4";
    }
        .fi-tr-mountain-city:before {
    content: "\eaa5";
    }
        .fi-tr-mountains:before {
    content: "\eaa7";
    }
        .fi-tr-mouse:before {
    content: "\eaa8";
    }
        .fi-tr-mouse-field:before {
    content: "\eaa9";
    }
        .fi-tr-mouse-pointer-heart:before {
    content: "\eaaa";
    }
        .fi-tr-mov-file:before {
    content: "\eaab";
    }
        .fi-tr-move-to-folder:before {
    content: "\eaac";
    }
        .fi-tr-move-to-folder-2:before {
    content: "\eaad";
    }
        .fi-tr-moving:before {
    content: "\eaae";
    }
        .fi-tr-mower:before {
    content: "\eaaf";
    }
        .fi-tr-mp3-file:before {
    content: "\eab0";
    }
        .fi-tr-mp3-player:before {
    content: "\eab1";
    }
        .fi-tr-mp4-file:before {
    content: "\eab2";
    }
        .fi-tr-mug:before {
    content: "\eab3";
    }
        .fi-tr-mug-alt:before {
    content: "\eab4";
    }
        .fi-tr-mug-hot:before {
    content: "\eab5";
    }
        .fi-tr-mug-hot-alt:before {
    content: "\eab6";
    }
        .fi-tr-mug-marshmallows:before {
    content: "\eab7";
    }
        .fi-tr-mug-tea:before {
    content: "\eab8";
    }
        .fi-tr-mug-tea-alt:before {
    content: "\eab9";
    }
        .fi-tr-mug-tea-saucer:before {
    content: "\eaba";
    }
        .fi-tr-multiple:before {
    content: "\eabb";
    }
        .fi-tr-multiple-alt:before {
    content: "\eabc";
    }
        .fi-tr-multitasking:before {
    content: "\eabd";
    }
        .fi-tr-muscle:before {
    content: "\eabe";
    }
        .fi-tr-mushroom:before {
    content: "\eabf";
    }
        .fi-tr-mushroom-alt:before {
    content: "\eac0";
    }
        .fi-tr-mushroom-cloud:before {
    content: "\eac1";
    }
        .fi-tr-music:before {
    content: "\eac2";
    }
        .fi-tr-music-alt:before {
    content: "\eac3";
    }
        .fi-tr-music-file:before {
    content: "\eac5";
    }
        .fi-tr-music-magnifying-glass:before {
    content: "\eac6";
    }
        .fi-tr-music-note:before {
    content: "\eac7";
    }
        .fi-tr-music-note-slash:before {
    content: "\eac8";
    }
        .fi-tr-music-slash:before {
    content: "\eac9";
    }
        .fi-tr-n:before {
    content: "\eacb";
    }
        .fi-tr-naira-sign:before {
    content: "\eacc";
    }
        .fi-tr-narwhal:before {
    content: "\eace";
    }
        .fi-tr-navigation:before {
    content: "\eacf";
    }
        .fi-tr-nesting-dolls:before {
    content: "\ead0";
    }
        .fi-tr-network:before {
    content: "\ead3";
    }
        .fi-tr-network-analytic:before {
    content: "\ead4";
    }
        .fi-tr-network-cloud:before {
    content: "\ead5";
    }
        .fi-tr-network-cloud-computer:before {
    content: "\ead6";
    }
        .fi-tr-network-user:before {
    content: "\ead7";
    }
        .fi-tr-neuter:before {
    content: "\ead8";
    }
        .fi-tr-newsletter-subscribe:before {
    content: "\eadb";
    }
        .fi-tr-newspaper:before {
    content: "\eadc";
    }
        .fi-tr-newspaper-open:before {
    content: "\eade";
    }
        .fi-tr-nfc:before {
    content: "\eadf";
    }
        .fi-tr-nfc-lock:before {
    content: "\eae0";
    }
        .fi-tr-nfc-magnifying-glass:before {
    content: "\eae1";
    }
        .fi-tr-nfc-pen:before {
    content: "\eae2";
    }
        .fi-tr-nfc-slash:before {
    content: "\eae4";
    }
        .fi-tr-nfc-trash:before {
    content: "\eae5";
    }
        .fi-tr-nft-square:before {
    content: "\eae8";
    }
        .fi-tr-night-day:before {
    content: "\eae9";
    }
        .fi-tr-no-attention:before {
    content: "\eaea";
    }
        .fi-tr-no-fee:before {
    content: "\eaeb";
    }
        .fi-tr-no-food:before {
    content: "\eaec";
    }
        .fi-tr-no-iron:before {
    content: "\eaed";
    }
        .fi-tr-no-people:before {
    content: "\eaee";
    }
        .fi-tr-no-smoking:before {
    content: "\eaef";
    }
        .fi-tr-noise-cancelling-headphones:before {
    content: "\eaf2";
    }
        .fi-tr-noodles:before {
    content: "\eaf3";
    }
        .fi-tr-nose:before {
    content: "\eaf4";
    }
        .fi-tr-not-equal:before {
    content: "\eaf5";
    }
        .fi-tr-not-found:before {
    content: "\eaf6";
    }
        .fi-tr-not-found-alt:before {
    content: "\eaf7";
    }
        .fi-tr-not-found-magnifying-glass:before {
    content: "\eaf8";
    }
        .fi-tr-notdef:before {
    content: "\eaf9";
    }
        .fi-tr-note:before {
    content: "\eafa";
    }
        .fi-tr-note-medical:before {
    content: "\eafb";
    }
        .fi-tr-note-sticky:before {
    content: "\eafc";
    }
        .fi-tr-notebook:before {
    content: "\eafd";
    }
        .fi-tr-notebook-alt:before {
    content: "\eafe";
    }
        .fi-tr-notes:before {
    content: "\eaff";
    }
        .fi-tr-notes-medical:before {
    content: "\eb00";
    }
        .fi-tr-o:before {
    content: "\eb09";
    }
        .fi-tr-object-exclude:before {
    content: "\eb0a";
    }
        .fi-tr-object-group:before {
    content: "\eb0b";
    }
        .fi-tr-object-intersect:before {
    content: "\eb0c";
    }
        .fi-tr-object-subtract:before {
    content: "\eb0d";
    }
        .fi-tr-object-ungroup:before {
    content: "\eb0e";
    }
        .fi-tr-object-union:before {
    content: "\eb0f";
    }
        .fi-tr-objects-column:before {
    content: "\eb11";
    }
        .fi-tr-octagon:before {
    content: "\eb12";
    }
        .fi-tr-octagon-check:before {
    content: "\eb13";
    }
        .fi-tr-octagon-divide:before {
    content: "\eb14";
    }
        .fi-tr-octagon-exclamation:before {
    content: "\eb15";
    }
        .fi-tr-octagon-minus:before {
    content: "\eb16";
    }
        .fi-tr-octagon-plus:before {
    content: "\eb17";
    }
        .fi-tr-octagon-xmark:before {
    content: "\eb18";
    }
        .fi-tr-office-chair:before {
    content: "\eb1a";
    }
        .fi-tr-oil-can:before {
    content: "\eb1b";
    }
        .fi-tr-oil-temp:before {
    content: "\eb1c";
    }
        .fi-tr-old-people:before {
    content: "\eb1e";
    }
        .fi-tr-olive:before {
    content: "\eb1f";
    }
        .fi-tr-olive-branch-dove:before {
    content: "\eb20";
    }
        .fi-tr-olive-oil:before {
    content: "\eb21";
    }
        .fi-tr-olives:before {
    content: "\eb22";
    }
        .fi-tr-om:before {
    content: "\eb23";
    }
        .fi-tr-omega:before {
    content: "\eb24";
    }
        .fi-tr-on-air-square:before {
    content: "\eb25";
    }
        .fi-tr-onboarding:before {
    content: "\eb26";
    }
        .fi-tr-onion:before {
    content: "\eb27";
    }
        .fi-tr-opacity:before {
    content: "\eb28";
    }
        .fi-tr-open-mail-clip:before {
    content: "\eb29";
    }
        .fi-tr-operating-system-upgrade:before {
    content: "\eb2a";
    }
        .fi-tr-operation:before {
    content: "\eb2b";
    }
        .fi-tr-order-history:before {
    content: "\eb2e";
    }
        .fi-tr-organization-chart:before {
    content: "\eb2f";
    }
        .fi-tr-ornament:before {
    content: "\eb30";
    }
        .fi-tr-otp:before {
    content: "\eb31";
    }
        .fi-tr-otter:before {
    content: "\eb32";
    }
        .fi-tr-outdent:before {
    content: "\eb34";
    }
        .fi-tr-oval:before {
    content: "\eb35";
    }
        .fi-tr-oval-alt:before {
    content: "\eb36";
    }
        .fi-tr-oven:before {
    content: "\eb37";
    }
        .fi-tr-overline:before {
    content: "\eb38";
    }
        .fi-tr-overview:before {
    content: "\eb39";
    }
        .fi-tr-p:before {
    content: "\eb3a";
    }
        .fi-tr-package:before {
    content: "\eb3b";
    }
        .fi-tr-padlock-check:before {
    content: "\eb3c";
    }
        .fi-tr-page-break:before {
    content: "\eb3d";
    }
        .fi-tr-pager:before {
    content: "\eb3e";
    }
        .fi-tr-paid:before {
    content: "\eb3f";
    }
        .fi-tr-paint-brush:before {
    content: "\eb41";
    }
        .fi-tr-paint-roller:before {
    content: "\eb42";
    }
        .fi-tr-paintbrush-pencil:before {
    content: "\eb44";
    }
        .fi-tr-palette:before {
    content: "\eb45";
    }
        .fi-tr-pallet:before {
    content: "\eb46";
    }
        .fi-tr-pallet-alt:before {
    content: "\eb47";
    }
        .fi-tr-pan:before {
    content: "\eb48";
    }
        .fi-tr-pan-food:before {
    content: "\eb49";
    }
        .fi-tr-pan-frying:before {
    content: "\eb4a";
    }
        .fi-tr-pancakes:before {
    content: "\eb4b";
    }
        .fi-tr-panorama:before {
    content: "\eb4f";
    }
        .fi-tr-paper-plane-launch:before {
    content: "\eb51";
    }
        .fi-tr-paper-plane-top:before {
    content: "\eb52";
    }
        .fi-tr-paperclip-vertical:before {
    content: "\eb53";
    }
        .fi-tr-parachute-box:before {
    content: "\eb54";
    }
        .fi-tr-paragraph:before {
    content: "\eb55";
    }
        .fi-tr-paragraph-left:before {
    content: "\eb56";
    }
        .fi-tr-parking:before {
    content: "\eb57";
    }
        .fi-tr-parking-circle:before {
    content: "\eb58";
    }
        .fi-tr-parking-circle-slash:before {
    content: "\eb59";
    }
        .fi-tr-parking-slash:before {
    content: "\eb5a";
    }
        .fi-tr-party-bell:before {
    content: "\eb5d";
    }
        .fi-tr-party-horn:before {
    content: "\eb5e";
    }
        .fi-tr-passenger-plane:before {
    content: "\eb5f";
    }
        .fi-tr-passport:before {
    content: "\eb60";
    }
        .fi-tr-password:before {
    content: "\eb61";
    }
        .fi-tr-password-alt:before {
    content: "\eb62";
    }
        .fi-tr-password-computer:before {
    content: "\eb63";
    }
        .fi-tr-password-email:before {
    content: "\eb64";
    }
        .fi-tr-password-lock:before {
    content: "\eb65";
    }
        .fi-tr-password-smartphone:before {
    content: "\eb66";
    }
        .fi-tr-paste:before {
    content: "\eb67";
    }
        .fi-tr-pattern:before {
    content: "\eb69";
    }
        .fi-tr-pause:before {
    content: "\eb6a";
    }
   
        .fi-tr-pause-square:before {
    content: "\eb6c";
    }
        .fi-tr-paw:before {
    content: "\eb6d";
    }
        .fi-tr-paw-claws:before {
    content: "\eb6e";
    }
        .fi-tr-paw-heart:before {
    content: "\eb6f";
    }
        .fi-tr-payment-pos:before {
    content: "\eb70";
    }
        .fi-tr-payroll:before {
    content: "\eb72";
    }
        .fi-tr-payroll-calendar:before {
    content: "\eb73";
    }
        .fi-tr-payroll-check:before {
    content: "\eb74";
    }
        .fi-tr-peace:before {
    content: "\eb75";
    }
        .fi-tr-peach:before {
    content: "\eb76";
    }
        .fi-tr-peanut:before {
    content: "\eb77";
    }
        .fi-tr-peanuts:before {
    content: "\eb78";
    }
        .fi-tr-peapod:before {
    content: "\eb79";
    }
        .fi-tr-pear:before {
    content: "\eb7a";
    }
        .fi-tr-pedestal:before {
    content: "\eb7b";
    }
        .fi-tr-pen-circle:before {
    content: "\eb7c";
    }
        .fi-tr-pen-clip:before {
    content: "\eb7d";
    }
        .fi-tr-pen-clip-slash:before {
    content: "\eb7e";
    }
        .fi-tr-pen-fancy:before {
    content: "\eb7f";
    }
        .fi-tr-pen-fancy-slash:before {
    content: "\eb80";
    }
        .fi-tr-pen-field:before {
    content: "\eb81";
    }
        .fi-tr-pen-nib:before {
    content: "\eb82";
    }
        .fi-tr-pen-nib-slash:before {
    content: "\eb83";
    }
        .fi-tr-pen-slash:before {
    content: "\eb84";
    }
        .fi-tr-pen-square:before {
    content: "\eb85";
    }
        .fi-tr-pen-swirl:before {
    content: "\eb86";
    }
        .fi-tr-pencil:before {
    content: "\eb87";
    }
        .fi-tr-pencil-paintbrush:before {
    content: "\eb88";
    }
        .fi-tr-pencil-ruler:before {
    content: "\eb89";
    }
        .fi-tr-pencil-slash:before {
    content: "\eb8a";
    }
        .fi-tr-pending:before {
    content: "\eb8b";
    }
        .fi-tr-pennant:before {
    content: "\eb8c";
    }
        .fi-tr-people:before {
    content: "\eb8d";
    }
        .fi-tr-people-arrows-left-right:before {
    content: "\eb8e";
    }
        .fi-tr-people-carry-box:before {
    content: "\eb8f";
    }
        .fi-tr-people-dress:before {
    content: "\eb90";
    }
        .fi-tr-people-network-partner:before {
    content: "\eb93";
    }
        .fi-tr-people-pants:before {
    content: "\eb94";
    }
        .fi-tr-people-poll:before {
    content: "\eb95";
    }
        .fi-tr-people-pulling:before {
    content: "\eb96";
    }
        .fi-tr-people-roof:before {
    content: "\eb98";
    }
        .fi-tr-pepper:before {
    content: "\eb99";
    }
        .fi-tr-pepper-alt:before {
    content: "\eb9a";
    }
        .fi-tr-pepper-hot:before {
    content: "\eb9b";
    }
        .fi-tr-percent-10:before {
    content: "\eb9c";
    }
        .fi-tr-percent-100:before {
    content: "\eb9d";
    }
        .fi-tr-percent-20:before {
    content: "\eb9e";
    }
        .fi-tr-percent-25:before {
    content: "\eb9f";
    }
        .fi-tr-percent-30:before {
    content: "\eba0";
    }
        .fi-tr-percent-40:before {
    content: "\eba1";
    }
        .fi-tr-percent-50:before {
    content: "\eba2";
    }
        .fi-tr-percent-60:before {
    content: "\eba3";
    }
        .fi-tr-percent-70:before {
    content: "\eba4";
    }
        .fi-tr-percent-75:before {
    content: "\eba5";
    }
        .fi-tr-percent-80:before {
    content: "\eba6";
    }
        .fi-tr-percent-90:before {
    content: "\eba7";
    }
        .fi-tr-percentage:before {
    content: "\eba8";
    }
        .fi-tr-person-battery:before {
    content: "\ebac";
    }
        .fi-tr-person-burst:before {
    content: "\ebae";
    }
        .fi-tr-person-carry-box:before {
    content: "\ebaf";
    }
        .fi-tr-person-circle-check:before {
    content: "\ebb1";
    }
        .fi-tr-person-circle-exclamation:before {
    content: "\ebb2";
    }
        .fi-tr-person-circle-minus:before {
    content: "\ebb3";
    }
        .fi-tr-person-circle-plus:before {
    content: "\ebb4";
    }
        .fi-tr-person-circle-question:before {
    content: "\ebb5";
    }
        .fi-tr-person-circle-xmark:before {
    content: "\ebb6";
    }
        .fi-tr-person-cv:before {
    content: "\ebb7";
    }
        .fi-tr-person-dolly:before {
    content: "\ebb8";
    }
        .fi-tr-person-dolly-empty:before {
    content: "\ebb9";
    }
        .fi-tr-person-dragging-bag:before {
    content: "\ebba";
    }
        .fi-tr-person-dress:before {
    content: "\ebbb";
    }
        .fi-tr-person-dress-simple:before {
    content: "\ebbd";
    }
        .fi-tr-person-luggage:before {
    content: "\ebc1";
    }
        .fi-tr-person-lunge:before {
    content: "\ebc2";
    }
        .fi-tr-person-pilates:before {
    content: "\ebc6";
    }
        .fi-tr-person-praying:before {
    content: "\ebc7";
    }
        .fi-tr-person-pregnant:before {
    content: "\ebc8";
    }
        .fi-tr-person-seat:before {
    content: "\ebcb";
    }
        .fi-tr-person-seat-reclined:before {
    content: "\ebcc";
    }
        .fi-tr-person-shelter:before {
    content: "\ebcd";
    }
        .fi-tr-person-sign:before {
    content: "\ebce";
    }
        .fi-tr-person-simple:before {
    content: "\ebcf";
    }
        .fi-tr-person-stress:before {
    content: "\ebd0";
    }
        .fi-tr-person-walking-with-cane:before {
    content: "\ebd6";
    }
        .fi-tr-peseta-sign:before {
    content: "\ebd7";
    }
        .fi-tr-peso-sign:before {
    content: "\ebd8";
    }
        .fi-tr-pets:before {
    content: "\ebd9";
    }
        .fi-tr-pharmacy:before {
    content: "\ebdb";
    }
        .fi-tr-phone-call:before {
    content: "\ebde";
    }
        .fi-tr-phone-cross:before {
    content: "\ebdf";
    }
        .fi-tr-phone-flip:before {
    content: "\ebe0";
    }
        .fi-tr-phone-heart-message:before {
    content: "\ebe2";
    }
        .fi-tr-phone-office:before {
    content: "\ebe3";
    }
        .fi-tr-phone-pause:before {
    content: "\ebe4";
    }
        .fi-tr-phone-plus:before {
    content: "\ebe5";
    }
        .fi-tr-phone-rotary:before {
    content: "\ebe6";
    }
        .fi-tr-phone-slash:before {
    content: "\ebe7";
    }
        .fi-tr-photo-capture:before {
    content: "\ebe8";
    }
        .fi-tr-photo-film-music:before {
    content: "\ebea";
    }
        .fi-tr-photo-video:before {
    content: "\ebeb";
    }
        .fi-tr-physics:before {
    content: "\ebf2";
    }
        .fi-tr-Pi:before {
    content: "\ebf3";
    }
        .fi-tr-piano:before {
    content: "\ebf4";
    }
        .fi-tr-piano-keyboard:before {
    content: "\ebf5";
    }
        .fi-tr-pickaxe:before {
    content: "\ebf6";
    }
        .fi-tr-picking:before {
    content: "\ebf7";
    }
        .fi-tr-picking-box:before {
    content: "\ebf8";
    }
        .fi-tr-picnic:before {
    content: "\ebf9";
    }
        .fi-tr-picpeople:before {
    content: "\ebfa";
    }
        .fi-tr-picpeople-filled:before {
    content: "\ebfb";
    }
        .fi-tr-picture:before {
    content: "\ebfc";
    }
        .fi-tr-pie:before {
    content: "\ebfd";
    }
        .fi-tr-pig:before {
    content: "\ebff";
    }
        .fi-tr-pig-bank-bulb:before {
    content: "\ec00";
    }
        .fi-tr-pig-face:before {
    content: "\ec01";
    }
        .fi-tr-piggy-bank:before {
    content: "\ec02";
    }
        .fi-tr-piggy-bank-budget:before {
    content: "\ec03";
    }
        .fi-tr-pills:before {
    content: "\ec04";
    }
        .fi-tr-pin-to-pin:before {
    content: "\ec05";
    }
        .fi-tr-piÃ±ata:before {
    content: "\ec06";
    }
        .fi-tr-pineapple:before {
    content: "\ec07";
    }
        .fi-tr-pineapple-alt:before {
    content: "\ec08";
    }
        .fi-tr-pipe-smoking:before {
    content: "\ec0b";
    }
        .fi-tr-pisa-tower:before {
    content: "\ec0d";
    }
        .fi-tr-pizza-slice:before {
    content: "\ec0f";
    }
        .fi-tr-place-of-worship:before {
    content: "\ec10";
    }
        .fi-tr-plagiarism:before {
    content: "\ec11";
    }
        .fi-tr-plan:before {
    content: "\ec12";
    }
        .fi-tr-plan-strategy:before {
    content: "\ec13";
    }
        .fi-tr-plane:before {
    content: "\ec14";
    }
        .fi-tr-plane-alt:before {
    content: "\ec15";
    }
        .fi-tr-plane-arrival:before {
    content: "\ec16";
    }
        .fi-tr-plane-departure:before {
    content: "\ec17";
    }
        .fi-tr-plane-prop:before {
    content: "\ec18";
    }
        .fi-tr-plane-slash:before {
    content: "\ec19";
    }
        .fi-tr-plane-tail:before {
    content: "\ec1a";
    }
        .fi-tr-planet-moon:before {
    content: "\ec1d";
    }
        .fi-tr-planet-ringed:before {
    content: "\ec1e";
    }
        .fi-tr-plant-care:before {
    content: "\ec1f";
    }
        .fi-tr-plant-growth:before {
    content: "\ec20";
    }
        .fi-tr-plant-seed-invest:before {
    content: "\ec21";
    }
        .fi-tr-plant-wilt:before {
    content: "\ec22";
    }
        .fi-tr-plate:before {
    content: "\ec23";
    }
        .fi-tr-plate-eating:before {
    content: "\ec24";
    }
        .fi-tr-plate-empty:before {
    content: "\ec25";
    }
        .fi-tr-plate-utensils:before {
    content: "\ec26";
    }
        .fi-tr-plate-wheat:before {
    content: "\ec27";
    }
        .fi-tr-play:before {
    content: "\ec28";
    }
        .fi-tr-play-alt:before {
    content: "\ec29";
    }
        .fi-tr-play-circle:before {
    content: "\ec2a";
    }
        .fi-tr-play-microphone:before {
    content: "\ec2b";
    }
        .fi-tr-play-pause:before {
    content: "\ec2c";
    }
        .fi-tr-plug:before {
    content: "\ec2e";
    }
        .fi-tr-plug-alt:before {
    content: "\ec2f";
    }
        .fi-tr-plug-cable:before {
    content: "\ec30";
    }
        .fi-tr-plug-circle-bolt:before {
    content: "\ec31";
    }
        .fi-tr-plug-circle-check:before {
    content: "\ec32";
    }
        .fi-tr-plug-circle-exclamation:before {
    content: "\ec33";
    }
        .fi-tr-plug-circle-minus:before {
    content: "\ec34";
    }
        .fi-tr-plug-circle-plus:before {
    content: "\ec35";
    }
        .fi-tr-plug-connection:before {
    content: "\ec36";
    }
        .fi-tr-plus-hexagon:before {
    content: "\ec38";
    }
        .fi-tr-plus-minus:before {
    content: "\ec39";
    }
        .fi-tr-png-file:before {
    content: "\ec3b";
    }
        .fi-tr-podcast:before {
    content: "\ec3c";
    }
        .fi-tr-podium:before {
    content: "\ec3d";
    }
        .fi-tr-podium-star:before {
    content: "\ec3e";
    }
        .fi-tr-podium-victory-leader:before {
    content: "\ec3f";
    }
        .fi-tr-point-of-sale:before {
    content: "\ec40";
    }
        .fi-tr-point-of-sale-bill:before {
    content: "\ec41";
    }
        .fi-tr-point-of-sale-signal:before {
    content: "\ec42";
    }
        .fi-tr-pointer-loading:before {
    content: "\ec44";
    }
        .fi-tr-pointer-text:before {
    content: "\ec45";
    }
        .fi-tr-police-box:before {
    content: "\ec47";
    }
        .fi-tr-polish-bottle:before {
    content: "\ec48";
    }
        .fi-tr-polish-brush:before {
    content: "\ec49";
    }
        .fi-tr-poll-h:before {
    content: "\ec4a";
    }
        .fi-tr-pollution:before {
    content: "\ec4b";
    }
        .fi-tr-pompebled:before {
    content: "\ec4c";
    }
        .fi-tr-poo:before {
    content: "\ec4d";
    }
        .fi-tr-poo-bolt:before {
    content: "\ec4e";
    }
        .fi-tr-pool-8-ball:before {
    content: "\ec4f";
    }
        .fi-tr-poop:before {
    content: "\ec50";
    }
        .fi-tr-popcorn:before {
    content: "\ec51";
    }
        .fi-tr-popsicle:before {
    content: "\ec52";
    }
        .fi-tr-population:before {
    content: "\ec53";
    }
        .fi-tr-population-globe:before {
    content: "\ec54";
    }
        .fi-tr-portal-enter:before {
    content: "\ec55";
    }
        .fi-tr-portal-exit:before {
    content: "\ec56";
    }
        .fi-tr-portrait:before {
    content: "\ec57";
    }
        .fi-tr-portuguese:before {
    content: "\ec58";
    }
        .fi-tr-postal-address:before {
    content: "\ec59";
    }
        .fi-tr-pot:before {
    content: "\ec5b";
    }
        .fi-tr-potato:before {
    content: "\ec5c";
    }
        .fi-tr-pound:before {
    content: "\ec5d";
    }
        .fi-tr-ppt-file:before {
    content: "\ec5f";
    }
        .fi-tr-practice:before {
    content: "\ec60";
    }
        .fi-tr-praying-hands:before {
    content: "\ec61";
    }
        .fi-tr-prescription:before {
    content: "\ec64";
    }
        .fi-tr-prescription-bottle:before {
    content: "\ec65";
    }
        .fi-tr-prescription-bottle-alt:before {
    content: "\ec66";
    }
        .fi-tr-prescription-bottle-pill:before {
    content: "\ec67";
    }
        .fi-tr-presentation:before {
    content: "\ec68";
    }
        .fi-tr-preview:before {
    content: "\ec69";
    }
        .fi-tr-previous-square:before {
    content: "\ec6a";
    }
        .fi-tr-print:before {
    content: "\ec6b";
    }
        .fi-tr-print-magnifying-glass:before {
    content: "\ec6c";
    }
        .fi-tr-print-slash:before {
    content: "\ec6d";
    }
        .fi-tr-priority-arrow:before {
    content: "\ec6f";
    }
        .fi-tr-priority-arrows:before {
    content: "\ec70";
    }
        .fi-tr-priority-importance:before {
    content: "\ec72";
    }
        .fi-tr-problem-solving:before {
    content: "\ec75";
    }
        .fi-tr-procedures:before {
    content: "\ec76";
    }
        .fi-tr-process:before {
    content: "\ec77";
    }
        .fi-tr-productivity:before {
    content: "\ec79";
    }
        .fi-tr-progress-bar-dotted-empty:before {
    content: "\ec7a";
    }
        .fi-tr-progress-bar-dotted-half:before {
    content: "\ec7b";
    }
        .fi-tr-progress-bar-dotted-line-half:before {
    content: "\ec7c";
    }
        .fi-tr-progress-bar-empty:before {
    content: "\ec7d";
    }
        .fi-tr-progress-bar-half:before {
    content: "\ec7e";
    }
        .fi-tr-progress-bar-square-empty:before {
    content: "\ec7f";
    }
        .fi-tr-progress-bar-square-half:before {
    content: "\ec80";
    }
        .fi-tr-progress-complete:before {
    content: "\ec81";
    }
        .fi-tr-progress-download:before {
    content: "\ec82";
    }
        .fi-tr-progress-upload:before {
    content: "\ec83";
    }
        .fi-tr-projector:before {
    content: "\ec84";
    }
        .fi-tr-protractor:before {
    content: "\ec85";
    }
        .fi-tr-pulse:before {
    content: "\ec86";
    }
        .fi-tr-pump:before {
    content: "\ec87";
    }
        .fi-tr-pump-medical:before {
    content: "\ec88";
    }
        .fi-tr-pumpkin:before {
    content: "\ec89";
    }
        .fi-tr-pumpkin-alt:before {
    content: "\ec8a";
    }
        .fi-tr-pumpkin-alt-2:before {
    content: "\ec8b";
    }
        .fi-tr-puzzle-alt:before {
    content: "\ec8d";
    }
        .fi-tr-puzzle-piece:before {
    content: "\ec8f";
    }
        .fi-tr-puzzle-piece-integration:before {
    content: "\ec90";
    }
        .fi-tr-puzzle-pieces:before {
    content: "\ec91";
    }
        .fi-tr-pyramid:before {
    content: "\ec92";
    }
        .fi-tr-q:before {
    content: "\ec94";
    }
        .fi-tr-QR:before {
    content: "\ec95";
    }
        .fi-tr-qr-scan:before {
    content: "\ec96";
    }
        .fi-tr-qrcode:before {
    content: "\ec97";
    }
        .fi-tr-question:before {
    content: "\ec99";
    }
        .fi-tr-question-square:before {
    content: "\ec9a";
    }
        .fi-tr-queue:before {
    content: "\ec9b";
    }
        .fi-tr-queue-alt:before {
    content: "\ec9c";
    }
        .fi-tr-queue-line:before {
    content: "\ec9d";
    }
        .fi-tr-queue-signal:before {
    content: "\ec9e";
    }
        .fi-tr-quill-pen-story:before {
    content: "\ec9f";
    }
        .fi-tr-quiz:before {
    content: "\eca0";
    }
        .fi-tr-quiz-alt:before {
    content: "\eca1";
    }
        .fi-tr-quote-right:before {
    content: "\eca2";
    }
        .fi-tr-r:before {
    content: "\eca4";
    }
        .fi-tr-rabbit:before {
    content: "\eca5";
    }
        .fi-tr-rabbit-fast:before {
    content: "\eca6";
    }
        .fi-tr-raccoon:before {
    content: "\eca7";
    }
        .fi-tr-racquet:before {
    content: "\eca8";
    }
        .fi-tr-radar:before {
    content: "\eca9";
    }
        .fi-tr-radar-monitoring-track:before {
    content: "\ecaa";
    }
        .fi-tr-radiation:before {
    content: "\ecab";
    }
        .fi-tr-radiation-alt:before {
    content: "\ecac";
    }
        .fi-tr-radio:before {
    content: "\ecad";
    }
        .fi-tr-radio-alt:before {
    content: "\ecae";
    }
        .fi-tr-radio-button:before {
    content: "\ecaf";
    }
        .fi-tr-radio-tower:before {
    content: "\ecb0";
    }
        .fi-tr-radio-waves:before {
    content: "\ecb1";
    }
        .fi-tr-radish:before {
    content: "\ecb2";
    }
        .fi-tr-rainbow:before {
    content: "\ecb3";
    }
        .fi-tr-raindrops:before {
    content: "\ecb4";
    }
        .fi-tr-ram:before {
    content: "\ecb5";
    }
        .fi-tr-ramp-loading:before {
    content: "\ecb6";
    }
        .fi-tr-rank:before {
    content: "\ecb7";
    }
        .fi-tr-ranking-podium:before {
    content: "\ecb8";
    }
        .fi-tr-ranking-podium-empty:before {
    content: "\ecb9";
    }
        .fi-tr-ranking-star:before {
    content: "\ecba";
    }
        .fi-tr-ranking-stars:before {
    content: "\ecbb";
    }
        .fi-tr-raygun:before {
    content: "\ecbd";
    }
        .fi-tr-razor-barber:before {
    content: "\ecbe";
    }
        .fi-tr-react:before {
    content: "\ecbf";
    }
        .fi-tr-rec:before {
    content: "\ecc0";
    }
        .fi-tr-recipe:before {
    content: "\ecc2";
    }
        .fi-tr-recipe-book:before {
    content: "\ecc3";
    }
        .fi-tr-record-vinyl:before {
    content: "\ecc4";
    }
        .fi-tr-rectangle-barcode:before {
    content: "\ecc6";
    }
        .fi-tr-rectangle-code:before {
    content: "\ecc7";
    }
        .fi-tr-rectangle-history-circle-plus:before {
    content: "\ecc8";
    }
        .fi-tr-rectangle-horizontal:before {
    content: "\ecc9";
    }
        .fi-tr-rectangle-list:before {
    content: "\ecca";
    }
        .fi-tr-rectangle-panoramic:before {
    content: "\eccb";
    }
        .fi-tr-rectangle-pro:before {
    content: "\eccc";
    }
        .fi-tr-rectangle-vertical:before {
    content: "\eccd";
    }
        .fi-tr-rectangle-vertical-history:before {
    content: "\ecce";
    }
        .fi-tr-rectangle-xmark:before {
    content: "\eccf";
    }
        .fi-tr-rectangles-mixed:before {
    content: "\ecd0";
    }
        .fi-tr-recycle:before {
    content: "\ecd1";
    }
        .fi-tr-recycle-bin:before {
    content: "\ecd2";
    }
        .fi-tr-redo:before {
    content: "\ecd5";
    }
        .fi-tr-redo-alt:before {
    content: "\ecd6";
    }
        .fi-tr-reel:before {
    content: "\ecd7";
    }
        .fi-tr-refer:before {
    content: "\ecd8";
    }
        .fi-tr-refer-arrow:before {
    content: "\ecd9";
    }
        .fi-tr-referral:before {
    content: "\ecdc";
    }
        .fi-tr-referral-alt:before {
    content: "\ecdd";
    }
        .fi-tr-referral-link-arrow:before {
    content: "\ecde";
    }
        .fi-tr-referral-user:before {
    content: "\ecdf";
    }
        .fi-tr-reflect:before {
    content: "\ece0";
    }
        .fi-tr-reflect-horizontal:before {
    content: "\ece1";
    }
        .fi-tr-reflect-horizontal-alt:before {
    content: "\ece2";
    }
        .fi-tr-reflect-vertical:before {
    content: "\ece3";
    }
        .fi-tr-refrigerator:before {
    content: "\ece5";
    }
        .fi-tr-refund:before {
    content: "\ece6";
    }
        .fi-tr-refund-alt:before {
    content: "\ece7";
    }
        .fi-tr-region-pin:before {
    content: "\ece8";
    }
        .fi-tr-region-pin-alt:before {
    content: "\ece9";
    }
        .fi-tr-registered:before {
    content: "\ecea";
    }
        .fi-tr-registration-paper:before {
    content: "\eced";
    }
        .fi-tr-remote-control:before {
    content: "\ecef";
    }
        .fi-tr-remote-control-hand:before {
    content: "\ecf0";
    }
        .fi-tr-remove-folder:before {
    content: "\ecf1";
    }
        .fi-tr-remove-user:before {
    content: "\ecf2";
    }
        .fi-tr-rent:before {
    content: "\ecf3";
    }
        .fi-tr-rent-signal:before {
    content: "\ecf4";
    }
        .fi-tr-replace:before {
    content: "\ecf5";
    }
        .fi-tr-replay-10:before {
    content: "\ecf7";
    }
        .fi-tr-replay-30:before {
    content: "\ecf8";
    }
        .fi-tr-replay-5:before {
    content: "\ecf9";
    }
        .fi-tr-reply-all:before {
    content: "\ecfa";
    }
        .fi-tr-republican:before {
    content: "\ecfb";
    }
        .fi-tr-research-arrows-circle:before {
    content: "\ecfc";
    }
        .fi-tr-reservation-smartphone:before {
    content: "\ecfd";
    }
        .fi-tr-reservation-table:before {
    content: "\ecfe";
    }
        .fi-tr-resistance-band:before {
    content: "\ecff";
    }
        .fi-tr-resize:before {
    content: "\ed00";
    }
        .fi-tr-resources:before {
    content: "\ed01";
    }
        .fi-tr-responsability:before {
    content: "\ed02";
    }
        .fi-tr-restaurant:before {
    content: "\ed03";
    }
        .fi-tr-restock:before {
    content: "\ed04";
    }
        .fi-tr-restroom-simple:before {
    content: "\ed05";
    }
        .fi-tr-resume:before {
    content: "\ed06";
    }
        .fi-tr-Revenue:before {
    content: "\ed07";
    }
        .fi-tr-revenue-alt:before {
    content: "\ed08";
    }
        .fi-tr-revenue-euro:before {
    content: "\ed09";
    }
        .fi-tr-review:before {
    content: "\ed0b";
    }
        .fi-tr-rewind:before {
    content: "\ed0c";
    }
        .fi-tr-rewind-button-circle:before {
    content: "\ed0d";
    }
        .fi-tr-rhombus:before {
    content: "\ed0e";
    }
        .fi-tr-ribbon:before {
    content: "\ed0f";
    }
        .fi-tr-right:before {
    content: "\ed10";
    }
        .fi-tr-right-from-bracket:before {
    content: "\ed11";
    }
        .fi-tr-ring:before {
    content: "\ed13";
    }
        .fi-tr-ring-diamond:before {
    content: "\ed14";
    }
        .fi-tr-rings-wedding:before {
    content: "\ed15";
    }
        .fi-tr-risk:before {
    content: "\ed16";
    }
        .fi-tr-risk-alt:before {
    content: "\ed17";
    }
        .fi-tr-road:before {
    content: "\ed18";
    }
        .fi-tr-road-barrier:before {
    content: "\ed19";
    }
        .fi-tr-road-map-pin:before {
    content: "\ed1a";
    }
        .fi-tr-road-sign-left:before {
    content: "\ed1b";
    }
        .fi-tr-roadmap:before {
    content: "\ed1c";
    }
        .fi-tr-robot:before {
    content: "\ed1d";
    }
        .fi-tr-robotic-arm:before {
    content: "\ed1e";
    }
        .fi-tr-rocket:before {
    content: "\ed1f";
    }
        .fi-tr-rocket-hand:before {
    content: "\ed20";
    }
        .fi-tr-rocket-holding-hand:before {
    content: "\ed21";
    }
        .fi-tr-rocket-lunch:before {
    content: "\ed22";
    }
        .fi-tr-roller-coaster:before {
    content: "\ed23";
    }
        .fi-tr-room-service:before {
    content: "\ed24";
    }
        .fi-tr-rose:before {
    content: "\ed25";
    }
        .fi-tr-rose-alt:before {
    content: "\ed26";
    }
        .fi-tr-rotate-exclamation:before {
    content: "\ed27";
    }
        .fi-tr-rotate-reverse:before {
    content: "\ed29";
    }
        .fi-tr-rotate-square:before {
    content: "\ed2b";
    }
        .fi-tr-roulette:before {
    content: "\ed2c";
    }
        .fi-tr-route:before {
    content: "\ed2d";
    }
        .fi-tr-route-highway:before {
    content: "\ed2e";
    }
        .fi-tr-route-interstate:before {
    content: "\ed2f";
    }
        .fi-tr-router:before {
    content: "\ed30";
    }
        .fi-tr-router-wifi:before {
    content: "\ed31";
    }
        .fi-tr-router-wifi-alt:before {
    content: "\ed32";
    }
        .fi-tr-rss:before {
    content: "\ed33";
    }
        .fi-tr-rss-alt:before {
    content: "\ed34";
    }
        .fi-tr-ruble-sign:before {
    content: "\ed35";
    }
        .fi-tr-rugby-helmet:before {
    content: "\ed37";
    }
        .fi-tr-ruler-combined:before {
    content: "\ed38";
    }
        .fi-tr-ruler-horizontal:before {
    content: "\ed39";
    }
        .fi-tr-ruler-triangle:before {
    content: "\ed3a";
    }
        .fi-tr-ruler-vertical:before {
    content: "\ed3b";
    }
        .fi-tr-rules:before {
    content: "\ed3c";
    }
        .fi-tr-rules-alt:before {
    content: "\ed3d";
    }
        .fi-tr-running:before {
    content: "\ed3e";
    }
        .fi-tr-running-track:before {
    content: "\ed3f";
    }
        .fi-tr-rupee-sign:before {
    content: "\ed40";
    }
        .fi-tr-rupiah-sign:before {
    content: "\ed41";
    }
        .fi-tr-russian:before {
    content: "\ed42";
    }
        .fi-tr-rv:before {
    content: "\ed43";
    }
        .fi-tr-s:before {
    content: "\ed44";
    }
        .fi-tr-sack:before {
    content: "\ed45";
    }
        .fi-tr-sack-dollar:before {
    content: "\ed46";
    }
        .fi-tr-sad:before {
    content: "\ed47";
    }
        .fi-tr-sad-cry:before {
    content: "\ed48";
    }
        .fi-tr-sad-tear:before {
    content: "\ed49";
    }
        .fi-tr-safe-box:before {
    content: "\ed4a";
    }
        .fi-tr-sailboat:before {
    content: "\ed4b";
    }
        .fi-tr-salad:before {
    content: "\ed4c";
    }
        .fi-tr-salary-alt:before {
    content: "\ed4e";
    }
        .fi-tr-salt-pepper:before {
    content: "\ed4f";
    }
        .fi-tr-salt-shaker:before {
    content: "\ed50";
    }
        .fi-tr-sandwich:before {
    content: "\ed52";
    }
        .fi-tr-sandwich-alt:before {
    content: "\ed53";
    }
        .fi-tr-satellite:before {
    content: "\ed56";
    }
        .fi-tr-satellite-dish:before {
    content: "\ed57";
    }
        .fi-tr-satisfaction-bar:before {
    content: "\ed58";
    }
        .fi-tr-saturday:before {
    content: "\ed59";
    }
        .fi-tr-sauce:before {
    content: "\ed5a";
    }
        .fi-tr-sausage:before {
    content: "\ed5b";
    }
        .fi-tr-sax-hot:before {
    content: "\ed5c";
    }
        .fi-tr-saxophone:before {
    content: "\ed5d";
    }
        .fi-tr-scale:before {
    content: "\ed5e";
    }
        .fi-tr-scale-comparison:before {
    content: "\ed5f";
    }
        .fi-tr-scale-comparison-alt:before {
    content: "\ed60";
    }
        .fi-tr-scalpel:before {
    content: "\ed61";
    }
        .fi-tr-scalpel-path:before {
    content: "\ed62";
    }
        .fi-tr-scanner-gun:before {
    content: "\ed63";
    }
        .fi-tr-scanner-image:before {
    content: "\ed64";
    }
        .fi-tr-scanner-keyboard:before {
    content: "\ed65";
    }
        .fi-tr-scanner-touchscreen:before {
    content: "\ed66";
    }
        .fi-tr-scarecrow:before {
    content: "\ed67";
    }
        .fi-tr-scarf:before {
    content: "\ed68";
    }
        .fi-tr-school:before {
    content: "\ed69";
    }
        .fi-tr-school-bus:before {
    content: "\ed6a";
    }
        .fi-tr-school-lock:before {
    content: "\ed6b";
    }
        .fi-tr-scissors:before {
    content: "\ed6c";
    }
        .fi-tr-scooter:before {
    content: "\ed6d";
    }
        .fi-tr-screen:before {
    content: "\ed6e";
    }
        .fi-tr-screen-share:before {
    content: "\ed6f";
    }
        .fi-tr-screencast:before {
    content: "\ed71";
    }
        .fi-tr-screw:before {
    content: "\ed72";
    }
        .fi-tr-screw-alt:before {
    content: "\ed73";
    }
        .fi-tr-screwdriver:before {
    content: "\ed74";
    }
        .fi-tr-scribble:before {
    content: "\ed75";
    }
        .fi-tr-script:before {
    content: "\ed76";
    }
        .fi-tr-scroll:before {
    content: "\ed77";
    }
        .fi-tr-scroll-document-story:before {
    content: "\ed78";
    }
        .fi-tr-scroll-old:before {
    content: "\ed79";
    }
        .fi-tr-scroll-torah:before {
    content: "\ed7a";
    }
        .fi-tr-scrubber:before {
    content: "\ed7b";
    }
        .fi-tr-sculpture:before {
    content: "\ed7c";
    }
        .fi-tr-scythe:before {
    content: "\ed7d";
    }
        .fi-tr-sd-card:before {
    content: "\ed7e";
    }
        .fi-tr-sd-cards:before {
    content: "\ed7f";
    }
        .fi-tr-seal:before {
    content: "\ed80";
    }
        .fi-tr-seal-exclamation:before {
    content: "\ed81";
    }
        .fi-tr-seal-question:before {
    content: "\ed82";
    }
        .fi-tr-search-alt:before {
    content: "\ed84";
    }
        .fi-tr-search-dollar:before {
    content: "\ed85";
    }
        .fi-tr-search-heart:before {
    content: "\ed86";
    }
        .fi-tr-search-location:before {
    content: "\ed87";
    }
        .fi-tr-seat-airline:before {
    content: "\ed88";
    }
        .fi-tr-seatbelt-safety-driver:before {
    content: "\ed89";
    }
        .fi-tr-second:before {
    content: "\ed8a";
    }
        .fi-tr-second-award:before {
    content: "\ed8b";
    }
        .fi-tr-second-laurel:before {
    content: "\ed8c";
    }
        .fi-tr-second-medal:before {
    content: "\ed8d";
    }
        .fi-tr-seedling:before {
    content: "\ed90";
    }
        .fi-tr-selection:before {
    content: "\ed92";
    }
        .fi-tr-sell:before {
    content: "\ed93";
    }
        .fi-tr-seller:before {
    content: "\ed94";
    }
        .fi-tr-seller-store:before {
    content: "\ed95";
    }
        .fi-tr-selling:before {
    content: "\ed97";
    }
        .fi-tr-send-back:before {
    content: "\ed99";
    }
        .fi-tr-send-backward:before {
    content: "\ed9a";
    }
        .fi-tr-send-money:before {
    content: "\ed9b";
    }
        .fi-tr-send-money-smartphone:before {
    content: "\ed9c";
    }
        .fi-tr-sensor:before {
    content: "\ed9d";
    }
        .fi-tr-sensor-alert:before {
    content: "\ed9e";
    }
        .fi-tr-sensor-fire:before {
    content: "\ed9f";
    }
        .fi-tr-sensor-on:before {
    content: "\eda0";
    }
        .fi-tr-sensor-smoke:before {
    content: "\eda1";
    }
        .fi-tr-server-key:before {
    content: "\eda2";
    }
        .fi-tr-sewing-machine:before {
    content: "\eda5";
    }
        .fi-tr-sewing-machine-alt:before {
    content: "\eda6";
    }
        .fi-tr-share-alt-square:before {
    content: "\eda8";
    }
        .fi-tr-share-square:before {
    content: "\eda9";
    }
        .fi-tr-sheep:before {
    content: "\edaa";
    }
        .fi-tr-shekel-sign:before {
    content: "\edab";
    }
        .fi-tr-shelves:before {
    content: "\edac";
    }
        .fi-tr-shelves-empty:before {
    content: "\edad";
    }
        .fi-tr-shield:before {
    content: "\edae";
    }
        .fi-tr-shield-alt:before {
    content: "\edaf";
    }
        .fi-tr-shield-cat:before {
    content: "\edb0";
    }
        .fi-tr-shield-check:before {
    content: "\edb1";
    }
        .fi-tr-shield-cross:before {
    content: "\edb2";
    }
        .fi-tr-shield-divided-four:before {
    content: "\edb3";
    }
        .fi-tr-shield-dog:before {
    content: "\edb4";
    }
        .fi-tr-shield-exclamation:before {
    content: "\edb5";
    }
        .fi-tr-shield-interrogation:before {
    content: "\edb6";
    }
        .fi-tr-shield-keyhole:before {
    content: "\edb7";
    }
        .fi-tr-shield-minus:before {
    content: "\edb8";
    }
        .fi-tr-shield-plus:before {
    content: "\edb9";
    }
        .fi-tr-shield-security-risk:before {
    content: "\edbb";
    }
        .fi-tr-shield-slash:before {
    content: "\edbc";
    }
        .fi-tr-shield-trust:before {
    content: "\edbd";
    }
        .fi-tr-shield-virus:before {
    content: "\edbe";
    }
        .fi-tr-shield-xmark:before {
    content: "\edbf";
    }
        .fi-tr-ship:before {
    content: "\edc0";
    }
        .fi-tr-ship-side:before {
    content: "\edc1";
    }
        .fi-tr-shipping-fast:before {
    content: "\edc2";
    }
        .fi-tr-shipping-timed:before {
    content: "\edc3";
    }
        .fi-tr-shirt:before {
    content: "\edc4";
    }
        .fi-tr-shirt-long-sleeve:before {
    content: "\edc5";
    }
        .fi-tr-shirt-running:before {
    content: "\edc6";
    }
        .fi-tr-shirt-tank-top:before {
    content: "\edc7";
    }
        .fi-tr-shish-kebab:before {
    content: "\edc8";
    }
        .fi-tr-shoe-prints:before {
    content: "\edc9";
    }
        .fi-tr-shop-lock:before {
    content: "\edcb";
    }
        .fi-tr-shop-slash:before {
    content: "\edcc";
    }
        .fi-tr-shopping-basket:before {
    content: "\edd0";
    }
        .fi-tr-shopping-cart-buyer:before {
    content: "\edd3";
    }
        .fi-tr-shopping-cart-nft:before {
    content: "\edd8";
    }
        .fi-tr-shovel:before {
    content: "\edd9";
    }
        .fi-tr-shovel-snow:before {
    content: "\edda";
    }
        .fi-tr-shower:before {
    content: "\eddb";
    }
        .fi-tr-shower-down:before {
    content: "\eddc";
    }
        .fi-tr-shredder:before {
    content: "\eddd";
    }
        .fi-tr-shrimp:before {
    content: "\edde";
    }
        .fi-tr-shuffle:before {
    content: "\eddf";
    }
        .fi-tr-shuttle-van:before {
    content: "\ede0";
    }
        .fi-tr-shuttlecock:before {
    content: "\ede1";
    }
        .fi-tr-Sickle:before {
    content: "\ede2";
    }
        .fi-tr-sidebar:before {
    content: "\ede3";
    }
        .fi-tr-sidebar-flip:before {
    content: "\ede4";
    }
        .fi-tr-sigma:before {
    content: "\ede6";
    }
        .fi-tr-sign-hanging:before {
    content: "\ede7";
    }
        .fi-tr-sign-in-alt:before {
    content: "\ede8";
    }
        .fi-tr-sign-out-alt:before {
    content: "\ede9";
    }
        .fi-tr-sign-posts:before {
    content: "\edea";
    }
        .fi-tr-sign-posts-wrench:before {
    content: "\edeb";
    }
        .fi-tr-sign-up:before {
    content: "\edec";
    }
        .fi-tr-signal-alt:before {
    content: "\eded";
    }
        .fi-tr-signal-alt-1:before {
    content: "\edee";
    }
        .fi-tr-signal-alt-2:before {
    content: "\edef";
    }
        .fi-tr-signal-alt-slash:before {
    content: "\edf0";
    }
        .fi-tr-signal-bars-fair:before {
    content: "\edf1";
    }
        .fi-tr-signal-bars-good:before {
    content: "\edf2";
    }
        .fi-tr-signal-bars-weak:before {
    content: "\edf4";
    }
        .fi-tr-signal-stream:before {
    content: "\edf7";
    }
        .fi-tr-signal-stream-slash:before {
    content: "\edf8";
    }
        .fi-tr-signature:before {
    content: "\edfb";
    }
        .fi-tr-signature-lock:before {
    content: "\edfc";
    }
        .fi-tr-signature-slash:before {
    content: "\edfe";
    }
        .fi-tr-sim-card:before {
    content: "\edff";
    }
        .fi-tr-sim-cards:before {
    content: "\ee00";
    }
        .fi-tr-sink:before {
    content: "\ee01";
    }
        .fi-tr-Siren:before {
    content: "\ee02";
    }
        .fi-tr-siren-on:before {
    content: "\ee03";
    }
        .fi-tr-site:before {
    content: "\ee04";
    }
        .fi-tr-site-alt:before {
    content: "\ee05";
    }
        .fi-tr-site-browser:before {
    content: "\ee07";
    }
        .fi-tr-sitemap:before {
    content: "\ee08";
    }
        .fi-tr-skating:before {
    content: "\ee0a";
    }
        .fi-tr-skeleton:before {
    content: "\ee0b";
    }
        .fi-tr-skeleton-ribs:before {
    content: "\ee0c";
    }
        .fi-tr-skewer:before {
    content: "\ee0e";
    }
        .fi-tr-ski-boot-ski:before {
    content: "\ee0f";
    }
        .fi-tr-ski-jump:before {
    content: "\ee10";
    }
        .fi-tr-ski-lift:before {
    content: "\ee11";
    }
        .fi-tr-skiing:before {
    content: "\ee12";
    }
        .fi-tr-skiing-nordic:before {
    content: "\ee13";
    }
        .fi-tr-skill:before {
    content: "\ee14";
    }
        .fi-tr-skill-alt:before {
    content: "\ee15";
    }
        .fi-tr-skill-user:before {
    content: "\ee17";
    }
        .fi-tr-skin:before {
    content: "\ee18";
    }
        .fi-tr-skin-acne:before {
    content: "\ee19";
    }
        .fi-tr-skin-arrow:before {
    content: "\ee1a";
    }
        .fi-tr-skin-drop:before {
    content: "\ee1b";
    }
        .fi-tr-skin-hair:before {
    content: "\ee1c";
    }
        .fi-tr-skin-laser:before {
    content: "\ee1d";
    }
        .fi-tr-skin-uv:before {
    content: "\ee1e";
    }
        .fi-tr-skip-15-seconds:before {
    content: "\ee1f";
    }
        .fi-tr-skull:before {
    content: "\ee20";
    }
        .fi-tr-skull-cow:before {
    content: "\ee21";
    }
        .fi-tr-skull-crossbones:before {
    content: "\ee22";
    }
        .fi-tr-skull-heart:before {
    content: "\ee23";
    }
        .fi-tr-slash:before {
    content: "\ee26";
    }
        .fi-tr-sledding:before {
    content: "\ee28";
    }
        .fi-tr-sleeping-bag:before {
    content: "\ee29";
    }
        .fi-tr-sleeping-cat:before {
    content: "\ee2a";
    }
        .fi-tr-sleigh:before {
    content: "\ee2b";
    }
        .fi-tr-sliders-h-square:before {
    content: "\ee2c";
    }
        .fi-tr-sliders-v:before {
    content: "\ee2d";
    }
        .fi-tr-sliders-v-square:before {
    content: "\ee2e";
    }
        .fi-tr-slot-machine:before {
    content: "\ee30";
    }
        .fi-tr-smart-home:before {
    content: "\ee31";
    }
        .fi-tr-smart-home-alt:before {
    content: "\ee32";
    }
        .fi-tr-smartphone:before {
    content: "\ee33";
    }
        .fi-tr-smile:before {
    content: "\ee34";
    }
        .fi-tr-smile-beam:before {
    content: "\ee35";
    }
        .fi-tr-smile-plus:before {
    content: "\ee36";
    }
        .fi-tr-smile-wink:before {
    content: "\ee37";
    }
        .fi-tr-smiley-comment-alt:before {
    content: "\ee38";
    }
        .fi-tr-smog:before {
    content: "\ee39";
    }
        .fi-tr-smoke:before {
    content: "\ee3a";
    }
        .fi-tr-smoking:before {
    content: "\ee3b";
    }
        .fi-tr-smoking-ban:before {
    content: "\ee3c";
    }
        .fi-tr-snake:before {
    content: "\ee3d";
    }
        .fi-tr-snap:before {
    content: "\ee3e";
    }
        .fi-tr-snooze:before {
    content: "\ee40";
    }
        .fi-tr-snow-blowing:before {
    content: "\ee41";
    }
        .fi-tr-snowboarding:before {
    content: "\ee42";
    }
        .fi-tr-snowflake:before {
    content: "\ee43";
    }
        .fi-tr-snowflake-droplets:before {
    content: "\ee44";
    }
        .fi-tr-snowflakes:before {
    content: "\ee45";
    }
        .fi-tr-snowman-alt:before {
    content: "\ee47";
    }
        .fi-tr-snowman-head:before {
    content: "\ee48";
    }
        .fi-tr-snowmobile:before {
    content: "\ee49";
    }
        .fi-tr-snowplow:before {
    content: "\ee4a";
    }
        .fi-tr-soap:before {
    content: "\ee4b";
    }
        .fi-tr-soap-alt:before {
    content: "\ee4c";
    }
        .fi-tr-social-network:before {
    content: "\ee4d";
    }
        .fi-tr-socks:before {
    content: "\ee4e";
    }
        .fi-tr-sofa:before {
    content: "\ee4f";
    }
        .fi-tr-sofa-size:before {
    content: "\ee50";
    }
        .fi-tr-solar-panel:before {
    content: "\ee51";
    }
        .fi-tr-solar-panel-sun:before {
    content: "\ee52";
    }
        .fi-tr-solar-system:before {
    content: "\ee53";
    }
        .fi-tr-sold-house:before {
    content: "\ee54";
    }
        .fi-tr-sold-signal:before {
    content: "\ee55";
    }
        .fi-tr-sort:before {
    content: "\ee57";
    }
        .fi-tr-sort-alpha-down:before {
    content: "\ee58";
    }
        .fi-tr-sort-alpha-down-alt:before {
    content: "\ee59";
    }
        .fi-tr-sort-alpha-up:before {
    content: "\ee5a";
    }
        .fi-tr-sort-alpha-up-alt:before {
    content: "\ee5b";
    }
        .fi-tr-sort-alt:before {
    content: "\ee5c";
    }
        .fi-tr-sort-amount-down:before {
    content: "\ee5d";
    }
        .fi-tr-sort-amount-down-alt:before {
    content: "\ee5e";
    }
        .fi-tr-sort-amount-up:before {
    content: "\ee5f";
    }
        .fi-tr-sort-amount-up-alt:before {
    content: "\ee60";
    }
        .fi-tr-sort-circle:before {
    content: "\ee61";
    }
        .fi-tr-sort-circle-down:before {
    content: "\ee62";
    }
        .fi-tr-sort-circle-up:before {
    content: "\ee63";
    }
        .fi-tr-sort-down:before {
    content: "\ee64";
    }
        .fi-tr-sort-numeric-down:before {
    content: "\ee65";
    }
        .fi-tr-sort-numeric-down-alt:before {
    content: "\ee66";
    }
        .fi-tr-sort-shapes-down:before {
    content: "\ee67";
    }
        .fi-tr-sort-shapes-up:before {
    content: "\ee68";
    }
        .fi-tr-sort-size-down:before {
    content: "\ee69";
    }
        .fi-tr-sort-size-up:before {
    content: "\ee6a";
    }
        .fi-tr-soup:before {
    content: "\ee6c";
    }
        .fi-tr-source-data:before {
    content: "\ee6d";
    }
        .fi-tr-source-document:before {
    content: "\ee6e";
    }
        .fi-tr-source-document-alt:before {
    content: "\ee6f";
    }
        .fi-tr-spa:before {
    content: "\ee70";
    }
        .fi-tr-space-shuttle:before {
    content: "\ee71";
    }
        .fi-tr-space-station-moon:before {
    content: "\ee72";
    }
        .fi-tr-space-station-moon-alt:before {
    content: "\ee73";
    }
        .fi-tr-spade:before {
    content: "\ee74";
    }
        .fi-tr-spaghetti-monster-flying:before {
    content: "\ee75";
    }
        .fi-tr-spain-map:before {
    content: "\ee76";
    }
        .fi-tr-spanish:before {
    content: "\ee77";
    }
        .fi-tr-sparkles:before {
    content: "\ee79";
    }
        .fi-tr-spartan-helmet:before {
    content: "\ee7a";
    }
        .fi-tr-speaker:before {
    content: "\ee7b";
    }
        .fi-tr-speakers:before {
    content: "\ee7c";
    }
        .fi-tr-speech-bubble-story:before {
    content: "\ee7d";
    }
        .fi-tr-speedometer-arrow:before {
    content: "\ee7e";
    }
        .fi-tr-speedometer-kpi:before {
    content: "\ee7f";
    }
        .fi-tr-sphere:before {
    content: "\ee80";
    }
        .fi-tr-spider:before {
    content: "\ee81";
    }
        .fi-tr-spider-black-widow:before {
    content: "\ee82";
    }
        .fi-tr-spider-web:before {
    content: "\ee83";
    }
        .fi-tr-split:before {
    content: "\ee85";
    }
        .fi-tr-split-up-relation:before {
    content: "\ee86";
    }
        .fi-tr-splotch:before {
    content: "\ee87";
    }
        .fi-tr-spoon:before {
    content: "\ee88";
    }
        .fi-tr-spray-can:before {
    content: "\ee8b";
    }
        .fi-tr-spray-can-sparkles:before {
    content: "\ee8c";
    }
        .fi-tr-spring-calendar:before {
    content: "\ee8d";
    }
        .fi-tr-sprinkler:before {
    content: "\ee8e";
    }
        .fi-tr-spy:before {
    content: "\ee8f";
    }
        .fi-tr-sql-file:before {
    content: "\ee90";
    }
        .fi-tr-sql-server:before {
    content: "\ee91";
    }
        .fi-tr-square:before {
    content: "\ee92";
    }
        .fi-tr-square-0:before {
    content: "\ee93";
    }
        .fi-tr-square-1:before {
    content: "\ee94";
    }
        .fi-tr-square-2:before {
    content: "\ee95";
    }
        .fi-tr-square-3:before {
    content: "\ee96";
    }
        .fi-tr-square-4:before {
    content: "\ee97";
    }
        .fi-tr-square-5:before {
    content: "\ee98";
    }
        .fi-tr-square-6:before {
    content: "\ee99";
    }
        .fi-tr-square-7:before {
    content: "\ee9a";
    }
        .fi-tr-square-8:before {
    content: "\ee9b";
    }
        .fi-tr-square-9:before {
    content: "\ee9c";
    }
        .fi-tr-square-a:before {
    content: "\ee9d";
    }
        .fi-tr-square-b:before {
    content: "\ee9f";
    }
        .fi-tr-square-bolt:before {
    content: "\eea0";
    }
        .fi-tr-square-c:before {
    content: "\eea1";
    }
        .fi-tr-square-code:before {
    content: "\eea2";
    }
        .fi-tr-square-d:before {
    content: "\eea3";
    }
        .fi-tr-square-dashed:before {
    content: "\eea4";
    }
        .fi-tr-square-dashed-circle-plus:before {
    content: "\eea5";
    }
        .fi-tr-square-divide:before {
    content: "\eea6";
    }
        .fi-tr-square-e:before {
    content: "\eea7";
    }
        .fi-tr-square-ellipsis:before {
    content: "\eea8";
    }
        .fi-tr-square-ellipsis-vertical:before {
    content: "\eea9";
    }
        .fi-tr-square-exclamation:before {
    content: "\eeaa";
    }
        .fi-tr-square-f:before {
    content: "\eeab";
    }
        .fi-tr-square-g:before {
    content: "\eeac";
    }
        .fi-tr-square-h:before {
    content: "\eead";
    }
        .fi-tr-square-heart:before {
    content: "\eeae";
    }
        .fi-tr-square-i:before {
    content: "\eeaf";
    }
        .fi-tr-square-info:before {
    content: "\eeb0";
    }
        .fi-tr-square-j:before {
    content: "\eeb1";
    }
        .fi-tr-square-k:before {
    content: "\eeb2";
    }
        .fi-tr-square-kanban:before {
    content: "\eeb3";
    }
        .fi-tr-square-l:before {
    content: "\eeb4";
    }
        .fi-tr-square-m:before {
    content: "\eeb5";
    }
        .fi-tr-square-minus:before {
    content: "\eeb6";
    }
        .fi-tr-square-n:before {
    content: "\eeb7";
    }
        .fi-tr-square-o:before {
    content: "\eeb8";
    }
        .fi-tr-square-p:before {
    content: "\eeb9";
    }
        .fi-tr-square-phone-hangup:before {
    content: "\eebb";
    }
        .fi-tr-square-plus:before {
    content: "\eebc";
    }
        .fi-tr-square-poll-horizontal:before {
    content: "\eebd";
    }
        .fi-tr-square-poll-vertical:before {
    content: "\eebe";
    }
        .fi-tr-square-q:before {
    content: "\eebf";
    }
        .fi-tr-square-quote:before {
    content: "\eec0";
    }
        .fi-tr-square-r:before {
    content: "\eec1";
    }
        .fi-tr-square-root:before {
    content: "\eec2";
    }
        .fi-tr-square-s:before {
    content: "\eec3";
    }
        .fi-tr-square-small:before {
    content: "\eec4";
    }
        .fi-tr-square-star:before {
    content: "\eec5";
    }
        .fi-tr-square-t:before {
    content: "\eec6";
    }
        .fi-tr-square-terminal:before {
    content: "\eec7";
    }
        .fi-tr-square-u:before {
    content: "\eec8";
    }
        .fi-tr-square-up-right:before {
    content: "\eec9";
    }
        .fi-tr-square-v:before {
    content: "\eeca";
    }
        .fi-tr-square-w:before {
    content: "\eecb";
    }
        .fi-tr-square-x:before {
    content: "\eecc";
    }
        .fi-tr-square-y:before {
    content: "\eecd";
    }
        .fi-tr-square-z:before {
    content: "\eece";
    }
        .fi-tr-squid:before {
    content: "\eecf";
    }
        .fi-tr-squircle:before {
    content: "\eed0";
    }
        .fi-tr-squirrel:before {
    content: "\eed1";
    }
        .fi-tr-staff:before {
    content: "\eed2";
    }
        .fi-tr-stage:before {
    content: "\eed3";
    }
        .fi-tr-stage-concert:before {
    content: "\eed4";
    }
        .fi-tr-stage-theatre:before {
    content: "\eed5";
    }
        .fi-tr-stairs:before {
    content: "\eed6";
    }
        .fi-tr-stamp:before {
    content: "\eed7";
    }
        .fi-tr-standard-definition:before {
    content: "\eed8";
    }
        .fi-tr-star:before {
    content: "\eed9";
    }
        .fi-tr-star-and-crescent:before {
    content: "\eeda";
    }
        .fi-tr-star-christmas:before {
    content: "\eedb";
    }
        .fi-tr-star-comment-alt:before {
    content: "\eedc";
    }
        .fi-tr-star-exclamation:before {
    content: "\eedd";
    }
        .fi-tr-star-octogram:before {
    content: "\eede";
    }
        .fi-tr-star-of-david:before {
    content: "\eedf";
    }
        .fi-tr-star-sharp-half:before {
    content: "\eee1";
    }
        .fi-tr-star-sharp-half-stroke:before {
    content: "\eee2";
    }
        .fi-tr-star-shooting:before {
    content: "\eee3";
    }
        .fi-tr-starfighter:before {
    content: "\eee5";
    }
        .fi-tr-stars:before {
    content: "\eee6";
    }
        .fi-tr-state-country:before {
    content: "\eee7";
    }
        .fi-tr-stationary-bike:before {
    content: "\eee8";
    }
        .fi-tr-stats:before {
    content: "\eee9";
    }
        .fi-tr-steak:before {
    content: "\eeea";
    }
        .fi-tr-steam-iron:before {
    content: "\eeeb";
    }
        .fi-tr-steering-wheel:before {
    content: "\eeec";
    }
        .fi-tr-step-backward:before {
    content: "\eeed";
    }
        .fi-tr-step-forward:before {
    content: "\eeee";
    }
        .fi-tr-steps-carreer:before {
    content: "\eeef";
    }
        .fi-tr-sterling-sign:before {
    content: "\eef0";
    }
        .fi-tr-stethoscope:before {
    content: "\eef1";
    }
        .fi-tr-sticker:before {
    content: "\eef2";
    }
        .fi-tr-stocking:before {
    content: "\eef4";
    }
        .fi-tr-stomach:before {
    content: "\eef5";
    }
        .fi-tr-stop:before {
    content: "\eef6";
    }
        .fi-tr-stop-circle:before {
    content: "\eef7";
    }
        .fi-tr-stop-square:before {
    content: "\eef8";
    }
        .fi-tr-stopwatch:before {
    content: "\eef9";
    }
        .fi-tr-store-alt:before {
    content: "\eefb";
    }
        .fi-tr-store-buyer:before {
    content: "\eefc";
    }
        .fi-tr-store-lock:before {
    content: "\eefd";
    }
        .fi-tr-store-slash:before {
    content: "\eefe";
    }
        .fi-tr-story-book:before {
    content: "\eeff";
    }
        .fi-tr-story-fairy-tale:before {
    content: "\ef00";
    }
        .fi-tr-story-fantasy:before {
    content: "\ef01";
    }
        .fi-tr-strategy-chess-risk:before {
    content: "\ef03";
    }
        .fi-tr-strawberry:before {
    content: "\ef04";
    }
        .fi-tr-street-view:before {
    content: "\ef05";
    }
        .fi-tr-stretcher:before {
    content: "\ef06";
    }
        .fi-tr-strikethrough:before {
    content: "\ef07";
    }
        .fi-tr-stroopwafel:before {
    content: "\ef09";
    }
        .fi-tr-student:before {
    content: "\ef0a";
    }
        .fi-tr-student-alt:before {
    content: "\ef0b";
    }
        .fi-tr-subfolder:before {
    content: "\ef0c";
    }
        .fi-tr-subscript:before {
    content: "\ef0f";
    }
        .fi-tr-subscription:before {
    content: "\ef10";
    }
        .fi-tr-subscription-alt:before {
    content: "\ef11";
    }
        .fi-tr-subscription-model:before {
    content: "\ef12";
    }
        .fi-tr-subscription-user:before {
    content: "\ef13";
    }
        .fi-tr-subtitles:before {
    content: "\ef18";
    }
        .fi-tr-subtitles-slash:before {
    content: "\ef19";
    }
        .fi-tr-subway:before {
    content: "\ef1a";
    }
        .fi-tr-suitcase-alt:before {
    content: "\ef1b";
    }
        .fi-tr-summary-check:before {
    content: "\ef1c";
    }
        .fi-tr-summer:before {
    content: "\ef1d";
    }
        .fi-tr-sun:before {
    content: "\ef1e";
    }
        .fi-tr-sun-dust:before {
    content: "\ef1f";
    }
        .fi-tr-sun-plant-wilt:before {
    content: "\ef20";
    }
        .fi-tr-sun-salutation-yoga:before {
    content: "\ef21";
    }
        .fi-tr-sunday:before {
    content: "\ef22";
    }
        .fi-tr-sunglasses:before {
    content: "\ef23";
    }
        .fi-tr-sunglasses-alt:before {
    content: "\ef24";
    }
        .fi-tr-sunrise:before {
    content: "\ef25";
    }
        .fi-tr-sunrise-alt:before {
    content: "\ef26";
    }
        .fi-tr-sunscreen:before {
    content: "\ef27";
    }
        .fi-tr-sunset:before {
    content: "\ef28";
    }
        .fi-tr-superscript:before {
    content: "\ef29";
    }
        .fi-tr-supplier:before {
    content: "\ef2a";
    }
        .fi-tr-supplier-alt:before {
    content: "\ef2b";
    }
        .fi-tr-surprise:before {
    content: "\ef2d";
    }
        .fi-tr-surveillance-camera:before {
    content: "\ef2e";
    }
        .fi-tr-survey-xmark:before {
    content: "\ef2f";
    }
        .fi-tr-sushi:before {
    content: "\ef30";
    }
        .fi-tr-sushi-alt:before {
    content: "\ef31";
    }
        .fi-tr-sushi-roll:before {
    content: "\ef32";
    }
        .fi-tr-svg:before {
    content: "\ef33";
    }
        .fi-tr-swap:before {
    content: "\ef34";
    }
        .fi-tr-swatchbook:before {
    content: "\ef36";
    }
        .fi-tr-swimmer:before {
    content: "\ef38";
    }
        .fi-tr-swimming-pool:before {
    content: "\ef39";
    }
        .fi-tr-swing:before {
    content: "\ef3a";
    }
        .fi-tr-swipe-down:before {
    content: "\ef3b";
    }
        .fi-tr-swipe-left:before {
    content: "\ef3c";
    }
        .fi-tr-swipe-right:before {
    content: "\ef3d";
    }
        .fi-tr-swipe-up:before {
    content: "\ef3e";
    }
        .fi-tr-sword-alt:before {
    content: "\ef40";
    }
        .fi-tr-symbol:before {
    content: "\ef41";
    }
        .fi-tr-symbols:before {
    content: "\ef42";
    }
        .fi-tr-synagogue:before {
    content: "\ef43";
    }
        .fi-tr-syringe:before {
    content: "\ef44";
    }
        .fi-tr-syringe-injection-blood:before {
    content: "\ef45";
    }
        .fi-tr-system-cloud:before {
    content: "\ef46";
    }
        .fi-tr-t:before {
    content: "\ef47";
    }
        .fi-tr-t-rex:before {
    content: "\ef49";
    }
        .fi-tr-tab-folder:before {
    content: "\ef4a";
    }
        .fi-tr-table:before {
    content: "\ef4b";
    }
        .fi-tr-table-columns:before {
    content: "\ef4c";
    }
        .fi-tr-table-layout:before {
    content: "\ef4d";
    }
        .fi-tr-table-list:before {
    content: "\ef4e";
    }
        .fi-tr-table-picnic:before {
    content: "\ef4f";
    }
        .fi-tr-table-pivot:before {
    content: "\ef50";
    }
        .fi-tr-table-rows:before {
    content: "\ef51";
    }
        .fi-tr-table-tree:before {
    content: "\ef52";
    }
        .fi-tr-tablet:before {
    content: "\ef53";
    }
        .fi-tr-tablet-android:before {
    content: "\ef54";
    }
        .fi-tr-tablet-android-alt:before {
    content: "\ef55";
    }
        .fi-tr-tablet-rugged:before {
    content: "\ef56";
    }
        .fi-tr-tachometer:before {
    content: "\ef57";
    }
        .fi-tr-tachometer-alt-average:before {
    content: "\ef58";
    }
        .fi-tr-tachometer-alt-fastest:before {
    content: "\ef59";
    }
        .fi-tr-tachometer-alt-slow:before {
    content: "\ef5a";
    }
        .fi-tr-tachometer-alt-slowest:before {
    content: "\ef5b";
    }
        .fi-tr-tachometer-average:before {
    content: "\ef5c";
    }
        .fi-tr-tachometer-fast:before {
    content: "\ef5d";
    }
        .fi-tr-tachometer-fastest:before {
    content: "\ef5e";
    }
        .fi-tr-tachometer-slow:before {
    content: "\ef5f";
    }
        .fi-tr-tachometer-slowest:before {
    content: "\ef60";
    }
        .fi-tr-taco:before {
    content: "\ef61";
    }
        .fi-tr-tags:before {
    content: "\ef62";
    }
        .fi-tr-talent:before {
    content: "\ef63";
    }
        .fi-tr-talent-alt:before {
    content: "\ef64";
    }
        .fi-tr-talent-hand:before {
    content: "\ef65";
    }
        .fi-tr-tally:before {
    content: "\ef66";
    }
        .fi-tr-tally-1:before {
    content: "\ef67";
    }
        .fi-tr-tally-2:before {
    content: "\ef68";
    }
        .fi-tr-tally-3:before {
    content: "\ef69";
    }
        .fi-tr-tally-4:before {
    content: "\ef6a";
    }
        .fi-tr-tamale:before {
    content: "\ef6b";
    }
        .fi-tr-tank-water:before {
    content: "\ef6d";
    }
        .fi-tr-tap:before {
    content: "\ef6e";
    }
        .fi-tr-tape:before {
    content: "\ef6f";
    }
        .fi-tr-target:before {
    content: "\ef70";
    }
        .fi-tr-target-audience:before {
    content: "\ef71";
    }
        .fi-tr-tattoo-machine:before {
    content: "\ef72";
    }
        .fi-tr-tax:before {
    content: "\ef73";
    }
        .fi-tr-tax-alt:before {
    content: "\ef74";
    }
        .fi-tr-taxi:before {
    content: "\ef75";
    }
        .fi-tr-taxi-bus:before {
    content: "\ef76";
    }
        .fi-tr-team-check:before {
    content: "\ef77";
    }
        .fi-tr-team-check-alt:before {
    content: "\ef78";
    }
        .fi-tr-teddy-bear:before {
    content: "\ef79";
    }
        .fi-tr-teeth-open:before {
    content: "\ef7a";
    }
        .fi-tr-telescope:before {
    content: "\ef7c";
    }
        .fi-tr-temperature-down:before {
    content: "\ef7d";
    }
        .fi-tr-temperature-frigid:before {
    content: "\ef7e";
    }
        .fi-tr-temperature-high:before {
    content: "\ef7f";
    }
        .fi-tr-temperature-list:before {
    content: "\ef80";
    }
        .fi-tr-temperature-low:before {
    content: "\ef81";
    }
        .fi-tr-temperature-up:before {
    content: "\ef82";
    }
        .fi-tr-template:before {
    content: "\ef83";
    }
        .fi-tr-template-alt:before {
    content: "\ef84";
    }
        .fi-tr-tenge:before {
    content: "\ef86";
    }
        .fi-tr-tent-arrow-down-to-line:before {
    content: "\ef88";
    }
        .fi-tr-tent-arrow-left-right:before {
    content: "\ef89";
    }
        .fi-tr-tent-arrow-turn-left:before {
    content: "\ef8a";
    }
        .fi-tr-tent-arrows-down:before {
    content: "\ef8b";
    }
        .fi-tr-tents:before {
    content: "\ef8c";
    }
        .fi-tr-terminal:before {
    content: "\ef8d";
    }
        .fi-tr-terrace:before {
    content: "\ef90";
    }
        .fi-tr-test:before {
    content: "\ef91";
    }
        .fi-tr-test-tube:before {
    content: "\ef92";
    }
        .fi-tr-text:before {
    content: "\ef93";
    }
        .fi-tr-text-box:before {
    content: "\ef94";
    }
        .fi-tr-text-box-dots:before {
    content: "\ef95";
    }
        .fi-tr-text-box-edit:before {
    content: "\ef96";
    }
        .fi-tr-text-check:before {
    content: "\ef97";
    }
        .fi-tr-text-height:before {
    content: "\ef98";
    }
        .fi-tr-text-input-left:before {
    content: "\ef99";
    }
        .fi-tr-text-shadow:before {
    content: "\ef9a";
    }
        .fi-tr-text-size:before {
    content: "\ef9b";
    }
        .fi-tr-text-slash:before {
    content: "\ef9c";
    }
        .fi-tr-text-width:before {
    content: "\ef9d";
    }
        .fi-tr-theater-masks:before {
    content: "\ef9f";
    }
        .fi-tr-thermometer-alt:before {
    content: "\efa0";
    }
        .fi-tr-thermometer-empty:before {
    content: "\efa1";
    }
        .fi-tr-thermometer-full:before {
    content: "\efa2";
    }
        .fi-tr-thermometer-half:before {
    content: "\efa3";
    }
        .fi-tr-thermometer-quarter:before {
    content: "\efa4";
    }
        .fi-tr-thermometer-three-quarters:before {
    content: "\efa5";
    }
        .fi-tr-theta:before {
    content: "\efa6";
    }
        .fi-tr-third:before {
    content: "\efa7";
    }
        .fi-tr-third-award:before {
    content: "\efa8";
    }
        .fi-tr-third-laurel:before {
    content: "\efa9";
    }
        .fi-tr-third-medal:before {
    content: "\efaa";
    }
        .fi-tr-thought-bubble:before {
    content: "\efab";
    }
        .fi-tr-three-direction:before {
    content: "\efad";
    }
        .fi-tr-three-leaf-clover:before {
    content: "\efae";
    }
        .fi-tr-thumbs-up-trust:before {
    content: "\efb1";
    }
        .fi-tr-thumbtack:before {
    content: "\efb2";
    }
        .fi-tr-thumbtack-slash:before {
    content: "\efb3";
    }
        .fi-tr-thunderstorm:before {
    content: "\efb4";
    }
        .fi-tr-thunderstorm-moon:before {
    content: "\efb5";
    }
        .fi-tr-thunderstorm-risk:before {
    content: "\efb6";
    }
        .fi-tr-thunderstorm-sun:before {
    content: "\efb7";
    }
        .fi-tr-thursday:before {
    content: "\efb8";
    }
        .fi-tr-ticket-airline:before {
    content: "\efba";
    }
        .fi-tr-ticket-alt:before {
    content: "\efbb";
    }
        .fi-tr-tickets:before {
    content: "\efbc";
    }
        .fi-tr-tickets-airline:before {
    content: "\efbd";
    }
        .fi-tr-tie:before {
    content: "\efbe";
    }
        .fi-tr-tilde:before {
    content: "\efc0";
    }
        .fi-tr-time-add:before {
    content: "\efc1";
    }
        .fi-tr-time-check:before {
    content: "\efc2";
    }
        .fi-tr-time-delete:before {
    content: "\efc3";
    }
        .fi-tr-time-fast:before {
    content: "\efc4";
    }
        .fi-tr-time-forward:before {
    content: "\efc5";
    }
        .fi-tr-time-forward-sixty:before {
    content: "\efc6";
    }
        .fi-tr-time-forward-ten:before {
    content: "\efc7";
    }
        .fi-tr-time-half-past:before {
    content: "\efc8";
    }
        .fi-tr-time-oclock:before {
    content: "\efc9";
    }
        .fi-tr-time-past:before {
    content: "\efca";
    }
        .fi-tr-time-quarter-past:before {
    content: "\efcb";
    }
        .fi-tr-time-quarter-to:before {
    content: "\efcc";
    }
        .fi-tr-time-twenty-four:before {
    content: "\efcd";
    }
        .fi-tr-time-watch-calendar:before {
    content: "\efce";
    }
        .fi-tr-times-hexagon:before {
    content: "\efd0";
    }
        .fi-tr-tint-slash:before {
    content: "\efd1";
    }
        .fi-tr-tip-button:before {
    content: "\efd2";
    }
        .fi-tr-tip-button-hand:before {
    content: "\efd3";
    }
        .fi-tr-tip-coin:before {
    content: "\efd4";
    }
        .fi-tr-tire:before {
    content: "\efd8";
    }
        .fi-tr-tire-flat:before {
    content: "\efd9";
    }
        .fi-tr-tire-pressure-warning:before {
    content: "\efda";
    }
        .fi-tr-tire-rugged:before {
    content: "\efdb";
    }
        .fi-tr-tired:before {
    content: "\efdc";
    }
        .fi-tr-to-do:before {
    content: "\efdd";
    }
        .fi-tr-to-do-alt:before {
    content: "\efde";
    }
        .fi-tr-together-people:before {
    content: "\efe1";
    }
        .fi-tr-toggle-off:before {
    content: "\efe3";
    }
        .fi-tr-toggle-on:before {
    content: "\efe4";
    }
        .fi-tr-toilet:before {
    content: "\efe5";
    }
        .fi-tr-toilet-paper-blank:before {
    content: "\efe6";
    }
        .fi-tr-toilet-paper-blank-under:before {
    content: "\efe7";
    }
        .fi-tr-toilet-paper-slash:before {
    content: "\efe8";
    }
        .fi-tr-toilet-paper-under:before {
    content: "\efe9";
    }
        .fi-tr-toilet-paper-under-slash:before {
    content: "\efea";
    }
        .fi-tr-toilet-paper-xmark:before {
    content: "\efeb";
    }
        .fi-tr-toilets-portable:before {
    content: "\efec";
    }
        .fi-tr-token:before {
    content: "\efed";
    }
        .fi-tr-tomato:before {
    content: "\efee";
    }
        .fi-tr-tombstone:before {
    content: "\efef";
    }
        .fi-tr-tombstone-alt:before {
    content: "\eff0";
    }
        .fi-tr-tool-box:before {
    content: "\eff1";
    }
        .fi-tr-tool-crop:before {
    content: "\eff2";
    }
        .fi-tr-tools:before {
    content: "\eff4";
    }
        .fi-tr-tooth:before {
    content: "\eff5";
    }
        .fi-tr-toothbrush:before {
    content: "\eff6";
    }
        .fi-tr-torch-inspiration-leader:before {
    content: "\eff7";
    }
        .fi-tr-torii-gate:before {
    content: "\eff8";
    }
        .fi-tr-tornado:before {
    content: "\eff9";
    }
        .fi-tr-total:before {
    content: "\effa";
    }
        .fi-tr-tour-guide-people:before {
    content: "\effb";
    }
        .fi-tr-tour-virtual:before {
    content: "\effc";
    }
        .fi-tr-tower-control:before {
    content: "\effe";
    }
        .fi-tr-track:before {
    content: "\efff";
    }
        .fi-tr-tractor:before {
    content: "\f000";
    }
        .fi-tr-trademark:before {
    content: "\f001";
    }
        .fi-tr-traffic-cone:before {
    content: "\f002";
    }
        .fi-tr-traffic-light:before {
    content: "\f003";
    }
        .fi-tr-traffic-light-go:before {
    content: "\f004";
    }
        .fi-tr-traffic-light-slow:before {
    content: "\f005";
    }
        .fi-tr-traffic-light-stop:before {
    content: "\f006";
    }
        .fi-tr-trailer:before {
    content: "\f007";
    }
        .fi-tr-train:before {
    content: "\f008";
    }
        .fi-tr-train-journey:before {
    content: "\f009";
    }
        .fi-tr-train-side:before {
    content: "\f00a";
    }
        .fi-tr-train-station:before {
    content: "\f00b";
    }
        .fi-tr-train-station-building:before {
    content: "\f00c";
    }
        .fi-tr-train-subway-tunnel:before {
    content: "\f00d";
    }
        .fi-tr-train-track:before {
    content: "\f00e";
    }
        .fi-tr-train-tram:before {
    content: "\f00f";
    }
        .fi-tr-tram:before {
    content: "\f010";
    }
        .fi-tr-transaction-euro:before {
    content: "\f011";
    }
        .fi-tr-transaction-globe:before {
    content: "\f012";
    }
        .fi-tr-transaction-yen:before {
    content: "\f013";
    }
        .fi-tr-transformation-block:before {
    content: "\f015";
    }
        .fi-tr-transformation-circle:before {
    content: "\f016";
    }
        .fi-tr-transformation-design:before {
    content: "\f017";
    }
        .fi-tr-transformation-shapes:before {
    content: "\f018";
    }
        .fi-tr-transformer-bolt:before {
    content: "\f019";
    }
        .fi-tr-transgender:before {
    content: "\f01a";
    }
        .fi-tr-translate:before {
    content: "\f01b";
    }
        .fi-tr-transparency:before {
    content: "\f01c";
    }
        .fi-tr-transporter:before {
    content: "\f01d";
    }
        .fi-tr-transporter-1:before {
    content: "\f01e";
    }
        .fi-tr-transporter-2:before {
    content: "\f01f";
    }
        .fi-tr-transporter-3:before {
    content: "\f020";
    }
        .fi-tr-transporter-4:before {
    content: "\f021";
    }
        .fi-tr-transporter-5:before {
    content: "\f022";
    }
        .fi-tr-transporter-6:before {
    content: "\f023";
    }
        .fi-tr-transporter-7:before {
    content: "\f024";
    }
        .fi-tr-transporter-empty:before {
    content: "\f025";
    }
        .fi-tr-trash-bag:before {
    content: "\f027";
    }
        .fi-tr-trash-can-check:before {
    content: "\f028";
    }
        .fi-tr-trash-can-clock:before {
    content: "\f029";
    }
        .fi-tr-trash-can-list:before {
    content: "\f02a";
    }
        .fi-tr-trash-can-plus:before {
    content: "\f02b";
    }
        .fi-tr-trash-can-slash:before {
    content: "\f02c";
    }
        .fi-tr-trash-check:before {
    content: "\f02d";
    }
        .fi-tr-trash-clock:before {
    content: "\f02e";
    }
        .fi-tr-trash-empty:before {
    content: "\f02f";
    }
        .fi-tr-trash-list:before {
    content: "\f030";
    }
        .fi-tr-trash-plus:before {
    content: "\f031";
    }
        .fi-tr-trash-restore:before {
    content: "\f032";
    }
        .fi-tr-trash-restore-alt:before {
    content: "\f033";
    }
        .fi-tr-trash-slash:before {
    content: "\f034";
    }
        .fi-tr-trash-undo:before {
    content: "\f035";
    }
        .fi-tr-trash-undo-alt:before {
    content: "\f036";
    }
        .fi-tr-trash-xmark:before {
    content: "\f037";
    }
        .fi-tr-treadmill:before {
    content: "\f039";
    }
        .fi-tr-treasure-chest:before {
    content: "\f03a";
    }
        .fi-tr-treatment:before {
    content: "\f03b";
    }
        .fi-tr-tree:before {
    content: "\f03c";
    }
        .fi-tr-tree-alt:before {
    content: "\f03d";
    }
        .fi-tr-tree-christmas:before {
    content: "\f03e";
    }
        .fi-tr-tree-deciduous:before {
    content: "\f03f";
    }
        .fi-tr-trees:before {
    content: "\f041";
    }
        .fi-tr-trees-alt:before {
    content: "\f042";
    }
        .fi-tr-triangle:before {
    content: "\f044";
    }
        .fi-tr-triangle-music:before {
    content: "\f045";
    }
        .fi-tr-triangle-person-digging:before {
    content: "\f046";
    }
        .fi-tr-triangle-warning:before {
    content: "\f047";
    }
        .fi-tr-tricycle:before {
    content: "\f048";
    }
        .fi-tr-trillium:before {
    content: "\f049";
    }
        .fi-tr-troph-cap:before {
    content: "\f04c";
    }
        .fi-tr-trophy-achievement-skill:before {
    content: "\f04e";
    }
        .fi-tr-trophy-star:before {
    content: "\f04f";
    }
        .fi-tr-truck-arrow-left:before {
    content: "\f050";
    }
        .fi-tr-truck-arrow-right:before {
    content: "\f051";
    }
        .fi-tr-truck-bolt:before {
    content: "\f052";
    }
        .fi-tr-truck-box:before {
    content: "\f053";
    }
        .fi-tr-truck-check:before {
    content: "\f054";
    }
        .fi-tr-truck-container:before {
    content: "\f056";
    }
        .fi-tr-truck-container-empty:before {
    content: "\f057";
    }
        .fi-tr-truck-couch:before {
    content: "\f058";
    }
        .fi-tr-truck-droplet:before {
    content: "\f059";
    }
        .fi-tr-truck-fire:before {
    content: "\f05a";
    }
        .fi-tr-truck-flatbed:before {
    content: "\f05b";
    }
        .fi-tr-truck-front:before {
    content: "\f05c";
    }
        .fi-tr-truck-ladder:before {
    content: "\f05d";
    }
        .fi-tr-truck-loading:before {
    content: "\f05e";
    }
        .fi-tr-truck-medical:before {
    content: "\f05f";
    }
        .fi-tr-truck-monster:before {
    content: "\f060";
    }
        .fi-tr-truck-moving:before {
    content: "\f061";
    }
        .fi-tr-truck-pickup:before {
    content: "\f062";
    }
        .fi-tr-truck-plow:before {
    content: "\f063";
    }
        .fi-tr-truck-ramp:before {
    content: "\f064";
    }
        .fi-tr-truck-side:before {
    content: "\f065";
    }
        .fi-tr-truck-tow:before {
    content: "\f066";
    }
        .fi-tr-truck-utensils:before {
    content: "\f067";
    }
        .fi-tr-trumpet:before {
    content: "\f068";
    }
        .fi-tr-trust:before {
    content: "\f069";
    }
        .fi-tr-trust-alt:before {
    content: "\f06a";
    }
        .fi-tr-tshirt:before {
    content: "\f06b";
    }
        .fi-tr-tty:before {
    content: "\f06c";
    }
        .fi-tr-tty-answer:before {
    content: "\f06d";
    }
        .fi-tr-tubes:before {
    content: "\f06e";
    }
        .fi-tr-tuesday:before {
    content: "\f070";
    }
        .fi-tr-tugrik-sign:before {
    content: "\f071";
    }
        .fi-tr-turkey:before {
    content: "\f073";
    }
        .fi-tr-turn-left:before {
    content: "\f074";
    }
        .fi-tr-turn-left-down:before {
    content: "\f075";
    }
        .fi-tr-turn-right:before {
    content: "\f076";
    }
        .fi-tr-turntable:before {
    content: "\f077";
    }
        .fi-tr-turtle:before {
    content: "\f078";
    }
        .fi-tr-tv-music:before {
    content: "\f079";
    }
        .fi-tr-tv-retro:before {
    content: "\f07a";
    }
        .fi-tr-two-nails:before {
    content: "\f080";
    }
        .fi-tr-two-swords:before {
    content: "\f081";
    }
        .fi-tr-typewriter:before {
    content: "\f083";
    }
        .fi-tr-u:before {
    content: "\f084";
    }
        .fi-tr-ufo:before {
    content: "\f087";
    }
        .fi-tr-ufo-beam:before {
    content: "\f088";
    }
        .fi-tr-ui-ux:before {
    content: "\f089";
    }
        .fi-tr-umbrella:before {
    content: "\f08a";
    }
        .fi-tr-umbrella-beach:before {
    content: "\f08b";
    }
        .fi-tr-under-construction:before {
    content: "\f08c";
    }
        .fi-tr-underline:before {
    content: "\f08d";
    }
        .fi-tr-undo:before {
    content: "\f08e";
    }
        .fi-tr-undo-alt:before {
    content: "\f08f";
    }
        .fi-tr-unicorn:before {
    content: "\f090";
    }
        .fi-tr-uniform-martial-arts:before {
    content: "\f091";
    }
        .fi-tr-universal-access:before {
    content: "\f094";
    }
        .fi-tr-up:before {
    content: "\f097";
    }
        .fi-tr-up-from-bracket:before {
    content: "\f098";
    }
        .fi-tr-up-left:before {
    content: "\f099";
    }
        .fi-tr-up-right:before {
    content: "\f09a";
    }
        .fi-tr-up-right-from-square:before {
    content: "\f09b";
    }
        .fi-tr-url:before {
    content: "\f09f";
    }
        .fi-tr-usa-map:before {
    content: "\f0a0";
    }
        .fi-tr-usa-map-pin:before {
    content: "\f0a1";
    }
        .fi-tr-usb-pendrive:before {
    content: "\f0a3";
    }
        .fi-tr-usd-circle:before {
    content: "\f0a4";
    }
        .fi-tr-usd-square:before {
    content: "\f0a5";
    }
        .fi-tr-user-alien:before {
    content: "\f0a9";
    }
        .fi-tr-user-astronaut:before {
    content: "\f0aa";
    }
        .fi-tr-user-check:before {
    content: "\f0ab";
    }
        .fi-tr-user-chef:before {
    content: "\f0ac";
    }
        .fi-tr-user-coach:before {
    content: "\f0ad";
    }
        .fi-tr-user-cowboy:before {
    content: "\f0ae";
    }
        .fi-tr-user-crown:before {
    content: "\f0af";
    }
        .fi-tr-user-dj:before {
    content: "\f0b1";
    }
        .fi-tr-user-eating:before {
    content: "\f0b2";
    }
        .fi-tr-user-experience:before {
    content: "\f0b3";
    }
        .fi-tr-user-fast-running:before {
    content: "\f0b4";
    }
        .fi-tr-user-forbidden:before {
    content: "\f0b5";
    }
        .fi-tr-user-forbidden-alt:before {
    content: "\f0b6";
    }
        .fi-tr-user-gear:before {
    content: "\f0b7";
    }
        .fi-tr-user-graduate:before {
    content: "\f0b8";
    }
        .fi-tr-user-hard-work:before {
    content: "\f0b9";
    }
        .fi-tr-user-headset:before {
    content: "\f0ba";
    }
        .fi-tr-user-helmet-safety:before {
    content: "\f0bb";
    }
        .fi-tr-user-india:before {
    content: "\f0bc";
    }
        .fi-tr-user-injured:before {
    content: "\f0bd";
    }
        .fi-tr-user-interface-ui:before {
    content: "\f0be";
    }
        .fi-tr-user-key:before {
    content: "\f0bf";
    }
        .fi-tr-user-language:before {
    content: "\f0c0";
    }
        .fi-tr-user-lock:before {
    content: "\f0c1";
    }
        .fi-tr-user-md:before {
    content: "\f0c2";
    }
        .fi-tr-user-md-chat:before {
    content: "\f0c3";
    }
        .fi-tr-user-minus:before {
    content: "\f0c4";
    }
        .fi-tr-user-music:before {
    content: "\f0c5";
    }
        .fi-tr-user-ninja:before {
    content: "\f0c6";
    }
        .fi-tr-user-nurse:before {
    content: "\f0c7";
    }
        .fi-tr-user-pen:before {
    content: "\f0c9";
    }
        .fi-tr-user-pilot:before {
    content: "\f0ca";
    }
        .fi-tr-user-pilot-tie:before {
    content: "\f0cb";
    }
        .fi-tr-user-police:before {
    content: "\f0cc";
    }
        .fi-tr-user-roadmap:before {
    content: "\f0cd";
    }
        .fi-tr-user-robot:before {
    content: "\f0ce";
    }
        .fi-tr-user-robot-xmarks:before {
    content: "\f0cf";
    }
        .fi-tr-user-salary:before {
    content: "\f0d0";
    }
        .fi-tr-user-shield:before {
    content: "\f0d1";
    }
        .fi-tr-user-skill-gear:before {
    content: "\f0d3";
    }
        .fi-tr-user-slash:before {
    content: "\f0d4";
    }
        .fi-tr-user-speaking:before {
    content: "\f0d5";
    }
        .fi-tr-user-stress:before {
    content: "\f0d6";
    }
        .fi-tr-user-suitcase:before {
    content: "\f0d7";
    }
        .fi-tr-user-tag:before {
    content: "\f0d8";
    }
        .fi-tr-user-time:before {
    content: "\f0d9";
    }
        .fi-tr-user-trust:before {
    content: "\f0da";
    }
        .fi-tr-user-unlock:before {
    content: "\f0db";
    }
        .fi-tr-user-visor:before {
    content: "\f0dc";
    }
        .fi-tr-user-volunteer:before {
    content: "\f0dd";
    }
        .fi-tr-user-xmark:before {
    content: "\f0de";
    }
        .fi-tr-users:before {
    content: "\f0df";
    }
        .fi-tr-users-alt:before {
    content: "\f0e0";
    }
        .fi-tr-users-class:before {
    content: "\f0e1";
    }
        .fi-tr-users-gear:before {
    content: "\f0e4";
    }
        .fi-tr-users-loyalty:before {
    content: "\f0e5";
    }
        .fi-tr-users-medical:before {
    content: "\f0e6";
    }
        .fi-tr-users-slash:before {
    content: "\f0e7";
    }
        .fi-tr-utensils:before {
    content: "\f0e8";
    }
        .fi-tr-utensils-slash:before {
    content: "\f0e9";
    }
        .fi-tr-utility-pole:before {
    content: "\f0ea";
    }
        .fi-tr-utility-pole-double:before {
    content: "\f0eb";
    }
        .fi-tr-ux:before {
    content: "\f0ec";
    }
        .fi-tr-ux-browser:before {
    content: "\f0ed";
    }
        .fi-tr-v:before {
    content: "\f0ee";
    }
        .fi-tr-vacuum:before {
    content: "\f0f0";
    }
        .fi-tr-vacuum-robot:before {
    content: "\f0f1";
    }
        .fi-tr-value-absolute:before {
    content: "\f0f2";
    }
        .fi-tr-vault:before {
    content: "\f0f3";
    }
        .fi-tr-vector:before {
    content: "\f0f4";
    }
        .fi-tr-vector-alt:before {
    content: "\f0f5";
    }
        .fi-tr-vector-circle:before {
    content: "\f0f6";
    }
        .fi-tr-vector-polygon:before {
    content: "\f0f7";
    }
        .fi-tr-venus:before {
    content: "\f0f8";
    }
        .fi-tr-venus-double:before {
    content: "\f0f9";
    }
        .fi-tr-venus-mars:before {
    content: "\f0fa";
    }
        .fi-tr-vest:before {
    content: "\f0fc";
    }
        .fi-tr-vest-patches:before {
    content: "\f0fd";
    }
        .fi-tr-video-arrow-down-left:before {
    content: "\f0fe";
    }
        .fi-tr-video-arrow-up-right:before {
    content: "\f0ff";
    }
        .fi-tr-video-camera:before {
    content: "\f100";
    }
        .fi-tr-video-camera-alt:before {
    content: "\f101";
    }
        .fi-tr-video-duration:before {
    content: "\f102";
    }
        .fi-tr-video-plus:before {
    content: "\f103";
    }
        .fi-tr-video-slash:before {
    content: "\f104";
    }
        .fi-tr-videoconference:before {
    content: "\f105";
    }
        .fi-tr-vihara:before {
    content: "\f107";
    }
        .fi-tr-violin:before {
    content: "\f109";
    }
        .fi-tr-virus:before {
    content: "\f10a";
    }
        .fi-tr-virus-slash:before {
    content: "\f10b";
    }
        .fi-tr-viruses:before {
    content: "\f10c";
    }
        .fi-tr-vision:before {
    content: "\f10e";
    }
        .fi-tr-vision-sense:before {
    content: "\f10f";
    }
        .fi-tr-vision-target:before {
    content: "\f110";
    }
        .fi-tr-visit:before {
    content: "\f111";
    }
        .fi-tr-voicemail:before {
    content: "\f114";
    }
        .fi-tr-volcano:before {
    content: "\f115";
    }
        .fi-tr-volume:before {
    content: "\f117";
    }
        .fi-tr-volume-down:before {
    content: "\f118";
    }
        .fi-tr-volume-mute:before {
    content: "\f119";
    }
        .fi-tr-volume-off:before {
    content: "\f11a";
    }
        .fi-tr-volume-slash:before {
    content: "\f11b";
    }
        .fi-tr-volunteer-vest:before {
    content: "\f11c";
    }
        .fi-tr-vote-nay:before {
    content: "\f11d";
    }
        .fi-tr-vote-yea:before {
    content: "\f11e";
    }
        .fi-tr-vpn:before {
    content: "\f11f";
    }
        .fi-tr-vpn-globe:before {
    content: "\f120";
    }
        .fi-tr-vpn-laptop:before {
    content: "\f121";
    }
        .fi-tr-vpn-shield:before {
    content: "\f122";
    }
        .fi-tr-vr-cardboard:before {
    content: "\f123";
    }
        .fi-tr-w:before {
    content: "\f124";
    }
        .fi-tr-waffle:before {
    content: "\f125";
    }
        .fi-tr-wagon-covered:before {
    content: "\f126";
    }
        .fi-tr-walker:before {
    content: "\f127";
    }
        .fi-tr-walkie-talkie:before {
    content: "\f128";
    }
        .fi-tr-walking:before {
    content: "\f129";
    }
        .fi-tr-wallet:before {
    content: "\f12a";
    }
        .fi-tr-wallet-arrow:before {
    content: "\f12b";
    }
        .fi-tr-wallet-buyer:before {
    content: "\f12c";
    }
        .fi-tr-wallet-income:before {
    content: "\f12d";
    }
        .fi-tr-wallet-nft:before {
    content: "\f12e";
    }
        .fi-tr-warehouse-alt:before {
    content: "\f131";
    }
        .fi-tr-warranty:before {
    content: "\f132";
    }
        .fi-tr-washer:before {
    content: "\f133";
    }
        .fi-tr-waste:before {
    content: "\f134";
    }
        .fi-tr-waste-pollution:before {
    content: "\f135";
    }
        .fi-tr-watch:before {
    content: "\f136";
    }
        .fi-tr-watch-calculator:before {
    content: "\f137";
    }
        .fi-tr-watch-fitness:before {
    content: "\f138";
    }
        .fi-tr-watch-smart:before {
    content: "\f139";
    }
        .fi-tr-water:before {
    content: "\f13a";
    }
        .fi-tr-water-bottle:before {
    content: "\f13b";
    }
        .fi-tr-water-ladder:before {
    content: "\f13c";
    }
        .fi-tr-water-lower:before {
    content: "\f13d";
    }
        .fi-tr-water-rise:before {
    content: "\f13e";
    }
        .fi-tr-watermelon:before {
    content: "\f13f";
    }
        .fi-tr-wave:before {
    content: "\f141";
    }
        .fi-tr-wave-sine:before {
    content: "\f142";
    }
        .fi-tr-wave-square:before {
    content: "\f143";
    }
        .fi-tr-wave-triangle:before {
    content: "\f144";
    }
        .fi-tr-waveform:before {
    content: "\f145";
    }
        .fi-tr-waveform-path:before {
    content: "\f147";
    }
        .fi-tr-web:before {
    content: "\f148";
    }
        .fi-tr-web-design:before {
    content: "\f149";
    }
        .fi-tr-web-test:before {
    content: "\f14a";
    }
        .fi-tr-webcam:before {
    content: "\f14b";
    }
        .fi-tr-webcam-slash:before {
    content: "\f14c";
    }
        .fi-tr-webhook:before {
    content: "\f14d";
    }
        .fi-tr-wednesday:before {
    content: "\f14e";
    }
        .fi-tr-whale:before {
    content: "\f150";
    }
        .fi-tr-wheat:before {
    content: "\f152";
    }
        .fi-tr-wheat-awn:before {
    content: "\f153";
    }
        .fi-tr-wheat-awn-circle-exclamation:before {
    content: "\f154";
    }
        .fi-tr-wheat-awn-slash:before {
    content: "\f155";
    }
        .fi-tr-wheat-slash:before {
    content: "\f156";
    }
        .fi-tr-wheelchair:before {
    content: "\f157";
    }
        .fi-tr-wheelchair-move:before {
    content: "\f158";
    }
        .fi-tr-wheelchair-sleeping:before {
    content: "\f159";
    }
        .fi-tr-whistle:before {
    content: "\f15a";
    }
        .fi-tr-white-space:before {
    content: "\f15b";
    }
        .fi-tr-wifi:before {
    content: "\f15c";
    }
        .fi-tr-wifi-1:before {
    content: "\f15d";
    }
        .fi-tr-wifi-2:before {
    content: "\f15e";
    }
        .fi-tr-wifi-alt:before {
    content: "\f15f";
    }
        .fi-tr-wifi-exclamation:before {
    content: "\f160";
    }
        .fi-tr-wifi-slash:before {
    content: "\f161";
    }
        .fi-tr-wifi-xmark:before {
    content: "\f162";
    }
        .fi-tr-wind:before {
    content: "\f164";
    }
        .fi-tr-wind-turbine:before {
    content: "\f165";
    }
        .fi-tr-wind-warning:before {
    content: "\f166";
    }
        .fi-tr-window-alt:before {
    content: "\f167";
    }
        .fi-tr-window-frame:before {
    content: "\f168";
    }
        .fi-tr-window-frame-open:before {
    content: "\f169";
    }
        .fi-tr-window-maximize:before {
    content: "\f16a";
    }
        .fi-tr-window-minimize:before {
    content: "\f16b";
    }
        .fi-tr-window-restore:before {
    content: "\f16c";
    }
        .fi-tr-windsock:before {
    content: "\f16e";
    }
        .fi-tr-wine-bottle:before {
    content: "\f16f";
    }
        .fi-tr-wine-glass-crack:before {
    content: "\f170";
    }
        .fi-tr-wine-glass-empty:before {
    content: "\f171";
    }
        .fi-tr-wisdom:before {
    content: "\f173";
    }
        .fi-tr-wishlist-heart:before {
    content: "\f174";
    }
        .fi-tr-wishlist-star:before {
    content: "\f175";
    }
        .fi-tr-woman-head:before {
    content: "\f177";
    }
        .fi-tr-woman-scientist:before {
    content: "\f178";
    }
        .fi-tr-won-sign:before {
    content: "\f179";
    }
        .fi-tr-work-in-progress:before {
    content: "\f17b";
    }
        .fi-tr-workflow:before {
    content: "\f17c";
    }
        .fi-tr-workflow-alt:before {
    content: "\f17d";
    }
        .fi-tr-workflow-setting:before {
    content: "\f17e";
    }
        .fi-tr-workflow-setting-alt:before {
    content: "\f17f";
    }
        .fi-tr-workshop:before {
    content: "\f181";
    }
        .fi-tr-world:before {
    content: "\f182";
    }
        .fi-tr-worldwide-network:before {
    content: "\f183";
    }
        .fi-tr-worm:before {
    content: "\f184";
    }
        .fi-tr-wreath:before {
    content: "\f185";
    }
        .fi-tr-wrench-alt:before {
    content: "\f186";
    }
        .fi-tr-wrench-simple:before {
    content: "\f187";
    }
        .fi-tr-x:before {
    content: "\f18a";
    }
        .fi-tr-x-ray:before {
    content: "\f18b";
    }
        .fi-tr-y:before {
    content: "\f18e";
    }
        .fi-tr-yen:before {
    content: "\f192";
    }
        .fi-tr-yin-yang:before {
    content: "\f193";
    }
        .fi-tr-yoga-mat:before {
    content: "\f196";
    }
        .fi-tr-yoga-moon:before {
    content: "\f197";
    }
        .fi-tr-yoga-posture:before {
    content: "\f198";
    }
        .fi-tr-z:before {
    content: "\f19a";
    }
        .fi-tr-zero-percent:before {
    content: "\f19b";
    }
        .fi-tr-zip-file:before {
    content: "\f19c";
    }
        .fi-tr-zoom-in:before {
    content: "\f19e";
    }
        .fi-tr-zoom-out:before {
    content: "\f19f";
    }
        .fi-tr-it-computer:before {
    content: "\f106";
    }
        .fi-tr-pinata:before {
    content: "\f108";
    }
    
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{
--bs-blue:#0d6efd;
--bs-indigo:#6610f2;
--bs-purple:#6f42c1;
--bs-pink:#d63384;
--bs-red:#dc3545;
--bs-orange:#fd7e14;
--bs-yellow:#ffc107;
--bs-green:#198754;
--bs-teal:#20c997;
--bs-cyan:#0dcaf0;
--bs-white:#fff;
--bs-gray:#6c757d;
--bs-gray-dark:#343a40;
--bs-primary:#0d6efd;
--bs-secondary:#6c757d;
--bs-success:#198754;
--bs-info:#0dcaf0;
--bs-warning:#ffc107;
--bs-danger:#dc3545;
--bs-light:#f8f9fa;
--bs-dark:#212529;
--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}
*,::after,::before{
box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference){
:root{
scroll-behavior:smooth
}
}
body{
margin:0;
font-family:var(--bs-font-sans-serif);
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
background-color:#fff;
-webkit-text-size-adjust:100%;
-webkit-tap-highlight-color:transparent
}
[tabindex="-1"]:focus:not(:focus-visible){
outline:0!important
}
hr{
margin:1rem 0;
color:inherit;
background-color:currentColor;
border:0;
opacity:.25
}
hr:not([size]){
height:1px
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
margin-top:0;
margin-bottom:.5rem;
font-weight:500;
line-height:1.2
}
.h1,h1{
font-size:calc(1.375rem + 1.5vw)
}
@media (min-width:1200px){
.h1,h1{
font-size:2.5rem
}
}
.h2,h2{
font-size:calc(1.325rem + .9vw)
}
@media (min-width:1200px){
.h2,h2{
font-size:2rem
}
}
.h3,h3{
font-size:calc(1.3rem + .6vw)
}
@media (min-width:1200px){
.h3,h3{
font-size:1.75rem
}
}
.h4,h4{
font-size:calc(1.275rem + .3vw)
}
@media (min-width:1200px){
.h4,h4{
font-size:1.5rem
}
}
.h5,h5{
font-size:1.25rem
}
.h6,h6{
font-size:1rem
}
p{
margin-top:0;
margin-bottom:1rem
}
abbr[data-bs-original-title],abbr[title]{
text-decoration:underline;
-webkit-text-decoration:underline dotted;
text-decoration:underline dotted;
cursor:help;
-webkit-text-decoration-skip-ink:none;
text-decoration-skip-ink:none
}
address{
margin-bottom:1rem;
font-style:normal;
line-height:inherit
}
ol,ul{
padding-left:2rem
}
dl,ol,ul{
margin-top:0;
margin-bottom:1rem
}
ol ol,ol ul,ul ol,ul ul{
margin-bottom:0
}
dt{
font-weight:700
}
dd{
margin-bottom:.5rem;
margin-left:0
}
blockquote{
margin:0 0 1rem
}
b,strong{
font-weight:bolder
}
.small,small{
font-size:.875em
}
.mark,mark{
padding:.2em;
background-color:#fcf8e3
}
sub,sup{
position:relative;
font-size:.75em;
line-height:0;
vertical-align:baseline
}
sub{
bottom:-.25em
}
sup{
top:-.5em
}
a{
color:#0d6efd;
text-decoration:underline
}
a:hover{
color:#0a58ca
}
a:not([href]):not([class]),a:not([href]):not([class]):hover{
color:inherit;
text-decoration:none
}
code,kbd,pre,samp{
font-family:var(--bs-font-monospace);
font-size:1em;
direction:ltr;
unicode-bidi:bidi-override
}
pre{
display:block;
margin-top:0;
margin-bottom:1rem;
overflow:auto;
font-size:.875em
}
pre code{
font-size:inherit;
color:inherit;
word-break:normal
}
code{
font-size:.875em;
color:#d63384;
word-wrap:break-word
}
a>code{
color:inherit
}
kbd{
padding:.2rem .4rem;
font-size:.875em;
color:#fff;
background-color:#212529;
border-radius:.2rem
}
kbd kbd{
padding:0;
font-size:1em;
font-weight:700
}
figure{
margin:0 0 1rem
}
img,svg{
vertical-align:middle
}
table{
caption-side:bottom;
border-collapse:collapse
}
caption{
padding-top:.5rem;
padding-bottom:.5rem;
color:#6c757d;
text-align:left
}
th{
text-align:inherit;
text-align:-webkit-match-parent
}
tbody,td,tfoot,th,thead,tr{
border-color:inherit;
border-style:solid;
border-width:0
}
label{
display:inline-block
}
button{
border-radius:0
}
button:focus:not(:focus-visible){
outline:0
}
button,input,optgroup,select,textarea{
margin:0;
font-family:inherit;
font-size:inherit;
line-height:inherit
}
button,select{
text-transform:none
}
[role=button]{
cursor:pointer
}
select{
word-wrap:normal
}
[list]::-webkit-calendar-picker-indicator{
display:none
}
[type=button],[type=reset],[type=submit],button{
-webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
cursor:pointer
}
::-moz-focus-inner{
padding:0;
border-style:none
}
textarea{
resize:vertical
}
fieldset{
min-width:0;
padding:0;
margin:0;
border:0
}
legend{
float:left;
width:100%;
padding:0;
margin-bottom:.5rem;
font-size:calc(1.275rem + .3vw);
line-height:inherit
}
@media (min-width:1200px){
legend{
font-size:1.5rem
}
}
legend+*{
clear:left
}
::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{
padding:0
}
::-webkit-inner-spin-button{
height:auto
}
[type=search]{
outline-offset:-2px;
-webkit-appearance:textfield
}
::-webkit-search-decoration{
-webkit-appearance:none
}
::-webkit-color-swatch-wrapper{
padding:0
}
::file-selector-button{
font:inherit
}
::-webkit-file-upload-button{
font:inherit;
-webkit-appearance:button
}
output{
display:inline-block
}
iframe{
border:0
}
summary{
display:list-item;
cursor:pointer
}
progress{
vertical-align:baseline
}
[hidden]{
display:none!important
}
.lead{
font-size:1.25rem;
font-weight:300
}
.display-1{
font-size:calc(1.625rem + 4.5vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px){
.display-1{
font-size:5rem
}
}
.display-2{
font-size:calc(1.575rem + 3.9vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px){
.display-2{
font-size:4.5rem
}
}
.display-3{
font-size:calc(1.525rem + 3.3vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px){
.display-3{
font-size:4rem
}
}
.display-4{
font-size:calc(1.475rem + 2.7vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px){
.display-4{
font-size:3.5rem
}
}
.display-5{
font-size:calc(1.425rem + 2.1vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px){
.display-5{
font-size:3rem
}
}
.display-6{
font-size:calc(1.375rem + 1.5vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px){
.display-6{
font-size:2.5rem
}
}
.list-unstyled{
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:.875em;
text-transform:uppercase
}
.blockquote{
margin-bottom:1rem;
font-size:1.25rem
}
.blockquote>:last-child{
margin-bottom:0
}
.blockquote-footer{
margin-top:-1rem;
margin-bottom:1rem;
font-size:.875em;
color:#6c757d
}
.blockquote-footer::before{
content:"— "
}
.img-fluid{
max-width:100%;
height:auto
}
.img-thumbnail{
padding:.25rem;
background-color:#fff;
border:1px solid #dee2e6;
border-radius:.25rem;
max-width:100%;
height:auto
}
.figure{
display:inline-block
}
.figure-img{
margin-bottom:.5rem;
line-height:1
}
.figure-caption{
font-size:.875em;
color:#6c757d
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
width:100%;
padding-right:var(--bs-gutter-x,.75rem);
padding-left:var(--bs-gutter-x,.75rem);
margin-right:auto;
margin-left:auto
}
@media (min-width:576px){
.container,.container-sm{
max-width:540px
}
}
@media (min-width:768px){
.container,.container-md,.container-sm{
max-width:720px
}
}
@media (min-width:992px){
.container,.container-lg,.container-md,.container-sm{
max-width:960px
}
}
@media (min-width:1200px){
.container,.container-lg,.container-md,.container-sm,.container-xl{
max-width:1140px
}
}
@media (min-width:1400px){
.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
max-width:1320px
}
}
.row{
--bs-gutter-x:1.5rem;
--bs-gutter-y:0;
display:flex;
flex-wrap:wrap;
margin-top:calc(var(--bs-gutter-y) * -1);
margin-right:calc(var(--bs-gutter-x)/ -2);
margin-left:calc(var(--bs-gutter-x)/ -2)
}
.row>*{
flex-shrink:0;
width:100%;
max-width:100%;
padding-right:calc(var(--bs-gutter-x)/ 2);
padding-left:calc(var(--bs-gutter-x)/ 2);
margin-top:var(--bs-gutter-y)
}
.col{
flex:1 0 0%
}
.row-cols-auto>*{
flex:0 0 auto;
width:auto
}
.row-cols-1>*{
flex:0 0 auto;
width:100%
}
.row-cols-2>*{
flex:0 0 auto;
width:50%
}
.row-cols-3>*{
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-4>*{
flex:0 0 auto;
width:25%
}
.row-cols-5>*{
flex:0 0 auto;
width:20%
}
.row-cols-6>*{
flex:0 0 auto;
width:16.6666666667%
}
.col-auto{
flex:0 0 auto;
width:auto
}
.col-1{
flex:0 0 auto;
width:8.3333333333%
}
.col-2{
flex:0 0 auto;
width:16.6666666667%
}
.col-3{
flex:0 0 auto;
width:25%
}
.col-4{
flex:0 0 auto;
width:33.3333333333%
}
.col-5{
flex:0 0 auto;
width:41.6666666667%
}
.col-6{
flex:0 0 auto;
width:50%
}
.col-7{
flex:0 0 auto;
width:58.3333333333%
}
.col-8{
flex:0 0 auto;
width:66.6666666667%
}
.col-9{
flex:0 0 auto;
width:75%
}
.col-10{
flex:0 0 auto;
width:83.3333333333%
}
.col-11{
flex:0 0 auto;
width:91.6666666667%
}
.col-12{
flex:0 0 auto;
width:100%
}
.offset-1{
margin-left:8.3333333333%
}
.offset-2{
margin-left:16.6666666667%
}
.offset-3{
margin-left:25%
}
.offset-4{
margin-left:33.3333333333%
}
.offset-5{
margin-left:41.6666666667%
}
.offset-6{
margin-left:50%
}
.offset-7{
margin-left:58.3333333333%
}
.offset-8{
margin-left:66.6666666667%
}
.offset-9{
margin-left:75%
}
.offset-10{
margin-left:83.3333333333%
}
.offset-11{
margin-left:91.6666666667%
}
.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.3333333333%
}
.row-cols-sm-4>*{
flex:0 0 auto;
width:25%
}
.row-cols-sm-5>*{
flex:0 0 auto;
width:20%
}
.row-cols-sm-6>*{
flex:0 0 auto;
width:16.6666666667%
}
.col-sm-auto{
flex:0 0 auto;
width:auto
}
.col-sm-1{
flex:0 0 auto;
width:8.3333333333%
}
.col-sm-2{
flex:0 0 auto;
width:16.6666666667%
}
.col-sm-3{
flex:0 0 auto;
width:25%
}
.col-sm-4{
flex:0 0 auto;
width:33.3333333333%
}
.col-sm-5{
flex:0 0 auto;
width:41.6666666667%
}
.col-sm-6{
flex:0 0 auto;
width:50%
}
.col-sm-7{
flex:0 0 auto;
width:58.3333333333%
}
.col-sm-8{
flex:0 0 auto;
width:66.6666666667%
}
.col-sm-9{
flex:0 0 auto;
width:75%
}
.col-sm-10{
flex:0 0 auto;
width:83.3333333333%
}
.col-sm-11{
flex:0 0 auto;
width:91.6666666667%
}
.col-sm-12{
flex:0 0 auto;
width:100%
}
.offset-sm-0{
margin-left:0
}
.offset-sm-1{
margin-left:8.3333333333%
}
.offset-sm-2{
margin-left:16.6666666667%
}
.offset-sm-3{
margin-left:25%
}
.offset-sm-4{
margin-left:33.3333333333%
}
.offset-sm-5{
margin-left:41.6666666667%
}
.offset-sm-6{
margin-left:50%
}
.offset-sm-7{
margin-left:58.3333333333%
}
.offset-sm-8{
margin-left:66.6666666667%
}
.offset-sm-9{
margin-left:75%
}
.offset-sm-10{
margin-left:83.3333333333%
}
.offset-sm-11{
margin-left:91.6666666667%
}
.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.3333333333%
}
.row-cols-md-4>*{
flex:0 0 auto;
width:25%
}
.row-cols-md-5>*{
flex:0 0 auto;
width:20%
}
.row-cols-md-6>*{
flex:0 0 auto;
width:16.6666666667%
}
.col-md-auto{
flex:0 0 auto;
width:auto
}
.col-md-1{
flex:0 0 auto;
width:8.3333333333%
}
.col-md-2{
flex:0 0 auto;
width:16.6666666667%
}
.col-md-3{
flex:0 0 auto;
width:25%
}
.col-md-4{
flex:0 0 auto;
width:33.3333333333%
}
.col-md-5{
flex:0 0 auto;
width:41.6666666667%
}
.col-md-6{
flex:0 0 auto;
width:50%
}
.col-md-7{
flex:0 0 auto;
width:58.3333333333%
}
.col-md-8{
flex:0 0 auto;
width:66.6666666667%
}
.col-md-9{
flex:0 0 auto;
width:75%
}
.col-md-10{
flex:0 0 auto;
width:83.3333333333%
}
.col-md-11{
flex:0 0 auto;
width:91.6666666667%
}
.col-md-12{
flex:0 0 auto;
width:100%
}
.offset-md-0{
margin-left:0
}
.offset-md-1{
margin-left:8.3333333333%
}
.offset-md-2{
margin-left:16.6666666667%
}
.offset-md-3{
margin-left:25%
}
.offset-md-4{
margin-left:33.3333333333%
}
.offset-md-5{
margin-left:41.6666666667%
}
.offset-md-6{
margin-left:50%
}
.offset-md-7{
margin-left:58.3333333333%
}
.offset-md-8{
margin-left:66.6666666667%
}
.offset-md-9{
margin-left:75%
}
.offset-md-10{
margin-left:83.3333333333%
}
.offset-md-11{
margin-left:91.6666666667%
}
.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.3333333333%
}
.row-cols-lg-4>*{
flex:0 0 auto;
width:25%
}
.row-cols-lg-5>*{
flex:0 0 auto;
width:20%
}
.row-cols-lg-6>*{
flex:0 0 auto;
width:16.6666666667%
}
.col-lg-auto{
flex:0 0 auto;
width:auto
}
.col-lg-1{
flex:0 0 auto;
width:8.3333333333%
}
.col-lg-2{
flex:0 0 auto;
width:16.6666666667%
}
.col-lg-3{
flex:0 0 auto;
width:25%
}
.col-lg-4{
flex:0 0 auto;
width:33.3333333333%
}
.col-lg-5{
flex:0 0 auto;
width:41.6666666667%
}
.col-lg-6{
flex:0 0 auto;
width:50%
}
.col-lg-7{
flex:0 0 auto;
width:58.3333333333%
}
.col-lg-8{
flex:0 0 auto;
width:66.6666666667%
}
.col-lg-9{
flex:0 0 auto;
width:75%
}
.col-lg-10{
flex:0 0 auto;
width:83.3333333333%
}
.col-lg-11{
flex:0 0 auto;
width:91.6666666667%
}
.col-lg-12{
flex:0 0 auto;
width:100%
}
.offset-lg-0{
margin-left:0
}
.offset-lg-1{
margin-left:8.3333333333%
}
.offset-lg-2{
margin-left:16.6666666667%
}
.offset-lg-3{
margin-left:25%
}
.offset-lg-4{
margin-left:33.3333333333%
}
.offset-lg-5{
margin-left:41.6666666667%
}
.offset-lg-6{
margin-left:50%
}
.offset-lg-7{
margin-left:58.3333333333%
}
.offset-lg-8{
margin-left:66.6666666667%
}
.offset-lg-9{
margin-left:75%
}
.offset-lg-10{
margin-left:83.3333333333%
}
.offset-lg-11{
margin-left:91.6666666667%
}
.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.3333333333%
}
.row-cols-xl-4>*{
flex:0 0 auto;
width:25%
}
.row-cols-xl-5>*{
flex:0 0 auto;
width:20%
}
.row-cols-xl-6>*{
flex:0 0 auto;
width:16.6666666667%
}
.col-xl-auto{
flex:0 0 auto;
width:auto
}
.col-xl-1{
flex:0 0 auto;
width:8.3333333333%
}
.col-xl-2{
flex:0 0 auto;
width:16.6666666667%
}
.col-xl-3{
flex:0 0 auto;
width:25%
}
.col-xl-4{
flex:0 0 auto;
width:33.3333333333%
}
.col-xl-5{
flex:0 0 auto;
width:41.6666666667%
}
.col-xl-6{
flex:0 0 auto;
width:50%
}
.col-xl-7{
flex:0 0 auto;
width:58.3333333333%
}
.col-xl-8{
flex:0 0 auto;
width:66.6666666667%
}
.col-xl-9{
flex:0 0 auto;
width:75%
}
.col-xl-10{
flex:0 0 auto;
width:83.3333333333%
}
.col-xl-11{
flex:0 0 auto;
width:91.6666666667%
}
.col-xl-12{
flex:0 0 auto;
width:100%
}
.offset-xl-0{
margin-left:0
}
.offset-xl-1{
margin-left:8.3333333333%
}
.offset-xl-2{
margin-left:16.6666666667%
}
.offset-xl-3{
margin-left:25%
}
.offset-xl-4{
margin-left:33.3333333333%
}
.offset-xl-5{
margin-left:41.6666666667%
}
.offset-xl-6{
margin-left:50%
}
.offset-xl-7{
margin-left:58.3333333333%
}
.offset-xl-8{
margin-left:66.6666666667%
}
.offset-xl-9{
margin-left:75%
}
.offset-xl-10{
margin-left:83.3333333333%
}
.offset-xl-11{
margin-left:91.6666666667%
}
.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.3333333333%
}
.row-cols-xxl-4>*{
flex:0 0 auto;
width:25%
}
.row-cols-xxl-5>*{
flex:0 0 auto;
width:20%
}
.row-cols-xxl-6>*{
flex:0 0 auto;
width:16.6666666667%
}
.col-xxl-auto{
flex:0 0 auto;
width:auto
}
.col-xxl-1{
flex:0 0 auto;
width:8.3333333333%
}
.col-xxl-2{
flex:0 0 auto;
width:16.6666666667%
}
.col-xxl-3{
flex:0 0 auto;
width:25%
}
.col-xxl-4{
flex:0 0 auto;
width:33.3333333333%
}
.col-xxl-5{
flex:0 0 auto;
width:41.6666666667%
}
.col-xxl-6{
flex:0 0 auto;
width:50%
}
.col-xxl-7{
flex:0 0 auto;
width:58.3333333333%
}
.col-xxl-8{
flex:0 0 auto;
width:66.6666666667%
}
.col-xxl-9{
flex:0 0 auto;
width:75%
}
.col-xxl-10{
flex:0 0 auto;
width:83.3333333333%
}
.col-xxl-11{
flex:0 0 auto;
width:91.6666666667%
}
.col-xxl-12{
flex:0 0 auto;
width:100%
}
.offset-xxl-0{
margin-left:0
}
.offset-xxl-1{
margin-left:8.3333333333%
}
.offset-xxl-2{
margin-left:16.6666666667%
}
.offset-xxl-3{
margin-left:25%
}
.offset-xxl-4{
margin-left:33.3333333333%
}
.offset-xxl-5{
margin-left:41.6666666667%
}
.offset-xxl-6{
margin-left:50%
}
.offset-xxl-7{
margin-left:58.3333333333%
}
.offset-xxl-8{
margin-left:66.6666666667%
}
.offset-xxl-9{
margin-left:75%
}
.offset-xxl-10{
margin-left:83.3333333333%
}
.offset-xxl-11{
margin-left:91.6666666667%
}
.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{
--bs-table-bg:transparent;
--bs-table-striped-color:#212529;
--bs-table-striped-bg:rgba(0, 0, 0, 0.05);
--bs-table-active-color:#212529;
--bs-table-active-bg:rgba(0, 0, 0, 0.1);
--bs-table-hover-color:#212529;
--bs-table-hover-bg:rgba(0, 0, 0, 0.075);
width:100%;
margin-bottom:1rem;
color:#212529;
vertical-align:top;
border-color:#dee2e6
}
.table>:not(caption)>*>*{
padding:.5rem .5rem;
background-color:var(--bs-table-bg);
border-bottom-width:1px;
box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.table>tbody{
vertical-align:inherit
}
.table>thead{
vertical-align:bottom
}
.table>:not(:last-child)>:last-child>*{
border-bottom-color:currentColor
}
.caption-top{
caption-side:top
}
.table-sm>:not(caption)>*>*{
padding:.25rem .25rem
}
.table-bordered>:not(caption)>*{
border-width:1px 0
}
.table-bordered>:not(caption)>*>*{
border-width:0 1px
}
.table-borderless>:not(caption)>*>*{
border-bottom-width:0
}
.table-striped>tbody>tr:nth-of-type(odd){
--bs-table-accent-bg:var(--bs-table-striped-bg);
color:var(--bs-table-striped-color)
}
.table-active{
--bs-table-accent-bg:var(--bs-table-active-bg);
color:var(--bs-table-active-color)
}
.table-hover>tbody>tr:hover{
--bs-table-accent-bg:var(--bs-table-hover-bg);
color:var(--bs-table-hover-color)
}
.table-primary{
--bs-table-bg:#cfe2ff;
--bs-table-striped-bg:#c5d7f2;
--bs-table-striped-color:#000;
--bs-table-active-bg:#bacbe6;
--bs-table-active-color:#000;
--bs-table-hover-bg:#bfd1ec;
--bs-table-hover-color:#000;
color:#000;
border-color:#bacbe6
}
.table-secondary{
--bs-table-bg:#e2e3e5;
--bs-table-striped-bg:#d7d8da;
--bs-table-striped-color:#000;
--bs-table-active-bg:#cbccce;
--bs-table-active-color:#000;
--bs-table-hover-bg:#d1d2d4;
--bs-table-hover-color:#000;
color:#000;
border-color:#cbccce
}
.table-success{
--bs-table-bg:#d1e7dd;
--bs-table-striped-bg:#c7dbd2;
--bs-table-striped-color:#000;
--bs-table-active-bg:#bcd0c7;
--bs-table-active-color:#000;
--bs-table-hover-bg:#c1d6cc;
--bs-table-hover-color:#000;
color:#000;
border-color:#bcd0c7
}
.table-info{
--bs-table-bg:#cff4fc;
--bs-table-striped-bg:#c5e8ef;
--bs-table-striped-color:#000;
--bs-table-active-bg:#badce3;
--bs-table-active-color:#000;
--bs-table-hover-bg:#bfe2e9;
--bs-table-hover-color:#000;
color:#000;
border-color:#badce3
}
.table-warning{
--bs-table-bg:#fff3cd;
--bs-table-striped-bg:#f2e7c3;
--bs-table-striped-color:#000;
--bs-table-active-bg:#e6dbb9;
--bs-table-active-color:#000;
--bs-table-hover-bg:#ece1be;
--bs-table-hover-color:#000;
color:#000;
border-color:#e6dbb9
}
.table-danger{
--bs-table-bg:#f8d7da;
--bs-table-striped-bg:#eccccf;
--bs-table-striped-color:#000;
--bs-table-active-bg:#dfc2c4;
--bs-table-active-color:#000;
--bs-table-hover-bg:#e5c7ca;
--bs-table-hover-color:#000;
color:#000;
border-color:#dfc2c4
}
.table-light{
--bs-table-bg:#f8f9fa;
--bs-table-striped-bg:#ecedee;
--bs-table-striped-color:#000;
--bs-table-active-bg:#dfe0e1;
--bs-table-active-color:#000;
--bs-table-hover-bg:#e5e6e7;
--bs-table-hover-color:#000;
color:#000;
border-color:#dfe0e1
}
.table-dark{
--bs-table-bg:#212529;
--bs-table-striped-bg:#2c3034;
--bs-table-striped-color:#fff;
--bs-table-active-bg:#373b3e;
--bs-table-active-color:#fff;
--bs-table-hover-bg:#323539;
--bs-table-hover-color:#fff;
color:#fff;
border-color:#373b3e
}
.table-responsive{
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
@media (max-width:575.98px){
.table-responsive-sm{
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:767.98px){
.table-responsive-md{
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:991.98px){
.table-responsive-lg{
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:1199.98px){
.table-responsive-xl{
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:1399.98px){
.table-responsive-xxl{
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
.form-label{
margin-bottom:.5rem
}
.col-form-label{
padding-top:calc(.375rem + 1px);
padding-bottom:calc(.375rem + 1px);
margin-bottom:0;
font-size:inherit;
line-height:1.5
}
.col-form-label-lg{
padding-top:calc(.5rem + 1px);
padding-bottom:calc(.5rem + 1px);
font-size:1.25rem
}
.col-form-label-sm{
padding-top:calc(.25rem + 1px);
padding-bottom:calc(.25rem + 1px);
font-size:.875rem
}
.form-text{
margin-top:.25rem;
font-size:.875em;
color:#6c757d
}
.form-control{
display:block;
width:100%;
padding:.375rem .75rem;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
background-color:#fff;
background-clip:padding-box;
border:1px solid #ced4da;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border-radius:.25rem;
transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.form-control{
transition:none
}
}
.form-control[type=file]{
overflow:hidden
}
.form-control[type=file]:not(:disabled):not([readonly]){
cursor:pointer
}
.form-control:focus{
color:#212529;
background-color:#fff;
border-color:#86b7fe;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.form-control::-webkit-date-and-time-value{
height:1.5em
}
.form-control::-webkit-input-placeholder{
color:#6c757d;
opacity:1
}
.form-control::-moz-placeholder{
color:#6c757d;
opacity:1
}
.form-control::placeholder{
color:#6c757d;
opacity:1
}
.form-control:disabled,.form-control[readonly]{
background-color:#e9ecef;
opacity:1
}
.form-control::file-selector-button{
padding:.375rem .75rem;
margin:-.375rem -.75rem;
-webkit-margin-end:.75rem;
margin-inline-end:.75rem;
color:#212529;
background-color:#e9ecef;
pointer-events:none;
border-color:inherit;
border-style:solid;
border-width:0;
border-inline-end-width:1px;
border-radius:0;
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.form-control::file-selector-button{
transition:none
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
background-color:#dde0e3
}
.form-control::-webkit-file-upload-button{
padding:.375rem .75rem;
margin:-.375rem -.75rem;
-webkit-margin-end:.75rem;
margin-inline-end:.75rem;
color:#212529;
background-color:#e9ecef;
pointer-events:none;
border-color:inherit;
border-style:solid;
border-width:0;
border-inline-end-width:1px;
border-radius:0;
-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.form-control::-webkit-file-upload-button{
-webkit-transition:none;
transition:none
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
background-color:#dde0e3
}
.form-control-plaintext{
display:block;
width:100%;
padding:.375rem 0;
margin-bottom:0;
line-height:1.5;
color:#212529;
background-color:transparent;
border:solid transparent;
border-width:1px 0
}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{
padding-right:0;
padding-left:0
}
.form-control-sm{
min-height:calc(1.5em + .5rem + 2px);
padding:.25rem .5rem;
font-size:.875rem;
border-radius:.2rem
}
.form-control-sm::file-selector-button{
padding:.25rem .5rem;
margin:-.25rem -.5rem;
-webkit-margin-end:.5rem;
margin-inline-end:.5rem
}
.form-control-sm::-webkit-file-upload-button{
padding:.25rem .5rem;
margin:-.25rem -.5rem;
-webkit-margin-end:.5rem;
margin-inline-end:.5rem
}
.form-control-lg{
min-height:calc(1.5em + 1rem + 2px);
padding:.5rem 1rem;
font-size:1.25rem;
border-radius:.3rem
}
.form-control-lg::file-selector-button{
padding:.5rem 1rem;
margin:-.5rem -1rem;
-webkit-margin-end:1rem;
margin-inline-end:1rem
}
.form-control-lg::-webkit-file-upload-button{
padding:.5rem 1rem;
margin:-.5rem -1rem;
-webkit-margin-end:1rem;
margin-inline-end:1rem
}
textarea.form-control{
min-height:calc(1.5em + .75rem + 2px)
}
textarea.form-control-sm{
min-height:calc(1.5em + .5rem + 2px)
}
textarea.form-control-lg{
min-height:calc(1.5em + 1rem + 2px)
}
.form-control-color{
max-width:3rem;
height:auto;
padding:.375rem
}
.form-control-color:not(:disabled):not([readonly]){
cursor:pointer
}
.form-control-color::-moz-color-swatch{
height:1.5em;
border-radius:.25rem
}
.form-control-color::-webkit-color-swatch{
height:1.5em;
border-radius:.25rem
}
.form-select{
display:block;
width:100%;
padding:.375rem 2.25rem .375rem .75rem;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
background-color:#fff;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right .75rem center;
background-size:16px 12px;
border:1px solid #ced4da;
border-radius:.25rem;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
.form-select:focus{
border-color:#86b7fe;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.form-select[multiple],.form-select[size]:not([size="1"]){
padding-right:.75rem;
background-image:none
}
.form-select:disabled{
color:#6c757d;
background-color:#e9ecef
}
.form-select:-moz-focusring{
color:transparent;
text-shadow:0 0 0 #212529
}
.form-select-sm{
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.875rem
}
.form-select-lg{
padding-top:.5rem;
padding-bottom:.5rem;
padding-left:1rem;
font-size:1.25rem
}
.form-check{
display:block;
min-height:1.5rem;
padding-left:1.5em;
margin-bottom:.125rem
}
.form-check .form-check-input{
float:left;
margin-left:-1.5em
}
.form-check-input{
width:1em;
height:1em;
margin-top:.25em;
vertical-align:top;
background-color:#fff;
background-repeat:no-repeat;
background-position:center;
background-size:contain;
border:1px solid rgba(0,0,0,.25);
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-webkit-print-color-adjust:exact;
color-adjust:exact
}
.form-check-input[type=checkbox]{
border-radius:.25em
}
.form-check-input[type=radio]{
border-radius:50%
}
.form-check-input:active{
filter:brightness(90%)
}
.form-check-input:focus{
border-color:#86b7fe;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.form-check-input:checked{
background-color:#0d6efd;
border-color:#0d6efd
}
.form-check-input:checked[type=checkbox]{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio]{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate{
background-color:#0d6efd;
border-color:#0d6efd;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled{
pointer-events:none;
filter:none;
opacity:.5
}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{
opacity:.5
}
.form-switch{
padding-left:2.5em
}
.form-switch .form-check-input{
width:2em;
margin-left:-2.5em;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position:left center;
border-radius:2em;
transition:background-position .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.form-switch .form-check-input{
transition:none
}
}
.form-switch .form-check-input:focus{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked{
background-position:right center;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-inline{
display:inline-block;
margin-right:1rem
}
.btn-check{
position:absolute;
clip:rect(0,0,0,0);
pointer-events:none
}
.btn-check:disabled+.btn,.btn-check[disabled]+.btn{
pointer-events:none;
filter:none;
opacity:.65
}
.form-range{
width:100%;
height:1.5rem;
padding:0;
background-color:transparent;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
.form-range:focus{
outline:0
}
.form-range:focus::-webkit-slider-thumb{
box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}
.form-range:focus::-moz-range-thumb{
box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}
.form-range::-moz-focus-outer{
border:0
}
.form-range::-webkit-slider-thumb{
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#0d6efd;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce){
.form-range::-webkit-slider-thumb{
-webkit-transition:none;
transition:none
}
}
.form-range::-webkit-slider-thumb:active{
background-color:#b6d4fe
}
.form-range::-webkit-slider-runnable-track{
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.form-range::-moz-range-thumb{
width:1rem;
height:1rem;
background-color:#0d6efd;
border:0;
border-radius:1rem;
-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-moz-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce){
.form-range::-moz-range-thumb{
-moz-transition:none;
transition:none
}
}
.form-range::-moz-range-thumb:active{
background-color:#b6d4fe
}
.form-range::-moz-range-track{
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.form-range:disabled{
pointer-events:none
}
.form-range:disabled::-webkit-slider-thumb{
background-color:#adb5bd
}
.form-range:disabled::-moz-range-thumb{
background-color:#adb5bd
}
.form-floating{
position:relative
}
.form-floating>.form-control,.form-floating>.form-select{
height:calc(3.5rem + 2px);
padding:1rem .75rem
}
.form-floating>label{
position:absolute;
top:0;
left:0;
height:100%;
padding:1rem .75rem;
pointer-events:none;
border:1px solid transparent;
transform-origin:0 0;
transition:opacity .1s ease-in-out,transform .1s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.form-floating>label{
transition:none
}
}
.form-floating>.form-control::-webkit-input-placeholder{
color:transparent
}
.form-floating>.form-control::-moz-placeholder{
color:transparent
}
.form-floating>.form-control::placeholder{
color:transparent
}
.form-floating>.form-control:not(:-moz-placeholder-shown){
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-control:-webkit-autofill{
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-select{
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label{
opacity:.65;
transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{
opacity:.65;
transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:-webkit-autofill~label{
opacity:.65;
transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.input-group{
position:relative;
display:flex;
flex-wrap:wrap;
align-items:stretch;
width:100%
}
.input-group>.form-control,.input-group>.form-select{
position:relative;
flex:1 1 auto;
width:1%;
min-width:0
}
.input-group>.form-control:focus,.input-group>.form-select:focus{
z-index:3
}
.input-group .btn{
position:relative;
z-index:2
}
.input-group .btn:focus{
z-index:3
}
.input-group-text{
display:flex;
align-items:center;
padding:.375rem .75rem;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
text-align:center;
white-space:nowrap;
background-color:#e9ecef;
border:1px solid #ced4da;
border-radius:.25rem
}
.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{
padding:.5rem 1rem;
font-size:1.25rem;
border-radius:.3rem
}
.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{
padding:.25rem .5rem;
font-size:.875rem;
border-radius:.2rem
}
.input-group-lg>.form-select,.input-group-sm>.form-select{
padding-right:3rem
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
margin-left:-1px;
border-top-left-radius:0;
border-bottom-left-radius:0
}
.valid-feedback{
display:none;
width:100%;
margin-top:.25rem;
font-size:.875em;
color:#198754
}
.valid-tooltip{
position:absolute;
top:100%;
z-index:5;
display:none;
max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
color:#fff;
background-color:rgba(25,135,84,.9);
border-radius:.25rem
}
.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{
display:block
}
.form-control.is-valid,.was-validated .form-control:valid{
border-color:#198754;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right calc(.375em + .1875rem) center;
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus{
border-color:#198754;
box-shadow:0 0 0 .25rem rgba(25,135,84,.25)
}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.form-select.is-valid,.was-validated .form-select:valid{
border-color:#198754;
padding-right:4.125rem;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position:right .75rem center,center right 2.25rem;
background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-select.is-valid:focus,.was-validated .form-select:valid:focus{
border-color:#198754;
box-shadow:0 0 0 .25rem rgba(25,135,84,.25)
}
.form-check-input.is-valid,.was-validated .form-check-input:valid{
border-color:#198754
}
.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{
background-color:#198754
}
.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{
box-shadow:0 0 0 .25rem rgba(25,135,84,.25)
}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{
color:#198754
}
.form-check-inline .form-check-input~.valid-feedback{
margin-left:.5em
}
.invalid-feedback{
display:none;
width:100%;
margin-top:.25rem;
font-size:.875em;
color:#dc3545
}
.invalid-tooltip{
position:absolute;
top:100%;
z-index:5;
display:none;
max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
color:#fff;
background-color:rgba(220,53,69,.9);
border-radius:.25rem
}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{
display:block
}
.form-control.is-invalid,.was-validated .form-control:invalid{
border-color:#dc3545;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right calc(.375em + .1875rem) center;
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{
border-color:#dc3545;
box-shadow:0 0 0 .25rem rgba(220,53,69,.25)
}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.form-select.is-invalid,.was-validated .form-select:invalid{
border-color:#dc3545;
padding-right:4.125rem;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position:right .75rem center,center right 2.25rem;
background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{
border-color:#dc3545;
box-shadow:0 0 0 .25rem rgba(220,53,69,.25)
}
.form-check-input.is-invalid,.was-validated .form-check-input:invalid{
border-color:#dc3545
}
.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{
background-color:#dc3545
}
.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{
box-shadow:0 0 0 .25rem rgba(220,53,69,.25)
}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{
color:#dc3545
}
.form-check-inline .form-check-input~.invalid-feedback{
margin-left:.5em
}
.btn{
display:inline-block;
font-weight:400;
line-height:1.5;
color:#212529;
text-align:center;
text-decoration:none;
vertical-align:middle;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
background-color:transparent;
border:1px solid transparent;
padding:.375rem .75rem;
font-size:1rem;
border-radius:.25rem;
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.btn{
transition:none
}
}
.btn:hover{
color:#212529
}
.btn-check:focus+.btn,.btn:focus{
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.btn.disabled,.btn:disabled,fieldset:disabled .btn{
pointer-events:none;
opacity:.65
}
.btn-primary{
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.btn-primary:hover{
color:#fff;
background-color:#0b5ed7;
border-color:#0a58ca
}
.btn-check:focus+.btn-primary,.btn-primary:focus{
color:#fff;
background-color:#0b5ed7;
border-color:#0a58ca;
box-shadow:0 0 0 .25rem rgba(49,132,253,.5)
}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{
color:#fff;
background-color:#0a58ca;
border-color:#0a53be
}
.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{
box-shadow:0 0 0 .25rem rgba(49,132,253,.5)
}
.btn-primary.disabled,.btn-primary:disabled{
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.btn-secondary{
color:#fff;
background-color:#6c757d;
border-color:#6c757d
}
.btn-secondary:hover{
color:#fff;
background-color:#5c636a;
border-color:#565e64
}
.btn-check:focus+.btn-secondary,.btn-secondary:focus{
color:#fff;
background-color:#5c636a;
border-color:#565e64;
box-shadow:0 0 0 .25rem rgba(130,138,145,.5)
}
.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{
color:#fff;
background-color:#565e64;
border-color:#51585e
}
.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{
box-shadow:0 0 0 .25rem rgba(130,138,145,.5)
}
.btn-secondary.disabled,.btn-secondary:disabled{
color:#fff;
background-color:#6c757d;
border-color:#6c757d
}
.btn-success{
color:#fff;
background-color:#198754;
border-color:#198754
}
.btn-success:hover{
color:#fff;
background-color:#157347;
border-color:#146c43
}
.btn-check:focus+.btn-success,.btn-success:focus{
color:#fff;
background-color:#157347;
border-color:#146c43;
box-shadow:0 0 0 .25rem rgba(60,153,110,.5)
}
.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{
color:#fff;
background-color:#146c43;
border-color:#13653f
}
.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{
box-shadow:0 0 0 .25rem rgba(60,153,110,.5)
}
.btn-success.disabled,.btn-success:disabled{
color:#fff;
background-color:#198754;
border-color:#198754
}
.btn-info{
color:#000;
background-color:#0dcaf0;
border-color:#0dcaf0
}
.btn-info:hover{
color:#000;
background-color:#31d2f2;
border-color:#25cff2
}
.btn-check:focus+.btn-info,.btn-info:focus{
color:#000;
background-color:#31d2f2;
border-color:#25cff2;
box-shadow:0 0 0 .25rem rgba(11,172,204,.5)
}
.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{
color:#000;
background-color:#3dd5f3;
border-color:#25cff2
}
.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{
box-shadow:0 0 0 .25rem rgba(11,172,204,.5)
}
.btn-info.disabled,.btn-info:disabled{
color:#000;
background-color:#0dcaf0;
border-color:#0dcaf0
}
.btn-warning{
color:#000;
background-color:#ffc107;
border-color:#ffc107
}
.btn-warning:hover{
color:#000;
background-color:#ffca2c;
border-color:#ffc720
}
.btn-check:focus+.btn-warning,.btn-warning:focus{
color:#000;
background-color:#ffca2c;
border-color:#ffc720;
box-shadow:0 0 0 .25rem rgba(217,164,6,.5)
}
.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{
color:#000;
background-color:#ffcd39;
border-color:#ffc720
}
.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{
box-shadow:0 0 0 .25rem rgba(217,164,6,.5)
}
.btn-warning.disabled,.btn-warning:disabled{
color:#000;
background-color:#ffc107;
border-color:#ffc107
}
.btn-danger{
color:#fff;
background-color:#dc3545;
border-color:#dc3545
}
.btn-danger:hover{
color:#fff;
background-color:#bb2d3b;
border-color:#b02a37
}
.btn-check:focus+.btn-danger,.btn-danger:focus{
color:#fff;
background-color:#bb2d3b;
border-color:#b02a37;
box-shadow:0 0 0 .25rem rgba(225,83,97,.5)
}
.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{
color:#fff;
background-color:#b02a37;
border-color:#a52834
}
.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{
box-shadow:0 0 0 .25rem rgba(225,83,97,.5)
}
.btn-danger.disabled,.btn-danger:disabled{
color:#fff;
background-color:#dc3545;
border-color:#dc3545
}
.btn-light{
color:#000;
background-color:#f8f9fa;
border-color:#f8f9fa
}
.btn-light:hover{
color:#000;
background-color:#f9fafb;
border-color:#f9fafb
}
.btn-check:focus+.btn-light,.btn-light:focus{
color:#000;
background-color:#f9fafb;
border-color:#f9fafb;
box-shadow:0 0 0 .25rem rgba(211,212,213,.5)
}
.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{
color:#000;
background-color:#f9fafb;
border-color:#f9fafb
}
.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{
box-shadow:0 0 0 .25rem rgba(211,212,213,.5)
}
.btn-light.disabled,.btn-light:disabled{
color:#000;
background-color:#f8f9fa;
border-color:#f8f9fa
}
.btn-dark{
color:#fff;
background-color:#212529;
border-color:#212529
}
.btn-dark:hover{
color:#fff;
background-color:#1c1f23;
border-color:#1a1e21
}
.btn-check:focus+.btn-dark,.btn-dark:focus{
color:#fff;
background-color:#1c1f23;
border-color:#1a1e21;
box-shadow:0 0 0 .25rem rgba(66,70,73,.5)
}
.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{
color:#fff;
background-color:#1a1e21;
border-color:#191c1f
}
.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{
box-shadow:0 0 0 .25rem rgba(66,70,73,.5)
}
.btn-dark.disabled,.btn-dark:disabled{
color:#fff;
background-color:#212529;
border-color:#212529
}
.btn-outline-primary{
color:#0d6efd;
border-color:#0d6efd
}
.btn-outline-primary:hover{
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{
box-shadow:0 0 0 .25rem rgba(13,110,253,.5)
}
.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{
box-shadow:0 0 0 .25rem rgba(13,110,253,.5)
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
color:#0d6efd;
background-color:transparent
}
.btn-outline-secondary{
color:#6c757d;
border-color:#6c757d
}
.btn-outline-secondary:hover{
color:#fff;
background-color:#6c757d;
border-color:#6c757d
}
.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{
box-shadow:0 0 0 .25rem rgba(108,117,125,.5)
}
.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{
color:#fff;
background-color:#6c757d;
border-color:#6c757d
}
.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{
box-shadow:0 0 0 .25rem rgba(108,117,125,.5)
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{
color:#6c757d;
background-color:transparent
}
.btn-outline-success{
color:#198754;
border-color:#198754
}
.btn-outline-success:hover{
color:#fff;
background-color:#198754;
border-color:#198754
}
.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{
box-shadow:0 0 0 .25rem rgba(25,135,84,.5)
}
.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{
color:#fff;
background-color:#198754;
border-color:#198754
}
.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{
box-shadow:0 0 0 .25rem rgba(25,135,84,.5)
}
.btn-outline-success.disabled,.btn-outline-success:disabled{
color:#198754;
background-color:transparent
}
.btn-outline-info{
color:#0dcaf0;
border-color:#0dcaf0
}
.btn-outline-info:hover{
color:#000;
background-color:#0dcaf0;
border-color:#0dcaf0
}
.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{
box-shadow:0 0 0 .25rem rgba(13,202,240,.5)
}
.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{
color:#000;
background-color:#0dcaf0;
border-color:#0dcaf0
}
.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{
box-shadow:0 0 0 .25rem rgba(13,202,240,.5)
}
.btn-outline-info.disabled,.btn-outline-info:disabled{
color:#0dcaf0;
background-color:transparent
}
.btn-outline-warning{
color:#ffc107;
border-color:#ffc107
}
.btn-outline-warning:hover{
color:#000;
background-color:#ffc107;
border-color:#ffc107
}
.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{
box-shadow:0 0 0 .25rem rgba(255,193,7,.5)
}
.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{
color:#000;
background-color:#ffc107;
border-color:#ffc107
}
.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{
box-shadow:0 0 0 .25rem rgba(255,193,7,.5)
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{
color:#ffc107;
background-color:transparent
}
.btn-outline-danger{
color:#dc3545;
border-color:#dc3545
}
.btn-outline-danger:hover{
color:#fff;
background-color:#dc3545;
border-color:#dc3545
}
.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{
box-shadow:0 0 0 .25rem rgba(220,53,69,.5)
}
.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{
color:#fff;
background-color:#dc3545;
border-color:#dc3545
}
.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{
box-shadow:0 0 0 .25rem rgba(220,53,69,.5)
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{
color:#dc3545;
background-color:transparent
}
.btn-outline-light{
color:#f8f9fa;
border-color:#f8f9fa
}
.btn-outline-light:hover{
color:#000;
background-color:#f8f9fa;
border-color:#f8f9fa
}
.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{
box-shadow:0 0 0 .25rem rgba(248,249,250,.5)
}
.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{
color:#000;
background-color:#f8f9fa;
border-color:#f8f9fa
}
.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{
box-shadow:0 0 0 .25rem rgba(248,249,250,.5)
}
.btn-outline-light.disabled,.btn-outline-light:disabled{
color:#f8f9fa;
background-color:transparent
}
.btn-outline-dark{
color:#212529;
border-color:#212529
}
.btn-outline-dark:hover{
color:#fff;
background-color:#212529;
border-color:#212529
}
.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{
box-shadow:0 0 0 .25rem rgba(33,37,41,.5)
}
.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{
color:#fff;
background-color:#212529;
border-color:#212529
}
.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{
box-shadow:0 0 0 .25rem rgba(33,37,41,.5)
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{
color:#212529;
background-color:transparent
}
.btn-link{
font-weight:400;
color:#0d6efd;
text-decoration:underline
}
.btn-link:hover{
color:#0a58ca
}
.btn-link.disabled,.btn-link:disabled{
color:#6c757d
}
.btn-group-lg>.btn,.btn-lg{
padding:.5rem 1rem;
font-size:1.25rem;
border-radius:.3rem
}
.btn-group-sm>.btn,.btn-sm{
padding:.25rem .5rem;
font-size:.875rem;
border-radius:.2rem
}
.fade{
transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce){
.fade{
transition:none
}
}
.fade:not(.show){
opacity:0
}
.collapse:not(.show){
display:none
}
.collapsing{
height:0;
overflow:hidden;
transition:height .35s ease
}
@media (prefers-reduced-motion:reduce){
.collapsing{
transition:none
}
}
.dropdown,.dropend,.dropstart,.dropup{
position:relative
}
.dropdown-toggle{
white-space:nowrap
}
.dropdown-toggle::after{
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid;
border-right:.3em solid transparent;
border-bottom:0;
border-left:.3em solid transparent
}
.dropdown-toggle:empty::after{
margin-left:0
}
.dropdown-menu{
position:absolute;
top:100%;
z-index:1000;
display:none;
min-width:10rem;
padding:.5rem 0;
margin:0;
font-size:1rem;
color:#212529;
text-align:left;
list-style:none;
background-color:#fff;
background-clip:padding-box;
border:1px solid rgba(0,0,0,.15);
border-radius:.25rem
}
.dropdown-menu[data-bs-popper]{
left:0;
margin-top:.125rem
}
.dropdown-menu-start{
--bs-position:start
}
.dropdown-menu-start[data-bs-popper]{
right:auto;
left:0
}
.dropdown-menu-end{
--bs-position:end
}
.dropdown-menu-end[data-bs-popper]{
right:0;
left:auto
}
@media (min-width:576px){
.dropdown-menu-sm-start{
--bs-position:start
}
.dropdown-menu-sm-start[data-bs-popper]{
right:auto;
left:0
}
.dropdown-menu-sm-end{
--bs-position:end
}
.dropdown-menu-sm-end[data-bs-popper]{
right:0;
left:auto
}
}
@media (min-width:768px){
.dropdown-menu-md-start{
--bs-position:start
}
.dropdown-menu-md-start[data-bs-popper]{
right:auto;
left:0
}
.dropdown-menu-md-end{
--bs-position:end
}
.dropdown-menu-md-end[data-bs-popper]{
right:0;
left:auto
}
}
@media (min-width:992px){
.dropdown-menu-lg-start{
--bs-position:start
}
.dropdown-menu-lg-start[data-bs-popper]{
right:auto;
left:0
}
.dropdown-menu-lg-end{
--bs-position:end
}
.dropdown-menu-lg-end[data-bs-popper]{
right:0;
left:auto
}
}
@media (min-width:1200px){
.dropdown-menu-xl-start{
--bs-position:start
}
.dropdown-menu-xl-start[data-bs-popper]{
right:auto;
left:0
}
.dropdown-menu-xl-end{
--bs-position:end
}
.dropdown-menu-xl-end[data-bs-popper]{
right:0;
left:auto
}
}
@media (min-width:1400px){
.dropdown-menu-xxl-start{
--bs-position:start
}
.dropdown-menu-xxl-start[data-bs-popper]{
right:auto;
left:0
}
.dropdown-menu-xxl-end{
--bs-position:end
}
.dropdown-menu-xxl-end[data-bs-popper]{
right:0;
left:auto
}
}
.dropup .dropdown-menu{
top:auto;
bottom:100%
}
.dropup .dropdown-menu[data-bs-popper]{
margin-top:0;
margin-bottom:.125rem
}
.dropup .dropdown-toggle::after{
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:0;
border-right:.3em solid transparent;
border-bottom:.3em solid;
border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after{
margin-left:0
}
.dropend .dropdown-menu{
top:0;
right:auto;
left:100%
}
.dropend .dropdown-menu[data-bs-popper]{
margin-top:0;
margin-left:.125rem
}
.dropend .dropdown-toggle::after{
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:0;
border-bottom:.3em solid transparent;
border-left:.3em solid
}
.dropend .dropdown-toggle:empty::after{
margin-left:0
}
.dropend .dropdown-toggle::after{
vertical-align:0
}
.dropstart .dropdown-menu{
top:0;
right:100%;
left:auto
}
.dropstart .dropdown-menu[data-bs-popper]{
margin-top:0;
margin-right:.125rem
}
.dropstart .dropdown-toggle::after{
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:""
}
.dropstart .dropdown-toggle::after{
display:none
}
.dropstart .dropdown-toggle::before{
display:inline-block;
margin-right:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:.3em solid;
border-bottom:.3em solid transparent
}
.dropstart .dropdown-toggle:empty::after{
margin-left:0
}
.dropstart .dropdown-toggle::before{
vertical-align:0
}
.dropdown-divider{
height:0;
margin:.5rem 0;
overflow:hidden;
border-top:1px solid rgba(0,0,0,.15)
}
.dropdown-item{
display:block;
width:100%;
padding:.25rem 1rem;
clear:both;
font-weight:400;
color:#212529;
text-align:inherit;
text-decoration:none;
white-space:nowrap;
background-color:transparent;
border:0
}
.dropdown-item:focus,.dropdown-item:hover{
color:#1e2125;
background-color:#e9ecef
}
.dropdown-item.active,.dropdown-item:active{
color:#fff;
text-decoration:none;
background-color:#0d6efd
}
.dropdown-item.disabled,.dropdown-item:disabled{
color:#adb5bd;
pointer-events:none;
background-color:transparent
}
.dropdown-menu.show{
display:block
}
.dropdown-header{
display:block;
padding:.5rem 1rem;
margin-bottom:0;
font-size:.875rem;
color:#6c757d;
white-space:nowrap
}
.dropdown-item-text{
display:block;
padding:.25rem 1rem;
color:#212529
}
.dropdown-menu-dark{
color:#dee2e6;
background-color:#343a40;
border-color:rgba(0,0,0,.15)
}
.dropdown-menu-dark .dropdown-item{
color:#dee2e6
}
.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{
color:#fff;
background-color:rgba(255,255,255,.15)
}
.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{
color:#fff;
background-color:#0d6efd
}
.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{
color:#adb5bd
}
.dropdown-menu-dark .dropdown-divider{
border-color:rgba(0,0,0,.15)
}
.dropdown-menu-dark .dropdown-item-text{
color:#dee2e6
}
.dropdown-menu-dark .dropdown-header{
color:#adb5bd
}
.btn-group,.btn-group-vertical{
position:relative;
display:inline-flex;
vertical-align:middle
}
.btn-group-vertical>.btn,.btn-group>.btn{
position:relative;
flex:1 1 auto
}
.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{
z-index:1
}
.btn-toolbar{
display:flex;
flex-wrap:wrap;
justify-content:flex-start
}
.btn-toolbar .input-group{
width:auto
}
.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){
margin-left:-1px
}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){
border-top-right-radius:0;
border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{
border-top-left-radius:0;
border-bottom-left-radius:0
}
.dropdown-toggle-split{
padding-right:.5625rem;
padding-left:.5625rem
}
.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{
margin-left:0
}
.dropstart .dropdown-toggle-split::before{
margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{
padding-right:.375rem;
padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{
padding-right:.75rem;
padding-left:.75rem
}
.btn-group-vertical{
flex-direction:column;
align-items:flex-start;
justify-content:center
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{
width:100%
}
.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){
margin-top:-1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{
border-top-left-radius:0;
border-top-right-radius:0
}
.nav{
display:flex;
flex-wrap:wrap;
padding-left:0;
margin-bottom:0;
list-style:none
}
.nav-link{
display:block;
padding:.5rem 1rem;
text-decoration:none;
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.nav-link{
transition:none
}
}
.nav-link.disabled{
color:#6c757d;
pointer-events:none;
cursor:default
}
.nav-tabs{
border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-link{
margin-bottom:-1px;
background:0 0;
border:1px solid transparent;
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
border-color:#e9ecef #e9ecef #dee2e6;
isolation:isolate
}
.nav-tabs .nav-link.disabled{
color:#6c757d;
background-color:transparent;
border-color:transparent
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
color:#495057;
background-color:#fff;
border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu{
margin-top:-1px;
border-top-left-radius:0;
border-top-right-radius:0
}
.nav-pills .nav-link{
background:0 0;
border:0;
border-radius:.25rem
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
color:#fff;
background-color:#0d6efd
}
.nav-fill .nav-item,.nav-fill>.nav-link{
flex:1 1 auto;
text-align:center
}
.nav-justified .nav-item,.nav-justified>.nav-link{
flex-basis:0;
flex-grow:1;
text-align:center
}
.tab-content>.tab-pane{
display:none
}
.tab-content>.active{
display:block
}
.navbar{
position:relative;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
padding-top:.5rem;
padding-bottom:.5rem
}
.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{
display:flex;
flex-wrap:inherit;
align-items:center;
justify-content:space-between
}
.navbar-brand{
padding-top:.3125rem;
padding-bottom:.3125rem;
margin-right:1rem;
font-size:1.25rem;
text-decoration:none;
white-space:nowrap
}
.navbar-nav{
display:flex;
flex-direction:column;
padding-left:0;
margin-bottom:0;
list-style:none
}
.navbar-nav .nav-link{
padding-right:0;
padding-left:0
}
.navbar-nav .dropdown-menu{
position:static
}
.navbar-text{
padding-top:.5rem;
padding-bottom:.5rem
}
.navbar-collapse{
flex-basis:100%;
flex-grow:1;
align-items:center
}
.navbar-toggler{
padding:.25rem .75rem;
font-size:1.25rem;
line-height:1;
background-color:transparent;
border:1px solid transparent;
border-radius:.25rem;
transition:box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.navbar-toggler{
transition:none
}
}
.navbar-toggler:hover{
text-decoration:none
}
.navbar-toggler:focus{
text-decoration:none;
outline:0;
box-shadow:0 0 0 .25rem
}
.navbar-toggler-icon{
display:inline-block;
width:1.5em;
height:1.5em;
vertical-align:middle;
background-repeat:no-repeat;
background-position:center;
background-size:100%
}
.navbar-nav-scroll{
max-height:var(--bs-scroll-height,75vh);
overflow-y:auto
}
@media (min-width:576px){
.navbar-expand-sm{
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-sm .navbar-nav{
flex-direction:row
}
.navbar-expand-sm .navbar-nav .dropdown-menu{
position:absolute
}
.navbar-expand-sm .navbar-nav .nav-link{
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-sm .navbar-nav-scroll{
overflow:visible
}
.navbar-expand-sm .navbar-collapse{
display:flex!important;
flex-basis:auto
}
.navbar-expand-sm .navbar-toggler{
display:none
}
}
@media (min-width:768px){
.navbar-expand-md{
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-md .navbar-nav{
flex-direction:row
}
.navbar-expand-md .navbar-nav .dropdown-menu{
position:absolute
}
.navbar-expand-md .navbar-nav .nav-link{
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-md .navbar-nav-scroll{
overflow:visible
}
.navbar-expand-md .navbar-collapse{
display:flex!important;
flex-basis:auto
}
.navbar-expand-md .navbar-toggler{
display:none
}
}
@media (min-width:992px){
.navbar-expand-lg{
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-lg .navbar-nav{
flex-direction:row
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
position:absolute
}
.navbar-expand-lg .navbar-nav .nav-link{
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-lg .navbar-nav-scroll{
overflow:visible
}
.navbar-expand-lg .navbar-collapse{
display:flex!important;
flex-basis:auto
}
.navbar-expand-lg .navbar-toggler{
display:none
}
}
@media (min-width:1200px){
.navbar-expand-xl{
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-xl .navbar-nav{
flex-direction:row
}
.navbar-expand-xl .navbar-nav .dropdown-menu{
position:absolute
}
.navbar-expand-xl .navbar-nav .nav-link{
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-xl .navbar-nav-scroll{
overflow:visible
}
.navbar-expand-xl .navbar-collapse{
display:flex!important;
flex-basis:auto
}
.navbar-expand-xl .navbar-toggler{
display:none
}
}
@media (min-width:1400px){
.navbar-expand-xxl{
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-xxl .navbar-nav{
flex-direction:row
}
.navbar-expand-xxl .navbar-nav .dropdown-menu{
position:absolute
}
.navbar-expand-xxl .navbar-nav .nav-link{
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-xxl .navbar-nav-scroll{
overflow:visible
}
.navbar-expand-xxl .navbar-collapse{
display:flex!important;
flex-basis:auto
}
.navbar-expand-xxl .navbar-toggler{
display:none
}
}
.navbar-expand{
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand .navbar-nav{
flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu{
position:absolute
}
.navbar-expand .navbar-nav .nav-link{
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand .navbar-nav-scroll{
overflow:visible
}
.navbar-expand .navbar-collapse{
display:flex!important;
flex-basis:auto
}
.navbar-expand .navbar-toggler{
display:none
}
.navbar-light .navbar-brand{
color:rgba(0,0,0,.9)
}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{
color:rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link{
color:rgba(0,0,0,.55)
}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{
color:rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled{
color:rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{
color:rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler{
color:rgba(0,0,0,.55);
border-color:rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text{
color:rgba(0,0,0,.55)
}
.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{
color:rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand{
color:#fff
}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{
color:#fff
}
.navbar-dark .navbar-nav .nav-link{
color:rgba(255,255,255,.55)
}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
color:rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled{
color:rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{
color:#fff
}
.navbar-dark .navbar-toggler{
color:rgba(255,255,255,.55);
border-color:rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text{
color:rgba(255,255,255,.55)
}
.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{
color:#fff
}
.card{
position:relative;
display:flex;
flex-direction:column;
min-width:0;
word-wrap:break-word;
background-color:#fff;
background-clip:border-box;
border:1px solid rgba(0,0,0,.125);
border-radius:.25rem
}
.card>hr{
margin-right:0;
margin-left:0
}
.card>.list-group{
border-top:inherit;
border-bottom:inherit
}
.card>.list-group:first-child{
border-top-width:0;
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card>.list-group:last-child{
border-bottom-width:0;
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card>.card-header+.list-group,.card>.list-group+.card-footer{
border-top:0
}
.card-body{
flex:1 1 auto;
padding:1rem 1rem
}
.card-title{
margin-bottom:.5rem
}
.card-subtitle{
margin-top:-.25rem;
margin-bottom:0
}
.card-text:last-child{
margin-bottom:0
}
.card-link:hover{
text-decoration:none
}
.card-link+.card-link{
margin-left:1rem
}
.card-header{
padding:.5rem 1rem;
margin-bottom:0;
background-color:rgba(0,0,0,.03);
border-bottom:1px solid rgba(0,0,0,.125)
}
.card-header:first-child{
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-footer{
padding:.5rem 1rem;
background-color:rgba(0,0,0,.03);
border-top:1px solid rgba(0,0,0,.125)
}
.card-footer:last-child{
border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs{
margin-right:-.5rem;
margin-bottom:-.5rem;
margin-left:-.5rem;
border-bottom:0
}
.card-header-pills{
margin-right:-.5rem;
margin-left:-.5rem
}
.card-img-overlay{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
padding:1rem;
border-radius:calc(.25rem - 1px)
}
.card-img,.card-img-bottom,.card-img-top{
width:100%
}
.card-img,.card-img-top{
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card-img,.card-img-bottom{
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card-group>.card{
margin-bottom:.75rem
}
@media (min-width:576px){
.card-group{
display:flex;
flex-flow:row wrap
}
.card-group>.card{
flex:1 0 0%;
margin-bottom:0
}
.card-group>.card+.card{
margin-left:0;
border-left:0
}
.card-group>.card:not(:last-child){
border-top-right-radius:0;
border-bottom-right-radius:0
}
.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{
border-top-right-radius:0
}
.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{
border-bottom-right-radius:0
}
.card-group>.card:not(:first-child){
border-top-left-radius:0;
border-bottom-left-radius:0
}
.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{
border-top-left-radius:0
}
.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{
border-bottom-left-radius:0
}
}
.accordion-button{
position:relative;
display:flex;
align-items:center;
width:100%;
padding:1rem 1.25rem;
font-size:1rem;
color:#212529;
text-align:left;
background-color:transparent;
border:1px solid rgba(0,0,0,.125);
border-radius:0;
overflow-anchor:none;
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}
@media (prefers-reduced-motion:reduce){
.accordion-button{
transition:none
}
}
.accordion-button.collapsed{
border-bottom-width:0
}
.accordion-button:not(.collapsed){
color:#0c63e4;
background-color:#e7f1ff
}
.accordion-button:not(.collapsed)::after{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
transform:rotate(180deg)
}
.accordion-button::after{
flex-shrink:0;
width:1.25rem;
height:1.25rem;
margin-left:auto;
content:"";
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-size:1.25rem;
transition:transform .2s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.accordion-button::after{
transition:none
}
}
.accordion-button:hover{
z-index:2
}
.accordion-button:focus{
z-index:3;
border-color:#86b7fe;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.accordion-header{
margin-bottom:0
}
.accordion-item:first-of-type .accordion-button{
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.accordion-item:last-of-type .accordion-button.collapsed{
border-bottom-width:1px;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.accordion-item:last-of-type .accordion-collapse{
border-bottom-width:1px;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.accordion-collapse{
border:solid rgba(0,0,0,.125);
border-width:0 1px
}
.accordion-body{
padding:1rem 1.25rem
}
.accordion-flush .accordion-button{
border-right:0;
border-left:0;
border-radius:0
}
.accordion-flush .accordion-collapse{
border-width:0
}
.accordion-flush .accordion-item:first-of-type .accordion-button{
border-top-width:0;
border-top-left-radius:0;
border-top-right-radius:0
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed{
border-bottom-width:0;
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.breadcrumb{
display:flex;
flex-wrap:wrap;
padding:0 0;
margin-bottom:1rem;
list-style:none
}
.breadcrumb-item+.breadcrumb-item{
padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before{
float:left;
padding-right:.5rem;
color:#6c757d;
content:var(--bs-breadcrumb-divider, "/")
}
.breadcrumb-item.active{
color:#6c757d
}
.pagination{
display:flex;
padding-left:0;
list-style:none
}
.page-link{
position:relative;
display:block;
color:#0d6efd;
text-decoration:none;
background-color:#fff;
border:1px solid #dee2e6;
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.page-link{
transition:none
}
}
.page-link:hover{
z-index:2;
color:#0a58ca;
background-color:#e9ecef;
border-color:#dee2e6
}
.page-link:focus{
z-index:3;
color:#0a58ca;
background-color:#e9ecef;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.page-item:not(:first-child) .page-link{
margin-left:-1px
}
.page-item.active .page-link{
z-index:3;
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.page-item.disabled .page-link{
color:#6c757d;
pointer-events:none;
background-color:#fff;
border-color:#dee2e6
}
.page-link{
padding:.375rem .75rem
}
.page-item:first-child .page-link{
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link{
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem
}
.pagination-lg .page-link{
padding:.75rem 1.5rem;
font-size:1.25rem
}
.pagination-lg .page-item:first-child .page-link{
border-top-left-radius:.3rem;
border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link{
border-top-right-radius:.3rem;
border-bottom-right-radius:.3rem
}
.pagination-sm .page-link{
padding:.25rem .5rem;
font-size:.875rem
}
.pagination-sm .page-item:first-child .page-link{
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link{
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.badge{
display:inline-block;
padding:.35em .65em;
font-size:.75em;
font-weight:700;
line-height:1;
color:#fff;
text-align:center;
white-space:nowrap;
vertical-align:baseline;
border-radius:.25rem
}
.badge:empty{
display:none
}
.btn .badge{
position:relative;
top:-1px
}
.alert{
position:relative;
padding:1rem 1rem;
margin-bottom:1rem;
border:1px solid transparent;
border-radius:.25rem
}
.alert-heading{
color:inherit
}
.alert-link{
font-weight:700
}
.alert-dismissible{
padding-right:3rem
}
.alert-dismissible .btn-close{
position:absolute;
top:0;
right:0;
z-index:2;
padding:1.25rem 1rem
}
.alert-primary{
color:#084298;
background-color:#cfe2ff;
border-color:#b6d4fe
}
.alert-primary .alert-link{
color:#06357a
}
.alert-secondary{
color:#41464b;
background-color:#e2e3e5;
border-color:#d3d6d8
}
.alert-secondary .alert-link{
color:#34383c
}
.alert-success{
color:#0f5132;
background-color:#d1e7dd;
border-color:#badbcc
}
.alert-success .alert-link{
color:#0c4128
}
.alert-info{
color:#055160;
background-color:#cff4fc;
border-color:#b6effb
}
.alert-info .alert-link{
color:#04414d
}
.alert-warning{
color:#664d03;
background-color:#fff3cd;
border-color:#ffecb5
}
.alert-warning .alert-link{
color:#523e02
}
.alert-danger{
color:#842029;
background-color:#f8d7da;
border-color:#f5c2c7
}
.alert-danger .alert-link{
color:#6a1a21
}
.alert-light{
color:#636464;
background-color:#fefefe;
border-color:#fdfdfe
}
.alert-light .alert-link{
color:#4f5050
}
.alert-dark{
color:#141619;
background-color:#d3d3d4;
border-color:#bcbebf
}
.alert-dark .alert-link{
color:#101214
}
@-webkit-keyframes progress-bar-stripes{
0%{
background-position-x:1rem
}
}
@keyframes progress-bar-stripes{
0%{
background-position-x:1rem
}
}
.progress{
display:flex;
height:1rem;
overflow:hidden;
font-size:.75rem;
background-color:#e9ecef;
border-radius:.25rem
}
.progress-bar{
display:flex;
flex-direction:column;
justify-content:center;
overflow:hidden;
color:#fff;
text-align:center;
white-space:nowrap;
background-color:#0d6efd;
transition:width .6s ease
}
@media (prefers-reduced-motion:reduce){
.progress-bar{
transition:none
}
}
.progress-bar-striped{
background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-size:1rem 1rem
}
.progress-bar-animated{
-webkit-animation:1s linear infinite progress-bar-stripes;
animation:1s linear infinite progress-bar-stripes
}
@media (prefers-reduced-motion:reduce){
.progress-bar-animated{
-webkit-animation:none;
animation:none
}
}
.list-group{
display:flex;
flex-direction:column;
padding-left:0;
margin-bottom:0;
border-radius:.25rem
}
.list-group-item-action{
width:100%;
color:#495057;
text-align:inherit
}
.list-group-item-action:focus,.list-group-item-action:hover{
z-index:1;
color:#495057;
text-decoration:none;
background-color:#f8f9fa
}
.list-group-item-action:active{
color:#212529;
background-color:#e9ecef
}
.list-group-item{
position:relative;
display:block;
padding:.5rem 1rem;
text-decoration:none;
background-color:#fff;
border:1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child{
border-top-left-radius:inherit;
border-top-right-radius:inherit
}
.list-group-item:last-child{
border-bottom-right-radius:inherit;
border-bottom-left-radius:inherit
}
.list-group-item.disabled,.list-group-item:disabled{
color:#6c757d;
pointer-events:none;
background-color:#fff
}
.list-group-item.active{
z-index:2;
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.list-group-item+.list-group-item{
border-top-width:0
}
.list-group-item+.list-group-item.active{
margin-top:-1px;
border-top-width:1px
}
.list-group-horizontal{
flex-direction:row
}
.list-group-horizontal>.list-group-item:first-child{
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal>.list-group-item:last-child{
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal>.list-group-item.active{
margin-top:0
}
.list-group-horizontal>.list-group-item+.list-group-item{
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal>.list-group-item+.list-group-item.active{
margin-left:-1px;
border-left-width:1px
}
@media (min-width:576px){
.list-group-horizontal-sm{
flex-direction:row
}
.list-group-horizontal-sm>.list-group-item:first-child{
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-sm>.list-group-item:last-child{
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-sm>.list-group-item.active{
margin-top:0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item{
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active{
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:768px){
.list-group-horizontal-md{
flex-direction:row
}
.list-group-horizontal-md>.list-group-item:first-child{
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-md>.list-group-item:last-child{
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-md>.list-group-item.active{
margin-top:0
}
.list-group-horizontal-md>.list-group-item+.list-group-item{
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-md>.list-group-item+.list-group-item.active{
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:992px){
.list-group-horizontal-lg{
flex-direction:row
}
.list-group-horizontal-lg>.list-group-item:first-child{
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-lg>.list-group-item:last-child{
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-lg>.list-group-item.active{
margin-top:0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item{
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active{
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:1200px){
.list-group-horizontal-xl{
flex-direction:row
}
.list-group-horizontal-xl>.list-group-item:first-child{
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-xl>.list-group-item:last-child{
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-xl>.list-group-item.active{
margin-top:0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item{
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active{
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:1400px){
.list-group-horizontal-xxl{
flex-direction:row
}
.list-group-horizontal-xxl>.list-group-item:first-child{
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-xxl>.list-group-item:last-child{
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-xxl>.list-group-item.active{
margin-top:0
}
.list-group-horizontal-xxl>.list-group-item+.list-group-item{
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{
margin-left:-1px;
border-left-width:1px
}
}
.list-group-flush{
border-radius:0
}
.list-group-flush>.list-group-item{
border-width:0 0 1px
}
.list-group-flush>.list-group-item:last-child{
border-bottom-width:0
}
.list-group-item-primary{
color:#084298;
background-color:#cfe2ff
}
.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{
color:#084298;
background-color:#bacbe6
}
.list-group-item-primary.list-group-item-action.active{
color:#fff;
background-color:#084298;
border-color:#084298
}
.list-group-item-secondary{
color:#41464b;
background-color:#e2e3e5
}
.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{
color:#41464b;
background-color:#cbccce
}
.list-group-item-secondary.list-group-item-action.active{
color:#fff;
background-color:#41464b;
border-color:#41464b
}
.list-group-item-success{
color:#0f5132;
background-color:#d1e7dd
}
.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{
color:#0f5132;
background-color:#bcd0c7
}
.list-group-item-success.list-group-item-action.active{
color:#fff;
background-color:#0f5132;
border-color:#0f5132
}
.list-group-item-info{
color:#055160;
background-color:#cff4fc
}
.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{
color:#055160;
background-color:#badce3
}
.list-group-item-info.list-group-item-action.active{
color:#fff;
background-color:#055160;
border-color:#055160
}
.list-group-item-warning{
color:#664d03;
background-color:#fff3cd
}
.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{
color:#664d03;
background-color:#e6dbb9
}
.list-group-item-warning.list-group-item-action.active{
color:#fff;
background-color:#664d03;
border-color:#664d03
}
.list-group-item-danger{
color:#842029;
background-color:#f8d7da
}
.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{
color:#842029;
background-color:#dfc2c4
}
.list-group-item-danger.list-group-item-action.active{
color:#fff;
background-color:#842029;
border-color:#842029
}
.list-group-item-light{
color:#636464;
background-color:#fefefe
}
.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{
color:#636464;
background-color:#e5e5e5
}
.list-group-item-light.list-group-item-action.active{
color:#fff;
background-color:#636464;
border-color:#636464
}
.list-group-item-dark{
color:#141619;
background-color:#d3d3d4
}
.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{
color:#141619;
background-color:#bebebf
}
.list-group-item-dark.list-group-item-action.active{
color:#fff;
background-color:#141619;
border-color:#141619
}
.btn-close{
box-sizing:content-box;
width:1em;
height:1em;
padding:.25em .25em;
color:#000;
background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border:0;
border-radius:.25rem;
opacity:.5
}
.btn-close:hover{
color:#000;
text-decoration:none;
opacity:.75
}
.btn-close:focus{
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25);
opacity:1
}
.btn-close.disabled,.btn-close:disabled{
pointer-events:none;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
opacity:.25
}
.btn-close-white{
filter:invert(1) grayscale(100%) brightness(200%)
}
.toast{
width:350px;
max-width:100%;
font-size:.875rem;
pointer-events:auto;
background-color:rgba(255,255,255,.85);
background-clip:padding-box;
border:1px solid rgba(0,0,0,.1);
box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
border-radius:.25rem
}
.toast:not(.showing):not(.show){
opacity:0
}
.toast.hide{
display:none
}
.toast-container{
width:-webkit-max-content;
width:-moz-max-content;
width:max-content;
max-width:100%;
pointer-events:none
}
.toast-container>:not(:last-child){
margin-bottom:.75rem
}
.toast-header{
display:flex;
align-items:center;
padding:.5rem .75rem;
color:#6c757d;
background-color:rgba(255,255,255,.85);
background-clip:padding-box;
border-bottom:1px solid rgba(0,0,0,.05);
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.toast-header .btn-close{
margin-right:-.375rem;
margin-left:.75rem
}
.toast-body{
padding:.75rem;
word-wrap:break-word
}
.modal-open{
overflow:hidden
}
.modal-open .modal{
overflow-x:hidden;
overflow-y:auto
}
.modal{
position:fixed;
top:0;
left:0;
z-index:1050;
display:none;
width:100%;
height:100%;
overflow:hidden;
outline:0
}
.modal-dialog{
position:relative;
width:auto;
margin:.5rem;
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% - 1rem)
}
.modal-dialog-scrollable .modal-content{
max-height:100%;
overflow:hidden
}
.modal-dialog-scrollable .modal-body{
overflow-y:auto
}
.modal-dialog-centered{
display:flex;
align-items:center;
min-height:calc(100% - 1rem)
}
.modal-content{
position:relative;
display:flex;
flex-direction:column;
width:100%;
pointer-events:auto;
background-color:#fff;
background-clip:padding-box;
border:1px solid rgba(0,0,0,.2);
border-radius:.3rem;
outline:0
}
.modal-backdrop{
position:fixed;
top:0;
left:0;
z-index:1040;
width:100vw;
height:100vh;
background-color:#000
}
.modal-backdrop.fade{
opacity:0
}
.modal-backdrop.show{
opacity:.5
}
.modal-header{
display:flex;
flex-shrink:0;
align-items:center;
justify-content:space-between;
padding:1rem 1rem;
border-bottom:1px solid #dee2e6;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .btn-close{
padding:.5rem .5rem;
margin:-.5rem -.5rem -.5rem auto
}
.modal-title{
margin-bottom:0;
line-height:1.5
}
.modal-body{
position:relative;
flex:1 1 auto;
padding:1rem
}
.modal-footer{
display:flex;
flex-wrap:wrap;
flex-shrink:0;
align-items:center;
justify-content:flex-end;
padding:.75rem;
border-top:1px solid #dee2e6;
border-bottom-right-radius:calc(.3rem - 1px);
border-bottom-left-radius:calc(.3rem - 1px)
}
.modal-footer>*{
margin:.25rem
}
.modal-scrollbar-measure{
position:absolute;
top:-9999px;
width:50px;
height:50px;
overflow:scroll
}
@media (min-width:576px){
.modal-dialog{
max-width:500px;
margin:1.75rem auto
}
.modal-dialog-scrollable{
height:calc(100% - 3.5rem)
}
.modal-dialog-centered{
min-height:calc(100% - 3.5rem)
}
.modal-sm{
max-width:300px
}
}
@media (min-width:992px){
.modal-lg,.modal-xl{
max-width:800px
}
}
@media (min-width:1200px){
.modal-xl{
max-width:1140px
}
}
.modal-fullscreen{
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen .modal-content{
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen .modal-header{
border-radius:0
}
.modal-fullscreen .modal-body{
overflow-y:auto
}
.modal-fullscreen .modal-footer{
border-radius:0
}
@media (max-width:575.98px){
.modal-fullscreen-sm-down{
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-sm-down .modal-content{
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-sm-down .modal-header{
border-radius:0
}
.modal-fullscreen-sm-down .modal-body{
overflow-y:auto
}
.modal-fullscreen-sm-down .modal-footer{
border-radius:0
}
}
@media (max-width:767.98px){
.modal-fullscreen-md-down{
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-md-down .modal-content{
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-md-down .modal-header{
border-radius:0
}
.modal-fullscreen-md-down .modal-body{
overflow-y:auto
}
.modal-fullscreen-md-down .modal-footer{
border-radius:0
}
}
@media (max-width:991.98px){
.modal-fullscreen-lg-down{
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-lg-down .modal-content{
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-lg-down .modal-header{
border-radius:0
}
.modal-fullscreen-lg-down .modal-body{
overflow-y:auto
}
.modal-fullscreen-lg-down .modal-footer{
border-radius:0
}
}
@media (max-width:1199.98px){
.modal-fullscreen-xl-down{
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-xl-down .modal-content{
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-xl-down .modal-header{
border-radius:0
}
.modal-fullscreen-xl-down .modal-body{
overflow-y:auto
}
.modal-fullscreen-xl-down .modal-footer{
border-radius:0
}
}
@media (max-width:1399.98px){
.modal-fullscreen-xxl-down{
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-xxl-down .modal-content{
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-xxl-down .modal-header{
border-radius:0
}
.modal-fullscreen-xxl-down .modal-body{
overflow-y:auto
}
.modal-fullscreen-xxl-down .modal-footer{
border-radius:0
}
}
.tooltip{
position:absolute;
z-index:1070;
display:block;
margin:0;
font-family:var(--bs-font-sans-serif);
font-style:normal;
font-weight:400;
line-height:1.5;
text-align:left;
text-align:start;
text-decoration:none;
text-shadow:none;
text-transform:none;
letter-spacing:normal;
word-break:normal;
word-spacing:normal;
white-space:normal;
line-break:auto;
font-size:.875rem;
word-wrap:break-word;
opacity:0
}
.tooltip.show{
opacity:.9
}
.tooltip .tooltip-arrow{
position:absolute;
display:block;
width:.8rem;
height:.4rem
}
.tooltip .tooltip-arrow::before{
position:absolute;
content:"";
border-color:transparent;
border-style:solid
}
.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{
padding:.4rem 0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{
bottom:0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{
top:-1px;
border-width:.4rem .4rem 0;
border-top-color:#000
}
.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{
padding:0 .4rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{
left:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{
right:-1px;
border-width:.4rem .4rem .4rem 0;
border-right-color:#000
}
.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{
padding:.4rem 0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{
top:0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{
bottom:-1px;
border-width:0 .4rem .4rem;
border-bottom-color:#000
}
.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{
padding:0 .4rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{
right:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{
left:-1px;
border-width:.4rem 0 .4rem .4rem;
border-left-color:#000
}
.tooltip-inner{
max-width:200px;
padding:.25rem .5rem;
color:#fff;
text-align:center;
background-color:#000;
border-radius:.25rem
}
.popover{
position:absolute;
top:0;
left:0;
z-index:1060;
display:block;
max-width:276px;
font-family:var(--bs-font-sans-serif);
font-style:normal;
font-weight:400;
line-height:1.5;
text-align:left;
text-align:start;
text-decoration:none;
text-shadow:none;
text-transform:none;
letter-spacing:normal;
word-break:normal;
word-spacing:normal;
white-space:normal;
line-break:auto;
font-size:.875rem;
word-wrap:break-word;
background-color:#fff;
background-clip:padding-box;
border:1px solid rgba(0,0,0,.2);
border-radius:.3rem
}
.popover .popover-arrow{
position:absolute;
display:block;
width:1rem;
height:.5rem
}
.popover .popover-arrow::after,.popover .popover-arrow::before{
position:absolute;
display:block;
content:"";
border-color:transparent;
border-style:solid
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{
bottom:calc(-.5rem - 1px)
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{
bottom:0;
border-width:.5rem .5rem 0;
border-top-color:rgba(0,0,0,.25)
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{
bottom:1px;
border-width:.5rem .5rem 0;
border-top-color:#fff
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{
left:calc(-.5rem - 1px);
width:.5rem;
height:1rem
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{
left:0;
border-width:.5rem .5rem .5rem 0;
border-right-color:rgba(0,0,0,.25)
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{
left:1px;
border-width:.5rem .5rem .5rem 0;
border-right-color:#fff
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{
top:calc(-.5rem - 1px)
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{
top:0;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:rgba(0,0,0,.25)
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{
top:1px;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:#fff
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{
position:absolute;
top:0;
left:50%;
display:block;
width:1rem;
margin-left:-.5rem;
content:"";
border-bottom:1px solid #f0f0f0
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{
right:calc(-.5rem - 1px);
width:.5rem;
height:1rem
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{
right:0;
border-width:.5rem 0 .5rem .5rem;
border-left-color:rgba(0,0,0,.25)
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{
right:1px;
border-width:.5rem 0 .5rem .5rem;
border-left-color:#fff
}
.popover-header{
padding:.5rem 1rem;
margin-bottom:0;
font-size:1rem;
background-color:#f0f0f0;
border-bottom:1px solid #d8d8d8;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty{
display:none
}
.popover-body{
padding:1rem 1rem;
color:#212529
}
.carousel{
position:relative
}
.carousel.pointer-event{
touch-action:pan-y
}
.carousel-inner{
position:relative;
width:100%;
overflow:hidden
}
.carousel-inner::after{
display:block;
clear:both;
content:""
}
.carousel-item{
position:relative;
display:none;
float:left;
width:100%;
margin-right:-100%;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
transition:transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce){
.carousel-item{
transition:none
}
}
.carousel-item-next,.carousel-item-prev,.carousel-item.active{
display:block
}
.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){
transform:translateX(100%)
}
.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){
transform:translateX(-100%)
}
.carousel-fade .carousel-item{
opacity:0;
transition-property:opacity;
transform:none
}
.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{
z-index:1;
opacity:1
}
.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{
z-index:0;
opacity:0;
transition:opacity 0s .6s
}
@media (prefers-reduced-motion:reduce){
.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{
transition:none
}
}
.carousel-control-next,.carousel-control-prev{
position:absolute;
top:0;
bottom:0;
z-index:1;
display:flex;
align-items:center;
justify-content:center;
width:15%;
padding:0;
color:#fff;
text-align:center;
background:0 0;
border:0;
opacity:.5;
transition:opacity .15s ease
}
@media (prefers-reduced-motion:reduce){
.carousel-control-next,.carousel-control-prev{
transition:none
}
}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{
color:#fff;
text-decoration:none;
outline:0;
opacity:.9
}
.carousel-control-prev{
left:0
}
.carousel-control-next{
right:0
}
.carousel-control-next-icon,.carousel-control-prev-icon{
display:inline-block;
width:2rem;
height:2rem;
background-repeat:no-repeat;
background-position:50%;
background-size:100% 100%
}
.carousel-control-prev-icon{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.carousel-indicators{
position:absolute;
right:0;
bottom:0;
left:0;
z-index:2;
display:flex;
justify-content:center;
padding:0;
margin-right:15%;
margin-bottom:1rem;
margin-left:15%;
list-style:none
}
.carousel-indicators [data-bs-target]{
box-sizing:content-box;
flex:0 1 auto;
width:30px;
height:3px;
padding:0;
margin-right:3px;
margin-left:3px;
text-indent:-999px;
cursor:pointer;
background-color:#fff;
background-clip:padding-box;
border:0;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
opacity:.5;
transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce){
.carousel-indicators [data-bs-target]{
transition:none
}
}
.carousel-indicators .active{
opacity:1
}
.carousel-caption{
position:absolute;
right:15%;
bottom:1.25rem;
left:15%;
padding-top:1.25rem;
padding-bottom:1.25rem;
color:#fff;
text-align:center
}
.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{
filter:invert(1) grayscale(100)
}
.carousel-dark .carousel-indicators [data-bs-target]{
background-color:#000
}
.carousel-dark .carousel-caption{
color:#000
}
@-webkit-keyframes spinner-border{
to{
transform:rotate(360deg)
}
}
@keyframes spinner-border{
to{
transform:rotate(360deg)
}
}
.spinner-border{
display:inline-block;
width:2rem;
height:2rem;
vertical-align:text-bottom;
border:.25em solid currentColor;
border-right-color:transparent;
border-radius:50%;
-webkit-animation:.75s linear infinite spinner-border;
animation:.75s linear infinite spinner-border
}
.spinner-border-sm{
width:1rem;
height:1rem;
border-width:.2em
}
@-webkit-keyframes spinner-grow{
0%{
transform:scale(0)
}
50%{
opacity:1;
transform:none
}
}
@keyframes spinner-grow{
0%{
transform:scale(0)
}
50%{
opacity:1;
transform:none
}
}
.spinner-grow{
display:inline-block;
width:2rem;
height:2rem;
vertical-align:text-bottom;
background-color:currentColor;
border-radius:50%;
opacity:0;
-webkit-animation:.75s linear infinite spinner-grow;
animation:.75s linear infinite spinner-grow
}
.spinner-grow-sm{
width:1rem;
height:1rem
}
@media (prefers-reduced-motion:reduce){
.spinner-border,.spinner-grow{
-webkit-animation-duration:1.5s;
animation-duration:1.5s
}
}
.clearfix::after{
display:block;
clear:both;
content:""
}
.link-primary{
color:#0d6efd
}
.link-primary:focus,.link-primary:hover{
color:#0a58ca
}
.link-secondary{
color:#6c757d
}
.link-secondary:focus,.link-secondary:hover{
color:#565e64
}
.link-success{
color:#198754
}
.link-success:focus,.link-success:hover{
color:#146c43
}
.link-info{
color:#0dcaf0
}
.link-info:focus,.link-info:hover{
color:#3dd5f3
}
.link-warning{
color:#ffc107
}
.link-warning:focus,.link-warning:hover{
color:#ffcd39
}
.link-danger{
color:#dc3545
}
.link-danger:focus,.link-danger:hover{
color:#b02a37
}
.link-light{
color:#f8f9fa
}
.link-light:focus,.link-light:hover{
color:#f9fafb
}
.link-dark{
color:#212529
}
.link-dark:focus,.link-dark:hover{
color:#1a1e21
}
.ratio{
position:relative;
width:100%
}
.ratio::before{
display:block;
padding-top:var(--bs-aspect-ratio);
content:""
}
.ratio>*{
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
.ratio-1x1{
--bs-aspect-ratio:100%
}
.ratio-4x3{
--bs-aspect-ratio:calc(3 / 4 * 100%)
}
.ratio-16x9{
--bs-aspect-ratio:calc(9 / 16 * 100%)
}
.ratio-21x9{
--bs-aspect-ratio:calc(9 / 21 * 100%)
}
.fixed-top{
position:fixed;
top:0;
right:0;
left:0;
z-index:1030
}
.fixed-bottom{
position:fixed;
right:0;
bottom:0;
left:0;
z-index:1030
}
.sticky-top{
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
@media (min-width:576px){
.sticky-sm-top{
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:768px){
.sticky-md-top{
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:992px){
.sticky-lg-top{
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:1200px){
.sticky-xl-top{
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:1400px){
.sticky-xxl-top{
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){
position:absolute!important;
width:1px!important;
height:1px!important;
padding:0!important;
margin:-1px!important;
overflow:hidden!important;
clip:rect(0,0,0,0)!important;
white-space:nowrap!important;
border:0!important
}
.stretched-link::after{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
content:""
}
.text-truncate{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.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
}
.overflow-auto{
overflow:auto!important
}
.overflow-hidden{
overflow:hidden!important
}
.overflow-visible{
overflow:visible!important
}
.overflow-scroll{
overflow:scroll!important
}
.d-inline{
display:inline!important
}
.d-inline-block{
display:inline-block!important
}
.d-block{
display:block!important
}
.d-grid{
display:grid!important
}
.d-table{
display:table!important
}
.d-table-row{
display:table-row!important
}
.d-table-cell{
display:table-cell!important
}
.d-flex{
display:flex!important
}
.d-inline-flex{
display:inline-flex!important
}
.d-none{
display:none!important
}
.shadow{
box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-sm{
box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow-lg{
box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none{
box-shadow:none!important
}
.position-static{
position:static!important
}
.position-relative{
position:relative!important
}
.position-absolute{
position:absolute!important
}
.position-fixed{
position:fixed!important
}
.position-sticky{
position:-webkit-sticky!important;
position:sticky!important
}
.top-0{
top:0!important
}
.top-50{
top:50%!important
}
.top-100{
top:100%!important
}
.bottom-0{
bottom:0!important
}
.bottom-50{
bottom:50%!important
}
.bottom-100{
bottom:100%!important
}
.start-0{
left:0!important
}
.start-50{
left:50%!important
}
.start-100{
left:100%!important
}
.end-0{
right:0!important
}
.end-50{
right:50%!important
}
.end-100{
right:100%!important
}
.translate-middle{
transform:translate(-50%,-50%)!important
}
.translate-middle-x{
transform:translateX(-50%)!important
}
.translate-middle-y{
transform:translateY(-50%)!important
}
.border{
border:1px solid #dee2e6!important
}
.border-0{
border:0!important
}
.border-top{
border-top:1px solid #dee2e6!important
}
.border-top-0{
border-top:0!important
}
.border-end{
border-right:1px solid #dee2e6!important
}
.border-end-0{
border-right:0!important
}
.border-bottom{
border-bottom:1px solid #dee2e6!important
}
.border-bottom-0{
border-bottom:0!important
}
.border-start{
border-left:1px solid #dee2e6!important
}
.border-start-0{
border-left:0!important
}
.border-primary{
border-color:#0d6efd!important
}
.border-secondary{
border-color:#6c757d!important
}
.border-success{
border-color:#198754!important
}
.border-info{
border-color:#0dcaf0!important
}
.border-warning{
border-color:#ffc107!important
}
.border-danger{
border-color:#dc3545!important
}
.border-light{
border-color:#f8f9fa!important
}
.border-dark{
border-color:#212529!important
}
.border-white{
border-color:#fff!important
}
.border-0{
border-width:0!important
}
.border-1{
border-width:1px!important
}
.border-2{
border-width:2px!important
}
.border-3{
border-width:3px!important
}
.border-4{
border-width:4px!important
}
.border-5{
border-width:5px!important
}
.w-25{
width:25%!important
}
.w-50{
width:50%!important
}
.w-75{
width:75%!important
}
.w-100{
width:100%!important
}
.w-auto{
width:auto!important
}
.mw-100{
max-width:100%!important
}
.vw-100{
width:100vw!important
}
.min-vw-100{
min-width:100vw!important
}
.h-25{
height:25%!important
}
.h-50{
height:50%!important
}
.h-75{
height:75%!important
}
.h-100{
height:100%!important
}
.h-auto{
height:auto!important
}
.mh-100{
max-height:100%!important
}
.vh-100{
height:100vh!important
}
.min-vh-100{
min-height:100vh!important
}
.flex-fill{
flex:1 1 auto!important
}
.flex-row{
flex-direction:row!important
}
.flex-column{
flex-direction:column!important
}
.flex-row-reverse{
flex-direction:row-reverse!important
}
.flex-column-reverse{
flex-direction:column-reverse!important
}
.flex-grow-0{
flex-grow:0!important
}
.flex-grow-1{
flex-grow:1!important
}
.flex-shrink-0{
flex-shrink:0!important
}
.flex-shrink-1{
flex-shrink:1!important
}
.flex-wrap{
flex-wrap:wrap!important
}
.flex-nowrap{
flex-wrap:nowrap!important
}
.flex-wrap-reverse{
flex-wrap:wrap-reverse!important
}
.gap-0{
gap:0!important
}
.gap-1{
gap:.25rem!important
}
.gap-2{
gap:.5rem!important
}
.gap-3{
gap:1rem!important
}
.gap-4{
gap:1.5rem!important
}
.gap-5{
gap:3rem!important
}
.justify-content-start{
justify-content:flex-start!important
}
.justify-content-end{
justify-content:flex-end!important
}
.justify-content-center{
justify-content:center!important
}
.justify-content-between{
justify-content:space-between!important
}
.justify-content-around{
justify-content:space-around!important
}
.justify-content-evenly{
justify-content:space-evenly!important
}
.align-items-start{
align-items:flex-start!important
}
.align-items-end{
align-items:flex-end!important
}
.align-items-center{
align-items:center!important
}
.align-items-baseline{
align-items:baseline!important
}
.align-items-stretch{
align-items:stretch!important
}
.align-content-start{
align-content:flex-start!important
}
.align-content-end{
align-content:flex-end!important
}
.align-content-center{
align-content:center!important
}
.align-content-between{
align-content:space-between!important
}
.align-content-around{
align-content:space-around!important
}
.align-content-stretch{
align-content:stretch!important
}
.align-self-auto{
align-self:auto!important
}
.align-self-start{
align-self:flex-start!important
}
.align-self-end{
align-self:flex-end!important
}
.align-self-center{
align-self:center!important
}
.align-self-baseline{
align-self:baseline!important
}
.align-self-stretch{
align-self:stretch!important
}
.order-first{
order:-1!important
}
.order-0{
order:0!important
}
.order-1{
order:1!important
}
.order-2{
order:2!important
}
.order-3{
order:3!important
}
.order-4{
order:4!important
}
.order-5{
order:5!important
}
.order-last{
order:6!important
}
.m-0{
margin:0!important
}
.m-1{
margin:.25rem!important
}
.m-2{
margin:.5rem!important
}
.m-3{
margin:1rem!important
}
.m-4{
margin:1.5rem!important
}
.m-5{
margin:3rem!important
}
.m-auto{
margin:auto!important
}
.mx-0{
margin-right:0!important;
margin-left:0!important
}
.mx-1{
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-2{
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-3{
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-4{
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-5{
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-auto{
margin-right:auto!important;
margin-left:auto!important
}
.my-0{
margin-top:0!important;
margin-bottom:0!important
}
.my-1{
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-2{
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-3{
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-4{
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-5{
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-auto{
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-0{
margin-top:0!important
}
.mt-1{
margin-top:.25rem!important
}
.mt-2{
margin-top:.5rem!important
}
.mt-3{
margin-top:1rem!important
}
.mt-4{
margin-top:1.5rem!important
}
.mt-5{
margin-top:3rem!important
}
.mt-auto{
margin-top:auto!important
}
.me-0{
margin-right:0!important
}
.me-1{
margin-right:.25rem!important
}
.me-2{
margin-right:.5rem!important
}
.me-3{
margin-right:1rem!important
}
.me-4{
margin-right:1.5rem!important
}
.me-5{
margin-right:3rem!important
}
.me-auto{
margin-right:auto!important
}
.mb-0{
margin-bottom:0!important
}
.mb-1{
margin-bottom:.25rem!important
}
.mb-2{
margin-bottom:.5rem!important
}
.mb-3{
margin-bottom:1rem!important
}
.mb-4{
margin-bottom:1.5rem!important
}
.mb-5{
margin-bottom:3rem!important
}
.mb-auto{
margin-bottom:auto!important
}
.ms-0{
margin-left:0!important
}
.ms-1{
margin-left:.25rem!important
}
.ms-2{
margin-left:.5rem!important
}
.ms-3{
margin-left:1rem!important
}
.ms-4{
margin-left:1.5rem!important
}
.ms-5{
margin-left:3rem!important
}
.ms-auto{
margin-left:auto!important
}
.p-0{
padding:0!important
}
.p-1{
padding:.25rem!important
}
.p-2{
padding:.5rem!important
}
.p-3{
padding:1rem!important
}
.p-4{
padding:1.5rem!important
}
.p-5{
padding:3rem!important
}
.px-0{
padding-right:0!important;
padding-left:0!important
}
.px-1{
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-2{
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-3{
padding-right:1rem!important;
padding-left:1rem!important
}
.px-4{
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-5{
padding-right:3rem!important;
padding-left:3rem!important
}
.py-0{
padding-top:0!important;
padding-bottom:0!important
}
.py-1{
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-2{
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-3{
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-4{
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-5{
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-0{
padding-top:0!important
}
.pt-1{
padding-top:.25rem!important
}
.pt-2{
padding-top:.5rem!important
}
.pt-3{
padding-top:1rem!important
}
.pt-4{
padding-top:1.5rem!important
}
.pt-5{
padding-top:3rem!important
}
.pe-0{
padding-right:0!important
}
.pe-1{
padding-right:.25rem!important
}
.pe-2{
padding-right:.5rem!important
}
.pe-3{
padding-right:1rem!important
}
.pe-4{
padding-right:1.5rem!important
}
.pe-5{
padding-right:3rem!important
}
.pb-0{
padding-bottom:0!important
}
.pb-1{
padding-bottom:.25rem!important
}
.pb-2{
padding-bottom:.5rem!important
}
.pb-3{
padding-bottom:1rem!important
}
.pb-4{
padding-bottom:1.5rem!important
}
.pb-5{
padding-bottom:3rem!important
}
.ps-0{
padding-left:0!important
}
.ps-1{
padding-left:.25rem!important
}
.ps-2{
padding-left:.5rem!important
}
.ps-3{
padding-left:1rem!important
}
.ps-4{
padding-left:1.5rem!important
}
.ps-5{
padding-left:3rem!important
}
.fs-1{
font-size:calc(1.375rem + 1.5vw)!important
}
.fs-2{
font-size:calc(1.325rem + .9vw)!important
}
.fs-3{
font-size:calc(1.3rem + .6vw)!important
}
.fs-4{
font-size:calc(1.275rem + .3vw)!important
}
.fs-5{
font-size:1.25rem!important
}
.fs-6{
font-size:1rem!important
}
.fst-italic{
font-style:italic!important
}
.fst-normal{
font-style:normal!important
}
.fw-light{
font-weight:300!important
}
.fw-lighter{
font-weight:lighter!important
}
.fw-normal{
font-weight:400!important
}
.fw-bold{
font-weight:700!important
}
.fw-bolder{
font-weight:bolder!important
}
.text-lowercase{
text-transform:lowercase!important
}
.text-uppercase{
text-transform:uppercase!important
}
.text-capitalize{
text-transform:capitalize!important
}
.text-start{
text-align:left!important
}
.text-end{
text-align:right!important
}
.text-center{
text-align:center!important
}
.text-primary{
color:#0d6efd!important
}
.text-secondary{
color:#6c757d!important
}
.text-success{
color:#198754!important
}
.text-info{
color:#0dcaf0!important
}
.text-warning{
color:#ffc107!important
}
.text-danger{
color:#dc3545!important
}
.text-light{
color:#f8f9fa!important
}
.text-dark{
color:#212529!important
}
.text-white{
color:#fff!important
}
.text-body{
color:#212529!important
}
.text-muted{
color:#6c757d!important
}
.text-black-50{
color:rgba(0,0,0,.5)!important
}
.text-white-50{
color:rgba(255,255,255,.5)!important
}
.text-reset{
color:inherit!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
}
.bg-primary{
background-color:#0d6efd!important
}
.bg-secondary{
background-color:#6c757d!important
}
.bg-success{
background-color:#198754!important
}
.bg-info{
background-color:#0dcaf0!important
}
.bg-warning{
background-color:#ffc107!important
}
.bg-danger{
background-color:#dc3545!important
}
.bg-light{
background-color:#f8f9fa!important
}
.bg-dark{
background-color:#212529!important
}
.bg-body{
background-color:#fff!important
}
.bg-white{
background-color:#fff!important
}
.bg-transparent{
background-color:transparent!important
}
.bg-gradient{
background-image:var(--bs-gradient)!important
}
.text-wrap{
white-space:normal!important
}
.text-nowrap{
white-space:nowrap!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-break{
word-wrap:break-word!important;
word-break:break-word!important
}
.font-monospace{
font-family:var(--bs-font-monospace)!important
}
.user-select-all{
-webkit-user-select:all!important;
-moz-user-select:all!important;
user-select:all!important
}
.user-select-auto{
-webkit-user-select:auto!important;
-moz-user-select:auto!important;
user-select:auto!important
}
.user-select-none{
-webkit-user-select:none!important;
-moz-user-select:none!important;
user-select:none!important
}
.pe-none{
pointer-events:none!important
}
.pe-auto{
pointer-events:auto!important
}
.rounded{
border-radius:.25rem!important
}
.rounded-0{
border-radius:0!important
}
.rounded-1{
border-radius:.2rem!important
}
.rounded-2{
border-radius:.25rem!important
}
.rounded-3{
border-radius:.3rem!important
}
.rounded-circle{
border-radius:50%!important
}
.rounded-pill{
border-radius:50rem!important
}
.rounded-top{
border-top-left-radius:.25rem!important;
border-top-right-radius:.25rem!important
}
.rounded-end{
border-top-right-radius:.25rem!important;
border-bottom-right-radius:.25rem!important
}
.rounded-bottom{
border-bottom-right-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-start{
border-bottom-left-radius:.25rem!important;
border-top-left-radius:.25rem!important
}
.visible{
visibility:visible!important
}
.invisible{
visibility:hidden!important
}
@media (min-width:576px){
.float-sm-start{
float:left!important
}
.float-sm-end{
float:right!important
}
.float-sm-none{
float:none!important
}
.d-sm-inline{
display:inline!important
}
.d-sm-inline-block{
display:inline-block!important
}
.d-sm-block{
display:block!important
}
.d-sm-grid{
display:grid!important
}
.d-sm-table{
display:table!important
}
.d-sm-table-row{
display:table-row!important
}
.d-sm-table-cell{
display:table-cell!important
}
.d-sm-flex{
display:flex!important
}
.d-sm-inline-flex{
display:inline-flex!important
}
.d-sm-none{
display:none!important
}
.flex-sm-fill{
flex:1 1 auto!important
}
.flex-sm-row{
flex-direction:row!important
}
.flex-sm-column{
flex-direction:column!important
}
.flex-sm-row-reverse{
flex-direction:row-reverse!important
}
.flex-sm-column-reverse{
flex-direction:column-reverse!important
}
.flex-sm-grow-0{
flex-grow:0!important
}
.flex-sm-grow-1{
flex-grow:1!important
}
.flex-sm-shrink-0{
flex-shrink:0!important
}
.flex-sm-shrink-1{
flex-shrink:1!important
}
.flex-sm-wrap{
flex-wrap:wrap!important
}
.flex-sm-nowrap{
flex-wrap:nowrap!important
}
.flex-sm-wrap-reverse{
flex-wrap:wrap-reverse!important
}
.gap-sm-0{
gap:0!important
}
.gap-sm-1{
gap:.25rem!important
}
.gap-sm-2{
gap:.5rem!important
}
.gap-sm-3{
gap:1rem!important
}
.gap-sm-4{
gap:1.5rem!important
}
.gap-sm-5{
gap:3rem!important
}
.justify-content-sm-start{
justify-content:flex-start!important
}
.justify-content-sm-end{
justify-content:flex-end!important
}
.justify-content-sm-center{
justify-content:center!important
}
.justify-content-sm-between{
justify-content:space-between!important
}
.justify-content-sm-around{
justify-content:space-around!important
}
.justify-content-sm-evenly{
justify-content:space-evenly!important
}
.align-items-sm-start{
align-items:flex-start!important
}
.align-items-sm-end{
align-items:flex-end!important
}
.align-items-sm-center{
align-items:center!important
}
.align-items-sm-baseline{
align-items:baseline!important
}
.align-items-sm-stretch{
align-items:stretch!important
}
.align-content-sm-start{
align-content:flex-start!important
}
.align-content-sm-end{
align-content:flex-end!important
}
.align-content-sm-center{
align-content:center!important
}
.align-content-sm-between{
align-content:space-between!important
}
.align-content-sm-around{
align-content:space-around!important
}
.align-content-sm-stretch{
align-content:stretch!important
}
.align-self-sm-auto{
align-self:auto!important
}
.align-self-sm-start{
align-self:flex-start!important
}
.align-self-sm-end{
align-self:flex-end!important
}
.align-self-sm-center{
align-self:center!important
}
.align-self-sm-baseline{
align-self:baseline!important
}
.align-self-sm-stretch{
align-self:stretch!important
}
.order-sm-first{
order:-1!important
}
.order-sm-0{
order:0!important
}
.order-sm-1{
order:1!important
}
.order-sm-2{
order:2!important
}
.order-sm-3{
order:3!important
}
.order-sm-4{
order:4!important
}
.order-sm-5{
order:5!important
}
.order-sm-last{
order:6!important
}
.m-sm-0{
margin:0!important
}
.m-sm-1{
margin:.25rem!important
}
.m-sm-2{
margin:.5rem!important
}
.m-sm-3{
margin:1rem!important
}
.m-sm-4{
margin:1.5rem!important
}
.m-sm-5{
margin:3rem!important
}
.m-sm-auto{
margin:auto!important
}
.mx-sm-0{
margin-right:0!important;
margin-left:0!important
}
.mx-sm-1{
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-sm-2{
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-sm-3{
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-sm-4{
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-sm-5{
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-sm-auto{
margin-right:auto!important;
margin-left:auto!important
}
.my-sm-0{
margin-top:0!important;
margin-bottom:0!important
}
.my-sm-1{
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-sm-2{
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-sm-3{
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-sm-4{
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-sm-5{
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-sm-auto{
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-sm-0{
margin-top:0!important
}
.mt-sm-1{
margin-top:.25rem!important
}
.mt-sm-2{
margin-top:.5rem!important
}
.mt-sm-3{
margin-top:1rem!important
}
.mt-sm-4{
margin-top:1.5rem!important
}
.mt-sm-5{
margin-top:3rem!important
}
.mt-sm-auto{
margin-top:auto!important
}
.me-sm-0{
margin-right:0!important
}
.me-sm-1{
margin-right:.25rem!important
}
.me-sm-2{
margin-right:.5rem!important
}
.me-sm-3{
margin-right:1rem!important
}
.me-sm-4{
margin-right:1.5rem!important
}
.me-sm-5{
margin-right:3rem!important
}
.me-sm-auto{
margin-right:auto!important
}
.mb-sm-0{
margin-bottom:0!important
}
.mb-sm-1{
margin-bottom:.25rem!important
}
.mb-sm-2{
margin-bottom:.5rem!important
}
.mb-sm-3{
margin-bottom:1rem!important
}
.mb-sm-4{
margin-bottom:1.5rem!important
}
.mb-sm-5{
margin-bottom:3rem!important
}
.mb-sm-auto{
margin-bottom:auto!important
}
.ms-sm-0{
margin-left:0!important
}
.ms-sm-1{
margin-left:.25rem!important
}
.ms-sm-2{
margin-left:.5rem!important
}
.ms-sm-3{
margin-left:1rem!important
}
.ms-sm-4{
margin-left:1.5rem!important
}
.ms-sm-5{
margin-left:3rem!important
}
.ms-sm-auto{
margin-left:auto!important
}
.p-sm-0{
padding:0!important
}
.p-sm-1{
padding:.25rem!important
}
.p-sm-2{
padding:.5rem!important
}
.p-sm-3{
padding:1rem!important
}
.p-sm-4{
padding:1.5rem!important
}
.p-sm-5{
padding:3rem!important
}
.px-sm-0{
padding-right:0!important;
padding-left:0!important
}
.px-sm-1{
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-sm-2{
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-sm-3{
padding-right:1rem!important;
padding-left:1rem!important
}
.px-sm-4{
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-sm-5{
padding-right:3rem!important;
padding-left:3rem!important
}
.py-sm-0{
padding-top:0!important;
padding-bottom:0!important
}
.py-sm-1{
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-sm-2{
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-sm-3{
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-sm-4{
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-sm-5{
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-sm-0{
padding-top:0!important
}
.pt-sm-1{
padding-top:.25rem!important
}
.pt-sm-2{
padding-top:.5rem!important
}
.pt-sm-3{
padding-top:1rem!important
}
.pt-sm-4{
padding-top:1.5rem!important
}
.pt-sm-5{
padding-top:3rem!important
}
.pe-sm-0{
padding-right:0!important
}
.pe-sm-1{
padding-right:.25rem!important
}
.pe-sm-2{
padding-right:.5rem!important
}
.pe-sm-3{
padding-right:1rem!important
}
.pe-sm-4{
padding-right:1.5rem!important
}
.pe-sm-5{
padding-right:3rem!important
}
.pb-sm-0{
padding-bottom:0!important
}
.pb-sm-1{
padding-bottom:.25rem!important
}
.pb-sm-2{
padding-bottom:.5rem!important
}
.pb-sm-3{
padding-bottom:1rem!important
}
.pb-sm-4{
padding-bottom:1.5rem!important
}
.pb-sm-5{
padding-bottom:3rem!important
}
.ps-sm-0{
padding-left:0!important
}
.ps-sm-1{
padding-left:.25rem!important
}
.ps-sm-2{
padding-left:.5rem!important
}
.ps-sm-3{
padding-left:1rem!important
}
.ps-sm-4{
padding-left:1.5rem!important
}
.ps-sm-5{
padding-left:3rem!important
}
.text-sm-start{
text-align:left!important
}
.text-sm-end{
text-align:right!important
}
.text-sm-center{
text-align:center!important
}
}
@media (min-width:768px){
.float-md-start{
float:left!important
}
.float-md-end{
float:right!important
}
.float-md-none{
float:none!important
}
.d-md-inline{
display:inline!important
}
.d-md-inline-block{
display:inline-block!important
}
.d-md-block{
display:block!important
}
.d-md-grid{
display:grid!important
}
.d-md-table{
display:table!important
}
.d-md-table-row{
display:table-row!important
}
.d-md-table-cell{
display:table-cell!important
}
.d-md-flex{
display:flex!important
}
.d-md-inline-flex{
display:inline-flex!important
}
.d-md-none{
display:none!important
}
.flex-md-fill{
flex:1 1 auto!important
}
.flex-md-row{
flex-direction:row!important
}
.flex-md-column{
flex-direction:column!important
}
.flex-md-row-reverse{
flex-direction:row-reverse!important
}
.flex-md-column-reverse{
flex-direction:column-reverse!important
}
.flex-md-grow-0{
flex-grow:0!important
}
.flex-md-grow-1{
flex-grow:1!important
}
.flex-md-shrink-0{
flex-shrink:0!important
}
.flex-md-shrink-1{
flex-shrink:1!important
}
.flex-md-wrap{
flex-wrap:wrap!important
}
.flex-md-nowrap{
flex-wrap:nowrap!important
}
.flex-md-wrap-reverse{
flex-wrap:wrap-reverse!important
}
.gap-md-0{
gap:0!important
}
.gap-md-1{
gap:.25rem!important
}
.gap-md-2{
gap:.5rem!important
}
.gap-md-3{
gap:1rem!important
}
.gap-md-4{
gap:1.5rem!important
}
.gap-md-5{
gap:3rem!important
}
.justify-content-md-start{
justify-content:flex-start!important
}
.justify-content-md-end{
justify-content:flex-end!important
}
.justify-content-md-center{
justify-content:center!important
}
.justify-content-md-between{
justify-content:space-between!important
}
.justify-content-md-around{
justify-content:space-around!important
}
.justify-content-md-evenly{
justify-content:space-evenly!important
}
.align-items-md-start{
align-items:flex-start!important
}
.align-items-md-end{
align-items:flex-end!important
}
.align-items-md-center{
align-items:center!important
}
.align-items-md-baseline{
align-items:baseline!important
}
.align-items-md-stretch{
align-items:stretch!important
}
.align-content-md-start{
align-content:flex-start!important
}
.align-content-md-end{
align-content:flex-end!important
}
.align-content-md-center{
align-content:center!important
}
.align-content-md-between{
align-content:space-between!important
}
.align-content-md-around{
align-content:space-around!important
}
.align-content-md-stretch{
align-content:stretch!important
}
.align-self-md-auto{
align-self:auto!important
}
.align-self-md-start{
align-self:flex-start!important
}
.align-self-md-end{
align-self:flex-end!important
}
.align-self-md-center{
align-self:center!important
}
.align-self-md-baseline{
align-self:baseline!important
}
.align-self-md-stretch{
align-self:stretch!important
}
.order-md-first{
order:-1!important
}
.order-md-0{
order:0!important
}
.order-md-1{
order:1!important
}
.order-md-2{
order:2!important
}
.order-md-3{
order:3!important
}
.order-md-4{
order:4!important
}
.order-md-5{
order:5!important
}
.order-md-last{
order:6!important
}
.m-md-0{
margin:0!important
}
.m-md-1{
margin:.25rem!important
}
.m-md-2{
margin:.5rem!important
}
.m-md-3{
margin:1rem!important
}
.m-md-4{
margin:1.5rem!important
}
.m-md-5{
margin:3rem!important
}
.m-md-auto{
margin:auto!important
}
.mx-md-0{
margin-right:0!important;
margin-left:0!important
}
.mx-md-1{
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-md-2{
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-md-3{
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-md-4{
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-md-5{
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-md-auto{
margin-right:auto!important;
margin-left:auto!important
}
.my-md-0{
margin-top:0!important;
margin-bottom:0!important
}
.my-md-1{
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-md-2{
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-md-3{
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-md-4{
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-md-5{
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-md-auto{
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-md-0{
margin-top:0!important
}
.mt-md-1{
margin-top:.25rem!important
}
.mt-md-2{
margin-top:.5rem!important
}
.mt-md-3{
margin-top:1rem!important
}
.mt-md-4{
margin-top:1.5rem!important
}
.mt-md-5{
margin-top:3rem!important
}
.mt-md-auto{
margin-top:auto!important
}
.me-md-0{
margin-right:0!important
}
.me-md-1{
margin-right:.25rem!important
}
.me-md-2{
margin-right:.5rem!important
}
.me-md-3{
margin-right:1rem!important
}
.me-md-4{
margin-right:1.5rem!important
}
.me-md-5{
margin-right:3rem!important
}
.me-md-auto{
margin-right:auto!important
}
.mb-md-0{
margin-bottom:0!important
}
.mb-md-1{
margin-bottom:.25rem!important
}
.mb-md-2{
margin-bottom:.5rem!important
}
.mb-md-3{
margin-bottom:1rem!important
}
.mb-md-4{
margin-bottom:1.5rem!important
}
.mb-md-5{
margin-bottom:3rem!important
}
.mb-md-auto{
margin-bottom:auto!important
}
.ms-md-0{
margin-left:0!important
}
.ms-md-1{
margin-left:.25rem!important
}
.ms-md-2{
margin-left:.5rem!important
}
.ms-md-3{
margin-left:1rem!important
}
.ms-md-4{
margin-left:1.5rem!important
}
.ms-md-5{
margin-left:3rem!important
}
.ms-md-auto{
margin-left:auto!important
}
.p-md-0{
padding:0!important
}
.p-md-1{
padding:.25rem!important
}
.p-md-2{
padding:.5rem!important
}
.p-md-3{
padding:1rem!important
}
.p-md-4{
padding:1.5rem!important
}
.p-md-5{
padding:3rem!important
}
.px-md-0{
padding-right:0!important;
padding-left:0!important
}
.px-md-1{
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-md-2{
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-md-3{
padding-right:1rem!important;
padding-left:1rem!important
}
.px-md-4{
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-md-5{
padding-right:3rem!important;
padding-left:3rem!important
}
.py-md-0{
padding-top:0!important;
padding-bottom:0!important
}
.py-md-1{
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-md-2{
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-md-3{
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-md-4{
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-md-5{
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-md-0{
padding-top:0!important
}
.pt-md-1{
padding-top:.25rem!important
}
.pt-md-2{
padding-top:.5rem!important
}
.pt-md-3{
padding-top:1rem!important
}
.pt-md-4{
padding-top:1.5rem!important
}
.pt-md-5{
padding-top:3rem!important
}
.pe-md-0{
padding-right:0!important
}
.pe-md-1{
padding-right:.25rem!important
}
.pe-md-2{
padding-right:.5rem!important
}
.pe-md-3{
padding-right:1rem!important
}
.pe-md-4{
padding-right:1.5rem!important
}
.pe-md-5{
padding-right:3rem!important
}
.pb-md-0{
padding-bottom:0!important
}
.pb-md-1{
padding-bottom:.25rem!important
}
.pb-md-2{
padding-bottom:.5rem!important
}
.pb-md-3{
padding-bottom:1rem!important
}
.pb-md-4{
padding-bottom:1.5rem!important
}
.pb-md-5{
padding-bottom:3rem!important
}
.ps-md-0{
padding-left:0!important
}
.ps-md-1{
padding-left:.25rem!important
}
.ps-md-2{
padding-left:.5rem!important
}
.ps-md-3{
padding-left:1rem!important
}
.ps-md-4{
padding-left:1.5rem!important
}
.ps-md-5{
padding-left:3rem!important
}
.text-md-start{
text-align:left!important
}
.text-md-end{
text-align:right!important
}
.text-md-center{
text-align:center!important
}
}
@media (min-width:992px){
.float-lg-start{
float:left!important
}
.float-lg-end{
float:right!important
}
.float-lg-none{
float:none!important
}
.d-lg-inline{
display:inline!important
}
.d-lg-inline-block{
display:inline-block!important
}
.d-lg-block{
display:block!important
}
.d-lg-grid{
display:grid!important
}
.d-lg-table{
display:table!important
}
.d-lg-table-row{
display:table-row!important
}
.d-lg-table-cell{
display:table-cell!important
}
.d-lg-flex{
display:flex!important
}
.d-lg-inline-flex{
display:inline-flex!important
}
.d-lg-none{
display:none!important
}
.flex-lg-fill{
flex:1 1 auto!important
}
.flex-lg-row{
flex-direction:row!important
}
.flex-lg-column{
flex-direction:column!important
}
.flex-lg-row-reverse{
flex-direction:row-reverse!important
}
.flex-lg-column-reverse{
flex-direction:column-reverse!important
}
.flex-lg-grow-0{
flex-grow:0!important
}
.flex-lg-grow-1{
flex-grow:1!important
}
.flex-lg-shrink-0{
flex-shrink:0!important
}
.flex-lg-shrink-1{
flex-shrink:1!important
}
.flex-lg-wrap{
flex-wrap:wrap!important
}
.flex-lg-nowrap{
flex-wrap:nowrap!important
}
.flex-lg-wrap-reverse{
flex-wrap:wrap-reverse!important
}
.gap-lg-0{
gap:0!important
}
.gap-lg-1{
gap:.25rem!important
}
.gap-lg-2{
gap:.5rem!important
}
.gap-lg-3{
gap:1rem!important
}
.gap-lg-4{
gap:1.5rem!important
}
.gap-lg-5{
gap:3rem!important
}
.justify-content-lg-start{
justify-content:flex-start!important
}
.justify-content-lg-end{
justify-content:flex-end!important
}
.justify-content-lg-center{
justify-content:center!important
}
.justify-content-lg-between{
justify-content:space-between!important
}
.justify-content-lg-around{
justify-content:space-around!important
}
.justify-content-lg-evenly{
justify-content:space-evenly!important
}
.align-items-lg-start{
align-items:flex-start!important
}
.align-items-lg-end{
align-items:flex-end!important
}
.align-items-lg-center{
align-items:center!important
}
.align-items-lg-baseline{
align-items:baseline!important
}
.align-items-lg-stretch{
align-items:stretch!important
}
.align-content-lg-start{
align-content:flex-start!important
}
.align-content-lg-end{
align-content:flex-end!important
}
.align-content-lg-center{
align-content:center!important
}
.align-content-lg-between{
align-content:space-between!important
}
.align-content-lg-around{
align-content:space-around!important
}
.align-content-lg-stretch{
align-content:stretch!important
}
.align-self-lg-auto{
align-self:auto!important
}
.align-self-lg-start{
align-self:flex-start!important
}
.align-self-lg-end{
align-self:flex-end!important
}
.align-self-lg-center{
align-self:center!important
}
.align-self-lg-baseline{
align-self:baseline!important
}
.align-self-lg-stretch{
align-self:stretch!important
}
.order-lg-first{
order:-1!important
}
.order-lg-0{
order:0!important
}
.order-lg-1{
order:1!important
}
.order-lg-2{
order:2!important
}
.order-lg-3{
order:3!important
}
.order-lg-4{
order:4!important
}
.order-lg-5{
order:5!important
}
.order-lg-last{
order:6!important
}
.m-lg-0{
margin:0!important
}
.m-lg-1{
margin:.25rem!important
}
.m-lg-2{
margin:.5rem!important
}
.m-lg-3{
margin:1rem!important
}
.m-lg-4{
margin:1.5rem!important
}
.m-lg-5{
margin:3rem!important
}
.m-lg-auto{
margin:auto!important
}
.mx-lg-0{
margin-right:0!important;
margin-left:0!important
}
.mx-lg-1{
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-lg-2{
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-lg-3{
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-lg-4{
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-lg-5{
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-lg-auto{
margin-right:auto!important;
margin-left:auto!important
}
.my-lg-0{
margin-top:0!important;
margin-bottom:0!important
}
.my-lg-1{
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-lg-2{
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-lg-3{
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-lg-4{
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-lg-5{
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-lg-auto{
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-lg-0{
margin-top:0!important
}
.mt-lg-1{
margin-top:.25rem!important
}
.mt-lg-2{
margin-top:.5rem!important
}
.mt-lg-3{
margin-top:1rem!important
}
.mt-lg-4{
margin-top:1.5rem!important
}
.mt-lg-5{
margin-top:3rem!important
}
.mt-lg-auto{
margin-top:auto!important
}
.me-lg-0{
margin-right:0!important
}
.me-lg-1{
margin-right:.25rem!important
}
.me-lg-2{
margin-right:.5rem!important
}
.me-lg-3{
margin-right:1rem!important
}
.me-lg-4{
margin-right:1.5rem!important
}
.me-lg-5{
margin-right:3rem!important
}
.me-lg-auto{
margin-right:auto!important
}
.mb-lg-0{
margin-bottom:0!important
}
.mb-lg-1{
margin-bottom:.25rem!important
}
.mb-lg-2{
margin-bottom:.5rem!important
}
.mb-lg-3{
margin-bottom:1rem!important
}
.mb-lg-4{
margin-bottom:1.5rem!important
}
.mb-lg-5{
margin-bottom:3rem!important
}
.mb-lg-auto{
margin-bottom:auto!important
}
.ms-lg-0{
margin-left:0!important
}
.ms-lg-1{
margin-left:.25rem!important
}
.ms-lg-2{
margin-left:.5rem!important
}
.ms-lg-3{
margin-left:1rem!important
}
.ms-lg-4{
margin-left:1.5rem!important
}
.ms-lg-5{
margin-left:3rem!important
}
.ms-lg-auto{
margin-left:auto!important
}
.p-lg-0{
padding:0!important
}
.p-lg-1{
padding:.25rem!important
}
.p-lg-2{
padding:.5rem!important
}
.p-lg-3{
padding:1rem!important
}
.p-lg-4{
padding:1.5rem!important
}
.p-lg-5{
padding:3rem!important
}
.px-lg-0{
padding-right:0!important;
padding-left:0!important
}
.px-lg-1{
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-lg-2{
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-lg-3{
padding-right:1rem!important;
padding-left:1rem!important
}
.px-lg-4{
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-lg-5{
padding-right:3rem!important;
padding-left:3rem!important
}
.py-lg-0{
padding-top:0!important;
padding-bottom:0!important
}
.py-lg-1{
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-lg-2{
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-lg-3{
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-lg-4{
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-lg-5{
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-lg-0{
padding-top:0!important
}
.pt-lg-1{
padding-top:.25rem!important
}
.pt-lg-2{
padding-top:.5rem!important
}
.pt-lg-3{
padding-top:1rem!important
}
.pt-lg-4{
padding-top:1.5rem!important
}
.pt-lg-5{
padding-top:3rem!important
}
.pe-lg-0{
padding-right:0!important
}
.pe-lg-1{
padding-right:.25rem!important
}
.pe-lg-2{
padding-right:.5rem!important
}
.pe-lg-3{
padding-right:1rem!important
}
.pe-lg-4{
padding-right:1.5rem!important
}
.pe-lg-5{
padding-right:3rem!important
}
.pb-lg-0{
padding-bottom:0!important
}
.pb-lg-1{
padding-bottom:.25rem!important
}
.pb-lg-2{
padding-bottom:.5rem!important
}
.pb-lg-3{
padding-bottom:1rem!important
}
.pb-lg-4{
padding-bottom:1.5rem!important
}
.pb-lg-5{
padding-bottom:3rem!important
}
.ps-lg-0{
padding-left:0!important
}
.ps-lg-1{
padding-left:.25rem!important
}
.ps-lg-2{
padding-left:.5rem!important
}
.ps-lg-3{
padding-left:1rem!important
}
.ps-lg-4{
padding-left:1.5rem!important
}
.ps-lg-5{
padding-left:3rem!important
}
.text-lg-start{
text-align:left!important
}
.text-lg-end{
text-align:right!important
}
.text-lg-center{
text-align:center!important
}
}
@media (min-width:1200px){
.float-xl-start{
float:left!important
}
.float-xl-end{
float:right!important
}
.float-xl-none{
float:none!important
}
.d-xl-inline{
display:inline!important
}
.d-xl-inline-block{
display:inline-block!important
}
.d-xl-block{
display:block!important
}
.d-xl-grid{
display:grid!important
}
.d-xl-table{
display:table!important
}
.d-xl-table-row{
display:table-row!important
}
.d-xl-table-cell{
display:table-cell!important
}
.d-xl-flex{
display:flex!important
}
.d-xl-inline-flex{
display:inline-flex!important
}
.d-xl-none{
display:none!important
}
.flex-xl-fill{
flex:1 1 auto!important
}
.flex-xl-row{
flex-direction:row!important
}
.flex-xl-column{
flex-direction:column!important
}
.flex-xl-row-reverse{
flex-direction:row-reverse!important
}
.flex-xl-column-reverse{
flex-direction:column-reverse!important
}
.flex-xl-grow-0{
flex-grow:0!important
}
.flex-xl-grow-1{
flex-grow:1!important
}
.flex-xl-shrink-0{
flex-shrink:0!important
}
.flex-xl-shrink-1{
flex-shrink:1!important
}
.flex-xl-wrap{
flex-wrap:wrap!important
}
.flex-xl-nowrap{
flex-wrap:nowrap!important
}
.flex-xl-wrap-reverse{
flex-wrap:wrap-reverse!important
}
.gap-xl-0{
gap:0!important
}
.gap-xl-1{
gap:.25rem!important
}
.gap-xl-2{
gap:.5rem!important
}
.gap-xl-3{
gap:1rem!important
}
.gap-xl-4{
gap:1.5rem!important
}
.gap-xl-5{
gap:3rem!important
}
.justify-content-xl-start{
justify-content:flex-start!important
}
.justify-content-xl-end{
justify-content:flex-end!important
}
.justify-content-xl-center{
justify-content:center!important
}
.justify-content-xl-between{
justify-content:space-between!important
}
.justify-content-xl-around{
justify-content:space-around!important
}
.justify-content-xl-evenly{
justify-content:space-evenly!important
}
.align-items-xl-start{
align-items:flex-start!important
}
.align-items-xl-end{
align-items:flex-end!important
}
.align-items-xl-center{
align-items:center!important
}
.align-items-xl-baseline{
align-items:baseline!important
}
.align-items-xl-stretch{
align-items:stretch!important
}
.align-content-xl-start{
align-content:flex-start!important
}
.align-content-xl-end{
align-content:flex-end!important
}
.align-content-xl-center{
align-content:center!important
}
.align-content-xl-between{
align-content:space-between!important
}
.align-content-xl-around{
align-content:space-around!important
}
.align-content-xl-stretch{
align-content:stretch!important
}
.align-self-xl-auto{
align-self:auto!important
}
.align-self-xl-start{
align-self:flex-start!important
}
.align-self-xl-end{
align-self:flex-end!important
}
.align-self-xl-center{
align-self:center!important
}
.align-self-xl-baseline{
align-self:baseline!important
}
.align-self-xl-stretch{
align-self:stretch!important
}
.order-xl-first{
order:-1!important
}
.order-xl-0{
order:0!important
}
.order-xl-1{
order:1!important
}
.order-xl-2{
order:2!important
}
.order-xl-3{
order:3!important
}
.order-xl-4{
order:4!important
}
.order-xl-5{
order:5!important
}
.order-xl-last{
order:6!important
}
.m-xl-0{
margin:0!important
}
.m-xl-1{
margin:.25rem!important
}
.m-xl-2{
margin:.5rem!important
}
.m-xl-3{
margin:1rem!important
}
.m-xl-4{
margin:1.5rem!important
}
.m-xl-5{
margin:3rem!important
}
.m-xl-auto{
margin:auto!important
}
.mx-xl-0{
margin-right:0!important;
margin-left:0!important
}
.mx-xl-1{
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-xl-2{
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-xl-3{
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-xl-4{
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-xl-5{
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-xl-auto{
margin-right:auto!important;
margin-left:auto!important
}
.my-xl-0{
margin-top:0!important;
margin-bottom:0!important
}
.my-xl-1{
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-xl-2{
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-xl-3{
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-xl-4{
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-xl-5{
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-xl-auto{
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-xl-0{
margin-top:0!important
}
.mt-xl-1{
margin-top:.25rem!important
}
.mt-xl-2{
margin-top:.5rem!important
}
.mt-xl-3{
margin-top:1rem!important
}
.mt-xl-4{
margin-top:1.5rem!important
}
.mt-xl-5{
margin-top:3rem!important
}
.mt-xl-auto{
margin-top:auto!important
}
.me-xl-0{
margin-right:0!important
}
.me-xl-1{
margin-right:.25rem!important
}
.me-xl-2{
margin-right:.5rem!important
}
.me-xl-3{
margin-right:1rem!important
}
.me-xl-4{
margin-right:1.5rem!important
}
.me-xl-5{
margin-right:3rem!important
}
.me-xl-auto{
margin-right:auto!important
}
.mb-xl-0{
margin-bottom:0!important
}
.mb-xl-1{
margin-bottom:.25rem!important
}
.mb-xl-2{
margin-bottom:.5rem!important
}
.mb-xl-3{
margin-bottom:1rem!important
}
.mb-xl-4{
margin-bottom:1.5rem!important
}
.mb-xl-5{
margin-bottom:3rem!important
}
.mb-xl-auto{
margin-bottom:auto!important
}
.ms-xl-0{
margin-left:0!important
}
.ms-xl-1{
margin-left:.25rem!important
}
.ms-xl-2{
margin-left:.5rem!important
}
.ms-xl-3{
margin-left:1rem!important
}
.ms-xl-4{
margin-left:1.5rem!important
}
.ms-xl-5{
margin-left:3rem!important
}
.ms-xl-auto{
margin-left:auto!important
}
.p-xl-0{
padding:0!important
}
.p-xl-1{
padding:.25rem!important
}
.p-xl-2{
padding:.5rem!important
}
.p-xl-3{
padding:1rem!important
}
.p-xl-4{
padding:1.5rem!important
}
.p-xl-5{
padding:3rem!important
}
.px-xl-0{
padding-right:0!important;
padding-left:0!important
}
.px-xl-1{
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-xl-2{
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-xl-3{
padding-right:1rem!important;
padding-left:1rem!important
}
.px-xl-4{
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-xl-5{
padding-right:3rem!important;
padding-left:3rem!important
}
.py-xl-0{
padding-top:0!important;
padding-bottom:0!important
}
.py-xl-1{
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-xl-2{
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-xl-3{
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-xl-4{
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-xl-5{
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-xl-0{
padding-top:0!important
}
.pt-xl-1{
padding-top:.25rem!important
}
.pt-xl-2{
padding-top:.5rem!important
}
.pt-xl-3{
padding-top:1rem!important
}
.pt-xl-4{
padding-top:1.5rem!important
}
.pt-xl-5{
padding-top:3rem!important
}
.pe-xl-0{
padding-right:0!important
}
.pe-xl-1{
padding-right:.25rem!important
}
.pe-xl-2{
padding-right:.5rem!important
}
.pe-xl-3{
padding-right:1rem!important
}
.pe-xl-4{
padding-right:1.5rem!important
}
.pe-xl-5{
padding-right:3rem!important
}
.pb-xl-0{
padding-bottom:0!important
}
.pb-xl-1{
padding-bottom:.25rem!important
}
.pb-xl-2{
padding-bottom:.5rem!important
}
.pb-xl-3{
padding-bottom:1rem!important
}
.pb-xl-4{
padding-bottom:1.5rem!important
}
.pb-xl-5{
padding-bottom:3rem!important
}
.ps-xl-0{
padding-left:0!important
}
.ps-xl-1{
padding-left:.25rem!important
}
.ps-xl-2{
padding-left:.5rem!important
}
.ps-xl-3{
padding-left:1rem!important
}
.ps-xl-4{
padding-left:1.5rem!important
}
.ps-xl-5{
padding-left:3rem!important
}
.text-xl-start{
text-align:left!important
}
.text-xl-end{
text-align:right!important
}
.text-xl-center{
text-align:center!important
}
}
@media (min-width:1400px){
.float-xxl-start{
float:left!important
}
.float-xxl-end{
float:right!important
}
.float-xxl-none{
float:none!important
}
.d-xxl-inline{
display:inline!important
}
.d-xxl-inline-block{
display:inline-block!important
}
.d-xxl-block{
display:block!important
}
.d-xxl-grid{
display:grid!important
}
.d-xxl-table{
display:table!important
}
.d-xxl-table-row{
display:table-row!important
}
.d-xxl-table-cell{
display:table-cell!important
}
.d-xxl-flex{
display:flex!important
}
.d-xxl-inline-flex{
display:inline-flex!important
}
.d-xxl-none{
display:none!important
}
.flex-xxl-fill{
flex:1 1 auto!important
}
.flex-xxl-row{
flex-direction:row!important
}
.flex-xxl-column{
flex-direction:column!important
}
.flex-xxl-row-reverse{
flex-direction:row-reverse!important
}
.flex-xxl-column-reverse{
flex-direction:column-reverse!important
}
.flex-xxl-grow-0{
flex-grow:0!important
}
.flex-xxl-grow-1{
flex-grow:1!important
}
.flex-xxl-shrink-0{
flex-shrink:0!important
}
.flex-xxl-shrink-1{
flex-shrink:1!important
}
.flex-xxl-wrap{
flex-wrap:wrap!important
}
.flex-xxl-nowrap{
flex-wrap:nowrap!important
}
.flex-xxl-wrap-reverse{
flex-wrap:wrap-reverse!important
}
.gap-xxl-0{
gap:0!important
}
.gap-xxl-1{
gap:.25rem!important
}
.gap-xxl-2{
gap:.5rem!important
}
.gap-xxl-3{
gap:1rem!important
}
.gap-xxl-4{
gap:1.5rem!important
}
.gap-xxl-5{
gap:3rem!important
}
.justify-content-xxl-start{
justify-content:flex-start!important
}
.justify-content-xxl-end{
justify-content:flex-end!important
}
.justify-content-xxl-center{
justify-content:center!important
}
.justify-content-xxl-between{
justify-content:space-between!important
}
.justify-content-xxl-around{
justify-content:space-around!important
}
.justify-content-xxl-evenly{
justify-content:space-evenly!important
}
.align-items-xxl-start{
align-items:flex-start!important
}
.align-items-xxl-end{
align-items:flex-end!important
}
.align-items-xxl-center{
align-items:center!important
}
.align-items-xxl-baseline{
align-items:baseline!important
}
.align-items-xxl-stretch{
align-items:stretch!important
}
.align-content-xxl-start{
align-content:flex-start!important
}
.align-content-xxl-end{
align-content:flex-end!important
}
.align-content-xxl-center{
align-content:center!important
}
.align-content-xxl-between{
align-content:space-between!important
}
.align-content-xxl-around{
align-content:space-around!important
}
.align-content-xxl-stretch{
align-content:stretch!important
}
.align-self-xxl-auto{
align-self:auto!important
}
.align-self-xxl-start{
align-self:flex-start!important
}
.align-self-xxl-end{
align-self:flex-end!important
}
.align-self-xxl-center{
align-self:center!important
}
.align-self-xxl-baseline{
align-self:baseline!important
}
.align-self-xxl-stretch{
align-self:stretch!important
}
.order-xxl-first{
order:-1!important
}
.order-xxl-0{
order:0!important
}
.order-xxl-1{
order:1!important
}
.order-xxl-2{
order:2!important
}
.order-xxl-3{
order:3!important
}
.order-xxl-4{
order:4!important
}
.order-xxl-5{
order:5!important
}
.order-xxl-last{
order:6!important
}
.m-xxl-0{
margin:0!important
}
.m-xxl-1{
margin:.25rem!important
}
.m-xxl-2{
margin:.5rem!important
}
.m-xxl-3{
margin:1rem!important
}
.m-xxl-4{
margin:1.5rem!important
}
.m-xxl-5{
margin:3rem!important
}
.m-xxl-auto{
margin:auto!important
}
.mx-xxl-0{
margin-right:0!important;
margin-left:0!important
}
.mx-xxl-1{
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-xxl-2{
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-xxl-3{
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-xxl-4{
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-xxl-5{
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-xxl-auto{
margin-right:auto!important;
margin-left:auto!important
}
.my-xxl-0{
margin-top:0!important;
margin-bottom:0!important
}
.my-xxl-1{
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-xxl-2{
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-xxl-3{
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-xxl-4{
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-xxl-5{
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-xxl-auto{
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-xxl-0{
margin-top:0!important
}
.mt-xxl-1{
margin-top:.25rem!important
}
.mt-xxl-2{
margin-top:.5rem!important
}
.mt-xxl-3{
margin-top:1rem!important
}
.mt-xxl-4{
margin-top:1.5rem!important
}
.mt-xxl-5{
margin-top:3rem!important
}
.mt-xxl-auto{
margin-top:auto!important
}
.me-xxl-0{
margin-right:0!important
}
.me-xxl-1{
margin-right:.25rem!important
}
.me-xxl-2{
margin-right:.5rem!important
}
.me-xxl-3{
margin-right:1rem!important
}
.me-xxl-4{
margin-right:1.5rem!important
}
.me-xxl-5{
margin-right:3rem!important
}
.me-xxl-auto{
margin-right:auto!important
}
.mb-xxl-0{
margin-bottom:0!important
}
.mb-xxl-1{
margin-bottom:.25rem!important
}
.mb-xxl-2{
margin-bottom:.5rem!important
}
.mb-xxl-3{
margin-bottom:1rem!important
}
.mb-xxl-4{
margin-bottom:1.5rem!important
}
.mb-xxl-5{
margin-bottom:3rem!important
}
.mb-xxl-auto{
margin-bottom:auto!important
}
.ms-xxl-0{
margin-left:0!important
}
.ms-xxl-1{
margin-left:.25rem!important
}
.ms-xxl-2{
margin-left:.5rem!important
}
.ms-xxl-3{
margin-left:1rem!important
}
.ms-xxl-4{
margin-left:1.5rem!important
}
.ms-xxl-5{
margin-left:3rem!important
}
.ms-xxl-auto{
margin-left:auto!important
}
.p-xxl-0{
padding:0!important
}
.p-xxl-1{
padding:.25rem!important
}
.p-xxl-2{
padding:.5rem!important
}
.p-xxl-3{
padding:1rem!important
}
.p-xxl-4{
padding:1.5rem!important
}
.p-xxl-5{
padding:3rem!important
}
.px-xxl-0{
padding-right:0!important;
padding-left:0!important
}
.px-xxl-1{
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-xxl-2{
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-xxl-3{
padding-right:1rem!important;
padding-left:1rem!important
}
.px-xxl-4{
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-xxl-5{
padding-right:3rem!important;
padding-left:3rem!important
}
.py-xxl-0{
padding-top:0!important;
padding-bottom:0!important
}
.py-xxl-1{
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-xxl-2{
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-xxl-3{
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-xxl-4{
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-xxl-5{
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-xxl-0{
padding-top:0!important
}
.pt-xxl-1{
padding-top:.25rem!important
}
.pt-xxl-2{
padding-top:.5rem!important
}
.pt-xxl-3{
padding-top:1rem!important
}
.pt-xxl-4{
padding-top:1.5rem!important
}
.pt-xxl-5{
padding-top:3rem!important
}
.pe-xxl-0{
padding-right:0!important
}
.pe-xxl-1{
padding-right:.25rem!important
}
.pe-xxl-2{
padding-right:.5rem!important
}
.pe-xxl-3{
padding-right:1rem!important
}
.pe-xxl-4{
padding-right:1.5rem!important
}
.pe-xxl-5{
padding-right:3rem!important
}
.pb-xxl-0{
padding-bottom:0!important
}
.pb-xxl-1{
padding-bottom:.25rem!important
}
.pb-xxl-2{
padding-bottom:.5rem!important
}
.pb-xxl-3{
padding-bottom:1rem!important
}
.pb-xxl-4{
padding-bottom:1.5rem!important
}
.pb-xxl-5{
padding-bottom:3rem!important
}
.ps-xxl-0{
padding-left:0!important
}
.ps-xxl-1{
padding-left:.25rem!important
}
.ps-xxl-2{
padding-left:.5rem!important
}
.ps-xxl-3{
padding-left:1rem!important
}
.ps-xxl-4{
padding-left:1.5rem!important
}
.ps-xxl-5{
padding-left:3rem!important
}
.text-xxl-start{
text-align:left!important
}
.text-xxl-end{
text-align:right!important
}
.text-xxl-center{
text-align:center!important
}
}
@media (min-width:1200px){
.fs-1{
font-size:2.5rem!important
}
.fs-2{
font-size:2rem!important
}
.fs-3{
font-size:1.75rem!important
}
.fs-4{
font-size:1.5rem!important
}
}
@media print{
.d-print-inline{
display:inline!important
}
.d-print-inline-block{
display:inline-block!important
}
.d-print-block{
display:block!important
}
.d-print-grid{
display:grid!important
}
.d-print-table{
display:table!important
}
.d-print-table-row{
display:table-row!important
}
.d-print-table-cell{
display:table-cell!important
}
.d-print-flex{
display:flex!important
}
.d-print-inline-flex{
display:inline-flex!important
}
.d-print-none{
display:none!important
}
}
/*# sourceMappingURL=bootstrap.min.css.map */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{
-webkit-tap-highlight-color:transparent;
position:relative
}
.owl-carousel{
display:none;
width:100%;
z-index:1
}
.owl-carousel .owl-stage{
position:relative;
-ms-touch-action:pan-Y;
touch-action:manipulation;
-moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0
}
.owl-carousel .owl-stage-outer{
position:relative;
overflow:hidden;
-webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
min-height:1px;
float:left;
-webkit-backface-visibility:hidden;
-webkit-touch-callout:none
}
.owl-carousel .owl-item img{
display:block;
width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
cursor:pointer;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
background:0 0;
color:inherit;
border:none;
padding:0!important;
font:inherit
}
.owl-carousel.owl-loading{
opacity:0;
display:block
}
.owl-carousel.owl-hidden{
opacity:0
}
.owl-carousel.owl-refresh .owl-item{
visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
-ms-touch-action:pan-y;
touch-action:pan-y;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.owl-carousel.owl-grab{
cursor:move;
cursor:grab
}
.owl-carousel.owl-rtl{
direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
float:right
}
.owl-carousel .animated{
animation-duration:1s;
animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
z-index:0
}
.owl-carousel .owl-animated-out{
z-index:1
}
.owl-carousel .fadeOut{
animation-name:fadeOut
}
@keyframes fadeOut{
0%{
opacity:1
}
100%{
opacity:0
}
}
.owl-height{
transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
opacity:0;
transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
max-height:0
}
.owl-carousel .owl-item img.owl-lazy{
transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
position:relative;
height:100%;
background:#000
}
.owl-carousel .owl-video-play-icon{
position:absolute;
height:80px;
width:80px;
left:50%;
top:50%;
margin-left:-40px;
margin-top:-40px;
background:url(owl.video.play.png) no-repeat;
cursor:pointer;
z-index:1;
-webkit-backface-visibility:hidden;
transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
-ms-transform:scale(1.3,1.3);
transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
display:none
}
.owl-carousel .owl-video-tn{
opacity:0;
height:100%;
background-position:center center;
background-repeat:no-repeat;
background-size:contain;
transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
position:relative;
z-index:1;
height:100%;
width:100%
}

body {
    background-color: var(--bodyBg);
    background-repeat: no-repeat;
}

@media screen and (max-width:992px) {
    body:before {
        top: 59px !important;
    }
}

/* Scrollbar stili */
::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

/* Scrollbar thumb (kaydÄ±rma tuÅŸesi) stili */
::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 8px;
}

content {
    display: block;
}

* {
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;

    text-indent: 0;
    margin-bottom: 0;
}

.center-w {
    display: table;
    margin: auto;
}

.center-h {
    display: flex;
    align-items: center;
}

.center-content {
    width: 100%;
}

section {
    overflow-x: clip;
    max-width: 100vw;
}


.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: var(--primaryColor) !important;
    color: white !important;
    border-radius: 100% !important;
    font-size: 20px !important;
    line-height: 20px !important;
    opacity: .5;
    transition: .3s;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
    opacity: 1;
}

.owl-carousel .owl-prev {
    left: -7%;
}

.owl-carousel .owl-next {
    right: -7%;
}


/* Form */
.inputBox,
.labelBox {
    position: relative;
    margin-bottom: 25px;
}

.inputBox label {
    position: absolute;
    width: initial;
    height: 100%;
    display: flex;
    align-items: center;
    text-indent: 26px;
    transition: .3s;
    transform: translateY(0);
}

.inputBox.textarea label {
    position: absolute;
    width: initial;
    height: 25%;
    display: flex;
    align-items: center;
    text-indent: 26px;
    transition: .3s;
    transform: translateY(0);
    background-color: whitesmoke;
}

.inputBox:hover label,
.inputBox:focus label {
    transform: translateY(-14px);
    font-size: 12px;
}

.inputBox.textarea:hover label,
.inputBox.textarea:focus label {
    transform: translateY(0);
    height: 17%;
}

.inputBox.focusOn label,
.inputBox.full label {
    transform: translateY(-14px);
    font-size: 12px;
    opacity: .5;
}

.inputBox.textarea.focusOn label,
.inputBox.full .textarea label {
    transform: translateY(0);
    height: 17%;
}

.inputBox.selectBox label {
    width: initial;
}

.inputBox.selectBox:hover label,
.inputBox.full.selectBox label {
    height: 20px;
    transform: translateY(9px);
}

.inputBox input,
.inputBox textarea,
.inputBox select {
    border-radius: 10px;
    border: none;
    line-height: 20px;
    padding: 0px 25px;
    outline: none !important;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
    height: 60px;
    padding-top: 10px;
    background-color: whitesmoke;
    width: 100%;
}

.inputBox select {
    padding-top: 0px;
    appearance: none;
    /* VarsayÄ±lan ok iÅŸaretini kaldÄ±r */
    background-image: url('../img/down.svg');
    /* Kendi ok simgenizi ekleyin */
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    /* Ok simgesini saÄŸdan iÃ§eri doÄŸru itmek iÃ§in */
}

.inputBox textarea {
    height: 224px;
    padding-top: 35px;
    padding-left: 28px;
    /*padding-left: 50px;*/
}

.inputBox.focusOn input,
.inputBox.focusOn textarea,
.inputBox.focusOn select {
    box-shadow: 0px 0px 0px 1px var(--primaryColor) !important;
}

.inputBox.full input,
.inputBox.full textarea,
.inputBox.full select {
    box-shadow: 0px 0px 0px 1px var(--success) !important;
}

.inputBox input:-webkit-autofill {
    background-color: #e8f0fe !important;
    /* Arka plan rengi */
    background: #e8f0fe !important;
    /* Arka plan rengi */
    color: #000;
    /* Metin rengi */
    border: 1px solid #198754;
    /* KenarlÄ±k rengi */
    transition: background-color 0.5s ease-in-out;
    /* GeÃ§iÅŸ efekti */
}

.inputBox input:-webkit-autofill:focus {
    background-color: #cce4ff;
    /* OdaklandÄ±ÄŸÄ±nda arka plan rengi */
    color: #333;
    /* OdaklandÄ±ÄŸÄ±nda metin rengi */
}

.inputBox .currency {
    position: absolute;
    font-weight: 800;
    font-size: 13px;
    right: 20px;
    top: 20px;
    z-index: 2;
    color: var(--textColor) !important;
    opacity: .8;
}

.inputBox.price input {
    font-weight: 700 !important;
}

label.customCheck {
    border: dashed 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 15px;
    display: flex;
    justify-content: flex-start;
    color: var(--textColor);
    cursor: pointer;
    transition: .3s;
    background-color: whitesmoke;
}

label.customCheck:hover {
    border-color: var(--primaryColor);
    color: var(--primaryColor);
}

.fakeCheck {
    margin-right: 10px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    width: 26px;
    height: 26px;
    border-radius: 5px;
    display: flex;
    position: relative;
    aspect-ratio: 1/1;
}

label:has(input:checked) > .fakeCheck {
    border-color: var(--success) !important;
}

label:has(input:checked) {
    border: 1px solid var(--success) !important;
    font-weight: 500;
    color: var(--success) !important;
    background-color: #61b11124;
}

label:has(input:checked)>.fakeCheck:before {
    font-family: 'default';
    content: "\e917";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--success);
}

/* Form End */

/* Head */
.head {
    position: relative;
}

.head i {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    display: block;
    color: var(--primaryColor);
}

.head span {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--textColor);
    margin-top: 10px;
    font-size: 16px;
}

.head h2 {
    color: black;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.head {
}

/* Head End */



/* ===== Form ===== */
.button {
    border-radius: var(--radius);
    padding: 0px 35px;
    line-height: 40px;
    font-weight: 400;
    width: initial;
    text-align: center;
    transition: .3s;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}

.button.fill {
    background-color: var(--primaryColor);
    color: white;
    border: solid 1px transparent;
}

.button.fill:hover {
    background-color: var(--secondaryColor) !important;
    color: white;
    border-color: var(--secondaryColor) !important;
}

.button.outline {
    border: solid 1px var(--primaryColor);
    color: var(--textColor);
    background-color: transparent;
}

.button.outline:hover {
    border-color: transparent !important;
    color: white !important;
    background-color: var(--primaryColor);
}

.button.addButton {
    display: flex;
    align-items: center;
    width: min-content;
    gap: 7px;
}

.button.addButton i {
    line-height: 0;
    font-size: 14px;
    font-weight: 600;
}


.head {
    text-align: center;
    margin-bottom: 50px;
}

.head h2.title {
    color: #F0F0F0;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border: solid 8px #5C6C7E80;
    border-radius: var(--radius);
    padding: 0px 18%;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 0px;
}

/* ===== Form End ===== */

.col-sm-visible {
    display: none;
}

@media screen and (max-width:992px) {

    .col-sm-visible {
        display: block;
    }

    .col-sm-hidden {
        display: none !important;
    }
}

/* Footer */
footer {
    padding-top: 45px;
    background-color: white;
}

footer .top {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

footer .top .box {
    background-color: #FBFBFB;
    padding: 35px;
    border-radius: 100px;
}

footer .top .box ul {
    display: flex;
    gap: 10px;
}

footer .top .box ul li:first-child {
    font-weight: 700;
    font-size: 16px;
    color: black;
    margin-right: 25px;
    display: flex;
    align-items: center;
}

footer .top .box ul li a i {
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: var(--primaryColor);
    color: whitesmoke;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
}

footer .top .box .title {
    font-weight: 700;
    font-size: 16px;
    color: black;
    display: flex;
    align-items: center;
}

footer .top .inputBox {
    position: relative;
}

footer .top .inputBox input {
    border-radius: var(--radius);
    background-color: var(--secondaryColor);
    border: none;
    padding: 0px 25px;
    padding-right: 65px;
    line-height: 50px;
    color: White;
    width: 100%;
    min-width: 350px;
}

footer .top .inputBox input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, .8);
}

footer .top .inputBox input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 1);
}

footer .top .inputBox input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 1);
}

footer .top .inputBox input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 1);
}

footer .top .inputBox button {
    position: absolute;
    right: 8px;
    top: 7px;
    border-radius: var(--radius);
    background-color: white;
    border: none;
    padding: 7px 25px;
    color: var(--secondaryColor);
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

footer .top .inputBox button:hover {
    background-color: var(--primaryColor);
    color: White;
}

footer .bottom {
    padding-top: 45px;
}

footer .bottom ul li.listHead {
    font-weight: 700;
    font-size: 16px;
    color: black;
    margin-bottom: 7px;
    display: block;
}

footer .bottom ul li a {
    color: var(--primaryColor);
    line-height: 36px;
}

footer .bottom ul li.nested {
    margin-top: 20px;
    font-size: 15px;
}

footer .bottom ul li.nested a {
    color: var(--textColor);
    font-weight: 500;
}

footer .bottom ul>li.nested>ul>li:last-child {
    display: flex;
    margin-top: 10px;
}

footer .bottom ul li.nested ul>li i {
    margin-right: 10px;
}

footer .banks {
    width: 100%;
}

footer .banks .container {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

footer .banks span {
    margin-right: 20px;
    font-weight: 600;
}

footer .pageEnd {
    text-align: center;
    padding: 15px 0px;
    color: var(--textColor);
    font-size: 13px
}

@media screen and (max-width:992px) {
    footer .top {
        padding-bottom: 15px;
    }

    footer .top .box {
        text-align: center;
        width: 100%;
        border-radius: 0px;
        padding: 15px;
    }

    footer .top .box .title {
        text-align: center;
        justify-content: center;
    }

    footer .top .inputBox {
        margin-top: 5px;
    }

    footer .top .inputBox input {
        min-width: 100%;
    }

    footer .top ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    footer .top ul li:first-child {
        min-width: 100%;
        text-align: left;
        justify-content: flex-start;
    }

    footer .bottom {
        padding-top: 35px;
        zoom: 90%;
    }

    footer .bottom ul {
        margin-bottom: 25px;
    }

    footer .bottom ul .nested {
        display: none;
    }

    footer .mobileAdres {
        text-align: center;
        padding-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    footer .mobileAdres>li:last-child {
        margin-top: 25px;
    }
}

/* Footer End */
/* Header */
header {
    position: sticky;
    z-index: 50;
    top: 0;
    width: 100%;
    background-color: #e9edef;
    transition: .5s;
    top: 0;
}

header.sticky {
    top: -50px;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    background-color: #e9edef9c;
    ;
}

header .logo {
    height: 150px;
    display: block;
    transition: .3s;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 198.59px;
}

header.sticky .logo img:first-child {
    display: none;
}

header.sticky .logo {
    display: block !important;
    background-image: url(../img/logo.png);
    height: 70px;
    background-position: center;
    ;
}

header .top {
    padding: 10px 0px;
    position: relative;
}

header .top {
    position: relative;
    z-index: 5;

}

header .top .contactUl {
    display: flex;
    gap: 25px;
    font-size: 14px;
    color: var(--textColor);
}

header .top .contactUl a {
    color: var(--textColor);
    font-weight: 500;
    display: flex;
    align-items: center;
    opacity: .8;
}

header .top .contactUl a i {
    margin-right: 7px;
    aspect-ratio: 1/1;
    display: inline-block;
    line-height: 0;
    font-size: 15px;
}

header .top .userButtons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    z-index: 5;
}

header .top .userButtons li a.button {
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 14px;
    transition: .2s;
    display: flex;
    align-items: center;
}

header .top .userButtons li a.button:hover {
    background-color: var(--secondaryColor);
    color: Whitesmoke;
}

header .top .userButtons li:last-child a {
    background-color: var(--primaryColor);
    color: whitesmoke;
    font-weight: 500;
}

header .top .userButtons li a.button .wallet {
    margin-left: 10px;
}

header .top .userButtons li a.button i {
    margin-right: 7px;
    aspect-ratio: 1/1;
    display: inline-block;
    line-height: 0;
    font-size: 16px;
}

header .top>div>.row>div {
    display: flex;
    align-items: center;
}




header .bottom {
    padding-bottom: 15px;
    border-top: 1px dotted rgb(11 57 84 / 12%);
}

header.sticky .bottom {
    border-top: none !important;
}


header .menuUl {
    display: flex;
    width: 100%;
    gap: 70px;
    font-size: 15px;
    position: relative;
    top: -10px;
}

header .menuUl li a {
    color: var(--primaryColor);
    font-weight: 700;
    /* text-transform: uppercase; */
    transition: .2s;
}

header>.bottom>div>.row>div:first-child ul {
    justify-content: flex-end;
    margin-right: 60px;
}

header>.bottom>div>.row>div:last-child ul {
    justify-content: flex-start;
    margin-left: 60px;
}

header>.bottom>div>.row>div {
    display: flex;
    align-items: end;
}

header .menuUl li a:hover {
    color: var(--secondaryColor);
}

header>.container {
    position: relative;
    z-index: 2;
}

header nav>ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    font-size: 13px;
    justify-content: center;
}

header nav ul a {
    color: var(--textColor);
    font-weight: 600;
    line-height: 40px;
    border-bottom: 3px solid transparent;
    display: block;
    transition: .3s;
    padding: 0px 10px;
    font-size: 14px;
    letter-spacing: .3px;
}

header nav ul a:hover,
header nav ul li.here a {
    border-color: var(--primaryColor) !important;
    color: var(--primaryColor) !important;
}

header .menuContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .inputBox {
    position: relative;
}

header .inputBox input {
    border-radius: var(--radius);
    border: none;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    padding: 0px 25px;
    padding-right: 45px;
    line-height: 50px;
    width: 100%;
}

header .inputBox button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 7px;
    padding: 10px;
    aspect-ratio: 1/1;
    display: block;
    border-radius: var(--radius);
    color: #8F9298;
    transition: .3s;
}

header .inputBox button i {
    display: block;
    aspect-ratio: 1/1;
}

header .inputBox button:hover {
    background-color: var(--secondaryColor);
    color: whitesmoke;
}

header .userMenu {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    width: 100%;
    justify-content: flex-end;
}

header .userMenu a {
    color: var(--textColor);
    font-size: 15px;
    font-weight: 600;
}

header .userMenu a i {
    margin-right: 5px;
}

header .userMenu .iconButton i {
    font-size: 23px;
}

header .userMenu .iconButton {
    position: relative;
}

header .userMenu .iconButton span {
    aspect-ratio: 1/1;
    background-color: var(--primaryColor);
    border-radius: 100%;
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    bottom: -5px;

}

header .userMenu li:not(.iconButton) {
    border-bottom: 1px solid transparent;
    transition: .3s;
}

header .userMenu li:not(.iconButton):hover {
    border-bottom-color: var(--textColor);
}

header .bottom {
    padding-top: 10px;
}

/* Dropdoen MenÃ¼ Basic */
.drop {
    position: relative;
}

.drop .toggle {
    line-height: 40px;
}

.drop .sub {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transform: translateY(40px);
    opacity: 0;
    padding-top: 0px;
    transition: .3s;
}

.drop:hover>.sub {
    height: auto;
    transform: translateY(0px);
    padding-top: 24px;
    opacity: 1;
}

.drop:hover>.toggle {
    border: none !important;
}

.drop .sub .sub-content {
    position: relative;
    background-color: var(--primaryColor);
}

.drop .sub .sub-content ul li:last-child a {
    border: none;
}



.drop .sub .sub-content:before {
    font-family: 'default' !important;
    content: "\eb4a";
    position: absolute;
    left: 0;
    top: -24px;
    color: var(--primaryColor);
    z-index: 62;
    font-size: 24px;
    line-height: 24px;
}

.drop .sub .sub-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.drop .sub .sub-content ul li {
    width: 100%;
}

.drop .sub .sub-content ul li a {
    padding: 0px 15px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    display: block;
    color: White;
    transition: .2s;
    white-space: nowrap;
    font-weight: 400;
}

.drop .sub .sub-content ul li a:hover {
    background-color: whitesmoke;
}

/* Dropdoen MenÃ¼ Basic End */

header .drop .toggle {
    color: var(--textColor);
    font-weight: 600;
}

header .drop .toggle:after {
    font-family: 'default' !important;
    content: "\e928";
    font-size: 10px;
    margin-left: 5px;
}

header .menuLink {
    white-space: nowrap;
}

header .menuLink i {
    margin-right: 10px;
}

header .toggle .caret {
    font-size: 11px;
    margin-left: 7px;
}

header .language .sub-content {
    background-color: white !important;
}

header .language .sub-content a {
    color: var(--textColor) !important;
}

header .language .drop .sub .sub-content:before {
    color: white !important;
    transform: scaleX(-1);
    left: initial;
    right: 0;
}

@media screen and (max-width: 992px) {

    header.menuOn {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    header.sticky {
        top: 0;
    }

    header.menuOn>.bottom {
        transform: translateX(0);
    }

    header .mobileLogo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    header .mobileLogo li {
        width: initial;
    }

    header .mobileLogo .logo {
        height: 64px;
        width: 55px;
    }

    header .top .userButtons li a.button i {
        margin-right: 0px;
    }

    header .userButtons span.text {
        display: none !important;
    }

    header>.bottom>div {
        padding: 27px;
    }

    header>.bottom>div>.row>div:last-child ul {
        margin-left: 0px;
    }

    header .menuUl {
        flex-flow: column;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 15px;
        margin-top: 15px;
    }

    header>.bottom>.container>.row>div:nth-child(2) {
        order: 1;
        margin-bottom: 25px;
    }

    header .logo {
        background-image: url(../img/logo.png) !important;
        height: 40px;
    }

    header>.bottom>.container>.row>div:nth-child(1) {
        order: 2;
    }

    header>.bottom>.container>.row>div:nth-child(3) {
        order: 3;
    }

    header>.bottom {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 75%;
        background-color: whitesmoke;
        transform: translateX(-100%);
        transition: .3s;
        z-index: 15;
    }

    header .contactUl {
        display: none !important;
    }

    .menuToggle {
        padding: 15px;
        margin-left: -12px;
        color: var(--primaryColor);
    }

    header .inputBox input {
        border-radius: 0px;
        background-color: var(--primaryColor);
        color: white;
        outline: none;

    }

    header .searchContent {
        padding: 0px;
    }

    header .inputBox input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, .5);
    }

    header .inputBox input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, .5);
    }

    header .inputBox input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(255, 255, 255, .5);
    }

    header .inputBox input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, .5);
    }

    header .inputBox button {
        color: rgba(255, 255, 255, .7);
        opacity: 1;
    }

    header .inputBox button:hover {
        color: rgba(255, 255, 255, 1);
        background-color: transparent;
    }

    header .top .container {
        padding-bottom: 0px;
    }

    header {
        padding-bottom: 0px;
    }

    header .drop .toggle,
    header nav ul a {
        color: white !important;
    }

    header .logoContent {
        background-color: whitesmoke;
        margin-left: -12px;
        margin-right: -12px;
        padding: 0px 15px;
        width: auto;
    }

    header .menuContent {
        align-items: flex-start;
        padding-top: 0px;
    }

    header nav ul a:hover,
    header nav ul li.here a {
        background-color: whitesmoke;
        color: var(--primaryColor) !important;
    }

    header .menuContent>.container {
        padding: 0px;
    }

    .drop .sub .sub-content ul li a {
        border-bottom-color: rgba(255, 255, 255, .08) !important;
    }

    header .drop .toggle:after {
        float: right;
        transform: rotate(270deg);
    }

    header .mobileButton {
        background-color: var(--primaryColor);
        color: whitesmoke !important;
    }

    header .mobileButton i {
        margin-right: 7px !important;
    }
}

/* Header End */
/* headline */
#headline {
    position: relative;
}

#headline .item {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#headline .item h2 {
    text-align: center;
    font-weight: 900;
    font-size: 60px;
    line-height: 66px;
    font-family: 'Courier', monospace;

}

#headline .item h2 .typewriter {
    display: inline-block;
    white-space: pre;
    /* BoÅŸluk karakterini korur */
}

#headline .item h2 .typewriter::after {
    content: '';
    border-right: 2px solid black;
    animation: blink 1s infinite;
    height: 100%;
}

#headline .item article {
    display: table;
    margin: auto;
    width: 40%;
    text-align: center;
    color: var(--textColor);
    font-weight: 400;
    opacity: .9;
    font-size: 19px;
    line-height: 28px;
    margin-top: 30px;
}

#headline .item .buttons {
    margin-top: 25px;
}

#headline .item .buttons ul {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#headline .item .buttons ul li:last-child .button {
    background-color: var(--secondaryColor);
}

#headline .services {
    margin-top: 45px;
    border-radius: 5px;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: .2s;
}

#headline .services:hover,
#headline .services.active {
    background-color: #0b395408;
}

#headline .services>ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%;
    position: relative;
}

#headline .services ul a {
    color: var(--textColor);
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 0px;
    padding: 15px;
}

#headline .services ul li {
    flex-grow: 1;
    text-align: center;
    width: 100%;
}

#headline .services .box .focusBorder {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 5px;
    background-color: var(--primaryColor);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transform: translateY(-10px);
    opacity: 0;
    transition: .3s;
}

#headline .services .active .box .focusBorder {
    opacity: 1;
    transform: translateY(0);
}

#headline .services .active .box {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -15px;
    margin-bottom: -15px;
    background-color: #0b395412;
}

#headline .services .active .box>a {
    padding-bottom: 28px;
    margin-bottom: -15px;
}




#headline .services ul i {
    font-size: 40px;
    display: inline-block;
    aspect-ratio: 1/1;
    text-align: center;
    /*line-height: 0;*/
}

#headline .services ul .name {
    font-size: 14.5px;
    margin-top: 15px;
}

#headline .services ul li.active a .name {
    font-weight: 600 !important;
}

#headline .services ul li.active a {
    color: var(--primaryColor);
    opacity: 1 !important;
}

#headline .services ul li:hover a {
    color: var(--primaryColor);
    opacity: .6;
}

#headline .services ul li .box,
#headline .services ul li a {
    position: relative;
}

#headline .services>ul>li>.box a:before {
    content: "";
    width: 1px;
    height: 0;
    transition: .3s;
    background-color: var(--primaryColor);
    right: 0;
    bottom: 0;
    position: absolute;
}

#headline .services>ul>li>.box a:after {
    content: "";
    width: 0px;
    height: 1px;
    transition: .3s;
    background-color: var(--primaryColor);
    right: 0;
    bottom: 0;
    position: absolute;
}

#headline .services ul li .box:before {
    content: "";
    width: 1px;
    height: 0;
    transition: .3s;
    background-color: var(--primaryColor);
    left: 0;
    top: 0;
    position: absolute;
}

#headline .services ul li .box:after {
    content: "";
    width: 0px;
    height: 1px;
    transition: .3s;
    background-color: var(--primaryColor);
    left: 0;
    top: 0;
    position: absolute;
}

#headline .services ul li:hover a:before {
    height: 35px !important;
}

#headline .services ul li:hover a:after {
    width: 35px !important;
}

#headline .services ul li:hover .box:before {
    height: 35px !important;
}

#headline .services ul li:hover .box:after {
    width: 35px !important;
}

#headline .services ul li a .caret {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    text-align: center;
    aspect-ratio: auto;
    line-height: 0;
    height: auto;
    font-size: 15px;
    opacity: 0;
    transition: .3s;
}

#headline .services ul li.active a .caret {
    opacity: 1;
}

#headline .services ul li .subService {
    background-color: var(--primaryColor);
    position: absolute;
    top: calc(100% + 13px);
    left: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    color: Whitesmoke;
    transform: translateY(-50px);
    opacity: 0;
    height: 0px;
    transition: .5s;
    transform-origin: top;
    padding: 0px 10px;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

#headline .services ul li.active .subService {
    transform: translateY(0px);
    opacity: 1;
    height: auto;
    z-index: 15;
    padding: 10px 10px;
    user-select: auto;
    pointer-events: auto;

}

#headline .services ul li .subService a {
    color: Whitesmoke;
    display: flex;
    flex-flow: row;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    flex-flow: column;
}

#headline .services ul li .subService a i {
    font-size: 30px;
}

#headline .services ul li .subService a span {
    display: block;
    margin-top: 10px;
    opacity: .8;
}

#headline .services ul li .subService>ul {
    display: flex;
    flex-wrap: wrap;
    /* SatÄ±ra sÄ±ÄŸmayan elemanlarÄ± alt satÄ±ra taÅŸÄ±r */

    /* Elemanlar arasÄ±nda boÅŸluk bÄ±rakÄ±r */
    align-items: flex-start;
    /* ElemanlarÄ± yukarÄ± hizalar */
    gap: 10px;
    /* Elemanlar arasÄ±nda boÅŸluk */
}

#headline .services ul li .subService>ul li {
    width: auto;
    width: calc(20% - 10px);
    max-width: calc(20% - 10px);
    justify-content: flex-start;
    text-align: left;
}

#headline .services ul li .subService>ul li a {
    transition: .3s;
    white-space: wrap;
    font-size: 14px;
    font-weight: 300;
    opacity: .7;
    background-color: #ffffff08;
    border-radius: 7px;
}

#headline .services ul li .subService>ul li a:hover {
    background-color: var(--secondaryColor);
}

#headline .services ul li .subService>ul li a:hover * {
    opacity: 1 !important;
}

/*
#headline .services ul li .subService>ul li a:after {
    content: "\ea81";
    font-family: 'default' !important;
    position: relative;
    float: right;
    margin-left: 15px;
    height: auto;
    opacity: 0;
    transform: translateX(0);
    transition: .2s;
}
*/
#headline .services ul li .subService>ul li a:hover:after {
    opacity: 1;
    transform: translateX(10px);
}

#headline .flash {
    text-align: center;
}

#headline .flash span {
    display: inline-block;
    border-radius: var(--radius);
    background-color: #e9edef;
    padding: 0px 25px;
    line-height: 40px;
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 15px;
    position: relative;
    bottom: -25px;
}

#headline .flash span:before {
    display: inline-block;
    content: "\e997";
    font-family: 'default' !important;
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    width: 100%;
    text-align: center;
    line-height: 0;
    color: #e9eef0;
    font-size: 25px;
}







@keyframes blink {
    50% {
        border-color: transparent;
    }
}


@media screen and (max-width:992px) {
    #headline .services ul li .subService a span {
        margin-top: 0px;
    }

    #headline .services ul li .subService>ul li {
        width: 100%;
        max-width: 100%;
    }

    #headline .services ul li .subService>ul li a {
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
    }

    #headline .services ul li .subService>ul li a i {
        margin-right: 10px;
        font-size: 16px;
    }

    #headline .services ul li .subService {
        left: 0px !important;
        top: initial !important;
        margin-top: 28px;
        width: 100vw;
        border-radius: 15px;
        transform-origin: top;
    }

    #headline .services ul li {
        min-width: 125px;
    }

    #headline .services ul .name {
        font-size: 12px;
        white-space: nowrap;
    }

    #headline .services {
        overflow-x: auto;
        min-height: 155px;
    }

    #headline .services>ul {
        justify-content: flex-start;
        position: static;
    }

    #headline .item {
        height: 70vh;
    }

    #headline .item h2 {
        font-size: 30px;
        line-height: 31px;
    }

    #headline .item article {
        width: 90%;
        font-size: 15px;
        line-height: 28px;
        margin-top: 20px;
    }

}

/* Headline End */
/* Comments */
#comments {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

#comments .box {
    border-radius: 10px;
    padding: 45px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#comments .box .stars {
    display: flex;
    gap: 2px;
    font-size: 20px
}

#comments .box .stars li {
    opacity: .4;
    color: #F9C339;
}

#comments .box .stars li.active {
    opacity: 1;
}

#comments .box .name {
    font-weight: 700;
    color: var(--primaryColor);
    font-size: 16px;
    display: flex;
    align-items: center;
}

#comments .box .name p {
    font-weight: 500;
    color: var(--textColor);
    font-size: 13px;
    margin: 0px;
    margin-left: 15px
}

#comments .box .comment {
    font-weight: 400;
    color: var(--textColor);
    font-size: 15px;
    margin-top: 15px;
    line-height: 22px;
    opacity: .9;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#comments .owl-item {
    padding: 25px 0px;
}

#comments .head {
    margin-bottom: 0px;
}

#comments .head h2 {
    font-size: 16px;
    color: var(--primaryColor);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#comments .head h2 a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    color: var(--secondaryColor);
    transition: .3s;
    font-size: 16px;
    font-weight: 500;
}

#comments .head h2 a:hover {
    color: var(--primaryColor);
}

#comments .head h2 a i {
    font-size: 13px;
    color: var(--secondaryColor);
}

#comments .head h2 a:hover i {
    color: var(--primaryColor);
}

#comments .head h2 i {
    margin-right: 10px;
    width: initial !important;
    font-size: 22px;
}

#comments .owl-carousel .owl-dot span {
    height: 3px;
    width: 7px;
    margin: 2px;
    transition: .3s;
}

#comments .owl-carousel .owl-dot.active span {
    width: 20px;
    background-color: var(--primaryColor);
}

#comments:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/abstract.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: .3;
}

#comments .owl-dots {
    margin-top: -25px;
}

.page #comments {
    padding: 60px 0px;
    position: relative;
    z-index: 15;
}

.page #comments .head {
    margin-bottom: 35px;
}

.page #comments .head * {
    text-align: left;
}

.page #comments .head h2 {
    font-weight: 700;
    font-size: 2rem;
    color: var(--primaryColor);
}

.page #comments>.container {
    position: relative;
    z-index: 15;
}

.page #comments .item {
    padding: 15px;
}

.page #comments:before {
    opacity: .1;
}

@media screen and (max-width:992px) {
    .page #comments .item {
        padding: 5px;
    }
}

/* Comments End */
/* Counter : Pearl */
#pearl {
    padding: 70px 0px;
    margin-top: -60px;
    position: relative;
    z-index: 5;
}

#pearl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.40940126050420167) 100%);
    height: 60px;
    z-index: -1;
}

#pearl .head span {
    margin-bottom: 0px;
    color: var(--textColor) !important;
    text-transform: none;
    font-weight: 500;
    opacity: .8;
    font-size: 14px;
}

#pearl .head h2 {
    margin-top: 0px;
    font-weight: 700;
    color: var(--primaryColor);
}

#pearl>div>.rowLine {
    overflow: hidden;
}

#pearl>div .row {
    margin: 0;
}

#pearl>div .row>div {
    padding: 0px;
}

#pearl>div .row>div:last-child {
    border: none !important;
}

#pearl>div .row .box {
    padding: 15px 35px;
    text-align: center;
    display: block;
    height: 100%;
    cursor: pointer;
    transition: .3s;
}

#pearl>div .row .box i {
    font-size: 40px;
    line-height: 40px;
    display: inline-flex;
    color: var(--primaryColor);
    transition: .3s;
}

#pearl>div .row .box .title {
    font-size: 30px;
    line-height: 30px;
    color: var(--textColor);
    margin-top: 10px;
    font-weight: 600;
}

#pearl>div .row .box .description {
    font-size: 15px;
    color: var(--textColor);
    margin-top: 5px;
    font-weight: 400;
    opacity: .8;
}


@media screen and (max-width:929px) {
    #pearl {
        padding: 40px 0px !important;
    }

    #pearl>div {
        padding: 0px;
    }

    #pearl>div .row>div:not(:first-child) {
        min-width: 50%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    #pearl>div .row>div:nth-child(odd) {
        border-right: none;
    }

    #pearl>div .row>div:nth-last-child(1),
    #pearl>div .row>div:nth-last-child(2) {
        border-bottom: none;
    }

    #pearl>div .row .box {
        padding: 20px;
    }

    #pearl>div .row .box i {
        font-size: 40px;
        line-height: 40px;
    }

    #pearl>div .row .box .title {
        font-size: 20px;
        line-height: 20px;
    }

    #pearl>div .row .box .description {
        font-size: 12px;
    }
}

/* Counter: Pearl End */
/* Popular Services */
#projects {
    padding: 60px 0px;
    padding-top: 35px;
}

.page #projects .head {
    margin-bottom: 0px;
}

.page #projects .head * {
    text-align: left;
}

.page #projects .head h2 {
    color: var(--primaryColor);
    font-weight: 700;
}

.page #projects .head article {
    color: var(--textColor);
}


#projects>.container {
    position: relative;
    z-index: 5;
}

#projects>.container-fluid {
    width: 80%;
    border-radius: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#projects>.container-fluid:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/projects.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#projects>.container-fluid:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: var(--primaryColor);
    opacity: .5;
}

#projects>.container-fluid>div {
    position: relative;
    z-index: 2;
}

#projects .head {
    margin-bottom: 20px;
    padding: 25px 0px;

}

#projects .head h2 {
    font-size: 28px;
    color: white;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
}

#projects .head h2>div {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-weight: 400;
}

#projects .head h2>div article {
    font-size: 17px;
    line-height: 26px;
    opacity: .7;
    font-weight: 400;
    margin-top: 10px;
    width: 50%;
    display: block;
}

#projects .head h2>div>div {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
}

#projects .head h2 a {
    display: flex;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    color: white;
    transition: .3s;
}

#projects .head h2 a:hover {
    color: var(--secondaryColor);
}

#projects .head h2 a i {
    font-size: 13px;
    color: white;
}

#projects .head h2 a:hover i {
    color: var(--secondaryColor);
}

#projects .head h2 i {
    margin-right: 10px;
    width: initial !important;
    font-size: 22px;
    color: White;
    display: flex;
    align-items: center;
}

#projects .serviceNav {
    margin-top: -95px;
    padding-left: 35px;
    padding-right: 35px;
    overflow-x: auto;
    overflow-y: clip;
    padding-top: 17px;
}

#projects .serviceNav ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 55px;
}

#projects .serviceNav ul li {
    max-width: 150px;
    position: relative;
}

#projects .serviceNav ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1/1;
    content: "";
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 100%;
    z-index: 0;
    transform: scale(1.25);
    transition: .3s;
}

#projects .serviceNav ul li.active:before {
    background-color: #ec9307ad;
}

#projects .serviceNav ul li:not(.active):hover:before {
    background-color: #0b3954a6;
}

#projects .serviceNav .visual {
    overflow: hidden;
    border-radius: 100%;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 2;
}

#projects .serviceNav .name {
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--textColor);
    width: 100%;
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
    line-height: 16px;
}

#projects .serviceNav ul li.active .name {
    color: var(--secondaryColor);
}

#projects .imgGallery {
    margin-top: 60px;
}

#projects .imgGallery>.row>div {
    margin-bottom: 25px;
}

#projects .imgGallery .box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

#projects .imgGallery .item .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(4, 31, 47);
    background: linear-gradient(0deg, rgba(4, 31, 47, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .8;
    transition: .3s;
}

#projects .imgGallery .item .box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(4, 31, 47);
    background: linear-gradient(0deg, rgba(4, 31, 47, 1) 0%, rgba(4, 31, 47, 0.6166841736694677) 100%);
    opacity: 0;
    z-index: 1;
    transition: .3s;
}

#projects .imgGallery .item:hover .box:after {
    opacity: .5;
}

#projects .imgGallery .box .visual {
    border-radius: 15px;
    overflow: hidden;
}

#projects .imgGallery .box .visual img {
    width: 100%;
}

#projects .imgGallery .box .caption {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: whitesmoke;
    z-index: 5;
}

#projects .imgGallery .box .caption .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

#projects .imgGallery .box .caption .title span {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    opacity: .6;
    display: block;
}

#projects .imgGallery .box .caption article {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    opacity: .8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width:1600px) {
    #projects>.container-fluid {
        width: 95%;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media screen and (max-width:992px) {
    .page #projects .head {
        padding-left: 25px;
        padding-top: 0px;
    }

    .page #projects .imgGallery {
        margin-top: 0px;
    }

    #projects .imgGallery>.row>div {
        margin: 0px;
        padding: 5px;
    }

    #projects {
        padding: 30px 0px;
    }

    #projects>.container-fluid:after {
        opacity: .85;
    }

    #projects .head h2>div article {
        width: 88%;
        font-size: 15px;
    }

    #projects>.container-fluid {
        width: 100%;
        padding: 0px 25px;
        border-radius: 0;
    }
}

/* Popular Services End */
/* Period */
#period {
    background-color: #e9edf0;
    background-image: url(../img/arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 45px;
}

#period .head {
    margin-bottom: 30px;
}

#period .head h2 {
    margin-bottom: 0px;
}

#period .head span {
    text-transform: none;
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
}

#period .box {
    position: relative;
    z-index: 2;
}

#period .box .visual {
    position: relative;
    display: flex;
    align-items: center;
    aspect-ratio: 1/1;
}

#period .box .visual:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 1 / 1;
    width: 100%;
    background-color: #dae2e8;
    border-radius: 100%;
    transform: scale(.8);
}

#period .box .visual .step {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

#period .box .visual .step span {
    display: inline-flex;
    border-radius: 100%;
    width: 100px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

#period .box .visual .step span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 1/1;
    transform: scale(.7);
    background-color: whitesmoke;
    z-index: -1;
    border-radius: 100%;
}

#period .box .title {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin-top: 20px;
}

#period .box article {
    color: var(--textColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

/* Period End */
/* Faq */
#faq {
    padding: 35px 0px;
    padding-bottom: 60px;
}

#faq .faqUl {
    margin-top: 25px;
}

#faq .faqUl li {
    margin-bottom: 35px;
}

#faq .faqUl li:last-child {
    margin-bottom: 0px;
}

#faq .faqUl li a {
    display: inline-flex;
    color: var(--textColor);
}

#faq .faqUl li a i {
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
    border-radius: 100%;
    background-color: var(--secondaryColor);
    color: white;
    margin-right: 15px;
}

#faq .faqUl li a>div {
    display: flex;
    align-items: center;
}

#faq .faqUl li a div span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

#faq .head,
#faq .head * {
    text-align: left;
}

#faq .head span {
    text-transform: none !important;
    color: var(--primaryColor);
    font-weight: 600;
}

#faq .head h2 {
    margin-bottom: 0px;
}

#faq .head article {
    color: var(--textColor);
    width: 75%;
}

#faq .head a {
    display: flex;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    color: var(--primaryColor);
    margin-top: 10px;
    transition: .3s;
}

#faq .head a:hover {
    color: var(--secondaryColor);
}

#faq .head a i {
    font-size: 13px;
    color: var(--primaryColor);
}

#faq .head a:hover i {
    color: var(--secondaryColor);
}

#faq .head i {
    margin-right: 10px;
    width: initial !important;
    font-size: 22px;
    color: White;
    display: flex;
    align-items: center;
}

.ssslist .item .sssToggle {
    background-color: transparent;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}

.ssslist .item .sssToggle i {
    font-size: 10px;
    margin-right: 7px;
    margin-left: 5px;
}

.ssslist .item .tuyo {
    border-radius: 7px;
}

.sssToggle.open {
    background-color: var(--secondaryColor) !important;
    border-radius: var(--radius);
}

.ssslist .tuyo article {
    color: var(--textColor)
}

.ssslist {
    display: block;
    margin-top: 15px;
}

.ssslist .item {
    display: block;
    position: relative;
    padding: 5px 0px;
}

.ssslist .item .sssToggle {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    line-height: 50px;
    color: var(--textColor);
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    border-radius: var(--radius);
}

.ssslist .item .sssToggle:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.sssToggle .iconbox {
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    aspect-ratio: 1/1;
    width: 50px;
    justify-content: center;
    display: flex;
    height: 50px;
    padding: 0px;
}

.sssToggle .iconbox i {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
}

.ssslist .item .tuyo {
    display: block;
    background-color: white;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
    padding: 0px 25px;
}

.ssslist .tuyo article {
    display: block;
    padding: 25px;
    font-size: 16px;
    background-color: whitesmoke;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sssToggle {
    letter-spacing: .5px;
    padding-right: 40px !important;
    background-color: #ffffff12;
}

.tuyo {
    height: 0px
}

#sss .ceviri_ar {
    text-align: right
}

.rt0 {
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important
}

.sssToggle.open {
    opacity: 1 !important;
    color: white !important;
}

@media screen and (max-width:992px) {
    #faq {
        padding-bottom: 30px;
    }

    .sssToggle .iconbox {
        aspect-ratio: 1 / 1;
        width: 40px;
        height: initial;
    }

    .ssslist .item .sssToggle {
        border-radius: 5px;
        line-height: 23px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ssslist .item .sssToggle>i {
        display: none;
    }

    #faq .head article {
        width: 100%;
    }
}

/* Faq End */

/* Blogs */
#blog {
    padding: 65px 0px;
    background-color: #e9edf03b;
}

#blog .head {
    text-align: center;
    margin-bottom: 15px;

}

#blog .head h2 {
    margin-top: 0px;
}

#blog .head span {
    text-transform: none !important;
}

#blog .item a {
    padding: 35px;
    background-color: white;
    border-radius: 7px;
    overflow: hidden;
    transition: .5s;
    box-shadow: 0px 0px 30px -10px transparent;
    display: block;
}

#blog .item a .title {
    color: var(--primaryColor);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    height: 90px;
}

#blog .item a .date {
    color: var(--textColor);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    opacity: .5;
    display: block;
    display: flex;
    align-items: center;
}

#blog .item a .date i {
    margin-right: 5px;
}

#blog .item a article {
    color: var(--textColor);
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
}

#blog .item a .visual {
    margin-bottom: 15px;
    display: flex;
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -35px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s;
}

#blog .item:hover a .visual {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

#blog .owl-carousel .owl-dot span {
    height: 3px;
    width: 7px;
    margin: 2px;
    transition: .3s;
}

#blog .owl-carousel .owl-dot.active span {
    width: 20px;
    background-color: var(--primaryColor);
}

#blog .owl-item,
#blog .item,
#blog .item a {
    height: 100%;
}

#blog .item {
    padding-top: 30px;
    padding-bottom: 30px;
}

#blog .item:hover a {
    box-shadow: 0px 0px 30px -10px var(--primaryColor);
}

#blog .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}

.page #blog {
    position: relative;
    z-index: 15;
}

@media screen and (max-width:992px) {
    .page #blog .item {
        padding: 5px;
    }

    .page #blog .item a {
        padding: 15px;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    }

    #blog>.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #blog .owl-item {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #blog .head {
        margin-bottom: 35px !important;
    }

    #blog {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #blog .item {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #blog .item a .title {
        font-size: 15px;
        line-height: 23px;
        height: 80px;
    }
}


/* Blogs End */

/* Footer */
footer {
    background-color: var(--footerBg);
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    padding: 85px 0;
    padding-bottom: 15px;
    position: relative;
}

footer .logoContent {
    margin-bottom: 35px;
    color: var(--secondaryColor);
}

footer .logoContent a {
    display: inline-block;
    color: var(--secondaryColor);
    font-size: 44px
}

footer .contactList {
    margin-top: 35px;
    font-weight: 300;
    width: 75%;
}

footer .contactList>li {
    margin-top: 15px;
    margin-bottom: 15px
}

footer .contactList a {
    color: #fff;
    display: flex;
    opacity: .8
}

footer .contactList a i {
    float: left;
    line-height: 24px;
    margin-right: 10px;
    font-size: 15px
}

footer .contactList .buttons {
    margin-top: 25px
}

footer .contactList .buttons a {
    background-color: var(--primaryColor);
    padding: 0 15px;
    line-height: 40px;
    border-radius: var(--radius);
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    transition: .2s
}

footer .contactList .buttons a:hover {
    background-color: var(--success)
}

footer .contactList .buttons a i {
    float: right;
    line-height: 40px;
    margin-left: 7px
}

footer .contactList a span {
    float: left
}

footer .socials {
    margin-top: 45px
}

footer .socials li {
    margin-bottom: 15px
}

footer .socials li.head {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    margin-bottom: 15px !important;
    color: #fff !important;
    opacity: .8;
    text-align: left;
}

footer .socials li a {
    color: #fff
}

footer .socials li a * {
    transition: .2s
}

footer .socials li a i {
    font-size: 12px;
    display: inline-block;
    aspect-ratio: 1/1;
    border-radius: var(--radius);
    border: solid 1px rgba(255, 225, 255, .2);
    padding: 10px
}

footer .socials li a:hover i {
    border-color: var(--primaryColor) !important
}

footer .socials li a span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .5px;
    margin-left: 7px;
    opacity: .8
}

footer .socials li a:hover * {
    color: var(--secondaryColor)
}

footer .menuList ul {
    line-height: 50px;
    height: 100%
}

footer .menuList .head {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-align: left;
    margin-bottom: 0px;
}

footer .menuList ul {
    padding: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

footer .menuList li {
    position: relative;
    z-index: 5
}

footer .menuList li a {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    opacity: .8;
    white-space: nowrap;
    transition: .2s
}

footer .menuList li a:hover {
    opacity: 1
}

footer .menuList li.apk {
    margin: 35px 0;
    margin-top: 0px;
}

footer .menuList li.apk ul {
    display: flex;
    font-size: 30px;
    line-height: 30px;
    margin-top: 5px;
    padding: 0
}

footer .menuList li.apk ul li {
    margin-right: 30px;
    opacity: .6
}

footer .menuList li.apk ul li:hover {
    opacity: 1
}

footer .menuList li.apk ul li i {
    color: #fff
}

footer .menuList ul:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .02
}

footer .menuList ul.digital:before {
    background-color: var(--digital)
}

footer .menuList ul.turizm:before {
    background-color: var(--turizm)
}

footer .menuList ul.cars:before {
    background-color: #fff
}

footer .menuList ul.insaat:before {
    background-color: var(--insaat)
}

footer .bottom {
    margin-top: 35px;
    margin-bottom: 15px
}

footer .bottom .container {
    background-color: rgba(0, 0, 0, .1);
    border-radius: var(--radius);
    color: #fff;
    padding: 25px 45px;
    border: solid 1px rgba(255, 255, 255, .03)
}

footer .bottom .corporateLinks {
    display: flex;
    font-size: 12px
}

footer .bottom .corporateLinks span {
    opacity: .6;
}

footer .bottom .corporateLinks i {
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
    float: right;
    bottom: -2px;
    position: relative;
    color: var(--secondaryColor);
}

footer .bottom .corporateLinks li {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

footer .bottom .corporateLinks li a {
    color: #fff;
    line-height: 30px;
    transition: .2s
}

footer .bottom .corporateLinks li a:hover {
    opacity: 1;
    color: var(--primaryColor)
}

footer .copy {
    color: #fff;
    line-height: 30px;
    display: inline-block;
    opacity: .5;
    font-size: 12px
}

footer .badge {
    background-color: rgba(255, 255, 255, .1);
}

footer .badge:hover {
    background-color: var(--primaryColor);
}

@media screen and (max-width:1600px) {
    footer .menuList li.apk ul {
        display: block;
    }

    footer .menuList li.apk ul li {
        margin-bottom: 25px
    }

    footer .menuList li a {
        line-height: 23px;
        white-space: nowrap
    }
}

@media screen and (max-width:821px) {
    footer .contactList .buttons a {
        display: flex !important;
        white-space: nowrap
    }
}

@media screen and (max-width:769px) {
    footer .contactList .buttons a {
        white-space: nowrap;
        display: flex;
        width: fit-content
    }

    footer .mobileLayout {
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    footer .menuList li a {
        font-size: 14px
    }

    footer .menuList ul {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:992px) {
    footer .mobilCozumler {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .mobilCozumler .apk {
        margin-bottom: 0px !important;
    }

    footer .menuList li a.badge {
        margin-bottom: 4px;
    }

    footer .menuList li.apk ul {
        font-size: 28px;
    }

    footer .socials li a span {
        display: none;
    }

    footer .socials {
        display: flex;
        gap: 15px;
    }

    footer .socials li:first-child {
        display: none;
    }

    footer .logoContent {
        margin-bottom: 0px;
    }

    footer .bottom .corporateLinks li a {
        white-space: nowrap
    }

    footer .bottom .container {
        padding-left: 15px;
        padding-right: 15px;
        zoom: 75%;
        border-radius: 15px !important
    }

    footer .bottom {
        margin-bottom: -7px;
        margin-top: 0px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    footer {
        border-radius: 0px !important;
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 25px;
    }
}

/* Footer End */
/* Create Task */
#create {
    padding: 60px 0px;
}

#create .stepBar {
    position: sticky;
    top: 65px;
    padding: 10px 25px;
    border-radius: var(--radius);
    z-index: 15;
    transition: .3s;
}

#create .stepBar:before {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    height: 6px;
    background-color: #c7ced4;
    border-radius: var(--radius);
}

#create .stepBar:after {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    width: 0;
    height: 6px;
    background-color: var(--success);
    border-radius: var(--radius);
    transition: 1s;
}

#create.step1-ok .stepBar:after {
    width: 2%;
}

#create.step2-ok .stepBar:after {
    width: 36%;
}

#create.step3-ok .stepBar:after {
    width: 66%;
}

#create.step4-ok .stepBar:after {
    width: 100%;
}

.stickyOn #create .stepBar {
    background-color: #d6e0e7;
    border-radius: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    padding-right: 50px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 0px 0px #e9edef;
}

#create .stepBar ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

#create .stepBar ul li {
    position: relative;
}

#create .stepBar ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    background-color: #adb6bd;
    top: -30px;
    z-index: 10;
}

#create .stepBar ul li:nth-child(2):before {
    left: calc(50% - 13px);
}

#create .stepBar ul li:nth-child(3):before {
    left: calc(50% - 13px);
}

#create .stepBar ul li:last-child:before {
    right: 0;
}

#create .stepBar ul li span {
    font-weight: 500;
    font-size: 15px;
    transition: .3s;
}

.stickyOn #create .stepBar ul li span {
    position: relative;
}

#create .stepBar ul li span .checkedBox {
    width: 30px;
    position: absolute;
    right: -30px;
    top: -5px;
    opacity: 0;
    transition: .3s;
}

#create .stepBar ul li span .checkedBox .lottie {
    transform: scale(2);
}

#create.step1-ok .stepBar ul li:first-child span .checkedBox,
#create.step2-ok .stepBar ul li:nth-child(2) span .checkedBox,
#create.step3-ok .stepBar ul li:nth-child(3) span .checkedBox,
#create.step4-ok .stepBar ul li:nth-child(4) span .checkedBox {
    opacity: 1;
}

#create.step1-ok .stepBar ul li:first-child:before,
#create.step2-ok .stepBar ul li:nth-child(2):before,
#create.step3-ok .stepBar ul li:nth-child(3):before,
#create.step4-ok .stepBar ul li:nth-child(4):before {
    background-color: var(--success);
}

body:not(.stickyOn) #create.step1-ok .stepBar ul li:first-child span,
body:not(.stickyOn) #create.step2-ok .stepBar ul li:nth-child(2) span,
body:not(.stickyOn) #create.step3-ok .stepBar ul li:nth-child(3) span,
body:not(.stickyOn) #create.step4-ok .stepBar ul li:nth-child(4) span {
    color: var(--success);
    font-weight: 700;
}

#create .stepBar .fakeProgress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: 1s;
    background-color: var(--success);
    z-index: 0;
    border-radius: 25px;
    border-top-left-radius: 0;
}

.stickyOn #create .stepBar ul {
    position: relative;
    z-index: 2;
}

.stickyOn #create .stepBar ul span {
    color: var(--textColor);
}

#create.step1-ok .stepBar ul li span .checkedBox {
    border-radius: 100%;
    right: -30px;
}

.stickyOn #create .stepBar ul li span .checkedBox {
    background-color: #d6e0e7;
    right: -40px;
}

.stickyOn #create.step1-ok .stepBar .fakeProgress {
    width: 16%;
}

.stickyOn #create.step2-ok .stepBar .fakeProgress {
    width: 45%;
}

.stickyOn #create.step3-ok .stepBar .fakeProgress {
    width: 74.3%;
}

.stickyOn #create.step4-ok .stepBar .fakeProgress {
    width: 100%;
    border-top-right-radius: 0px;
}

.stickyOn #create.step1-ok .stepBar ul li:first-child span,
.stickyOn #create.step2-ok .stepBar ul li:nth-child(2) span,
.stickyOn #create.step3-ok .stepBar ul li:nth-child(3) span,
.stickyOn #create.step4-ok .stepBar ul li:last-child span {
    color: whitesmoke !important;
}

#create .pano {
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

#create .pano .box {
    background-color: white;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

#create .pano .taskType .mainType {
    font-size: 13px;
    font-weight: 600;
    color: var(--textColor);
    opacity: .8;
}

#create .pano .taskType h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primaryColor);
}

#create .pano .taskType a {
    color: var(--textColor);
    transition: .3s;
}

#create .pano .taskType a:hover {
    color: var(--secondaryColor);
}

#create .pano .taskType a i {
    font-size: 26px;
}

#create .pano h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
}

#create .pano article.info {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -15px;
    font-weight: 500;
    color: var(--textColor);
    opacity: .8;
}

#create .pano .buttonContent {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

#create .pano .buttonContent .button {
    border-radius: 10px;
    line-height: 60px;
}

#create .pano .buttonContent .button:hover {
    background-color: var(--secondaryColor) !important;
    color: Whitesmoke !important;
    border-color: var(--secondaryColor) !important;
}

#create .pano .buttonContent .button i {
    margin-left: 10px;
}

#create .step {
    display: none;
}

#create.step1-ok [data-step="step1"] {
    display: none;
}

#create.step1-ok [data-step="step2"] {
    display: block;
}

#create.step2-ok [data-step="step2"] {
    display: none;
}

#create.step2-ok [data-step="step3"] {
    display: block;
}

#create.step3-ok [data-step="step3"] {
    display: none;
}

#create.step3-ok [data-step="step4"] {
    display: block;
}

#create.step4-ok [data-step="step4"] {
    display: none;
}

#create.step4-ok [data-step="step5"] {
    display: block;
}

#create .timeSelect {
    padding-top: 15px;
}

#create .timeSelect .stickyBox {
    position: sticky;
    top: 135px;
}

#create .timeSelect article {
    color: var(--textColor);
    font-size: 14px;
}

#create .successTask {
    padding: 35px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

#create .successTask:before {
    content: "";
    width: 100%;
    height: 250px;
    left: 0;
    top: 10px;
    position: absolute;
    background: rgb(97, 177, 17);
    background: linear-gradient(0deg, rgba(97, 177, 17, 0) 0%, rgba(97, 177, 17, 1) 100%);
    z-index: 0;
    opacity: .4;
    border-radius: 15px;
}

#create .successTask>div {
    position: relative;
    z-index: 2;
}

#create .successTask .head {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

#create .successTask .head h4 {
    font-size: 30px;
    color: #065f38;
    text-align: left;
}

#create .successTask .head article {
    font-size: 15px;
    color: var(--textColor);
    font-weight: 500;
    text-align: left;
}

#create .successTask ul {
    display: flex;
    flex-flow: column;
    gap: 15px;
    color: var(--textColor);
    font-size: 14px;
}

#create .successTask ul strong {
    margin-right: 7px;
}




#calendar {
    max-width: 100%;
    margin-top: 15px;
}

#calendar table,
#calendar tbody,
#calendar table tr,
#calendar table td,
#calendar table th {
    position: relative;
}

@media screen and (min-width:992px) {

    #calendar table,
    #calendar tbody,
    #calendar table tr,
    #calendar table td,
    #calendar table th {
        border: none !important;
    }
}

#calendar table td,
#calendar table th {
    aspect-ratio: 1/1;
}

#calendar .fc-row .fc-content-skeleton,
#calendar .fc-row .fc-content-skeleton * {
    height: 100%;
}

#calendar .fc-row .fc-content-skeleton>table>tbody {
    display: none;
}

#calendar .fc-row .fc-content-skeleton td span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    color: var(--textColor);
    opacity: .8;
    font-size: 16px;
}

#calendar .fc-button-group {
    display: flex;
    gap: 10px;
}

#calendar .fc-button-group button {
    padding: 0;
    aspect-ratio: 1/1;
}

#calendar button {
    border-radius: 5px;
    padding: 0px 35px;
    font-weight: 400;
    width: initial;
    text-align: center;
    transition: .3s;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    box-shadow: none;
    background: var(--primaryColor) !important;
    text-shadow: none !important;
    color: whitesmoke;
}

#calendar button span {
    text-shadow: none !important;
    color: whitesmoke;
    font-size: 11px
}

#calendar .blocked-text {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #915959;
    font-size: 12px;
}

#calendar table th span {
    font-weight: 500;
    color: var(--textColor);
    opacity: .8;
    font-size: 13px;
}

#calendar .fc-today span {
    color: whitesmoke !important;
    font-weight: 700;
    opacity: 1 !important;
}

.selected-date span {
    color: white !important;
}

#calendar .fc-clear {
    display: none;
}

#calendar .fc-toolbar.fc-header-toolbar {
    display: flex;
    justify-content: space-between;
}

#calendar .fc-view-container {
    padding: 30px;
    background-color: #0b39540a;
    border-radius: 15px;
}

#calendar .fc-day-grid-container {
    overflow: visible !important;
    height: auto !important;
}

#calendar .fc-day:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    z-index: -1;
    border-radius: 5px;
    transform: scale(.95);
}

#calendar .blocked-date:before {
    background-color: #87000033;
}

#calendar .fc-today {
    background: none !important;
}

#calendar .fc-today:before {
    background-color: var(--primaryColor);
}

.selected-date:before {
    background-color: var(--success) !important;
    color: white !important;
}

.fc-content-skeleton .blocked-date {
    padding-bottom: 20px;
}


#create .taskAddress {
    display: flex;
    flex-flow: column;
    gap: 7px;
}

#create .taskAddress li {
    display: flex;
    align-items: center;
}

#create .taskAddress li i {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

#create .timeSelect .pack {
    font-weight: 700;
    color: var(--primaryColor);
    font-size: 16px;
}

#create .timeSelect .buttonContent {
    margin-bottom: 0px;
}

#create .timeSelect .buttonContent .button {
    width: 100%;
}

#create .cartForm {
    padding: 40px 25px;
    padding-bottom: 5px;
    margin: 0;
    margin-top: 25px;
    background-color: var(--primaryColor);
    border-radius: 15px;
    background-image: radial-gradient(#ffffff12 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -19px -19px;
    position: relative;
}

#create .cartForm:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/cardFront.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


#create .payEndNotes {
    background-color: #e9edef !important;
}

#create .payEndNotes article {
    color: var(--textColor);
    font-size: 15px;
    opacity: .8;
    font-weight: 400;
    font-style: italic;
    font-size: 14px
}

#create .payEndNotes ul {
    padding-left: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: column;
    gap: 15px;
    color: var(--textColor);
    font-weight: 500;
    font-size: 14px;
}

#create .payEndNotes ul li {
    display: flex;
    justify-content: space-between;
}

#create .payEndNotes ul li:last-child {
    font-weight: 700;
    font-size: 16px
}

#create .button.pay {
    background-color: var(--success) !important;
}

#create .button.pay.stripe {
    background-color: #635bff !important;
}

#create .button.pay.stripe:hover {
    background-color: var(--success) !important;
    border-color: var(--success) !important;
}


@media screen and (max-width:992px) {


    #create.step1-ok .stepBar:after {
        width: 12%;
    }

    #create.step2-ok .stepBar:after {
        width: 36%;
    }

    #create.step3-ok .stepBar:after {
        width: 62%;
    }

    #create.step4-ok .stepBar:after {
        width: 100%;
    }


    .stickyOn #create.step1-ok .stepBar .fakeProgress {
        width: 26%;
    }

    .stickyOn #create.step2-ok .stepBar .fakeProgress {
        width: 45%;
    }

    .stickyOn #create.step3-ok .stepBar .fakeProgress {
        width: 70.3%;
    }

    .stickyOn #create.step4-ok .stepBar .fakeProgress {
        width: 100%;
        border-top-right-radius: 0px;
    }

    body.stickyOn #create .stepBar ul li span .checkedBox .lottie {
        display: none;
    }

    #create .successTask {
        padding: 15px;
    }

    #create .payEndNotes ul {
        padding-left: 0px;
        border-left: 0px;
        margin-top: 25px;
    }

    #create .step[data-step="step4"],
    #create .step[data-step="step5"] {
        padding: 15px 15px;
    }

    #create .cartForm {
        padding: 15px 5px;
    }

    #create .cartForm .inputBox label {
        font-size: 13px
    }

    #create .cartForm .inputBox {
        margin-bottom: 10px;
    }

    #calendar .fc-row .fc-content-skeleton td span {
        font-size: 12px;
    }

    #calendar .fc-toolbar.fc-header-toolbar {
        flex-wrap: nowrap;
    }

    .fc-toolbar h2 {
        font-size: 15px;
        align-items: center;
        display: flex;
        height: 100%;
    }

    .fc-bg table,
    .fc-row .fc-bgevent-skeleton table,
    .fc-row .fc-highlight-skeleton table,
    .fc-basic-view .fc-body .fc-row
        {
        height: 50px !important;
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 50px;
    }

    #calendar .fc-row .fc-content-skeleton,
    #calendar .fc-row .fc-content-skeleton * {
        height: 50px;
    }

    #calendar .blocked-text {
        font-size: 8px !important;
        line-height: 10px;
        bottom: 5px;
    }

    #create .step[data-step="step3"] {
        padding: 15px 15px !important;
    }

    #create .step[data-step="step2"] .buttonContent {
        position: sticky;
        bottom: 15px;
    }

    #calendar .fc-view-container {
        padding: 10px;
    }

    #create .stepBar {
        top: 60px;
    }

    #create .stepBar ul li span {
        font-size: 10px;
        line-height: 11px;
        width: 42px;
        display: block;
    }

    #create>.container>.row {
        margin: 0px;
    }

    #create .pano .buttonContent .button {
        width: 100%;
    }
}

/* Create Task End */
/* ========== Page: Account ========== */
#account {
    padding: 60px 0px;
    position: relative;
    z-index: 10;
}

#account aside {
    width: 90%;
}

#account .box {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 25px;
    background-color: white;
    margin-bottom: 15px;
}

#account aside .box.accountBox {
    position: relative;
}

#account aside .box.accountBox>.row>div:first-child {
    font-size: 16px;
    font-weight: 600;
    color: var(--primaryColor);
}

#account aside .box.accountBox>.row>div:first-child>span {
    display: block;
    font-size: 11px;
    line-height: 11px;
    margin-top: 2px;
    color: var(--textColor);
    font-weight: 500;
    opacity: .7;
}

#account aside .box.accountBox>.row>div:last-child a {
    font-size: 16px;
    line-height: 14px;
    display: inline-flex;
    color: var(--textColor);
}

#account aside .box.accountBox>.row>div:last-child a:hover {
    color: var(--secondaryColor);
}

#account aside .box.accountBox .balance {
    position: absolute;
    background-color: var(--success);
    border-radius: 60px;
    color: Whitesmoke;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 20px;
    line-height: 30px;
    left: 15px;
    top: -30px;
}

#account aside .box.accountBox .balance:after {
    content: "\e997";
    font-family: 'default' !important;
    position: absolute;
    left: calc(50% - 8px);
    bottom: -8px;
    color: var(--success);
    font-size: 16px;
    line-height: 9px;
}


#account .accountNav {
    display: flex;
    flex-flow: column;
    font-size: 15px;
    font-weight: 500;
    margin-left: -25px;
    margin-right: -25px;
}

#account .accountNav li {
}

#account .accountNav li a {
    color: var(--textColor);
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 25px;
    position: relative;
}

#account .accountNav li a:after {
    font-family: 'default' !important;
    content: "\ea81";
    margin-left: auto;
    font-size: 10px;
    position: absolute;
    right: 20px;
    line-height: 24px;
    transform: translateX(-10px);
    transition: .3s;
    opacity: 0;
}

#account .accountNav li a:hover {
    color: var(--secondaryColor);
}

#account .accountNav li a:hover:after {
    transform: translateX(0);
    opacity: 1;
}

#account .accountNav li a i {
    margin-right: 7px;
    display: flex;
    align-items: center;
}

#account .accountNav li a span {
    font-weight: 600;
    color: var(--primaryColor);
    font-size: 13px;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

#account .accountNav li:last-child a {
    border-bottom: none;
}

#account .box .head {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#account .box .head h4 {
    font-weight: 700;
    color: var(--primaryColor);
    font-size: 20px;
    line-height: 20px;
}

#account .box.pano {
    padding: 35px;
    height: calc(100% - 15px);
}

#account .box.pano .inputBox i {
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padidng-top: 0px;
    transition: .3s;
}

#account .box.pano .inputBox label {
    text-indent: 45px
}

#account .box.pano .inputBox input {
    text-indent: 20px
}

#account .box.pano .inputBox.focusOn i {
    padding-top: 10px;
    opacity: .5;
}

#account .box.pano h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--textColor);
    margin-bottom: 15px;
    margin-top: 25px;
}

#account .box.pano .tableBox {
    background-color: #0b39540a;
    padding: 25px;
    border-radius: 10px;
    color: var(--textColor);
}

#account .box.pano .tableBox a i {
    color: var(--primaryColor);
    transition: .2s;
}

#account .box.pano .tableBox a:hover i {
    color: var(--secondaryColor);
}

#account .box.pano table thead tr {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

#account .box.pano table tbody tr:hover {
    background-color: #0b39541f;
}

#account .box.pano table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#account .box.pano table tbody tr:last-child {
    border-bottom: none;
}

#account .form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

#account .form-check-input {
    height: 26px;
    width: 43px;
    cursor: pointer;
}

#account .form-check-input:focus {
    outline: none;
    box-shadow: none;
}




#account {
}

#account .cart {
    padding: 30px;
    padding-top: 40px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    color: var(--textColor);
    position: relative;
    transition: .3s;
    margin-bottom: 25px;
}

#account .cart:hover {
    box-shadow: 0px 0px 0px 1px #bdc9d1;
    background-color: #e9edf094;
}

#account .cart .cartIcon {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 30px;
    opacity: .15;
    color: var(--textColor);
}

#account .cart .title {
    color: var(--textColor);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

#account .cart .title h3 {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 20px;
}

#account .cart ul li:last-child {
    margin-top: 15px;
}

#account .cart ul {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-flow: column;
    gap: 5px;
}

#account .cart ul i {
    margin-right: 7px;
}

#account .cart ul li:last-child article {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    opacity: .8;
}

#account .cart .cartActions {
    position: absolute;
    right: 15px;
    top: 15px;
}

#account .cart .cartActions ul {
    display: flex;
    justify-content: flex-end;
    flex-flow: row;
    width: 100%;
    font-size: 16px;
}

#account .cart .cartActions ul li {
    margin-top: 0px;
}

#account .cart .cartActions a {
    color: var(--primaryColor);
    aspect-ratio: 1/1;
    background-color: #e9edf0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
}

#account .cart .cartActions i {
    margin: initial;
    display: block;
    line-height: 0;
}

#account .balance {
    font-size: 26px;
    color: var(--success);
    font-weight: 700;
    letter-spacing: .5px;
    margin-top: 0px;
}

#account .balanceInfo {
    color: var(--textColor);
    font-size: 14px;
    margin-top: 15px;
}

#account .accountNav li:last-child {
    display: none !important;
}

@media screen and (max-width:992px) {
    .dashboard .buttonContent>.row>div>ul {
        justify-content: center !important;
    }

    .buttonContent .dashBox {
        padding: 0px !important;
        border: none !important;
        background: none !important;
    }

    .modal .modal-dialog {
        max-width: 100vw !important;
    }

    .dashboard .task_adress {
        margin: 0;
    }

    #account .accountNav li:last-child {
        display: block !important;
    }

    #account .box .head {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #account .box .head i {
        width: initial;
        /* margin-top: -7px; */
        margin-right: 10px;
        float: left;
        line-height: 16px;
    }

    #account .accountToggle {
        font-size: 16px
    }

    #account>.container>.row>div:first-child {
        position: fixed;
        left: 0;
        top: 0;
        width: 75%;
        height: 100%;
        background-color: whitesmoke;
        z-index: 35;
        padding-top: 110px;
        transform: translateX(-100%);
        transition: .3s;
    }

    body.accountOn #account>.container>.row>div:first-child {
        transform: translateX(0);
    }

    #account .box.pano table tr>td:first-child,
    #account .box.pano table tr>th:first-child {
        font-size: 12px;
        max-width: 90px;
    }

    #account .box.pano table tr th:not(:first-child) {
        font-size: 11px;
        text-align: right;
        width: 10%;
    }

    #account .box.pano table tr td:not(:first-child) {
        width: 10%;
    }

    #account .box.pano .tableBox {
        padding: 0px;
    }

    #account .box.pano {
        padding: 20px;
    }

    #account .box.pano table tbody tr td * {
        float: right;
    }

    #account .box.pano table {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        background-color: white;
    }

    #account .mobileWallet {
        padding: 0px 15%;
    }


}

/* ========== Page: Account End ========== */
/* ========== Page: Register ========== */
#kayit {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100vw;
    overflow-x: clip;
}

#kayit>.row,
#kayit>.row>div {
}

#kayit .box {
    position: relative;
}

@media screen and (min-width:0px) {
    #kayit .box {
        max-width: 95%;
        transform: scale(.9);
    }
}

@media screen and (min-width:768px) {
    #kayit .box {
        max-width: 95%;
    }
}

@media screen and (min-width:992px) {
    #kayit .box {
        max-width: 95%;
    }
}

@media screen and (min-width:1280px) {
    #kayit .box {
        max-width: 80%;
    }
}

@media screen and (min-width:1600px) {
    #kayit .box {
        max-width: 75%;
        transform: scale(1);
    }
}

#kayit .box:before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left: -20px;
    top: -20px;
    z-index: 0;
    backdrop-filter: blur(5.9px);
    -webkit-backdrop-filter: blur(5.9px);
    border-radius: 30px;
    border: solid 1px rgb(11 57 84 / 17%);
}

#kayit .box .boxBody {
    border-radius: 30px;
    background-color: var(--primaryColor);
    font-size: 14px;
    position: relative;
    padding: 45px;
}

#kayit .box>* {
    z-index: 2;
}

#kayit .box article {
    font-size: 13px;
    color: whitesmoke;
}

#kayit .lottieBox>.center-h {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#kayit form .inputBox input:-webkit-autofill {
    background-color: #e8f0fe !important;
    /* Arka plan rengi */
    background: #e8f0fe !important;
    /* Arka plan rengi */
    color: #000;
    /* Metin rengi */
    border: 1px solid #198754;
    /* KenarlÄ±k rengi */
    transition: background-color 0.5s ease-in-out;
    /* GeÃ§iÅŸ efekti */
}

#kayit form .inputBox input:-webkit-autofill:focus {
    background-color: #cce4ff;
    /* OdaklandÄ±ÄŸÄ±nda arka plan rengi */
    color: #333;
    /* OdaklandÄ±ÄŸÄ±nda metin rengi */
}

#kayit .box .signUp {
    text-align: right;
    float: right;
    margin-top: 15px;
    font-weight: 500;
}

#kayit .box .forgetToggle {
    margin-top: 15px;
    font-weight: 500;
}

#kayit .box .button {
    color: whitesmoke;
    text-decoration: none;
    margin-top: 15px;
    padding: 0px 0px;
    border-radius: var(--radius);
    line-height: 40px;
    display: inline-flex;
    white-space: nowrap;
    transition: .3s;
    position: relative;
}

#kayit .box .button:after {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: whitesmoke;
    border-radius: 10px;
    opacity: .5;
    transition: .5s;
}

#kayit .box .button:hover:after {
    width: 100%;
}

#kayit .box .button i {
    margin-left: 7px;
}

#kayit .box form button {
    width: 100%;
    background-color: var(--success);
    text-decoration: none;
    padding: 0px 35px;
    border-radius: var(--radius);
    line-height: 60px;
    display: table;
    white-space: nowrap;
    color: Whitesmoke;
    margin: auto;
    transition: .3s;
    margin-top: 35px;
}

#kayit .box form button:hover {
    background-color: var(--primaryColor);
}

#kayit .box .head {
    margin-bottom: 25px;
    position: relative;
    z-index: 15;
    text-align: left;
    display: flex;
    justify-content: space-between;
    color: whitesmoke;
}

#kayit .box .head>div {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

#kayit .box .head>div>i {
    width: auto;
    margin-right: 15px;
    display: flex;
    color: whitesmoke;
    font-size: 26px;
    padding-top: 5px;
}

#kayit .box .head h3 {
    font-weight: 400;
    color: whitesmoke;
}

#kayit .box .head article {
    opacity: .8;
}

#kayit .box .head>h3,
#kayit .box .head>article {
    padding-left: 15px;
    padding-right: 15px;
}


#kayit .box .logo {
    margin-bottom: 25px;
    margin-left: 35px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#kayit .box .logo img {
    height: 65px;
    width: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.center-h {
    display: flex;
    align-items: center;
}

.flexContent {
    display: flex;
    justify-content: space-between;
}

/* Custom Dropdown Menu */
#kayit .drop {
    position: relative;
}

#kayit .drop .sub {
    position: absolute;
    left: 0;
    top: 15px;
    height: 0px;
    overflow-y: hidden;
    transform: scaleY(0);
    transform-origin: top;
    padding: 0px 5px;
    padding-bottom: 5px;
    transition: .3s;
}

#kayit .drop:hover .sub {
    height: auto;
    transform: scaleY(1);

}

#kayit .drop .sub .sub-content {
    padding: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 10px;
    width: 120px;
    background-color: white;
    box-shadow: 1px 0px 14px -3px rgba(0, 0, 0, 0.1);
}

#kayit .language .drop .toggle img {
    border-radius: 100%;
    margin-right: 5px;
    height: 25px;
    width: 25px;
    aspect-ratio: 1/1;
}

#kayit .language .drop .toggle span {
    font-weight: 500;
    font-size: 14px;
}

#kayit .language .drop .toggle i {
    font-weight: 500;
    font-size: 12px;
}

#kayit .language .drop .toggle {
    cursor: pointer;
}

#kayit .language .drop .sub .caret {
    color: white;
    font-size: 22px;
    line-height: 15px;
    height: 22px;
    display: inline-flex;
    align-items: flex-end;
    transform: translateY(12px) translateX(45px);
}

#kayit .language .drop .sub ul li a {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
}

#kayit .language .drop .sub ul li:last-child a {
    border-bottom: 0px;
}

#kayit .language .drop .sub ul li a img {
    margin-right: 7px;
    aspect-ratio: 1/1;
    height: 20px;
}

#kayit .language .drop .sub ul li a span {
    font-weight: 500;
    font-size: 14px;
}

#kayit .iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

#kayit .form-check-input {
    height: 30px !important;
    width: 30px !important;
    padding: 0px !important;
    border-radius: 7px !important;
    margin-top: 0px;
}

#kayit .form-check label {
    transform: translate(0) !important;
    font-size: 14px !important;
    line-height: 30px !important;
    color: whitesmoke;
}

#kayit .form-check-input:checked[type=checkbox] {
    background-color: var(--success);
    background-size: 50%;
}

#marquee {
    width: 100%;
    padding-bottom: 20px;
}

#marquee a {
    text-decoration: none;
    color: var(--textColor);
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-right: 15px;
    opacity: .6;
    transition: .2s;
}

#marquee a:before {
    content: "";
    width: 7px;
    height: 2px;
    background-color: var(--textColor);
    opacity: .6;
    position: absolute;
    right: -9px;
    top: calc(50% - 1px);
}

#marquee a:hover {
    opacity: 1;
}

@media screen and (max-width:992px) {
    #kayit {
        display: block;
        background-color: var(--primaryColor);
        padding-top: 25px;
    }

    #kayit .box:before {
        display: none
    }

    #kayit>.row,
    #kayit>.row>div {
        justify-content: center;
        padding: 0;
    }

    .col-sm-hidden {
        display: none;
    }

    .col-sm-center-content {
        display: flex;
        justify-content: center;
    }

    #marquee {
        position: relative;
        margin-top: 35px;
    }

    #kayit .box .forgetToggle {
        margin-left: 0px;
    }

    #kayit .box .boxBody {
        padding: 25px;
        border-radius: 0;
    }

    #kayit .box form button {
        width: 100% !important;
    }

    #kayit form .inputBox input,
    #kayit form .inputBox select {
        border-radius: var(--radius);
    }

    #kayit .inputBox {
        margin-top: 15px;
    }
}

/* ========== Page: Register End ========== */
/* ========== Page:Services ========== */
#services {
    padding: 60px 0px;
    position: relative;
    z-index: 15;
}

#services .head * {
    text-align: left;
}

#services .head h2 {
    color: var(--primaryColor);
}

#services .head article {
    color: var(--textColor);
}

#services .cart {
    padding: 35px;
    border-radius: 10px;
    background-color: #e9edf0;
    box-shadow: 0px 0px 0px 1px #0b395442;
    margin-bottom: 15px;
    display: block;
    transition: .3s;
}

#services .cart:hover {
    box-shadow: 0px 0px 0px 1px var(--secondaryColor);
}

#services .cart:hover .title i,
#services .cart:hover .title h4 {
    color: var(--secondaryColor);
}

#services .cart .title {
    color: var(--primaryColor);
}

#services .cart .title i {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
    transition: .3s;
}

#services .cart .title h4 {
    font-weight: 700;
    font-size: 20px;
    transition: .3s;
}

#services .cart article {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--textColor);
    font-weight: 500;
    font-size: 15px;
}

#services .cart .fakeButton {
    margin-top: 15px;
    display: inline-block;
    color: var(--primaryColor);
    transition: .3s;
}

#services .cart .fakeButton:hover {
    color: var(--secondaryColor);
}

/* ========== Page:Services End ========== */
/* ========== Page:Detail ========== */
#detail {
    padding: 60px 0px;
    position: relative;
    z-index: 15;
}

#detail>.container-fluid.headBanner {
    width: 85%;
    border-radius: 30vh;
    background-image: url(../img/projects.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
}

#detail .head {
    text-align: center;
    position: relative;
    z-index: 15;
    transform: translateY(-50px);
    margin-bottom: 0px;
}

#detail .head i {
    aspect-ratio: 1/1;
    font-size: 30px;
    display: inline-block;
    width: initial;
    border-radius: 100%;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    background-color: #ec93078f;
    padding: 45px;
    color: whitesmoke;
    box-shadow: 0px 0px 0px 10px white;
}

#detail .head h2 {
    color: var(--primaryColor);
    font-weight: 800;
    font-size: 30px;
}

#detail .cart {
    padding: 35px;
    border-radius: 10px;
    background-color: #e9edf0;
    box-shadow: 0px 0px 0px 1px #0b395442;
    margin-bottom: 15px;
    display: block;
    transition: .3s;
}

#detail .cart:hover {
    box-shadow: 0px 0px 0px 1px var(--secondaryColor);
}

#detail .cart:hover .title i,
#detail .cart:hover .title h4 {
    color: var(--secondaryColor);
}

#detail .cart .title {
    color: var(--primaryColor);
}

#detail .cart .title i {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
    transition: .3s;
}

#detail .cart .title h4 {
    font-weight: 700;
    font-size: 20px;
    transition: .3s;
}

#detail .cart article {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--textColor);
    font-weight: 500;
    font-size: 15px;
}

#detail .cart .fakeButton {
    margin-top: 15px;
    display: inline-block;
    color: var(--primaryColor);
    transition: .3s;
}

#detail .cart .fakeButton:hover {
    color: var(--secondaryColor);
}

#detail .owl-item {
    padding-top: 2px;
    padding-bottom: 2px;
}

#detail .owl-carousel .owl-dot span {
    height: 3px;
    width: 7px;
    margin: 2px;
    transition: .3s;
}

#detail .owl-carousel .owl-dot.active span {
    width: 20px;
    background-color: var(--primaryColor);
}

#detail .textContent {
    padding: 75px 0px;
}

#detail .textContent .title {
    color: var(--primaryColor);
    font-weight: 800;
}

#detail .textContent .title h2 {
    font-weight: 800;
}

#detail .textContent article {
    color: var(--textColor);
}

#detail .textContent article b {
    color: var(--primaryColor);
}

#detail .textContent article ul {
    display: flex;
    flex-flow: column;
    gap: 15px;
    list-style: disc;
    margin-left: 20px !important;
    margin-bottom: 25px;
}

#detail .textContent article a.button {
    margin-top: 25px;
}

#detail {
}


@media screen and (max-width:992px) {
    #detail>.container-fluid.headBanner {
        width: 90%;
        padding: 0;
        height: 25vh;
    }

    #detail .textContent {
        padding: 35px 30px;
    }

    #detail .textContent>.row>div:last-child {
        margin-bottom: 35px;
    }
}

/* ========== Page:Detail End ========== */
/* ========== Page:Contact ========== */
#contact {
    padding: 60px 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 15;
}

#contact .head {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

#contact .head h2 {
    color: var(--primaryColor);
    font-weight: 800;
    margin-bottom: 0px;
}

#contact .head article {
    color: var(--textColor);
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    opacity: .8;
    width: 60%;
    display: table;
    margin: auto;
    margin-top: 0px;
}

#contact .item {
    text-align: center;
    margin-top: 35px;
}

#contact .item:nth-child(3) {
    transition: .5s;
}

#contact .item:nth-child(4) {
    transition: .8s;
}

#contact .item:nth-child(5) {
    transition: 1.1s;
}

#contact .item i {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 25px;
    background-color: var(--primaryColor);
    color: white;
    border-radius: 100%;
    margin-bottom: 35px;
}

#contact .item .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--textColor);
    opacity: .6;
    margin-bottom: 10px;
}

#contact .item .text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--primaryColor);
}

#contact .content {
    margin-top: 65px;
    margin-bottom: 0px;
    background: rgb(233, 237, 240);
    background: linear-gradient(0deg, rgba(233, 237, 240, 0) 0%, rgba(233, 237, 240, 1) 100%);
    border-top-left-radius: 85px;
    border-top-right-radius: 85px;
}

#contact .content .box {
    padding: 35px;
    padding-top: 65px;
    background-color: white;
    border-radius: var(--radius);
    background-color: transparent;
}

#contact .content form {
}

#contact iframe {
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s;
}

#contact iframe:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#contact .button {
    display: table;
    margin: auto;
    margin-top: 25px;
    border: none;
}

#contact .button:hover {
    background-color: var(--success);
    border-color: var(--success);
}

#contact .contactList {
    font-size: 16px;
    font-weight: 500;
}

#contact .contactList li {
    margin-bottom: 15px;
}

#contact .contactList li a {
    color: var(--textColor);
    display: flex;
    align-items: center;
    width: fit-content;
}

#contact .contactList li a i {
    margin-right: 10px;
    float: left;
    font-size: 25px;
    padding: 10px;
    border-radius: var(--radius);
    border: solid 1px;
    color: var(--primaryColor);
}

#contact .socials {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 35px;
}

#contact .socials li {
    margin-right: 5px;
}

#contact .socials li a {
    color: white;
    border-radius: var(--radius);
    border: solid 1px transparent;
    white-space: nowrap;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: .2s;
    background-color: var(--primaryColor);
}

#contact .socials li a i {
    font-size: 22px;
    padding: 15px;
}

#contact .socials li a span {
    line-height: 18px;
    display: flex;
    float: right;
    align-items: center;
}

#contact .socials li a:hover {
    color: white;
    border: solid 1px var(--secondaryColor);
    background-color: var(--secondaryColor);
}

#contact .socials li:first-child {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--primaryColor);
}

#contact .inputBox input,
#contact .inputBox textarea {
    background-color: white;
}

#contact .inputBox label {
    border-radius: 30px;
    background-color: transparent;
}

@media screen and (max-width:992px) {
    #contact .button {
        padding: 0px 45px;
    }

    #contact .head {
        padding: 0px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    #contact .contactList {
        text-align: center;
        padding-top: 25px;
    }

    #contact .contactList i {
        display: none;
    }

    #contact .head article {
        font-size: 14px;
        line-height: 20px;
        padding: 0px 15px;
        width: 100%;
    }

    #contact .item {
        zoom: 73%;
    }

    #contact .content {
        margin-top: 35px;
        padding: 0px;
        padding-bottom: 15px;
    }

    #contact .content .box {
        background-color: transparent;
        box-shadow: none;
        padding: 15px;
    }

    #contact .content .box .input {
        background-color: transparent;
    }

    #contact .content form .inputBox {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #contact .socials {
        justify-content: center;
        margin-top: 15px;
    }

    #contact .socials li {
        margin-left: 0px;
        margin-right: 10px;
    }

    #contact .socials span {
        display: none !important;
    }

    #contact .socials a {
        background-color: var(--primaryColor) !important;
        color: White !important;
        border: none !important;
        aspect-ratio: 1/1;
        border-radius: 100% !important;
    }

    #contact .socials a i {
        margin: 0px !important;
    }

    #contact .contactList li a {
        display: inline-block;
    }

    #contact .item:nth-child(4) {
        display: none;
    }
}

/* ========== Page:Contact End ========== */
/* ========== Page:Corporate ========== */
#corporate {
    padding: 60px 0px;
    position: relative;
    z-index: 15;
}

#corporate .head * {
    text-align: left;
}

#corporate .head h2 {
    color: var(--primaryColor);
    font-weight: 700;
    margin-bottom: 15px;
}

#corporate .head article {
    color: var(--textColor);
}

#corporate .corporateItems {
    display: flex;
    gap: 30px;
}

#corporate .corporateItems li {
    padding: 30px;
    background-color: #e9edef;
    border-radius: 10px;
}

#corporate .corporateItems li:nth-child(2) {
    transition-delay: .3s;
}

#corporate .corporateItems li:nth-child(3) {
    transition-delay: .6s;
}

#corporate .corporateItems i {
    font-size: 30px;
    color: var(--primaryColor);
}

#corporate .corporateItems .title {
    font-weight: 700;
    font-size: 16px;
    color: var(--primaryColor);
}

#corporate .corporateItems article {
    font-weight: 400;
    font-size: 15px;
    color: var(--textColor);
}

@media screen and (max-width:992px) {
    #corporate .corporateItems {
        flex-flow: column;
        gap: 15px;
    }

    #corporate .head {
        margin-bottom: 15px;
    }
}

/* ========== Page:Corporate End ========== */
/* ========== Page:Blog ========== */
#blogPage {
    padding: 60px 0px;
    position: relative;
    z-index: 15;
}

#blogPage .head * {
    text-align: left;
}

#blogPage .head h2 {
    color: var(--primaryColor);
    font-size: 30px;
    font-weight: 700;
}

#blogPage .head article {
    color: var(--textColor);
    font-size: 15px;
    font-weight: 400;
}

/* ========== Page:Blog End ========== */

/* ========== Revize / Ek ========== */
/* Custom fade-in and fade-out animations */
.modal.fade .modal-dialog {
    transform: translateY(-20px);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.modal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

#master .modal-header {
    border-bottom: none;
    text-align: center;
    font-weight: 600;
    flex-flow: column;
}

#master .modal-header h5 {
    text-align: center;
    font-weight: 700;
    width: 100%;
    color: var(--primaryColor);
    font-size: 24px;
}

#master .modal-header article {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: var(--textColor);
    opacity: .8;
}

#master .modal-footer {
    border-top: none;
}

#master .modal-content {
    padding: 35px;
    position: relative;
    border-radius: 15px;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

#master .modal-content .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.button.master {
    background-color: var(--secondaryColor) !important;
    margin-left: 15px;
    font-weight: 600;
}

@media screen and (max-width:992px) {
    .button.master {
        margin-left: 0px !important;
        color: whitesmoke;
        position: fixed;
        bottom: 15px;
        border-radius: 5px;
    }

    header {
        transition: 0s !important;
    }

    #master .modal-content {
        padding: 15px;
    }
}

/* ========== Revize / Ek End ========== */













































.pulse {
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(11, 57, 84, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(11, 57, 84, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(11, 57, 84, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(11, 57, 84, .4);
        box-shadow: 0 0 0 0 rgba(11, 57, 84, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(11, 57, 84, 0);
        box-shadow: 0 0 0 15px rgba(11, 57, 84, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(11, 57, 84, 0);
        box-shadow: 0 0 0 0 rgba(11, 57, 84, 0)
    }
}



.sliding {
    opacity: 0;
    transition: 1.5s;
    position: relative;
}

.sliding.up {
    bottom: -150px;
}

.sliding.down {
    top: -150px;
}

.sliding.right {
    left: -50%;
}

.sliding.left {
    right: -50%;
}

.viewing .sliding.right {
    left: 0 !important;
}

.viewing .sliding.left {
    right: 0 !important;
}

.viewing .sliding {
    opacity: 1;
}

.viewing .sliding.up {
    bottom: 0px;
}

.viewing .sliding.down {
    top: 0px;
}


.button.stripe {
    background-color: #635bff !important;
    margin-top: 25px;
    margin-bottom: 15px;
}

.stripe img {
    filter: brightness(0) invert(1);
    height: 30px;
}



/*  ===== Master Style =====  */
.masterUl {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 65px;
    max-width: 75%;
    position: relative;
    z-index: 15;
}

.masterUl a.button {
    line-height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    color: var(--primaryColor) !important;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: normal !important;
    box-shadow: none !important;
    border: none !important;
}

.masterUl a.button:hover {
    background-color: var(--primaryColor) !important;
    color: white !important;
}

.masterUl article {
    display: flex;
    align-items: center;
    padding-right: 35px;
    color: var(--textColor);
}

.master .masterUl,
.master .box {
    max-width: 100% !important;
}

header .masterButton {
    background-color: var(--secondaryColor) !important;
    color: whitesmoke !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    transition: .3s;
    margin-left: 15px;
}

header .masterButton i {
    line-height: 0 !important;
    aspect-ratio: auto !important;
}

header .masterButton.button:hover {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

/* ========== Panel ========== */
#account.master>.container-fluid {
    padding: 0px;
}

#account.master aside {
    background-color: #0b3954e0;
    left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgb(11 57 84 / 42%);
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    position: sticky;
    top: 120px;
}

#account.master aside:after {
    font-family: 'default' !important;
    content: "\eb05";
    position: absolute;
    left: 0;
    color: #0b3954e0;
    font-size: 20px;
    line-height: 20px;
    bottom: -19px;
}

#account.master aside .box {
    background-color: transparent;
    box-shadow: none !important;
    color: Whitesmoke;
}

#account.master aside .accountBox {
    background-color: whitesmoke;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    position: relative;
}

#account.master aside .accountBox:after {
    font-family: 'default' !important;
    content: "\eb05";
    position: absolute;
    left: 0;
    color: whitesmoke;
    font-size: 20px;
    line-height: 20px;
    bottom: -19px;
}

#account.master .accountNav li a {
    color: whitesmoke;
    border-bottom-color: rgba(255, 255, 255, .1);
    white-space: nowrap;
}

#account.master .accountNav li a:hover {
    color: var(--secondaryColor);
}

#account.master .accountNav li a span {
    color: white;
    opacity: .7;
}

#account.master .box.pano {
    margin-right: 7%;
}

#account.master .box.pano.dashboard {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0px;
}

@media screen and (max-width:1600px) {
    .dashboard.wallet .dashBox .info.t-right {
        margin-top: -85px !important;
    }

    .dashboard.wallet .dashBox .buttonContent {
        margin-bottom: 45px;
    }

    #account.master .box.pano.dashboard>.row:not(.rowFlex)>div {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .dashboard .tableBox {
        max-height: max-content !important;
    }

    .dashboard .customerMessages {
        margin-top: 0px !important;
    }
}

.dashboard .dashList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 10px;
}

/* Mobil için (ör. 768px altı) */
@media (max-width: 768px) {
    .dashboard .dashList {
        display: block; /* grid yerine blok yapar */
    }
    .dashboard .dashList .dashBox {
        margin-bottom: 10px;
    }
}

.dashboard .dashList>li:first-child {
    grid-column: span 2;
}

.dashboard .dashList>li:first-child .title {
    margin-left: 10px;
}

.dashboard .dashList>li:first-child .title:hover {
    background-color: transparent;
}

.dashboard .dashList>li:first-child article {
    color: var(--textColor);
}

.dashboard .dashList .dashBox {
    border-radius: 10px;
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.15);
    position: relative;
    background-image: url(../img/cardPattern.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.dashboard .dashList .dashBox .title {
    display: flex;
    width: 100%;
    min-width: 100%;
    color: var(--primaryColor);
    padding: 35px;
    transition: .2s;
}

.dashboard .state {
    font-weight: 700;
    display: flex;
    gap: 5px;
    align-items: center;
}

.dashboard .status b {
    color: var(--success);
}

.dashboard .state.negative {
    color: darkred;
}

.dashboard .dashList .dashBox .title:hover {
    background-color: #0b395412;
}

.dashboard .dashList .dashBox .fakeButton {
    margin-left: auto;
    display: flex;
    align-items: center;
    color: var(--primaryColor);
}

.dashboard .dashList .dashBox .fakeButton i {
    border-radius: 100%;
    padding: 10px;
    transition: .2s;
}

.dashboard .dashList .dashBox:hover .fakeButton i {
    background-color: var(--primaryColor);
    color: White;
}

.dashboard .dashList .dashBox:hover .fakeButton i:hover {
    background-color: var(--secondaryColor);
}

.dashboard .dashList .dashBox .title>i {
    font-size: 26px;
    line-height: 26px;
    color: var(--textColor);
    opacity: .2;
    position: absolute;
    left: 10px;
    top: 10px;
}

.dashboard .dashList .dashBox .title>.contentFlex {
    padding-left: 15px;
    width: 100%;
}

.dashboard .dashList .dashBox .title>.contentFlex>h5 {
    font-weight: 800;
    color: var(--textColor) !important;
    font-size: 13px !important;
    line-height: 13px;
    text-transform: uppercase;
    margin-top: 5px !important;
    opacity: .8;
    margin-bottom: 0px !important;
}

.dashboard .dashList .dashBox .title>.contentFlex>h2 {
    font-weight: 700;
    color: var(--primaryColor);
    font-size: 32px;
    line-height: 32px;
}

.dashboard .dashList .dashBox .title>.contentFlex>h2.money {
    color: var(--success);
}

.dashboard .tableBox {
    background-color: white !important;
    background-image: url(../img/cardPattern.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 1px rgba(0, 0, 0, 0.15);
    min-height: 100%;
    max-height: 60vh;
    overflow-y: auto;
}

.dashboard .tableBox table {
    font-size: 15px;
}

.dashboard .tableBox table tbody tr:nth-child(odd) {
    background-color: #0b395412;
}

.dashboard .tableBox table td span {
    width: 100%;
    display: block;
}

.dashboard .tableBox table td b {
    white-space: nowrap;
}

.dashboard .tableBox table tbody td:nth-child(2) {
    font-weight: 600;
}

.dashboard .tableBox table tbody td:nth-child(4) {
    white-space: nowrap;
    color: var(--success);
    font-weight: 600;
}

.dashboard .tableBox table tbody td:last-child {
    text-align: right;
}

.dashboard .tableBox table tbody td:last-child i.success {
    color: var(--success);
}

.dashboard .tableBox table thead th {
    color: var(--primaryColor);
}

.dashboard .tableBox>.title {
    color: var(--primaryColor);
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.dashboard .tableBox>.title a {
    margin-left: auto;
    color: var(--primaryColor);
    transition: .2s;
}

.dashboard .tableBox>.title a:hover {
    color: var(--secondaryColor);
}

/* Puanlama Sistemi  */
/*
.rate {
    display: flex !important;
    flex-flow: row !important;
    font-size: 20px;
}

.rate li {
    color: var(--textColor);
    opacity: .2;
}

.rate li.active {
    color: #ffb722;
    opacity: 1;
}
*/
.rate {
    display: flex !important;
    flex-flow: row !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.rate li {
    position: relative;
    width: 20px;
    height: 20px;
}

.rate i {
    font-size: 20px;
    color: #ebebeb;
    /* Boş yıldız rengi */
}

.rate li::before {
    content: "\2605";
    font-family: 'default' !important;
    position: absolute;
    left: -1px;
    top: -.5px;
    width: 0%;
    color: #ffb722;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
    line-height: 22px;
}

.rate li.full::before {
    width: 100%;
}

.rate li.half::before {
    width: 50%;
}

/* Puanlama Sistemi End  */

.dashBox .row {
    width: 100%;
}

.dashBox .row>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dashBox .row>div:first-child {
    color: var(--primaryColor);
}

.dashBox .row>div:last-child {
    text-align: right;
    justify-content: flex-end;
}

.dashBox .row>div>div {
    display: block;
    width: 100%;
}

.dashboard .customerMessages {
    margin-top: 25px;
}

.dashboard .customerMessages .tableBox {
    background-color: #0b395412 !important;
}

.dashboard .customerMessages .tableBox table tr td:nth-last-child(2) {
    color: var(--textColor);
    width: 35vw;
    max-width: 35vw;
}

.dashboard .customerMessages .tableBox table tr td:nth-last-child(2) article {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dashboard .customerMessages .tableBox a {
    color: var(--textColor);
}

.dashboard .customerMessages .tableBox a i {
    font-size: 20px;
}

.dashboard .pendingTasks .tableBox table tr td:last-child,
.dashboard .pendingTasks .tableBox table tr th:last-child {
    text-align: right;
}

.dashboard .pendingTasks .tableBox table tr td:nth-child(4) {
    color: var(--textColor);
}

.dashboard .pendingTasks .tableBox table tr td:nth-child(5) {
    color: var(--success);
    font-weight: 700;
}

.dashboard .pendingTasks .tableBox {
    overflow: visible;
    max-height: initial !important;
}

.dashboard .pendingTasks .tableBox a {
    color: var(--primaryColor);
    transition: .2s;
}

.dashboard .pendingTasks .tableBox a:hover {
    color: var(--secondaryColor);
}

.dashboard .task_adress {
}

.dashboard .task_adress.complate .dashBox {
    background-color: #e8fce8;
}

.dashboard .task_adress.decline .dashBox {
    background-color: #ffd2d2;
}

.dashboard .task_adress .buttonContent {
    margin-top: 25px;
}

.dashboard .task_adress iframe {
    aspect-ratio: 1/1;
    border-radius: 15px;
    box-shadow: 0px 0px 35px -15px rgba(0, 0, 0, 0.5);
}

.dashboard .task_adress .task_customer {
    text-align: right;
    font-weight: 500;
    color: var(--textColor);
    display: flex;
    flex-flow: column;
    gap: 7px;
}

.dashboard .task_adress .task_customer i {
    margin-left: 10px;
    margin-top: 4px;
}

.dashboard .task_adress .task_customer li {
    opacity: .8;
    display: flex;
    justify-content: flex-end;
}

.dashboard .task_adress .task_customer li:first-child {
    color: var(--primaryColor);
    font-weight: 800;
    margin-bottom: 7px;
}

.dashboard .task_adress .row.dashList>div {
    padding: 35px;
    position: relative;
}

.dashboard .task_adress .row.dashList>div .price {
    font-size: 16px;
    font-weight: 600;
    color: whitesmoke;
    margin-bottom: 10px !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--success);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
}

.dashboard .task_adress .row.dashList>div .price:before {
    font-family: 'default' !important;
    content: "\eb05";
    position: absolute;
    color: var(--success);
    font-size: 27px;
    line-height: 27px;
    left: -26px;
    top: 0;
    transform: rotate(90deg);
}
.dashboard .task_adress .row.dashList>div .price-failure {
    font-size: 16px;
    font-weight: 600;
    color: whitesmoke;
    margin-bottom: 10px !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--failure);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
}

.dashboard .task_adress .row.dashList>div .price-failure:before {
    font-family: 'default' !important;
    content: "\eb05";
    position: absolute;
    color: var(--failure);
    font-size: 27px;
    line-height: 27px;
    left: -26px;
    top: 0;
    transform: rotate(90deg);
}
.dashboard .task_adress .row.dashList>div ul b {
    font-weight: 600;
    width: 100%;
    display: block;
}

.dashboard .task_adress .row.dashList>div.full_row {
    grid-column: span 2;
}

.dashboard .task_adress .row.dashList>div.full_row .title {
    padding: 0px;
    font-weight: 700;
    color: var(--primaryColor);
}

.dashboard .task_adress .row.dashList>div.full_row article {
    color: var(--textColor);
    font-size: 14px;
    opacity: .8;
    max-width: 75%;
}

.dashboard .buttonContent>.row>div>ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.dashboard .buttonContent>.row>div>ul .button {
    border-radius: 5px;
}

.dashboard .buttonContent>.row>div>ul .button i {
    font-size: 12px !important;
    margin-left: 7px;
}

.dashboard .buttonContent>.row>div>ul .active {
    background-color: var(--success);
}

.dashboard .buttonContent>.row>div>ul .decline {
    background-color: darkred;
}

.dashboard .comment-rate {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}

.dashboard .comment-rate .rate-box .in-title {
    text-align: right;
    font-weight: 500;
    color: var(--textColor);
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 7px;
}

.dashboard .comment-rate .rate-box .score {
    font-weight: 700;
    color: var(--primaryColor);
    text-align: right;
}

.dashboard .comment-rate article b {
    display: block;
    margin-top: 15px;
    margin-bottom: 7px;
}

.dashboard .gallery {
    margin-top: 25px;
}

.dashboard .gallery .title {
    font-weight: 600;
    color: var(--primaryColor);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.dashboard .gallery .title i {
    line-height: 0;
}

.dashboard .gallery ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.dashboard .gallery ul li img {
    border-radius: 5px;
}



.modal .modal-content {
    padding: 35px;
    border-radius: 15px;
}

.modal .modal-header {
    border: none;
    text-align: center;
    position: relative;
}

.modalmodal-header .btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
}

.modal .modal-header .modal-title {
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: var(--primaryColor);
}

.modal .modal-body article {
    text-align: center;
    color: var(--textColor);
    margin-bottom: 25px;
}

.modal .modal-footer {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    margin-top: 25px;
}

.modal .modal-footer .button {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.modal .modal-footer .button.success {
    background-color: var(--success);
}

.modal .modal-footer .button i {
    font-size: 14px
}

.modal .modal-dialog {
    max-width: 40vw;
}


#uploadImg {
    position: fixed;
    right: 0;
    top: 0;
    width: 30vw;
    height: 100vh;
    background-color: white;
    z-index: 100;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    transition: .3s;
    transform: translateX(100%);
}

body.uploadPhotoOn #uploadImg {
    transform: translateX(0);
}

#uploadImg .box {
    padding: 35px;
}

#uploadImg .box .head {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 45px;
}

#uploadImg .box .head h2 {
    text-align: left;
    font-weight: 800;
    color: var(--primaryColor);
    font-size: 18px;
    margin: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

#uploadImg .box .head h2 i {
    line-height: 0;
    width: initial;
    font-size: 22px;
}

#uploadImg .box .head article {
    color: var(--textColor);
    font-size: 14px;
    opacity: .8;
    margin-top: 7px;
}


.dropzone {
    border: 2px dashed #0b39546b;
    border-radius: 5px;
    background: white;
    padding: 20px;
    text-align: left;
    color: var(--primaryColor);
    cursor: pointer;
    transition: .3s;
    background-color: #1974aa14;
}

.dropzone.dz-drag-hover {
    border: 2px dashed var(--primaryColor);
}

.dropzone .dz-message {
    margin: 2em 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.dropzone .dz-preview {
    display: inline-block;
    width: 110px;
    /* Ã–nizleme geniÅŸliÄŸi */
    margin: 5px;
    /* Resimler arasÄ± boÅŸluk */
    padding: 7px;
    background-color: #0b39540f;
    border-radius: 10px;
    position: relative;
}

.dropzone .dz-preview .dz-image {
    width: 100%;
    /* Resim geniÅŸliÄŸi */
    height: auto;
    /* Resim yÃ¼ksekliÄŸi */
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.dropzone .dz-preview .dz-image:before {
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(11, 57, 84);
    background: linear-gradient(0deg, rgba(11, 57, 84, 1) 0%, rgba(11, 57, 84, 0) 100%);
    border-radius: 5px;
    position: absolute;
    opacity: .7;
    transition: .2s
}

.dropzone .dz-preview:hover .dz-image:before {
    opacity: 1;
    height: 100%;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Resmi kÄ±rpmadan sÄ±ÄŸdÄ±r */
}

/* KaldÄ±rma baÄŸlantÄ±sÄ±nÄ± stilize et */
.dropzone .dz-preview .dz-remove {
    display: block;
    text-align: center;
    margin-top: 5px;
    color: #ff0000;
    text-decoration: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-details {
    font-size: 13px;
    color: var(--textColor);
    line-height: 15px;
    margin-bottom: 10px;
    max-width: 100%;
}

.dropzone .dz-size {
    font-size: 12px;
    color: var(--primaryColor);
    line-height: 14px;
    font-weight: 600;
    margin-top: 7px;
    width: 100%;
}

.dropzone .dz-error-message {
    font-size: 12px;
    font-weight: 400;
    color: darkred;
    opacity: .8;
}

.dropzone .dz-success-mark,
.dropzone .dz-error-mark {
    float: left;
    width: 50%;
}

.dropzone .dz-success-mark {
    text-align: right;
    padding-right: 5px;
    left: 0;
}

.dropzone .dz-error-mark {
    text-align: left;
    padding-left: 5px;
    right: 0;
}

.dropzone .dz-success-mark,
.dropzone .dz-error-mark {
    position: absolute;
    top: 52px;
    z-index: 5;
}

.dropzone .dz-success-mark svg,
.dropzone .dz-error-mark svg {
    width: 25px;
    aspect-ratio: 1/1;
    opacity: .7;
    transition: .2s;
}

.dropzone .dz-success-mark svg:hover,
.dropzone .dz-error-mark svg:hover {
    opacity: 1;
}

.dropzone .dz-error-mark g {
    fill: white;
    /* Dolgu rengini kÄ±rmÄ±zÄ± yap */
    stroke: white;
    /* Ã‡izgi rengini mavi yap */
    stroke-opacity: 1;
    /* Ã‡izgi opaklÄ±ÄŸÄ±nÄ± artÄ±r */
}

.dropzone .dz-success-mark path {
    fill: white;
    /* Dolgu rengini kÄ±rmÄ±zÄ± yap */
    stroke: white;
    /* Ã‡izgi rengini mavi yap */
    stroke-opacity: 1;
    /* Ã‡izgi opaklÄ±ÄŸÄ±nÄ± artÄ±r */
}

#uploadImg .buttonContent {
    margin-top: 45px !important;
}

#uploadImg .buttonContent ul {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

#uploadImg .buttonContent ul .button {
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#uploadImg .buttonContent ul .button i {
    line-height: 0;
}

#uploadImg .buttonContent ul .button.success {
    background-color: var(--success);
}

#uploadImg .buttonContent ul .button.cancel {
    background-color: darkred;
}

#uploadImg .buttonContent ul .button.cancel i {
    transform: rotate(180deg);
}


.dashboard.wallet {
}

.dashboard.wallet .dashBox {
    padding: 35px;
}

.dashboard.wallet .full_row {
    grid-column: span 2;
}

.dashboard.wallet .dashBox .balance {
    text-align: center;
}

.dashboard.wallet .dashBox .info {
    text-align: center;
    color: var(--textColor);
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    opacity: .8;
}

.dashboard.wallet .dashBox .title {
    font-weight: 700;
    padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.dashboard.wallet .dashBox .title i {
    position: static;
    opacity: 1;
    color: var(--primaryColor);
}

.dashboard.wallet .dashBox .row>div {
    color: var(--textColor);
    text-align: left;
    padding: 25px 15px;
}

.dashboard.wallet .dashBox .buttonContent {
    margin-top: 25px;
}

.dashboard.wallet .dashBox .buttonContent .button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: min-content;
}

.dashboard.wallet .dashBox .buttonContent .button:hover {
    background-color: var(--success) !important;
    border-color: var(--success) !important;
}

.dashboard.wallet .dashBox .buttonContent .button i {
    line-height: 0;
    font-size: 12px;
}

.dashboard.wallet .dashBox .price {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.dashboard.wallet .dashBox .price span {
    margin-right: 10px;
}

.dashboard.wallet .dashBox .box {
    margin-bottom: auto !important;
    position: relative;
    overflow: hidden;
}

.dashboard.wallet .dashBox .box .info {
    color: White;
}

.dashboard.wallet .dashBox .box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(54deg, deepskyblue, #61b111, #00bfff);
    background-size: 180% 180%;
    animation: gradient-animation 5s ease infinite;
    z-index: 0;

}

.dashboard .entitlement {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 15px;
    display: flex;
    justify-content: flex-end;
    background: rgb(11, 57, 84);
    background: linear-gradient(270deg, rgba(11, 57, 84, 1) 0%, rgba(11, 57, 84, 0) 100%);
}

.dashboard .entitlement a {
    color: white;
    display: flex;
    gap: 10px;
    align-items: center;
    opacity: .8;
    font-size: 15px;
}

.dashboard .entitlement a:hover {
    opacity: 1;
}


/* ===== Profile Photo Upload =====  */
.profilePhoto {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 15px;
    position: relative;
}

.profilePhoto:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px dashed #aaa;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    animation: rotateAnimation 20s linear infinite;
}


.profilePhoto:hover:before,
.profilePhoto.hover:before {
    border-color: #007bff;
    color: #007bff;
}

/* GÃ¶rsel yÃ¼klendiÄŸinde border deÄŸiÅŸecek */
.profilePhoto.uploaded:before {
    border: 2px solid var(--success);
    color: transparent;
    animation: none;
    /* Metni gizler */
}

input[type="file"] {
    display: none;
}

article.info {
    font-size: 12px;
    color: var(--textColor);
    opacity: .8;
    font-weight: 500;
}

/* ===== Profile Photo Upload End =====  */
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.dashboard.wallet .dashBox .info.t-right {
    text-align: right;
    color: var(--textColor) !important;
    line-height: 18px;
    margin-top: 15px;
    font-weight: 500;
    opacity: .7 !important;
}

.row.profileRow>div {
    margin-bottom: 25px;
}

select#skils {
    min-height: 300px;
    color: var(--textColor);
}

select#skils option {
    padding: 5px 0px;
    text-indent: 15px
}

#skils optgroup {
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

#skillList li {
    list-style-type: none;
}

#skillList li .label {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 13px;
    background-color: #0b395421;
    box-shadow: 0px 0px 0px 1px rgb(11 57 84 / 41%);
    border-radius: 5px;
    color: var(--textColor);
    display: flex;
    gap: 7px;
    white-space: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    transition: .2s;
}

#skillList li .label:hover {
    background-color: #8b00003d;
    box-shadow: 0px 0px 0px 1px #cb9090;
}

#skils option:checked {
    background-color: #dcdcdc;
    /* SeÃ§ilen option'un arka planÄ±nÄ± deÄŸiÅŸtirebiliriz */
}

#skillList {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

ul#pricing {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

ul#pricing li .box {
    padding: 20px !important;
    background-color: #0b39530a !important;
    margin-bottom: 0px;
}

ul#pricing li .box .row>div:first-child {
    padding-right: 5px !important;
}

ul#pricing li .box .row>div:last-child {
    padding-left: 5px !important;
}

ul#pricing li .title {
    font-weight: 700;
    color: var(--primaryColor);
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
}

ul#pricing li .box input,
ul#pricing li .box select {
    background-color: white !important;
}

ul#pricing input[type="number"]::-webkit-outer-spin-button,
ul#pricing input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.row.current {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.row.current .item {
}

.row.current .item .box {
    padding: 15px !important;
    background-color: whitesmoke !important;
}

.row.current .item img {
    border-radius: 7px;
    width: 100%;
    height: auto;
}

.row.current .item .name {
    margin-top: 15px;
    font-weight: 800;
    color: var(--primaryColor);
    font-size: 16px;
}

.row.current .item .description {
    margin-top: 10px;
}

.row.current .item .description article {
    color: var(--textColor);
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Maksimum 3 satÄ±r */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row.current .item .buttons {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media screen and (min-width:992px) {
    .accountToggle {
        display: none !important;
    }
}


.date-span {
    padding: 5px 9px;
    display: inline-block;
    border-radius: 7px;
    background-color: #e9edef;
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 12px;
    margin: 0px 5px 5px 0px;
    white-space: nowrap;
}

/* ========== Master Selection  ========== */
#calendar {
    transform-origin: top left;
    transition: .3s;
    position: relative;
    z-index: 15;

}

#calendar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 0px 0px var(--primaryColor);
    border-radius: 15px;
    z-index: -1;
    background-color: transparent;
    transition: 1s;
}

#calendar.flashOn:before {
    box-shadow: 0px 0px 0px 10px #61b11196;
    transform: scale(1.03);
}

.calendar-min {
    transition: .3s;
    position: relative;
}

.calendar-min .title {
    font-weight: 700;
    color: var(--primaryColor);
    font-size: 14px;
    margin-bottom: 5px;
}

.calendar-min .dateMin {
    position: absolute;
    width: calc(100% - 100px);
    height: 100%;
    right: 0;
    top: 0;
    padding: 15px;
    opacity: 0;
    animation-delay: 0s;
}
.calendar-min .dateMin {
    position: absolute;
    width: calc(100% - 100px);
    height: 100%;
    right: 0;
    top: 0;
    padding: 15px;
    opacity: 0;
    animation-delay: 0s;
    padding-right:70px;
}
#datesMax {
    display: flex;
    overflow-x: auto;
}
.calendar-min .dateMin:after {
    position: absolute;
    right: 23px;
    top: 34px;
    font-family: uicons-regular-rounded !important;
    content: "\eb81";
    font-size: 22px;
    z-index: 5;
    opacity: .5;
    transition: .3s;
}

.calendar-min .dateMin:hover:after {
    opacity: 1;
    color: var(--secondaryColor);
}

/* Master On >  */
.calendar-master.masterOn #calendar {
    transform: scale(.1);
    margin-top: 0;
    pointer-events: none;
}

.calendar-master.masterOn .calendar-min {
    height: 100px;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 17px;
    cursor: pointer;
    transition: .3s;
}

@media screen and (max-width:992px) {
    .calendar-master.masterOn .calendar-min {
        height: 130px;
    }

    .calendar-master.masterOn #calendar {
        transform: scale(.2);
    }
}

.calendar-master.masterOn .calendar-min:hover {
    background-color: #d6e0e7b8;
}

.calendar-master.masterOn .calendar-min .dateMin {
    animation: fadeIn 0.3s ease forwards;
    animation-delay: 0.3s;
}







/* Master List */

#masterList {
    margin-top: 15px;
    opacity: 0;
    transition: none;
    height: 0;
    pointer-events: none;
}

.masterOn #masterList {
    height: auto;
    pointer-events: auto;
    animation: fadeIn 0.3s ease forwards;
    animation-delay: 0.3s;
}

#masterList>ul {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

#masterList>ul>li {
    padding: 25px;
    border-radius: 15px 25px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    transition: .3s;
}

#masterList>ul>li:hover {
    background-color: #d6e0e7b8;
}

#masterList>ul>li>.row {
    position: relative;
}

#masterList>ul>li>.row .visual,
#profileModal .visual {
    position: relative;
    border-radius: 100%;
    aspect-ratio: 1/1;
    background-color: ghostwhite;
    overflow: hidden;
    width: 85%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: table;
    margin: auto;
}

#masterList>ul>li>.row .buttonArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

#masterList>ul>li>.row .buttonArea .button {
    line-height: 50px;
}

#masterList>ul>li>.row article {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: var(--textColor);
    font-size: 13px;
    font-weight: 500;
    padding: 0px 15px;
    opacity: .8;
}

#masterList>ul>li>.row .name,
#profileModal .name {
    font-weight: 700;
    color: var(--primaryColor);
    font-size: 25px;
    line-height: 22px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

#masterList>ul>li>.row .name {
    margin-top: 15px;
}

#masterList>ul>li>.row .name .nameText,
#profileModal .name .nameText {
    display: flex;
    flex-flow: column;
    text-align: left;
}

#masterList>ul>li>.row .name .nameText .regions,
#profileModal .name .nameText .regions {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    color: var(--textColor);
    opacity: .8;
}

#masterList>ul>li>.row .name .price,
#profileModal .name .price {
    font-weight: 800;
    color: var(--success);
    font-size: 22px;
}

#masterList>ul>li>.row .name .price b,
#profileModal .name .price b {
    display: block;
    text-align: center;
    background-color: rgb(236, 247, 239);
    color: rgb(43, 76, 50);
    font-size: 11px;
    border-radius: 5px;
    white-space: nowrap;
    font-weight: 600;
    padding: 4px 6px;
    letter-spacing: .3px;
    margin-top: 5px;
    text-transform: uppercase;

}

#masterList>ul>li>.row .rateContent>div:first-child,
#profileModal .rateContent>div:first-child {
    font-weight: 600;
    font-size: 16px;
    color: var(--textColor);
    text-align: left;
}

#masterList>ul>li>.row .rateContent>div.taskCount,
#profileModal .rateContent>div.taskCount {
    font-weight: 600;
    font-size: 14px;
    color: var(--primaryColor);
    opacity: .8;
    text-align: left;
}

#masterList>ul>li>.row .summary,
#profileModal .summary {
    margin-top: 15px;
}

#masterList>ul>li>.row .summary article,
#profileModal .summary article {
    text-align: left;
    font-size: 15px;
    padding: 25px;
    background-color: #f5f7f8;
    border-radius: 15px;
    opacity: 1;
    font-weight: 400;
}

#masterList>ul>li>.row .summary article b,
#profileModal .summary article b {
    font-weight: 600;
    font-size: 18px;
    color: var(--primaryColor);
}

#masterList>ul>li>.row .summary article a {
    font-weight: 500;
    font-size: 15px;
    color: var(--primaryColor);
    display: flex;
    align-items: center;
    transition: .3s;
}

#masterList>ul>li>.row .summary article a:hover {
    color: var(--secondaryColor);
}

#masterList>ul>li>.row .summary article a i {
    line-height: 0;
    margin-left: 10px;
}

#masterList>ul>li>.row .summary article p:first-child {
    opacity: 1 !important;
}

#masterList>ul>li>.row .summary article p:not(:last-child) {
    opacity: .8;
}

#masterList>ul>li>.row .customerComments,
#profileModal .customerComments {
    margin-top: 20px;
    padding-top: 20px;
    /* background-color: ghostwhite; */
    padding-bottom: 10px;
    /* border-radius: 15px; */
    width: calc(100% - 20px);
    margin-left: 10px;
    border-top: dashed 1px rgba(0, 0, 0, 0.1);
    overflow: auto;
    max-height: 300px;
}

#masterList>ul>li>.row .customerComments ul,
#profileModal .customerComments ul {
    display: inline-flex;
    flex-flow: column;
}

#masterList>ul>li>.row .customerComments ul li,
#profileModal .customerComments ul li {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#masterList>ul>li>.row .customerComments ul li:last-child,
#profileModal .customerComments ul li:last-child {
    border-bottom: none;
}

#masterList>ul>li>.row .customerComments .customerVisual,
#profileModal .customerComments .customerVisual {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    background-color: ghostwhite;
    display: table;
    margin: auto;
}

#masterList>ul>li>.row .customerComments .customerName,
#profileModal .customerComments .customerName {
    color: var(--textColor);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 7px;
}

#masterList>ul>li>.row .customerComments .customerName>span,
#profileModal .customerComments .customerName>span {
    color: var(--textColor);
    font-weight: 400;
    font-size: 14px;
    opacity: .8;
}

#masterList>ul>li>.row .customerComments .customerComment,
#profileModal .customerComments .customerComment {
    color: var(--textColor);
    font-weight: 400;
    font-size: 14px;
    opacity: .8;
}

span[data-text="master"] {
    font-weight: 700;
    color: var(--primaryColor);
}

/* Master List End */
/* Profile Modal */
#profileModal {
}

#profileModal .modal-header>.row {
    width: 100%;
}

#profileModal .name {
    margin-bottom: 0px;
}


#profileModal .refferenceGallery {
    margin-top: 15px;
}

#profileModal .refferenceGallery .title {
    font-weight: 600;
    color: var(--primaryColor);
    font-size: 18px;
    margin-bottom: 15px;
}

#profileModal .refferenceGallery .gallery {
    overflow-x: auto;
    padding: 3px;
    padding-bottom: 10px;
}

#profileModal .refferenceGallery .gallery ul {
    display: flex;
    flex-flow: row;
    gap: 15px;
}

#profileModal .refferenceGallery .gallery ul a {
    height: 100px;
    aspect-ratio: 1/1;
    width: 100px;
    border-radius: 5px;
    display: flex;
    transition: .3s;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#profileModal .refferenceGallery .gallery ul a:hover {
    box-shadow: 0px 0px 0px 2px var(--primaryColor);
}

#profileModal .customerComments .customerName .rate {
    margin-left: auto;
    font-size: 16px !important;
    margin-top: 7px;
}

#profileModal .customerComments .customerName .rate li {
    padding: 0px !important;
    border: none !important;
}

/* Profile Modal End */

.pagination {
}

.pagination ul {
    display: flex !important;
    justify-content: center;
    flex-flow: row !important;
    gap: 15px;
    width: 100%;
}

.pagination ul li {
    display: flex;
    justify-content: center;
    gap: 15px;
    border-bottom: none !important;
}

.pagination ul li a {
    width: 34px;
    height: 34px;
    background-color: ghostwhite;
    font-weight: 600;
    font-size: 14px;
    color: var(--textColor);
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    ;
}

.pagination ul li a:hover {
    background-color: var(--secondaryColor);
    color: whitesmoke;
}

.pagination ul li a.active {
    background-color: var(--primaryColor);
    color: white;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.sl-wrapper {
    z-index: 99999999999 !important;
}

.sl-overlay {
    z-index: 99999999 !important;
    backdrop-filter: blur(9px) !important;
    -webkit-backdrop-filter: blur(9px) !important;
    background-color: #7295a79c !important;
    opacity: 1 !important;
}

/* ========== Master Selection End  ========== */
















@media screen and (max-width:992px) {
    .modal .modal-content {
        padding:15px;
    }
    #profileModal .visual {
        margin-bottom: 25px;
    }
    .dashBox .row>div:last-child {
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .wallet .row.rowFlex {
        gap: 15px;
        margin-top: 8px !important;
    }

    .dashboard.wallet .dashBox .buttonContent {
        margin-bottom: 0px;
    }

    .dashboard.wallet .dashBox .info.t-right {
        margin-top: 15px !important;
        margin-bottom: 15px;
    }

    #account .box.pano .tableBox {
        overflow-x: auto;
    }

    .button.addButton {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    ul#pricing li .box .row>div:first-child,
    ul#pricing li .box .row>div:last-child {
        width: 100% !important;
        padding-right: calc(var(--bs-gutter-x) / 2) !important;
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
    }

    ul#pricing li .box .row>div:first-child .inputBox {
        margin-bottom: 0px;
    }

    ul#pricing li .box .row>div:last-child .inputBox {
        margin-bottom: 0px;
    }

    ul#pricing li .box .row>div:first-child .inputBox select {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    ul#pricing li .box .row>div:last-child .inputBox input {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    #pricing li .box .row {
        margin-right: calc(var(--bs-gutter-x) / -2) !important;
        margin-left: calc(var(--bs-gutter-x) / -2) !important;
    }

    ul#pricing li .box {
        padding: 15px !important;
    }

    #account .box {
        width: 100% !important;
    }

    .row.profileRow>div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobilePadding .box.pano>form .row {
        margin: 0px;
    }

    .mobilePadding .box.pano {
        margin-right: 0px !important;
    }

    aside.asideOn .accountNav li a span {
        display: block !important;
        margin-left: 10px !important;
        margin-right: 0px;
    }

    #account.master aside.asideOn {
        width: 55%;
    }

    #account .accountNav li:last-child {
        position: absolute;
        bottom: 0px;
        width: 100%;
        background-color: rgb(0 0 0 / 20%);
        border-radius: 75px;
        transform: scale(.7);
        aspect-ratio: 1 / 1;
        height: 47px;
        width: 47px;
        padding: 0 !important;
    }

    #account .accountNav li:last-child i {
        transition: .3s;
        margin: 0px !important;
    }

    aside.asideOn .accountNav li:last-child i {
        transform: rotate(-180deg);
    }

    #account .accountNav li a:hover:after {
        display: none;
    }

    aside.asideOn .accountNav li:last-child a {
        justify-content: center !important;
    }


    #account.master aside .accountBox:after {
        bottom: -20px !important;
    }

    .accountNav li a span {
        display: none !important;
    }

    .mobilePadding {
        padding-left: 55px !important;
        padding-top: 74px;
    }

    #account .box.pano table tbody tr td * {
        float: none;
    }

    #account .box.pano table {
        margin: 0px;
    }

    #account .box.pano table tr>td:first-child,
    #account .box.pano table tr>th:first-child {
        max-width: 100%;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-color: #80808026;
        border-style: solid;
        border-width: 1px;
    }

    #account .box.pano table tr td:not(:first-child) {
        white-space: nowrap;
    }

    .dashboard .tableBox>.title {
        padding: 10px 15px;
    }

    .dashboard .dashList .dashBox .title>i {
        right: 10px;
        left: initial;
    }

    .dashboard .dashList .dashBox .title {
        padding: 25px;
    }

    .dashboard .dashList .dashBox .title>.contentFlex {
        padding-left: 0px;
    }

    .dashboard .dashList .dashBox .title>.contentFlex>h2 {
        font-size: 22px;
        line-height: 26px;
        height: 50px;
    }

    .dashboard .dashList {
        zoom: 92%;
    }

    .dashboard .dashList>li:first-child .title {
        margin-left: 0px;
    }

    #account.master .box.pano.dashboard {
        padding: 0px !important;
        margin: 0px !important;
        padding-top: 5px !important;
    }

    #account.master .box.pano.dashboard>.row {
        margin: 0px;
    }

    #account aside .box.accountBox .balance:after {
        display: none !important;
    }

    #account aside .box.accountBox .balance {
        right: 65px;
        top: 24px;
        left: initial !important;
    }

    #account.master aside .accountBox {
        border-top-right-radius: 0px;
        min-width: 97vw;
        padding: 25px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #account.master aside {
        position: fixed;
        z-index: 15;
        height: calc(100vh - 60px);
        top: 60px;
        border-radius: 0;
        width: 47px;
        transition: .3s;
    }

    aside.asideOn .accountNav li a {
        justify-content: flex-start !important;
    }

    aside.asideOn .accountNav li a i {
        margin-left: 15px;
    }

    #account .accountNav li a {
        padding: 12px 10px !important;
        justify-content: center;
    }

    #account .accountNav li a i {
        margin-right: 0px;
        font-size: 19px;
        transition: .3s;
    }

    #account .accountNav {
        margin-left: 0px;
        margin-right: 0px;
    }

    #account .box {
        padding: 0px;
        padding-bottom: 15px;
    }

    .masterUl {
        flex-flow: column;
        padding: 0px 45px;
        margin-bottom: 0px;
        justify-content: flex-end;
        text-align: right;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding-bottom: 25px;
        padding-top: 25px;
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: -25px;
        max-width: 100%;
    }

    .masterUl article {
        color: Whitesmoke;
        padding-right: 0px;
        padding-left: 65px;
    }

    .masterUl a.button {
        background-color: var(--secondaryColor) !important;
        color: whitesmoke !important;
        width: initial !important;
        max-width: fit-content;
        float: right;
        line-height: 50px;
        font-size: 14px;
    }

    .masterUl ul {
        margin-top: 25px;
    }
}


@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*!
 * FullCalendar v3.2.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */.fc-icon,body .fc{
font-size:1em
}
.fc-button-group,.fc-icon{
display:inline-block
}
.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{
bottom:0
}
.fc-icon,.fc-unselectable{
-khtml-user-select:none;
-webkit-touch-callout:none
}
.fc{
direction:ltr;
text-align:left
}
.fc-rtl{
text-align:right
}
.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{
text-align:center
}
.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{
border-color:#ddd
}
.fc-unthemed .fc-popover{
background-color:#fff
}
.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{
background:#eee
}
.fc-unthemed .fc-popover .fc-header .fc-close{
color:#666
}
.fc-unthemed td.fc-today{
background:#fcf8e3
}
.fc-highlight{
background:#bce8f1;
opacity:.3
}
.fc-bgevent{
background:#8fdf82;
opacity:.3
}
.fc-nonbusiness{
background:#d7d7d7
}
.fc-icon{
height:1em;
line-height:1em;
overflow:hidden;
font-family:"Courier New",Courier,monospace;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.fc-icon:after{
position:relative
}
.fc-icon-left-single-arrow:after{
content:"\02039";
font-weight:700;
font-size:200%;
top:-7%
}
.fc-icon-right-single-arrow:after{
content:"\0203A";
font-weight:700;
font-size:200%;
top:-7%
}
.fc-icon-left-double-arrow:after{
content:"\000AB";
font-size:160%;
top:-7%
}
.fc-icon-right-double-arrow:after{
content:"\000BB";
font-size:160%;
top:-7%
}
.fc-icon-left-triangle:after{
content:"\25C4";
font-size:125%;
top:3%
}
.fc-icon-right-triangle:after{
content:"\25BA";
font-size:125%;
top:3%
}
.fc-icon-down-triangle:after{
content:"\25BC";
font-size:125%;
top:2%
}
.fc-icon-x:after{
content:"\000D7";
font-size:200%;
top:6%
}
.fc button{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
margin:0;
height:2.1em;
padding:0 .6em;
font-size:1em;
white-space:nowrap;
cursor:pointer
}
.fc button::-moz-focus-inner{
margin:0;
padding:0
}
.fc-state-default{
border:1px solid;
background-color:#f5f5f5;
background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
background-image:-o-linear-gradient(top,#fff,#e6e6e6);
background-image:linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat:repeat-x;
border-color:#e6e6e6 #e6e6e6 #bfbfbf;
border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
color:#333;
text-shadow:0 1px 1px rgba(255,255,255,.75);
box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}
.fc-state-default.fc-corner-left{
border-top-left-radius:4px;
border-bottom-left-radius:4px
}
.fc-state-default.fc-corner-right{
border-top-right-radius:4px;
border-bottom-right-radius:4px
}
.fc button .fc-icon{
position:relative;
top:-.05em;
margin:0 .2em;
vertical-align:middle
}
.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{
color:#333;
background-color:#e6e6e6
}
.fc-state-hover{
color:#333;
text-decoration:none;
background-position:0 -15px;
-webkit-transition:background-position .1s linear;
-moz-transition:background-position .1s linear;
-o-transition:background-position .1s linear;
transition:background-position .1s linear
}
.fc-state-active,.fc-state-down{
background-color:#ccc;
background-image:none;
box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}
.fc-state-disabled{
cursor:default;
background-image:none;
opacity:.65;
box-shadow:none
}
.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{
cursor:pointer
}
.fc .fc-button-group>*{
float:left;
margin:0 0 0 -1px
}
.fc .fc-button-group>:first-child{
margin-left:0
}
.fc-popover{
position:absolute;
box-shadow:0 2px 6px rgba(0,0,0,.15)
}
.fc-popover .fc-header{
padding:2px 4px
}
.fc-popover .fc-header .fc-title{
margin:0 2px
}
.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{
float:left
}
.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{
float:right
}
.fc-unthemed .fc-popover{
border-width:1px;
border-style:solid
}
.fc-unthemed .fc-popover .fc-header .fc-close{
font-size:.9em;
margin-top:2px
}
.fc-popover>.ui-widget-header+.ui-widget-content{
border-top:0
}
.fc-divider{
border-style:solid;
border-width:1px
}
hr.fc-divider{
height:0;
margin:0;
padding:0 0 2px;
border-width:1px 0
}
.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{
height:100%
}
.fc-clear{
clear:both
}
.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{
position:absolute;
top:0;
left:0;
right:0
}
.fc table{
width:100%;
box-sizing:border-box;
table-layout:fixed;
border-collapse:collapse;
border-spacing:0;
font-size:1em
}
.fc td,.fc th{
border-style:solid;
border-width:1px;
padding:0;
vertical-align:top
}
.fc td.fc-today{
border-style:double
}
a[data-goto]:hover{
text-decoration:underline
}
.fc .fc-row{
border-style:solid;
border-width:0
}
.fc-row table{
border-left:0 hidden transparent;
border-right:0 hidden transparent;
border-bottom:0 hidden transparent
}
.fc-row:first-child table{
border-top:0 hidden transparent
}
.fc-row{
position:relative
}
.fc-row .fc-bg{
z-index:1
}
.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{
border-color:transparent
}
.fc-row .fc-bgevent-skeleton{
z-index:2
}
.fc-row .fc-highlight-skeleton{
z-index:3
}
.fc-row .fc-content-skeleton{
position:relative;
z-index:4;
padding-bottom:2px
}
.fc-row .fc-helper-skeleton{
z-index:5
}
.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{
background:0 0;
border-color:transparent;
border-bottom:0
}
.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{
border-top:0
}
.fc-scroller{
-webkit-overflow-scrolling:touch
}
.fc-row.fc-rigid,.fc-time-grid-event{
overflow:hidden
}
.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{
position:relative;
width:100%
}
.fc-event{
position:relative;
display:block;
font-size:.85em;
line-height:1.3;
border-radius:3px;
border:1px solid #3a87ad;
font-weight:400
}
.fc-event,.fc-event-dot{
background-color:#3a87ad
}
.fc-event,.fc-event:hover,.ui-widget .fc-event{
color:#fff;
text-decoration:none
}
.fc-not-allowed,.fc-not-allowed .fc-event{
cursor:not-allowed
}
.fc-event .fc-bg{
z-index:1;
background:#fff;
opacity:.25
}
.fc-event .fc-content{
position:relative;
z-index:2
}
.fc-event .fc-resizer{
position:absolute;
z-index:4;
display:none
}
.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{
display:block
}
.fc-event.fc-selected .fc-resizer:before{
content:"";
position:absolute;
z-index:9999;
top:50%;
left:50%;
width:40px;
height:40px;
margin-left:-20px;
margin-top:-20px
}
.fc-event.fc-selected{
z-index:9999!important;
box-shadow:0 2px 5px rgba(0,0,0,.2)
}
.fc-event.fc-selected.fc-dragging{
box-shadow:0 2px 7px rgba(0,0,0,.3)
}
.fc-h-event.fc-selected:before{
content:"";
position:absolute;
z-index:3;
top:-10px;
bottom:-10px;
left:0;
right:0
}
.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{
margin-left:0;
border-left-width:0;
padding-left:1px;
border-top-left-radius:0;
border-bottom-left-radius:0
}
.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{
margin-right:0;
border-right-width:0;
padding-right:1px;
border-top-right-radius:0;
border-bottom-right-radius:0
}
.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{
cursor:w-resize;
left:-1px
}
.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{
cursor:e-resize;
right:-1px
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer{
width:7px;
top:-1px;
bottom:-1px
}
.fc-h-event.fc-selected .fc-resizer{
border-radius:4px;
border-width:1px;
width:6px;
height:6px;
border-style:solid;
border-color:inherit;
background:#fff;
top:50%;
margin-top:-4px
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{
margin-left:-4px
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{
margin-right:-4px
}
.fc-day-grid-event{
margin:1px 2px 0;
padding:0 1px
}
tr:first-child>td>.fc-day-grid-event{
margin-top:2px
}
.fc-day-grid-event.fc-selected:after{
content:"";
position:absolute;
z-index:1;
top:-1px;
right:-1px;
bottom:-1px;
left:-1px;
background:#000;
opacity:.25
}
.fc-day-grid-event .fc-content{
white-space:nowrap;
overflow:hidden
}
.fc-day-grid-event .fc-time{
font-weight:700
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{
margin-left:-2px
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{
margin-right:-2px
}
a.fc-more{
margin:1px 3px;
font-size:.85em;
cursor:pointer;
text-decoration:none
}
a.fc-more:hover{
text-decoration:underline
}
.fc-limited{
display:none
}
.fc-day-grid .fc-row{
z-index:1
}
.fc-more-popover{
z-index:2;
width:220px
}
.fc-more-popover .fc-event-container{
padding:10px
}
.fc-now-indicator{
position:absolute;
border:0 solid red
}
.fc-unselectable{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:transparent
}
.fc-toolbar.fc-header-toolbar{
margin-bottom:1em
}
.fc-toolbar.fc-footer-toolbar{
margin-top:1em
}
.fc-toolbar .fc-left{
float:left
}
.fc-toolbar .fc-right{
float:right
}
.fc-toolbar .fc-center{
display:inline-block
}
.fc .fc-toolbar>*>*{
float:left;
margin-left:.75em
}
.fc .fc-toolbar>*>:first-child{
margin-left:0
}
.fc-toolbar h2{
margin:0
}
.fc-toolbar button{
position:relative
}
.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{
z-index:2
}
.fc-toolbar .fc-state-down{
z-index:3
}
.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{
z-index:4
}
.fc-toolbar button:focus{
z-index:5
}
.fc-view-container *,.fc-view-container :after,.fc-view-container :before{
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box
}
.fc-view,.fc-view>table{
position:relative;
z-index:1
}
.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{
padding-bottom:1em
}
.fc-basic-view .fc-body .fc-row{
min-height:4em
}
.fc-row.fc-rigid .fc-content-skeleton{
position:absolute;
top:0;
left:0;
right:0
}
.fc-day-top.fc-other-month{
opacity:.3
}
.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{
padding:2px
}
.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{
padding:0 2px
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
float:right
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{
float:left
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{
float:left;
border-radius:0 0 3px
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{
float:right;
border-radius:0 0 0 3px
}
.fc-basic-view .fc-day-top .fc-week-number{
min-width:1.5em;
text-align:center;
background-color:#f2f2f2;
color:grey
}
.fc-basic-view td.fc-week-number>*{
display:inline-block;
min-width:1.25em
}
.fc-agenda-view .fc-day-grid{
position:relative;
z-index:2
}
.fc-agenda-view .fc-day-grid .fc-row{
min-height:3em
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{
padding-bottom:1em
}
.fc .fc-axis{
vertical-align:middle;
padding:0 4px;
white-space:nowrap
}
.fc-ltr .fc-axis{
text-align:right
}
.fc-rtl .fc-axis{
text-align:left
}
.ui-widget td.fc-axis{
font-weight:400
}
.fc-time-grid,.fc-time-grid-container{
position:relative;
z-index:1
}
.fc-time-grid{
min-height:100%
}
.fc-time-grid table{
border:0 hidden transparent
}
.fc-time-grid>.fc-bg{
z-index:1
}
.fc-time-grid .fc-slats,.fc-time-grid>hr{
position:relative;
z-index:2
}
.fc-time-grid .fc-content-col{
position:relative
}
.fc-time-grid .fc-content-skeleton{
position:absolute;
z-index:3;
top:0;
left:0;
right:0
}
.fc-time-grid .fc-business-container{
position:relative;
z-index:1
}
.fc-time-grid .fc-bgevent-container{
position:relative;
z-index:2
}
.fc-time-grid .fc-highlight-container{
z-index:3;
position:relative
}
.fc-time-grid .fc-event-container{
position:relative;
z-index:4
}
.fc-time-grid .fc-now-indicator-line{
z-index:5
}
.fc-time-grid .fc-helper-container{
position:relative;
z-index:6
}
.fc-time-grid .fc-slats td{
height:1.5em;
border-bottom:0
}
.fc-time-grid .fc-slats .fc-minor td{
border-top-style:dotted
}
.fc-time-grid .fc-slats .ui-widget-content{
background:0 0
}
.fc-time-grid .fc-highlight{
position:absolute;
left:0;
right:0
}
.fc-ltr .fc-time-grid .fc-event-container{
margin:0 2.5% 0 2px
}
.fc-rtl .fc-time-grid .fc-event-container{
margin:0 2px 0 2.5%
}
.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{
position:absolute;
z-index:1
}
.fc-time-grid .fc-bgevent{
left:0;
right:0
}
.fc-v-event.fc-not-start{
border-top-width:0;
padding-top:1px;
border-top-left-radius:0;
border-top-right-radius:0
}
.fc-v-event.fc-not-end{
border-bottom-width:0;
padding-bottom:1px;
border-bottom-left-radius:0;
border-bottom-right-radius:0
}
.fc-time-grid-event.fc-selected{
overflow:visible
}
.fc-time-grid-event.fc-selected .fc-bg{
display:none
}
.fc-time-grid-event .fc-content{
overflow:hidden
}
.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{
padding:0 1px
}
.fc-time-grid-event .fc-time{
font-size:.85em;
white-space:nowrap
}
.fc-time-grid-event.fc-short .fc-content{
white-space:nowrap
}
.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{
display:inline-block;
vertical-align:top
}
.fc-time-grid-event.fc-short .fc-time span{
display:none
}
.fc-time-grid-event.fc-short .fc-time:before{
content:attr(data-start)
}
.fc-time-grid-event.fc-short .fc-time:after{
content:"\000A0-\000A0"
}
.fc-time-grid-event.fc-short .fc-title{
font-size:.85em;
padding:0
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{
left:0;
right:0;
bottom:0;
height:8px;
overflow:hidden;
line-height:8px;
font-size:11px;
font-family:monospace;
text-align:center;
cursor:s-resize
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{
content:"="
}
.fc-time-grid-event.fc-selected .fc-resizer{
border-radius:5px;
border-width:1px;
width:8px;
height:8px;
border-style:solid;
border-color:inherit;
background:#fff;
left:50%;
margin-left:-5px;
bottom:-5px
}
.fc-time-grid .fc-now-indicator-line{
border-top-width:1px;
left:0;
right:0
}
.fc-time-grid .fc-now-indicator-arrow{
margin-top:-5px
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow{
left:0;
border-width:5px 0 5px 6px;
border-top-color:transparent;
border-bottom-color:transparent
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow{
right:0;
border-width:5px 6px 5px 0;
border-top-color:transparent;
border-bottom-color:transparent
}
.fc-event-dot{
display:inline-block;
width:10px;
height:10px;
border-radius:5px
}
.fc-rtl .fc-list-view{
direction:rtl
}
.fc-list-view{
border-width:1px;
border-style:solid
}
.fc .fc-list-table{
table-layout:auto
}
.fc-list-table td{
border-width:1px 0 0;
padding:8px 14px
}
.fc-list-table tr:first-child td{
border-top-width:0
}
.fc-list-heading{
border-bottom-width:1px
}
.fc-list-heading td{
font-weight:700
}
.fc-ltr .fc-list-heading-main{
float:left
}
.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{
float:right
}
.fc-rtl .fc-list-heading-alt{
float:left
}
.fc-list-item.fc-has-url{
cursor:pointer
}
.fc-list-item:hover td{
background-color:#f5f5f5
}
.fc-list-item-marker,.fc-list-item-time{
white-space:nowrap;
width:1px
}
.fc-ltr .fc-list-item-marker{
padding-right:0
}
.fc-rtl .fc-list-item-marker{
padding-left:0
}
.fc-list-item-title a{
text-decoration:none;
color:inherit
}
.fc-list-item-title a[href]:hover{
text-decoration:underline
}
.fc-list-empty-wrap2{
position:absolute;
top:0;
left:0;
right:0;
bottom:0
}
.fc-list-empty-wrap1{
width:100%;
height:100%;
display:table
}
.fc-list-empty{
display:table-cell;
vertical-align:middle;
text-align:center
}
.fc-unthemed .fc-list-empty{
background-color:#eee
}
 
 
/*!
  By AndrÃ© Rinas, www.andrerinas.de
  Documentation, www.simplelightbox.de
  Available for use under the MIT License
  Version 2.9.0
*/
body.hidden-scroll{
overflow:hidden
}
.sl-overlay{
position:fixed;
left:0;
right:0;
top:0;
bottom:0;
background:#fff;
opacity:.7;
display:none;
z-index:1035
}
.sl-wrapper{
z-index:1040;
width:100%;
height:100%;
left:0;
top:0;
position:fixed
}
.sl-wrapper *{
box-sizing:border-box
}
.sl-wrapper button{
border:0 none;
background:transparent;
font-size:28px;
padding:0;
cursor:pointer
}
.sl-wrapper button:hover{
opacity:.7
}
.sl-wrapper .sl-close{
display:none;
position:fixed;
right:30px;
top:30px;
z-index:10060;
margin-top:-14px;
margin-right:-14px;
height:44px;
width:44px;
line-height:44px;
font-family:Arial,Baskerville,monospace;
color:#000;
font-size:3rem
}
.sl-wrapper .sl-counter{
display:none;
position:fixed;
top:30px;
left:30px;
z-index:1060;
color:#000;
font-size:1rem
}
.sl-wrapper .sl-navigation{
width:100%;
display:none
}
.sl-wrapper .sl-navigation button{
position:fixed;
top:50%;
margin-top:-22px;
height:44px;
width:22px;
line-height:44px;
text-align:center;
display:block;
z-index:10060;
font-family:Arial,Baskerville,monospace;
color:#000
}
.sl-wrapper .sl-navigation button.sl-next{
right:5px;
font-size:2rem
}
.sl-wrapper .sl-navigation button.sl-prev{
left:5px;
font-size:2rem
}
@media (min-width:35.5em){
.sl-wrapper .sl-navigation button{
width:44px
}
.sl-wrapper .sl-navigation button.sl-next{
right:10px;
font-size:3rem
}
.sl-wrapper .sl-navigation button.sl-prev{
left:10px;
font-size:3rem
}
}
@media (min-width:50em){
.sl-wrapper .sl-navigation button{
width:44px
}
.sl-wrapper .sl-navigation button.sl-next{
right:20px;
font-size:3rem
}
.sl-wrapper .sl-navigation button.sl-prev{
left:20px;
font-size:3rem
}
}
.sl-wrapper.sl-dir-rtl .sl-navigation{
direction:ltr
}
.sl-wrapper .sl-image{
position:fixed;
-ms-touch-action:none;
touch-action:none;
z-index:10000
}
.sl-wrapper .sl-image img{
margin:0;
padding:0;
display:block;
border:0 none;
width:100%;
height:auto
}
@media (min-width:35.5em){
.sl-wrapper .sl-image img{
border:0 none
}
}
@media (min-width:50em){
.sl-wrapper .sl-image img{
border:0 none
}
}
.sl-wrapper .sl-image iframe{
background:#000;
border:0 none
}
@media (min-width:35.5em){
.sl-wrapper .sl-image iframe{
border:0 none
}
}
@media (min-width:50em){
.sl-wrapper .sl-image iframe{
border:0 none
}
}
.sl-wrapper .sl-image .sl-caption{
display:none;
padding:10px;
color:#fff;
background:rgba(0,0,0,.8);
font-size:1rem;
position:absolute;
bottom:0;
left:0;
right:0
}
.sl-wrapper .sl-image .sl-caption.pos-top{
bottom:auto;
top:0
}
.sl-wrapper .sl-image .sl-caption.pos-outside{
bottom:auto
}
.sl-wrapper .sl-image .sl-download{
display:none;
position:absolute;
bottom:5px;
right:5px;
color:#000;
z-index:1060
}
.sl-spinner{
display:none;
border:5px solid #333;
border-radius:40px;
height:40px;
left:50%;
margin:-20px 0 0 -20px;
opacity:0;
position:fixed;
top:50%;
width:40px;
z-index:1007;
-webkit-animation:pulsate 1s ease-out infinite;
-moz-animation:pulsate 1s ease-out infinite;
-ms-animation:pulsate 1s ease-out infinite;
-o-animation:pulsate 1s ease-out infinite;
animation:pulsate 1s ease-out infinite
}
.sl-scrollbar-measure{
position:absolute;
top:-9999px;
width:50px;
height:50px;
overflow:scroll
}
.sl-transition{
transition:-moz-transform ease 200ms;
transition:-ms-transform ease 200ms;
transition:-o-transform ease 200ms;
transition:-webkit-transform ease 200ms;
transition:transform ease 200ms
}
@-webkit-keyframes pulsate{
0%{
transform:scale(.1);
opacity:0
}
50%{
opacity:1
}
100%{
transform:scale(1.2);
opacity:0
}
}
@keyframes pulsate{
0%{
transform:scale(.1);
opacity:0
}
50%{
opacity:1
}
100%{
transform:scale(1.2);
opacity:0
}
}
@-moz-keyframes pulsate{
0%{
transform:scale(.1);
opacity:0
}
50%{
opacity:1
}
100%{
transform:scale(1.2);
opacity:0
}
}
@-o-keyframes pulsate{
0%{
transform:scale(.1);
opacity:0
}
50%{
opacity:1
}
100%{
transform:scale(1.2);
opacity:0
}
}
@-ms-keyframes pulsate{
0%{
transform:scale(.1);
opacity:0
}
50%{
opacity:1
}
100%{
transform:scale(1.2);
opacity:0
}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav{
margin-top:10px
}
.owl-theme .owl-nav [class*=owl-]{
color:#FFF;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#D6D6D6;
display:inline-block;
cursor:pointer;
border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover{
background:#869791;
color:#FFF;
text-decoration:none
}
.owl-theme .owl-nav .disabled{
opacity:.5;
cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
margin-top:10px
}
.owl-theme .owl-dots .owl-dot{
display:inline-block;
zoom:1
}
.owl-theme .owl-dots .owl-dot span{
width:10px;
height:10px;
margin:5px 7px;
background:#D6D6D6;
display:block;
-webkit-backface-visibility:visible;
transition:opacity .2s ease;
border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
background:#869791
}
.no-selected {
    font-size: 11px;
    color: #999;
    font-weight: normal !important;
}

/* ===== Modaldan Takvim Seçmek ===== */
#masterDateSelect .modal-header h5 {
    text-align: left !important;
}

#masterDateSelect .chooseMaster {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 25px;
}

#masterDateSelect .chooseMaster .visual {
    display: block;
    aspect-ratio: 1/1;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#masterDateSelect .chooseMaster .title {
    font-size: 17px;
}

#masterDateSelect .modal-body>.row>div:nth-child(2) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 35px;
}

#masterDateSelect .modal-body>.row>div:nth-child(3) {
    padding-left: 35px;
}

#masterDateSelect .flatpickr-calendar {
    border: none !important;
    /* Kenarlıkları kaldır */
    box-shadow: none !important;
    /* Gölgeyi kaldır */
    width: 100%;
}

#masterDateSelect .flatpickr-innerContainer,
#masterDateSelect .flatpickr-rContainer,
#masterDateSelect .flatpickr-days,
#masterDateSelect .dayContainer {
    width: 100%;
    max-width: 100%;
}

#masterDateSelect .dayContainer {
    margin-top: 10px;
    justify-content: flex-start;
}

#masterDateSelect .flatpickr-day {
    aspect-ratio: 45/45;
    height: auto;
    max-width: none;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#masterDateSelect .flatpickr-day.selected {
    background-color: var(--primaryColor) !important;
    border-color: transparent !important;
}

#masterDateSelect .flatpickr-months * {
    font-weight: 600;
    color: var(--primaryColor);
}

#masterDateSelect .flatpickr-months .flatpickr-prev-month:hover svg,
#masterDateSelect .flatpickr-months .flatpickr-next-month:hover svg {
    fill: white;
}

#masterDateSelect .flatpickr-months .flatpickr-prev-month:hover:before,
#masterDateSelect .flatpickr-months .flatpickr-next-month:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 7px;
    position: absolute;
    left: 0;
    top: 17%;
    background-color: var(--primaryColor);
    z-index: -1;
    transform: scale(.8);
}

#masterDateSelect .timeSelectModal {
    margin-bottom: 25px;
}

#masterDateSelect article {
    text-align: left;
    color: var(--textColor);
    font-size: 14px;
    margin-top: 25px;
}

#masterDateSelect .modal-dialog {
    max-width: 45vw;
}

#masterDateSelect .chooseData {
    margin-top: 15px;
    padding-top: 45px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

#masterDateSelect .chooseData ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

#masterDateSelect .chooseData ul .listHead {
    font-weight: 600;
    color: var(--textColor);
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

#masterDateSelect .chooseData ul .elections {
    font-weight: 700;
    color: var(--secondaryColor);
    font-size: 20px;
    line-height: 20px;
}

#masterDateSelect .chooseData ul .taskerInfo {
    font-weight: 600;
    color: var(--textColor);
    font-size: 18px;
    margin-bottom: 25px;
    display: flex;
}

#masterDateSelect .chooseData ul .taskerInfo i {
    font-weight: normal;
    color: var(--textColor);
    opacity: .7;
    font-size: 18px;
    margin-right: 5px;
    line-height: 32px;
}

#masterDateSelect .chooseData ul .button {
    font-size: 18px;
    line-height: 60px;
    padding: 0px 45px;
    text-align: center;
    width: 100%;
}

#masterDateSelect .chooseData ul .button i {
    margin-left: 10px;
    line-height: 60px;
    display: inline-block;
}

@media screen and (max-width:992px) {
    #masterDateSelect .modal-dialog {
        max-width: 95vw;
    }

    #masterDateSelect .modal-body>.row>div:nth-child(2) {
        border-right: none;
        padding-right: calc(var(--bs-gutter-x)/ 2);
    }

    #masterDateSelect .modal-body>.row>div:nth-child(3) {
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }

}

.oflow-hidden {
    overflow: hidden !important;
}
/* ===== Modaldan Takvim Seçmek End  ===== */


.tasksNav {
    margin-bottom: 25px;
}

.tasksNav ul {
    display: flex;
    list-style: none;
}

.tasksNav a {
    color: var(--primaryColor);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}

.tasksNav a i {
    line-height: 0;
}

.tasksNav a.active {
    background-color: var(--primaryColor) !important;
    border-radius: var(--radius);
    font-weight: 400;
    color: White;
}


#tasterRate {
    font-weight: 700;
    ;
}


/* ===== 404 Page ===== */
#page404 {
    min-height: calc(100vh);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

#page404 .lottie {
    text-align: center;
}

#page404 .lottie>svg {
    max-height: 55vh;
}

#page404 .head article {
    width: 40%;
    display: table;
    margin: auto;
    color: var(--textColor);
}

@media screen and (max-width:992px) {
    #page404 .head article {
        width: 85%;
    }
}

/* ===== 404 Page End ===== */

.disable-element {
    pointer-events: none;  
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* IE10+/Edge */
    user-select: none;          /* Standard */
}
a, button {
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* IE10+/Edge */
    user-select: none;          /* Standard */
}

.dropzone .dz-preview .dz-remove {
    display: block;
    text-align: left;
    margin-top: 5px;
    color: #ff0000;
    text-decoration: none;
    font-size: 11px;
} 

.modal-layout .modal-header {
    border-bottom: none;
    text-align: center;
    font-weight: 600;
    flex-flow: column;
}

.modal-layout .modal-header h5 {
    text-align: center;
    font-weight: 700;
    width: 100%;
    color: var(--primaryColor);
    font-size: 24px;
}

.modal-layout .modal-header article {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: var(--textColor);
    opacity: .8;
}

.modal-layout .modal-footer {
    border-top: none;
}

.modal-layout .modal-content {
    padding: 35px;
    position: relative;
    border-radius: 15px;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.modal-layout .modal-content .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
 
@media screen and (max-width:992px) {
    .button.master {
        margin-left: 0px !important;
        color: whitesmoke;
        position: fixed;
        bottom: 15px;
        border-radius: 5px;
    }
 
    .modal-layout .modal-content {
        padding: 15px;
    }
}
 
 .skeleton {
    background-color: #f0f0f0;
}

.skeleton-item {
    padding: 15px;
    animation: skeleton-loading 1.5s infinite ease-in-out;
}

.skeleton-item:nth-child(odd) {
    animation-delay: 0.5s;
        padding: 15px;
}

@keyframes skeleton-loading {
    0% {
        background-color: #e0e0e0;
    }
    50% {
        background-color: #f5f5f5;
    }
    100% {
        background-color: #e0e0e0;
    }
}

.not-found-text {
    font-size:12px;
    color:#888;
    opacity: .8;
    letter-spacing: .5px;    
}

.master-task-completed {
    background: #079d58 !important;
}
.button.master-task-completed:hover {
    background: #086339 !important;
    border-color:#086339!important;
}

.request_waiting_customer {
    background: #bbbbbb !important;
    pointer-events: none;
}

.master-job-accept-customer-req-btn {
    background: #319f2f !important;
}

.master-job-reject-customer-req-btn {
    background: #9f2f2f !important;
}


.button.master-job-accept-customer-req-btn:hover {
    background: #1a6219 !important;
    border-color: #1a6219!important;
}

.button.master-job-reject-customer-req-btn:hover {
    background: #621919 !important;
    border-color: #621919!important;
}

.no-hover:hover {
    background-color: transparent!important;
}
.disabled-withdraw-button {
    opacity: .5;
    pointer-events: none;
}
.reference-awaiting-approval {
    text-align: center;
    margin-top: 14px;
    font-size: 11px;
    color: #999999;
}
.reference-approved {
    text-align: center;
    margin-top: 15px;
    font-size: 11px;
    color: green;    
}


/* ===== Live Chat ===== */
body.chatOn .drawer[data-drawer="liveChat"] {
    transform: translateX(0);
}

#liveChatToggle {
    display: flex;
    width: fit-content;
    align-items: center;
    background-color: var(--success);
}

#liveChatToggle>span.lottie {
    width: 60px;
    display: flex;
    line-height: 0;
    margin-top: -6px;
    margin-bottom: -4px;
    margin-left: -20px;
}

#liveChatToggle:hover {
    background-color: var(--successHover) !important;
    border-color: var(--successHover) !important;
}

body.drawerOn {
    overflow: hidden;
    padding-right: 8px;
}

.drawer {
    position: fixed;
    right: 0;
    top: 0;
    width: 25%;
    max-width: 480px;
    height: 100vh;
    z-index: 60;
    background-color: white;
    box-shadow: -40px 0px 60px -50px #031824b8;
    border-top-left-radius: 45px;
    overflow: hidden;
    transition: .2s;
    transform: translateX(480px);
}

.drawer.on {
    transform: translateX(0);
}


.chatApp-LiveChat>.box>* {
    position: relative;
    z-index: 5;
}

.chatApp-LiveChat>.box {
    background-color: var(--primaryColor);
    display: flex;
    flex-flow: column;
    height: calc(100% - 35px);
    margin-top: 35px;
    border-top-left-radius: 45px;
    position: relative;
}

.chatApp-LiveChat>.box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    background-image: url(../img/chatPattern.png);
    background-repeat: repeat;
    z-index: 0;
    background-size: 100%;
    opacity: .05;
    filter: invert(1);
}

.chatApp-LiveChat .chatHead {
    display: flex;
    color: White;
    width: 100%;
    height: fit-content;
    gap: 10px;
    padding: 0px 25px;
    padding-right: 0px;
    align-items: center;
}

.chatApp-LiveChat .chatHead .backToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.chatApp-LiveChat .chatHead .backToggle i {
    display: inline-block;
    transform: rotate(180deg);
    padding: 10px;
    border-radius: 100%;
    transition: .2s;
    cursor: pointer;
}

.chatApp-LiveChat .chatHead .backToggle:hover i {
    background-color: rgba(255, 255, 255, .2);
}

.chatApp-LiveChat .chatHead .tasker {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 100%;
}

.chatApp-LiveChat .chatHead .tasker .visual {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    height: 46px;
    position: relative;
}

.chatApp-LiveChat .chatHead .tasker .nameContent {
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.chatApp-LiveChat .chatHead .tasker .nameContent .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

.chatApp-LiveChat .chatHead .tasker .state {
    font-weight: 500;
    opacity: .4;
    font-size: 12px;
    line-height: 12px;
}

.chatApp-LiveChat .chatHead .actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    background-color: white;
    border-bottom-left-radius: 45px;
    padding: 20px 30px;
    padding-right: 20px;
    position: relative;
}

.chatApp-LiveChat .chatHead .actions:before {
    font-family: 'default' !important;
    content: "\eb05";
    position: absolute;
    z-index: 15;
    color: white;
    font-size: 32px;
    transform: rotate(90deg);
    left: calc(1px - 33px);
    aspect-ratio: 1 / 1;
    line-height: 31px;
    top: 0;
}

.chatApp-LiveChat .chatHead .actions:after {
    font-family: 'default' !important;
    content: "\eb05";
    position: absolute;
    z-index: 15;
    color: white;
    font-size: 40px;
    transform: rotate(90deg);
    bottom: calc(0px - 40px);
    aspect-ratio: 1 / 1;
    line-height: 40px;
    right: -1px;
}

.chatApp-LiveChat .chatHead .actions ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chatApp-LiveChat .chatHead .actions ul a {
    display: inline-block;
    color: #466277;
    border-radius: 100%;
    background-color: #e9edf0;
    transition: .2s;
}

.chatApp-LiveChat .chatHead .actions ul a:hover,
.chatApp-LiveChat .chatHead .actions ul a.active {
    color: white;
    background-color: var(--primaryColor);
}

.chatApp-LiveChat .chatHead .actions ul a i {
    display: inline-flex;
    font-size: 18px;
    padding: 10px;
    aspect-ratio: 1 / 1;
    line-height: 18px;
    align-items: center;
}

.chatApp-LiveChat .tasker[data-state="online"] .state .offline {
    display: none;
}

.chatApp-LiveChat .tasker[data-state="offline"] .state .online {
    display: none;
}

.chatApp-LiveChat .tasker[data-state="online"] .visual::before {
    content: "";
    background-color: #89db36;
    border: solid 5px var(--primaryColor);
    position: absolute;
    z-index: 10;
    right: -5px;
    top: -5px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    display: flex;
    width: 19px;
    height: 19px;
    animation: pulseSuccess 2s infinite;

}

.chatApp-LiveChat .tasker[data-state="offline"] .visual::before {
    content: "";
    background-color: #f72e2e;
    border: solid 5px var(--primaryColor);
    position: absolute;
    z-index: 10;
    right: -5px;
    top: -5px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    display: flex;
    width: 19px;
    height: 19px;
    animation: pulseDanger 2s infinite;
}

/**/
.chatApp-LiveChat .chatBox {
    padding: 25px;
    padding-top: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow-y: auto;
}

.chatApp-LiveChat .chatBox::-webkit-scrollbar {
    width: 24px;
    padding: 15px 0px;
}

.chatApp-LiveChat .chatBox::-webkit-scrollbar-thumb {
    background-color: white !important;
    border-radius: 60px;
    border: 8px solid transparent;
    background-clip: content-box;
    transform: translate(10px, 10px);
}

.chatApp-LiveChat .chatBox .chatBody li span.highlight {
    background-color: yellow;
    color: #222222 !important;
    border-radius: 3px;
}

.chatApp-LiveChat .chatBox .chatBody li.input-li {
    width: auto;
    max-width: none;
    padding: 0;
    border-radius: 0px;
    margin: 0 -25px;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    height: 0;
    overflow-y: clip;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(255, 255, 255, .07);
    margin-bottom: -25px;
    transition: .2s;
}

.chatApp-LiveChat .chatBox .chatBody li.input-li.expanded {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    margin-bottom: 0px;
    height: 70px;
    position: sticky;
    top: 0;
}

.chatApp-LiveChat .chatBox .chatBody li.input-li.expanded:before {
    content: "";
    width: 100%;
    height: calc(100% + 15px);
    position: absolute;
    left: 0;
    top: -15px;
    background-color: var(--primaryColor);
    z-index: -1;
}

.chatApp-LiveChat .chatBox .chatBody li.input-li.expanded:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/chatPattern.png);
    background-repeat: repeat;
    z-index: -1;
    background-size: 100%;
    opacity: .05;
    filter: invert(1);
}

.chatApp-LiveChat .chatBox .chatBody li.input-li input {
    width: 100%;
    padding: 15px 25px;
    border-radius: 60px;
    color: var(--textColor);
    outline: none;
    border: none;
}





.chatApp-LiveChat .chatBox>ul {
    display: flex;
    flex-flow: column;
    gap: 25px;
}

.chatApp-LiveChat .chatBox>ul li {
    padding: 20px 30px;
    border-radius: 35px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .2px;
    max-width: 90%;
    width: fit-content;
}

.chatApp-LiveChat .chatBox>ul li.userText {
    background-color: rgb(21 79 112 / 57%);
    color: #d7edfa;
    border-bottom-right-radius: 5px;
    margin-left: auto;
}

.chatApp-LiveChat .chatBox>ul li.userText.loadBubble {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 50px;
    width: 74px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.chatApp-LiveChat .chatBox>ul li.userText.loadBubble .lottie {
    width: 100%;
    transform: scale(3.125);
    transform-origin: top left;
    position: absolute;
    top: -180%;
    left: -104%;
    filter: invert(1);
}

.chatApp-LiveChat .chatBox>ul li.userText.loadBubble.removing {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

.chatApp-LiveChat .chatBox>ul li.userText.loadBubble.show {
    opacity: 1;
    transform: translateY(0);
}


.chatApp-LiveChat .chatBox>ul li.taskerText {
    background-color: rgb(233 237 240);
    color: #01141fba;
    border-top-left-radius: 5px;
    font-weight: 500;
}

/**/

.chatApp-LiveChat .typeArea {
    padding: 35px 25px;
    display: flex;
    flex-flow: row;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.chatApp-LiveChat .typeArea>.inputBox {
    margin-bottom: 0px;
}

.chatApp-LiveChat .typeArea>.inputBox:first-child {
    width: 100%;
}

.chatApp-LiveChat .typeArea>.inputBox textarea {
    border-radius: 35px;
    padding: 20px 20px !important;
    background-color: white;
    width: 100%;
    height: 60px;
    resize: none;
    box-sizing: border-box;
    background-clip: padding-box;
    scrollbar-gutter: stable both-edges;
    padding-right: 40px !important;

}

.chatApp-LiveChat .typeArea>.inputBox textarea::-webkit-scrollbar {
    width: 18px;
    padding: 15px 0px;
}

.chatApp-LiveChat .typeArea>.inputBox textarea::-webkit-scrollbar-thumb {
    background-color: var(--primaryColor);
    border-radius: 10px;
    border: 4px solid transparent;
    background-clip: content-box;
    transform: translate(10px, 10px);
}

.chatApp-LiveChat .inputBox.full textarea {
    box-shadow: none !important;
}

.chatApp-LiveChat .typeArea>.inputBox:nth-child(2) button {
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
    border: none;
    box-shadow: none;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: var(--primaryColor);
    background-color: white;
}

.chatApp-LiveChat .typeArea>.inputBox:nth-child(2) button>i {
    transition: .2s;
}

.chatApp-LiveChat .typeArea>.inputBox:nth-child(2) button:disabled>i {
    opacity: .5;
}

.chatApp-LiveChat .typeArea>.inputBox:first-child>.fileContent {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.chatApp-LiveChat .typeArea>.inputBox:first-child>.fileContent:after {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    left: 5px;
    top: 25%;
    background-color: var(--primaryColor);
    opacity: .3;
    transition: .2s;
}

.chatApp-LiveChat .typeArea>.inputBox:first-child:hover>.fileContent:after {
    opacity: 0;
}

.chatApp-LiveChat .typeArea>.inputBox:first-child:hover>.fileContent label {
    opacity: 1;
}

.chatApp-LiveChat .typeArea>.inputBox:first-child>.fileContent label {
    right: 2px;
    top: 0;
    transform: none;
    text-indent: 0;
    font-size: 23px;
    display: inline-table;
    aspect-ratio: 1 / 1;
    line-height: 24px;
    border: none;
    padding: 17px;
    position: relative;
    cursor: pointer;
}

.chatApp-LiveChat .typeArea .desc {
    display: none;
    color: White;
}

#liveChat[data-task="closed"] .typeArea>.inputBox {
    display: none;
}

#liveChat[data-task="closed"] .typeArea .desc {
    display: block;
}

#liveChat[data-task="closed"] .chatHead .actions>ul>li:nth-child(2) {
    display: none;
}


header .newAlert>i {
    position: relative;
}

header .newAlert>i:after {
    content: "";
    width: 11px;
    height: 11px;
    background-color: red;
    border-radius: 100%;
    position: absolute;
    right: -4px;
    top: -4px;
    border: solid 2px #e9edef;
    animation: pulseDanger 2s infinite;
}

header .newAlert:hover>i:after {
    border-color: var(--secondaryColor) !important;
    background-color: white;
    animation: pulse 2s infinite;
}

@media screen and (max-width:992px) {
    .chatApp-LiveChat .chatBox>ul li.userText.loadBubble {
        height: 50px;
        width: 74px;
    }

    .chatApp-LiveChat .chatBox .chatBody li.input-li.expanded:before {
        content: "";
        width: 100%;
        height: calc(100% + 15px);
        position: absolute;
        left: 0;
        top: -15px;
        background-color: var(--primaryColor);
        z-index: -1;
    }

    .chatApp-LiveChat .chatBox .chatBody li.input-li.expanded {
        height: 85px;
        position: sticky;
        top: 0;
        z-index: 15;
        padding-top: 15px;
    }

    .chatApp-LiveChat .typeArea>div {
        display: flex;
        align-items: flex-end;
    }

    .chatApp-LiveChat .typeArea>.inputBox textarea {
        padding: 20px 0px !important;
        font-size: 14px;
        padding-right: 40px !important;
    }

    .chatApp-LiveChat .typeArea {
        padding: 20px 15px;
    }

    .chatApp-LiveChat .chatBox {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 15px;
        padding-right: 0px;
        padding-top: 0px !important;
        overflow-x: clip;
    }

    .chatApp-LiveChat .chatHead .actions:after {
        font-size: 27px;
        bottom: calc(0px - 27px);
        line-height: 27px;
    }

    .chatApp-LiveChat .chatHead .actions:before {
        font-size: 30px;
        left: calc(1px - 31px);
        line-height: 31px;
    }

    .chatApp-LiveChat .chatHead .actions ul {
        flex-flow: column;
        position: relative;
        z-index: 25;
        height: 38px;
        overflow-y: clip;
        transition: .2s;
    }

    .chatApp-LiveChat .chatHead .actions {
        padding: 20px 15px;
        width: 60px;
        border-bottom-left-radius: 35px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .chatApp-LiveChat .chatHead {
        padding: 0px 8px;
        padding-right: 0px;
        gap: 7px;
        position: relative;
        z-index: 15;
        height: 78px;
        min-height: 78px;
    }

    .chatApp-LiveChat>.box {
        height: calc(100% - 15px);
        border-top-left-radius: 25px;
        margin-top: 15px;
    }

    .chatApp-LiveChat .chatBox>ul li {
        padding: 15px 15px;
        font-size: 13px;
    }

    .drawer {
        width: 100%;
        max-width: 100%;
        border-top-left-radius: 0px;
    }

}

/* ===== Live Chat End ===== */
/* ===== Messages Drawer ===== */
#messages {
    border-bottom-left-radius: 45px;
}

#messages>.box {
    background-color: var(--primaryColor);
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 15px;
}

#messages>.box .drawerHead {
    background-color: var(--primaryColor);
    display: flex;
    flex-flow: row;
    gap: 15px;
    margin-bottom: 0px;
    padding: 15px;
    align-items: center;
}


#messages>.box .drawerHead * {
    color: White;
}

#messages>.box .drawerHead .backToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

#messages>.box .drawerHead .backToggle i {
    display: inline-block;
    transform: rotate(180deg);
    padding: 10px;
    border-radius: 100%;
    transition: .2s;
    cursor: pointer;
    font-size: 16px;
}

#messages>.box .drawerHead .backToggle:hover i {
    background-color: rgba(255, 255, 255, .2);
}

#messages>.box .drawerHead .title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    gap: 5px;
}

#messages>.box .drawerHead .desc {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    opacity: .6;
}

#messages>.box .messageList {
    padding: 25px 0px;
}

#messages>.box .messageList ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

#messages>.box .messageList ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 100%;
    padding: 15px 10px;
    padding-right: 20px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 15px;
    background-color: #0b4262;
    transition: .2s;
    cursor: pointer;
    position: relative;
}

#messages>.box .messageList ul li:hover {
    background-color: #09324a;
}

#messages>.box .messageList ul li:hover:after {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    left: -100px;
    z-index: -1;
}


#messages>.box .messageList ul li .visual {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    height: 46px;
    position: relative;
}

#messages>.box .messageList ul li[data-state="online"] .visual::before {
    content: "";
    background-color: #89db36;
    border: solid 5px #0b4262;
    position: absolute;
    z-index: 10;
    right: -5px;
    top: -5px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    display: flex;
    width: 19px;
    height: 19px;
    animation: pulseSuccess 2s infinite;
}

#messages>.box .messageList ul li[data-state="offline"] .visual::before {
    content: "";
    background-color: #f72e2e;
    border: solid 5px #0b4262;
    position: absolute;
    z-index: 10;
    right: -5px;
    top: -5px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    display: flex;
    width: 19px;
    height: 19px;
}

#messages>.box .messageList ul li:hover .visual::before {
    border: solid 5px #09324a;
}

#messages>.box .messageList ul li.unread {
    position: relative;
}

#messages>.box .messageList ul li.unread:before {
    position: absolute;
    right: -11px;
    top: -12px;
    content: "\e974";
    font-family: 'default' !important;
    z-index: 15;
    font-size: 15px;
    line-height: 15px;
    padding: 7px;
    background-color: var(--secondaryColor);
    border-radius: 100%;
    color: white;
    border: solid 1px rgba(255, 255, 255, .1);
    animation: bellSwing 2.5s ease-in-out infinite;
    /*transform-origin: top center;*/
}

@keyframes bellSwing {
    0% {
        transform: rotate(38deg);
    }

    50% {
        transform: rotate(-38deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: rotate(38deg);
    }
}

#messages>.box .messageList ul li .nameContent {
    display: flex;
    flex-flow: column;
    gap: 5px;
    color: white;
}

#messages>.box .messageList ul li .nameContent .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

#messages>.box .messageList ul li .nameContent .state {
    font-weight: 500;
    opacity: .4;
    font-size: 12px;
    line-height: 12px;
}

#messages>.box .messageList ul li[data-state="online"] .state .offline {
    display: none;
}

#messages>.box .messageList ul li[data-state="offline"] .state .online {
    display: none;
}

#messages>.box .messageList ul li .date {
    color: white;
    font-weight: 500;
    opacity: .4;
    font-size: 12px;
    line-height: 20px;
    margin-left: auto;
}

#messages>.box .messageList ul li .messageToggle {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-left: 25px;
    opacity: .5;
}

#messages>.box .messageList ul li.unread .messageToggle {
    opacity: 1;
}

#messages>.box .messageList ul li .actions {
    position: absolute;
    display: flex;
    height: 100%;
    z-index: 30;
    aspect-ratio: 1 / 1;
    left: 0;
    top: 0;
}

#messages>.box .messageList ul li .actions .actionsBody {
    display: block;
    height: 100%;
}

#messages>.box .messageList ul li .actions .actionsBody .button {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    align-items: center;
    padding: 10px 15px;
    line-height: normal;
    font-weight: 600;
    font-size: 14px;
    height: 100%;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

#messages>.box .messageList ul li .actions .actionsBody .projectName {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    display: block;
    min-width: 100%;
    opacity: .5;
    margin-bottom: 3px;
}

#messages>.box .messageList ul li .actions .actionsBody .button .projectName {
    opacity: .8;
}

@media screen and (max-width:992px) {
    .button.newAlert {
        padding: 0px;
    }

    #messages>.box .drawerHead {
        padding: 0px;
    }

    #messages {
        border-bottom-left-radius: 0px;
    }
}

/* ===== Messages Drawer End ===== */

.input-file-box {
    padding:10px;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
border-radius: 10px;
font-size:13px;
}

.clr-button {
    padding: 0px 18px;
    line-height: 24px;
    font-size:12px;
}
.dashboard .task_adress .row.dashList>div.jd-mp .title {
    padding: 0px !important;
    font-weight: 700 !important;
    color: var(--primaryColor) !important;
}

.dashboard .task_adress .row.dashList>div.jd-mp article {
    color: var(--textColor) !important;
    font-size: 14px !important;
    opacity: .8 !important;
    max-width: 75% !important;
}


@media (max-width: 768px) {
    .master-task-detail .dashboard .dashList {
        display: block;
        margin-top: 30px !important;
    }
    .master-task-detail .dashboard .dashList .dashBox {        
        margin-bottom: 15px !important;
    }   
    
    .dashboard .buttonContent>.row>div>ul {
        display: block !important;
    }
    .dashboard .buttonContent>.row>div>ul a {
        width:100%;
        margin-bottom: 10px;
    }    
}


/* ===== Tv Mounting ===== */
#tvMounting {
    border-bottom-left-radius: 45px;
    max-width: 35vw;
    width: 35vw;
    transform: translateX(35vw);
}

#tvMounting.drawer.on {
    transform: translateX(0);
}

#tvMounting>.box {
    background-color: var(--primaryColor);
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 15px;
    position: relative;
}

#tvMounting>.box .drawerHead {
    background-color: var(--primaryColor);
    display: flex;
    flex-flow: row;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    align-items: center;
}


#tvMounting>.box .drawerHead * {
    color: White;
}

#tvMounting>.box .drawerHead .backToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

#tvMounting>.box .drawerHead .backToggle i {
    display: inline-block;
    transform: rotate(180deg);
    padding: 10px;
    border-radius: 100%;
    transition: .2s;
    cursor: pointer;
    font-size: 16px;
}

#tvMounting>.box .drawerHead .backToggle:hover i {
    background-color: rgba(255, 255, 255, .2);
}

#tvMounting>.box .drawerHead .title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    gap: 5px;
}

#tvMounting>.box .drawerHead .desc {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    opacity: .6;
}

#tvMounting .settingList {
    overflow-y: auto;
}

#tvMounting .settingList .settingGroup {
    display: flex;
    flex-flow: column;
    transition: height .4s ease, opacity .3s ease, transform .3s ease;
    overflow: hidden;
    opacity: 1;
    transform-origin: top;
    transform: translateY(0);
    height: 55px;
    margin-bottom: 15px;
    opacity: 1;
    padding: 1px;
}

#tvMounting .settingList .settingGroup>.title {
    font-weight: 600;
    opacity: 1;
    color: #6ed804;
    padding: 15px 30px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 1px;
    position: relative;
    cursor: pointer;
}

#tvMounting .settingList .settingGroup>.title:after {
    font-family: 'default' !important;
    content: "\e961";
    position: absolute;
    right: 30px;
    top: 23px;
    font-size: 11px;
    line-height: 11px;
    display: flex;
    aspect-ratio: 1 / 1;
    color: White;
    opacity: .6;
    transform: rotate(180deg);
    transition: .3s;
}

#tvMounting .settingList .settingGroup>.title:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    /* background-color: rgba(255, 255, 255, .4); */
    transition: .2s;
    /* transform: scale(1, .8); */
}

#tvMounting .settingList .settingGroup>.title:hover:before {
    opacity: .1;
}



#tvMounting .settingList .box {
    border-radius: 15px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .3);
    position: relative;
    margin-top: 15px;
}

#tvMounting .settingList .box .title {
    color: var(--primaryColor);
    font-size: 15px;
    font-weight: 700;
    position: relative;
    background-color: whitesmoke;
    width: fit-content;
    padding: 10px 30px;
    padding-left: 30px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    top: -15px;
    left: -15px;

}

#tvMounting .settingList .box .title:before {
    content: "\eb05";
    font-family: 'default' !important;
    position: absolute;
    left: 0;
    bottom: -19px;
    color: white;
    font-size: 20px;
    line-height: 20px;
    display: flex;
}

#tvMounting .settingList .box .title:after {
    content: "\eb05";
    font-family: 'default' !important;
    position: absolute;
    top: 0;
    right: -19px;
    color: white;
    font-size: 20px;
    line-height: 20px;
    display: flex;
}

#tvMounting .settingList .sizeList {
}

#tvMounting .settingList .sizeList ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#tvMounting .settingList .sizeList ul label {
    padding: 10px 15px;
    border: solid 1px rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 10px;
    cursor: pointer;
    color: whitesmoke;
    font-weight: 600 !important;
    font-size: 15px;
    transition: .2s;
}

#tvMounting .settingList .sizeList ul label span {
    opacity: .6;
    font-weight: 700;
    font-size: 12px;
}

#tvMounting .settingList .sizeList ul label:hover {
    padding: 10px 15px;
    border: solid 1px rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .2);
}

#tvMounting label:has(input:checked) {
    border: 1px solid var(--success) !important;
    font-weight: 500;
    color: #78cf22 !important;
    background-color: #61b11138 !important;
}

#tvMounting .settingList .box.completed {
    box-shadow: 0px 0px 0px 1px rgb(97 177 17 / 60%);
}

#tvMounting .settingList .box.completed:before {
    font-family: "default" !important;
    content: "\e917";
    position: absolute;
    right: 16px;
    top: 7px;
    color: #78cf22;
}

#tvMounting .totalList {
    display: flex;
    flex-flow: column;
    margin-top: auto;
    position: sticky;
    bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 35px;
    padding-top: 0px;
}

#tvMounting .totalList:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85px;
    top: -85px;
    left: 0;
    background: #0B3954;
    background: linear-gradient(180deg, rgba(11, 57, 84, 0) 0%, rgba(11, 57, 84, 1) 100%);
    z-index: 2;
    pointer-events: none;
}

#tvMounting .totalList .title {
    color: whitesmoke;
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px;
}

#tvMounting .totalList ul {
    color: whitesmoke;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: right;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#tvMounting .totalList ul li {
    opacity: .6;
}

#tvMounting .totalList .total {
    opacity: 1;
    font-weight: 700;
    color: #6ed804;
    text-align: right;
    padding: 15px 0px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 18px;
}

#tvMounting .totalList .buttonContent {
    background-color: #041e2e;
    position: relative;
    display: flex;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: -50px;
    padding: 25px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 40px;
    gap: 15px;
    justify-content: space-between;
}

#tvMounting .totalList .buttonContent:before {
    content: "\eb05";
    font-family: 'default' !important;
    position: absolute;
    top: -49px;
    right: 0;
    color: #041e2e;
    font-size: 50px;
    line-height: 50px;
    display: flex;
    transform: scale(-1, -1);
}

#tvMounting .totalList .buttonContent .button.fill {
    background-color: var(--secondaryColor);
    font-weight: 600;
    gap: 15px;
    display: flex;
    align-items: center;
    line-height: 50px;
    justify-content: center;
}

#tvMounting .totalList .buttonContent .button.fill:hover {
    background-color: var(--success) !important;
    border-color: var(--success) !important;
}

#tvMounting .totalList .buttonContent .button.outline {
    color: whitesmoke;
    border-color: rgba(255, 255, 255, .25) !important;
    line-height: 50px;
}

#tvMounting .settingList[data-active="1"] .settingGroup[data-options="1"],
#tvMounting .settingList[data-active="2"] .settingGroup[data-options="2"] {
    opacity: 1;
}

#tvMounting .settingList .sizeList ul li:has(i) {
    width: 23%;
}

#tvMounting .settingList .sizeList ul label:has(i) {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 20px;
    height: 100%;
}

#tvMounting .settingList .sizeList ul label:has(i):hover {
    padding: 25px 20px;
}

#tvMounting .settingList .sizeList ul label:has(i)>i {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    display: flex;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}


@media screen and (max-width: 992px) {
    #tvMounting .totalList .buttonContent {
        border-bottom-left-radius: 0px;
    }

    #tvMounting .settingList .sizeList ul li:has(i) {
        width: 31%;
    }

    #tvMounting .settingList .sizeList ul label:has(i)>i {
        font-size: 30px;
        line-height: 30px;
        height: 30px;
    }

    #tvMounting .settingList .box .title {
        font-size: 13px;
        padding: 10px 20px;
    }

    #tvMounting .settingList .sizeList ul label {
        font-size: 13px;
    }

    #tvMounting .settingList .settingGroup>.title {
        padding: 10px 20px;
    }

    #tvMounting .totalList ul {
        margin-bottom: 10px;
    }

    #tvMounting .totalList:before {
        height: 55px;
        top: -55px;
    }

    #tvMounting .totalList .total {
        padding: 10px 0px;
        font-size: 16px;
    }

    #tvMounting .totalList ul li {
        white-space: nowrap;
        position: relative;
    }

    #tvMounting .totalList ul li:after {
        content: "|";
        margin-left: 15px;
        margin-right: -5px;
        opacity: .3;
        font-weight: 100;
    }

    #tvMounting .totalList ul {
        font-size: 12px;
        display: flex;
        overflow-x: auto;
        gap: 20px;
    }

    #tvMounting .totalList .buttonContent .button.fill {
        width: 100%;
    }

    #tvMounting {
        max-width: 100%;
        width: 100%;
        transform: translateX(100%);
        border-radius: 0px;
    }

    #tvMounting>.box .drawerHead {
        margin-bottom: 0px;
    }
}

/* ===== Tv Mounting End ===== */
.icon-satellite2:before {
  content: "\eb7c";
}
.icon-xbox:before {
  content: "\eb7d";
}
.icon-apple2:before {
  content: "\eb7e";
}
.icon-chain:before {
  content: "\eb7f";
}
.icon-sound-system:before {
  content: "\eb6f";
}
.icon-sound:before {
  content: "\eb70";
}
.icon-electric-plug-very-long:before {
  content: "\eb71";
}
.icon-electric-plug-long:before {
  content: "\eb72";
}
.icon-electric-plug:before {
  content: "\eb73";
}
.icon-hdmi-cable-very-long:before {
  content: "\eb74";
}
.icon-hdmi-cable-long:before {
  content: "\eb75";
}
.icon-hdmi-cable:before {
  content: "\eb76";
}
.icon-broken-link:before {
  content: "\eb77";
}
.icon-shelf:before {
  content: "\eb78";
}
.icon-square:before {
  content: "\eb79";
}
.icon-sound-bar:before {
  content: "\eb7a";
}
.icon-tool:before {
  content: "\eb7b";
}
.tvmounting-pricing-table {
    font-size:14px !important;
    font-weight: normal !important;
}

.head {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Satır kaydırmaya izin verir */
}

.head h4 {
    margin: 0;
}

.head .chatWrap {
    display: flex;
    justify-content: end;
}

/* Mobilde alta gelsin */
@media (max-width: 768px) {
    .head .chatWrap {
        order: 2;   /* ikinci sıraya al */
        width: 100%; /* tam satır kapla */
        justify-content: flex-start; /* sola hizala (istersen center yapabilirsin) */
        margin-top: 10px;
    }

    .head h4 {
        order: 1;
        width: 100%;
    }
    .dashboard .task_adress .row.dashList>div {
        padding: 15px;
        position: relative;
    }    
}

.blink {
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.blink-pulse {
  display: inline-block;
  animation: blinkPulse 1.2s ease-in-out infinite;
}

@keyframes blinkPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.blink-soft {
  animation: blinkSoft 1.2s ease-in-out infinite;
}

@keyframes blinkSoft {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.blink-color {
  animation: blinkColor 1.5s ease-in-out infinite;
}

@keyframes blinkColor {
  0%, 100% {
    opacity: 1;
    color: #ff3b3b; /* kırmızı ton */
  }
  50% {
    opacity: 0.6;
    color: #ff8c00; /* turuncuya geçiş */
  }
}
.blink-color-white {
  animation: blinkColorWhite 1.8s ease-in-out infinite;
}

@keyframes blinkColorWhite {
  0%, 100% {
    opacity: 1;
    color: #ffffff; /* ana renk: beyaz */
  }
  50% {
    opacity: 0.6;
    color: #ffcc80; /* parlayınca sıcak sarımsı ton */
  }
}

#detail .head {
    display: initial !important;
}

.review-li {
    display: flex;
    width: 175px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 3px;
    box-sizing: content-box;
    border-radius: 10px;
}
.review-li a {
    align-content: center;
}
.hdr-usr-nvg {
    display:flex;
    grid-gap: 10px;
}
@media (max-width: 767.98px) {
    .button {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .hdr-account {
        padding:0px !important;
    }
 
} 

/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 3.0.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: "uicons-thin-rounded";
    src: url("../fonts/uicons-thin-rounded2/uicons-thin-rounded.woff2") format("woff2"),
    url("../fonts/uicons-thin-rounded2/uicons-thin-rounded.woff") format("woff"),
    url("../fonts/uicons-thin-rounded2/uicons-thin-rounded.eot#iefix") format("embedded-opentype");
    font-display: swap;
}

    i[class^="fi-tr-"]:before, i[class*=" fi-tr-"]:before, span[class^="fi-tr-"]:before, span[class*="fi-tr-"]:before {
font-family: uicons-thin-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-tr-0:before {
    content: "\e001";
    }
        .fi-tr-00s-music-disc:before {
    content: "\e002";
    }
        .fi-tr-1:before {
    content: "\e003";
    }
        .fi-tr-2:before {
    content: "\e007";
    }
        .fi-tr-3:before {
    content: "\e009";
    }
        .fi-tr-360-degrees:before {
    content: "\e00b";
    }
        .fi-tr-4:before {
    content: "\e00d";
    }
        .fi-tr-404:before {
    content: "\e00f";
    }
        .fi-tr-5:before {
    content: "\e010";
    }
        .fi-tr-5g-lock:before {
    content: "\e013";
    }
        .fi-tr-6:before {
    content: "\e014";
    }
        .fi-tr-60s-music-disc:before {
    content: "\e015";
    }
        .fi-tr-7:before {
    content: "\e016";
    }
        .fi-tr-70s-music-disc:before {
    content: "\e017";
    }
        .fi-tr-8:before {
    content: "\e018";
    }
        .fi-tr-80s-music-disc:before {
    content: "\e019";
    }
        .fi-tr-9:before {
    content: "\e01a";
    }
        .fi-tr-90s:before {
    content: "\e01b";
    }
        .fi-tr-90s-music-disc:before {
    content: "\e01c";
    }
        .fi-tr-a:before {
    content: "\e01d";
    }
        .fi-tr-abacus:before {
    content: "\e01e";
    }
        .fi-tr-abdomen:before {
    content: "\e020";
    }
        .fi-tr-access-control:before {
    content: "\e022";
    }
        .fi-tr-access-denied:before {
    content: "\e023";
    }
        .fi-tr-accident:before {
    content: "\e024";
    }
        .fi-tr-accordion:before {
    content: "\e025";
    }
        .fi-tr-acorn:before {
    content: "\e028";
    }
        .fi-tr-ad:before {
    content: "\e02a";
    }
        .fi-tr-ad-forbidden:before {
    content: "\e02b";
    }
        .fi-tr-ad-paid:before {
    content: "\e02c";
    }
        .fi-tr-ad-slash:before {
    content: "\e02d";
    }
        .fi-tr-add:before {
    content: "\e02e";
    }
        .fi-tr-add-document:before {
    content: "\e030";
    }
        .fi-tr-add-folder:before {
    content: "\e031";
    }
        .fi-tr-add-image:before {
    content: "\e032";
    }
        .fi-tr-address-book:before {
    content: "\e033";
    }
        .fi-tr-address-card:before {
    content: "\e034";
    }
        .fi-tr-admin:before {
    content: "\e035";
    }
        .fi-tr-admin-alt:before {
    content: "\e036";
    }
        .fi-tr-age:before {
    content: "\e040";
    }
        .fi-tr-age-alt:before {
    content: "\e041";
    }
        .fi-tr-age-restriction-eighteen:before {
    content: "\e042";
    }
        .fi-tr-age-restriction-seven:before {
    content: "\e043";
    }
        .fi-tr-age-restriction-six:before {
    content: "\e044";
    }
        .fi-tr-age-restriction-sixteen:before {
    content: "\e045";
    }
        .fi-tr-age-restriction-thirteen:before {
    content: "\e047";
    }
        .fi-tr-age-restriction-three:before {
    content: "\e048";
    }
        .fi-tr-age-restriction-twelve:before {
    content: "\e049";
    }
        .fi-tr-age-restriction-twenty-one:before {
    content: "\e04a";
    }
        .fi-tr-age-restriction-zero:before {
    content: "\e04b";
    }
        .fi-tr-ai-algorithm:before {
    content: "\e04e";
    }
        .fi-tr-ai-artist:before {
    content: "\e04f";
    }
        .fi-tr-ai-technology:before {
    content: "\e050";
    }
        .fi-tr-air-conditioner:before {
    content: "\e051";
    }
        .fi-tr-air-freshener:before {
    content: "\e052";
    }
        .fi-tr-air-pollution:before {
    content: "\e053";
    }
        .fi-tr-airplane-journey:before {
    content: "\e055";
    }
        .fi-tr-airplane-mode-off:before {
    content: "\e056";
    }
        .fi-tr-airplane-mode-on:before {
    content: "\e057";
    }
        .fi-tr-airplane-window-open:before {
    content: "\e058";
    }
        .fi-tr-airplay:before {
    content: "\e059";
    }
        .fi-tr-alarm-clock:before {
    content: "\e05a";
    }
        .fi-tr-alarm-exclamation:before {
    content: "\e05b";
    }
        .fi-tr-alarm-off:before {
    content: "\e05c";
    }
        .fi-tr-alarm-plus:before {
    content: "\e05d";
    }
        .fi-tr-alarm-snooze:before {
    content: "\e05e";
    }
        .fi-tr-album:before {
    content: "\e05f";
    }
        .fi-tr-album-circle-plus:before {
    content: "\e060";
    }
        .fi-tr-album-circle-user:before {
    content: "\e061";
    }
        .fi-tr-album-collection:before {
    content: "\e062";
    }
        .fi-tr-algorithm:before {
    content: "\e064";
    }
        .fi-tr-alicorn:before {
    content: "\e065";
    }
        .fi-tr-alien:before {
    content: "\e066";
    }
        .fi-tr-align-slash:before {
    content: "\e06b";
    }
        .fi-tr-allergy:before {
    content: "\e06d";
    }
        .fi-tr-aloe-vera:before {
    content: "\e06e";
    }
        .fi-tr-ambulance:before {
    content: "\e070";
    }
        .fi-tr-american-football:before {
    content: "\e073";
    }
        .fi-tr-amp-guitar:before {
    content: "\e075";
    }
        .fi-tr-analyse:before {
    content: "\e078";
    }
        .fi-tr-analyse-alt:before {
    content: "\e079";
    }
        .fi-tr-analytics:before {
    content: "\e07a";
    }
        .fi-tr-analytics-magnifying-glass:before {
    content: "\e07b";
    }
        .fi-tr-anatomical-heart:before {
    content: "\e07d";
    }
        .fi-tr-anchor:before {
    content: "\e07e";
    }
        .fi-tr-angel:before {
    content: "\e080";
    }
        .fi-tr-angle:before {
    content: "\e081";
    }
        .fi-tr-angle-90:before {
    content: "\e082";
    }
        .fi-tr-angle-circle-down:before {
    content: "\e083";
    }
        .fi-tr-angle-circle-left:before {
    content: "\e084";
    }
        .fi-tr-angle-circle-right:before {
    content: "\e085";
    }
        .fi-tr-angle-circle-up:before {
    content: "\e086";
    }
        .fi-tr-angle-double-left:before {
    content: "\e087";
    }
        .fi-tr-angle-double-right:before {
    content: "\e088";
    }
        .fi-tr-angle-double-small-down:before {
    content: "\e089";
    }
        .fi-tr-angle-double-small-left:before {
    content: "\e08a";
    }
        .fi-tr-angle-double-small-right:before {
    content: "\e08b";
    }
        .fi-tr-angle-double-small-up:before {
    content: "\e08c";
    }
        .fi-tr-angle-down:before {
    content: "\e08d";
    }
        .fi-tr-angle-left:before {
    content: "\e08e";
    }
        .fi-tr-angle-right:before {
    content: "\e08f";
    }
        .fi-tr-angle-small-down:before {
    content: "\e090";
    }
        .fi-tr-angle-small-left:before {
    content: "\e091";
    }
        .fi-tr-angle-small-right:before {
    content: "\e092";
    }
        .fi-tr-angle-small-up:before {
    content: "\e093";
    }
        .fi-tr-angle-square-down:before {
    content: "\e094";
    }
        .fi-tr-angle-square-left:before {
    content: "\e095";
    }
        .fi-tr-angle-square-right:before {
    content: "\e096";
    }
        .fi-tr-angle-square-up:before {
    content: "\e097";
    }
        .fi-tr-angle-up:before {
    content: "\e098";
    }
        .fi-tr-angles-up-down:before {
    content: "\e099";
    }
        .fi-tr-angry:before {
    content: "\e09a";
    }
        .fi-tr-animated-icon:before {
    content: "\e09c";
    }
        .fi-tr-anise:before {
    content: "\e09d";
    }
        .fi-tr-ankh:before {
    content: "\e09e";
    }
        .fi-tr-answer:before {
    content: "\e09f";
    }
        .fi-tr-answer-alt:before {
    content: "\e0a0";
    }
        .fi-tr-anxiety:before {
    content: "\e0a1";
    }
        .fi-tr-apartment:before {
    content: "\e0a2";
    }
        .fi-tr-aperture:before {
    content: "\e0a3";
    }
        .fi-tr-api:before {
    content: "\e0a4";
    }
        .fi-tr-app-notification:before {
    content: "\e0a7";
    }
        .fi-tr-appendicitis:before {
    content: "\e0a9";
    }
        .fi-tr-apple:before {
    content: "\e0aa";
    }
        .fi-tr-apple-books:before {
    content: "\e0ab";
    }
        .fi-tr-apple-core:before {
    content: "\e0ac";
    }
        .fi-tr-apple-crate:before {
    content: "\e0ad";
    }
        .fi-tr-apple-dumbbell:before {
    content: "\e0ae";
    }
        .fi-tr-apple-juice:before {
    content: "\e0af";
    }
        .fi-tr-apple-pie:before {
    content: "\e0b1";
    }
        .fi-tr-april-calendar:before {
    content: "\e0b7";
    }
        .fi-tr-archery:before {
    content: "\e0b8";
    }
        .fi-tr-architect-plan:before {
    content: "\e0b9";
    }
        .fi-tr-archway:before {
    content: "\e0bb";
    }
        .fi-tr-army-general:before {
    content: "\e0be";
    }
        .fi-tr-arrow-alt-circle-down:before {
    content: "\e0bf";
    }
        .fi-tr-arrow-alt-circle-left:before {
    content: "\e0c0";
    }
        .fi-tr-arrow-alt-circle-right:before {
    content: "\e0c1";
    }
        .fi-tr-arrow-alt-circle-up:before {
    content: "\e0c2";
    }
        .fi-tr-arrow-alt-down:before {
    content: "\e0c3";
    }
        .fi-tr-arrow-alt-from-bottom:before {
    content: "\e0c4";
    }
        .fi-tr-arrow-alt-from-left:before {
    content: "\e0c5";
    }
        .fi-tr-arrow-alt-from-right:before {
    content: "\e0c6";
    }
        .fi-tr-arrow-alt-from-top:before {
    content: "\e0c7";
    }
        .fi-tr-arrow-alt-left:before {
    content: "\e0c8";
    }
        .fi-tr-arrow-alt-right:before {
    content: "\e0c9";
    }
        .fi-tr-arrow-alt-square-down:before {
    content: "\e0ca";
    }
        .fi-tr-arrow-alt-square-left:before {
    content: "\e0cb";
    }
        .fi-tr-arrow-alt-square-right:before {
    content: "\e0cc";
    }
        .fi-tr-arrow-alt-square-up:before {
    content: "\e0cd";
    }
        .fi-tr-arrow-alt-to-bottom:before {
    content: "\e0ce";
    }
        .fi-tr-arrow-alt-to-left:before {
    content: "\e0cf";
    }
        .fi-tr-arrow-alt-to-right:before {
    content: "\e0d0";
    }
        .fi-tr-arrow-alt-to-top:before {
    content: "\e0d1";
    }
        .fi-tr-arrow-alt-up:before {
    content: "\e0d2";
    }
        .fi-tr-arrow-circle-down:before {
    content: "\e0d3";
    }
        .fi-tr-arrow-circle-left:before {
    content: "\e0d4";
    }
        .fi-tr-arrow-circle-right:before {
    content: "\e0d5";
    }
        .fi-tr-arrow-circle-up:before {
    content: "\e0d6";
    }
        .fi-tr-arrow-comparison:before {
    content: "\e0d7";
    }
        .fi-tr-arrow-down:before {
    content: "\e0d8";
    }
        .fi-tr-arrow-down-from-arc:before {
    content: "\e0da";
    }
        .fi-tr-arrow-down-from-dotted-line:before {
    content: "\e0db";
    }
        .fi-tr-arrow-down-left:before {
    content: "\e0dc";
    }
        .fi-tr-arrow-down-small-big:before {
    content: "\e0dd";
    }
        .fi-tr-arrow-down-strenght:before {
    content: "\e0de";
    }
        .fi-tr-arrow-down-to-dotted-line:before {
    content: "\e0df";
    }
        .fi-tr-arrow-down-to-square:before {
    content: "\e0e0";
    }
        .fi-tr-arrow-down-triangle-square:before {
    content: "\e0e1";
    }
        .fi-tr-arrow-from-bottom:before {
    content: "\e0e2";
    }
        .fi-tr-arrow-from-left:before {
    content: "\e0e3";
    }
        .fi-tr-arrow-from-right:before {
    content: "\e0e4";
    }
        .fi-tr-arrow-from-top:before {
    content: "\e0e5";
    }
        .fi-tr-arrow-left:before {
    content: "\e0e6";
    }
        .fi-tr-arrow-left-from-arc:before {
    content: "\e0e7";
    }
        .fi-tr-arrow-left-from-line:before {
    content: "\e0e8";
    }
        .fi-tr-arrow-left-to-arc:before {
    content: "\e0e9";
    }
        .fi-tr-arrow-progress:before {
    content: "\e0ea";
    }
        .fi-tr-arrow-progress-alt:before {
    content: "\e0eb";
    }
        .fi-tr-arrow-right:before {
    content: "\e0ec";
    }
        .fi-tr-arrow-right-to-bracket:before {
    content: "\e0ed";
    }
        .fi-tr-arrow-right-to-city:before {
    content: "\e0ee";
    }
        .fi-tr-arrow-small-down:before {
    content: "\e0ef";
    }
        .fi-tr-arrow-small-left:before {
    content: "\e0f0";
    }
        .fi-tr-arrow-small-right:before {
    content: "\e0f1";
    }
        .fi-tr-arrow-small-up:before {
    content: "\e0f2";
    }
        .fi-tr-arrow-square-down:before {
    content: "\e0f3";
    }
        .fi-tr-arrow-square-left:before {
    content: "\e0f4";
    }
        .fi-tr-arrow-square-right:before {
    content: "\e0f5";
    }
        .fi-tr-arrow-square-up:before {
    content: "\e0f6";
    }
        .fi-tr-arrow-to-bottom:before {
    content: "\e0f7";
    }
        .fi-tr-arrow-to-left:before {
    content: "\e0f8";
    }
        .fi-tr-arrow-to-right:before {
    content: "\e0f9";
    }
        .fi-tr-arrow-to-top:before {
    content: "\e0fa";
    }
        .fi-tr-arrow-trend-down:before {
    content: "\e0fb";
    }
        .fi-tr-arrow-trend-up:before {
    content: "\e0fc";
    }
        .fi-tr-arrow-turn-down-left:before {
    content: "\e0fd";
    }
        .fi-tr-arrow-turn-down-right:before {
    content: "\e0fe";
    }
        .fi-tr-arrow-turn-left-up:before {
    content: "\e100";
    }
        .fi-tr-arrow-up:before {
    content: "\e102";
    }
        .fi-tr-arrow-up-from-dotted-line:before {
    content: "\e103";
    }
        .fi-tr-arrow-up-from-ground-water:before {
    content: "\e104";
    }
        .fi-tr-arrow-up-from-square:before {
    content: "\e105";
    }
        .fi-tr-arrow-up-left:before {
    content: "\e106";
    }
        .fi-tr-arrow-up-left-from-circle:before {
    content: "\e107";
    }
        .fi-tr-arrow-up-right:before {
    content: "\e108";
    }
        .fi-tr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\e109";
    }
        .fi-tr-arrow-up-right-from-square:before {
    content: "\e10a";
    }
        .fi-tr-arrow-up-small-big:before {
    content: "\e10b";
    }
        .fi-tr-arrow-up-square-triangle:before {
    content: "\e10c";
    }
        .fi-tr-arrow-up-to-arc:before {
    content: "\e10d";
    }
        .fi-tr-arrow-up-to-dotted-line:before {
    content: "\e10e";
    }
        .fi-tr-arrow-upward-growth-crypto:before {
    content: "\e10f";
    }
        .fi-tr-arrows:before {
    content: "\e110";
    }
        .fi-tr-arrows-alt:before {
    content: "\e111";
    }
        .fi-tr-arrows-alt-h:before {
    content: "\e112";
    }
        .fi-tr-arrows-alt-v:before {
    content: "\e113";
    }
        .fi-tr-arrows-cross:before {
    content: "\e114";
    }
        .fi-tr-arrows-down-curve:before {
    content: "\e115";
    }
        .fi-tr-arrows-down-to-people:before {
    content: "\e116";
    }
        .fi-tr-arrows-from-dotted-line:before {
    content: "\e117";
    }
        .fi-tr-arrows-from-line:before {
    content: "\e118";
    }
        .fi-tr-arrows-h:before {
    content: "\e119";
    }
        .fi-tr-arrows-h-copy:before {
    content: "\e11a";
    }
        .fi-tr-arrows-repeat:before {
    content: "\e11b";
    }
        .fi-tr-arrows-repeat-1:before {
    content: "\e11c";
    }
        .fi-tr-arrows-retweet:before {
    content: "\e11d";
    }
        .fi-tr-arrows-split-right-and-left:before {
    content: "\e11f";
    }
        .fi-tr-arrows-split-up-and-left:before {
    content: "\e120";
    }
        .fi-tr-arrows-to-circle:before {
    content: "\e121";
    }
        .fi-tr-arrows-to-dot:before {
    content: "\e122";
    }
        .fi-tr-arrows-to-dotted-line:before {
    content: "\e123";
    }
        .fi-tr-arrows-to-line:before {
    content: "\e125";
    }
        .fi-tr-artificial-intelligence:before {
    content: "\e126";
    }
        .fi-tr-artist:before {
    content: "\e127";
    }
        .fi-tr-assept-document:before {
    content: "\e129";
    }
        .fi-tr-assessment:before {
    content: "\e12a";
    }
        .fi-tr-assessment-alt:before {
    content: "\e12b";
    }
        .fi-tr-assign:before {
    content: "\e12c";
    }
        .fi-tr-assistive-listening-systems:before {
    content: "\e12d";
    }
        .fi-tr-asterik:before {
    content: "\e12e";
    }
        .fi-tr-asthma:before {
    content: "\e12f";
    }
        .fi-tr-at:before {
    content: "\e133";
    }
        .fi-tr-atm:before {
    content: "\e136";
    }
        .fi-tr-attention-detail:before {
    content: "\e139";
    }
        .fi-tr-attribution-pen:before {
    content: "\e13a";
    }
        .fi-tr-attribution-pencil:before {
    content: "\e13b";
    }
        .fi-tr-aubergine:before {
    content: "\e13c";
    }
        .fi-tr-auction:before {
    content: "\e13d";
    }
        .fi-tr-auction-paddle:before {
    content: "\e13f";
    }
        .fi-tr-audio-description-slash:before {
    content: "\e141";
    }
        .fi-tr-audit:before {
    content: "\e142";
    }
        .fi-tr-audit-alt:before {
    content: "\e143";
    }
        .fi-tr-august-calendar:before {
    content: "\e146";
    }
        .fi-tr-austral-sign:before {
    content: "\e147";
    }
        .fi-tr-australia:before {
    content: "\e148";
    }
        .fi-tr-australia-country-code:before {
    content: "\e149";
    }
        .fi-tr-australia-flag:before {
    content: "\e14a";
    }
        .fi-tr-auto-pilot:before {
    content: "\e14b";
    }
        .fi-tr-auto-reply:before {
    content: "\e14c";
    }
        .fi-tr-auto-sync:before {
    content: "\e14d";
    }
        .fi-tr-autosave:before {
    content: "\e14e";
    }
        .fi-tr-avi-file:before {
    content: "\e14f";
    }
        .fi-tr-avocado:before {
    content: "\e150";
    }
        .fi-tr-award:before {
    content: "\e151";
    }
        .fi-tr-axe:before {
    content: "\e153";
    }
        .fi-tr-axe-battle:before {
    content: "\e154";
    }
        .fi-tr-b:before {
    content: "\e155";
    }
        .fi-tr-baby:before {
    content: "\e156";
    }
        .fi-tr-baby-carriage:before {
    content: "\e157";
    }
        .fi-tr-baby-cradle:before {
    content: "\e158";
    }
        .fi-tr-back-up:before {
    content: "\e159";
    }
        .fi-tr-background:before {
    content: "\e15a";
    }
        .fi-tr-backpack:before {
    content: "\e15b";
    }
        .fi-tr-bacon:before {
    content: "\e15c";
    }
        .fi-tr-bacon-egg:before {
    content: "\e15d";
    }
        .fi-tr-bacteria:before {
    content: "\e15e";
    }
        .fi-tr-bacterium:before {
    content: "\e15f";
    }
        .fi-tr-badge:before {
    content: "\e160";
    }
        .fi-tr-badge-check:before {
    content: "\e161";
    }
        .fi-tr-badge-dollar:before {
    content: "\e162";
    }
        .fi-tr-badge-leaf:before {
    content: "\e163";
    }
        .fi-tr-badge-percent:before {
    content: "\e164";
    }
        .fi-tr-badge-sheriff:before {
    content: "\e165";
    }
        .fi-tr-badger-honey:before {
    content: "\e166";
    }
        .fi-tr-badget-check-alt:before {
    content: "\e167";
    }
        .fi-tr-badminton:before {
    content: "\e168";
    }
        .fi-tr-bag-map-pin:before {
    content: "\e169";
    }
        .fi-tr-bag-seedling:before {
    content: "\e16a";
    }
        .fi-tr-bag-shopping-minus:before {
    content: "\e16b";
    }
        .fi-tr-bags-shopping:before {
    content: "\e16d";
    }
        .fi-tr-baguette:before {
    content: "\e16e";
    }
        .fi-tr-bahai:before {
    content: "\e16f";
    }
        .fi-tr-baht-sign:before {
    content: "\e170";
    }
        .fi-tr-balance-scale-left:before {
    content: "\e171";
    }
        .fi-tr-balance-scale-right:before {
    content: "\e172";
    }
        .fi-tr-balcony:before {
    content: "\e173";
    }
        .fi-tr-ball-pile:before {
    content: "\e175";
    }
        .fi-tr-ballet-dance:before {
    content: "\e177";
    }
        .fi-tr-balloon:before {
    content: "\e178";
    }
        .fi-tr-balloons:before {
    content: "\e179";
    }
        .fi-tr-ballot:before {
    content: "\e17a";
    }
        .fi-tr-ballot-check:before {
    content: "\e17b";
    }
        .fi-tr-bamboo:before {
    content: "\e17c";
    }
        .fi-tr-ban-bug:before {
    content: "\e17e";
    }
        .fi-tr-banana:before {
    content: "\e17f";
    }
        .fi-tr-band-aid:before {
    content: "\e180";
    }
        .fi-tr-band-aid-alt:before {
    content: "\e181";
    }
        .fi-tr-bandage-wound:before {
    content: "\e183";
    }
        .fi-tr-bangladeshi-taka-sign:before {
    content: "\e184";
    }
        .fi-tr-banjo:before {
    content: "\e185";
    }
        .fi-tr-bank:before {
    content: "\e186";
    }
        .fi-tr-bank-app:before {
    content: "\e187";
    }
        .fi-tr-banner:before {
    content: "\e188";
    }
        .fi-tr-banner-2:before {
    content: "\e189";
    }
        .fi-tr-banner-3:before {
    content: "\e18a";
    }
        .fi-tr-banner-4:before {
    content: "\e18b";
    }
        .fi-tr-banner-5:before {
    content: "\e18c";
    }
        .fi-tr-barber-pole:before {
    content: "\e18d";
    }
        .fi-tr-barber-shop:before {
    content: "\e18e";
    }
        .fi-tr-barcode:before {
    content: "\e18f";
    }
        .fi-tr-barcode-read:before {
    content: "\e190";
    }
        .fi-tr-barcode-scan:before {
    content: "\e191";
    }
        .fi-tr-barefoot:before {
    content: "\e192";
    }
        .fi-tr-bars-filter:before {
    content: "\e195";
    }
        .fi-tr-bars-progress:before {
    content: "\e196";
    }
        .fi-tr-bars-sort:before {
    content: "\e197";
    }
        .fi-tr-bars-staggered:before {
    content: "\e198";
    }
        .fi-tr-baseball:before {
    content: "\e199";
    }
        .fi-tr-baseball-alt:before {
    content: "\e19a";
    }
        .fi-tr-baseball-player:before {
    content: "\e19b";
    }
        .fi-tr-basket-shopping-minus:before {
    content: "\e19d";
    }
        .fi-tr-basket-shopping-plus:before {
    content: "\e19e";
    }
        .fi-tr-basket-shopping-simple:before {
    content: "\e19f";
    }
        .fi-tr-basketball:before {
    content: "\e1a0";
    }
        .fi-tr-basketball-hoop:before {
    content: "\e1a1";
    }
        .fi-tr-basketball-ticket:before {
    content: "\e1a2";
    }
        .fi-tr-bat:before {
    content: "\e1a3";
    }
        .fi-tr-bath:before {
    content: "\e1a4";
    }
        .fi-tr-battery-100:before {
    content: "\e1a5";
    }
        .fi-tr-battery-bolt:before {
    content: "\e1a6";
    }
        .fi-tr-battery-empty:before {
    content: "\e1a7";
    }
        .fi-tr-battery-exclamation:before {
    content: "\e1a8";
    }
        .fi-tr-battery-full:before {
    content: "\e1a9";
    }
        .fi-tr-battery-half:before {
    content: "\e1aa";
    }
        .fi-tr-battery-quarter:before {
    content: "\e1ab";
    }
        .fi-tr-battery-slash:before {
    content: "\e1ac";
    }
        .fi-tr-battery-three-quarters:before {
    content: "\e1ad";
    }
        .fi-tr-bay-leaf:before {
    content: "\e1ae";
    }
        .fi-tr-beacon:before {
    content: "\e1af";
    }
        .fi-tr-bear-market:before {
    content: "\e1b0";
    }
        .fi-tr-beard:before {
    content: "\e1b1";
    }
        .fi-tr-beauty-mask:before {
    content: "\e1b2";
    }
        .fi-tr-bed-alt:before {
    content: "\e1b4";
    }
        .fi-tr-bed-bunk:before {
    content: "\e1b5";
    }
        .fi-tr-bed-empty:before {
    content: "\e1b6";
    }
        .fi-tr-bed-pulse:before {
    content: "\e1b7";
    }
        .fi-tr-bee:before {
    content: "\e1b8";
    }
        .fi-tr-beer:before {
    content: "\e1b9";
    }
        .fi-tr-beer-mug-empty:before {
    content: "\e1ba";
    }
        .fi-tr-bell:before {
    content: "\e1bc";
    }
        .fi-tr-bell-concierge:before {
    content: "\e1bd";
    }
        .fi-tr-bell-ring:before {
    content: "\e1c0";
    }
        .fi-tr-bell-school:before {
    content: "\e1c1";
    }
        .fi-tr-bell-school-slash:before {
    content: "\e1c2";
    }
        .fi-tr-bell-slash:before {
    content: "\e1c3";
    }
        .fi-tr-bells:before {
    content: "\e1c4";
    }
        .fi-tr-bench-tree:before {
    content: "\e1c5";
    }
        .fi-tr-benefit:before {
    content: "\e1c6";
    }
        .fi-tr-benefit-diamond:before {
    content: "\e1c7";
    }
        .fi-tr-benefit-diamond-alt:before {
    content: "\e1c8";
    }
        .fi-tr-benefit-hand:before {
    content: "\e1c9";
    }
        .fi-tr-benefit-increase:before {
    content: "\e1ca";
    }
        .fi-tr-benefit-porcent:before {
    content: "\e1cb";
    }
        .fi-tr-betamax:before {
    content: "\e1cc";
    }
        .fi-tr-bible:before {
    content: "\e1cd";
    }
        .fi-tr-bicycle-journey:before {
    content: "\e1ce";
    }
        .fi-tr-big-data:before {
    content: "\e1cf";
    }
        .fi-tr-big-data-ai:before {
    content: "\e1d0";
    }
        .fi-tr-big-data-analytics:before {
    content: "\e1d1";
    }
        .fi-tr-big-drop:before {
    content: "\e1d2";
    }
        .fi-tr-bike-moving:before {
    content: "\e1d4";
    }
        .fi-tr-bike-path:before {
    content: "\e1d5";
    }
        .fi-tr-biking:before {
    content: "\e1d6";
    }
        .fi-tr-biking-mountain:before {
    content: "\e1d7";
    }
        .fi-tr-bill-arrow:before {
    content: "\e1d8";
    }
        .fi-tr-billboard:before {
    content: "\e1d9";
    }
        .fi-tr-billiard:before {
    content: "\e1da";
    }
        .fi-tr-bin-bottles:before {
    content: "\e1db";
    }
        .fi-tr-binary:before {
    content: "\e1dc";
    }
        .fi-tr-binary-circle-check:before {
    content: "\e1dd";
    }
        .fi-tr-binary-cloud:before {
    content: "\e1de";
    }
        .fi-tr-binary-lock:before {
    content: "\e1df";
    }
        .fi-tr-binary-slash:before {
    content: "\e1e0";
    }
        .fi-tr-binoculars:before {
    content: "\e1e1";
    }
        .fi-tr-bio:before {
    content: "\e1e2";
    }
        .fi-tr-bio-leaves:before {
    content: "\e1e3";
    }
        .fi-tr-biohazard:before {
    content: "\e1e4";
    }
        .fi-tr-bipolar:before {
    content: "\e1e5";
    }
        .fi-tr-bird:before {
    content: "\e1e6";
    }
        .fi-tr-bitcoin-card:before {
    content: "\e1e8";
    }
        .fi-tr-bitcoin-sign:before {
    content: "\e1ea";
    }
        .fi-tr-blanket:before {
    content: "\e1ec";
    }
        .fi-tr-blender:before {
    content: "\e1ed";
    }
        .fi-tr-blender-phone:before {
    content: "\e1ee";
    }
        .fi-tr-blinds:before {
    content: "\e1ef";
    }
        .fi-tr-blinds-open:before {
    content: "\e1f0";
    }
        .fi-tr-blinds-raised:before {
    content: "\e1f1";
    }
        .fi-tr-block:before {
    content: "\e1f2";
    }
        .fi-tr-block-brick:before {
    content: "\e1f3";
    }
        .fi-tr-block-brick-fire:before {
    content: "\e1f4";
    }
        .fi-tr-block-microphone:before {
    content: "\e1f5";
    }
        .fi-tr-block-question:before {
    content: "\e1f6";
    }
        .fi-tr-block-quote:before {
    content: "\e1f7";
    }
        .fi-tr-block-user:before {
    content: "\e1f8";
    }
        .fi-tr-blockchain-3:before {
    content: "\e1fb";
    }
        .fi-tr-blog-pencil:before {
    content: "\e1fc";
    }
        .fi-tr-blog-text:before {
    content: "\e1fd";
    }
        .fi-tr-blood:before {
    content: "\e1ff";
    }
        .fi-tr-blood-dropper:before {
    content: "\e200";
    }
        .fi-tr-blood-test-tube:before {
    content: "\e201";
    }
        .fi-tr-blood-test-tube-alt:before {
    content: "\e202";
    }
        .fi-tr-blueberries:before {
    content: "\e204";
    }
        .fi-tr-blueprint:before {
    content: "\e205";
    }
        .fi-tr-blueprint-house:before {
    content: "\e206";
    }
        .fi-tr-bluetooth-alt:before {
    content: "\e208";
    }
        .fi-tr-bluetooth-circle:before {
    content: "\e209";
    }
        .fi-tr-bluetooth-headphones:before {
    content: "\e20a";
    }
        .fi-tr-bluetooth-keyboard:before {
    content: "\e20b";
    }
        .fi-tr-bluetooth-mouse:before {
    content: "\e20c";
    }
        .fi-tr-bluetooth-settings:before {
    content: "\e20d";
    }
        .fi-tr-bluetooth-speaker:before {
    content: "\e20e";
    }
        .fi-tr-bluetooth-usb:before {
    content: "\e20f";
    }
        .fi-tr-blush:before {
    content: "\e210";
    }
        .fi-tr-bolt:before {
    content: "\e212";
    }
        .fi-tr-bolt-auto:before {
    content: "\e213";
    }
        .fi-tr-bolt-slash:before {
    content: "\e214";
    }
        .fi-tr-bomb:before {
    content: "\e215";
    }
        .fi-tr-bone:before {
    content: "\e217";
    }
        .fi-tr-bone-break:before {
    content: "\e218";
    }
        .fi-tr-bong:before {
    content: "\e219";
    }
        .fi-tr-bonus:before {
    content: "\e21a";
    }
        .fi-tr-bonus-alt:before {
    content: "\e21b";
    }
        .fi-tr-bonus-star:before {
    content: "\e21c";
    }
        .fi-tr-book:before {
    content: "\e21d";
    }
        .fi-tr-book-alt:before {
    content: "\e21e";
    }
        .fi-tr-book-arrow-right:before {
    content: "\e21f";
    }
        .fi-tr-book-arrow-up:before {
    content: "\e220";
    }
        .fi-tr-book-atlas:before {
    content: "\e221";
    }
        .fi-tr-book-bookmark:before {
    content: "\e222";
    }
        .fi-tr-book-circle-arrow-right:before {
    content: "\e224";
    }
        .fi-tr-book-circle-arrow-up:before {
    content: "\e225";
    }
        .fi-tr-book-copy:before {
    content: "\e226";
    }
        .fi-tr-book-dead:before {
    content: "\e227";
    }
        .fi-tr-book-font:before {
    content: "\e228";
    }
        .fi-tr-book-heart:before {
    content: "\e22a";
    }
        .fi-tr-book-medical:before {
    content: "\e22c";
    }
        .fi-tr-book-open-cover:before {
    content: "\e22d";
    }
        .fi-tr-book-open-reader:before {
    content: "\e22e";
    }
        .fi-tr-book-plus:before {
    content: "\e22f";
    }
        .fi-tr-book-quran:before {
    content: "\e230";
    }
        .fi-tr-book-section:before {
    content: "\e231";
    }
        .fi-tr-book-spells:before {
    content: "\e234";
    }
        .fi-tr-book-tanakh:before {
    content: "\e235";
    }
        .fi-tr-book-user:before {
    content: "\e236";
    }
        .fi-tr-book-world:before {
    content: "\e237";
    }
        .fi-tr-Booking:before {
    content: "\e238";
    }
        .fi-tr-bookmark:before {
    content: "\e239";
    }
        .fi-tr-bookmark-slash:before {
    content: "\e23a";
    }
        .fi-tr-books:before {
    content: "\e23b";
    }
        .fi-tr-books-lightbulb:before {
    content: "\e23c";
    }
        .fi-tr-books-medical:before {
    content: "\e23d";
    }
        .fi-tr-boot:before {
    content: "\e23e";
    }
        .fi-tr-boot-heeled:before {
    content: "\e23f";
    }
        .fi-tr-booth-curtain:before {
    content: "\e240";
    }
        .fi-tr-border-all:before {
    content: "\e242";
    }
        .fi-tr-border-bottom:before {
    content: "\e243";
    }
        .fi-tr-border-center-h:before {
    content: "\e244";
    }
        .fi-tr-border-center-v:before {
    content: "\e245";
    }
        .fi-tr-border-inner:before {
    content: "\e246";
    }
        .fi-tr-border-left:before {
    content: "\e247";
    }
        .fi-tr-border-none:before {
    content: "\e248";
    }
        .fi-tr-border-outer:before {
    content: "\e249";
    }
        .fi-tr-border-right:before {
    content: "\e24a";
    }
        .fi-tr-border-style:before {
    content: "\e24b";
    }
        .fi-tr-border-style-alt:before {
    content: "\e24c";
    }
        .fi-tr-border-top:before {
    content: "\e24d";
    }
        .fi-tr-boss:before {
    content: "\e24e";
    }
        .fi-tr-bottle:before {
    content: "\e24f";
    }
        .fi-tr-bottle-baby:before {
    content: "\e250";
    }
        .fi-tr-bottle-droplet:before {
    content: "\e251";
    }
        .fi-tr-bow-arrow:before {
    content: "\e253";
    }
        .fi-tr-bowl-chopsticks:before {
    content: "\e254";
    }
        .fi-tr-bowl-chopsticks-noodles:before {
    content: "\e255";
    }
        .fi-tr-bowl-rice:before {
    content: "\e256";
    }
        .fi-tr-bowl-scoop:before {
    content: "\e257";
    }
        .fi-tr-bowl-scoops:before {
    content: "\e258";
    }
        .fi-tr-bowl-soft-serve:before {
    content: "\e259";
    }
        .fi-tr-bowl-spoon:before {
    content: "\e25a";
    }
        .fi-tr-bowling:before {
    content: "\e25b";
    }
        .fi-tr-bowling-ball:before {
    content: "\e25c";
    }
        .fi-tr-bowling-pins:before {
    content: "\e25d";
    }
        .fi-tr-box-alt:before {
    content: "\e260";
    }
        .fi-tr-box-ballot:before {
    content: "\e261";
    }
        .fi-tr-box-check:before {
    content: "\e262";
    }
        .fi-tr-box-circle-check:before {
    content: "\e263";
    }
        .fi-tr-box-dollar:before {
    content: "\e264";
    }
        .fi-tr-box-fragile:before {
    content: "\e265";
    }
        .fi-tr-box-heart:before {
    content: "\e266";
    }
        .fi-tr-box-open:before {
    content: "\e267";
    }
        .fi-tr-box-open-full:before {
    content: "\e268";
    }
        .fi-tr-box-tissue:before {
    content: "\e269";
    }
        .fi-tr-box-up:before {
    content: "\e26a";
    }
        .fi-tr-boxes:before {
    content: "\e26b";
    }
        .fi-tr-boxing-glove:before {
    content: "\e26c";
    }
        .fi-tr-bracket-curly:before {
    content: "\e26d";
    }
        .fi-tr-bracket-curly-right:before {
    content: "\e26e";
    }
        .fi-tr-bracket-round:before {
    content: "\e26f";
    }
        .fi-tr-bracket-round-right:before {
    content: "\e270";
    }
        .fi-tr-bracket-square:before {
    content: "\e271";
    }
        .fi-tr-bracket-square-right:before {
    content: "\e272";
    }
        .fi-tr-brackets-curly:before {
    content: "\e273";
    }
        .fi-tr-brackets-round:before {
    content: "\e274";
    }
        .fi-tr-brackets-square:before {
    content: "\e275";
    }
        .fi-tr-braille:before {
    content: "\e276";
    }
        .fi-tr-braille-a:before {
    content: "\e277";
    }
        .fi-tr-braille-b:before {
    content: "\e278";
    }
        .fi-tr-braille-c:before {
    content: "\e279";
    }
        .fi-tr-braille-d:before {
    content: "\e27a";
    }
        .fi-tr-braille-e:before {
    content: "\e27b";
    }
        .fi-tr-braille-g:before {
    content: "\e27c";
    }
        .fi-tr-braille-h:before {
    content: "\e27d";
    }
        .fi-tr-braille-i:before {
    content: "\e27f";
    }
        .fi-tr-braille-j:before {
    content: "\e280";
    }
        .fi-tr-braille-k:before {
    content: "\e281";
    }
        .fi-tr-braille-l:before {
    content: "\e282";
    }
        .fi-tr-braille-m:before {
    content: "\e283";
    }
        .fi-tr-braille-n:before {
    content: "\e284";
    }
        .fi-tr-braille-n-alt:before {
    content: "\e285";
    }
        .fi-tr-braille-o:before {
    content: "\e286";
    }
        .fi-tr-braille-p:before {
    content: "\e287";
    }
        .fi-tr-braille-q:before {
    content: "\e288";
    }
        .fi-tr-braille-r:before {
    content: "\e289";
    }
        .fi-tr-braille-s:before {
    content: "\e28a";
    }
        .fi-tr-braille-t:before {
    content: "\e28b";
    }
        .fi-tr-braille-u:before {
    content: "\e28c";
    }
        .fi-tr-braille-v:before {
    content: "\e28d";
    }
        .fi-tr-braille-w:before {
    content: "\e28e";
    }
        .fi-tr-braille-x:before {
    content: "\e28f";
    }
        .fi-tr-braille-y:before {
    content: "\e290";
    }
        .fi-tr-braille-z:before {
    content: "\e291";
    }
        .fi-tr-brain:before {
    content: "\e292";
    }
        .fi-tr-brain-bulb:before {
    content: "\e293";
    }
        .fi-tr-brain-circuit:before {
    content: "\e294";
    }
        .fi-tr-brain-doubt:before {
    content: "\e295";
    }
        .fi-tr-brain-half-lightbulb:before {
    content: "\e296";
    }
        .fi-tr-brain-lightning:before {
    content: "\e297";
    }
        .fi-tr-brain-stress:before {
    content: "\e299";
    }
        .fi-tr-brake-warning:before {
    content: "\e29a";
    }
        .fi-tr-branching:before {
    content: "\e29b";
    }
        .fi-tr-brand:before {
    content: "\e29c";
    }
        .fi-tr-brand-badge:before {
    content: "\e29d";
    }
        .fi-tr-brand-strategy:before {
    content: "\e29e";
    }
        .fi-tr-branding:before {
    content: "\e29f";
    }
        .fi-tr-brazil:before {
    content: "\e2a0";
    }
        .fi-tr-brazil-flag:before {
    content: "\e2a1";
    }
        .fi-tr-brazil-flag-circle:before {
    content: "\e2a2";
    }
        .fi-tr-bread:before {
    content: "\e2a3";
    }
        .fi-tr-bread-loaf:before {
    content: "\e2a4";
    }
        .fi-tr-bread-slice:before {
    content: "\e2a5";
    }
        .fi-tr-bread-slice-butter:before {
    content: "\e2a6";
    }
        .fi-tr-break-time:before {
    content: "\e2a7";
    }
        .fi-tr-bridge:before {
    content: "\e2a8";
    }
        .fi-tr-bridge-circle-check:before {
    content: "\e2a9";
    }
        .fi-tr-bridge-collapse:before {
    content: "\e2aa";
    }
        .fi-tr-bridge-construction:before {
    content: "\e2ab";
    }
        .fi-tr-bridge-suspension:before {
    content: "\e2ac";
    }
        .fi-tr-bridge-water:before {
    content: "\e2ad";
    }
        .fi-tr-briefcase:before {
    content: "\e2af";
    }
        .fi-tr-briefcase-arrow-right:before {
    content: "\e2b0";
    }
        .fi-tr-briefcase-blank:before {
    content: "\e2b1";
    }
        .fi-tr-briefcase-dollar:before {
    content: "\e2b2";
    }
        .fi-tr-brightness:before {
    content: "\e2b3";
    }
        .fi-tr-brightness-low:before {
    content: "\e2b4";
    }
        .fi-tr-bring-forward:before {
    content: "\e2b5";
    }
        .fi-tr-bring-front:before {
    content: "\e2b6";
    }
        .fi-tr-broadcast-tower:before {
    content: "\e2b7";
    }
        .fi-tr-broccoli:before {
    content: "\e2b8";
    }
        .fi-tr-broken-arm:before {
    content: "\e2b9";
    }
        .fi-tr-broken-image:before {
    content: "\e2bb";
    }
        .fi-tr-broken-leg:before {
    content: "\e2bc";
    }
        .fi-tr-broken-nail:before {
    content: "\e2bd";
    }
        .fi-tr-broom-ball:before {
    content: "\e2bf";
    }
        .fi-tr-browser:before {
    content: "\e2c0";
    }
        .fi-tr-browser-css:before {
    content: "\e2c2";
    }
        .fi-tr-browser-lock-alert:before {
    content: "\e2c3";
    }
        .fi-tr-browser-ui:before {
    content: "\e2c4";
    }
        .fi-tr-browsers:before {
    content: "\e2c5";
    }
        .fi-tr-bubble-discussion:before {
    content: "\e2c7";
    }
        .fi-tr-bucket:before {
    content: "\e2c8";
    }
        .fi-tr-budget:before {
    content: "\e2c9";
    }
        .fi-tr-budget-alt:before {
    content: "\e2ca";
    }
        .fi-tr-bug:before {
    content: "\e2cb";
    }
        .fi-tr-bug-fix:before {
    content: "\e2cc";
    }
        .fi-tr-bug-folder:before {
    content: "\e2cd";
    }
        .fi-tr-bug-magnifier:before {
    content: "\e2ce";
    }
        .fi-tr-bug-report:before {
    content: "\e2cf";
    }
        .fi-tr-bug-slash:before {
    content: "\e2d0";
    }
        .fi-tr-bugs:before {
    content: "\e2d1";
    }
        .fi-tr-build:before {
    content: "\e2d2";
    }
        .fi-tr-build-alt:before {
    content: "\e2d3";
    }
        .fi-tr-builder:before {
    content: "\e2d4";
    }
        .fi-tr-building:before {
    content: "\e2d5";
    }
        .fi-tr-building-car:before {
    content: "\e2d6";
    }
        .fi-tr-building-check:before {
    content: "\e2d7";
    }
        .fi-tr-building-circle-arrow-right:before {
    content: "\e2d8";
    }
        .fi-tr-building-flag:before {
    content: "\e2d9";
    }
        .fi-tr-building-foundation:before {
    content: "\e2da";
    }
        .fi-tr-building-lock:before {
    content: "\e2db";
    }
        .fi-tr-building-materials:before {
    content: "\e2dc";
    }
        .fi-tr-building-ngo:before {
    content: "\e2dd";
    }
        .fi-tr-building-shield:before {
    content: "\e2de";
    }
        .fi-tr-building-user:before {
    content: "\e2df";
    }
        .fi-tr-building-xmark:before {
    content: "\e2e0";
    }
        .fi-tr-bulb:before {
    content: "\e2e1";
    }
        .fi-tr-bulb-speech-bubble:before {
    content: "\e2e2";
    }
        .fi-tr-bull-market:before {
    content: "\e2e3";
    }
        .fi-tr-bullet:before {
    content: "\e2e4";
    }
        .fi-tr-bullhorn:before {
    content: "\e2e5";
    }
        .fi-tr-bullseye:before {
    content: "\e2e6";
    }
        .fi-tr-bullseye-arrow:before {
    content: "\e2e7";
    }
        .fi-tr-bullseye-pointer:before {
    content: "\e2e8";
    }
        .fi-tr-buoy:before {
    content: "\e2e9";
    }
        .fi-tr-burger-alt:before {
    content: "\e2ea";
    }
        .fi-tr-burger-fries:before {
    content: "\e2eb";
    }
        .fi-tr-burger-glass:before {
    content: "\e2ec";
    }
        .fi-tr-burnout:before {
    content: "\e2ef";
    }
        .fi-tr-burrito:before {
    content: "\e2f0";
    }
        .fi-tr-burst:before {
    content: "\e2f1";
    }
        .fi-tr-bus:before {
    content: "\e2f2";
    }
        .fi-tr-bus-alt:before {
    content: "\e2f3";
    }
        .fi-tr-bus-ticket:before {
    content: "\e2f4";
    }
        .fi-tr-business-deal:before {
    content: "\e2f5";
    }
        .fi-tr-business-growth:before {
    content: "\e2f6";
    }
        .fi-tr-business-meeting:before {
    content: "\e2f7";
    }
        .fi-tr-business-podcast:before {
    content: "\e2f8";
    }
        .fi-tr-business-time:before {
    content: "\e2f9";
    }
        .fi-tr-business-value:before {
    content: "\e2fa";
    }
        .fi-tr-Butter:before {
    content: "\e2fc";
    }
        .fi-tr-butterfly:before {
    content: "\e2fd";
    }
        .fi-tr-c:before {
    content: "\e2fe";
    }
        .fi-tr-cabin:before {
    content: "\e2ff";
    }
        .fi-tr-cactus:before {
    content: "\e301";
    }
        .fi-tr-cage-empty:before {
    content: "\e302";
    }
        .fi-tr-cake-birthday:before {
    content: "\e303";
    }
        .fi-tr-cake-slice:before {
    content: "\e304";
    }
        .fi-tr-cake-wedding:before {
    content: "\e305";
    }
        .fi-tr-calculator:before {
    content: "\e306";
    }
        .fi-tr-calculator-bill:before {
    content: "\e308";
    }
        .fi-tr-calculator-math-tax:before {
    content: "\e309";
    }
        .fi-tr-calculator-money:before {
    content: "\e30a";
    }
        .fi-tr-calculator-simple:before {
    content: "\e30b";
    }
        .fi-tr-calendar:before {
    content: "\e30c";
    }
        .fi-tr-calendar-arrow-down:before {
    content: "\e30d";
    }
        .fi-tr-calendar-arrow-up:before {
    content: "\e30e";
    }
        .fi-tr-calendar-check:before {
    content: "\e311";
    }
        .fi-tr-calendar-clock:before {
    content: "\e312";
    }
        .fi-tr-calendar-day:before {
    content: "\e313";
    }
        .fi-tr-calendar-days:before {
    content: "\e314";
    }
        .fi-tr-calendar-event-tax:before {
    content: "\e315";
    }
        .fi-tr-calendar-exclamation:before {
    content: "\e316";
    }
        .fi-tr-calendar-gavel-legal:before {
    content: "\e317";
    }
        .fi-tr-calendar-heart:before {
    content: "\e318";
    }
        .fi-tr-calendar-image:before {
    content: "\e319";
    }
        .fi-tr-calendar-lines:before {
    content: "\e31a";
    }
        .fi-tr-calendar-lines-pen:before {
    content: "\e31b";
    }
        .fi-tr-calendar-minus:before {
    content: "\e31d";
    }
        .fi-tr-calendar-payment-loan:before {
    content: "\e31e";
    }
        .fi-tr-calendar-pen:before {
    content: "\e31f";
    }
        .fi-tr-calendar-plus:before {
    content: "\e320";
    }
        .fi-tr-calendar-salary:before {
    content: "\e321";
    }
        .fi-tr-calendar-shift-swap:before {
    content: "\e322";
    }
        .fi-tr-calendar-star:before {
    content: "\e323";
    }
        .fi-tr-calendar-swap:before {
    content: "\e324";
    }
        .fi-tr-calendar-update:before {
    content: "\e325";
    }
        .fi-tr-calendar-week:before {
    content: "\e326";
    }
        .fi-tr-calendar-xmark:before {
    content: "\e327";
    }
        .fi-tr-calendars:before {
    content: "\e328";
    }
        .fi-tr-call-duration:before {
    content: "\e329";
    }
        .fi-tr-call-forbidden:before {
    content: "\e32a";
    }
        .fi-tr-call-history:before {
    content: "\e32b";
    }
        .fi-tr-call-incoming:before {
    content: "\e32c";
    }
        .fi-tr-call-missed:before {
    content: "\e32d";
    }
        .fi-tr-call-outgoing:before {
    content: "\e32e";
    }
        .fi-tr-camcorder:before {
    content: "\e32f";
    }
        .fi-tr-camera:before {
    content: "\e330";
    }
        .fi-tr-camera-cctv:before {
    content: "\e331";
    }
        .fi-tr-camera-movie:before {
    content: "\e333";
    }
        .fi-tr-camera-retro:before {
    content: "\e334";
    }
        .fi-tr-camera-rotate:before {
    content: "\e335";
    }
        .fi-tr-camera-security:before {
    content: "\e336";
    }
        .fi-tr-camera-slash:before {
    content: "\e337";
    }
        .fi-tr-camera-viewfinder:before {
    content: "\e338";
    }
        .fi-tr-campfire:before {
    content: "\e339";
    }
        .fi-tr-can-food:before {
    content: "\e33b";
    }
        .fi-tr-candle-holder:before {
    content: "\e33c";
    }
        .fi-tr-candle-lotus-yoga:before {
    content: "\e33d";
    }
        .fi-tr-candle-pose-yoga:before {
    content: "\e33e";
    }
        .fi-tr-candy:before {
    content: "\e340";
    }
        .fi-tr-candy-alt:before {
    content: "\e341";
    }
        .fi-tr-candy-bar:before {
    content: "\e342";
    }
        .fi-tr-candy-cane:before {
    content: "\e343";
    }
        .fi-tr-candy-corn:before {
    content: "\e344";
    }
        .fi-tr-candy-sweet:before {
    content: "\e345";
    }
        .fi-tr-Cannabis:before {
    content: "\e346";
    }
        .fi-tr-canned-food:before {
    content: "\e347";
    }
        .fi-tr-cannon:before {
    content: "\e348";
    }
        .fi-tr-canoe:before {
    content: "\e349";
    }
        .fi-tr-capsules:before {
    content: "\e34a";
    }
        .fi-tr-car-alt:before {
    content: "\e34d";
    }
        .fi-tr-car-battery:before {
    content: "\e34e";
    }
        .fi-tr-car-bolt:before {
    content: "\e34f";
    }
        .fi-tr-car-building:before {
    content: "\e350";
    }
        .fi-tr-car-bump:before {
    content: "\e351";
    }
        .fi-tr-car-bus:before {
    content: "\e352";
    }
        .fi-tr-car-charger-bolt:before {
    content: "\e353";
    }
        .fi-tr-car-circle-bolt:before {
    content: "\e354";
    }
        .fi-tr-car-crash:before {
    content: "\e355";
    }
        .fi-tr-car-garage:before {
    content: "\e356";
    }
        .fi-tr-car-journey:before {
    content: "\e357";
    }
        .fi-tr-car-mechanic:before {
    content: "\e358";
    }
        .fi-tr-car-oil:before {
    content: "\e359";
    }
        .fi-tr-car-rear:before {
    content: "\e35a";
    }
        .fi-tr-car-side:before {
    content: "\e35b";
    }
        .fi-tr-car-side-bolt:before {
    content: "\e35c";
    }
        .fi-tr-car-tilt:before {
    content: "\e35d";
    }
        .fi-tr-car-tunnel:before {
    content: "\e35e";
    }
        .fi-tr-car-wash:before {
    content: "\e35f";
    }
        .fi-tr-caravan:before {
    content: "\e360";
    }
        .fi-tr-caravan-alt:before {
    content: "\e361";
    }
        .fi-tr-carbon-cloud:before {
    content: "\e362";
    }
        .fi-tr-carbon-cloud-arrow-down:before {
    content: "\e363";
    }
        .fi-tr-carbon-footprint:before {
    content: "\e364";
    }
        .fi-tr-card-club:before {
    content: "\e365";
    }
        .fi-tr-card-diamond:before {
    content: "\e366";
    }
        .fi-tr-card-heart:before {
    content: "\e367";
    }
        .fi-tr-card-spade:before {
    content: "\e369";
    }
        .fi-tr-cardinal-compass:before {
    content: "\e36a";
    }
        .fi-tr-cards-blank:before {
    content: "\e36c";
    }
        .fi-tr-career-growth:before {
    content: "\e36e";
    }
        .fi-tr-career-path:before {
    content: "\e36f";
    }
        .fi-tr-caret-circle-down:before {
    content: "\e370";
    }
        .fi-tr-caret-circle-right:before {
    content: "\e372";
    }
        .fi-tr-caret-circle-up:before {
    content: "\e373";
    }
        .fi-tr-caret-down:before {
    content: "\e374";
    }
        .fi-tr-caret-left:before {
    content: "\e375";
    }
        .fi-tr-caret-right:before {
    content: "\e377";
    }
        .fi-tr-caret-square-down:before {
    content: "\e378";
    }
        .fi-tr-caret-square-left:before {
    content: "\e379";
    }
        .fi-tr-caret-square-left_1:before {
    content: "\e37a";
    }
        .fi-tr-caret-square-right:before {
    content: "\e37b";
    }
        .fi-tr-caret-square-up:before {
    content: "\e37c";
    }
        .fi-tr-caret-up:before {
    content: "\e37d";
    }
        .fi-tr-carrot:before {
    content: "\e37e";
    }
        .fi-tr-cars:before {
    content: "\e37f";
    }
        .fi-tr-cars-crash:before {
    content: "\e380";
    }
        .fi-tr-cart-arrow-down:before {
    content: "\e381";
    }
        .fi-tr-cart-minus:before {
    content: "\e382";
    }
        .fi-tr-cart-shopping-fast:before {
    content: "\e383";
    }
        .fi-tr-case-study:before {
    content: "\e384";
    }
        .fi-tr-cash-register:before {
    content: "\e385";
    }
        .fi-tr-cassette-tape:before {
    content: "\e386";
    }
        .fi-tr-cassette-vhs:before {
    content: "\e387";
    }
        .fi-tr-castle:before {
    content: "\e388";
    }
        .fi-tr-castle-tower:before {
    content: "\e389";
    }
        .fi-tr-cat:before {
    content: "\e38a";
    }
        .fi-tr-cat-dog:before {
    content: "\e38b";
    }
        .fi-tr-cat-head:before {
    content: "\e38c";
    }
        .fi-tr-cat-space:before {
    content: "\e38d";
    }
        .fi-tr-catalog:before {
    content: "\e38e";
    }
        .fi-tr-catalog-alt:before {
    content: "\e38f";
    }
        .fi-tr-catalog-magazine:before {
    content: "\e390";
    }
        .fi-tr-category:before {
    content: "\e391";
    }
        .fi-tr-category-alt:before {
    content: "\e392";
    }
        .fi-tr-cauldron:before {
    content: "\e393";
    }
        .fi-tr-cdn:before {
    content: "\e39a";
    }
        .fi-tr-cedi-sign:before {
    content: "\e39b";
    }
        .fi-tr-cell:before {
    content: "\e39c";
    }
        .fi-tr-cello:before {
    content: "\e39d";
    }
        .fi-tr-cent-sign:before {
    content: "\e39e";
    }
        .fi-tr-certificate:before {
    content: "\e3a0";
    }
        .fi-tr-chai-tea:before {
    content: "\e3a1";
    }
        .fi-tr-chair:before {
    content: "\e3a2";
    }
        .fi-tr-chair-director:before {
    content: "\e3a3";
    }
        .fi-tr-chair-office:before {
    content: "\e3a4";
    }
        .fi-tr-chalkboard:before {
    content: "\e3a5";
    }
        .fi-tr-chalkboard-user:before {
    content: "\e3a6";
    }
        .fi-tr-challenge:before {
    content: "\e3a7";
    }
        .fi-tr-challenge-alt:before {
    content: "\e3a8";
    }
        .fi-tr-chamomile:before {
    content: "\e3a9";
    }
        .fi-tr-channel:before {
    content: "\e3aa";
    }
        .fi-tr-charging-station:before {
    content: "\e3ac";
    }
        .fi-tr-chart-area:before {
    content: "\e3ad";
    }
        .fi-tr-chart-arrow-down:before {
    content: "\e3ae";
    }
        .fi-tr-chart-arrow-grow:before {
    content: "\e3af";
    }
        .fi-tr-chart-bullet:before {
    content: "\e3b1";
    }
        .fi-tr-chart-candlestick:before {
    content: "\e3b2";
    }
        .fi-tr-chart-connected:before {
    content: "\e3b3";
    }
        .fi-tr-chart-gantt:before {
    content: "\e3b4";
    }
        .fi-tr-chart-histogram:before {
    content: "\e3b5";
    }
        .fi-tr-chart-kanban:before {
    content: "\e3b6";
    }
        .fi-tr-chart-line-up:before {
    content: "\e3b7";
    }
        .fi-tr-chart-line-up-down:before {
    content: "\e3b8";
    }
        .fi-tr-chart-mixed:before {
    content: "\e3b9";
    }
        .fi-tr-chart-mixed-up-circle-currency:before {
    content: "\e3ba";
    }
        .fi-tr-chart-mixed-up-circle-dollar:before {
    content: "\e3bb";
    }
        .fi-tr-chart-network:before {
    content: "\e3bc";
    }
        .fi-tr-chart-pie:before {
    content: "\e3bd";
    }
        .fi-tr-chart-pie-alt:before {
    content: "\e3be";
    }
        .fi-tr-chart-pie-simple-circle-currency:before {
    content: "\e3bf";
    }
        .fi-tr-chart-pie-simple-circle-dollar:before {
    content: "\e3c0";
    }
        .fi-tr-chart-pyramid:before {
    content: "\e3c1";
    }
        .fi-tr-chart-radar:before {
    content: "\e3c2";
    }
        .fi-tr-chart-scatter:before {
    content: "\e3c3";
    }
        .fi-tr-chart-scatter-3d:before {
    content: "\e3c4";
    }
        .fi-tr-chart-scatter-bubble:before {
    content: "\e3c5";
    }
        .fi-tr-chart-set-theory:before {
    content: "\e3c6";
    }
        .fi-tr-chart-simple:before {
    content: "\e3c7";
    }
        .fi-tr-chart-simple-horizontal:before {
    content: "\e3c8";
    }
        .fi-tr-chart-tree:before {
    content: "\e3c9";
    }
        .fi-tr-chart-tree-map:before {
    content: "\e3ca";
    }
        .fi-tr-chart-user:before {
    content: "\e3cb";
    }
        .fi-tr-chart-waterfall:before {
    content: "\e3cc";
    }
        .fi-tr-chatbot:before {
    content: "\e3d0";
    }
        .fi-tr-chatbot-speech-bubble:before {
    content: "\e3d1";
    }
        .fi-tr-cheap:before {
    content: "\e3d2";
    }
        .fi-tr-cheap-bill:before {
    content: "\e3d3";
    }
        .fi-tr-cheap-dollar:before {
    content: "\e3d4";
    }
        .fi-tr-cheap-stack:before {
    content: "\e3d5";
    }
        .fi-tr-cheap-stack-dollar:before {
    content: "\e3d6";
    }
        .fi-tr-check-circle:before {
    content: "\e3d8";
    }
        .fi-tr-check-double:before {
    content: "\e3d9";
    }
        .fi-tr-check-in-calendar:before {
    content: "\e3da";
    }
        .fi-tr-check-out-calendar:before {
    content: "\e3db";
    }
        .fi-tr-checklist-task-budget:before {
    content: "\e3dd";
    }
        .fi-tr-cheese:before {
    content: "\e3de";
    }
        .fi-tr-cheese-alt:before {
    content: "\e3df";
    }
        .fi-tr-cheese-cake:before {
    content: "\e3e0";
    }
        .fi-tr-cheeseburger:before {
    content: "\e3e1";
    }
        .fi-tr-cherry:before {
    content: "\e3e2";
    }
        .fi-tr-chess:before {
    content: "\e3e3";
    }
        .fi-tr-chess-bishop:before {
    content: "\e3e4";
    }
        .fi-tr-chess-board:before {
    content: "\e3e5";
    }
        .fi-tr-chess-clock:before {
    content: "\e3e6";
    }
        .fi-tr-chess-clock-alt:before {
    content: "\e3e7";
    }
        .fi-tr-chess-king:before {
    content: "\e3e8";
    }
        .fi-tr-chess-king-alt:before {
    content: "\e3e9";
    }
        .fi-tr-chess-knight:before {
    content: "\e3ea";
    }
        .fi-tr-chess-knight-alt:before {
    content: "\e3eb";
    }
        .fi-tr-chess-pawn:before {
    content: "\e3ec";
    }
        .fi-tr-chess-pawn-alt:before {
    content: "\e3ed";
    }
        .fi-tr-chess-piece:before {
    content: "\e3ee";
    }
        .fi-tr-chess-queen:before {
    content: "\e3ef";
    }
        .fi-tr-chess-queen-alt:before {
    content: "\e3f0";
    }
        .fi-tr-chess-rook:before {
    content: "\e3f1";
    }
        .fi-tr-chess-rook-alt:before {
    content: "\e3f2";
    }
        .fi-tr-chevron-double-dots-down:before {
    content: "\e3f3";
    }
        .fi-tr-chevron-double-dots-left:before {
    content: "\e3f4";
    }
        .fi-tr-chevron-double-dots-right:before {
    content: "\e3f5";
    }
        .fi-tr-chevron-double-dots-up:before {
    content: "\e3f6";
    }
        .fi-tr-chevron-double-down:before {
    content: "\e3f7";
    }
        .fi-tr-chevron-double-up:before {
    content: "\e3f8";
    }
        .fi-tr-chicken-bucket:before {
    content: "\e3f9";
    }
        .fi-tr-child:before {
    content: "\e3fa";
    }
        .fi-tr-child-head:before {
    content: "\e3fb";
    }
        .fi-tr-chimney:before {
    content: "\e3fc";
    }
        .fi-tr-chimney-smoke:before {
    content: "\e3fd";
    }
        .fi-tr-chinese-temple:before {
    content: "\e3fe";
    }
        .fi-tr-chip:before {
    content: "\e3ff";
    }
        .fi-tr-chip-brain:before {
    content: "\e400";
    }
        .fi-tr-chocolate-bar:before {
    content: "\e402";
    }
        .fi-tr-choir-singing:before {
    content: "\e403";
    }
        .fi-tr-choose:before {
    content: "\e404";
    }
        .fi-tr-choose-alt:before {
    content: "\e405";
    }
        .fi-tr-church:before {
    content: "\e407";
    }
        .fi-tr-cinnamon-roll:before {
    content: "\e408";
    }
        .fi-tr-circle:before {
    content: "\e409";
    }
        .fi-tr-circle-0:before {
    content: "\e40a";
    }
        .fi-tr-circle-1:before {
    content: "\e40b";
    }
        .fi-tr-circle-2:before {
    content: "\e40c";
    }
        .fi-tr-circle-3:before {
    content: "\e40d";
    }
        .fi-tr-circle-4:before {
    content: "\e40e";
    }
        .fi-tr-circle-5:before {
    content: "\e40f";
    }
        .fi-tr-circle-6:before {
    content: "\e410";
    }
        .fi-tr-circle-7:before {
    content: "\e411";
    }
        .fi-tr-circle-8:before {
    content: "\e412";
    }
        .fi-tr-circle-9:before {
    content: "\e413";
    }
        .fi-tr-circle-a:before {
    content: "\e414";
    }
        .fi-tr-circle-b:before {
    content: "\e416";
    }
        .fi-tr-circle-bolt:before {
    content: "\e417";
    }
        .fi-tr-circle-book-open:before {
    content: "\e418";
    }
        .fi-tr-circle-bookmark:before {
    content: "\e419";
    }
        .fi-tr-circle-c:before {
    content: "\e41a";
    }
        .fi-tr-circle-calendar:before {
    content: "\e41b";
    }
        .fi-tr-circle-camera:before {
    content: "\e41c";
    }
        .fi-tr-circle-d:before {
    content: "\e41e";
    }
        .fi-tr-circle-dashed:before {
    content: "\e41f";
    }
        .fi-tr-circle-divide:before {
    content: "\e420";
    }
        .fi-tr-circle-e:before {
    content: "\e422";
    }
        .fi-tr-circle-ellipsis:before {
    content: "\e423";
    }
        .fi-tr-circle-ellipsis-vertical:before {
    content: "\e424";
    }
        .fi-tr-circle-envelope:before {
    content: "\e425";
    }
        .fi-tr-circle-exclamation-check:before {
    content: "\e426";
    }
        .fi-tr-circle-f:before {
    content: "\e427";
    }
        .fi-tr-circle-g:before {
    content: "\e428";
    }
        .fi-tr-circle-h:before {
    content: "\e429";
    }
        .fi-tr-circle-half:before {
    content: "\e42a";
    }
        .fi-tr-circle-half-stroke:before {
    content: "\e42b";
    }
        .fi-tr-circle-heart:before {
    content: "\e42c";
    }
        .fi-tr-circle-i:before {
    content: "\e42d";
    }
        .fi-tr-circle-j:before {
    content: "\e42e";
    }
        .fi-tr-circle-k:before {
    content: "\e42f";
    }
        .fi-tr-circle-l:before {
    content: "\e430";
    }
        .fi-tr-circle-m:before {
    content: "\e431";
    }
        .fi-tr-circle-microphone:before {
    content: "\e432";
    }
        .fi-tr-circle-microphone-lines:before {
    content: "\e433";
    }
        .fi-tr-circle-n:before {
    content: "\e434";
    }
        .fi-tr-circle-nodes:before {
    content: "\e435";
    }
        .fi-tr-circle-o:before {
    content: "\e436";
    }
        .fi-tr-circle-overlap:before {
    content: "\e437";
    }
        .fi-tr-circle-p:before {
    content: "\e438";
    }
        .fi-tr-circle-phone:before {
    content: "\e43a";
    }
        .fi-tr-circle-phone-flip:before {
    content: "\e43b";
    }
        .fi-tr-circle-phone-hangup:before {
    content: "\e43c";
    }
        .fi-tr-circle-q:before {
    content: "\e43e";
    }
        .fi-tr-circle-quarters:before {
    content: "\e440";
    }
        .fi-tr-circle-quarters-alt:before {
    content: "\e441";
    }
        .fi-tr-circle-r:before {
    content: "\e442";
    }
        .fi-tr-circle-s:before {
    content: "\e443";
    }
        .fi-tr-circle-small:before {
    content: "\e444";
    }
        .fi-tr-circle-star:before {
    content: "\e445";
    }
        .fi-tr-circle-t:before {
    content: "\e447";
    }
        .fi-tr-circle-three-quarters:before {
    content: "\e448";
    }
        .fi-tr-circle-trash:before {
    content: "\e449";
    }
        .fi-tr-circle-u:before {
    content: "\e44a";
    }
        .fi-tr-circle-user:before {
    content: "\e44b";
    }
        .fi-tr-circle-v:before {
    content: "\e44c";
    }
        .fi-tr-circle-video:before {
    content: "\e44d";
    }
        .fi-tr-circle-w:before {
    content: "\e44e";
    }
        .fi-tr-circle-water-plug:before {
    content: "\e44f";
    }
        .fi-tr-circle-waveform-lines:before {
    content: "\e450";
    }
        .fi-tr-circle-wifi-circle-wifi:before {
    content: "\e451";
    }
        .fi-tr-circle-x:before {
    content: "\e452";
    }
        .fi-tr-circle-xmark:before {
    content: "\e453";
    }
        .fi-tr-circle-y:before {
    content: "\e454";
    }
        .fi-tr-circle-z:before {
    content: "\e455";
    }
        .fi-tr-citrus:before {
    content: "\e456";
    }
        .fi-tr-citrus-slice:before {
    content: "\e457";
    }
        .fi-tr-city:before {
    content: "\e458";
    }
        .fi-tr-civil-law:before {
    content: "\e459";
    }
        .fi-tr-clapper-open:before {
    content: "\e45a";
    }
        .fi-tr-clapperboard:before {
    content: "\e45b";
    }
        .fi-tr-clapperboard-play:before {
    content: "\e45c";
    }
        .fi-tr-clarinet:before {
    content: "\e45e";
    }
        .fi-tr-claw-marks:before {
    content: "\e45f";
    }
        .fi-tr-clear-alt:before {
    content: "\e462";
    }
        .fi-tr-clip-file:before {
    content: "\e464";
    }
        .fi-tr-clip-mail:before {
    content: "\e465";
    }
        .fi-tr-clipboard:before {
    content: "\e466";
    }
        .fi-tr-clipboard-check:before {
    content: "\e467";
    }
        .fi-tr-clipboard-exclamation:before {
    content: "\e468";
    }
        .fi-tr-clipboard-list:before {
    content: "\e469";
    }
        .fi-tr-clipboard-list-check:before {
    content: "\e46a";
    }
        .fi-tr-clipboard-prescription:before {
    content: "\e46b";
    }
        .fi-tr-clipboard-question:before {
    content: "\e46c";
    }
        .fi-tr-clipboard-user:before {
    content: "\e46d";
    }
        .fi-tr-clipoard-wrong:before {
    content: "\e46e";
    }
        .fi-tr-clock:before {
    content: "\e46f";
    }
        .fi-tr-clock-desk:before {
    content: "\e470";
    }
        .fi-tr-clock-eight-thirty:before {
    content: "\e471";
    }
        .fi-tr-clock-eleven:before {
    content: "\e472";
    }
        .fi-tr-clock-eleven-thirty:before {
    content: "\e473";
    }
        .fi-tr-clock-five:before {
    content: "\e474";
    }
        .fi-tr-clock-five-thirty:before {
    content: "\e475";
    }
        .fi-tr-clock-four-thirty:before {
    content: "\e476";
    }
        .fi-tr-clock-future-past:before {
    content: "\e477";
    }
        .fi-tr-clock-nine:before {
    content: "\e478";
    }
        .fi-tr-clock-nine-thirty:before {
    content: "\e479";
    }
        .fi-tr-clock-one:before {
    content: "\e47a";
    }
        .fi-tr-clock-one-thirty:before {
    content: "\e47b";
    }
        .fi-tr-clock-seven:before {
    content: "\e47c";
    }
        .fi-tr-clock-seven-thirty:before {
    content: "\e47d";
    }
        .fi-tr-clock-six:before {
    content: "\e47e";
    }
        .fi-tr-clock-six-thirty:before {
    content: "\e47f";
    }
        .fi-tr-clock-ten:before {
    content: "\e480";
    }
        .fi-tr-clock-ten-thirty:before {
    content: "\e481";
    }
        .fi-tr-clock-three:before {
    content: "\e482";
    }
        .fi-tr-clock-three-thirty:before {
    content: "\e483";
    }
        .fi-tr-clock-time-tracking:before {
    content: "\e484";
    }
        .fi-tr-clock-twelve:before {
    content: "\e485";
    }
        .fi-tr-clock-twelve-thirty:before {
    content: "\e486";
    }
        .fi-tr-clock-two:before {
    content: "\e487";
    }
        .fi-tr-clock-two-thirty:before {
    content: "\e488";
    }
        .fi-tr-clock-up-arrow:before {
    content: "\e489";
    }
        .fi-tr-clone:before {
    content: "\e48a";
    }
        .fi-tr-closed:before {
    content: "\e48b";
    }
        .fi-tr-closed-captioning-slash:before {
    content: "\e48c";
    }
        .fi-tr-clothes-hanger:before {
    content: "\e48d";
    }
        .fi-tr-clothing-rack:before {
    content: "\e48e";
    }
        .fi-tr-cloud:before {
    content: "\e48f";
    }
        .fi-tr-cloud-back-up:before {
    content: "\e490";
    }
        .fi-tr-cloud-back-up-alt:before {
    content: "\e491";
    }
        .fi-tr-cloud-check:before {
    content: "\e492";
    }
        .fi-tr-cloud-code:before {
    content: "\e493";
    }
        .fi-tr-cloud-disabled:before {
    content: "\e495";
    }
        .fi-tr-cloud-download:before {
    content: "\e496";
    }
        .fi-tr-cloud-download-alt:before {
    content: "\e497";
    }
        .fi-tr-cloud-drizzle:before {
    content: "\e499";
    }
        .fi-tr-cloud-exclamation:before {
    content: "\e49a";
    }
        .fi-tr-cloud-gear-automation:before {
    content: "\e49c";
    }
        .fi-tr-cloud-hail:before {
    content: "\e49d";
    }
        .fi-tr-cloud-hail-mixed:before {
    content: "\e49e";
    }
        .fi-tr-cloud-meatball:before {
    content: "\e4a0";
    }
        .fi-tr-cloud-moon:before {
    content: "\e4a2";
    }
        .fi-tr-cloud-moon-rain:before {
    content: "\e4a3";
    }
        .fi-tr-cloud-question:before {
    content: "\e4a5";
    }
        .fi-tr-cloud-rain:before {
    content: "\e4a6";
    }
        .fi-tr-cloud-rainbow:before {
    content: "\e4a7";
    }
        .fi-tr-cloud-share:before {
    content: "\e4a8";
    }
        .fi-tr-cloud-showers:before {
    content: "\e4a9";
    }
        .fi-tr-cloud-showers-heavy:before {
    content: "\e4aa";
    }
        .fi-tr-cloud-showers-water:before {
    content: "\e4ab";
    }
        .fi-tr-cloud-sleet:before {
    content: "\e4ad";
    }
        .fi-tr-cloud-snow:before {
    content: "\e4ae";
    }
        .fi-tr-cloud-sun:before {
    content: "\e4b0";
    }
        .fi-tr-cloud-sun-rain:before {
    content: "\e4b1";
    }
        .fi-tr-cloud-sun-tear:before {
    content: "\e4b2";
    }
        .fi-tr-cloud-upload:before {
    content: "\e4b3";
    }
        .fi-tr-cloud-upload-alt:before {
    content: "\e4b4";
    }
        .fi-tr-cloud-windy:before {
    content: "\e4b6";
    }
        .fi-tr-clouds:before {
    content: "\e4b9";
    }
        .fi-tr-clouds-moon:before {
    content: "\e4ba";
    }
        .fi-tr-clouds-sun:before {
    content: "\e4bb";
    }
        .fi-tr-clover-alt:before {
    content: "\e4bc";
    }
        .fi-tr-club:before {
    content: "\e4bd";
    }
        .fi-tr-cocktail:before {
    content: "\e4c0";
    }
        .fi-tr-coconut:before {
    content: "\e4c2";
    }
        .fi-tr-code-branch:before {
    content: "\e4c3";
    }
        .fi-tr-code-commit:before {
    content: "\e4c4";
    }
        .fi-tr-code-compare:before {
    content: "\e4c5";
    }
        .fi-tr-code-editing:before {
    content: "\e4c6";
    }
        .fi-tr-code-fork:before {
    content: "\e4c7";
    }
        .fi-tr-code-merge:before {
    content: "\e4c8";
    }
        .fi-tr-code-pull-request:before {
    content: "\e4c9";
    }
        .fi-tr-code-pull-request-closed:before {
    content: "\e4ca";
    }
        .fi-tr-code-pull-request-draft:before {
    content: "\e4cb";
    }
        .fi-tr-code-simple:before {
    content: "\e4cc";
    }
        .fi-tr-code-window:before {
    content: "\e4cd";
    }
        .fi-tr-coffee:before {
    content: "\e4ce";
    }
        .fi-tr-coffee-bean:before {
    content: "\e4cf";
    }
        .fi-tr-coffee-beans:before {
    content: "\e4d0";
    }
        .fi-tr-coffee-heart:before {
    content: "\e4d1";
    }
        .fi-tr-coffee-maker:before {
    content: "\e4d2";
    }
        .fi-tr-coffee-pot:before {
    content: "\e4d3";
    }
        .fi-tr-coffee-time:before {
    content: "\e4d4";
    }
        .fi-tr-coffin:before {
    content: "\e4d5";
    }
        .fi-tr-coffin-cross:before {
    content: "\e4d6";
    }
        .fi-tr-coin:before {
    content: "\e4d7";
    }
        .fi-tr-coin-up-arrow:before {
    content: "\e4d8";
    }
        .fi-tr-coins:before {
    content: "\e4d9";
    }
        .fi-tr-coins-crypto:before {
    content: "\e4da";
    }
        .fi-tr-coins-shield:before {
    content: "\e4db";
    }
        .fi-tr-colon-sign:before {
    content: "\e4dd";
    }
        .fi-tr-columns-3:before {
    content: "\e4de";
    }
        .fi-tr-comb:before {
    content: "\e4df";
    }
        .fi-tr-comb-hair:before {
    content: "\e4e0";
    }
        .fi-tr-comedy-podcast:before {
    content: "\e4e1";
    }
        .fi-tr-comet:before {
    content: "\e4e2";
    }
        .fi-tr-command:before {
    content: "\e4e4";
    }
        .fi-tr-comment:before {
    content: "\e4e5";
    }
        .fi-tr-comment-alt:before {
    content: "\e4e6";
    }
        .fi-tr-comment-alt-check:before {
    content: "\e4e7";
    }
        .fi-tr-comment-alt-dots:before {
    content: "\e4e8";
    }
        .fi-tr-comment-alt-edit:before {
    content: "\e4e9";
    }
        .fi-tr-comment-alt-lock:before {
    content: "\e4ea";
    }
        .fi-tr-comment-alt-medical:before {
    content: "\e4eb";
    }
        .fi-tr-comment-alt-middle:before {
    content: "\e4ec";
    }
        .fi-tr-comment-alt-middle-top:before {
    content: "\e4ed";
    }
        .fi-tr-comment-alt-minus:before {
    content: "\e4ee";
    }
        .fi-tr-comment-alt-music:before {
    content: "\e4ef";
    }
        .fi-tr-comment-arrow-down:before {
    content: "\e4f2";
    }
        .fi-tr-comment-arrow-up:before {
    content: "\e4f3";
    }
        .fi-tr-comment-arrow-up-right:before {
    content: "\e4f4";
    }
        .fi-tr-comment-check:before {
    content: "\e4f5";
    }
        .fi-tr-comment-clock:before {
    content: "\e4f6";
    }
        .fi-tr-comment-code:before {
    content: "\e4f7";
    }
        .fi-tr-comment-dollar:before {
    content: "\e4f8";
    }
        .fi-tr-comment-dots:before {
    content: "\e4f9";
    }
        .fi-tr-comment-exclamation:before {
    content: "\e4fa";
    }
        .fi-tr-comment-heart:before {
    content: "\e4fb";
    }
        .fi-tr-comment-image:before {
    content: "\e4fc";
    }
        .fi-tr-comment-info:before {
    content: "\e4fd";
    }
        .fi-tr-comment-lock:before {
    content: "\e4fe";
    }
        .fi-tr-comment-medical:before {
    content: "\e4ff";
    }
        .fi-tr-comment-minus:before {
    content: "\e500";
    }
        .fi-tr-comment-pen:before {
    content: "\e501";
    }
        .fi-tr-comment-question:before {
    content: "\e503";
    }
        .fi-tr-comment-quote:before {
    content: "\e504";
    }
        .fi-tr-comment-slash:before {
    content: "\e505";
    }
        .fi-tr-comment-smile:before {
    content: "\e506";
    }
        .fi-tr-comment-sms:before {
    content: "\e507";
    }
        .fi-tr-comment-text:before {
    content: "\e508";
    }
        .fi-tr-comment-user:before {
    content: "\e509";
    }
        .fi-tr-comment-xmark:before {
    content: "\e50a";
    }
        .fi-tr-comments:before {
    content: "\e50b";
    }
        .fi-tr-comments-dollar:before {
    content: "\e50c";
    }
        .fi-tr-comments-question:before {
    content: "\e50d";
    }
        .fi-tr-comments-question-check:before {
    content: "\e50e";
    }
        .fi-tr-compass-alt:before {
    content: "\e50f";
    }
        .fi-tr-compass-east:before {
    content: "\e510";
    }
        .fi-tr-compass-north:before {
    content: "\e511";
    }
        .fi-tr-compass-slash:before {
    content: "\e512";
    }
        .fi-tr-compass-south:before {
    content: "\e513";
    }
        .fi-tr-compass-west:before {
    content: "\e514";
    }
        .fi-tr-completed:before {
    content: "\e515";
    }
        .fi-tr-compliance:before {
    content: "\e516";
    }
        .fi-tr-compliance-clipboard:before {
    content: "\e517";
    }
        .fi-tr-compliance-document:before {
    content: "\e518";
    }
        .fi-tr-compress-alt:before {
    content: "\e51a";
    }
        .fi-tr-computer:before {
    content: "\e51b";
    }
        .fi-tr-computer-ad:before {
    content: "\e51c";
    }
        .fi-tr-computer-classic:before {
    content: "\e51d";
    }
        .fi-tr-computer-mouse:before {
    content: "\e51e";
    }
        .fi-tr-computer-speaker:before {
    content: "\e51f";
    }
        .fi-tr-concierge-bell:before {
    content: "\e520";
    }
        .fi-tr-concrete-mixer:before {
    content: "\e522";
    }
        .fi-tr-confetti:before {
    content: "\e525";
    }
        .fi-tr-confidential-discussion:before {
    content: "\e526";
    }
        .fi-tr-confidential-folder:before {
    content: "\e527";
    }
        .fi-tr-confirmed-user:before {
    content: "\e528";
    }
        .fi-tr-console-controller:before {
    content: "\e52a";
    }
        .fi-tr-constellation:before {
    content: "\e52b";
    }
        .fi-tr-construction-helmet:before {
    content: "\e52c";
    }
        .fi-tr-construction-location:before {
    content: "\e52d";
    }
        .fi-tr-consultant:before {
    content: "\e52e";
    }
        .fi-tr-contact-lens-eyes:before {
    content: "\e52f";
    }
        .fi-tr-container-storage:before {
    content: "\e530";
    }
        .fi-tr-contract:before {
    content: "\e531";
    }
        .fi-tr-contrast:before {
    content: "\e532";
    }
        .fi-tr-convert-document:before {
    content: "\e533";
    }
        .fi-tr-convert-shapes:before {
    content: "\e534";
    }
        .fi-tr-conveyor-belt:before {
    content: "\e535";
    }
        .fi-tr-conveyor-belt-alt:before {
    content: "\e536";
    }
        .fi-tr-conveyor-belt-arm:before {
    content: "\e537";
    }
        .fi-tr-conveyor-belt-empty:before {
    content: "\e538";
    }
        .fi-tr-cookie-alt:before {
    content: "\e53a";
    }
        .fi-tr-cookie-lock:before {
    content: "\e53b";
    }
        .fi-tr-copy:before {
    content: "\e53c";
    }
        .fi-tr-copy-alt:before {
    content: "\e53d";
    }
        .fi-tr-copy-image:before {
    content: "\e53e";
    }
        .fi-tr-coriander:before {
    content: "\e540";
    }
        .fi-tr-corn:before {
    content: "\e541";
    }
        .fi-tr-corporate:before {
    content: "\e543";
    }
        .fi-tr-corporate-alt:before {
    content: "\e544";
    }
        .fi-tr-corruption:before {
    content: "\e545";
    }
        .fi-tr-couch:before {
    content: "\e546";
    }
        .fi-tr-court-order:before {
    content: "\e549";
    }
        .fi-tr-court-sport:before {
    content: "\e54a";
    }
        .fi-tr-cow:before {
    content: "\e54b";
    }
        .fi-tr-cow-alt:before {
    content: "\e54c";
    }
        .fi-tr-cowbell:before {
    content: "\e54d";
    }
        .fi-tr-cowbell-circle-plus:before {
    content: "\e54e";
    }
        .fi-tr-cowbell-more:before {
    content: "\e54f";
    }
        .fi-tr-coworking:before {
    content: "\e550";
    }
        .fi-tr-cpu:before {
    content: "\e551";
    }
        .fi-tr-crab:before {
    content: "\e552";
    }
        .fi-tr-crane:before {
    content: "\e553";
    }
        .fi-tr-crane-building:before {
    content: "\e554";
    }
        .fi-tr-crate-empty:before {
    content: "\e555";
    }
        .fi-tr-cream:before {
    content: "\e556";
    }
        .fi-tr-credit-card:before {
    content: "\e566";
    }
        .fi-tr-credit-card-buyer:before {
    content: "\e567";
    }
        .fi-tr-credit-card-check:before {
    content: "\e568";
    }
        .fi-tr-credit-card-edit:before {
    content: "\e569";
    }
        .fi-tr-credit-card-eye:before {
    content: "\e56a";
    }
        .fi-tr-credit-card-xmark:before {
    content: "\e56b";
    }
        .fi-tr-crepe:before {
    content: "\e56f";
    }
        .fi-tr-cricket:before {
    content: "\e570";
    }
        .fi-tr-CRM:before {
    content: "\e571";
    }
        .fi-tr-crm-alt:before {
    content: "\e572";
    }
        .fi-tr-crm-computer:before {
    content: "\e573";
    }
        .fi-tr-croissant:before {
    content: "\e574";
    }
        .fi-tr-cross-religion:before {
    content: "\e578";
    }
        .fi-tr-crossed-hands-reject:before {
    content: "\e57b";
    }
        .fi-tr-crow:before {
    content: "\e57c";
    }
        .fi-tr-crown:before {
    content: "\e57e";
    }
        .fi-tr-crutch:before {
    content: "\e57f";
    }
        .fi-tr-crutches:before {
    content: "\e580";
    }
        .fi-tr-cruzeiro-sign:before {
    content: "\e581";
    }
        .fi-tr-crypto-calendar:before {
    content: "\e582";
    }
        .fi-tr-cryptocurrency:before {
    content: "\e585";
    }
        .fi-tr-crystal-ball:before {
    content: "\e586";
    }
        .fi-tr-cube:before {
    content: "\e589";
    }
        .fi-tr-cubes:before {
    content: "\e58a";
    }
        .fi-tr-cubes-stacked:before {
    content: "\e58b";
    }
        .fi-tr-cucumber:before {
    content: "\e58c";
    }
        .fi-tr-cumin:before {
    content: "\e58d";
    }
        .fi-tr-cup-straw:before {
    content: "\e58e";
    }
        .fi-tr-cup-straw-swoosh:before {
    content: "\e58f";
    }
        .fi-tr-cup-togo:before {
    content: "\e590";
    }
        .fi-tr-cupcake:before {
    content: "\e591";
    }
        .fi-tr-cupcake-alt:before {
    content: "\e592";
    }
        .fi-tr-curling:before {
    content: "\e593";
    }
        .fi-tr-curling-iron:before {
    content: "\e594";
    }
        .fi-tr-currency:before {
    content: "\e595";
    }
        .fi-tr-cursor:before {
    content: "\e596";
    }
        .fi-tr-cursor-finger:before {
    content: "\e597";
    }
        .fi-tr-cursor-finger-click:before {
    content: "\e598";
    }
        .fi-tr-cursor-plus:before {
    content: "\e599";
    }
        .fi-tr-curve:before {
    content: "\e59c";
    }
        .fi-tr-curve-alt:before {
    content: "\e59d";
    }
        .fi-tr-curve-arrow:before {
    content: "\e59e";
    }
        .fi-tr-custard:before {
    content: "\e59f";
    }
        .fi-tr-customer-care:before {
    content: "\e5a0";
    }
        .fi-tr-customer-service:before {
    content: "\e5a1";
    }
        .fi-tr-customization:before {
    content: "\e5a2";
    }
        .fi-tr-customization-cogwheel:before {
    content: "\e5a3";
    }
        .fi-tr-customize:before {
    content: "\e5a4";
    }
        .fi-tr-customize-computer:before {
    content: "\e5a5";
    }
        .fi-tr-customize-edit:before {
    content: "\e5a6";
    }
        .fi-tr-CV:before {
    content: "\e5a8";
    }
        .fi-tr-cvv-card:before {
    content: "\e5a9";
    }
        .fi-tr-cyborg:before {
    content: "\e5aa";
    }
        .fi-tr-cycling:before {
    content: "\e5ab";
    }
        .fi-tr-cystitis:before {
    content: "\e5ac";
    }
        .fi-tr-d:before {
    content: "\e5ad";
    }
        .fi-tr-dagger:before {
    content: "\e5ae";
    }
        .fi-tr-daily-calendar:before {
    content: "\e5af";
    }
        .fi-tr-daisy:before {
    content: "\e5b1";
    }
        .fi-tr-daisy-alt:before {
    content: "\e5b2";
    }
        .fi-tr-damage:before {
    content: "\e5b3";
    }
        .fi-tr-dark-mode:before {
    content: "\e5b5";
    }
        .fi-tr-dark-mode-alt:before {
    content: "\e5b6";
    }
        .fi-tr-dart:before {
    content: "\e5b7";
    }
        .fi-tr-dashboard:before {
    content: "\e5b9";
    }
        .fi-tr-dashboard-monitor:before {
    content: "\e5ba";
    }
        .fi-tr-dashboard-panel:before {
    content: "\e5bb";
    }
        .fi-tr-data-backup:before {
    content: "\e5bd";
    }
        .fi-tr-data-cleaning:before {
    content: "\e5be";
    }
        .fi-tr-data-encryption:before {
    content: "\e5bf";
    }
        .fi-tr-data-migration:before {
    content: "\e5c1";
    }
        .fi-tr-data-mining:before {
    content: "\e5c2";
    }
        .fi-tr-data-model:before {
    content: "\e5c3";
    }
        .fi-tr-data-processing:before {
    content: "\e5c4";
    }
        .fi-tr-database:before {
    content: "\e5c7";
    }
        .fi-tr-database-cleaning:before {
    content: "\e5c8";
    }
        .fi-tr-database-management:before {
    content: "\e5ca";
    }
        .fi-tr-deadline:before {
    content: "\e5cb";
    }
        .fi-tr-deafness:before {
    content: "\e5cc";
    }
        .fi-tr-debt:before {
    content: "\e5cd";
    }
        .fi-tr-december-calendar:before {
    content: "\e5cf";
    }
        .fi-tr-decision-choice:before {
    content: "\e5d0";
    }
        .fi-tr-decision-tree:before {
    content: "\e5d1";
    }
        .fi-tr-deep-learning:before {
    content: "\e5d2";
    }
        .fi-tr-deer:before {
    content: "\e5d3";
    }
        .fi-tr-deer-rudolph:before {
    content: "\e5d4";
    }
        .fi-tr-degree-credential:before {
    content: "\e5d6";
    }
        .fi-tr-delete:before {
    content: "\e5d7";
    }
        .fi-tr-delete-document:before {
    content: "\e5d8";
    }
        .fi-tr-delete-right:before {
    content: "\e5d9";
    }
        .fi-tr-delete-user:before {
    content: "\e5da";
    }
        .fi-tr-delivery-man:before {
    content: "\e5dc";
    }
        .fi-tr-democrat:before {
    content: "\e5e0";
    }
        .fi-tr-demographic:before {
    content: "\e5e1";
    }
        .fi-tr-department:before {
    content: "\e5e2";
    }
        .fi-tr-department-structure:before {
    content: "\e5e3";
    }
        .fi-tr-deposit:before {
    content: "\e5e4";
    }
        .fi-tr-deposit-alt:before {
    content: "\e5e5";
    }
        .fi-tr-description:before {
    content: "\e5e6";
    }
        .fi-tr-description-alt:before {
    content: "\e5e7";
    }
        .fi-tr-desk:before {
    content: "\e5e8";
    }
        .fi-tr-desktop-arrow-down:before {
    content: "\e5e9";
    }
        .fi-tr-desktop-wallpaper:before {
    content: "\e5ea";
    }
        .fi-tr-detergent:before {
    content: "\e5eb";
    }
        .fi-tr-devices:before {
    content: "\e5ee";
    }
        .fi-tr-dewpoint:before {
    content: "\e5ef";
    }
        .fi-tr-dharmachakra:before {
    content: "\e5f0";
    }
        .fi-tr-diagram-cells:before {
    content: "\e5f1";
    }
        .fi-tr-diagram-lean-canvas:before {
    content: "\e5f2";
    }
        .fi-tr-diagram-nested:before {
    content: "\e5f3";
    }
        .fi-tr-diagram-next:before {
    content: "\e5f4";
    }
        .fi-tr-diagram-predecessor:before {
    content: "\e5f5";
    }
        .fi-tr-diagram-previous:before {
    content: "\e5f6";
    }
        .fi-tr-diagram-project:before {
    content: "\e5f7";
    }
        .fi-tr-diagram-sankey:before {
    content: "\e5f8";
    }
        .fi-tr-diagram-subtask:before {
    content: "\e5f9";
    }
        .fi-tr-diagram-successor:before {
    content: "\e5fa";
    }
        .fi-tr-diagram-venn:before {
    content: "\e5fb";
    }
        .fi-tr-dial:before {
    content: "\e5fc";
    }
        .fi-tr-dial-high:before {
    content: "\e5fd";
    }
        .fi-tr-dial-low:before {
    content: "\e5fe";
    }
        .fi-tr-dial-max:before {
    content: "\e5ff";
    }
        .fi-tr-dial-med:before {
    content: "\e600";
    }
        .fi-tr-dial-med-low:before {
    content: "\e601";
    }
        .fi-tr-dial-min:before {
    content: "\e602";
    }
        .fi-tr-dial-off:before {
    content: "\e603";
    }
        .fi-tr-dialogue-exchange:before {
    content: "\e604";
    }
        .fi-tr-diamond:before {
    content: "\e605";
    }
        .fi-tr-diamond-exclamation:before {
    content: "\e606";
    }
        .fi-tr-diamond-turn-right:before {
    content: "\e607";
    }
        .fi-tr-diary-bookmark-down:before {
    content: "\e608";
    }
        .fi-tr-diary-bookmarks:before {
    content: "\e609";
    }
        .fi-tr-diary-clasp:before {
    content: "\e60a";
    }
        .fi-tr-dice:before {
    content: "\e60b";
    }
        .fi-tr-dice-alt:before {
    content: "\e60c";
    }
        .fi-tr-dice-d10:before {
    content: "\e60d";
    }
        .fi-tr-dice-d12:before {
    content: "\e60e";
    }
        .fi-tr-dice-d20:before {
    content: "\e60f";
    }
        .fi-tr-dice-d4:before {
    content: "\e610";
    }
        .fi-tr-dice-d6:before {
    content: "\e611";
    }
        .fi-tr-dice-d8:before {
    content: "\e612";
    }
        .fi-tr-dice-four:before {
    content: "\e613";
    }
        .fi-tr-dice-one:before {
    content: "\e614";
    }
        .fi-tr-dice-six:before {
    content: "\e615";
    }
        .fi-tr-dice-three:before {
    content: "\e616";
    }
        .fi-tr-dice-two:before {
    content: "\e617";
    }
        .fi-tr-dictionary:before {
    content: "\e618";
    }
        .fi-tr-dictionary-alt:before {
    content: "\e619";
    }
        .fi-tr-dictionary-open:before {
    content: "\e61a";
    }
        .fi-tr-digging:before {
    content: "\e61c";
    }
        .fi-tr-digital-certificate:before {
    content: "\e61e";
    }
        .fi-tr-digital-key:before {
    content: "\e620";
    }
        .fi-tr-digital-payment:before {
    content: "\e626";
    }
        .fi-tr-digital-signature:before {
    content: "\e627";
    }
        .fi-tr-digital-tachograph:before {
    content: "\e628";
    }
        .fi-tr-digital-wallet:before {
    content: "\e629";
    }
        .fi-tr-dinner:before {
    content: "\e62b";
    }
        .fi-tr-diploma:before {
    content: "\e62c";
    }
        .fi-tr-diploma-alt:before {
    content: "\e62d";
    }
        .fi-tr-disc-drive:before {
    content: "\e630";
    }
        .fi-tr-disco-ball:before {
    content: "\e632";
    }
        .fi-tr-discount:before {
    content: "\e635";
    }
        .fi-tr-discover:before {
    content: "\e636";
    }
        .fi-tr-discussion-group:before {
    content: "\e638";
    }
        .fi-tr-discussion-idea:before {
    content: "\e639";
    }
        .fi-tr-disease:before {
    content: "\e63a";
    }
        .fi-tr-dishwasher:before {
    content: "\e63b";
    }
        .fi-tr-disinfection:before {
    content: "\e63c";
    }
        .fi-tr-display:before {
    content: "\e63e";
    }
        .fi-tr-display-arrow-down:before {
    content: "\e63f";
    }
        .fi-tr-display-code:before {
    content: "\e642";
    }
        .fi-tr-display-medical:before {
    content: "\e643";
    }
        .fi-tr-display-slash:before {
    content: "\e644";
    }
        .fi-tr-distribute-spacing-horizontal:before {
    content: "\e645";
    }
        .fi-tr-distribute-spacing-vertical:before {
    content: "\e646";
    }
        .fi-tr-divide:before {
    content: "\e648";
    }
        .fi-tr-diving-googles:before {
    content: "\e649";
    }
        .fi-tr-dizzy:before {
    content: "\e64a";
    }
        .fi-tr-dj-disc:before {
    content: "\e64b";
    }
        .fi-tr-dna:before {
    content: "\e64c";
    }
        .fi-tr-do-not-disturb:before {
    content: "\e64d";
    }
        .fi-tr-do-not-disturb-doorknob:before {
    content: "\e64e";
    }
        .fi-tr-do-not-enter:before {
    content: "\e64f";
    }
        .fi-tr-doctor:before {
    content: "\e651";
    }
        .fi-tr-doctor-bag:before {
    content: "\e652";
    }
        .fi-tr-document:before {
    content: "\e654";
    }
        .fi-tr-document-autosave:before {
    content: "\e655";
    }
        .fi-tr-document-circle-arrow-up:before {
    content: "\e656";
    }
        .fi-tr-document-circle-wrong:before {
    content: "\e657";
    }
        .fi-tr-document-fail:before {
    content: "\e658";
    }
        .fi-tr-document-folder-gear:before {
    content: "\e65a";
    }
        .fi-tr-document-gavel:before {
    content: "\e65b";
    }
        .fi-tr-document-gear:before {
    content: "\e65d";
    }
        .fi-tr-document-link:before {
    content: "\e65e";
    }
        .fi-tr-document-nft:before {
    content: "\e65f";
    }
        .fi-tr-document-paid:before {
    content: "\e660";
    }
        .fi-tr-document-signed:before {
    content: "\e661";
    }
        .fi-tr-document-writer:before {
    content: "\e662";
    }
        .fi-tr-dog:before {
    content: "\e664";
    }
        .fi-tr-dog-bowl-empty:before {
    content: "\e665";
    }
        .fi-tr-dog-leashed:before {
    content: "\e666";
    }
        .fi-tr-dollar:before {
    content: "\e667";
    }
        .fi-tr-dolly-flatbed:before {
    content: "\e668";
    }
        .fi-tr-dolly-flatbed-alt:before {
    content: "\e669";
    }
        .fi-tr-dolly-flatbed-empty:before {
    content: "\e66a";
    }
        .fi-tr-dolphin:before {
    content: "\e66b";
    }
        .fi-tr-domino-effect:before {
    content: "\e66c";
    }
        .fi-tr-donate:before {
    content: "\e66d";
    }
        .fi-tr-dong-sign:before {
    content: "\e66e";
    }
        .fi-tr-donut:before {
    content: "\e66f";
    }
        .fi-tr-door-closed:before {
    content: "\e670";
    }
        .fi-tr-door-hanger:before {
    content: "\e671";
    }
        .fi-tr-door-open:before {
    content: "\e672";
    }
        .fi-tr-dorm-room:before {
    content: "\e673";
    }
        .fi-tr-dot-circle:before {
    content: "\e674";
    }
        .fi-tr-dot-pending:before {
    content: "\e675";
    }
        .fi-tr-dots-loading:before {
    content: "\e676";
    }
        .fi-tr-dove:before {
    content: "\e677";
    }
        .fi-tr-down:before {
    content: "\e678";
    }
        .fi-tr-down-from-bracket:before {
    content: "\e679";
    }
        .fi-tr-down-left:before {
    content: "\e67a";
    }
        .fi-tr-down-right:before {
    content: "\e67c";
    }
        .fi-tr-down-to-line:before {
    content: "\e67d";
    }
        .fi-tr-drafting-compass:before {
    content: "\e680";
    }
        .fi-tr-drafting-compass-paper:before {
    content: "\e681";
    }
        .fi-tr-dragon:before {
    content: "\e682";
    }
        .fi-tr-dragon-fire:before {
    content: "\e683";
    }
        .fi-tr-draw-polygon:before {
    content: "\e684";
    }
        .fi-tr-draw-square:before {
    content: "\e685";
    }
        .fi-tr-drawer:before {
    content: "\e686";
    }
        .fi-tr-drawer-alt:before {
    content: "\e687";
    }
        .fi-tr-drawer-empty:before {
    content: "\e688";
    }
        .fi-tr-dreidel:before {
    content: "\e689";
    }
        .fi-tr-dress:before {
    content: "\e68a";
    }
        .fi-tr-driller:before {
    content: "\e68c";
    }
        .fi-tr-drink:before {
    content: "\e68d";
    }
        .fi-tr-drink-alt:before {
    content: "\e68e";
    }
        .fi-tr-driver-man:before {
    content: "\e68f";
    }
        .fi-tr-driver-woman:before {
    content: "\e690";
    }
        .fi-tr-drone:before {
    content: "\e691";
    }
        .fi-tr-drone-alt:before {
    content: "\e692";
    }
        .fi-tr-drone-front:before {
    content: "\e693";
    }
        .fi-tr-drop-down:before {
    content: "\e694";
    }
        .fi-tr-dropdown:before {
    content: "\e696";
    }
        .fi-tr-dropdown-bar:before {
    content: "\e697";
    }
        .fi-tr-dropdown-select:before {
    content: "\e698";
    }
        .fi-tr-drugs-addiction:before {
    content: "\e69a";
    }
        .fi-tr-drum:before {
    content: "\e69b";
    }
        .fi-tr-drum-steelpan:before {
    content: "\e69c";
    }
        .fi-tr-drumstick:before {
    content: "\e69d";
    }
        .fi-tr-drumstick-bite:before {
    content: "\e69e";
    }
        .fi-tr-dryer:before {
    content: "\e6a0";
    }
        .fi-tr-dryer-alt:before {
    content: "\e6a1";
    }
        .fi-tr-duck:before {
    content: "\e6a3";
    }
        .fi-tr-dumbbell-alt:before {
    content: "\e6a4";
    }
        .fi-tr-dumbbell-fitness:before {
    content: "\e6a5";
    }
        .fi-tr-dumbbell-heart:before {
    content: "\e6a6";
    }
        .fi-tr-dumbbell-horizontal:before {
    content: "\e6a7";
    }
        .fi-tr-dumbbell-ray:before {
    content: "\e6a8";
    }
        .fi-tr-dumbbell-weightlifting:before {
    content: "\e6a9";
    }
        .fi-tr-dumpster:before {
    content: "\e6aa";
    }
        .fi-tr-dumpster-fire:before {
    content: "\e6ab";
    }
        .fi-tr-dungeon:before {
    content: "\e6ac";
    }
        .fi-tr-duration:before {
    content: "\e6ae";
    }
        .fi-tr-duration-alt:before {
    content: "\e6af";
    }
        .fi-tr-e:before {
    content: "\e6b0";
    }
        .fi-tr-e-learning:before {
    content: "\e6b1";
    }
        .fi-tr-eagle:before {
    content: "\e6b2";
    }
        .fi-tr-eagle-flying:before {
    content: "\e6b3";
    }
        .fi-tr-ear:before {
    content: "\e6b4";
    }
        .fi-tr-ear-deaf:before {
    content: "\e6b5";
    }
        .fi-tr-ear-muffs:before {
    content: "\e6b6";
    }
        .fi-tr-ear-sound:before {
    content: "\e6b7";
    }
        .fi-tr-earbuds:before {
    content: "\e6b8";
    }
        .fi-tr-earnings:before {
    content: "\e6b9";
    }
        .fi-tr-earth-africa:before {
    content: "\e6ba";
    }
        .fi-tr-earth-americas:before {
    content: "\e6bb";
    }
        .fi-tr-earth-asia:before {
    content: "\e6bc";
    }
        .fi-tr-earth-europa:before {
    content: "\e6bd";
    }
        .fi-tr-ebook:before {
    content: "\e6bf";
    }
        .fi-tr-eclipse:before {
    content: "\e6c0";
    }
        .fi-tr-eclipse-alt:before {
    content: "\e6c1";
    }
        .fi-tr-eco-battery:before {
    content: "\e6c2";
    }
        .fi-tr-eco-electric:before {
    content: "\e6c3";
    }
        .fi-tr-edamame:before {
    content: "\e6c4";
    }
        .fi-tr-edit-message:before {
    content: "\e6c7";
    }
        .fi-tr-education-podcast:before {
    content: "\e6c8";
    }
        .fi-tr-effect:before {
    content: "\e6c9";
    }
        .fi-tr-egg:before {
    content: "\e6ca";
    }
        .fi-tr-egg-fried:before {
    content: "\e6cb";
    }
        .fi-tr-eiffel-tower:before {
    content: "\e6cc";
    }
        .fi-tr-eject:before {
    content: "\e6cd";
    }
        .fi-tr-electric-bike:before {
    content: "\e6ce";
    }
        .fi-tr-electric-bus:before {
    content: "\e6cf";
    }
        .fi-tr-electric-car:before {
    content: "\e6d0";
    }
        .fi-tr-electric-scooter:before {
    content: "\e6d1";
    }
        .fi-tr-elephant:before {
    content: "\e6d3";
    }
        .fi-tr-elevator:before {
    content: "\e6d4";
    }
        .fi-tr-email-feedback:before {
    content: "\e6d6";
    }
        .fi-tr-email-heart:before {
    content: "\e6d7";
    }
        .fi-tr-email-refresh:before {
    content: "\e6d9";
    }
        .fi-tr-email-star:before {
    content: "\e6da";
    }
        .fi-tr-emergency-call:before {
    content: "\e6db";
    }
        .fi-tr-emergency-stop:before {
    content: "\e6dc";
    }
        .fi-tr-employee-alt:before {
    content: "\e6dd";
    }
        .fi-tr-employee-handbook:before {
    content: "\e6de";
    }
        .fi-tr-employee-man:before {
    content: "\e6df";
    }
        .fi-tr-employee-man-alt:before {
    content: "\e6e0";
    }
        .fi-tr-employee-performance:before {
    content: "\e6e2";
    }
        .fi-tr-employees:before {
    content: "\e6e4";
    }
        .fi-tr-employees-woman-man:before {
    content: "\e6e5";
    }
        .fi-tr-empty-set:before {
    content: "\e6e6";
    }
        .fi-tr-endless-loop:before {
    content: "\e6e7";
    }
        .fi-tr-energy-drink:before {
    content: "\e6e8";
    }
        .fi-tr-engine:before {
    content: "\e6ea";
    }
        .fi-tr-engine-algorithm:before {
    content: "\e6eb";
    }
        .fi-tr-engine-warning:before {
    content: "\e6ec";
    }
        .fi-tr-english:before {
    content: "\e6ed";
    }
        .fi-tr-entrance:before {
    content: "\e6f0";
    }
        .fi-tr-envelope:before {
    content: "\e6f1";
    }
        .fi-tr-envelope-ban:before {
    content: "\e6f2";
    }
        .fi-tr-envelope-bulk:before {
    content: "\e6f3";
    }
        .fi-tr-envelope-dot:before {
    content: "\e6f4";
    }
        .fi-tr-envelope-download:before {
    content: "\e6f5";
    }
        .fi-tr-envelope-heart:before {
    content: "\e6f6";
    }
        .fi-tr-envelope-marker:before {
    content: "\e6f7";
    }
        .fi-tr-envelope-open:before {
    content: "\e6f8";
    }
        .fi-tr-envelope-open-dollar:before {
    content: "\e6f9";
    }
        .fi-tr-envelope-open-text:before {
    content: "\e6fa";
    }
        .fi-tr-envelope-plus:before {
    content: "\e6fb";
    }
        .fi-tr-envelopes:before {
    content: "\e6fc";
    }
        .fi-tr-equality:before {
    content: "\e6fe";
    }
        .fi-tr-equals:before {
    content: "\e6ff";
    }
        .fi-tr-equestrian-statue:before {
    content: "\e700";
    }
        .fi-tr-eraser:before {
    content: "\e702";
    }
        .fi-tr-error-bug:before {
    content: "\e703";
    }
        .fi-tr-error-camera:before {
    content: "\e704";
    }
        .fi-tr-escalator:before {
    content: "\e705";
    }
        .fi-tr-ethernet:before {
    content: "\e707";
    }
        .fi-tr-euro:before {
    content: "\e709";
    }
        .fi-tr-europe-flag:before {
    content: "\e70a";
    }
        .fi-tr-europe-map:before {
    content: "\e70b";
    }
        .fi-tr-european-union:before {
    content: "\e70c";
    }
        .fi-tr-evidence:before {
    content: "\e70e";
    }
        .fi-tr-exam-b:before {
    content: "\e70f";
    }
        .fi-tr-exam-d:before {
    content: "\e710";
    }
        .fi-tr-exam-f:before {
    content: "\e711";
    }
        .fi-tr-exam-xmark:before {
    content: "\e712";
    }
        .fi-tr-excavator:before {
    content: "\e713";
    }
        .fi-tr-exchange:before {
    content: "\e714";
    }
        .fi-tr-exchange-alt:before {
    content: "\e715";
    }
        .fi-tr-exchange-cryptocurrency:before {
    content: "\e716";
    }
        .fi-tr-exit-alt:before {
    content: "\e71b";
    }
        .fi-tr-expand-arrows:before {
    content: "\e71d";
    }
        .fi-tr-expand-arrows-alt:before {
    content: "\e71e";
    }
        .fi-tr-expense:before {
    content: "\e71f";
    }
        .fi-tr-expense-bill:before {
    content: "\e720";
    }
        .fi-tr-explosion:before {
    content: "\e722";
    }
        .fi-tr-external-hard-drive:before {
    content: "\e723";
    }
        .fi-tr-external-world:before {
    content: "\e724";
    }
        .fi-tr-eye-alert:before {
    content: "\e726";
    }
        .fi-tr-eye-arrow-progress:before {
    content: "\e727";
    }
        .fi-tr-eye-drop:before {
    content: "\e729";
    }
        .fi-tr-eye-dropper-half:before {
    content: "\e72b";
    }
        .fi-tr-eye-lashes:before {
    content: "\e72d";
    }
        .fi-tr-eye-recognition:before {
    content: "\e72e";
    }
        .fi-tr-eye-scanner:before {
    content: "\e72f";
    }
        .fi-tr-eyelashes:before {
    content: "\e730";
    }
        .fi-tr-eyeliner:before {
    content: "\e731";
    }
        .fi-tr-eyes:before {
    content: "\e732";
    }
        .fi-tr-eyeshadow:before {
    content: "\e733";
    }
        .fi-tr-f:before {
    content: "\e734";
    }
        .fi-tr-fabric:before {
    content: "\e735";
    }
        .fi-tr-face-angry-horns:before {
    content: "\e736";
    }
        .fi-tr-face-anguished:before {
    content: "\e737";
    }
        .fi-tr-face-anxious-sweat:before {
    content: "\e738";
    }
        .fi-tr-face-astonished:before {
    content: "\e739";
    }
        .fi-tr-face-awesome:before {
    content: "\e73a";
    }
        .fi-tr-face-beam-hand-over-mouth:before {
    content: "\e73b";
    }
        .fi-tr-face-confounded:before {
    content: "\e73c";
    }
        .fi-tr-face-confused:before {
    content: "\e73d";
    }
        .fi-tr-face-cowboy-hat:before {
    content: "\e73e";
    }
        .fi-tr-face-disappointed:before {
    content: "\e73f";
    }
        .fi-tr-face-disguise:before {
    content: "\e740";
    }
        .fi-tr-face-downcast-sweat:before {
    content: "\e741";
    }
        .fi-tr-face-drooling:before {
    content: "\e742";
    }
        .fi-tr-face-explode:before {
    content: "\e743";
    }
        .fi-tr-face-expressionless:before {
    content: "\e744";
    }
        .fi-tr-face-eyes-xmarks:before {
    content: "\e745";
    }
        .fi-tr-face-fearful:before {
    content: "\e746";
    }
        .fi-tr-face-glasses:before {
    content: "\e747";
    }
        .fi-tr-face-grin-tongue-wink:before {
    content: "\e748";
    }
        .fi-tr-face-hand-yawn:before {
    content: "\e749";
    }
        .fi-tr-face-head-bandage:before {
    content: "\e74a";
    }
        .fi-tr-face-hushed:before {
    content: "\e74b";
    }
        .fi-tr-face-icicles:before {
    content: "\e74c";
    }
        .fi-tr-face-lying:before {
    content: "\e74d";
    }
        .fi-tr-face-mask:before {
    content: "\e74e";
    }
        .fi-tr-face-monocle:before {
    content: "\e74f";
    }
        .fi-tr-face-nauseated:before {
    content: "\e750";
    }
        .fi-tr-face-nose-steam:before {
    content: "\e751";
    }
        .fi-tr-face-party:before {
    content: "\e752";
    }
        .fi-tr-face-pensive:before {
    content: "\e753";
    }
        .fi-tr-face-persevering:before {
    content: "\e754";
    }
        .fi-tr-face-pleading:before {
    content: "\e755";
    }
        .fi-tr-face-raised-eyebrow:before {
    content: "\e756";
    }
        .fi-tr-face-relieved:before {
    content: "\e757";
    }
        .fi-tr-face-sad-sweat:before {
    content: "\e758";
    }
        .fi-tr-face-scream:before {
    content: "\e759";
    }
        .fi-tr-face-shush:before {
    content: "\e75a";
    }
        .fi-tr-face-sleeping:before {
    content: "\e75b";
    }
        .fi-tr-face-sleepy:before {
    content: "\e75c";
    }
        .fi-tr-face-smile-halo:before {
    content: "\e75d";
    }
        .fi-tr-face-smile-hearts:before {
    content: "\e75e";
    }
        .fi-tr-face-smile-horns:before {
    content: "\e75f";
    }
        .fi-tr-face-smile-tear:before {
    content: "\e760";
    }
        .fi-tr-face-smile-tongue:before {
    content: "\e761";
    }
        .fi-tr-face-smile-upside-down:before {
    content: "\e762";
    }
        .fi-tr-face-smiling-hands:before {
    content: "\e763";
    }
        .fi-tr-face-smirking:before {
    content: "\e764";
    }
        .fi-tr-face-sunglasses:before {
    content: "\e765";
    }
        .fi-tr-face-sunglasses-alt:before {
    content: "\e766";
    }
        .fi-tr-face-swear:before {
    content: "\e767";
    }
        .fi-tr-face-thermometer:before {
    content: "\e768";
    }
        .fi-tr-face-thinking:before {
    content: "\e769";
    }
        .fi-tr-face-tissue:before {
    content: "\e76a";
    }
        .fi-tr-face-tongue-money:before {
    content: "\e76b";
    }
        .fi-tr-face-tongue-sweat:before {
    content: "\e76c";
    }
        .fi-tr-face-unamused:before {
    content: "\e76d";
    }
        .fi-tr-face-viewfinder:before {
    content: "\e76e";
    }
        .fi-tr-face-vomit:before {
    content: "\e76f";
    }
        .fi-tr-face-weary:before {
    content: "\e770";
    }
        .fi-tr-face-woozy:before {
    content: "\e771";
    }
        .fi-tr-face-worried:before {
    content: "\e772";
    }
        .fi-tr-face-zany:before {
    content: "\e773";
    }
        .fi-tr-face-zipper:before {
    content: "\e774";
    }
        .fi-tr-facial-mask:before {
    content: "\e777";
    }
        .fi-tr-facial-massage:before {
    content: "\e778";
    }
        .fi-tr-facial-treatment:before {
    content: "\e779";
    }
        .fi-tr-fail:before {
    content: "\e77a";
    }
        .fi-tr-falafel:before {
    content: "\e77b";
    }
        .fi-tr-family:before {
    content: "\e77c";
    }
        .fi-tr-family-dress:before {
    content: "\e77d";
    }
        .fi-tr-family-law:before {
    content: "\e77e";
    }
        .fi-tr-family-pants:before {
    content: "\e77f";
    }
        .fi-tr-fan:before {
    content: "\e780";
    }
        .fi-tr-fan-table:before {
    content: "\e781";
    }
        .fi-tr-farfalle:before {
    content: "\e782";
    }
        .fi-tr-farm:before {
    content: "\e783";
    }
        .fi-tr-faucet:before {
    content: "\e784";
    }
        .fi-tr-faucet-drip:before {
    content: "\e785";
    }
        .fi-tr-fax:before {
    content: "\e786";
    }
        .fi-tr-fbx-file:before {
    content: "\e787";
    }
        .fi-tr-feather:before {
    content: "\e788";
    }
        .fi-tr-feather-pointed:before {
    content: "\e789";
    }
        .fi-tr-features:before {
    content: "\e78a";
    }
        .fi-tr-features-alt:before {
    content: "\e78b";
    }
        .fi-tr-february-calendar:before {
    content: "\e78c";
    }
        .fi-tr-fee:before {
    content: "\e78e";
    }
        .fi-tr-fee-receipt:before {
    content: "\e790";
    }
        .fi-tr-feedback:before {
    content: "\e791";
    }
        .fi-tr-feedback-alt:before {
    content: "\e792";
    }
        .fi-tr-feedback-cycle-loop:before {
    content: "\e793";
    }
        .fi-tr-feedback-hand:before {
    content: "\e794";
    }
        .fi-tr-feedback-review:before {
    content: "\e795";
    }
        .fi-tr-fence:before {
    content: "\e798";
    }
        .fi-tr-ferris-wheel:before {
    content: "\e799";
    }
        .fi-tr-field-hockey:before {
    content: "\e79a";
    }
        .fi-tr-fighter-jet:before {
    content: "\e79b";
    }
        .fi-tr-file-audio:before {
    content: "\e79f";
    }
        .fi-tr-file-backup:before {
    content: "\e7a0";
    }
        .fi-tr-file-binary:before {
    content: "\e7a1";
    }
        .fi-tr-file-chart-line:before {
    content: "\e7a2";
    }
        .fi-tr-file-chart-pie:before {
    content: "\e7a3";
    }
        .fi-tr-file-circle-info:before {
    content: "\e7a4";
    }
        .fi-tr-file-cloud:before {
    content: "\e7a5";
    }
        .fi-tr-file-code:before {
    content: "\e7a6";
    }
        .fi-tr-file-conversion:before {
    content: "\e7a7";
    }
        .fi-tr-file-css:before {
    content: "\e7a8";
    }
        .fi-tr-file-csv:before {
    content: "\e7a9";
    }
        .fi-tr-file-download:before {
    content: "\e7ab";
    }
        .fi-tr-file-edit:before {
    content: "\e7ac";
    }
        .fi-tr-file-excel:before {
    content: "\e7ae";
    }
        .fi-tr-file-exclamation:before {
    content: "\e7af";
    }
        .fi-tr-file-export:before {
    content: "\e7b0";
    }
        .fi-tr-file-image:before {
    content: "\e7b2";
    }
        .fi-tr-file-import:before {
    content: "\e7b3";
    }
        .fi-tr-file-invoice:before {
    content: "\e7b4";
    }
        .fi-tr-file-invoice-dollar:before {
    content: "\e7b5";
    }
        .fi-tr-file-loop:before {
    content: "\e7b7";
    }
        .fi-tr-file-medical:before {
    content: "\e7b9";
    }
        .fi-tr-file-medical-alt:before {
    content: "\e7ba";
    }
        .fi-tr-file-minus:before {
    content: "\e7bb";
    }
        .fi-tr-file-pdf:before {
    content: "\e7bc";
    }
        .fi-tr-file-powerpoint:before {
    content: "\e7bf";
    }
        .fi-tr-file-prescription:before {
    content: "\e7c0";
    }
        .fi-tr-file-question:before {
    content: "\e7c2";
    }
        .fi-tr-file-recycle:before {
    content: "\e7c3";
    }
        .fi-tr-file-signature:before {
    content: "\e7c4";
    }
        .fi-tr-file-spreadsheet:before {
    content: "\e7c6";
    }
        .fi-tr-file-upload:before {
    content: "\e7c7";
    }
        .fi-tr-file-user:before {
    content: "\e7c8";
    }
        .fi-tr-file-video:before {
    content: "\e7c9";
    }
        .fi-tr-file-word:before {
    content: "\e7ca";
    }
        .fi-tr-file-xls:before {
    content: "\e7cb";
    }
        .fi-tr-file-zip-alt:before {
    content: "\e7cd";
    }
        .fi-tr-file-zip-save:before {
    content: "\e7ce";
    }
        .fi-tr-file-zipper:before {
    content: "\e7cf";
    }
        .fi-tr-files-medical:before {
    content: "\e7d1";
    }
        .fi-tr-film-canister:before {
    content: "\e7d4";
    }
        .fi-tr-film-slash:before {
    content: "\e7d5";
    }
        .fi-tr-films:before {
    content: "\e7d6";
    }
        .fi-tr-filter:before {
    content: "\e7d7";
    }
        .fi-tr-filter-check:before {
    content: "\e7d8";
    }
        .fi-tr-filter-list:before {
    content: "\e7d9";
    }
        .fi-tr-filter-slash:before {
    content: "\e7da";
    }
        .fi-tr-filters:before {
    content: "\e7db";
    }
        .fi-tr-financial-health:before {
    content: "\e7de";
    }
        .fi-tr-finger-droplet:before {
    content: "\e7e0";
    }
        .fi-tr-finger-nail:before {
    content: "\e7e1";
    }
        .fi-tr-fingerprint:before {
    content: "\e7e2";
    }
        .fi-tr-fingerprint-identification:before {
    content: "\e7e3";
    }
        .fi-tr-fingerprint-magnifying-glass:before {
    content: "\e7e4";
    }
        .fi-tr-fingerprint-remove:before {
    content: "\e7e5";
    }
        .fi-tr-fingerprint-verified:before {
    content: "\e7e7";
    }
        .fi-tr-finish-flag:before {
    content: "\e7e8";
    }
        .fi-tr-finish-line:before {
    content: "\e7e9";
    }
        .fi-tr-fire-alarm:before {
    content: "\e7eb";
    }
        .fi-tr-fire-burner:before {
    content: "\e7ed";
    }
        .fi-tr-fire-exit:before {
    content: "\e7f0";
    }
        .fi-tr-fire-extinguisher:before {
    content: "\e7f1";
    }
        .fi-tr-fire-flame-curved:before {
    content: "\e7f2";
    }
        .fi-tr-fire-flame-simple:before {
    content: "\e7f3";
    }
        .fi-tr-fire-hydrant:before {
    content: "\e7f5";
    }
        .fi-tr-fire-shield:before {
    content: "\e7f6";
    }
        .fi-tr-fire-smoke:before {
    content: "\e7f7";
    }
        .fi-tr-fireplace:before {
    content: "\e7fb";
    }
        .fi-tr-first:before {
    content: "\e7fe";
    }
        .fi-tr-first-aid-kit:before {
    content: "\e7ff";
    }
        .fi-tr-first-award:before {
    content: "\e800";
    }
        .fi-tr-first-laurel:before {
    content: "\e801";
    }
        .fi-tr-first-medal:before {
    content: "\e802";
    }
        .fi-tr-fish:before {
    content: "\e803";
    }
        .fi-tr-fish-bones:before {
    content: "\e804";
    }
        .fi-tr-fish-cooked:before {
    content: "\e805";
    }
        .fi-tr-fish-hook:before {
    content: "\e806";
    }
        .fi-tr-fishing-rod:before {
    content: "\e807";
    }
        .fi-tr-fist-move:before {
    content: "\e808";
    }
        .fi-tr-fitness-time:before {
    content: "\e809";
    }
        .fi-tr-fitness-watch:before {
    content: "\e80a";
    }
        .fi-tr-flag:before {
    content: "\e80b";
    }
        .fi-tr-flag-alt:before {
    content: "\e80c";
    }
        .fi-tr-flag-checkered:before {
    content: "\e80d";
    }
        .fi-tr-flag-usa:before {
    content: "\e80e";
    }
        .fi-tr-flame:before {
    content: "\e80f";
    }
        .fi-tr-flashlight:before {
    content: "\e811";
    }
        .fi-tr-flask:before {
    content: "\e812";
    }
        .fi-tr-flask-gear:before {
    content: "\e813";
    }
        .fi-tr-flask-poison:before {
    content: "\e814";
    }
        .fi-tr-flask-potion:before {
    content: "\e815";
    }
        .fi-tr-flatbread:before {
    content: "\e816";
    }
        .fi-tr-flatbread-stuffed:before {
    content: "\e817";
    }
        .fi-tr-flooding:before {
    content: "\e81e";
    }
        .fi-tr-floor:before {
    content: "\e81f";
    }
        .fi-tr-floor-alt:before {
    content: "\e820";
    }
        .fi-tr-floor-layer:before {
    content: "\e821";
    }
        .fi-tr-floppy-disk-circle-arrow-right:before {
    content: "\e822";
    }
        .fi-tr-floppy-disk-circle-xmark:before {
    content: "\e823";
    }
        .fi-tr-floppy-disk-pen:before {
    content: "\e824";
    }
        .fi-tr-floppy-disks:before {
    content: "\e825";
    }
        .fi-tr-florin-sign:before {
    content: "\e826";
    }
        .fi-tr-flowchart:before {
    content: "\e827";
    }
        .fi-tr-flower:before {
    content: "\e828";
    }
        .fi-tr-flower-bouquet:before {
    content: "\e829";
    }
        .fi-tr-flower-butterfly:before {
    content: "\e82a";
    }
        .fi-tr-flower-daffodil:before {
    content: "\e82b";
    }
        .fi-tr-flower-tulip:before {
    content: "\e82c";
    }
        .fi-tr-flushed:before {
    content: "\e82d";
    }
        .fi-tr-flute:before {
    content: "\e82f";
    }
        .fi-tr-flux-capacitor:before {
    content: "\e830";
    }
        .fi-tr-fly-insect:before {
    content: "\e831";
    }
        .fi-tr-flying-disc:before {
    content: "\e832";
    }
        .fi-tr-flying-kite:before {
    content: "\e833";
    }
        .fi-tr-fm-radio:before {
    content: "\e834";
    }
        .fi-tr-foam-hand:before {
    content: "\e835";
    }
        .fi-tr-fog:before {
    content: "\e836";
    }
        .fi-tr-folder-archive:before {
    content: "\e838";
    }
        .fi-tr-folder-camera:before {
    content: "\e83a";
    }
        .fi-tr-folder-check:before {
    content: "\e83b";
    }
        .fi-tr-folder-directory:before {
    content: "\e83c";
    }
        .fi-tr-folder-download:before {
    content: "\e83d";
    }
        .fi-tr-folder-fire:before {
    content: "\e83e";
    }
        .fi-tr-folder-gear:before {
    content: "\e83f";
    }
        .fi-tr-folder-heart:before {
    content: "\e841";
    }
        .fi-tr-folder-link:before {
    content: "\e843";
    }
        .fi-tr-folder-loop:before {
    content: "\e844";
    }
        .fi-tr-folder-math:before {
    content: "\e846";
    }
        .fi-tr-folder-minus:before {
    content: "\e848";
    }
        .fi-tr-folder-music:before {
    content: "\e849";
    }
        .fi-tr-folder-open:before {
    content: "\e84a";
    }
        .fi-tr-folder-plus-circle:before {
    content: "\e84b";
    }
        .fi-tr-folder-times:before {
    content: "\e84c";
    }
        .fi-tr-folder-tree:before {
    content: "\e84d";
    }
        .fi-tr-folder-upload:before {
    content: "\e84e";
    }
        .fi-tr-folder-xmark:before {
    content: "\e850";
    }
        .fi-tr-folder-xmark-circle:before {
    content: "\e851";
    }
        .fi-tr-folders:before {
    content: "\e852";
    }
        .fi-tr-follow:before {
    content: "\e853";
    }
        .fi-tr-follow-folder:before {
    content: "\e854";
    }
        .fi-tr-followcollection:before {
    content: "\e855";
    }
        .fi-tr-followers:before {
    content: "\e856";
    }
        .fi-tr-fondue-pot:before {
    content: "\e858";
    }
        .fi-tr-football:before {
    content: "\e85d";
    }
        .fi-tr-football-player:before {
    content: "\e85e";
    }
        .fi-tr-football-ticket:before {
    content: "\e85f";
    }
        .fi-tr-footprint:before {
    content: "\e860";
    }
        .fi-tr-foreign-language-audio:before {
    content: "\e861";
    }
        .fi-tr-forest:before {
    content: "\e862";
    }
        .fi-tr-forest-alt:before {
    content: "\e863";
    }
        .fi-tr-fork:before {
    content: "\e864";
    }
        .fi-tr-fork-spaghetti:before {
    content: "\e865";
    }
        .fi-tr-forklift:before {
    content: "\e866";
    }
        .fi-tr-fort:before {
    content: "\e868";
    }
        .fi-tr-forward-fast:before {
    content: "\e86a";
    }
        .fi-tr-fox:before {
    content: "\e86d";
    }
        .fi-tr-frame:before {
    content: "\e86e";
    }
        .fi-tr-franc-sign:before {
    content: "\e86f";
    }
        .fi-tr-france:before {
    content: "\e870";
    }
        .fi-tr-france-country-code:before {
    content: "\e871";
    }
        .fi-tr-free:before {
    content: "\e874";
    }
        .fi-tr-free-delivery:before {
    content: "\e875";
    }
        .fi-tr-freemium:before {
    content: "\e876";
    }
        .fi-tr-french:before {
    content: "\e879";
    }
        .fi-tr-french-fries:before {
    content: "\e87a";
    }
        .fi-tr-friday:before {
    content: "\e87c";
    }
        .fi-tr-frog:before {
    content: "\e87d";
    }
        .fi-tr-frown:before {
    content: "\e87e";
    }
        .fi-tr-ftp:before {
    content: "\e87f";
    }
        .fi-tr-fuel-gauge:before {
    content: "\e880";
    }
        .fi-tr-full-screen:before {
    content: "\e881";
    }
        .fi-tr-function:before {
    content: "\e882";
    }
        .fi-tr-function-process:before {
    content: "\e884";
    }
        .fi-tr-function-square:before {
    content: "\e885";
    }
        .fi-tr-funnel-dollar:before {
    content: "\e886";
    }
        .fi-tr-fusilli:before {
    content: "\e888";
    }
        .fi-tr-g:before {
    content: "\e889";
    }
        .fi-tr-galaxy:before {
    content: "\e88a";
    }
        .fi-tr-galaxy-alt:before {
    content: "\e88b";
    }
        .fi-tr-galaxy-planet:before {
    content: "\e88c";
    }
        .fi-tr-galaxy-star:before {
    content: "\e88d";
    }
        .fi-tr-gallery-thumbnails:before {
    content: "\e88f";
    }
        .fi-tr-game-board-alt:before {
    content: "\e891";
    }
        .fi-tr-game-console-crank-handheld:before {
    content: "\e893";
    }
        .fi-tr-game-rules:before {
    content: "\e896";
    }
        .fi-tr-gamepad:before {
    content: "\e898";
    }
        .fi-tr-gamer:before {
    content: "\e899";
    }
        .fi-tr-garage:before {
    content: "\e89c";
    }
        .fi-tr-garage-car:before {
    content: "\e89d";
    }
        .fi-tr-garage-open:before {
    content: "\e89e";
    }
        .fi-tr-garlic:before {
    content: "\e89f";
    }
        .fi-tr-garlic-alt:before {
    content: "\e8a0";
    }
        .fi-tr-gas-mask:before {
    content: "\e8a1";
    }
        .fi-tr-gas-pump:before {
    content: "\e8a2";
    }
        .fi-tr-gas-pump-slash:before {
    content: "\e8a4";
    }
        .fi-tr-gas-station:before {
    content: "\e8a5";
    }
        .fi-tr-gastric-reflux:before {
    content: "\e8a6";
    }
        .fi-tr-gauge-circle-bolt:before {
    content: "\e8a7";
    }
        .fi-tr-gauge-circle-minus:before {
    content: "\e8a8";
    }
        .fi-tr-gauge-circle-plus:before {
    content: "\e8a9";
    }
        .fi-tr-gauze-bandage:before {
    content: "\e8aa";
    }
        .fi-tr-gavel:before {
    content: "\e8ab";
    }
        .fi-tr-gay-couple:before {
    content: "\e8ac";
    }
        .fi-tr-gears:before {
    content: "\e8af";
    }
        .fi-tr-gem:before {
    content: "\e8b0";
    }
        .fi-tr-general:before {
    content: "\e8b1";
    }
        .fi-tr-german:before {
    content: "\e8b2";
    }
        .fi-tr-germany:before {
    content: "\e8b3";
    }
        .fi-tr-germany-country-code:before {
    content: "\e8b4";
    }
        .fi-tr-ghost:before {
    content: "\e8b5";
    }
        .fi-tr-gif:before {
    content: "\e8b6";
    }
        .fi-tr-gif-square:before {
    content: "\e8b8";
    }
        .fi-tr-gift:before {
    content: "\e8b9";
    }
        .fi-tr-gift-box-benefits:before {
    content: "\e8ba";
    }
        .fi-tr-gift-card:before {
    content: "\e8bb";
    }
        .fi-tr-gifts:before {
    content: "\e8bc";
    }
        .fi-tr-ginger:before {
    content: "\e8bd";
    }
        .fi-tr-gingerbread-man:before {
    content: "\e8be";
    }
        .fi-tr-glass:before {
    content: "\e8c1";
    }
        .fi-tr-glass-champagne:before {
    content: "\e8c2";
    }
        .fi-tr-glass-cheers:before {
    content: "\e8c3";
    }
        .fi-tr-glass-citrus:before {
    content: "\e8c4";
    }
        .fi-tr-glass-empty:before {
    content: "\e8c5";
    }
        .fi-tr-glass-half:before {
    content: "\e8c6";
    }
        .fi-tr-glass-water-droplet:before {
    content: "\e8c7";
    }
        .fi-tr-glass-whiskey:before {
    content: "\e8c8";
    }
        .fi-tr-glass-whiskey-rocks:before {
    content: "\e8c9";
    }
        .fi-tr-glasses:before {
    content: "\e8ca";
    }
        .fi-tr-globe:before {
    content: "\e8cc";
    }
        .fi-tr-globe-alt:before {
    content: "\e8cd";
    }
        .fi-tr-globe-pointer:before {
    content: "\e8ce";
    }
        .fi-tr-globe-shield:before {
    content: "\e8cf";
    }
        .fi-tr-globe-snow:before {
    content: "\e8d0";
    }
        .fi-tr-globe-user:before {
    content: "\e8d1";
    }
        .fi-tr-gltf-file:before {
    content: "\e8d2";
    }
        .fi-tr-glucose:before {
    content: "\e8d3";
    }
        .fi-tr-goal-net:before {
    content: "\e8d6";
    }
        .fi-tr-goalkeeper:before {
    content: "\e8d7";
    }
        .fi-tr-goals:before {
    content: "\e8d8";
    }
        .fi-tr-golf:before {
    content: "\e8d9";
    }
        .fi-tr-golf-bag:before {
    content: "\e8da";
    }
        .fi-tr-golf-ball:before {
    content: "\e8db";
    }
        .fi-tr-golf-ball-grass:before {
    content: "\e8dc";
    }
        .fi-tr-golf-club:before {
    content: "\e8dd";
    }
        .fi-tr-golf-hole:before {
    content: "\e8de";
    }
        .fi-tr-golfer:before {
    content: "\e8df";
    }
        .fi-tr-gopuram:before {
    content: "\e8e3";
    }
        .fi-tr-gourmet:before {
    content: "\e8e4";
    }
        .fi-tr-government-budget:before {
    content: "\e8e5";
    }
        .fi-tr-government-flag:before {
    content: "\e8e6";
    }
        .fi-tr-government-user:before {
    content: "\e8e7";
    }
        .fi-tr-gps-navigation:before {
    content: "\e8e8";
    }
        .fi-tr-graduation-cap:before {
    content: "\e8e9";
    }
        .fi-tr-graduation-diploma:before {
    content: "\e8ea";
    }
        .fi-tr-gramophone:before {
    content: "\e8eb";
    }
        .fi-tr-grape:before {
    content: "\e8ec";
    }
        .fi-tr-graph-curve:before {
    content: "\e8ed";
    }
        .fi-tr-graphic-style:before {
    content: "\e8ee";
    }
        .fi-tr-graphic-tablet:before {
    content: "\e8ef";
    }
        .fi-tr-grass:before {
    content: "\e8f0";
    }
        .fi-tr-grate:before {
    content: "\e8f1";
    }
        .fi-tr-grate-droplet:before {
    content: "\e8f2";
    }
        .fi-tr-greater-than:before {
    content: "\e8f3";
    }
        .fi-tr-greater-than-equal:before {
    content: "\e8f4";
    }
        .fi-tr-greek-helmet:before {
    content: "\e8f5";
    }
        .fi-tr-grid-dividers:before {
    content: "\e8f8";
    }
        .fi-tr-grid-lock:before {
    content: "\e8f9";
    }
        .fi-tr-grief:before {
    content: "\e8fa";
    }
        .fi-tr-grill:before {
    content: "\e8fb";
    }
        .fi-tr-grill-fire:before {
    content: "\e8fc";
    }
        .fi-tr-grill-hot-alt:before {
    content: "\e8fd";
    }
        .fi-tr-grimace:before {
    content: "\e8fe";
    }
        .fi-tr-grin:before {
    content: "\e8ff";
    }
        .fi-tr-grin-alt:before {
    content: "\e900";
    }
        .fi-tr-grin-beam:before {
    content: "\e901";
    }
        .fi-tr-grin-beam-sweat:before {
    content: "\e902";
    }
        .fi-tr-grin-hearts:before {
    content: "\e903";
    }
        .fi-tr-grin-squint:before {
    content: "\e904";
    }
        .fi-tr-grin-squint-tears:before {
    content: "\e905";
    }
        .fi-tr-grin-stars:before {
    content: "\e906";
    }
        .fi-tr-grin-tears:before {
    content: "\e907";
    }
        .fi-tr-grin-tongue:before {
    content: "\e908";
    }
        .fi-tr-grin-tongue-squint:before {
    content: "\e909";
    }
        .fi-tr-grin-tongue-wink:before {
    content: "\e90a";
    }
        .fi-tr-grin-wink:before {
    content: "\e90b";
    }
        .fi-tr-grip-dots:before {
    content: "\e90c";
    }
        .fi-tr-grip-dots-vertical:before {
    content: "\e90d";
    }
        .fi-tr-grip-horizontal:before {
    content: "\e90e";
    }
        .fi-tr-grip-lines:before {
    content: "\e90f";
    }
        .fi-tr-grip-lines-vertical:before {
    content: "\e910";
    }
        .fi-tr-grip-vertical:before {
    content: "\e911";
    }
        .fi-tr-grocery-bag:before {
    content: "\e912";
    }
        .fi-tr-grocery-basket:before {
    content: "\e913";
    }
        .fi-tr-group-arrows-rotate:before {
    content: "\e914";
    }
        .fi-tr-growth-chart-invest:before {
    content: "\e918";
    }
        .fi-tr-guarani-sign:before {
    content: "\e91a";
    }
        .fi-tr-guide:before {
    content: "\e91b";
    }
        .fi-tr-guide-alt:before {
    content: "\e91c";
    }
        .fi-tr-guitar:before {
    content: "\e91e";
    }
        .fi-tr-guitar-electric:before {
    content: "\e91f";
    }
        .fi-tr-guitars:before {
    content: "\e920";
    }
        .fi-tr-gun:before {
    content: "\e921";
    }
        .fi-tr-gun-shooting:before {
    content: "\e922";
    }
        .fi-tr-gun-squirt:before {
    content: "\e923";
    }
        .fi-tr-gym:before {
    content: "\e924";
    }
        .fi-tr-gym-bag:before {
    content: "\e925";
    }
        .fi-tr-gynecology:before {
    content: "\e926";
    }
        .fi-tr-h:before {
    content: "\e927";
    }
        .fi-tr-h-square:before {
    content: "\e928";
    }
        .fi-tr-h1:before {
    content: "\e929";
    }
        .fi-tr-h2:before {
    content: "\e92a";
    }
        .fi-tr-h3:before {
    content: "\e92b";
    }
        .fi-tr-h4:before {
    content: "\e92c";
    }
        .fi-tr-hacker:before {
    content: "\e92d";
    }
        .fi-tr-hair-clipper:before {
    content: "\e92e";
    }
        .fi-tr-hair-conditioner:before {
    content: "\e92f";
    }
        .fi-tr-hairbrush:before {
    content: "\e930";
    }
        .fi-tr-haircut:before {
    content: "\e931";
    }
        .fi-tr-hairdryer:before {
    content: "\e932";
    }
        .fi-tr-half-loading:before {
    content: "\e933";
    }
        .fi-tr-hamburger:before {
    content: "\e934";
    }
        .fi-tr-hamburger-soda:before {
    content: "\e935";
    }
        .fi-tr-hammer:before {
    content: "\e936";
    }
        .fi-tr-hammer-brush:before {
    content: "\e937";
    }
        .fi-tr-hammer-crash:before {
    content: "\e938";
    }
        .fi-tr-hammer-war:before {
    content: "\e939";
    }
        .fi-tr-hamsa:before {
    content: "\e93a";
    }
        .fi-tr-hand:before {
    content: "\e93b";
    }
        .fi-tr-hand-back-fist:before {
    content: "\e93c";
    }
        .fi-tr-hand-back-point-down:before {
    content: "\e93d";
    }
        .fi-tr-hand-back-point-left:before {
    content: "\e93e";
    }
        .fi-tr-hand-back-point-ribbon:before {
    content: "\e93f";
    }
        .fi-tr-hand-back-point-right:before {
    content: "\e940";
    }
        .fi-tr-hand-bandage-wound:before {
    content: "\e941";
    }
        .fi-tr-hand-bill:before {
    content: "\e942";
    }
        .fi-tr-hand-cleaning:before {
    content: "\e943";
    }
        .fi-tr-hand-dots:before {
    content: "\e944";
    }
        .fi-tr-hand-dryer:before {
    content: "\e945";
    }
        .fi-tr-hand-fingers-crossed:before {
    content: "\e946";
    }
        .fi-tr-hand-fist:before {
    content: "\e947";
    }
        .fi-tr-hand-heart:before {
    content: "\e948";
    }
        .fi-tr-hand-holding-box:before {
    content: "\e949";
    }
        .fi-tr-hand-holding-document:before {
    content: "\e94a";
    }
        .fi-tr-hand-holding-droplet:before {
    content: "\e94b";
    }
        .fi-tr-hand-holding-heart:before {
    content: "\e94c";
    }
        .fi-tr-hand-holding-magic:before {
    content: "\e94d";
    }
        .fi-tr-hand-holding-medical:before {
    content: "\e94e";
    }
        .fi-tr-hand-holding-seeding:before {
    content: "\e94f";
    }
        .fi-tr-hand-holding-skull:before {
    content: "\e951";
    }
        .fi-tr-hand-holding-usd:before {
    content: "\e952";
    }
        .fi-tr-hand-holding-water:before {
    content: "\e953";
    }
        .fi-tr-hand-horns:before {
    content: "\e954";
    }
        .fi-tr-hand-horns-bolt:before {
    content: "\e955";
    }
        .fi-tr-hand-key:before {
    content: "\e956";
    }
        .fi-tr-hand-lizard:before {
    content: "\e957";
    }
        .fi-tr-hand-love:before {
    content: "\e958";
    }
        .fi-tr-hand-middle-finger:before {
    content: "\e959";
    }
        .fi-tr-hand-paper:before {
    content: "\e95a";
    }
        .fi-tr-hand-peace:before {
    content: "\e95b";
    }
        .fi-tr-hand-point-ribbon:before {
    content: "\e95c";
    }
        .fi-tr-hand-present:before {
    content: "\e95d";
    }
        .fi-tr-hand-scissors:before {
    content: "\e95e";
    }
        .fi-tr-hand-sparkles:before {
    content: "\e95f";
    }
        .fi-tr-hand-spock:before {
    content: "\e960";
    }
        .fi-tr-hand-wave:before {
    content: "\e961";
    }
        .fi-tr-hand-zoom-in:before {
    content: "\e962";
    }
        .fi-tr-handcuffed-hands:before {
    content: "\e963";
    }
        .fi-tr-handcuffs:before {
    content: "\e964";
    }
        .fi-tr-handmade:before {
    content: "\e965";
    }
        .fi-tr-hands-brain:before {
    content: "\e966";
    }
        .fi-tr-hands-bubbles:before {
    content: "\e967";
    }
        .fi-tr-hands-clapping:before {
    content: "\e968";
    }
        .fi-tr-hands-heart:before {
    content: "\e969";
    }
        .fi-tr-hands-holding:before {
    content: "\e96a";
    }
        .fi-tr-hands-holding-child:before {
    content: "\e96b";
    }
        .fi-tr-hands-holding-diamond:before {
    content: "\e96c";
    }
        .fi-tr-hands-together:before {
    content: "\e96d";
    }
        .fi-tr-hands-together-heart:before {
    content: "\e96e";
    }
        .fi-tr-hands-typing-keyboard:before {
    content: "\e96f";
    }
        .fi-tr-hands-usd:before {
    content: "\e971";
    }
        .fi-tr-handshake:before {
    content: "\e972";
    }
        .fi-tr-handshake-angle:before {
    content: "\e973";
    }
        .fi-tr-handshake-deal-loan:before {
    content: "\e974";
    }
        .fi-tr-handshake-house:before {
    content: "\e975";
    }
        .fi-tr-handshake-simple-slash:before {
    content: "\e976";
    }
        .fi-tr-handshake-trust:before {
    content: "\e977";
    }
        .fi-tr-handstand:before {
    content: "\e978";
    }
        .fi-tr-hanukiah:before {
    content: "\e979";
    }
        .fi-tr-hard-disk-scan:before {
    content: "\e97b";
    }
        .fi-tr-hard-drive:before {
    content: "\e97c";
    }
        .fi-tr-hard-hat:before {
    content: "\e97d";
    }
        .fi-tr-harp:before {
    content: "\e97e";
    }
        .fi-tr-hashtag:before {
    content: "\e980";
    }
        .fi-tr-hashtag-lock:before {
    content: "\e981";
    }
        .fi-tr-hat-beach:before {
    content: "\e984";
    }
        .fi-tr-hat-birthday:before {
    content: "\e985";
    }
        .fi-tr-hat-chef:before {
    content: "\e986";
    }
        .fi-tr-hat-cowboy:before {
    content: "\e987";
    }
        .fi-tr-hat-cowboy-side:before {
    content: "\e988";
    }
        .fi-tr-hat-santa:before {
    content: "\e989";
    }
        .fi-tr-hat-winter:before {
    content: "\e98a";
    }
        .fi-tr-hat-witch:before {
    content: "\e98b";
    }
        .fi-tr-hat-wizard:before {
    content: "\e98c";
    }
        .fi-tr-haute-cuisine:before {
    content: "\e98d";
    }
        .fi-tr-hdd:before {
    content: "\e98f";
    }
        .fi-tr-head-side:before {
    content: "\e990";
    }
        .fi-tr-head-side-brain:before {
    content: "\e991";
    }
        .fi-tr-head-side-cough:before {
    content: "\e992";
    }
        .fi-tr-head-side-cough-slash:before {
    content: "\e993";
    }
        .fi-tr-head-side-headphones:before {
    content: "\e994";
    }
        .fi-tr-head-side-heart:before {
    content: "\e995";
    }
        .fi-tr-head-side-mask:before {
    content: "\e996";
    }
        .fi-tr-head-side-medical:before {
    content: "\e997";
    }
        .fi-tr-head-side-thinking:before {
    content: "\e998";
    }
        .fi-tr-head-side-virus:before {
    content: "\e999";
    }
        .fi-tr-head-vr:before {
    content: "\e99a";
    }
        .fi-tr-headache:before {
    content: "\e99b";
    }
        .fi-tr-heading:before {
    content: "\e99c";
    }
        .fi-tr-headphones-rhythm:before {
    content: "\e99e";
    }
        .fi-tr-heart:before {
    content: "\e9a1";
    }
        .fi-tr-heart-arrow:before {
    content: "\e9a2";
    }
        .fi-tr-heart-brain:before {
    content: "\e9a3";
    }
        .fi-tr-heart-circle-user:before {
    content: "\e9a4";
    }
        .fi-tr-heart-crack:before {
    content: "\e9a5";
    }
        .fi-tr-heart-half:before {
    content: "\e9a6";
    }
        .fi-tr-heart-half-stroke:before {
    content: "\e9a7";
    }
        .fi-tr-heart-health-muscle:before {
    content: "\e9a8";
    }
        .fi-tr-heart-lock:before {
    content: "\e9a9";
    }
        .fi-tr-heart-partner-handshake:before {
    content: "\e9aa";
    }
        .fi-tr-heart-rate:before {
    content: "\e9ab";
    }
        .fi-tr-heart-slash:before {
    content: "\e9ac";
    }
        .fi-tr-heart-upside-down:before {
    content: "\e9ad";
    }
        .fi-tr-heat:before {
    content: "\e9ae";
    }
        .fi-tr-helicopter-side:before {
    content: "\e9af";
    }
        .fi-tr-helmet-battle:before {
    content: "\e9b0";
    }
        .fi-tr-hermit-crab:before {
    content: "\e9b1";
    }
        .fi-tr-hexagon:before {
    content: "\e9b2";
    }
        .fi-tr-hexagon-check:before {
    content: "\e9b3";
    }
        .fi-tr-hexagon-divide:before {
    content: "\e9b4";
    }
        .fi-tr-hexagon-exclamation:before {
    content: "\e9b5";
    }
        .fi-tr-high-definition:before {
    content: "\e9b7";
    }
        .fi-tr-high-five:before {
    content: "\e9b8";
    }
        .fi-tr-high-five-celebration-yes:before {
    content: "\e9b9";
    }
        .fi-tr-highlighter:before {
    content: "\e9bb";
    }
        .fi-tr-highlighter-line:before {
    content: "\e9bc";
    }
        .fi-tr-hiking:before {
    content: "\e9bd";
    }
        .fi-tr-hiking-boot:before {
    content: "\e9be";
    }
        .fi-tr-hill-avalanche:before {
    content: "\e9bf";
    }
        .fi-tr-hill-rockslide:before {
    content: "\e9c0";
    }
        .fi-tr-hippie:before {
    content: "\e9c2";
    }
        .fi-tr-hippo:before {
    content: "\e9c3";
    }
        .fi-tr-hockey-mask:before {
    content: "\e9c4";
    }
        .fi-tr-hockey-puck:before {
    content: "\e9c5";
    }
        .fi-tr-hockey-stick-puck:before {
    content: "\e9c6";
    }
        .fi-tr-hockey-sticks:before {
    content: "\e9c7";
    }
        .fi-tr-holding-hand-brain:before {
    content: "\e9c8";
    }
        .fi-tr-holding-hand-delivery:before {
    content: "\e9c9";
    }
        .fi-tr-holding-hand-dinner:before {
    content: "\e9ca";
    }
        .fi-tr-holding-hand-direction:before {
    content: "\e9cb";
    }
        .fi-tr-holding-hand-gear:before {
    content: "\e9cc";
    }
        .fi-tr-holding-hand-key:before {
    content: "\e9cd";
    }
        .fi-tr-holding-hand-nft:before {
    content: "\e9ce";
    }
        .fi-tr-holding-hand-pizza-box:before {
    content: "\e9cf";
    }
        .fi-tr-holding-hand-revenue:before {
    content: "\e9d0";
    }
        .fi-tr-holly-berry:before {
    content: "\e9d1";
    }
        .fi-tr-home-control-app:before {
    content: "\e9d4";
    }
        .fi-tr-home-heart:before {
    content: "\e9d5";
    }
        .fi-tr-home-robot:before {
    content: "\e9d8";
    }
        .fi-tr-home-settings:before {
    content: "\e9d9";
    }
        .fi-tr-home-wifi-phone:before {
    content: "\e9da";
    }
        .fi-tr-homework:before {
    content: "\e9dc";
    }
        .fi-tr-honey-pot:before {
    content: "\e9dd";
    }
        .fi-tr-hood-cloak:before {
    content: "\e9de";
    }
        .fi-tr-hook:before {
    content: "\e9df";
    }
        .fi-tr-horizontal-rule:before {
    content: "\e9e0";
    }
        .fi-tr-horse:before {
    content: "\e9e1";
    }
        .fi-tr-horse-head:before {
    content: "\e9e2";
    }
        .fi-tr-horse-saddle:before {
    content: "\e9e3";
    }
        .fi-tr-horseshoe:before {
    content: "\e9e4";
    }
        .fi-tr-horseshoe-broken:before {
    content: "\e9e5";
    }
        .fi-tr-hose:before {
    content: "\e9e6";
    }
        .fi-tr-hose-reel:before {
    content: "\e9e7";
    }
        .fi-tr-hospital:before {
    content: "\e9e8";
    }
        .fi-tr-hospital-bed:before {
    content: "\e9e9";
    }
        .fi-tr-hospital-symbol:before {
    content: "\e9ea";
    }
        .fi-tr-hospital-user:before {
    content: "\e9eb";
    }
        .fi-tr-hospitals:before {
    content: "\e9ec";
    }
        .fi-tr-hot-tub:before {
    content: "\e9ed";
    }
        .fi-tr-hotdog:before {
    content: "\e9ee";
    }
        .fi-tr-hotel:before {
    content: "\e9ef";
    }
        .fi-tr-hotel-room-key:before {
    content: "\e9f0";
    }
        .fi-tr-hourglass:before {
    content: "\e9f2";
    }
        .fi-tr-hourglass-end:before {
    content: "\e9f3";
    }
        .fi-tr-hourglass-start:before {
    content: "\e9f4";
    }
        .fi-tr-house-blank:before {
    content: "\e9f5";
    }
        .fi-tr-house-building:before {
    content: "\e9f6";
    }
        .fi-tr-house-chimney:before {
    content: "\e9f7";
    }
        .fi-tr-house-chimney-blank:before {
    content: "\e9f8";
    }
        .fi-tr-house-chimney-crack:before {
    content: "\e9f9";
    }
        .fi-tr-house-chimney-heart:before {
    content: "\e9fa";
    }
        .fi-tr-house-chimney-medical:before {
    content: "\e9fb";
    }
        .fi-tr-house-chimney-user:before {
    content: "\e9fc";
    }
        .fi-tr-house-chimney-window:before {
    content: "\e9fd";
    }
        .fi-tr-house-circle-check:before {
    content: "\e9fe";
    }
        .fi-tr-house-circle-exclamation:before {
    content: "\e9ff";
    }
        .fi-tr-house-circle-xmark:before {
    content: "\ea00";
    }
        .fi-tr-house-crack:before {
    content: "\ea01";
    }
        .fi-tr-house-crack-alt:before {
    content: "\ea02";
    }
        .fi-tr-house-day:before {
    content: "\ea03";
    }
        .fi-tr-house-fire:before {
    content: "\ea04";
    }
        .fi-tr-house-flag:before {
    content: "\ea05";
    }
        .fi-tr-house-flood:before {
    content: "\ea06";
    }
        .fi-tr-house-hand:before {
    content: "\ea07";
    }
        .fi-tr-house-hands:before {
    content: "\ea08";
    }
        .fi-tr-house-key:before {
    content: "\ea09";
    }
        .fi-tr-house-laptop:before {
    content: "\ea0a";
    }
        .fi-tr-house-leave:before {
    content: "\ea0b";
    }
        .fi-tr-house-lock:before {
    content: "\ea0c";
    }
        .fi-tr-house-medical:before {
    content: "\ea0d";
    }
        .fi-tr-house-night:before {
    content: "\ea0e";
    }
        .fi-tr-house-return:before {
    content: "\ea0f";
    }
        .fi-tr-house-signal:before {
    content: "\ea10";
    }
        .fi-tr-house-tree:before {
    content: "\ea11";
    }
        .fi-tr-house-tsunami:before {
    content: "\ea12";
    }
        .fi-tr-house-turret:before {
    content: "\ea13";
    }
        .fi-tr-house-unlock:before {
    content: "\ea14";
    }
        .fi-tr-house-user:before {
    content: "\ea15";
    }
        .fi-tr-house-window:before {
    content: "\ea16";
    }
        .fi-tr-hr:before {
    content: "\ea17";
    }
        .fi-tr-hr-group:before {
    content: "\ea18";
    }
        .fi-tr-hr-management:before {
    content: "\ea19";
    }
        .fi-tr-hr-person:before {
    content: "\ea1a";
    }
        .fi-tr-hryvnia:before {
    content: "\ea1b";
    }
        .fi-tr-html-file:before {
    content: "\ea1c";
    }
        .fi-tr-hug-tree:before {
    content: "\ea20";
    }
        .fi-tr-humanitarian-mission:before {
    content: "\ea21";
    }
        .fi-tr-humidity:before {
    content: "\ea22";
    }
        .fi-tr-hundred-points:before {
    content: "\ea23";
    }
        .fi-tr-hurricane:before {
    content: "\ea24";
    }
        .fi-tr-hydroalcoholic-gel:before {
    content: "\ea25";
    }
        .fi-tr-hyperloop:before {
    content: "\ea26";
    }
        .fi-tr-i:before {
    content: "\ea28";
    }
        .fi-tr-ice-cream:before {
    content: "\ea2a";
    }
        .fi-tr-ice-skate:before {
    content: "\ea2b";
    }
        .fi-tr-icicles:before {
    content: "\ea2c";
    }
        .fi-tr-icon-star:before {
    content: "\ea2d";
    }
        .fi-tr-id-badge:before {
    content: "\ea2f";
    }
        .fi-tr-id-card:before {
    content: "\ea30";
    }
        .fi-tr-id-card-clip-alt:before {
    content: "\ea31";
    }
        .fi-tr-idea-exchange:before {
    content: "\ea32";
    }
        .fi-tr-igloo:before {
    content: "\ea34";
    }
        .fi-tr-image-slash:before {
    content: "\ea37";
    }
        .fi-tr-images:before {
    content: "\ea38";
    }
        .fi-tr-images-user:before {
    content: "\ea39";
    }
        .fi-tr-immunity:before {
    content: "\ea3b";
    }
        .fi-tr-improve-user:before {
    content: "\ea3c";
    }
        .fi-tr-improvement:before {
    content: "\ea3d";
    }
        .fi-tr-inbox-in:before {
    content: "\ea40";
    }
        .fi-tr-inbox-out:before {
    content: "\ea41";
    }
        .fi-tr-inboxes:before {
    content: "\ea42";
    }
        .fi-tr-incense-sticks-yoga:before {
    content: "\ea43";
    }
        .fi-tr-incognito:before {
    content: "\ea44";
    }
        .fi-tr-india-map:before {
    content: "\ea48";
    }
        .fi-tr-indian-rupee-sign:before {
    content: "\ea49";
    }
        .fi-tr-industrial-pollution:before {
    content: "\ea4a";
    }
        .fi-tr-industry-alt:before {
    content: "\ea4b";
    }
        .fi-tr-industry-windows:before {
    content: "\ea4c";
    }
        .fi-tr-infinite-cycle:before {
    content: "\ea4d";
    }
        .fi-tr-infinity:before {
    content: "\ea4e";
    }
        .fi-tr-info:before {
    content: "\ea4f";
    }
        .fi-tr-info-guide:before {
    content: "\ea50";
    }
        .fi-tr-information:before {
    content: "\ea51";
    }
        .fi-tr-inhaler:before {
    content: "\ea52";
    }
        .fi-tr-input-numeric:before {
    content: "\ea54";
    }
        .fi-tr-input-pipe:before {
    content: "\ea55";
    }
        .fi-tr-input-text:before {
    content: "\ea56";
    }
        .fi-tr-insert:before {
    content: "\ea57";
    }
        .fi-tr-insert-alt:before {
    content: "\ea58";
    }
        .fi-tr-insert-arrows:before {
    content: "\ea59";
    }
        .fi-tr-insert-button-circle:before {
    content: "\ea5a";
    }
        .fi-tr-insert-credit-card:before {
    content: "\ea5b";
    }
        .fi-tr-insert-square:before {
    content: "\ea5c";
    }
        .fi-tr-insight:before {
    content: "\ea5d";
    }
        .fi-tr-insight-alt:before {
    content: "\ea5e";
    }
        .fi-tr-insight-head:before {
    content: "\ea5f";
    }
        .fi-tr-insomnia:before {
    content: "\ea60";
    }
        .fi-tr-insurance:before {
    content: "\ea64";
    }
        .fi-tr-integral:before {
    content: "\ea66";
    }
        .fi-tr-internet-security:before {
    content: "\ea6c";
    }
        .fi-tr-internet-speed-wifi:before {
    content: "\ea6d";
    }
        .fi-tr-interpersonal-skill:before {
    content: "\ea6e";
    }
        .fi-tr-interrogation:before {
    content: "\ea6f";
    }
        .fi-tr-intersection:before {
    content: "\ea70";
    }
        .fi-tr-introduction:before {
    content: "\ea71";
    }
        .fi-tr-introduction-handshake:before {
    content: "\ea72";
    }
        .fi-tr-inventory-alt:before {
    content: "\ea73";
    }
        .fi-tr-invest:before {
    content: "\ea74";
    }
        .fi-tr-investment:before {
    content: "\ea75";
    }
        .fi-tr-investor:before {
    content: "\ea76";
    }
        .fi-tr-invite:before {
    content: "\ea78";
    }
        .fi-tr-invite-alt:before {
    content: "\ea79";
    }
        .fi-tr-iot:before {
    content: "\ea7a";
    }
        .fi-tr-iot-alt:before {
    content: "\ea7b";
    }
        .fi-tr-ip-address:before {
    content: "\ea7c";
    }
        .fi-tr-iron:before {
    content: "\ea7d";
    }
        .fi-tr-island-tropical:before {
    content: "\ea7e";
    }
        .fi-tr-iso-file:before {
    content: "\ea7f";
    }
        .fi-tr-issue-loupe:before {
    content: "\ea80";
    }
        .fi-tr-it:before {
    content: "\ea81";
    }
        .fi-tr-it-alt:before {
    content: "\ea82";
    }
        .fi-tr-it-computer:before {
    content: "\ea83";
    }
        .fi-tr-italian:before {
    content: "\ea84";
    }
        .fi-tr-italian-coffee-maker:before {
    content: "\ea85";
    }
        .fi-tr-italian-lira-sign:before {
    content: "\ea86";
    }
        .fi-tr-j:before {
    content: "\ea89";
    }
        .fi-tr-jam:before {
    content: "\ea8b";
    }
        .fi-tr-january-calendar:before {
    content: "\ea8d";
    }
        .fi-tr-japanese:before {
    content: "\ea8e";
    }
        .fi-tr-jar-alt:before {
    content: "\ea8f";
    }
        .fi-tr-jar-wheat:before {
    content: "\ea90";
    }
        .fi-tr-javascript:before {
    content: "\ea92";
    }
        .fi-tr-joint:before {
    content: "\ea96";
    }
        .fi-tr-joker:before {
    content: "\ea97";
    }
        .fi-tr-journal:before {
    content: "\ea99";
    }
        .fi-tr-journal-alt:before {
    content: "\ea9a";
    }
        .fi-tr-journey:before {
    content: "\ea9b";
    }
        .fi-tr-joystick:before {
    content: "\ea9c";
    }
        .fi-tr-jpg:before {
    content: "\ea9d";
    }
        .fi-tr-json-file:before {
    content: "\eaa0";
    }
        .fi-tr-judge:before {
    content: "\eaa1";
    }
        .fi-tr-jug:before {
    content: "\eaa2";
    }
        .fi-tr-jug-alt:before {
    content: "\eaa3";
    }
        .fi-tr-jug-bottle:before {
    content: "\eaa4";
    }
        .fi-tr-july-calendar:before {
    content: "\eaa5";
    }
        .fi-tr-jumping-rope:before {
    content: "\eaa6";
    }
        .fi-tr-june-calendar:before {
    content: "\eaa7";
    }
        .fi-tr-jury:before {
    content: "\eaa8";
    }
        .fi-tr-k:before {
    content: "\eaa9";
    }
        .fi-tr-k-pop:before {
    content: "\eaaa";
    }
        .fi-tr-k-pop-headphones:before {
    content: "\eaab";
    }
        .fi-tr-k-pop-microphone:before {
    content: "\eaac";
    }
        .fi-tr-kaaba:before {
    content: "\eaad";
    }
        .fi-tr-kangaroo:before {
    content: "\eaae";
    }
        .fi-tr-kayak:before {
    content: "\eaaf";
    }
        .fi-tr-kazoo:before {
    content: "\eab0";
    }
        .fi-tr-kerning:before {
    content: "\eab1";
    }
        .fi-tr-key:before {
    content: "\eab2";
    }
        .fi-tr-key-car:before {
    content: "\eab3";
    }
        .fi-tr-key-hole:before {
    content: "\eab4";
    }
        .fi-tr-key-lock-crypto:before {
    content: "\eab5";
    }
        .fi-tr-key-skeleton-left-right:before {
    content: "\eab7";
    }
        .fi-tr-keyboard:before {
    content: "\eab8";
    }
        .fi-tr-keyboard-brightness:before {
    content: "\eab9";
    }
        .fi-tr-keyboard-brightness-low:before {
    content: "\eaba";
    }
        .fi-tr-keyboard-down:before {
    content: "\eabb";
    }
        .fi-tr-keyboard-finger:before {
    content: "\eabc";
    }
        .fi-tr-keyboard-left:before {
    content: "\eabd";
    }
        .fi-tr-keynote:before {
    content: "\eabe";
    }
        .fi-tr-khanda:before {
    content: "\eabf";
    }
        .fi-tr-kidneys:before {
    content: "\eac1";
    }
        .fi-tr-kimchi:before {
    content: "\eac2";
    }
        .fi-tr-kip-sign:before {
    content: "\eac4";
    }
        .fi-tr-kiss:before {
    content: "\eac5";
    }
        .fi-tr-kiss-beam:before {
    content: "\eac6";
    }
        .fi-tr-kiss-wink-heart:before {
    content: "\eac7";
    }
        .fi-tr-kitchen-set:before {
    content: "\eac8";
    }
        .fi-tr-kite:before {
    content: "\eac9";
    }
        .fi-tr-kiwi-bird:before {
    content: "\eaca";
    }
        .fi-tr-kiwi-fruit:before {
    content: "\eacb";
    }
        .fi-tr-knee-joint:before {
    content: "\eacc";
    }
        .fi-tr-knife:before {
    content: "\eacd";
    }
        .fi-tr-knife-kitchen:before {
    content: "\eace";
    }
        .fi-tr-knitting:before {
    content: "\ead0";
    }
        .fi-tr-knot-rope:before {
    content: "\ead1";
    }
        .fi-tr-korean:before {
    content: "\ead3";
    }
        .fi-tr-kpi:before {
    content: "\ead4";
    }
        .fi-tr-kpi-evaluation:before {
    content: "\ead5";
    }
        .fi-tr-l:before {
    content: "\ead6";
    }
        .fi-tr-lab-coat:before {
    content: "\ead7";
    }
        .fi-tr-label:before {
    content: "\ead8";
    }
        .fi-tr-lacrosse-stick:before {
    content: "\ead9";
    }
        .fi-tr-lacrosse-stick-ball:before {
    content: "\eada";
    }
        .fi-tr-ladder:before {
    content: "\eadb";
    }
        .fi-tr-lambda:before {
    content: "\eadc";
    }
        .fi-tr-lamp:before {
    content: "\eadd";
    }
        .fi-tr-lamp-desk:before {
    content: "\eade";
    }
        .fi-tr-lamp-desk-on:before {
    content: "\eadf";
    }
        .fi-tr-lamp-floor:before {
    content: "\eae0";
    }
        .fi-tr-lamp-street:before {
    content: "\eae1";
    }
        .fi-tr-land-layer-location:before {
    content: "\eae2";
    }
        .fi-tr-land-layers:before {
    content: "\eae3";
    }
        .fi-tr-land-location:before {
    content: "\eae4";
    }
        .fi-tr-land-mine-on:before {
    content: "\eae5";
    }
        .fi-tr-landmark-alt:before {
    content: "\eae6";
    }
        .fi-tr-language:before {
    content: "\eae7";
    }
        .fi-tr-language-exchange:before {
    content: "\eae8";
    }
        .fi-tr-lanterns:before {
    content: "\eaeb";
    }
        .fi-tr-laptop:before {
    content: "\eaec";
    }
        .fi-tr-laptop-arrow-down:before {
    content: "\eaed";
    }
        .fi-tr-laptop-binary:before {
    content: "\eaee";
    }
        .fi-tr-laptop-code:before {
    content: "\eaef";
    }
        .fi-tr-laptop-dollar:before {
    content: "\eaf0";
    }
        .fi-tr-laptop-lock:before {
    content: "\eaf1";
    }
        .fi-tr-laptop-medical:before {
    content: "\eaf2";
    }
        .fi-tr-laptop-mobile:before {
    content: "\eaf3";
    }
        .fi-tr-laptop-refresh:before {
    content: "\eaf4";
    }
        .fi-tr-laptop-shield:before {
    content: "\eaf5";
    }
        .fi-tr-laptop-signal:before {
    content: "\eaf6";
    }
        .fi-tr-laptop-slash:before {
    content: "\eaf7";
    }
        .fi-tr-lari-sign:before {
    content: "\eaf8";
    }
        .fi-tr-lasso-sparkles:before {
    content: "\eafa";
    }
        .fi-tr-last-square:before {
    content: "\eafb";
    }
        .fi-tr-laugh:before {
    content: "\eafc";
    }
        .fi-tr-laugh-beam:before {
    content: "\eafd";
    }
        .fi-tr-laugh-squint:before {
    content: "\eafe";
    }
        .fi-tr-laugh-wink:before {
    content: "\eaff";
    }
        .fi-tr-launch:before {
    content: "\eb00";
    }
        .fi-tr-laurel-user:before {
    content: "\eb01";
    }
        .fi-tr-law-book:before {
    content: "\eb02";
    }
        .fi-tr-lawyer-man:before {
    content: "\eb03";
    }
        .fi-tr-lawyer-woman:before {
    content: "\eb04";
    }
        .fi-tr-layer-minus:before {
    content: "\eb05";
    }
        .fi-tr-layer-plus:before {
    content: "\eb06";
    }
        .fi-tr-lead:before {
    content: "\eb09";
    }
        .fi-tr-lead-funnel:before {
    content: "\eb0a";
    }
        .fi-tr-lead-management:before {
    content: "\eb0b";
    }
        .fi-tr-leader:before {
    content: "\eb0c";
    }
        .fi-tr-leader-alt:before {
    content: "\eb0d";
    }
        .fi-tr-leader-speech:before {
    content: "\eb0e";
    }
        .fi-tr-leaderboard:before {
    content: "\eb0f";
    }
        .fi-tr-leaderboard-alt:before {
    content: "\eb10";
    }
        .fi-tr-leaderboard-trophy:before {
    content: "\eb11";
    }
        .fi-tr-leadership:before {
    content: "\eb12";
    }
        .fi-tr-leadership-alt:before {
    content: "\eb13";
    }
        .fi-tr-leaf:before {
    content: "\eb14";
    }
        .fi-tr-leaf-heart:before {
    content: "\eb15";
    }
        .fi-tr-leaf-maple:before {
    content: "\eb16";
    }
        .fi-tr-leaf-oak:before {
    content: "\eb17";
    }
        .fi-tr-leafy-green:before {
    content: "\eb18";
    }
        .fi-tr-leave:before {
    content: "\eb19";
    }
        .fi-tr-left:before {
    content: "\eb1a";
    }
        .fi-tr-left-from-bracket:before {
    content: "\eb1b";
    }
        .fi-tr-legal:before {
    content: "\eb1c";
    }
        .fi-tr-legal-aid:before {
    content: "\eb1d";
    }
        .fi-tr-legal-case:before {
    content: "\eb1e";
    }
        .fi-tr-legal-document:before {
    content: "\eb1f";
    }
        .fi-tr-legal-fees:before {
    content: "\eb20";
    }
        .fi-tr-lemon:before {
    content: "\eb21";
    }
        .fi-tr-lemongrass:before {
    content: "\eb22";
    }
        .fi-tr-lesbian-couple:before {
    content: "\eb23";
    }
        .fi-tr-less-than:before {
    content: "\eb24";
    }
        .fi-tr-less-than-equal:before {
    content: "\eb25";
    }
        .fi-tr-lesson:before {
    content: "\eb26";
    }
        .fi-tr-lesson-class:before {
    content: "\eb27";
    }
        .fi-tr-lettuce:before {
    content: "\eb2a";
    }
        .fi-tr-level-down:before {
    content: "\eb2b";
    }
        .fi-tr-level-down-alt:before {
    content: "\eb2c";
    }
        .fi-tr-level-up:before {
    content: "\eb2d";
    }
        .fi-tr-level-up-alt:before {
    content: "\eb2e";
    }
        .fi-tr-license:before {
    content: "\eb2f";
    }
        .fi-tr-life:before {
    content: "\eb30";
    }
        .fi-tr-life-ring:before {
    content: "\eb31";
    }
        .fi-tr-lift:before {
    content: "\eb32";
    }
        .fi-tr-light-ceiling:before {
    content: "\eb33";
    }
        .fi-tr-light-emergency:before {
    content: "\eb34";
    }
        .fi-tr-light-emergency-on:before {
    content: "\eb35";
    }
        .fi-tr-light-mode-alt:before {
    content: "\eb36";
    }
        .fi-tr-light-switch:before {
    content: "\eb37";
    }
        .fi-tr-light-switch-off:before {
    content: "\eb38";
    }
        .fi-tr-light-switch-on:before {
    content: "\eb39";
    }
        .fi-tr-lightbulb-cfl:before {
    content: "\eb3a";
    }
        .fi-tr-lightbulb-cfl-on:before {
    content: "\eb3b";
    }
        .fi-tr-lightbulb-dollar:before {
    content: "\eb3d";
    }
        .fi-tr-lightbulb-exclamation:before {
    content: "\eb3e";
    }
        .fi-tr-lightbulb-head:before {
    content: "\eb41";
    }
        .fi-tr-lightbulb-message:before {
    content: "\eb42";
    }
        .fi-tr-lightbulb-on:before {
    content: "\eb43";
    }
        .fi-tr-lightbulb-question:before {
    content: "\eb44";
    }
        .fi-tr-lightbulb-setting:before {
    content: "\eb45";
    }
        .fi-tr-lightbulb-slash:before {
    content: "\eb46";
    }
        .fi-tr-lighthouse:before {
    content: "\eb48";
    }
        .fi-tr-lights-holiday:before {
    content: "\eb49";
    }
        .fi-tr-limit-hand:before {
    content: "\eb4a";
    }
        .fi-tr-limit-speedometer:before {
    content: "\eb4b";
    }
        .fi-tr-link-alt:before {
    content: "\eb4f";
    }
        .fi-tr-link-horizontal:before {
    content: "\eb50";
    }
        .fi-tr-link-horizontal-slash:before {
    content: "\eb51";
    }
        .fi-tr-link-slash:before {
    content: "\eb52";
    }
        .fi-tr-link-slash-alt:before {
    content: "\eb53";
    }
        .fi-tr-lion:before {
    content: "\eb55";
    }
        .fi-tr-lion-head:before {
    content: "\eb56";
    }
        .fi-tr-lips:before {
    content: "\eb57";
    }
        .fi-tr-lips-silence:before {
    content: "\eb58";
    }
        .fi-tr-lipstick:before {
    content: "\eb59";
    }
        .fi-tr-lira-sign:before {
    content: "\eb5a";
    }
        .fi-tr-list-check:before {
    content: "\eb5d";
    }
        .fi-tr-list-dropdown:before {
    content: "\eb5e";
    }
        .fi-tr-list-music:before {
    content: "\eb5f";
    }
        .fi-tr-list-timeline:before {
    content: "\eb60";
    }
        .fi-tr-list-tree:before {
    content: "\eb61";
    }
        .fi-tr-litecoin-sign:before {
    content: "\eb64";
    }
        .fi-tr-live:before {
    content: "\eb65";
    }
        .fi-tr-live-alt:before {
    content: "\eb66";
    }
        .fi-tr-loading:before {
    content: "\eb67";
    }
        .fi-tr-loan:before {
    content: "\eb68";
    }
        .fi-tr-lobster:before {
    content: "\eb69";
    }
        .fi-tr-location-alt:before {
    content: "\eb6b";
    }
        .fi-tr-location-arrow:before {
    content: "\eb6c";
    }
        .fi-tr-location-crosshairs:before {
    content: "\eb6d";
    }
        .fi-tr-location-crosshairs-slash:before {
    content: "\eb6e";
    }
        .fi-tr-location-dot-slash:before {
    content: "\eb6f";
    }
        .fi-tr-location-exclamation:before {
    content: "\eb70";
    }
        .fi-tr-location-lock:before {
    content: "\eb71";
    }
        .fi-tr-lock-alt:before {
    content: "\eb7a";
    }
        .fi-tr-lock-hashtag:before {
    content: "\eb7b";
    }
        .fi-tr-lock-open-alt:before {
    content: "\eb7c";
    }
        .fi-tr-locust:before {
    content: "\eb7d";
    }
        .fi-tr-log-file:before {
    content: "\eb7e";
    }
        .fi-tr-login:before {
    content: "\eb80";
    }
        .fi-tr-login-lock:before {
    content: "\eb81";
    }
        .fi-tr-logo:before {
    content: "\eb82";
    }
        .fi-tr-longboard:before {
    content: "\eb83";
    }
        .fi-tr-loop-square:before {
    content: "\eb85";
    }
        .fi-tr-loveseat:before {
    content: "\eb89";
    }
        .fi-tr-low-vision:before {
    content: "\eb8a";
    }
        .fi-tr-lower-back:before {
    content: "\eb8b";
    }
        .fi-tr-luchador:before {
    content: "\eb8c";
    }
        .fi-tr-luggage-cart:before {
    content: "\eb8d";
    }
        .fi-tr-lunch-box:before {
    content: "\eb8f";
    }
        .fi-tr-lung-cancer:before {
    content: "\eb90";
    }
        .fi-tr-lung-ribbon:before {
    content: "\eb91";
    }
        .fi-tr-lungs:before {
    content: "\eb92";
    }
        .fi-tr-lungs-virus:before {
    content: "\eb93";
    }
        .fi-tr-m:before {
    content: "\eb94";
    }
        .fi-tr-macarons:before {
    content: "\eb95";
    }
        .fi-tr-mace:before {
    content: "\eb96";
    }
        .fi-tr-machine-learning:before {
    content: "\eb97";
    }
        .fi-tr-magnet:before {
    content: "\eb9e";
    }
        .fi-tr-magnet-energy:before {
    content: "\eb9f";
    }
        .fi-tr-magnet-user:before {
    content: "\eba0";
    }
        .fi-tr-magnifying-glass-binary:before {
    content: "\eba3";
    }
        .fi-tr-magnifying-glass-eye:before {
    content: "\eba4";
    }
        .fi-tr-magnifying-glass-play:before {
    content: "\eba5";
    }
        .fi-tr-magnifying-glass-wave:before {
    content: "\eba6";
    }
        .fi-tr-mail-hook:before {
    content: "\eba8";
    }
        .fi-tr-mail-malware:before {
    content: "\eba9";
    }
        .fi-tr-mail-plus-circle:before {
    content: "\ebaa";
    }
        .fi-tr-mailbox:before {
    content: "\ebab";
    }
        .fi-tr-makeup-bag:before {
    content: "\ebb0";
    }
        .fi-tr-makeup-brush:before {
    content: "\ebb1";
    }
        .fi-tr-malware-circle:before {
    content: "\ebb4";
    }
        .fi-tr-malware-shield:before {
    content: "\ebb5";
    }
        .fi-tr-malware-square:before {
    content: "\ebb6";
    }
        .fi-tr-man-head:before {
    content: "\ebb7";
    }
        .fi-tr-man-scientist:before {
    content: "\ebb8";
    }
        .fi-tr-manat-sign:before {
    content: "\ebb9";
    }
        .fi-tr-mandolin:before {
    content: "\ebba";
    }
        .fi-tr-mango:before {
    content: "\ebbb";
    }
        .fi-tr-manhole:before {
    content: "\ebbc";
    }
        .fi-tr-manicure:before {
    content: "\ebbd";
    }
        .fi-tr-map-location-track:before {
    content: "\ebbf";
    }
        .fi-tr-map-marker-check:before {
    content: "\ebc1";
    }
        .fi-tr-map-marker-edit:before {
    content: "\ebc3";
    }
        .fi-tr-map-marker-question:before {
    content: "\ebc8";
    }
        .fi-tr-map-marker-slash:before {
    content: "\ebc9";
    }
        .fi-tr-map-marker-smile:before {
    content: "\ebca";
    }
        .fi-tr-map-pin:before {
    content: "\ebcb";
    }
        .fi-tr-map-point:before {
    content: "\ebcc";
    }
        .fi-tr-march-calendar:before {
    content: "\ebcd";
    }
        .fi-tr-marker:before {
    content: "\ebce";
    }
        .fi-tr-marker-hospital:before {
    content: "\ebcf";
    }
        .fi-tr-marker-time:before {
    content: "\ebd0";
    }
        .fi-tr-marketplace:before {
    content: "\ebd1";
    }
        .fi-tr-marketplace-alt:before {
    content: "\ebd2";
    }
        .fi-tr-marketplace-store:before {
    content: "\ebd3";
    }
        .fi-tr-marriage-proposal:before {
    content: "\ebd4";
    }
        .fi-tr-mars:before {
    content: "\ebd6";
    }
        .fi-tr-mars-and-venus-burst:before {
    content: "\ebd7";
    }
        .fi-tr-mars-double:before {
    content: "\ebd8";
    }
        .fi-tr-mars-stroke-right:before {
    content: "\ebd9";
    }
        .fi-tr-mars-stroke-up:before {
    content: "\ebda";
    }
        .fi-tr-martini-glass-citrus:before {
    content: "\ebdb";
    }
        .fi-tr-martini-glass-empty:before {
    content: "\ebdc";
    }
        .fi-tr-mascara:before {
    content: "\ebdd";
    }
        .fi-tr-mask-carnival:before {
    content: "\ebdf";
    }
        .fi-tr-mask-face:before {
    content: "\ebe0";
    }
        .fi-tr-mask-snorkel:before {
    content: "\ebe1";
    }
        .fi-tr-massage:before {
    content: "\ebe2";
    }
        .fi-tr-master-plan:before {
    content: "\ebe3";
    }
        .fi-tr-master-plan-integrate:before {
    content: "\ebe4";
    }
        .fi-tr-match-fire:before {
    content: "\ebe5";
    }
        .fi-tr-mattress-pillow:before {
    content: "\ebe6";
    }
        .fi-tr-may-calendar:before {
    content: "\ebe7";
    }
        .fi-tr-measuring-tape:before {
    content: "\ebe9";
    }
        .fi-tr-meat:before {
    content: "\ebea";
    }
        .fi-tr-medal:before {
    content: "\ebeb";
    }
        .fi-tr-mediator:before {
    content: "\ebed";
    }
        .fi-tr-medical-star:before {
    content: "\ebee";
    }
        .fi-tr-medication:before {
    content: "\ebef";
    }
        .fi-tr-medicine:before {
    content: "\ebf0";
    }
        .fi-tr-meditation:before {
    content: "\ebf1";
    }
        .fi-tr-meeting:before {
    content: "\ebf3";
    }
        .fi-tr-meeting-alt:before {
    content: "\ebf4";
    }
        .fi-tr-megaphone:before {
    content: "\ebf5";
    }
        .fi-tr-megaphone-announcement-leader:before {
    content: "\ebf6";
    }
        .fi-tr-megaphone-magnifying-glass:before {
    content: "\ebf7";
    }
        .fi-tr-megaphone-sound-waves:before {
    content: "\ebf8";
    }
        .fi-tr-meh:before {
    content: "\ebf9";
    }
        .fi-tr-meh-blank:before {
    content: "\ebfa";
    }
        .fi-tr-meh-rolling-eyes:before {
    content: "\ebfb";
    }
        .fi-tr-melon:before {
    content: "\ebfc";
    }
        .fi-tr-melon-alt:before {
    content: "\ebfd";
    }
        .fi-tr-member-list:before {
    content: "\ebfe";
    }
        .fi-tr-member-search:before {
    content: "\ebff";
    }
        .fi-tr-membership:before {
    content: "\ec00";
    }
        .fi-tr-membership-vip:before {
    content: "\ec01";
    }
        .fi-tr-memo:before {
    content: "\ec02";
    }
        .fi-tr-memo-circle-check:before {
    content: "\ec03";
    }
        .fi-tr-memo-pad:before {
    content: "\ec04";
    }
        .fi-tr-memory:before {
    content: "\ec05";
    }
        .fi-tr-memory-loss:before {
    content: "\ec06";
    }
        .fi-tr-men-swimsuit:before {
    content: "\ec07";
    }
        .fi-tr-menorah:before {
    content: "\ec08";
    }
        .fi-tr-menu-food:before {
    content: "\ec0c";
    }
        .fi-tr-mercury:before {
    content: "\ec0d";
    }
        .fi-tr-message-alert:before {
    content: "\ec0e";
    }
        .fi-tr-message-arrow-down:before {
    content: "\ec0f";
    }
        .fi-tr-message-arrow-up:before {
    content: "\ec10";
    }
        .fi-tr-message-arrow-up-right:before {
    content: "\ec11";
    }
        .fi-tr-message-bot:before {
    content: "\ec12";
    }
        .fi-tr-message-circle-refresh:before {
    content: "\ec13";
    }
        .fi-tr-message-code:before {
    content: "\ec14";
    }
        .fi-tr-message-dollar:before {
    content: "\ec15";
    }
        .fi-tr-message-heart:before {
    content: "\ec16";
    }
        .fi-tr-message-image:before {
    content: "\ec17";
    }
        .fi-tr-message-question:before {
    content: "\ec19";
    }
        .fi-tr-message-quote:before {
    content: "\ec1a";
    }
        .fi-tr-message-slash:before {
    content: "\ec1b";
    }
        .fi-tr-message-sms:before {
    content: "\ec1c";
    }
        .fi-tr-message-square-refresh:before {
    content: "\ec1d";
    }
        .fi-tr-message-star:before {
    content: "\ec1e";
    }
        .fi-tr-message-text:before {
    content: "\ec1f";
    }
        .fi-tr-message-xmark:before {
    content: "\ec20";
    }
        .fi-tr-messages:before {
    content: "\ec21";
    }
        .fi-tr-messages-dollar:before {
    content: "\ec22";
    }
        .fi-tr-messages-question:before {
    content: "\ec23";
    }
        .fi-tr-meteor:before {
    content: "\ec25";
    }
        .fi-tr-meter:before {
    content: "\ec26";
    }
        .fi-tr-meter-bolt:before {
    content: "\ec27";
    }
        .fi-tr-meter-droplet:before {
    content: "\ec28";
    }
        .fi-tr-meter-fire:before {
    content: "\ec29";
    }
        .fi-tr-method:before {
    content: "\ec2a";
    }
        .fi-tr-microchip:before {
    content: "\ec2b";
    }
        .fi-tr-microchip-ai:before {
    content: "\ec2c";
    }
        .fi-tr-microphone-alt:before {
    content: "\ec2e";
    }
        .fi-tr-microphone-slash:before {
    content: "\ec32";
    }
        .fi-tr-microscope:before {
    content: "\ec33";
    }
        .fi-tr-microscope-bacteria:before {
    content: "\ec34";
    }
        .fi-tr-microwave:before {
    content: "\ec38";
    }
        .fi-tr-milk:before {
    content: "\ec39";
    }
        .fi-tr-milk-alt:before {
    content: "\ec3a";
    }
        .fi-tr-mill:before {
    content: "\ec3b";
    }
        .fi-tr-mill-sign:before {
    content: "\ec3c";
    }
        .fi-tr-mind-share:before {
    content: "\ec3d";
    }
        .fi-tr-minus-circle:before {
    content: "\ec3f";
    }
        .fi-tr-minus-hexagon:before {
    content: "\ec40";
    }
        .fi-tr-mirror:before {
    content: "\ec43";
    }
        .fi-tr-mirror-user:before {
    content: "\ec44";
    }
        .fi-tr-mission:before {
    content: "\ec45";
    }
        .fi-tr-mistletoe:before {
    content: "\ec46";
    }
        .fi-tr-mix:before {
    content: "\ec47";
    }
        .fi-tr-mixer:before {
    content: "\ec48";
    }
        .fi-tr-mobile:before {
    content: "\ec49";
    }
        .fi-tr-mobile-4g:before {
    content: "\ec4a";
    }
        .fi-tr-mobile-5g:before {
    content: "\ec4b";
    }
        .fi-tr-mobile-app-cleaner:before {
    content: "\ec4c";
    }
        .fi-tr-mobile-button:before {
    content: "\ec4e";
    }
        .fi-tr-mobile-friendly:before {
    content: "\ec4f";
    }
        .fi-tr-mobile-hand:before {
    content: "\ec50";
    }
        .fi-tr-mobile-lock:before {
    content: "\ec51";
    }
        .fi-tr-mobile-message:before {
    content: "\ec52";
    }
        .fi-tr-mobile-notch:before {
    content: "\ec53";
    }
        .fi-tr-mockup:before {
    content: "\ec56";
    }
        .fi-tr-mode:before {
    content: "\ec57";
    }
        .fi-tr-mode-alt:before {
    content: "\ec58";
    }
        .fi-tr-model-cube:before {
    content: "\ec5b";
    }
        .fi-tr-model-cube-arrows:before {
    content: "\ec5c";
    }
        .fi-tr-model-cube-space:before {
    content: "\ec5d";
    }
        .fi-tr-modular-home:before {
    content: "\ec5e";
    }
        .fi-tr-module:before {
    content: "\ec5f";
    }
        .fi-tr-monday:before {
    content: "\ec60";
    }
        .fi-tr-money:before {
    content: "\ec61";
    }
        .fi-tr-money-bill-simple:before {
    content: "\ec63";
    }
        .fi-tr-money-bill-transfer:before {
    content: "\ec64";
    }
        .fi-tr-money-bill-wave:before {
    content: "\ec65";
    }
        .fi-tr-money-bill-wave-alt:before {
    content: "\ec66";
    }
        .fi-tr-money-bills:before {
    content: "\ec67";
    }
        .fi-tr-money-bills-simple:before {
    content: "\ec68";
    }
        .fi-tr-money-check:before {
    content: "\ec69";
    }
        .fi-tr-money-check-edit:before {
    content: "\ec6a";
    }
        .fi-tr-money-check-edit-alt:before {
    content: "\ec6b";
    }
        .fi-tr-money-coin-transfer:before {
    content: "\ec6c";
    }
        .fi-tr-money-from-bracket:before {
    content: "\ec6d";
    }
        .fi-tr-money-income:before {
    content: "\ec6f";
    }
        .fi-tr-money-laptop:before {
    content: "\ec70";
    }
        .fi-tr-money-safe-box:before {
    content: "\ec72";
    }
        .fi-tr-money-simple-from-bracket:before {
    content: "\ec73";
    }
        .fi-tr-money-transfer-alt:before {
    content: "\ec74";
    }
        .fi-tr-money-transfer-coin-arrow:before {
    content: "\ec75";
    }
        .fi-tr-money-transfer-smartphone:before {
    content: "\ec76";
    }
        .fi-tr-money-wings:before {
    content: "\ec77";
    }
        .fi-tr-monitor-sun:before {
    content: "\ec78";
    }
        .fi-tr-monitor-water:before {
    content: "\ec79";
    }
        .fi-tr-monkey:before {
    content: "\ec7a";
    }
        .fi-tr-monstera:before {
    content: "\ec7b";
    }
        .fi-tr-monument:before {
    content: "\ec7c";
    }
        .fi-tr-moon:before {
    content: "\ec7d";
    }
        .fi-tr-moon-stars:before {
    content: "\ec7e";
    }
        .fi-tr-moped:before {
    content: "\ec7f";
    }
        .fi-tr-mortar-pestle:before {
    content: "\ec80";
    }
        .fi-tr-mortgage:before {
    content: "\ec81";
    }
        .fi-tr-mosque:before {
    content: "\ec82";
    }
        .fi-tr-mosque-alt:before {
    content: "\ec83";
    }
        .fi-tr-mosque-moon:before {
    content: "\ec84";
    }
        .fi-tr-mosquito:before {
    content: "\ec85";
    }
        .fi-tr-mosquito-net:before {
    content: "\ec86";
    }
        .fi-tr-motion-graphic:before {
    content: "\ec87";
    }
        .fi-tr-motorcycle:before {
    content: "\ec89";
    }
        .fi-tr-motorcycle-front:before {
    content: "\ec8a";
    }
        .fi-tr-motorcycle-helmet:before {
    content: "\ec8b";
    }
        .fi-tr-mound:before {
    content: "\ec8c";
    }
        .fi-tr-mountain:before {
    content: "\ec8d";
    }
        .fi-tr-mountain-city:before {
    content: "\ec8e";
    }
        .fi-tr-mountains:before {
    content: "\ec90";
    }
        .fi-tr-mouse:before {
    content: "\ec91";
    }
        .fi-tr-mouse-field:before {
    content: "\ec92";
    }
        .fi-tr-mouse-pointer-click:before {
    content: "\ec93";
    }
        .fi-tr-mouse-pointer-heart:before {
    content: "\ec94";
    }
        .fi-tr-moustache:before {
    content: "\ec95";
    }
        .fi-tr-mov-file:before {
    content: "\ec96";
    }
        .fi-tr-move-to-folder:before {
    content: "\ec97";
    }
        .fi-tr-move-to-folder-2:before {
    content: "\ec98";
    }
        .fi-tr-moving:before {
    content: "\ec99";
    }
        .fi-tr-mower:before {
    content: "\ec9a";
    }
        .fi-tr-mp3-file:before {
    content: "\ec9b";
    }
        .fi-tr-mp3-player:before {
    content: "\ec9c";
    }
        .fi-tr-mp4-file:before {
    content: "\ec9d";
    }
        .fi-tr-muffin:before {
    content: "\ec9e";
    }
        .fi-tr-mug:before {
    content: "\ec9f";
    }
        .fi-tr-mug-alt:before {
    content: "\eca0";
    }
        .fi-tr-mug-hot:before {
    content: "\eca1";
    }
        .fi-tr-mug-hot-alt:before {
    content: "\eca2";
    }
        .fi-tr-mug-marshmallows:before {
    content: "\eca3";
    }
        .fi-tr-mug-tea:before {
    content: "\eca4";
    }
        .fi-tr-mug-tea-alt:before {
    content: "\eca5";
    }
        .fi-tr-mug-tea-saucer:before {
    content: "\eca6";
    }
        .fi-tr-multiple:before {
    content: "\eca8";
    }
        .fi-tr-multiple-alt:before {
    content: "\eca9";
    }
        .fi-tr-multitasking:before {
    content: "\ecaa";
    }
        .fi-tr-muscle:before {
    content: "\ecab";
    }
        .fi-tr-museum:before {
    content: "\ecac";
    }
        .fi-tr-mushroom:before {
    content: "\ecad";
    }
        .fi-tr-mushroom-alt:before {
    content: "\ecae";
    }
        .fi-tr-mushroom-cloud:before {
    content: "\ecaf";
    }
        .fi-tr-music-file:before {
    content: "\ecb3";
    }
        .fi-tr-music-magnifying-glass:before {
    content: "\ecb4";
    }
        .fi-tr-music-note:before {
    content: "\ecb5";
    }
        .fi-tr-music-note-slash:before {
    content: "\ecb6";
    }
        .fi-tr-music-slash:before {
    content: "\ecb7";
    }
        .fi-tr-n:before {
    content: "\ecb9";
    }
        .fi-tr-nail-art:before {
    content: "\ecba";
    }
        .fi-tr-nail-clipper:before {
    content: "\ecbb";
    }
        .fi-tr-naira-sign:before {
    content: "\ecbc";
    }
        .fi-tr-narwhal:before {
    content: "\ecbe";
    }
        .fi-tr-nesting-dolls:before {
    content: "\ecc0";
    }
        .fi-tr-network:before {
    content: "\ecc3";
    }
        .fi-tr-network-analytic:before {
    content: "\ecc4";
    }
        .fi-tr-network-cloud:before {
    content: "\ecc5";
    }
        .fi-tr-network-firewall:before {
    content: "\ecc7";
    }
        .fi-tr-network-user:before {
    content: "\ecc8";
    }
        .fi-tr-neuter:before {
    content: "\ecc9";
    }
        .fi-tr-newsletter-subscribe:before {
    content: "\eccc";
    }
        .fi-tr-newspaper:before {
    content: "\eccd";
    }
        .fi-tr-newspaper-open:before {
    content: "\eccf";
    }
        .fi-tr-nfc:before {
    content: "\ecd0";
    }
        .fi-tr-nfc-lock:before {
    content: "\ecd1";
    }
        .fi-tr-nfc-magnifying-glass:before {
    content: "\ecd2";
    }
        .fi-tr-nfc-pen:before {
    content: "\ecd3";
    }
        .fi-tr-nfc-slash:before {
    content: "\ecd5";
    }
        .fi-tr-nfc-trash:before {
    content: "\ecd6";
    }
        .fi-tr-nft-square:before {
    content: "\ecd9";
    }
        .fi-tr-night-day:before {
    content: "\ecda";
    }
        .fi-tr-night-mode:before {
    content: "\ecdb";
    }
        .fi-tr-no-attention:before {
    content: "\ecdc";
    }
        .fi-tr-no-baby:before {
    content: "\ecdd";
    }
        .fi-tr-no-ball:before {
    content: "\ecde";
    }
        .fi-tr-no-child:before {
    content: "\ecdf";
    }
        .fi-tr-no-children:before {
    content: "\ece0";
    }
        .fi-tr-no-fee:before {
    content: "\ece1";
    }
        .fi-tr-no-food:before {
    content: "\ece2";
    }
        .fi-tr-no-food-circle:before {
    content: "\ece3";
    }
        .fi-tr-no-iron:before {
    content: "\ece4";
    }
        .fi-tr-no-pacifier:before {
    content: "\ece5";
    }
        .fi-tr-no-people:before {
    content: "\ece6";
    }
        .fi-tr-no-play-football:before {
    content: "\ece7";
    }
        .fi-tr-no-smoking:before {
    content: "\ece8";
    }
        .fi-tr-no-vaping:before {
    content: "\ece9";
    }
        .fi-tr-no-vaping-circle:before {
    content: "\ecea";
    }
        .fi-tr-noise-cancelling-headphones:before {
    content: "\eced";
    }
        .fi-tr-noodles:before {
    content: "\ecee";
    }
        .fi-tr-nose:before {
    content: "\ecef";
    }
        .fi-tr-not-equal:before {
    content: "\ecf0";
    }
        .fi-tr-not-found:before {
    content: "\ecf1";
    }
        .fi-tr-not-found-alt:before {
    content: "\ecf2";
    }
        .fi-tr-not-found-magnifying-glass:before {
    content: "\ecf3";
    }
        .fi-tr-notary:before {
    content: "\ecf4";
    }
        .fi-tr-notdef:before {
    content: "\ecf5";
    }
        .fi-tr-note:before {
    content: "\ecf6";
    }
        .fi-tr-note-medical:before {
    content: "\ecf7";
    }
        .fi-tr-note-sticky:before {
    content: "\ecf8";
    }
        .fi-tr-notebook:before {
    content: "\ecf9";
    }
        .fi-tr-notebook-alt:before {
    content: "\ecfa";
    }
        .fi-tr-notes:before {
    content: "\ecfc";
    }
        .fi-tr-notes-medical:before {
    content: "\ecfd";
    }
        .fi-tr-november-calendar:before {
    content: "\ecfe";
    }
        .fi-tr-o:before {
    content: "\ed07";
    }
        .fi-tr-obj-file:before {
    content: "\ed08";
    }
        .fi-tr-object-exclude:before {
    content: "\ed09";
    }
        .fi-tr-object-group:before {
    content: "\ed0a";
    }
        .fi-tr-object-intersect:before {
    content: "\ed0b";
    }
        .fi-tr-object-subtract:before {
    content: "\ed0c";
    }
        .fi-tr-object-ungroup:before {
    content: "\ed0d";
    }
        .fi-tr-object-union:before {
    content: "\ed0e";
    }
        .fi-tr-objects-column:before {
    content: "\ed10";
    }
        .fi-tr-octagon:before {
    content: "\ed11";
    }
        .fi-tr-octagon-check:before {
    content: "\ed12";
    }
        .fi-tr-octagon-divide:before {
    content: "\ed13";
    }
        .fi-tr-octagon-exclamation:before {
    content: "\ed14";
    }
        .fi-tr-octagon-minus:before {
    content: "\ed15";
    }
        .fi-tr-octagon-plus:before {
    content: "\ed16";
    }
        .fi-tr-octagon-xmark:before {
    content: "\ed17";
    }
        .fi-tr-october-calendar:before {
    content: "\ed19";
    }
        .fi-tr-office-chair:before {
    content: "\ed1a";
    }
        .fi-tr-oil-can:before {
    content: "\ed1c";
    }
        .fi-tr-oil-price:before {
    content: "\ed1d";
    }
        .fi-tr-oil-tank:before {
    content: "\ed1e";
    }
        .fi-tr-oil-temp:before {
    content: "\ed1f";
    }
        .fi-tr-old-people:before {
    content: "\ed21";
    }
        .fi-tr-olive:before {
    content: "\ed22";
    }
        .fi-tr-olive-branch-dove:before {
    content: "\ed23";
    }
        .fi-tr-olive-oil:before {
    content: "\ed24";
    }
        .fi-tr-olives:before {
    content: "\ed25";
    }
        .fi-tr-om:before {
    content: "\ed26";
    }
        .fi-tr-omega:before {
    content: "\ed27";
    }
        .fi-tr-on-air-square:before {
    content: "\ed28";
    }
        .fi-tr-onboarding:before {
    content: "\ed29";
    }
        .fi-tr-onigiri:before {
    content: "\ed2a";
    }
        .fi-tr-onion:before {
    content: "\ed2b";
    }
        .fi-tr-online-interview:before {
    content: "\ed2e";
    }
        .fi-tr-online-meet:before {
    content: "\ed2f";
    }
        .fi-tr-open:before {
    content: "\ed32";
    }
        .fi-tr-open-book-lightbulb:before {
    content: "\ed34";
    }
        .fi-tr-open-mail-clip:before {
    content: "\ed35";
    }
        .fi-tr-operating-system-upgrade:before {
    content: "\ed37";
    }
        .fi-tr-operation:before {
    content: "\ed38";
    }
        .fi-tr-optimization:before {
    content: "\ed39";
    }
        .fi-tr-orange-juice:before {
    content: "\ed3c";
    }
        .fi-tr-order-food-mobile:before {
    content: "\ed3d";
    }
        .fi-tr-order-food-online:before {
    content: "\ed3e";
    }
        .fi-tr-order-food-telephone:before {
    content: "\ed3f";
    }
        .fi-tr-order-history:before {
    content: "\ed40";
    }
        .fi-tr-organization-chart:before {
    content: "\ed41";
    }
        .fi-tr-ornament:before {
    content: "\ed42";
    }
        .fi-tr-otp:before {
    content: "\ed43";
    }
        .fi-tr-otter:before {
    content: "\ed44";
    }
        .fi-tr-outdent:before {
    content: "\ed46";
    }
        .fi-tr-oval:before {
    content: "\ed47";
    }
        .fi-tr-oval-alt:before {
    content: "\ed48";
    }
        .fi-tr-oven:before {
    content: "\ed49";
    }
        .fi-tr-overline:before {
    content: "\ed4a";
    }
        .fi-tr-overview:before {
    content: "\ed4b";
    }
        .fi-tr-p:before {
    content: "\ed4c";
    }
        .fi-tr-pacifier:before {
    content: "\ed4e";
    }
        .fi-tr-package:before {
    content: "\ed4f";
    }
        .fi-tr-paddle-tennis-player:before {
    content: "\ed50";
    }
        .fi-tr-paddle-tennis-racket:before {
    content: "\ed51";
    }
        .fi-tr-padlock-check:before {
    content: "\ed52";
    }
        .fi-tr-page-break:before {
    content: "\ed53";
    }
        .fi-tr-pager:before {
    content: "\ed54";
    }
        .fi-tr-paid:before {
    content: "\ed55";
    }
        .fi-tr-paint-roller:before {
    content: "\ed59";
    }
        .fi-tr-paintbrush-pencil:before {
    content: "\ed5b";
    }
        .fi-tr-pallet:before {
    content: "\ed5d";
    }
        .fi-tr-pallet-alt:before {
    content: "\ed5e";
    }
        .fi-tr-pan:before {
    content: "\ed5f";
    }
        .fi-tr-pan-food:before {
    content: "\ed60";
    }
        .fi-tr-pan-frying:before {
    content: "\ed61";
    }
        .fi-tr-pancakes:before {
    content: "\ed62";
    }
        .fi-tr-panorama:before {
    content: "\ed66";
    }
        .fi-tr-paper-plane-launch:before {
    content: "\ed68";
    }
        .fi-tr-paper-plane-top:before {
    content: "\ed69";
    }
        .fi-tr-paperclip-vertical:before {
    content: "\ed6a";
    }
        .fi-tr-parachute-box:before {
    content: "\ed6b";
    }
        .fi-tr-paragraph:before {
    content: "\ed6c";
    }
        .fi-tr-paragraph-left:before {
    content: "\ed6d";
    }
        .fi-tr-parking:before {
    content: "\ed6e";
    }
        .fi-tr-parking-circle:before {
    content: "\ed6f";
    }
        .fi-tr-parking-circle-slash:before {
    content: "\ed70";
    }
        .fi-tr-parking-slash:before {
    content: "\ed71";
    }
        .fi-tr-party-bell:before {
    content: "\ed74";
    }
        .fi-tr-party-horn:before {
    content: "\ed75";
    }
        .fi-tr-passenger-plane:before {
    content: "\ed76";
    }
        .fi-tr-passport:before {
    content: "\ed78";
    }
        .fi-tr-password:before {
    content: "\ed79";
    }
        .fi-tr-password-alt:before {
    content: "\ed7a";
    }
        .fi-tr-password-computer:before {
    content: "\ed7b";
    }
        .fi-tr-password-email:before {
    content: "\ed7c";
    }
        .fi-tr-password-lock:before {
    content: "\ed7d";
    }
        .fi-tr-password-magnifying-glass:before {
    content: "\ed7e";
    }
        .fi-tr-password-protection:before {
    content: "\ed7f";
    }
        .fi-tr-password-smartphone:before {
    content: "\ed80";
    }
        .fi-tr-paste:before {
    content: "\ed81";
    }
        .fi-tr-patient:before {
    content: "\ed82";
    }
        .fi-tr-patient-file:before {
    content: "\ed83";
    }
        .fi-tr-pattern:before {
    content: "\ed85";
    }
        .fi-tr-pause-circle:before {
    content: "\ed87";
    }
        .fi-tr-pause-square:before {
    content: "\ed88";
    }
        .fi-tr-paw:before {
    content: "\ed89";
    }
        .fi-tr-paw-claws:before {
    content: "\ed8a";
    }
        .fi-tr-paw-heart:before {
    content: "\ed8b";
    }
        .fi-tr-pay-per-click:before {
    content: "\ed8c";
    }
        .fi-tr-payment-authentication:before {
    content: "\ed8d";
    }
        .fi-tr-payment-pos:before {
    content: "\ed8f";
    }
        .fi-tr-payment-qrcode:before {
    content: "\ed90";
    }
        .fi-tr-payroll:before {
    content: "\ed93";
    }
        .fi-tr-payroll-calendar:before {
    content: "\ed94";
    }
        .fi-tr-payroll-check:before {
    content: "\ed95";
    }
        .fi-tr-pc-chair:before {
    content: "\ed96";
    }
        .fi-tr-peace:before {
    content: "\ed97";
    }
        .fi-tr-peach:before {
    content: "\ed98";
    }
        .fi-tr-peanut:before {
    content: "\ed99";
    }
        .fi-tr-peanuts:before {
    content: "\ed9a";
    }
        .fi-tr-peapod:before {
    content: "\ed9b";
    }
        .fi-tr-pear:before {
    content: "\ed9c";
    }
        .fi-tr-pedestal:before {
    content: "\ed9d";
    }
        .fi-tr-pelvis:before {
    content: "\ed9e";
    }
        .fi-tr-pen-circle:before {
    content: "\ed9f";
    }
        .fi-tr-pen-clip:before {
    content: "\eda0";
    }
        .fi-tr-pen-clip-slash:before {
    content: "\eda1";
    }
        .fi-tr-pen-fancy:before {
    content: "\eda2";
    }
        .fi-tr-pen-fancy-slash:before {
    content: "\eda3";
    }
        .fi-tr-pen-field:before {
    content: "\eda4";
    }
        .fi-tr-pen-nib:before {
    content: "\eda5";
    }
        .fi-tr-pen-nib-slash:before {
    content: "\eda6";
    }
        .fi-tr-pen-slash:before {
    content: "\eda7";
    }
        .fi-tr-pen-square:before {
    content: "\eda8";
    }
        .fi-tr-pen-swirl:before {
    content: "\eda9";
    }
        .fi-tr-pencil-lightbulb:before {
    content: "\edab";
    }
        .fi-tr-pencil-paintbrush:before {
    content: "\edac";
    }
        .fi-tr-pencil-ruler:before {
    content: "\edad";
    }
        .fi-tr-pencil-slash:before {
    content: "\edae";
    }
        .fi-tr-pending:before {
    content: "\edaf";
    }
        .fi-tr-pennant:before {
    content: "\edb1";
    }
        .fi-tr-people:before {
    content: "\edb2";
    }
        .fi-tr-people-arrows-left-right:before {
    content: "\edb3";
    }
        .fi-tr-people-carry-box:before {
    content: "\edb4";
    }
        .fi-tr-people-dress:before {
    content: "\edb5";
    }
        .fi-tr-people-group:before {
    content: "\edb6";
    }
        .fi-tr-people-line:before {
    content: "\edb7";
    }
        .fi-tr-people-network-partner:before {
    content: "\edb8";
    }
        .fi-tr-people-pants:before {
    content: "\edb9";
    }
        .fi-tr-people-poll:before {
    content: "\edba";
    }
        .fi-tr-people-pulling:before {
    content: "\edbb";
    }
        .fi-tr-people-robbery:before {
    content: "\edbc";
    }
        .fi-tr-people-roof:before {
    content: "\edbd";
    }
        .fi-tr-pepper:before {
    content: "\edbe";
    }
        .fi-tr-pepper-alt:before {
    content: "\edbf";
    }
        .fi-tr-pepper-hot:before {
    content: "\edc0";
    }
        .fi-tr-peppermint:before {
    content: "\edc1";
    }
        .fi-tr-peppermint-tea:before {
    content: "\edc2";
    }
        .fi-tr-percent-10:before {
    content: "\edc3";
    }
        .fi-tr-percent-100:before {
    content: "\edc4";
    }
        .fi-tr-percent-20:before {
    content: "\edc5";
    }
        .fi-tr-percent-25:before {
    content: "\edc6";
    }
        .fi-tr-percent-30:before {
    content: "\edc7";
    }
        .fi-tr-percent-40:before {
    content: "\edc8";
    }
        .fi-tr-percent-50:before {
    content: "\edc9";
    }
        .fi-tr-percent-60:before {
    content: "\edca";
    }
        .fi-tr-percent-70:before {
    content: "\edcb";
    }
        .fi-tr-percent-75:before {
    content: "\edcc";
    }
        .fi-tr-percent-80:before {
    content: "\edcd";
    }
        .fi-tr-percent-90:before {
    content: "\edce";
    }
        .fi-tr-percentage:before {
    content: "\edcf";
    }
        .fi-tr-perfume:before {
    content: "\edd0";
    }
        .fi-tr-person-arrow-down-to-line:before {
    content: "\edd2";
    }
        .fi-tr-person-arrow-up-from-line:before {
    content: "\edd3";
    }
        .fi-tr-person-back-pain:before {
    content: "\edd4";
    }
        .fi-tr-person-battery:before {
    content: "\edd5";
    }
        .fi-tr-person-booth:before {
    content: "\edd6";
    }
        .fi-tr-person-breastfeeding:before {
    content: "\edd7";
    }
        .fi-tr-person-burst:before {
    content: "\edd8";
    }
        .fi-tr-person-carry-box:before {
    content: "\edd9";
    }
        .fi-tr-person-chalkboard:before {
    content: "\edda";
    }
        .fi-tr-person-circle-check:before {
    content: "\eddb";
    }
        .fi-tr-person-circle-exclamation:before {
    content: "\eddc";
    }
        .fi-tr-person-circle-minus:before {
    content: "\eddd";
    }
        .fi-tr-person-circle-plus:before {
    content: "\edde";
    }
        .fi-tr-person-circle-question:before {
    content: "\eddf";
    }
        .fi-tr-person-circle-xmark:before {
    content: "\ede0";
    }
        .fi-tr-person-climbing:before {
    content: "\ede1";
    }
        .fi-tr-person-cv:before {
    content: "\ede2";
    }
        .fi-tr-person-dolly:before {
    content: "\ede3";
    }
        .fi-tr-person-dolly-empty:before {
    content: "\ede4";
    }
        .fi-tr-person-dots-from-line:before {
    content: "\ede5";
    }
        .fi-tr-person-dragging-bag:before {
    content: "\ede6";
    }
        .fi-tr-person-dress:before {
    content: "\ede7";
    }
        .fi-tr-person-dress-burst:before {
    content: "\ede8";
    }
        .fi-tr-person-dress-simple:before {
    content: "\ede9";
    }
        .fi-tr-person-drowning:before {
    content: "\edea";
    }
        .fi-tr-person-falling:before {
    content: "\edeb";
    }
        .fi-tr-person-harassing:before {
    content: "\eded";
    }
        .fi-tr-person-luggage:before {
    content: "\edee";
    }
        .fi-tr-person-lunge:before {
    content: "\edef";
    }
        .fi-tr-person-military-pointing:before {
    content: "\edf0";
    }
        .fi-tr-person-military-rifle:before {
    content: "\edf1";
    }
        .fi-tr-person-military-to-person:before {
    content: "\edf2";
    }
        .fi-tr-person-pilates:before {
    content: "\edf3";
    }
        .fi-tr-person-praying:before {
    content: "\edf4";
    }
        .fi-tr-person-pregnant:before {
    content: "\edf5";
    }
        .fi-tr-person-presenting:before {
    content: "\edf6";
    }
        .fi-tr-person-rays:before {
    content: "\edf7";
    }
        .fi-tr-person-rifle:before {
    content: "\edf8";
    }
        .fi-tr-person-seat:before {
    content: "\edf9";
    }
        .fi-tr-person-seat-reclined:before {
    content: "\edfa";
    }
        .fi-tr-person-shelter:before {
    content: "\edfb";
    }
        .fi-tr-person-sign:before {
    content: "\edfc";
    }
        .fi-tr-person-simple:before {
    content: "\edfd";
    }
        .fi-tr-person-stress:before {
    content: "\edfe";
    }
        .fi-tr-person-surfing:before {
    content: "\edff";
    }
        .fi-tr-person-through-window:before {
    content: "\ee00";
    }
        .fi-tr-person-to-door:before {
    content: "\ee01";
    }
        .fi-tr-person-walking-arrow-loop-left:before {
    content: "\ee02";
    }
        .fi-tr-person-walking-arrow-right:before {
    content: "\ee03";
    }
        .fi-tr-person-walking-from-line-arrow-right:before {
    content: "\ee05";
    }
        .fi-tr-person-walking-with-cane:before {
    content: "\ee06";
    }
        .fi-tr-peseta-sign:before {
    content: "\ee08";
    }
        .fi-tr-peso-sign:before {
    content: "\ee09";
    }
        .fi-tr-pets:before {
    content: "\ee0a";
    }
        .fi-tr-pharmacy:before {
    content: "\ee0c";
    }
        .fi-tr-pharmacy-symbol:before {
    content: "\ee0d";
    }
        .fi-tr-phishing:before {
    content: "\ee10";
    }
        .fi-tr-phone-24h:before {
    content: "\ee11";
    }
        .fi-tr-phone-addiction:before {
    content: "\ee12";
    }
        .fi-tr-phone-call:before {
    content: "\ee13";
    }
        .fi-tr-phone-cross:before {
    content: "\ee14";
    }
        .fi-tr-phone-flip:before {
    content: "\ee15";
    }
        .fi-tr-phone-heart-message:before {
    content: "\ee17";
    }
        .fi-tr-phone-intercom:before {
    content: "\ee18";
    }
        .fi-tr-phone-megaphone:before {
    content: "\ee19";
    }
        .fi-tr-phone-office:before {
    content: "\ee1a";
    }
        .fi-tr-phone-pause:before {
    content: "\ee1b";
    }
        .fi-tr-phone-plus:before {
    content: "\ee1c";
    }
        .fi-tr-phone-rotary:before {
    content: "\ee1d";
    }
        .fi-tr-phone-slash:before {
    content: "\ee1e";
    }
        .fi-tr-photo-capture:before {
    content: "\ee1f";
    }
        .fi-tr-photo-film-music:before {
    content: "\ee21";
    }
        .fi-tr-photo-video:before {
    content: "\ee22";
    }
        .fi-tr-physics:before {
    content: "\ee29";
    }
        .fi-tr-pi:before {
    content: "\ee2a";
    }
        .fi-tr-piano:before {
    content: "\ee2b";
    }
        .fi-tr-piano-keyboard:before {
    content: "\ee2c";
    }
        .fi-tr-picaxe-minning:before {
    content: "\ee2d";
    }
        .fi-tr-pickaxe:before {
    content: "\ee2e";
    }
        .fi-tr-picking:before {
    content: "\ee2f";
    }
        .fi-tr-picking-box:before {
    content: "\ee30";
    }
        .fi-tr-picnic:before {
    content: "\ee31";
    }
        .fi-tr-picpeople:before {
    content: "\ee32";
    }
        .fi-tr-picpeople-filled:before {
    content: "\ee33";
    }
        .fi-tr-pie:before {
    content: "\ee35";
    }
        .fi-tr-pig:before {
    content: "\ee37";
    }
        .fi-tr-pig-bank-bulb:before {
    content: "\ee38";
    }
        .fi-tr-pig-face:before {
    content: "\ee39";
    }
        .fi-tr-piggy-bank:before {
    content: "\ee3a";
    }
        .fi-tr-piggy-bank-budget:before {
    content: "\ee3b";
    }
        .fi-tr-pilates-reformer:before {
    content: "\ee3c";
    }
        .fi-tr-pillar:before {
    content: "\ee3d";
    }
        .fi-tr-pills:before {
    content: "\ee3e";
    }
        .fi-tr-pin-to-pin:before {
    content: "\ee3f";
    }
        .fi-tr-pinata:before {
    content: "\ee40";
    }
        .fi-tr-pineapple:before {
    content: "\ee41";
    }
        .fi-tr-pineapple-alt:before {
    content: "\ee42";
    }
        .fi-tr-ping-pong:before {
    content: "\ee43";
    }
        .fi-tr-pipe-smoking:before {
    content: "\ee45";
    }
        .fi-tr-pisa-tower:before {
    content: "\ee48";
    }
        .fi-tr-pizza-box:before {
    content: "\ee4a";
    }
        .fi-tr-pizza-slice:before {
    content: "\ee4b";
    }
        .fi-tr-pizza-whole-slice:before {
    content: "\ee4c";
    }
        .fi-tr-place-of-worship:before {
    content: "\ee4d";
    }
        .fi-tr-plagiarism:before {
    content: "\ee4e";
    }
        .fi-tr-plan:before {
    content: "\ee4f";
    }
        .fi-tr-plan-strategy:before {
    content: "\ee50";
    }
        .fi-tr-plane-alt:before {
    content: "\ee52";
    }
        .fi-tr-plane-arrival:before {
    content: "\ee53";
    }
        .fi-tr-plane-check:before {
    content: "\ee54";
    }
        .fi-tr-plane-clock:before {
    content: "\ee55";
    }
        .fi-tr-plane-departure:before {
    content: "\ee56";
    }
        .fi-tr-plane-globe:before {
    content: "\ee57";
    }
        .fi-tr-plane-lock:before {
    content: "\ee58";
    }
        .fi-tr-plane-prop:before {
    content: "\ee59";
    }
        .fi-tr-plane-slash:before {
    content: "\ee5a";
    }
        .fi-tr-plane-tail:before {
    content: "\ee5b";
    }
        .fi-tr-planet-moon:before {
    content: "\ee5e";
    }
        .fi-tr-planet-ringed:before {
    content: "\ee5f";
    }
        .fi-tr-plant-care:before {
    content: "\ee61";
    }
        .fi-tr-plant-growth:before {
    content: "\ee62";
    }
        .fi-tr-plant-seed-invest:before {
    content: "\ee63";
    }
        .fi-tr-plant-wilt:before {
    content: "\ee64";
    }
        .fi-tr-plate:before {
    content: "\ee65";
    }
        .fi-tr-plate-eating:before {
    content: "\ee66";
    }
        .fi-tr-plate-empty:before {
    content: "\ee67";
    }
        .fi-tr-plate-utensils:before {
    content: "\ee68";
    }
        .fi-tr-plate-wheat:before {
    content: "\ee69";
    }
        .fi-tr-play-circle:before {
    content: "\ee6c";
    }
        .fi-tr-play-microphone:before {
    content: "\ee6d";
    }
        .fi-tr-play-pause:before {
    content: "\ee6e";
    }
        .fi-tr-playing-cards:before {
    content: "\ee6f";
    }
        .fi-tr-plug:before {
    content: "\ee71";
    }
        .fi-tr-plug-alt:before {
    content: "\ee72";
    }
        .fi-tr-plug-bolt-charger:before {
    content: "\ee73";
    }
        .fi-tr-plug-cable:before {
    content: "\ee74";
    }
        .fi-tr-plug-circle-bolt:before {
    content: "\ee75";
    }
        .fi-tr-plug-circle-check:before {
    content: "\ee76";
    }
        .fi-tr-plug-circle-exclamation:before {
    content: "\ee77";
    }
        .fi-tr-plug-circle-minus:before {
    content: "\ee78";
    }
        .fi-tr-plug-circle-plus:before {
    content: "\ee79";
    }
        .fi-tr-plug-connection:before {
    content: "\ee7a";
    }
        .fi-tr-plug-eco:before {
    content: "\ee7b";
    }
        .fi-tr-plumbing:before {
    content: "\ee7d";
    }
        .fi-tr-plus-hexagon:before {
    content: "\ee80";
    }
        .fi-tr-plus-minus:before {
    content: "\ee81";
    }
        .fi-tr-png-file:before {
    content: "\ee83";
    }
        .fi-tr-podcast:before {
    content: "\ee84";
    }
        .fi-tr-podium:before {
    content: "\ee85";
    }
        .fi-tr-podium-award:before {
    content: "\ee86";
    }
        .fi-tr-podium-star:before {
    content: "\ee87";
    }
        .fi-tr-podium-victory-leader:before {
    content: "\ee88";
    }
        .fi-tr-point-of-sale:before {
    content: "\ee89";
    }
        .fi-tr-point-of-sale-bill:before {
    content: "\ee8a";
    }
        .fi-tr-point-of-sale-signal:before {
    content: "\ee8f";
    }
        .fi-tr-pointer-loading:before {
    content: "\ee92";
    }
        .fi-tr-pointer-text:before {
    content: "\ee93";
    }
        .fi-tr-poker-chip:before {
    content: "\ee94";
    }
        .fi-tr-police-box:before {
    content: "\ee95";
    }
        .fi-tr-polish-bottle:before {
    content: "\ee96";
    }
        .fi-tr-polish-brush:before {
    content: "\ee97";
    }
        .fi-tr-poll-h:before {
    content: "\ee98";
    }
        .fi-tr-pollution:before {
    content: "\ee99";
    }
        .fi-tr-pompebled:before {
    content: "\ee9a";
    }
        .fi-tr-poo:before {
    content: "\ee9b";
    }
        .fi-tr-poo-bolt:before {
    content: "\ee9c";
    }
        .fi-tr-pool-8-ball:before {
    content: "\ee9d";
    }
        .fi-tr-poop:before {
    content: "\ee9e";
    }
        .fi-tr-pop:before {
    content: "\ee9f";
    }
        .fi-tr-popcorn:before {
    content: "\eea0";
    }
        .fi-tr-popsicle:before {
    content: "\eea1";
    }
        .fi-tr-population:before {
    content: "\eea2";
    }
        .fi-tr-population-globe:before {
    content: "\eea3";
    }
        .fi-tr-portal-enter:before {
    content: "\eea4";
    }
        .fi-tr-portal-exit:before {
    content: "\eea5";
    }
        .fi-tr-portuguese:before {
    content: "\eea8";
    }
        .fi-tr-postal-address:before {
    content: "\eea9";
    }
        .fi-tr-pot:before {
    content: "\eeab";
    }
        .fi-tr-potato:before {
    content: "\eeac";
    }
        .fi-tr-pound:before {
    content: "\eead";
    }
        .fi-tr-powerbank:before {
    content: "\eeaf";
    }
        .fi-tr-ppt-file:before {
    content: "\eeb0";
    }
        .fi-tr-practice:before {
    content: "\eeb1";
    }
        .fi-tr-praying-hands:before {
    content: "\eeb2";
    }
        .fi-tr-premium-account:before {
    content: "\eeb5";
    }
        .fi-tr-prescription:before {
    content: "\eeb6";
    }
        .fi-tr-prescription-bottle:before {
    content: "\eeb7";
    }
        .fi-tr-prescription-bottle-alt:before {
    content: "\eeb8";
    }
        .fi-tr-prescription-bottle-pill:before {
    content: "\eeb9";
    }
        .fi-tr-presentation:before {
    content: "\eeba";
    }
        .fi-tr-presentation-folder:before {
    content: "\eebb";
    }
        .fi-tr-pretzel:before {
    content: "\eebc";
    }
        .fi-tr-previous-square:before {
    content: "\eebe";
    }
        .fi-tr-print:before {
    content: "\eebf";
    }
        .fi-tr-print-magnifying-glass:before {
    content: "\eec0";
    }
        .fi-tr-print-slash:before {
    content: "\eec1";
    }
        .fi-tr-print-wifi:before {
    content: "\eec2";
    }
        .fi-tr-privacy-settings:before {
    content: "\eeca";
    }
        .fi-tr-private-account:before {
    content: "\eecb";
    }
        .fi-tr-problem-solving:before {
    content: "\eecc";
    }
        .fi-tr-procedures:before {
    content: "\eecd";
    }
        .fi-tr-process:before {
    content: "\eece";
    }
        .fi-tr-productivity:before {
    content: "\eed0";
    }
        .fi-tr-progress-complete:before {
    content: "\eed8";
    }
        .fi-tr-progress-download:before {
    content: "\eed9";
    }
        .fi-tr-progress-upload:before {
    content: "\eeda";
    }
        .fi-tr-projector:before {
    content: "\eedb";
    }
        .fi-tr-protein-shake:before {
    content: "\eedc";
    }
        .fi-tr-protractor:before {
    content: "\eedd";
    }
        .fi-tr-psychology:before {
    content: "\eede";
    }
        .fi-tr-pulse:before {
    content: "\eedf";
    }
        .fi-tr-pump:before {
    content: "\eee0";
    }
        .fi-tr-pump-medical:before {
    content: "\eee1";
    }
        .fi-tr-pumpkin:before {
    content: "\eee2";
    }
        .fi-tr-pumpkin-alt:before {
    content: "\eee3";
    }
        .fi-tr-pumpkin-alt-2:before {
    content: "\eee4";
    }
        .fi-tr-punching-bag:before {
    content: "\eee5";
    }
        .fi-tr-puzzle-alt:before {
    content: "\eee7";
    }
        .fi-tr-puzzle-piece:before {
    content: "\eee9";
    }
        .fi-tr-puzzle-piece-integration:before {
    content: "\eeea";
    }
        .fi-tr-puzzle-pieces:before {
    content: "\eeeb";
    }
        .fi-tr-pyramid:before {
    content: "\eeec";
    }
        .fi-tr-q:before {
    content: "\eeee";
    }
        .fi-tr-QR:before {
    content: "\eeef";
    }
        .fi-tr-qr-scan:before {
    content: "\eef0";
    }
        .fi-tr-qrcode:before {
    content: "\eef1";
    }
        .fi-tr-qrcode-box:before {
    content: "\eef2";
    }
        .fi-tr-qrcode-information:before {
    content: "\eef3";
    }
        .fi-tr-qrcode-location:before {
    content: "\eef4";
    }
        .fi-tr-qrcode-menu:before {
    content: "\eef5";
    }
        .fi-tr-qrcode-money:before {
    content: "\eef6";
    }
        .fi-tr-qrcode-ticket:before {
    content: "\eef7";
    }
        .fi-tr-qrcode-wifi:before {
    content: "\eef8";
    }
        .fi-tr-quality:before {
    content: "\eef9";
    }
        .fi-tr-question:before {
    content: "\eefb";
    }
        .fi-tr-question-square:before {
    content: "\eefc";
    }
        .fi-tr-queue:before {
    content: "\eefd";
    }
        .fi-tr-queue-alt:before {
    content: "\eefe";
    }
        .fi-tr-queue-line:before {
    content: "\eeff";
    }
        .fi-tr-queue-signal:before {
    content: "\ef00";
    }
        .fi-tr-quick-box:before {
    content: "\ef01";
    }
        .fi-tr-quill-pen-story:before {
    content: "\ef02";
    }
        .fi-tr-quiz:before {
    content: "\ef03";
    }
        .fi-tr-quiz-alt:before {
    content: "\ef04";
    }
        .fi-tr-quran-user:before {
    content: "\ef08";
    }
        .fi-tr-r:before {
    content: "\ef09";
    }
        .fi-tr-rabbit:before {
    content: "\ef0a";
    }
        .fi-tr-rabbit-fast:before {
    content: "\ef0b";
    }
        .fi-tr-raccoon:before {
    content: "\ef0c";
    }
        .fi-tr-racquet:before {
    content: "\ef0d";
    }
        .fi-tr-radar:before {
    content: "\ef0e";
    }
        .fi-tr-radar-monitoring-track:before {
    content: "\ef0f";
    }
        .fi-tr-radiation:before {
    content: "\ef10";
    }
        .fi-tr-radiation-alt:before {
    content: "\ef11";
    }
        .fi-tr-radio:before {
    content: "\ef12";
    }
        .fi-tr-radio-alt:before {
    content: "\ef13";
    }
        .fi-tr-radio-button:before {
    content: "\ef14";
    }
        .fi-tr-radio-tower:before {
    content: "\ef16";
    }
        .fi-tr-radio-waves:before {
    content: "\ef17";
    }
        .fi-tr-radish:before {
    content: "\ef18";
    }
        .fi-tr-rainbow:before {
    content: "\ef19";
    }
        .fi-tr-raindrops:before {
    content: "\ef1a";
    }
        .fi-tr-ram:before {
    content: "\ef1b";
    }
        .fi-tr-ramp-loading:before {
    content: "\ef1c";
    }
        .fi-tr-rank:before {
    content: "\ef1d";
    }
        .fi-tr-ranking-podium:before {
    content: "\ef1e";
    }
        .fi-tr-ranking-podium-empty:before {
    content: "\ef1f";
    }
        .fi-tr-ranking-star:before {
    content: "\ef20";
    }
        .fi-tr-ranking-stars:before {
    content: "\ef21";
    }
        .fi-tr-raygun:before {
    content: "\ef23";
    }
        .fi-tr-razor-barber:before {
    content: "\ef24";
    }
        .fi-tr-react:before {
    content: "\ef25";
    }
        .fi-tr-receipt:before {
    content: "\ef27";
    }
        .fi-tr-recipe:before {
    content: "\ef28";
    }
        .fi-tr-recipe-book:before {
    content: "\ef29";
    }
        .fi-tr-record-vinyl:before {
    content: "\ef2a";
    }
        .fi-tr-rectangle-barcode:before {
    content: "\ef2c";
    }
        .fi-tr-rectangle-code:before {
    content: "\ef2d";
    }
        .fi-tr-rectangle-history-circle-plus:before {
    content: "\ef2e";
    }
        .fi-tr-rectangle-horizontal:before {
    content: "\ef2f";
    }
        .fi-tr-rectangle-list:before {
    content: "\ef30";
    }
        .fi-tr-rectangle-panoramic:before {
    content: "\ef31";
    }
        .fi-tr-rectangle-pro:before {
    content: "\ef32";
    }
        .fi-tr-rectangle-vertical:before {
    content: "\ef33";
    }
        .fi-tr-rectangle-vertical-history:before {
    content: "\ef34";
    }
        .fi-tr-rectangle-xmark:before {
    content: "\ef35";
    }
        .fi-tr-rectangles-mixed:before {
    content: "\ef36";
    }
        .fi-tr-recycle:before {
    content: "\ef37";
    }
        .fi-tr-recycle-bin:before {
    content: "\ef38";
    }
        .fi-tr-redo-alt:before {
    content: "\ef3c";
    }
        .fi-tr-reel:before {
    content: "\ef3d";
    }
        .fi-tr-referee:before {
    content: "\ef40";
    }
        .fi-tr-referral:before {
    content: "\ef43";
    }
        .fi-tr-referral-alt:before {
    content: "\ef44";
    }
        .fi-tr-referral-link-arrow:before {
    content: "\ef45";
    }
        .fi-tr-referral-user:before {
    content: "\ef46";
    }
        .fi-tr-reflect-horizontal:before {
    content: "\ef48";
    }
        .fi-tr-reflect-horizontal-alt:before {
    content: "\ef49";
    }
        .fi-tr-reflect-vertical:before {
    content: "\ef4a";
    }
        .fi-tr-refrigerator:before {
    content: "\ef4c";
    }
        .fi-tr-refund:before {
    content: "\ef4d";
    }
        .fi-tr-refund-alt:before {
    content: "\ef4e";
    }
        .fi-tr-region-pin:before {
    content: "\ef4f";
    }
        .fi-tr-region-pin-alt:before {
    content: "\ef50";
    }
        .fi-tr-registered:before {
    content: "\ef51";
    }
        .fi-tr-registration-paper:before {
    content: "\ef54";
    }
        .fi-tr-remote-access:before {
    content: "\ef56";
    }
        .fi-tr-remote-control:before {
    content: "\ef57";
    }
        .fi-tr-remote-control-hand:before {
    content: "\ef58";
    }
        .fi-tr-remove-folder:before {
    content: "\ef59";
    }
        .fi-tr-remove-user:before {
    content: "\ef5a";
    }
        .fi-tr-rent:before {
    content: "\ef5b";
    }
        .fi-tr-rent-signal:before {
    content: "\ef5c";
    }
        .fi-tr-replace:before {
    content: "\ef5d";
    }
        .fi-tr-replay-10:before {
    content: "\ef5f";
    }
        .fi-tr-replay-30:before {
    content: "\ef60";
    }
        .fi-tr-replay-5:before {
    content: "\ef61";
    }
        .fi-tr-reply-all:before {
    content: "\ef62";
    }
        .fi-tr-republican:before {
    content: "\ef63";
    }
        .fi-tr-research-arrows-circle:before {
    content: "\ef64";
    }
        .fi-tr-reservation-smartphone:before {
    content: "\ef65";
    }
        .fi-tr-reservation-table:before {
    content: "\ef66";
    }
        .fi-tr-resistance-band:before {
    content: "\ef67";
    }
        .fi-tr-resize-screen:before {
    content: "\ef69";
    }
        .fi-tr-resources:before {
    content: "\ef6a";
    }
        .fi-tr-responsability:before {
    content: "\ef6b";
    }
        .fi-tr-responsive-design:before {
    content: "\ef6c";
    }
        .fi-tr-restaurant:before {
    content: "\ef6d";
    }
        .fi-tr-restaurant-sign:before {
    content: "\ef6e";
    }
        .fi-tr-restock:before {
    content: "\ef6f";
    }
        .fi-tr-restroom-simple:before {
    content: "\ef70";
    }
        .fi-tr-resume:before {
    content: "\ef71";
    }
        .fi-tr-Revenue:before {
    content: "\ef73";
    }
        .fi-tr-revenue-alt:before {
    content: "\ef74";
    }
        .fi-tr-revenue-euro:before {
    content: "\ef75";
    }
        .fi-tr-review:before {
    content: "\ef77";
    }
        .fi-tr-rewind-button-circle:before {
    content: "\ef79";
    }
        .fi-tr-rhombus:before {
    content: "\ef7a";
    }
        .fi-tr-ribbon:before {
    content: "\ef7b";
    }
        .fi-tr-right:before {
    content: "\ef7c";
    }
        .fi-tr-right-from-bracket:before {
    content: "\ef7d";
    }
        .fi-tr-ring:before {
    content: "\ef7f";
    }
        .fi-tr-ring-diamond:before {
    content: "\ef80";
    }
        .fi-tr-rings-wedding:before {
    content: "\ef81";
    }
        .fi-tr-risk:before {
    content: "\ef82";
    }
        .fi-tr-risk-alt:before {
    content: "\ef83";
    }
        .fi-tr-risk-assessment:before {
    content: "\ef84";
    }
        .fi-tr-road-barrier:before {
    content: "\ef86";
    }
        .fi-tr-road-bridge:before {
    content: "\ef87";
    }
        .fi-tr-road-check:before {
    content: "\ef88";
    }
        .fi-tr-road-lock:before {
    content: "\ef89";
    }
        .fi-tr-road-map-pin:before {
    content: "\ef8a";
    }
        .fi-tr-road-sign-left:before {
    content: "\ef8b";
    }
        .fi-tr-roadmap:before {
    content: "\ef8c";
    }
        .fi-tr-robot:before {
    content: "\ef8d";
    }
        .fi-tr-robot-money:before {
    content: "\ef8e";
    }
        .fi-tr-robotic-arm:before {
    content: "\ef8f";
    }
        .fi-tr-rock:before {
    content: "\ef90";
    }
        .fi-tr-rock-hair-user:before {
    content: "\ef91";
    }
        .fi-tr-rock-hammer:before {
    content: "\ef92";
    }
        .fi-tr-rocket:before {
    content: "\ef93";
    }
        .fi-tr-rocket-hand:before {
    content: "\ef95";
    }
        .fi-tr-rocket-holding-hand:before {
    content: "\ef96";
    }
        .fi-tr-rocket-lunch:before {
    content: "\ef97";
    }
        .fi-tr-rocket-planet:before {
    content: "\ef98";
    }
        .fi-tr-rocking-horse:before {
    content: "\ef99";
    }
        .fi-tr-rocks:before {
    content: "\ef9a";
    }
        .fi-tr-roller-coaster:before {
    content: "\ef9d";
    }
        .fi-tr-roller-skate:before {
    content: "\ef9e";
    }
        .fi-tr-roller-skater:before {
    content: "\ef9f";
    }
        .fi-tr-roof:before {
    content: "\efa0";
    }
        .fi-tr-room-service:before {
    content: "\efa1";
    }
        .fi-tr-rose:before {
    content: "\efa2";
    }
        .fi-tr-rose-alt:before {
    content: "\efa3";
    }
        .fi-tr-rotate-exclamation:before {
    content: "\efa4";
    }
        .fi-tr-rotate-reverse:before {
    content: "\efa6";
    }
        .fi-tr-rotate-square:before {
    content: "\efa8";
    }
        .fi-tr-roulette:before {
    content: "\efa9";
    }
        .fi-tr-round-cctv:before {
    content: "\efaa";
    }
        .fi-tr-route:before {
    content: "\efab";
    }
        .fi-tr-route-highway:before {
    content: "\efac";
    }
        .fi-tr-route-interstate:before {
    content: "\efad";
    }
        .fi-tr-router:before {
    content: "\efae";
    }
        .fi-tr-router-lock:before {
    content: "\efaf";
    }
        .fi-tr-router-wifi:before {
    content: "\efb0";
    }
        .fi-tr-router-wifi-alt:before {
    content: "\efb1";
    }
        .fi-tr-rss:before {
    content: "\efb2";
    }
        .fi-tr-rss-alt:before {
    content: "\efb3";
    }
        .fi-tr-ruble-sign:before {
    content: "\efb4";
    }
        .fi-tr-rugby:before {
    content: "\efb5";
    }
        .fi-tr-rugby-helmet:before {
    content: "\efb6";
    }
        .fi-tr-ruler-combined:before {
    content: "\efb7";
    }
        .fi-tr-ruler-horizontal:before {
    content: "\efb8";
    }
        .fi-tr-ruler-triangle:before {
    content: "\efb9";
    }
        .fi-tr-ruler-vertical:before {
    content: "\efba";
    }
        .fi-tr-rules:before {
    content: "\efbb";
    }
        .fi-tr-rules-alt:before {
    content: "\efbc";
    }
        .fi-tr-running:before {
    content: "\efbd";
    }
        .fi-tr-running-track:before {
    content: "\efbe";
    }
        .fi-tr-rupee-sign:before {
    content: "\efbf";
    }
        .fi-tr-rupiah-sign:before {
    content: "\efc0";
    }
        .fi-tr-russian:before {
    content: "\efc1";
    }
        .fi-tr-rv:before {
    content: "\efc2";
    }
        .fi-tr-s:before {
    content: "\efc3";
    }
        .fi-tr-sack:before {
    content: "\efc4";
    }
        .fi-tr-sack-dollar:before {
    content: "\efc5";
    }
        .fi-tr-sad:before {
    content: "\efc6";
    }
        .fi-tr-sad-cry:before {
    content: "\efc7";
    }
        .fi-tr-sad-tear:before {
    content: "\efc8";
    }
        .fi-tr-safe-battery:before {
    content: "\efc9";
    }
        .fi-tr-safe-box:before {
    content: "\efca";
    }
        .fi-tr-safety-glasses:before {
    content: "\efcb";
    }
        .fi-tr-safety-zone:before {
    content: "\efcc";
    }
        .fi-tr-saffron:before {
    content: "\efcd";
    }
        .fi-tr-sailboat:before {
    content: "\efce";
    }
        .fi-tr-salad:before {
    content: "\efcf";
    }
        .fi-tr-salary-alt:before {
    content: "\efd1";
    }
        .fi-tr-salt-pepper:before {
    content: "\efd2";
    }
        .fi-tr-salt-shaker:before {
    content: "\efd3";
    }
        .fi-tr-sandwich:before {
    content: "\efd5";
    }
        .fi-tr-sandwich-alt:before {
    content: "\efd6";
    }
        .fi-tr-sanitary-pad:before {
    content: "\efd7";
    }
        .fi-tr-satellite:before {
    content: "\efda";
    }
        .fi-tr-satellite-dish:before {
    content: "\efdb";
    }
        .fi-tr-satisfaction-bar:before {
    content: "\efdc";
    }
        .fi-tr-saturday:before {
    content: "\efdd";
    }
        .fi-tr-sauce:before {
    content: "\efde";
    }
        .fi-tr-sausage:before {
    content: "\efdf";
    }
        .fi-tr-sax-hot:before {
    content: "\efe1";
    }
        .fi-tr-saxophone:before {
    content: "\efe2";
    }
        .fi-tr-scale:before {
    content: "\efe3";
    }
        .fi-tr-scale-comparison:before {
    content: "\efe4";
    }
        .fi-tr-scale-comparison-alt:before {
    content: "\efe5";
    }
        .fi-tr-scalpel:before {
    content: "\efe6";
    }
        .fi-tr-scalpel-path:before {
    content: "\efe7";
    }
        .fi-tr-scanner-gun:before {
    content: "\efe8";
    }
        .fi-tr-scanner-image:before {
    content: "\efe9";
    }
        .fi-tr-scanner-keyboard:before {
    content: "\efea";
    }
        .fi-tr-scanner-touchscreen:before {
    content: "\efeb";
    }
        .fi-tr-scarecrow:before {
    content: "\efec";
    }
        .fi-tr-scarf:before {
    content: "\efed";
    }
        .fi-tr-schedule:before {
    content: "\efee";
    }
        .fi-tr-school:before {
    content: "\efef";
    }
        .fi-tr-school-bus:before {
    content: "\eff0";
    }
        .fi-tr-school-circle-chek:before {
    content: "\eff2";
    }
        .fi-tr-school-circle-exclamation:before {
    content: "\eff3";
    }
        .fi-tr-school-circle-xmark:before {
    content: "\eff4";
    }
        .fi-tr-school-lock:before {
    content: "\eff5";
    }
        .fi-tr-science-podcast:before {
    content: "\eff6";
    }
        .fi-tr-scone:before {
    content: "\eff8";
    }
        .fi-tr-scooter:before {
    content: "\eff9";
    }
        .fi-tr-score-board:before {
    content: "\effa";
    }
        .fi-tr-screen:before {
    content: "\effc";
    }
        .fi-tr-screen-play:before {
    content: "\effd";
    }
        .fi-tr-screen-recorder:before {
    content: "\effe";
    }
        .fi-tr-screen-share:before {
    content: "\efff";
    }
        .fi-tr-screen-shield:before {
    content: "\f000";
    }
        .fi-tr-screencast:before {
    content: "\f002";
    }
        .fi-tr-screw:before {
    content: "\f003";
    }
        .fi-tr-screw-alt:before {
    content: "\f004";
    }
        .fi-tr-screwdriver:before {
    content: "\f005";
    }
        .fi-tr-scribble:before {
    content: "\f006";
    }
        .fi-tr-script:before {
    content: "\f007";
    }
        .fi-tr-scroll:before {
    content: "\f008";
    }
        .fi-tr-scroll-document-story:before {
    content: "\f009";
    }
        .fi-tr-scroll-old:before {
    content: "\f00a";
    }
        .fi-tr-scroll-torah:before {
    content: "\f00b";
    }
        .fi-tr-scrubber:before {
    content: "\f00c";
    }
        .fi-tr-sculpture:before {
    content: "\f00d";
    }
        .fi-tr-scythe:before {
    content: "\f00e";
    }
        .fi-tr-sd-card:before {
    content: "\f00f";
    }
        .fi-tr-sd-cards:before {
    content: "\f010";
    }
        .fi-tr-sea-wave:before {
    content: "\f011";
    }
        .fi-tr-seal:before {
    content: "\f012";
    }
        .fi-tr-seal-exclamation:before {
    content: "\f013";
    }
        .fi-tr-seal-question:before {
    content: "\f014";
    }
        .fi-tr-search-alt:before {
    content: "\f016";
    }
        .fi-tr-search-bar:before {
    content: "\f017";
    }
        .fi-tr-search-dollar:before {
    content: "\f018";
    }
        .fi-tr-search-heart:before {
    content: "\f019";
    }
        .fi-tr-search-location:before {
    content: "\f01a";
    }
        .fi-tr-seat-airline:before {
    content: "\f01b";
    }
        .fi-tr-seatbelt-safety-driver:before {
    content: "\f01c";
    }
        .fi-tr-second:before {
    content: "\f01d";
    }
        .fi-tr-second-award:before {
    content: "\f01e";
    }
        .fi-tr-second-laurel:before {
    content: "\f01f";
    }
        .fi-tr-second-medal:before {
    content: "\f020";
    }
        .fi-tr-secure-backup:before {
    content: "\f022";
    }
        .fi-tr-security-gate:before {
    content: "\f024";
    }
        .fi-tr-seedling:before {
    content: "\f025";
    }
        .fi-tr-segway:before {
    content: "\f026";
    }
        .fi-tr-selection:before {
    content: "\f028";
    }
        .fi-tr-self-care:before {
    content: "\f029";
    }
        .fi-tr-sell:before {
    content: "\f02a";
    }
        .fi-tr-seller:before {
    content: "\f02b";
    }
        .fi-tr-seller-store:before {
    content: "\f02c";
    }
        .fi-tr-selling:before {
    content: "\f02e";
    }
        .fi-tr-send-back:before {
    content: "\f030";
    }
        .fi-tr-send-backward:before {
    content: "\f031";
    }
        .fi-tr-send-money:before {
    content: "\f032";
    }
        .fi-tr-send-money-smartphone:before {
    content: "\f033";
    }
        .fi-tr-sensor:before {
    content: "\f034";
    }
        .fi-tr-sensor-alert:before {
    content: "\f035";
    }
        .fi-tr-sensor-fire:before {
    content: "\f036";
    }
        .fi-tr-sensor-on:before {
    content: "\f037";
    }
        .fi-tr-sensor-smoke:before {
    content: "\f038";
    }
        .fi-tr-september-calendar:before {
    content: "\f039";
    }
        .fi-tr-serum:before {
    content: "\f03a";
    }
        .fi-tr-session-timeout:before {
    content: "\f03c";
    }
        .fi-tr-settings-window:before {
    content: "\f03f";
    }
        .fi-tr-sewing-machine:before {
    content: "\f040";
    }
        .fi-tr-sewing-machine-alt:before {
    content: "\f041";
    }
        .fi-tr-shaka:before {
    content: "\f042";
    }
        .fi-tr-shampoo:before {
    content: "\f043";
    }
        .fi-tr-share-alt-square:before {
    content: "\f045";
    }
        .fi-tr-share-square:before {
    content: "\f046";
    }
        .fi-tr-sheep:before {
    content: "\f048";
    }
        .fi-tr-shekel-sign:before {
    content: "\f049";
    }
        .fi-tr-shelves:before {
    content: "\f04a";
    }
        .fi-tr-shelves-empty:before {
    content: "\f04b";
    }
        .fi-tr-shield:before {
    content: "\f04c";
    }
        .fi-tr-shield-alt:before {
    content: "\f04d";
    }
        .fi-tr-shield-cat:before {
    content: "\f04e";
    }
        .fi-tr-shield-check:before {
    content: "\f04f";
    }
        .fi-tr-shield-cross:before {
    content: "\f050";
    }
        .fi-tr-shield-divided-four:before {
    content: "\f051";
    }
        .fi-tr-shield-dog:before {
    content: "\f052";
    }
        .fi-tr-shield-exclamation:before {
    content: "\f053";
    }
        .fi-tr-shield-interrogation:before {
    content: "\f054";
    }
        .fi-tr-shield-keyhole:before {
    content: "\f055";
    }
        .fi-tr-shield-minus:before {
    content: "\f056";
    }
        .fi-tr-shield-plus:before {
    content: "\f057";
    }
        .fi-tr-shield-security-risk:before {
    content: "\f059";
    }
        .fi-tr-shield-slash:before {
    content: "\f05a";
    }
        .fi-tr-shield-trust:before {
    content: "\f05b";
    }
        .fi-tr-shield-virus:before {
    content: "\f05c";
    }
        .fi-tr-shield-xmark:before {
    content: "\f05d";
    }
        .fi-tr-shipping-fast:before {
    content: "\f060";
    }
        .fi-tr-shipping-timed:before {
    content: "\f061";
    }
        .fi-tr-shirt:before {
    content: "\f062";
    }
        .fi-tr-shirt-long-sleeve:before {
    content: "\f063";
    }
        .fi-tr-shirt-running:before {
    content: "\f064";
    }
        .fi-tr-shirt-tank-top:before {
    content: "\f065";
    }
        .fi-tr-shish-kebab:before {
    content: "\f066";
    }
        .fi-tr-shoe-prints:before {
    content: "\f067";
    }
        .fi-tr-shop:before {
    content: "\f068";
    }
        .fi-tr-shop-lock:before {
    content: "\f069";
    }
        .fi-tr-shop-slash:before {
    content: "\f06a";
    }
        .fi-tr-shopping-bag:before {
    content: "\f06c";
    }
        .fi-tr-shopping-bag-add:before {
    content: "\f06d";
    }
        .fi-tr-shopping-basket:before {
    content: "\f06e";
    }
        .fi-tr-shopping-cart:before {
    content: "\f06f";
    }
        .fi-tr-shopping-cart-add:before {
    content: "\f070";
    }
        .fi-tr-shopping-cart-buyer:before {
    content: "\f071";
    }
        .fi-tr-shopping-cart-check:before {
    content: "\f072";
    }
        .fi-tr-shopping-cart-nft:before {
    content: "\f076";
    }
        .fi-tr-shopping-cart-notification:before {
    content: "\f077";
    }
        .fi-tr-shoulder-joint:before {
    content: "\f078";
    }
        .fi-tr-shovel:before {
    content: "\f079";
    }
        .fi-tr-shovel-snow:before {
    content: "\f07a";
    }
        .fi-tr-shower:before {
    content: "\f07b";
    }
        .fi-tr-shower-down:before {
    content: "\f07c";
    }
        .fi-tr-shower-gel:before {
    content: "\f07d";
    }
        .fi-tr-shredder:before {
    content: "\f07e";
    }
        .fi-tr-shrimp:before {
    content: "\f07f";
    }
        .fi-tr-shuttle-van:before {
    content: "\f081";
    }
        .fi-tr-shuttlecock:before {
    content: "\f082";
    }
        .fi-tr-Sickle:before {
    content: "\f083";
    }
        .fi-tr-sidebar:before {
    content: "\f084";
    }
        .fi-tr-sidebar-flip:before {
    content: "\f085";
    }
        .fi-tr-sigma:before {
    content: "\f087";
    }
        .fi-tr-sign-hanging:before {
    content: "\f088";
    }
        .fi-tr-sign-in-alt:before {
    content: "\f089";
    }
        .fi-tr-sign-out-alt:before {
    content: "\f08b";
    }
        .fi-tr-sign-posts:before {
    content: "\f08c";
    }
        .fi-tr-sign-posts-wrench:before {
    content: "\f08d";
    }
        .fi-tr-sign-up:before {
    content: "\f08e";
    }
        .fi-tr-signal-alt:before {
    content: "\f08f";
    }
        .fi-tr-signal-alt-1:before {
    content: "\f090";
    }
        .fi-tr-signal-alt-2:before {
    content: "\f091";
    }
        .fi-tr-signal-alt-slash:before {
    content: "\f092";
    }
        .fi-tr-signal-bars-fair:before {
    content: "\f093";
    }
        .fi-tr-signal-bars-good:before {
    content: "\f094";
    }
        .fi-tr-signal-bars-weak:before {
    content: "\f096";
    }
        .fi-tr-signal-stream:before {
    content: "\f099";
    }
        .fi-tr-signal-stream-slash:before {
    content: "\f09a";
    }
        .fi-tr-signature:before {
    content: "\f09d";
    }
        .fi-tr-signature-lock:before {
    content: "\f09e";
    }
        .fi-tr-signature-slash:before {
    content: "\f0a0";
    }
        .fi-tr-sim-card:before {
    content: "\f0a1";
    }
        .fi-tr-sim-cards:before {
    content: "\f0a2";
    }
        .fi-tr-sink:before {
    content: "\f0a3";
    }
        .fi-tr-Siren:before {
    content: "\f0a4";
    }
        .fi-tr-siren-on:before {
    content: "\f0a5";
    }
        .fi-tr-site:before {
    content: "\f0a6";
    }
        .fi-tr-site-alt:before {
    content: "\f0a7";
    }
        .fi-tr-site-browser:before {
    content: "\f0a9";
    }
        .fi-tr-sitemap:before {
    content: "\f0aa";
    }
        .fi-tr-skate-park:before {
    content: "\f0ab";
    }
        .fi-tr-skateboard:before {
    content: "\f0ac";
    }
        .fi-tr-skating:before {
    content: "\f0ad";
    }
        .fi-tr-skeleton:before {
    content: "\f0ae";
    }
        .fi-tr-skeleton-ribs:before {
    content: "\f0af";
    }
        .fi-tr-skewer:before {
    content: "\f0b1";
    }
        .fi-tr-ski-boot-ski:before {
    content: "\f0b2";
    }
        .fi-tr-ski-jump:before {
    content: "\f0b3";
    }
        .fi-tr-ski-lift:before {
    content: "\f0b4";
    }
        .fi-tr-skiing:before {
    content: "\f0b5";
    }
        .fi-tr-skiing-nordic:before {
    content: "\f0b6";
    }
        .fi-tr-skill:before {
    content: "\f0b7";
    }
        .fi-tr-skill-alt:before {
    content: "\f0b8";
    }
        .fi-tr-skill-user:before {
    content: "\f0ba";
    }
        .fi-tr-skin:before {
    content: "\f0bb";
    }
        .fi-tr-skin-acne:before {
    content: "\f0bc";
    }
        .fi-tr-skin-arrow:before {
    content: "\f0bd";
    }
        .fi-tr-skin-drop:before {
    content: "\f0be";
    }
        .fi-tr-skin-hair:before {
    content: "\f0bf";
    }
        .fi-tr-skin-laser:before {
    content: "\f0c0";
    }
        .fi-tr-skin-uv:before {
    content: "\f0c1";
    }
        .fi-tr-skip-15-seconds:before {
    content: "\f0c2";
    }
        .fi-tr-skull:before {
    content: "\f0c3";
    }
        .fi-tr-skull-cow:before {
    content: "\f0c4";
    }
        .fi-tr-skull-crossbones:before {
    content: "\f0c5";
    }
        .fi-tr-skull-heart:before {
    content: "\f0c6";
    }
        .fi-tr-skyscraper:before {
    content: "\f0c8";
    }
        .fi-tr-slash:before {
    content: "\f0ca";
    }
        .fi-tr-sledding:before {
    content: "\f0cc";
    }
        .fi-tr-sleeping-bag:before {
    content: "\f0cd";
    }
        .fi-tr-sleeping-cat:before {
    content: "\f0ce";
    }
        .fi-tr-sleigh:before {
    content: "\f0cf";
    }
        .fi-tr-sliders-h-square:before {
    content: "\f0d0";
    }
        .fi-tr-sliders-v:before {
    content: "\f0d1";
    }
        .fi-tr-sliders-v-square:before {
    content: "\f0d2";
    }
        .fi-tr-slot-machine:before {
    content: "\f0d5";
    }
        .fi-tr-smart-building:before {
    content: "\f0d6";
    }
        .fi-tr-smart-glasses:before {
    content: "\f0d8";
    }
        .fi-tr-smart-home:before {
    content: "\f0d9";
    }
        .fi-tr-smart-home-alt:before {
    content: "\f0da";
    }
        .fi-tr-smart-home-chip:before {
    content: "\f0db";
    }
        .fi-tr-smart-home-cloud:before {
    content: "\f0dc";
    }
        .fi-tr-smart-home-key:before {
    content: "\f0dd";
    }
        .fi-tr-smart-watch-call:before {
    content: "\f0de";
    }
        .fi-tr-smart-watch-notifications:before {
    content: "\f0df";
    }
        .fi-tr-smart-wireless-door:before {
    content: "\f0e0";
    }
        .fi-tr-smartphone:before {
    content: "\f0e1";
    }
        .fi-tr-smartphone-ar:before {
    content: "\f0e2";
    }
        .fi-tr-smartphone-bus-payment:before {
    content: "\f0e3";
    }
        .fi-tr-smartphone-fingerprint:before {
    content: "\f0e4";
    }
        .fi-tr-smartwatch:before {
    content: "\f0e5";
    }
        .fi-tr-smile:before {
    content: "\f0e6";
    }
        .fi-tr-smile-beam:before {
    content: "\f0e7";
    }
        .fi-tr-smile-plus:before {
    content: "\f0e8";
    }
        .fi-tr-smile-wink:before {
    content: "\f0e9";
    }
        .fi-tr-smiley-comment-alt:before {
    content: "\f0ea";
    }
        .fi-tr-smiling-baby:before {
    content: "\f0eb";
    }
        .fi-tr-smiling-boy:before {
    content: "\f0ec";
    }
        .fi-tr-smiling-girl:before {
    content: "\f0ed";
    }
        .fi-tr-smiling-old-man:before {
    content: "\f0ee";
    }
        .fi-tr-smiling-old-woman:before {
    content: "\f0ef";
    }
        .fi-tr-smog:before {
    content: "\f0f0";
    }
        .fi-tr-smoke:before {
    content: "\f0f1";
    }
        .fi-tr-smoking:before {
    content: "\f0f2";
    }
        .fi-tr-smoking-ban:before {
    content: "\f0f3";
    }
        .fi-tr-smoothie:before {
    content: "\f0f4";
    }
        .fi-tr-snake:before {
    content: "\f0f5";
    }
        .fi-tr-snap:before {
    content: "\f0f6";
    }
        .fi-tr-snooze:before {
    content: "\f0f8";
    }
        .fi-tr-snow-blowing:before {
    content: "\f0f9";
    }
        .fi-tr-snowboarding:before {
    content: "\f0fa";
    }
        .fi-tr-snowflake:before {
    content: "\f0fb";
    }
        .fi-tr-snowflake-droplets:before {
    content: "\f0fc";
    }
        .fi-tr-snowflakes:before {
    content: "\f0fd";
    }
        .fi-tr-snowman-alt:before {
    content: "\f0ff";
    }
        .fi-tr-snowman-head:before {
    content: "\f100";
    }
        .fi-tr-snowmobile:before {
    content: "\f101";
    }
        .fi-tr-snowplow:before {
    content: "\f102";
    }
        .fi-tr-soap:before {
    content: "\f103";
    }
        .fi-tr-soap-alt:before {
    content: "\f104";
    }
        .fi-tr-soccer-boots:before {
    content: "\f105";
    }
        .fi-tr-social-distance:before {
    content: "\f106";
    }
        .fi-tr-social-media-notification:before {
    content: "\f108";
    }
        .fi-tr-social-network:before {
    content: "\f109";
    }
        .fi-tr-socks:before {
    content: "\f10a";
    }
        .fi-tr-sofa:before {
    content: "\f10b";
    }
        .fi-tr-sofa-size:before {
    content: "\f10c";
    }
        .fi-tr-software-development:before {
    content: "\f10d";
    }
        .fi-tr-solar-panel:before {
    content: "\f10e";
    }
        .fi-tr-solar-panel-sun:before {
    content: "\f10f";
    }
        .fi-tr-solar-system:before {
    content: "\f110";
    }
        .fi-tr-sold-house:before {
    content: "\f111";
    }
        .fi-tr-sold-signal:before {
    content: "\f112";
    }
        .fi-tr-sort:before {
    content: "\f114";
    }
        .fi-tr-sort-alpha-down:before {
    content: "\f115";
    }
        .fi-tr-sort-alpha-down-alt:before {
    content: "\f116";
    }
        .fi-tr-sort-alpha-up:before {
    content: "\f117";
    }
        .fi-tr-sort-alpha-up-alt:before {
    content: "\f118";
    }
        .fi-tr-sort-alt:before {
    content: "\f119";
    }
        .fi-tr-sort-amount-down:before {
    content: "\f11a";
    }
        .fi-tr-sort-amount-down-alt:before {
    content: "\f11b";
    }
        .fi-tr-sort-amount-up:before {
    content: "\f11c";
    }
        .fi-tr-sort-amount-up-alt:before {
    content: "\f11d";
    }
        .fi-tr-sort-circle:before {
    content: "\f11e";
    }
        .fi-tr-sort-circle-down:before {
    content: "\f11f";
    }
        .fi-tr-sort-circle-up:before {
    content: "\f120";
    }
        .fi-tr-sort-down:before {
    content: "\f121";
    }
        .fi-tr-sort-numeric-down:before {
    content: "\f122";
    }
        .fi-tr-sort-numeric-down-alt:before {
    content: "\f123";
    }
        .fi-tr-sort-shapes-down:before {
    content: "\f124";
    }
        .fi-tr-sort-shapes-up:before {
    content: "\f125";
    }
        .fi-tr-sort-size-down:before {
    content: "\f126";
    }
        .fi-tr-sort-size-up:before {
    content: "\f127";
    }
        .fi-tr-soup:before {
    content: "\f129";
    }
        .fi-tr-source-data:before {
    content: "\f12a";
    }
        .fi-tr-source-document:before {
    content: "\f12b";
    }
        .fi-tr-source-document-alt:before {
    content: "\f12c";
    }
        .fi-tr-spa:before {
    content: "\f12d";
    }
        .fi-tr-space-shuttle:before {
    content: "\f12e";
    }
        .fi-tr-space-station-moon:before {
    content: "\f12f";
    }
        .fi-tr-space-station-moon-alt:before {
    content: "\f130";
    }
        .fi-tr-spade:before {
    content: "\f131";
    }
        .fi-tr-spaghetti-monster-flying:before {
    content: "\f132";
    }
        .fi-tr-spain-country-code:before {
    content: "\f133";
    }
        .fi-tr-spain-map:before {
    content: "\f134";
    }
        .fi-tr-spam:before {
    content: "\f135";
    }
        .fi-tr-spanish:before {
    content: "\f137";
    }
        .fi-tr-sparkles:before {
    content: "\f139";
    }
        .fi-tr-spartan-helmet:before {
    content: "\f13a";
    }
        .fi-tr-speaker:before {
    content: "\f13b";
    }
        .fi-tr-speakers:before {
    content: "\f13c";
    }
        .fi-tr-speech-bubble-story:before {
    content: "\f13d";
    }
        .fi-tr-speedometer-arrow:before {
    content: "\f13e";
    }
        .fi-tr-speedometer-kpi:before {
    content: "\f13f";
    }
        .fi-tr-sperm:before {
    content: "\f140";
    }
        .fi-tr-sphere:before {
    content: "\f141";
    }
        .fi-tr-spider:before {
    content: "\f142";
    }
        .fi-tr-spider-black-widow:before {
    content: "\f143";
    }
        .fi-tr-spider-web:before {
    content: "\f144";
    }
        .fi-tr-spine:before {
    content: "\f145";
    }
        .fi-tr-splash:before {
    content: "\f147";
    }
        .fi-tr-split:before {
    content: "\f148";
    }
        .fi-tr-split-screen:before {
    content: "\f149";
    }
        .fi-tr-split-up-relation:before {
    content: "\f14a";
    }
        .fi-tr-splotch:before {
    content: "\f14b";
    }
        .fi-tr-spoon:before {
    content: "\f14c";
    }
        .fi-tr-sport-drink:before {
    content: "\f14e";
    }
        .fi-tr-spray-can:before {
    content: "\f150";
    }
        .fi-tr-spray-can-sparkles:before {
    content: "\f151";
    }
        .fi-tr-spring-calendar:before {
    content: "\f152";
    }
        .fi-tr-sprinkler:before {
    content: "\f153";
    }
        .fi-tr-spy:before {
    content: "\f154";
    }
        .fi-tr-spyware:before {
    content: "\f155";
    }
        .fi-tr-sql-file:before {
    content: "\f156";
    }
        .fi-tr-sql-server:before {
    content: "\f157";
    }
        .fi-tr-square:before {
    content: "\f158";
    }
        .fi-tr-square-0:before {
    content: "\f159";
    }
        .fi-tr-square-1:before {
    content: "\f15a";
    }
        .fi-tr-square-2:before {
    content: "\f15b";
    }
        .fi-tr-square-3:before {
    content: "\f15c";
    }
        .fi-tr-square-4:before {
    content: "\f15d";
    }
        .fi-tr-square-5:before {
    content: "\f15e";
    }
        .fi-tr-square-6:before {
    content: "\f15f";
    }
        .fi-tr-square-7:before {
    content: "\f160";
    }
        .fi-tr-square-8:before {
    content: "\f161";
    }
        .fi-tr-square-9:before {
    content: "\f162";
    }
        .fi-tr-square-a:before {
    content: "\f163";
    }
        .fi-tr-square-b:before {
    content: "\f165";
    }
        .fi-tr-square-bolt:before {
    content: "\f166";
    }
        .fi-tr-square-c:before {
    content: "\f167";
    }
        .fi-tr-square-code:before {
    content: "\f168";
    }
        .fi-tr-square-d:before {
    content: "\f16a";
    }
        .fi-tr-square-dashed:before {
    content: "\f16b";
    }
        .fi-tr-square-dashed-circle-plus:before {
    content: "\f16c";
    }
        .fi-tr-square-divide:before {
    content: "\f16d";
    }
        .fi-tr-square-e:before {
    content: "\f16e";
    }
        .fi-tr-square-ellipsis:before {
    content: "\f16f";
    }
        .fi-tr-square-ellipsis-vertical:before {
    content: "\f170";
    }
        .fi-tr-square-envelope:before {
    content: "\f171";
    }
        .fi-tr-square-exclamation:before {
    content: "\f172";
    }
        .fi-tr-square-f:before {
    content: "\f173";
    }
        .fi-tr-square-g:before {
    content: "\f174";
    }
        .fi-tr-square-h:before {
    content: "\f175";
    }
        .fi-tr-square-heart:before {
    content: "\f176";
    }
        .fi-tr-square-i:before {
    content: "\f177";
    }
        .fi-tr-square-info:before {
    content: "\f178";
    }
        .fi-tr-square-j:before {
    content: "\f179";
    }
        .fi-tr-square-k:before {
    content: "\f17a";
    }
        .fi-tr-square-kanban:before {
    content: "\f17b";
    }
        .fi-tr-square-l:before {
    content: "\f17c";
    }
        .fi-tr-square-m:before {
    content: "\f17d";
    }
        .fi-tr-square-minus:before {
    content: "\f17e";
    }
        .fi-tr-square-n:before {
    content: "\f17f";
    }
        .fi-tr-square-o:before {
    content: "\f180";
    }
        .fi-tr-square-p:before {
    content: "\f181";
    }
        .fi-tr-square-pen:before {
    content: "\f182";
    }
        .fi-tr-square-person-confined:before {
    content: "\f183";
    }
        .fi-tr-square-phone:before {
    content: "\f184";
    }
        .fi-tr-square-phone-flip:before {
    content: "\f185";
    }
        .fi-tr-square-phone-hangup:before {
    content: "\f186";
    }
        .fi-tr-square-plus:before {
    content: "\f187";
    }
        .fi-tr-square-poll-horizontal:before {
    content: "\f188";
    }
        .fi-tr-square-poll-vertical:before {
    content: "\f189";
    }
        .fi-tr-square-q:before {
    content: "\f18a";
    }
        .fi-tr-square-quote:before {
    content: "\f18b";
    }
        .fi-tr-square-r:before {
    content: "\f18c";
    }
        .fi-tr-square-root:before {
    content: "\f18d";
    }
        .fi-tr-square-s:before {
    content: "\f18e";
    }
        .fi-tr-square-small:before {
    content: "\f18f";
    }
        .fi-tr-square-star:before {
    content: "\f190";
    }
        .fi-tr-square-t:before {
    content: "\f191";
    }
        .fi-tr-square-terminal:before {
    content: "\f192";
    }
        .fi-tr-square-u:before {
    content: "\f193";
    }
        .fi-tr-square-up-right:before {
    content: "\f194";
    }
        .fi-tr-square-v:before {
    content: "\f195";
    }
        .fi-tr-square-w:before {
    content: "\f196";
    }
        .fi-tr-square-x:before {
    content: "\f197";
    }
        .fi-tr-square-y:before {
    content: "\f198";
    }
        .fi-tr-square-z:before {
    content: "\f199";
    }
        .fi-tr-squid:before {
    content: "\f19a";
    }
        .fi-tr-squircle:before {
    content: "\f19b";
    }
        .fi-tr-squirrel:before {
    content: "\f19c";
    }
        .fi-tr-stadium:before {
    content: "\f19d";
    }
        .fi-tr-staff:before {
    content: "\f19e";
    }
        .fi-tr-staff-wizard:before {
    content: "\f19f";
    }
        .fi-tr-stage:before {
    content: "\f1a0";
    }
        .fi-tr-stage-concert:before {
    content: "\f1a1";
    }
        .fi-tr-stage-theatre:before {
    content: "\f1a2";
    }
        .fi-tr-stairs:before {
    content: "\f1a3";
    }
        .fi-tr-stamp:before {
    content: "\f1a4";
    }
        .fi-tr-stamps:before {
    content: "\f1a5";
    }
        .fi-tr-standard-definition:before {
    content: "\f1a6";
    }
        .fi-tr-stapler:before {
    content: "\f1a7";
    }
        .fi-tr-stapler-paper:before {
    content: "\f1a8";
    }
        .fi-tr-star:before {
    content: "\f1a9";
    }
        .fi-tr-star-and-crescent:before {
    content: "\f1aa";
    }
        .fi-tr-star-christmas:before {
    content: "\f1ab";
    }
        .fi-tr-star-comment-alt:before {
    content: "\f1ad";
    }
        .fi-tr-star-exclamation:before {
    content: "\f1ae";
    }
        .fi-tr-star-microphone:before {
    content: "\f1af";
    }
        .fi-tr-star-octogram:before {
    content: "\f1b0";
    }
        .fi-tr-star-of-david:before {
    content: "\f1b1";
    }
        .fi-tr-star-sharp-half:before {
    content: "\f1b3";
    }
        .fi-tr-star-sharp-half-stroke:before {
    content: "\f1b4";
    }
        .fi-tr-star-shooting:before {
    content: "\f1b5";
    }
        .fi-tr-starfighter:before {
    content: "\f1b7";
    }
        .fi-tr-stars:before {
    content: "\f1b8";
    }
        .fi-tr-state-country:before {
    content: "\f1b9";
    }
        .fi-tr-stationary-bike:before {
    content: "\f1ba";
    }
        .fi-tr-stats:before {
    content: "\f1bb";
    }
        .fi-tr-steak:before {
    content: "\f1bc";
    }
        .fi-tr-steam-iron:before {
    content: "\f1bd";
    }
        .fi-tr-steering-wheel:before {
    content: "\f1be";
    }
        .fi-tr-step-backward:before {
    content: "\f1bf";
    }
        .fi-tr-step-forward:before {
    content: "\f1c0";
    }
        .fi-tr-steps-carreer:before {
    content: "\f1c1";
    }
        .fi-tr-sterling-sign:before {
    content: "\f1c2";
    }
        .fi-tr-stethoscope:before {
    content: "\f1c3";
    }
        .fi-tr-sticker:before {
    content: "\f1c4";
    }
        .fi-tr-stocking:before {
    content: "\f1c6";
    }
        .fi-tr-stomach:before {
    content: "\f1c7";
    }
        .fi-tr-stomach-ache:before {
    content: "\f1c8";
    }
        .fi-tr-stomach-virus:before {
    content: "\f1c9";
    }
        .fi-tr-stop-circle:before {
    content: "\f1cb";
    }
        .fi-tr-stop-square:before {
    content: "\f1cc";
    }
        .fi-tr-stopwatch:before {
    content: "\f1cd";
    }
        .fi-tr-store-alt:before {
    content: "\f1cf";
    }
        .fi-tr-store-buyer:before {
    content: "\f1d0";
    }
        .fi-tr-store-lock:before {
    content: "\f1d1";
    }
        .fi-tr-store-slash:before {
    content: "\f1d2";
    }
        .fi-tr-story-book:before {
    content: "\f1d3";
    }
        .fi-tr-story-fairy-tale:before {
    content: "\f1d4";
    }
        .fi-tr-story-fantasy:before {
    content: "\f1d5";
    }
        .fi-tr-straightener:before {
    content: "\f1d7";
    }
        .fi-tr-strategy-chess-risk:before {
    content: "\f1d8";
    }
        .fi-tr-strawberry:before {
    content: "\f1d9";
    }
        .fi-tr-streamer-boy:before {
    content: "\f1da";
    }
        .fi-tr-streamer-girl:before {
    content: "\f1db";
    }
        .fi-tr-street-view:before {
    content: "\f1dd";
    }
        .fi-tr-stretcher:before {
    content: "\f1de";
    }
        .fi-tr-strikethrough:before {
    content: "\f1df";
    }
        .fi-tr-stroopwafel:before {
    content: "\f1e1";
    }
        .fi-tr-student:before {
    content: "\f1e2";
    }
        .fi-tr-student-alt:before {
    content: "\f1e3";
    }
        .fi-tr-subfolder:before {
    content: "\f1e4";
    }
        .fi-tr-subscript:before {
    content: "\f1e7";
    }
        .fi-tr-subscription:before {
    content: "\f1e8";
    }
        .fi-tr-subscription-alt:before {
    content: "\f1e9";
    }
        .fi-tr-subscription-model:before {
    content: "\f1ea";
    }
        .fi-tr-subscription-user:before {
    content: "\f1eb";
    }
        .fi-tr-subtitles:before {
    content: "\f1f0";
    }
        .fi-tr-subtitles-slash:before {
    content: "\f1f1";
    }
        .fi-tr-subway:before {
    content: "\f1f2";
    }
        .fi-tr-suggestion:before {
    content: "\f1f3";
    }
        .fi-tr-suitcase-alt:before {
    content: "\f1f4";
    }
        .fi-tr-summary-check:before {
    content: "\f1f5";
    }
        .fi-tr-summer:before {
    content: "\f1f6";
    }
        .fi-tr-sun:before {
    content: "\f1f7";
    }
        .fi-tr-sun-dust:before {
    content: "\f1f8";
    }
        .fi-tr-sun-plant-wilt:before {
    content: "\f1f9";
    }
        .fi-tr-sun-salutation-yoga:before {
    content: "\f1fa";
    }
        .fi-tr-sunday:before {
    content: "\f1fb";
    }
        .fi-tr-sunglasses:before {
    content: "\f1fc";
    }
        .fi-tr-sunglasses-alt:before {
    content: "\f1fd";
    }
        .fi-tr-sunrise:before {
    content: "\f1fe";
    }
        .fi-tr-sunrise-alt:before {
    content: "\f1ff";
    }
        .fi-tr-sunscreen:before {
    content: "\f200";
    }
        .fi-tr-sunset:before {
    content: "\f201";
    }
        .fi-tr-superscript:before {
    content: "\f202";
    }
        .fi-tr-supplier:before {
    content: "\f203";
    }
        .fi-tr-supplier-alt:before {
    content: "\f204";
    }
        .fi-tr-supply-chain:before {
    content: "\f205";
    }
        .fi-tr-supply-chain-steps:before {
    content: "\f206";
    }
        .fi-tr-surfing:before {
    content: "\f207";
    }
        .fi-tr-surprise:before {
    content: "\f208";
    }
        .fi-tr-surveillance-camera:before {
    content: "\f209";
    }
        .fi-tr-survey-xmark:before {
    content: "\f20a";
    }
        .fi-tr-sushi:before {
    content: "\f20b";
    }
        .fi-tr-sushi-alt:before {
    content: "\f20c";
    }
        .fi-tr-sushi-roll:before {
    content: "\f20d";
    }
        .fi-tr-svg:before {
    content: "\f20e";
    }
        .fi-tr-swap:before {
    content: "\f20f";
    }
        .fi-tr-swatchbook:before {
    content: "\f211";
    }
        .fi-tr-sweep:before {
    content: "\f212";
    }
        .fi-tr-swimmer:before {
    content: "\f214";
    }
        .fi-tr-swimming-pool:before {
    content: "\f215";
    }
        .fi-tr-swing:before {
    content: "\f216";
    }
        .fi-tr-swipe-down:before {
    content: "\f217";
    }
        .fi-tr-swipe-left:before {
    content: "\f218";
    }
        .fi-tr-swipe-right:before {
    content: "\f219";
    }
        .fi-tr-swipe-up:before {
    content: "\f21a";
    }
        .fi-tr-sword:before {
    content: "\f21b";
    }
        .fi-tr-sword-alt:before {
    content: "\f21c";
    }
        .fi-tr-symbols:before {
    content: "\f21f";
    }
        .fi-tr-synagogue:before {
    content: "\f220";
    }
        .fi-tr-syringe:before {
    content: "\f221";
    }
        .fi-tr-syringe-injection-blood:before {
    content: "\f222";
    }
        .fi-tr-system-cloud:before {
    content: "\f223";
    }
        .fi-tr-t:before {
    content: "\f224";
    }
        .fi-tr-t-rex:before {
    content: "\f226";
    }
        .fi-tr-t-square:before {
    content: "\f227";
    }
        .fi-tr-tab-folder:before {
    content: "\f228";
    }
        .fi-tr-table:before {
    content: "\f229";
    }
        .fi-tr-table-columns:before {
    content: "\f22a";
    }
        .fi-tr-table-layout:before {
    content: "\f22b";
    }
        .fi-tr-table-list:before {
    content: "\f22c";
    }
        .fi-tr-table-picnic:before {
    content: "\f22d";
    }
        .fi-tr-table-pivot:before {
    content: "\f22e";
    }
        .fi-tr-table-rows:before {
    content: "\f22f";
    }
        .fi-tr-table-tree:before {
    content: "\f230";
    }
        .fi-tr-tablet:before {
    content: "\f231";
    }
        .fi-tr-tablet-android:before {
    content: "\f232";
    }
        .fi-tr-tablet-android-alt:before {
    content: "\f233";
    }
        .fi-tr-tablet-rugged:before {
    content: "\f234";
    }
        .fi-tr-tachometer:before {
    content: "\f235";
    }
        .fi-tr-tachometer-alt-average:before {
    content: "\f236";
    }
        .fi-tr-tachometer-alt-fastest:before {
    content: "\f237";
    }
        .fi-tr-tachometer-alt-slow:before {
    content: "\f238";
    }
        .fi-tr-tachometer-alt-slowest:before {
    content: "\f239";
    }
        .fi-tr-tachometer-average:before {
    content: "\f23a";
    }
        .fi-tr-tachometer-fast:before {
    content: "\f23b";
    }
        .fi-tr-tachometer-fastest:before {
    content: "\f23c";
    }
        .fi-tr-tachometer-slow:before {
    content: "\f23d";
    }
        .fi-tr-tachometer-slowest:before {
    content: "\f23e";
    }
        .fi-tr-taco:before {
    content: "\f23f";
    }
        .fi-tr-tags:before {
    content: "\f240";
    }
        .fi-tr-talent:before {
    content: "\f241";
    }
        .fi-tr-talent-alt:before {
    content: "\f242";
    }
        .fi-tr-talent-hand:before {
    content: "\f243";
    }
        .fi-tr-tally:before {
    content: "\f244";
    }
        .fi-tr-tally-1:before {
    content: "\f245";
    }
        .fi-tr-tally-2:before {
    content: "\f246";
    }
        .fi-tr-tally-3:before {
    content: "\f247";
    }
        .fi-tr-tally-4:before {
    content: "\f248";
    }
        .fi-tr-tamale:before {
    content: "\f249";
    }
        .fi-tr-tank-water:before {
    content: "\f24b";
    }
        .fi-tr-tap:before {
    content: "\f24c";
    }
        .fi-tr-tape:before {
    content: "\f24d";
    }
        .fi-tr-target:before {
    content: "\f24e";
    }
        .fi-tr-target-audience:before {
    content: "\f24f";
    }
        .fi-tr-task-calendar:before {
    content: "\f250";
    }
        .fi-tr-task-checklist:before {
    content: "\f251";
    }
        .fi-tr-tasks:before {
    content: "\f252";
    }
        .fi-tr-tattoo-machine:before {
    content: "\f253";
    }
        .fi-tr-tax:before {
    content: "\f254";
    }
        .fi-tr-tax-alt:before {
    content: "\f255";
    }
        .fi-tr-taxi-bus:before {
    content: "\f257";
    }
        .fi-tr-team:before {
    content: "\f258";
    }
        .fi-tr-team-check:before {
    content: "\f259";
    }
        .fi-tr-team-check-alt:before {
    content: "\f25a";
    }
        .fi-tr-team-collaboration:before {
    content: "\f25b";
    }
        .fi-tr-teddy-bear:before {
    content: "\f25c";
    }
        .fi-tr-teeth-open:before {
    content: "\f25d";
    }
        .fi-tr-telescope:before {
    content: "\f25f";
    }
        .fi-tr-temperature-down:before {
    content: "\f260";
    }
        .fi-tr-temperature-frigid:before {
    content: "\f261";
    }
        .fi-tr-temperature-high:before {
    content: "\f262";
    }
        .fi-tr-temperature-list:before {
    content: "\f263";
    }
        .fi-tr-temperature-low:before {
    content: "\f264";
    }
        .fi-tr-temperature-up:before {
    content: "\f265";
    }
        .fi-tr-template:before {
    content: "\f266";
    }
        .fi-tr-template-alt:before {
    content: "\f267";
    }
        .fi-tr-tenge:before {
    content: "\f269";
    }
        .fi-tr-tennis:before {
    content: "\f26a";
    }
        .fi-tr-tent-arrow-down-to-line:before {
    content: "\f26b";
    }
        .fi-tr-tent-arrow-left-right:before {
    content: "\f26c";
    }
        .fi-tr-tent-arrow-turn-left:before {
    content: "\f26d";
    }
        .fi-tr-tent-arrows-down:before {
    content: "\f26e";
    }
        .fi-tr-tents:before {
    content: "\f26f";
    }
        .fi-tr-terminal:before {
    content: "\f270";
    }
        .fi-tr-terms-check:before {
    content: "\f271";
    }
        .fi-tr-terms-info:before {
    content: "\f273";
    }
        .fi-tr-terrace:before {
    content: "\f274";
    }
        .fi-tr-test:before {
    content: "\f275";
    }
        .fi-tr-test-tube:before {
    content: "\f276";
    }
        .fi-tr-text-box:before {
    content: "\f278";
    }
        .fi-tr-text-box-dots:before {
    content: "\f279";
    }
        .fi-tr-text-box-edit:before {
    content: "\f27a";
    }
        .fi-tr-text-height:before {
    content: "\f27c";
    }
        .fi-tr-text-input-left:before {
    content: "\f27d";
    }
        .fi-tr-text-shadow:before {
    content: "\f27e";
    }
        .fi-tr-text-size:before {
    content: "\f27f";
    }
        .fi-tr-text-slash:before {
    content: "\f280";
    }
        .fi-tr-text-width:before {
    content: "\f281";
    }
        .fi-tr-theater-masks:before {
    content: "\f283";
    }
        .fi-tr-thermometer-alt:before {
    content: "\f284";
    }
        .fi-tr-thermometer-empty:before {
    content: "\f285";
    }
        .fi-tr-thermometer-full:before {
    content: "\f286";
    }
        .fi-tr-thermometer-half:before {
    content: "\f287";
    }
        .fi-tr-thermometer-quarter:before {
    content: "\f288";
    }
        .fi-tr-thermometer-three-quarters:before {
    content: "\f289";
    }
        .fi-tr-theta:before {
    content: "\f28a";
    }
        .fi-tr-third:before {
    content: "\f28b";
    }
        .fi-tr-third-award:before {
    content: "\f28c";
    }
        .fi-tr-third-laurel:before {
    content: "\f28d";
    }
        .fi-tr-third-medal:before {
    content: "\f28e";
    }
        .fi-tr-thought-bubble:before {
    content: "\f28f";
    }
        .fi-tr-three-direction:before {
    content: "\f291";
    }
        .fi-tr-three-leaf-clover:before {
    content: "\f292";
    }
        .fi-tr-throat:before {
    content: "\f293";
    }
        .fi-tr-thumbs-up-trust:before {
    content: "\f296";
    }
        .fi-tr-thumbtack-slash:before {
    content: "\f298";
    }
        .fi-tr-thunderstorm:before {
    content: "\f299";
    }
        .fi-tr-thunderstorm-moon:before {
    content: "\f29a";
    }
        .fi-tr-thunderstorm-risk:before {
    content: "\f29b";
    }
        .fi-tr-thunderstorm-sun:before {
    content: "\f29c";
    }
        .fi-tr-thursday:before {
    content: "\f29d";
    }
        .fi-tr-ticket:before {
    content: "\f29e";
    }
        .fi-tr-ticket-airline:before {
    content: "\f29f";
    }
        .fi-tr-ticket-alt:before {
    content: "\f2a0";
    }
        .fi-tr-tickets:before {
    content: "\f2a1";
    }
        .fi-tr-tickets-airline:before {
    content: "\f2a2";
    }
        .fi-tr-tie:before {
    content: "\f2a3";
    }
        .fi-tr-tiff-file:before {
    content: "\f2a4";
    }
        .fi-tr-tilde:before {
    content: "\f2a6";
    }
        .fi-tr-time-add:before {
    content: "\f2a7";
    }
        .fi-tr-time-check:before {
    content: "\f2a8";
    }
        .fi-tr-time-delete:before {
    content: "\f2a9";
    }
        .fi-tr-time-fast:before {
    content: "\f2aa";
    }
        .fi-tr-time-forward:before {
    content: "\f2ab";
    }
        .fi-tr-time-forward-sixty:before {
    content: "\f2ac";
    }
        .fi-tr-time-forward-ten:before {
    content: "\f2ad";
    }
        .fi-tr-time-forward-thirty:before {
    content: "\f2ae";
    }
        .fi-tr-time-half-past:before {
    content: "\f2af";
    }
        .fi-tr-time-management:before {
    content: "\f2b0";
    }
        .fi-tr-time-money:before {
    content: "\f2b1";
    }
        .fi-tr-time-oclock:before {
    content: "\f2b2";
    }
        .fi-tr-time-past:before {
    content: "\f2b3";
    }
        .fi-tr-time-quarter-past:before {
    content: "\f2b4";
    }
        .fi-tr-time-quarter-to:before {
    content: "\f2b5";
    }
        .fi-tr-time-twenty-four:before {
    content: "\f2b6";
    }
        .fi-tr-time-watch-calendar:before {
    content: "\f2b7";
    }
        .fi-tr-timeline:before {
    content: "\f2b8";
    }
        .fi-tr-timeline-arrow:before {
    content: "\f2b9";
    }
        .fi-tr-times-hexagon:before {
    content: "\f2bb";
    }
        .fi-tr-tint-slash:before {
    content: "\f2bc";
    }
        .fi-tr-tip-button:before {
    content: "\f2bd";
    }
        .fi-tr-tip-button-hand:before {
    content: "\f2be";
    }
        .fi-tr-tip-coin:before {
    content: "\f2bf";
    }
        .fi-tr-tire:before {
    content: "\f2c3";
    }
        .fi-tr-tire-flat:before {
    content: "\f2c4";
    }
        .fi-tr-tire-pressure-warning:before {
    content: "\f2c5";
    }
        .fi-tr-tire-rugged:before {
    content: "\f2c6";
    }
        .fi-tr-tired:before {
    content: "\f2c7";
    }
        .fi-tr-to-do:before {
    content: "\f2c8";
    }
        .fi-tr-to-do-alt:before {
    content: "\f2c9";
    }
        .fi-tr-together-people:before {
    content: "\f2cc";
    }
        .fi-tr-toggle-off:before {
    content: "\f2ce";
    }
        .fi-tr-toggle-on:before {
    content: "\f2cf";
    }
        .fi-tr-toilet:before {
    content: "\f2d0";
    }
        .fi-tr-toilet-paper-blank:before {
    content: "\f2d1";
    }
        .fi-tr-toilet-paper-blank-under:before {
    content: "\f2d2";
    }
        .fi-tr-toilet-paper-slash:before {
    content: "\f2d3";
    }
        .fi-tr-toilet-paper-under:before {
    content: "\f2d4";
    }
        .fi-tr-toilet-paper-under-slash:before {
    content: "\f2d5";
    }
        .fi-tr-toilet-paper-xmark:before {
    content: "\f2d6";
    }
        .fi-tr-toilets-portable:before {
    content: "\f2d7";
    }
        .fi-tr-token:before {
    content: "\f2d8";
    }
        .fi-tr-tomato:before {
    content: "\f2d9";
    }
        .fi-tr-tombstone:before {
    content: "\f2da";
    }
        .fi-tr-tombstone-alt:before {
    content: "\f2db";
    }
        .fi-tr-tool-box:before {
    content: "\f2dc";
    }
        .fi-tr-tools:before {
    content: "\f2df";
    }
        .fi-tr-tooth:before {
    content: "\f2e0";
    }
        .fi-tr-toothache:before {
    content: "\f2e1";
    }
        .fi-tr-toothbrush:before {
    content: "\f2e2";
    }
        .fi-tr-toothpaste:before {
    content: "\f2e3";
    }
        .fi-tr-torch:before {
    content: "\f2e4";
    }
        .fi-tr-torch-inspiration-leader:before {
    content: "\f2e5";
    }
        .fi-tr-torii-gate:before {
    content: "\f2e6";
    }
        .fi-tr-tornado:before {
    content: "\f2e7";
    }
        .fi-tr-total:before {
    content: "\f2e8";
    }
        .fi-tr-tour-guide-people:before {
    content: "\f2e9";
    }
        .fi-tr-tour-virtual:before {
    content: "\f2ea";
    }
        .fi-tr-towel:before {
    content: "\f2eb";
    }
        .fi-tr-tower-chain:before {
    content: "\f2ed";
    }
        .fi-tr-tower-control:before {
    content: "\f2ee";
    }
        .fi-tr-track:before {
    content: "\f2ef";
    }
        .fi-tr-tractor:before {
    content: "\f2f0";
    }
        .fi-tr-trademark:before {
    content: "\f2f1";
    }
        .fi-tr-trading:before {
    content: "\f2f2";
    }
        .fi-tr-traffic-cone:before {
    content: "\f2f3";
    }
        .fi-tr-traffic-light:before {
    content: "\f2f4";
    }
        .fi-tr-traffic-light-go:before {
    content: "\f2f5";
    }
        .fi-tr-traffic-light-slow:before {
    content: "\f2f6";
    }
        .fi-tr-traffic-light-stop:before {
    content: "\f2f7";
    }
        .fi-tr-trailer:before {
    content: "\f2f8";
    }
        .fi-tr-train-clock:before {
    content: "\f2fa";
    }
        .fi-tr-train-journey:before {
    content: "\f2fb";
    }
        .fi-tr-train-station:before {
    content: "\f2fd";
    }
        .fi-tr-train-station-building:before {
    content: "\f2fe";
    }
        .fi-tr-train-subway-tunnel:before {
    content: "\f2ff";
    }
        .fi-tr-train-track:before {
    content: "\f300";
    }
        .fi-tr-train-tram:before {
    content: "\f301";
    }
        .fi-tr-tram:before {
    content: "\f302";
    }
        .fi-tr-transaction-euro:before {
    content: "\f303";
    }
        .fi-tr-transaction-globe:before {
    content: "\f304";
    }
        .fi-tr-transaction-yen:before {
    content: "\f305";
    }
        .fi-tr-transcript:before {
    content: "\f306";
    }
        .fi-tr-transcription:before {
    content: "\f307";
    }
        .fi-tr-transformation-block:before {
    content: "\f309";
    }
        .fi-tr-transformation-circle:before {
    content: "\f30a";
    }
        .fi-tr-transformation-design:before {
    content: "\f30b";
    }
        .fi-tr-transformation-shapes:before {
    content: "\f30c";
    }
        .fi-tr-transformer-bolt:before {
    content: "\f30d";
    }
        .fi-tr-transgender:before {
    content: "\f30e";
    }
        .fi-tr-translate:before {
    content: "\f30f";
    }
        .fi-tr-translation-app:before {
    content: "\f311";
    }
        .fi-tr-transparency:before {
    content: "\f312";
    }
        .fi-tr-transporter:before {
    content: "\f313";
    }
        .fi-tr-transporter-1:before {
    content: "\f314";
    }
        .fi-tr-transporter-2:before {
    content: "\f315";
    }
        .fi-tr-transporter-3:before {
    content: "\f316";
    }
        .fi-tr-transporter-4:before {
    content: "\f317";
    }
        .fi-tr-transporter-5:before {
    content: "\f318";
    }
        .fi-tr-transporter-6:before {
    content: "\f319";
    }
        .fi-tr-transporter-7:before {
    content: "\f31a";
    }
        .fi-tr-transporter-empty:before {
    content: "\f31b";
    }
        .fi-tr-trash-bag:before {
    content: "\f31d";
    }
        .fi-tr-trash-can-check:before {
    content: "\f31e";
    }
        .fi-tr-trash-can-clock:before {
    content: "\f31f";
    }
        .fi-tr-trash-can-list:before {
    content: "\f320";
    }
        .fi-tr-trash-can-plus:before {
    content: "\f321";
    }
        .fi-tr-trash-can-slash:before {
    content: "\f322";
    }
        .fi-tr-trash-check:before {
    content: "\f323";
    }
        .fi-tr-trash-clock:before {
    content: "\f324";
    }
        .fi-tr-trash-empty:before {
    content: "\f325";
    }
        .fi-tr-trash-list:before {
    content: "\f326";
    }
        .fi-tr-trash-plus:before {
    content: "\f327";
    }
        .fi-tr-trash-restore:before {
    content: "\f328";
    }
        .fi-tr-trash-restore-alt:before {
    content: "\f329";
    }
        .fi-tr-trash-slash:before {
    content: "\f32a";
    }
        .fi-tr-trash-undo:before {
    content: "\f32b";
    }
        .fi-tr-trash-undo-alt:before {
    content: "\f32c";
    }
        .fi-tr-trash-xmark:before {
    content: "\f32d";
    }
        .fi-tr-trauma:before {
    content: "\f32e";
    }
        .fi-tr-traveler-camera:before {
    content: "\f330";
    }
        .fi-tr-treadmill:before {
    content: "\f331";
    }
        .fi-tr-treasure-chest:before {
    content: "\f332";
    }
        .fi-tr-treatment:before {
    content: "\f333";
    }
        .fi-tr-tree:before {
    content: "\f334";
    }
        .fi-tr-tree-alt:before {
    content: "\f335";
    }
        .fi-tr-tree-christmas:before {
    content: "\f336";
    }
        .fi-tr-tree-deciduous:before {
    content: "\f337";
    }
        .fi-tr-trees:before {
    content: "\f339";
    }
        .fi-tr-trees-alt:before {
    content: "\f33a";
    }
        .fi-tr-triangle:before {
    content: "\f33c";
    }
        .fi-tr-triangle-arrow-bolt:before {
    content: "\f33d";
    }
        .fi-tr-triangle-music:before {
    content: "\f33e";
    }
        .fi-tr-triangle-person-digging:before {
    content: "\f33f";
    }
        .fi-tr-triangle-warning:before {
    content: "\f340";
    }
        .fi-tr-tricycle:before {
    content: "\f341";
    }
        .fi-tr-trillium:before {
    content: "\f342";
    }
        .fi-tr-trombone:before {
    content: "\f345";
    }
        .fi-tr-troph-cap:before {
    content: "\f346";
    }
        .fi-tr-trophy:before {
    content: "\f347";
    }
        .fi-tr-trophy-achievement-skill:before {
    content: "\f348";
    }
        .fi-tr-trophy-star:before {
    content: "\f349";
    }
        .fi-tr-truck-arrow-left:before {
    content: "\f34a";
    }
        .fi-tr-truck-arrow-right:before {
    content: "\f34b";
    }
        .fi-tr-truck-bolt:before {
    content: "\f34c";
    }
        .fi-tr-truck-box:before {
    content: "\f34d";
    }
        .fi-tr-truck-check:before {
    content: "\f34e";
    }
        .fi-tr-truck-container:before {
    content: "\f350";
    }
        .fi-tr-truck-container-empty:before {
    content: "\f351";
    }
        .fi-tr-truck-couch:before {
    content: "\f352";
    }
        .fi-tr-truck-droplet:before {
    content: "\f353";
    }
        .fi-tr-truck-fire:before {
    content: "\f354";
    }
        .fi-tr-truck-flatbed:before {
    content: "\f355";
    }
        .fi-tr-truck-front:before {
    content: "\f356";
    }
        .fi-tr-truck-ladder:before {
    content: "\f357";
    }
        .fi-tr-truck-loading:before {
    content: "\f358";
    }
        .fi-tr-truck-medical:before {
    content: "\f359";
    }
        .fi-tr-truck-monster:before {
    content: "\f35a";
    }
        .fi-tr-truck-moving:before {
    content: "\f35b";
    }
        .fi-tr-truck-pickup:before {
    content: "\f35c";
    }
        .fi-tr-truck-plow:before {
    content: "\f35d";
    }
        .fi-tr-truck-ramp:before {
    content: "\f35e";
    }
        .fi-tr-truck-tow:before {
    content: "\f360";
    }
        .fi-tr-truck-utensils:before {
    content: "\f361";
    }
        .fi-tr-trumpet:before {
    content: "\f363";
    }
        .fi-tr-trust:before {
    content: "\f364";
    }
        .fi-tr-trust-alt:before {
    content: "\f365";
    }
        .fi-tr-tshirt:before {
    content: "\f366";
    }
        .fi-tr-tty:before {
    content: "\f367";
    }
        .fi-tr-tty-answer:before {
    content: "\f368";
    }
        .fi-tr-tubes:before {
    content: "\f369";
    }
        .fi-tr-tuesday:before {
    content: "\f36b";
    }
        .fi-tr-tugrik-sign:before {
    content: "\f36c";
    }
        .fi-tr-turkey:before {
    content: "\f36e";
    }
        .fi-tr-turn-left:before {
    content: "\f36f";
    }
        .fi-tr-turn-left-down:before {
    content: "\f370";
    }
        .fi-tr-turn-right:before {
    content: "\f371";
    }
        .fi-tr-turntable:before {
    content: "\f372";
    }
        .fi-tr-turtle:before {
    content: "\f373";
    }
        .fi-tr-tv-music:before {
    content: "\f374";
    }
        .fi-tr-tv-retro:before {
    content: "\f375";
    }
        .fi-tr-two-nails:before {
    content: "\f37b";
    }
        .fi-tr-two-paperclip:before {
    content: "\f37c";
    }
        .fi-tr-two-swords:before {
    content: "\f37d";
    }
        .fi-tr-typewriter:before {
    content: "\f37f";
    }
        .fi-tr-u:before {
    content: "\f380";
    }
        .fi-tr-ufo:before {
    content: "\f383";
    }
        .fi-tr-ufo-beam:before {
    content: "\f384";
    }
        .fi-tr-ui-ux:before {
    content: "\f385";
    }
        .fi-tr-uk-country-code:before {
    content: "\f386";
    }
        .fi-tr-umbrella:before {
    content: "\f387";
    }
        .fi-tr-umbrella-beach:before {
    content: "\f388";
    }
        .fi-tr-under-construction:before {
    content: "\f389";
    }
        .fi-tr-undo:before {
    content: "\f38b";
    }
        .fi-tr-undo-alt:before {
    content: "\f38c";
    }
        .fi-tr-unicorn:before {
    content: "\f38d";
    }
        .fi-tr-uniform-martial-arts:before {
    content: "\f38e";
    }
        .fi-tr-united-kingdom:before {
    content: "\f390";
    }
        .fi-tr-universal-access:before {
    content: "\f392";
    }
        .fi-tr-up:before {
    content: "\f395";
    }
        .fi-tr-up-from-bracket:before {
    content: "\f396";
    }
        .fi-tr-up-left:before {
    content: "\f397";
    }
        .fi-tr-up-right:before {
    content: "\f398";
    }
        .fi-tr-up-right-from-square:before {
    content: "\f399";
    }
        .fi-tr-urban-planning:before {
    content: "\f39d";
    }
        .fi-tr-url:before {
    content: "\f39e";
    }
        .fi-tr-urology:before {
    content: "\f39f";
    }
        .fi-tr-usa-map:before {
    content: "\f3a0";
    }
        .fi-tr-usa-map-pin:before {
    content: "\f3a1";
    }
        .fi-tr-usb-pendrive:before {
    content: "\f3a3";
    }
        .fi-tr-usb-scan:before {
    content: "\f3a4";
    }
        .fi-tr-usb-wifi:before {
    content: "\f3a5";
    }
        .fi-tr-usd-circle:before {
    content: "\f3a6";
    }
        .fi-tr-usd-square:before {
    content: "\f3a7";
    }
        .fi-tr-user-alien:before {
    content: "\f3ab";
    }
        .fi-tr-user-astronaut:before {
    content: "\f3ac";
    }
        .fi-tr-user-bag:before {
    content: "\f3ad";
    }
        .fi-tr-user-basket:before {
    content: "\f3ae";
    }
        .fi-tr-user-beard:before {
    content: "\f3af";
    }
        .fi-tr-user-check:before {
    content: "\f3b0";
    }
        .fi-tr-user-chef:before {
    content: "\f3b1";
    }
        .fi-tr-user-circle-down:before {
    content: "\f3b2";
    }
        .fi-tr-user-circle-left:before {
    content: "\f3b3";
    }
        .fi-tr-user-circle-right:before {
    content: "\f3b4";
    }
        .fi-tr-user-circle-up:before {
    content: "\f3b5";
    }
        .fi-tr-user-coach:before {
    content: "\f3b6";
    }
        .fi-tr-user-cowboy:before {
    content: "\f3b7";
    }
        .fi-tr-user-crown:before {
    content: "\f3b8";
    }
        .fi-tr-user-dj:before {
    content: "\f3ba";
    }
        .fi-tr-user-doctor-hair:before {
    content: "\f3bb";
    }
        .fi-tr-user-doctor-hair-long:before {
    content: "\f3bc";
    }
        .fi-tr-user-down:before {
    content: "\f3bd";
    }
        .fi-tr-user-eating:before {
    content: "\f3be";
    }
        .fi-tr-user-experience:before {
    content: "\f3bf";
    }
        .fi-tr-user-fast-running:before {
    content: "\f3c0";
    }
        .fi-tr-user-forbidden:before {
    content: "\f3c1";
    }
        .fi-tr-user-forbidden-alt:before {
    content: "\f3c2";
    }
        .fi-tr-user-gear:before {
    content: "\f3c3";
    }
        .fi-tr-user-graduate:before {
    content: "\f3c4";
    }
        .fi-tr-user-group-crown:before {
    content: "\f3c5";
    }
        .fi-tr-user-hair-buns:before {
    content: "\f3c6";
    }
        .fi-tr-user-hair-mullet:before {
    content: "\f3c7";
    }
        .fi-tr-user-hard-work:before {
    content: "\f3c8";
    }
        .fi-tr-user-headset:before {
    content: "\f3c9";
    }
        .fi-tr-user-helmet-safety:before {
    content: "\f3ca";
    }
        .fi-tr-user-hoodie:before {
    content: "\f3cb";
    }
        .fi-tr-user-india:before {
    content: "\f3cc";
    }
        .fi-tr-user-injured:before {
    content: "\f3cd";
    }
        .fi-tr-user-interface-ui:before {
    content: "\f3ce";
    }
        .fi-tr-user-key:before {
    content: "\f3cf";
    }
        .fi-tr-user-language:before {
    content: "\f3d0";
    }
        .fi-tr-user-left:before {
    content: "\f3d1";
    }
        .fi-tr-user-link:before {
    content: "\f3d2";
    }
        .fi-tr-user-lock:before {
    content: "\f3d3";
    }
        .fi-tr-user-logout:before {
    content: "\f3d4";
    }
        .fi-tr-user-mask:before {
    content: "\f3d5";
    }
        .fi-tr-user-md:before {
    content: "\f3d6";
    }
        .fi-tr-user-md-chat:before {
    content: "\f3d7";
    }
        .fi-tr-user-minus:before {
    content: "\f3d8";
    }
        .fi-tr-user-moustache:before {
    content: "\f3d9";
    }
        .fi-tr-user-music:before {
    content: "\f3da";
    }
        .fi-tr-user-ninja:before {
    content: "\f3db";
    }
        .fi-tr-user-nurse:before {
    content: "\f3dc";
    }
        .fi-tr-user-nurse-hair:before {
    content: "\f3dd";
    }
        .fi-tr-user-nurse-hair-long:before {
    content: "\f3de";
    }
        .fi-tr-user-pen:before {
    content: "\f3e0";
    }
        .fi-tr-user-pen-head:before {
    content: "\f3e1";
    }
        .fi-tr-user-permissions:before {
    content: "\f3e2";
    }
        .fi-tr-user-pilot:before {
    content: "\f3e3";
    }
        .fi-tr-user-pilot-tie:before {
    content: "\f3e4";
    }
        .fi-tr-user-pizza-delivery:before {
    content: "\f3e5";
    }
        .fi-tr-user-plumber:before {
    content: "\f3e6";
    }
        .fi-tr-user-police:before {
    content: "\f3e7";
    }
        .fi-tr-user-question:before {
    content: "\f3e8";
    }
        .fi-tr-user-right:before {
    content: "\f3e9";
    }
        .fi-tr-user-roadmap:before {
    content: "\f3ea";
    }
        .fi-tr-user-robot:before {
    content: "\f3eb";
    }
        .fi-tr-user-robot-xmarks:before {
    content: "\f3ec";
    }
        .fi-tr-user-salary:before {
    content: "\f3ed";
    }
        .fi-tr-user-shakespeare:before {
    content: "\f3ee";
    }
        .fi-tr-user-shield:before {
    content: "\f3ef";
    }
        .fi-tr-user-sitting-toilet:before {
    content: "\f3f0";
    }
        .fi-tr-user-skill-gear:before {
    content: "\f3f2";
    }
        .fi-tr-user-slash:before {
    content: "\f3f3";
    }
        .fi-tr-user-speaking:before {
    content: "\f3f4";
    }
        .fi-tr-user-stress:before {
    content: "\f3f5";
    }
        .fi-tr-user-suitcase:before {
    content: "\f3f6";
    }
        .fi-tr-user-tag:before {
    content: "\f3f7";
    }
        .fi-tr-user-tie-hair:before {
    content: "\f3f8";
    }
        .fi-tr-user-tie-hair-long:before {
    content: "\f3f9";
    }
        .fi-tr-user-time:before {
    content: "\f3fa";
    }
        .fi-tr-user-trust:before {
    content: "\f3fb";
    }
        .fi-tr-user-unlock:before {
    content: "\f3fc";
    }
        .fi-tr-user-up:before {
    content: "\f3fd";
    }
        .fi-tr-user-visor:before {
    content: "\f3fe";
    }
        .fi-tr-user-vneck-hair:before {
    content: "\f3ff";
    }
        .fi-tr-user-vneck-hair-long:before {
    content: "\f400";
    }
        .fi-tr-user-volunteer:before {
    content: "\f401";
    }
        .fi-tr-user-writer:before {
    content: "\f402";
    }
        .fi-tr-user-xmark:before {
    content: "\f403";
    }
        .fi-tr-users:before {
    content: "\f404";
    }
        .fi-tr-users-alt:before {
    content: "\f405";
    }
        .fi-tr-users-class:before {
    content: "\f406";
    }
        .fi-tr-users-gear:before {
    content: "\f409";
    }
        .fi-tr-users-loyalty:before {
    content: "\f40a";
    }
        .fi-tr-users-medical:before {
    content: "\f40b";
    }
        .fi-tr-users-slash:before {
    content: "\f40c";
    }
        .fi-tr-users-speaking:before {
    content: "\f40d";
    }
        .fi-tr-utensils:before {
    content: "\f40e";
    }
        .fi-tr-utensils-slash:before {
    content: "\f40f";
    }
        .fi-tr-utility-pole:before {
    content: "\f410";
    }
        .fi-tr-utility-pole-double:before {
    content: "\f411";
    }
        .fi-tr-ux:before {
    content: "\f413";
    }
        .fi-tr-ux-browser:before {
    content: "\f414";
    }
        .fi-tr-v:before {
    content: "\f415";
    }
        .fi-tr-vacuum:before {
    content: "\f417";
    }
        .fi-tr-vacuum-cleaner:before {
    content: "\f418";
    }
        .fi-tr-vacuum-robot:before {
    content: "\f419";
    }
        .fi-tr-value-absolute:before {
    content: "\f41a";
    }
        .fi-tr-van-fast:before {
    content: "\f41b";
    }
        .fi-tr-van-front:before {
    content: "\f41c";
    }
        .fi-tr-vault:before {
    content: "\f41d";
    }
        .fi-tr-vector-circle:before {
    content: "\f420";
    }
        .fi-tr-vector-polygon:before {
    content: "\f421";
    }
        .fi-tr-vegan:before {
    content: "\f422";
    }
        .fi-tr-venus:before {
    content: "\f423";
    }
        .fi-tr-venus-double:before {
    content: "\f424";
    }
        .fi-tr-venus-mars:before {
    content: "\f425";
    }
        .fi-tr-vest:before {
    content: "\f427";
    }
        .fi-tr-vest-patches:before {
    content: "\f428";
    }
        .fi-tr-video-arrow-down-left:before {
    content: "\f429";
    }
        .fi-tr-video-arrow-up-right:before {
    content: "\f42a";
    }
        .fi-tr-video-camera:before {
    content: "\f42b";
    }
        .fi-tr-video-camera-alt:before {
    content: "\f42c";
    }
        .fi-tr-video-duration:before {
    content: "\f42d";
    }
        .fi-tr-video-folder:before {
    content: "\f42e";
    }
        .fi-tr-video-plus:before {
    content: "\f430";
    }
        .fi-tr-video-recording:before {
    content: "\f431";
    }
        .fi-tr-video-slash:before {
    content: "\f432";
    }
        .fi-tr-videoconference:before {
    content: "\f433";
    }
        .fi-tr-vihara:before {
    content: "\f435";
    }
        .fi-tr-violin:before {
    content: "\f437";
    }
        .fi-tr-virtual-assistant:before {
    content: "\f438";
    }
        .fi-tr-virus:before {
    content: "\f439";
    }
        .fi-tr-virus-scan:before {
    content: "\f43a";
    }
        .fi-tr-virus-slash:before {
    content: "\f43b";
    }
        .fi-tr-viruses:before {
    content: "\f43c";
    }
        .fi-tr-vision:before {
    content: "\f43e";
    }
        .fi-tr-vision-sense:before {
    content: "\f43f";
    }
        .fi-tr-vision-target:before {
    content: "\f440";
    }
        .fi-tr-visit:before {
    content: "\f441";
    }
        .fi-tr-voice-command:before {
    content: "\f444";
    }
        .fi-tr-voice-note:before {
    content: "\f445";
    }
        .fi-tr-voicemail:before {
    content: "\f446";
    }
        .fi-tr-volcano:before {
    content: "\f447";
    }
        .fi-tr-volleyball:before {
    content: "\f448";
    }
        .fi-tr-volleyball-player:before {
    content: "\f449";
    }
        .fi-tr-volume-control:before {
    content: "\f44b";
    }
        .fi-tr-volume-down:before {
    content: "\f44c";
    }
        .fi-tr-volume-mute:before {
    content: "\f44d";
    }
        .fi-tr-volume-off:before {
    content: "\f44e";
    }
        .fi-tr-volume-slash:before {
    content: "\f44f";
    }
        .fi-tr-volunteer-vest:before {
    content: "\f450";
    }
        .fi-tr-vote-nay:before {
    content: "\f451";
    }
        .fi-tr-vote-yea:before {
    content: "\f452";
    }
        .fi-tr-vpn:before {
    content: "\f453";
    }
        .fi-tr-vpn-globe:before {
    content: "\f454";
    }
        .fi-tr-vpn-laptop:before {
    content: "\f455";
    }
        .fi-tr-vpn-network:before {
    content: "\f456";
    }
        .fi-tr-vpn-shield:before {
    content: "\f457";
    }
        .fi-tr-vr-cardboard:before {
    content: "\f458";
    }
        .fi-tr-w:before {
    content: "\f459";
    }
        .fi-tr-waffle:before {
    content: "\f45a";
    }
        .fi-tr-wagon-covered:before {
    content: "\f45b";
    }
        .fi-tr-walker:before {
    content: "\f45c";
    }
        .fi-tr-walkie-talkie:before {
    content: "\f45d";
    }
        .fi-tr-walking:before {
    content: "\f45e";
    }
        .fi-tr-wallet:before {
    content: "\f45f";
    }
        .fi-tr-wallet-arrow:before {
    content: "\f460";
    }
        .fi-tr-wallet-buyer:before {
    content: "\f461";
    }
        .fi-tr-wallet-change:before {
    content: "\f462";
    }
        .fi-tr-wallet-income:before {
    content: "\f463";
    }
        .fi-tr-wallet-money:before {
    content: "\f464";
    }
        .fi-tr-wallet-nft:before {
    content: "\f465";
    }
        .fi-tr-warehouse-alt:before {
    content: "\f468";
    }
        .fi-tr-warranty:before {
    content: "\f469";
    }
        .fi-tr-washer:before {
    content: "\f46a";
    }
        .fi-tr-washing-dishes:before {
    content: "\f46b";
    }
        .fi-tr-waste:before {
    content: "\f46c";
    }
        .fi-tr-waste-pollution:before {
    content: "\f46d";
    }
        .fi-tr-watch:before {
    content: "\f46e";
    }
        .fi-tr-watch-calculator:before {
    content: "\f46f";
    }
        .fi-tr-watch-fitness:before {
    content: "\f470";
    }
        .fi-tr-watch-smart:before {
    content: "\f471";
    }
        .fi-tr-water:before {
    content: "\f472";
    }
        .fi-tr-water-bottle:before {
    content: "\f473";
    }
        .fi-tr-water-drop:before {
    content: "\f474";
    }
        .fi-tr-water-ladder:before {
    content: "\f476";
    }
        .fi-tr-water-lower:before {
    content: "\f477";
    }
        .fi-tr-water-rise:before {
    content: "\f478";
    }
        .fi-tr-water-ski:before {
    content: "\f479";
    }
        .fi-tr-watering-can-drop:before {
    content: "\f47a";
    }
        .fi-tr-watering-can-plant:before {
    content: "\f47b";
    }
        .fi-tr-watermelon:before {
    content: "\f47c";
    }
        .fi-tr-waterpolo:before {
    content: "\f47f";
    }
        .fi-tr-waterpolo-goal:before {
    content: "\f480";
    }
        .fi-tr-waterpolo-hand:before {
    content: "\f481";
    }
        .fi-tr-waterpolo-player:before {
    content: "\f482";
    }
        .fi-tr-wave:before {
    content: "\f483";
    }
        .fi-tr-wave-sine:before {
    content: "\f484";
    }
        .fi-tr-wave-square:before {
    content: "\f485";
    }
        .fi-tr-wave-triangle:before {
    content: "\f486";
    }
        .fi-tr-waveform:before {
    content: "\f487";
    }
        .fi-tr-waveform-path:before {
    content: "\f489";
    }
        .fi-tr-web:before {
    content: "\f48a";
    }
        .fi-tr-web-browser-bomb:before {
    content: "\f48c";
    }
        .fi-tr-web-design:before {
    content: "\f48d";
    }
        .fi-tr-web-test:before {
    content: "\f490";
    }
        .fi-tr-webcam:before {
    content: "\f491";
    }
        .fi-tr-webcam-slash:before {
    content: "\f492";
    }
        .fi-tr-webhook:before {
    content: "\f493";
    }
        .fi-tr-webinar:before {
    content: "\f494";
    }
        .fi-tr-webinar-play:before {
    content: "\f495";
    }
        .fi-tr-website-design:before {
    content: "\f496";
    }
        .fi-tr-website-layout:before {
    content: "\f497";
    }
        .fi-tr-website-speed:before {
    content: "\f498";
    }
        .fi-tr-website-structure:before {
    content: "\f499";
    }
        .fi-tr-wednesday:before {
    content: "\f49a";
    }
        .fi-tr-weight-gain:before {
    content: "\f49b";
    }
        .fi-tr-weight-loss:before {
    content: "\f49c";
    }
        .fi-tr-welding:before {
    content: "\f49d";
    }
        .fi-tr-wellbeing:before {
    content: "\f49e";
    }
        .fi-tr-whale:before {
    content: "\f4a0";
    }
        .fi-tr-wheat:before {
    content: "\f4a2";
    }
        .fi-tr-wheat-awn:before {
    content: "\f4a3";
    }
        .fi-tr-wheat-awn-circle-exclamation:before {
    content: "\f4a4";
    }
        .fi-tr-wheat-awn-slash:before {
    content: "\f4a5";
    }
        .fi-tr-wheat-slash:before {
    content: "\f4a6";
    }
        .fi-tr-wheelchair:before {
    content: "\f4a7";
    }
        .fi-tr-wheelchair-move:before {
    content: "\f4a8";
    }
        .fi-tr-wheelchair-sleeping:before {
    content: "\f4a9";
    }
        .fi-tr-whistle:before {
    content: "\f4aa";
    }
        .fi-tr-white-space:before {
    content: "\f4ab";
    }
        .fi-tr-wifi:before {
    content: "\f4ac";
    }
        .fi-tr-wifi-1:before {
    content: "\f4ad";
    }
        .fi-tr-wifi-2:before {
    content: "\f4ae";
    }
        .fi-tr-wifi-alt:before {
    content: "\f4af";
    }
        .fi-tr-wifi-exclamation:before {
    content: "\f4b0";
    }
        .fi-tr-wifi-lock:before {
    content: "\f4b1";
    }
        .fi-tr-wifi-password:before {
    content: "\f4b2";
    }
        .fi-tr-wifi-slash:before {
    content: "\f4b3";
    }
        .fi-tr-wifi-xmark:before {
    content: "\f4b4";
    }
        .fi-tr-wildfire:before {
    content: "\f4b6";
    }
        .fi-tr-wind:before {
    content: "\f4b7";
    }
        .fi-tr-wind-turbine:before {
    content: "\f4b8";
    }
        .fi-tr-wind-warning:before {
    content: "\f4b9";
    }
        .fi-tr-window-alt:before {
    content: "\f4bb";
    }
        .fi-tr-window-frame:before {
    content: "\f4bc";
    }
        .fi-tr-window-frame-open:before {
    content: "\f4bd";
    }
        .fi-tr-window-maximize:before {
    content: "\f4be";
    }
        .fi-tr-window-minimize:before {
    content: "\f4bf";
    }
        .fi-tr-window-restore:before {
    content: "\f4c0";
    }
        .fi-tr-windsock:before {
    content: "\f4c2";
    }
        .fi-tr-windsurf:before {
    content: "\f4c3";
    }
        .fi-tr-wine-bottle:before {
    content: "\f4c4";
    }
        .fi-tr-wine-glass-crack:before {
    content: "\f4c5";
    }
        .fi-tr-wine-glass-empty:before {
    content: "\f4c6";
    }
        .fi-tr-wings-box:before {
    content: "\f4c7";
    }
        .fi-tr-wisdom:before {
    content: "\f4c9";
    }
        .fi-tr-wishlist-heart:before {
    content: "\f4ca";
    }
        .fi-tr-wishlist-star:before {
    content: "\f4cb";
    }
        .fi-tr-witness:before {
    content: "\f4cc";
    }
        .fi-tr-woman-head:before {
    content: "\f4ce";
    }
        .fi-tr-woman-scientist:before {
    content: "\f4cf";
    }
        .fi-tr-women-swimsuit:before {
    content: "\f4d0";
    }
        .fi-tr-won-sign:before {
    content: "\f4d1";
    }
        .fi-tr-work-in-progress:before {
    content: "\f4d3";
    }
        .fi-tr-workshop:before {
    content: "\f4d9";
    }
        .fi-tr-workwear:before {
    content: "\f4da";
    }
        .fi-tr-world:before {
    content: "\f4db";
    }
        .fi-tr-world-megaphone:before {
    content: "\f4dc";
    }
        .fi-tr-worm:before {
    content: "\f4de";
    }
        .fi-tr-wrap:before {
    content: "\f4df";
    }
        .fi-tr-wreath:before {
    content: "\f4e0";
    }
        .fi-tr-wrench-alt:before {
    content: "\f4e1";
    }
        .fi-tr-wrench-simple:before {
    content: "\f4e2";
    }
        .fi-tr-x:before {
    content: "\f4e6";
    }
        .fi-tr-x-ray:before {
    content: "\f4e7";
    }
        .fi-tr-y:before {
    content: "\f4ea";
    }
        .fi-tr-y2k:before {
    content: "\f4eb";
    }
        .fi-tr-yen:before {
    content: "\f4ef";
    }
        .fi-tr-yin-yang:before {
    content: "\f4f0";
    }
        .fi-tr-yoga-ball:before {
    content: "\f4f3";
    }
        .fi-tr-yoga-ball-exercise:before {
    content: "\f4f4";
    }
        .fi-tr-yoga-ball-mat:before {
    content: "\f4f5";
    }
        .fi-tr-yoga-mat:before {
    content: "\f4f6";
    }
        .fi-tr-yoga-moon:before {
    content: "\f4f7";
    }
        .fi-tr-yoga-posture:before {
    content: "\f4f8";
    }
        .fi-tr-z:before {
    content: "\f4fa";
    }
        .fi-tr-zero-percent:before {
    content: "\f4fb";
    }
        .fi-tr-zip-file:before {
    content: "\f4fc";
    }

    @media (max-width: 767.98px) {
 
    header .top .userButtons a {
        font-weight: normal !important;
        font-size:13px !important;
    }
    /*
    .nav-link {
        font-size:13px !important;
    }*/
    #account .box .head h4 {
        width: max-content !important;

    }
    .tasksNav ul {
        display: flex;
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding-bottom: 10px;
    }
    #uploadImg {
            
            width: 100vw;
            height: 100vh;
            
             border-top-left-radius: 0px; 
             border-bottom-left-radius: 0px;
    }
    #account {
        padding: 0px;
    }
    #account aside .box.accountBox {
        position: relative;
        padding: 15px;
    }
} 
 
@media screen and (max-width: 992px) {
    #account .accountNav li a {
        padding: 15px !important;
        justify-content: left;
        display: flex;
        grid-gap: 10px;
        align-items: center;
    }
}

#calendar .fc-day, 
#calendar .fc-day-top,
#calendar .fc-day-number,
#calendar td,
#calendar td * {
    touch-action: manipulation !important;
    pointer-events: auto !important;
    user-select: auto !important;
    -webkit-user-select: auto !important;
    -webkit-touch-callout: default !important;
}

/* Benzersiz tooltip modal yapısı */
.nst_d-tooltip-modal {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 30%;
    max-height: 61%;
    background: #fff;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
    border-radius: 14px 14px 0 0;
    visibility: hidden;
    opacity: 0;
    z-index: 999999; /* Çakışma olmasın */
    transition: .35s ease;
}

.nst_d-tooltip-modal.nst_d-show {
    visibility: visible;
    opacity: 1;
}

.nst_d-tooltip-modal-content {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

.nst_d-tooltip-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nst_d-tooltip-title {
    font-size: 18px;
    font-weight: 600;
}

.nst_d-tooltip-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.nst_d-tooltip-body {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
}
.task-price-details-table {
    font-size:15px; 
    min-width:200px;
}
.task-price-details-table td {
    padding: 10px;
}
.task-price-details-table tr:last-child td {
    border-bottom: 0px;
}
@media screen and (max-width: 992px) {
    #account.master aside .accountBox {
        border-top-right-radius: 0px;
        min-width: 97vw;
        padding: 20px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 15px;
    }
    header .top .userButtons li a.button:hover {
        background-color: transparent;
        color: #000;
    }
}
