/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html {
  scroll-padding-top: 100px;
}
.container{
	padding-right: 20px;
	padding-left: 20px;
    max-width: 1360px !important;
}
.hh-location-page-banner-overlay .hh-location-banner-text-block {
    background: linear-gradient(to right, rgba(0, 28, 46, 1) 0%, rgba(0, 28, 46, 0.7) 50%, rgba(0, 28, 46, 0.6) 76%, rgba(0, 28, 46, 0) 100%) !important;
    margin-top: 0;
}
 table.hh-table-fees {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  max-width: 1000px;
   margin: 0px auto;
}

table.hh-table-fees caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.hh-table-fees tr {
  border: 1px solid #BBBCBC;
  padding: .35em;
}
table.hh-table-fees thead tr{
    border: none;
}
table.hh-table-fees th,
table.hh-table-fees td {
  padding: .625em;
  text-align: center;
}
table.hh-table-fees td{
    border-right: 1px solid #BBBCBC;
}
table.hh-table-fees td:last-child{
    border-right: none;
}
table.hh-table-fees th {
  font-size: 1rem;
  border-bottom: 4px solid var(--dark-blue);
}
.hh-sec-w-img.hh-sec-img-right .row-fluid{
    display: flex;
    flex-direction: row-reverse;    
}
.hh-sec-w-img.hh-sec-v-center .row-fluid{
    align-items: center;
}
@media screen and (max-width: 767px) {
    .hh-sec-w-img.hh-sec-img-right .row-fluid{
        flex-direction: unset;  
    }
    .hh-sec-w-img .hh-sec-w-img-img{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 600px) {
  table.hh-table-fees {
    border: 0;
  }
table.hh-table-fees td{
    border-right: none;
}
  table.hh-table-fees caption {
    font-size: 1.3em;
  }
  
  table.hh-table-fees thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
    table.hh-table-fees thead tr{
        border-bottom: 4px solid var(--dark-blue);
    }
  
  table.hh-table-fees tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table.hh-table-fees td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.hh-table-fees td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  
  table.hh-table-fees td:last-child {
    border-bottom: 0;
  }
}
.text-align-center{
    text-align: center;
}
.text-white{
    color: #ffffff;
}
ul li::marker {
  color: var(--dark-blue); /* bullet color */
}
.banner-checklist-item{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.page-banner-icon{
    background-color: #4ea9ae;
    border-radius: 40px;
    height: 40px;
    padding: 5px 10px 10px;
    width: 40px;
}
.page-banner-icon span svg{
    fill: var(--white);
    width: 20px;
    height: 20px;
}
.page-banner-checklist-text{
    padding-top: 10px;
}
.hh-heading-num-container{
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}
.hh-heading-num{
    background-color: var(--dark-blue);
    border-radius: 80px;
    color: #fff;
    font-size: 40px;
    height: 70px;
    width: 70px;
    padding: 10px 20px 30px;
    text-align: center;
    font-family: 'Gotham Rounded Medium';
    font-weight: 600;
}
.hh-heading-num-body h2{
    margin-top: 10px;
}
.hh-content-checklist li{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.hh-content-checklist li i{
    background-color: #f2f9f9;
}
.hh-body-content-page a{
    font-weight: 600;
    color: #1D252D;
    text-decoration: underline;
}
.hh-leaf-blue{
    background-color: var(--light-blue);
    border-bottom-right-radius: 70px;
    border-top-left-radius: 70px;
    padding: 15px 40px;
}
.color-white{
    color: var(--white);
}
@media (max-width: 767px){
    .hh-heading-num{
        border-radius: 50px;
        font-size: 25px;
        height: 50px;
        padding: 9px 20px 30px;
        width: 50px;
    }
}
@media (max-width: 480px){
    .hh-heading-num-container{
        flex-direction: column;        
    }
    .hh-heading-num{
        margin: 0px auto 20px;
        padding: 9px 15px 30px;
    }
}
#hs_cos_wrapper_site_header-module-2 .header__menu-link.header__menu-item--depth-1{
    color: var(--dark-nav) !important;
    transition: all ease 0.3s;
    font-weight: 600!important;
}

.header__menu-submenu .header__menu-item .header__menu-link{ 
  color: white!important;
}
.header__menu-submenu .header__menu-item.header__menu-link--active-link .header__menu-link{
    color: var(--dark-blue) !important;
}
.header__menu-submenu .header__menu-item .header__menu-link:hover{ 
    background: #006272c2; 
    padding-left: 2.5rem;
    transition: all .3s ease;
}
#hs_cos_wrapper_site_header-module-2 .header__menu--mobile{
  background: white!important;
}

/* #hs_cos_wrapper_site_header-module-2 .header__menu-link{
    color: var(--dark-blue) !important;
} */
.header__search-col .hs-search-field__button {
    border-radius: 8px !important;
}
.hh-mobile-head-nav {
    display: flex;
    gap: 15px;
}
.hh-mobile-head-nav .header__menu-container{
    margin-top: 10px;
}

button.header__menu-toggle {
    border: 2px solid #04a9c7;
    padding: 0.1rem 0.5rem 0.5rem;
    border-radius: 5px;
}
@media (min-width: 994px){
    .hh-mobile-head-nav .cta-group{
        display: none;
    }
}
@media(max-width: 768px){
  .header__menu-item .header__menu-back svg path{
      fill: white!important;
    }
}
@media (max-width: 700px){
    .header__menu .header__menu-wrapper .header__menu-item .cta-group{
        display: none !important;
    }
    .hh-mobile-head-nav .header__button-col{
        margin-left: 0px !important;
    }
    .hh-mobile-head-nav .cta-group .cta-button{
        padding: 0 1.3rem !important;
    }
   
}
:root {
    /* Define variables */
    /* COLORS */
    --primary-blue: #04A9C7;
    --green: #43B02A;
    --dark-blue: #27808B; /* Teal color */
    --light-blue: #eaf5f5;
    --white: #ffffff;
    --dark-green: #005776;
    --border-radius: 18px;
    --border-radius-12: 12px;
    --dark-heading: #1D252D;
    --page-banner-bg-color: #27808B;
    --quaternary: #05868E;
    --nav-color: #1C6272;
    --paua: #05868E;
    --shadow: 0 24px 60px rgba(0,0,0,.13);
    --light-blue-bg: #f5fafb;
    --dark-nav: #1d242c;
    --page-banner-menu-bg: #006272;
    --light-blue-tab: #e6f3f4;
    --light-blue-bg: #27808B0A;
    --input-bg-hover: #f2f9f9;
    --input-border-color: #05868E80;
}
.cta-button{
   border-top-right-radius: 0px;
   border-bottom-right-radius: 50px;
   border-top-left-radius: 50px;
   border-bottom-left-radius: 0px;
        text-decoration: none !important;
/*    border: none; */
}
.cta-button:hover{
/*      border: none;   */
}
.btn-group-center{
   justify-content: center; 
}
.btn-group-start{
   justify-content: flex-start; 
}
.btn-group-end{
   justify-content: flex-end; 
}
.btn-wrapper-sm .cta-button{
    font-size: 14px;
    min-height: 2.7rem;
    padding: 0 1.5rem;
    font-weight: 400;
}
.hh-btn-icon{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.btn-primary-wrapper .cta-button{
    color: var(--white) !important;
}
.btn-secondary-wrapper .cta-button{
    color: var(--dark-blue) !important;
}
.btn-secondary-wrapper .cta-button:hover{
    color: var(--white) !important;
}
.btn-secondary-wrapper .cta-button .hh-btn-icon svg{
    fill: var(--dark-blue);
}
.btn-secondary-wrapper .cta-button:hover .hh-btn-icon svg{
    fill: var(--white);
}
.btn-quaternary-wrapper .cta-button{
    background-color: var(--dark-blue) !important;
    color: white;
    border: none;
}
.btn-quaternary-wrapper .cta-button:hover{   
    background-color: #05868E !important;
    color: white;  
}

.hh-location-banner-text-block .btn-primary-wrapper a:hover{
    background-color: var(--white);
    color: var(--dark-blue) !important;
}
.btn-bordered-wrapper .cta-button{
    background-color: transparent;
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
}
.btn-bordered-wrapper .cta-button:hover{
    color: var(--white);
    background-color: var(--dark-blue);
}
.btn-white-bordered-wrapper .cta-button{
    background-color: transparent;
      color: var(--white) !important;
    border: 1px solid var(--white);
}
.hh-ct-sec-form-wrapper form input[type='email'],
.hh-form-wrapper form textarea.hsfc-TextareaInput,
.hh-form-wrapper form input.hsfc-TextInput{
    font-family: 'Gotham Rounded Book' !important;
    font-weight: 400 !important;
    border-radius: 8px !important;
    border-color: unset !important;
    border-width: 0px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
textarea.hsfc-TextareaInput::placeholder,
input.hsfc-TextInput::placeholder{
    color: rgba(29, 37, 45, 0.25) !important;
}
.hsfc-ErrorAlert,
label.hsfc-FieldLabel{
    font-family: 'Gotham Rounded Book' !important;
}
/* [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons:has(>*:only-child){
    justify-content: flex-start !important;
} */
.hh-form-submit-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;   
}
.hh-main-form-container form .hs_submit input[type='submit'].hs-button,
.hh-form-wrap form button[type=submit]{
    background-color: var(--dark-blue);
    color: var(--white);
    border: none !important;
    font-weight: 600;
}
.hh-main-form-container form .hs_submit input[type='submit'].hs-button,
.hh-form-wrap form button[type=submit],
[data-hsfc-id=Renderer] .hsfc-Button{
    font-family: 'Gotham Rounded Book' !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 50px !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 0 !important;
    min-height: 3.125rem !important;
    padding: 0 3rem !important;
    font-size: 0.875rem !important;
}
/* CTA Section Form */
.hh-ct-sec-form-wrapper{
    max-width: 800px;
    margin: 0px auto;
}
.hh-ct-sec-form-wrapper form .hsfc-Step__Content{
    display: flex;
    gap: 20px;
}
.hh-ct-sec-form-wrapper form .hsfc-Step__Content .hsfc-Row{
    width: 70%;
}
.hh-ct-sec-form-wrapper form .hsfc-Step__Content .hsfc-NavigationRow{
    margin-top: -10px;
    width: 30%;
}
.hh-ct-sec-form-wrapper form .hsfc-Step__Content div .hsfc-EmailField{
    width: 100%;
}
.hh-ct-sec-form-wrapper form .hsfc-Step__Content div .hsfc-NavigationRow__Buttons{
    width: 100%;
}
.hh-ct-sec-form-wrapper form .hsfc-Step__Content div .hsfc-NavigationRow__Buttons button[type='submit']{
    background-color: var(--white);
    color: var(--paua);
}
.hh-main-form-container form fieldset .input select option,
.hh-main-form-container form fieldset label span{
    font-size: 16px !important;
    line-height: 23px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}

.hh-main-form-container form fieldset .multi-container li.hs-form-checkbox{
    border: 1px solid var(--input-border-color);
    border-radius: 8px !important;
    color: #333 !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 14px !important;
    gap: 10px !important;
    padding: 10px 15px !important;
    margin-bottom: 10px;
    transition: background-color: ease 0.3s;
}
.hh-main-form-container form fieldset .multi-container li.hs-form-checkbox input{
     accent-color: var(--quaternary);
}
.hh-main-form-container form fieldset .multi-container li.hs-form-checkbox:hover{
    background-color: #F2F9F9;
}
.hh-main-form-container form fieldset .multi-container li.hs-form-checkbox label{
    margin-bottom: 0px !important;
    display: flex;
    gap: 10px;
    align-items: center;
}
.hh-main-form-container form fieldset label span.hs-form-required{
    color: red;
}
.hh-main-form-container form fieldset textarea,
.hh-main-form-container form fieldset input,
.hh-main-form-container form input[type='email'],
.hh-main-form-container form textarea.hsfc-TextareaInput,
.hh-main-form-container form input.hsfc-TextInput{
    font-family: 'Gotham Rounded Book' !important;
    font-weight: 400 !important;
    border-radius: 8px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    border: 1px solid  var(--input-border-color);
    background-color: transparent !important;
}
.hh-main-form-container .hsfc-PhoneField input.hsfc-TextInput{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.hh-main-form-container .hsfc-PhoneField .hsfc-PhoneInput__FlagAndCaret{
   background-color: transparent !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 1px solid var(--input-border-color) !important;
    border: 1px solid  var(--input-border-color);
}
.hh-main-form-container form fieldset .input select,
.hh-main-form-container form .hsfc-DropdownOptions{
     border-radius: 8px !important;
    background-color: var(--white);
    border: 1px solid  var(--input-border-color);
}
.hh-main-form-container form .hsfc-DropdownField .hsfc-DropdownOptions__List{
    font-family: 'Gotham Rounded Book' !important;
    font-size: 16px;
}
.hh-main-form-container form .hsfc-DropdownField .hsfc-DropdownOptions__List .hsfc-DropdownOptions__List__ListItem{
    background-color: var(--white);
}
.hh-main-form-container form .hsfc-Step__Content div .hsfc-NavigationRow__Buttons button[type='submit']{
    background-color: var(--quaternary);
    color: var(--white);
}
.hh-main-form-container form .hsfc-PhoneInput__FlagAndCaret__Caret,
.hh-main-form-container form .hsfc-DropdownInput__Caret span{
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-radius: 0 0 2px 0;
    transform: rotate(45deg);
    margin-top: -6px;
    border-top: unset;
    border-left: unset;
}
.hh-main-form-container form [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons:has(>:only-child){
    justify-content: flex-end !important;
}
.hsfc-CheckboxFieldGroup__Options > * {
    border: 1px solid var(--quaternary);
    padding: 10px 15px;
    border-radius: 8px;
}
#hh-form-biz_new .legal-consent-container .hs-form-booleancheckbox-display{
    display: flex;
    gap: 10px;
    align-items: center;
}
#hh-form-biz_new .legal-consent-container .hs-form-booleancheckbox-display .hs-input{
    margin-top: -15px;
}
#hh-form-biz_new .legal-consent-container .hs-form-booleancheckbox-display>span{
    margin-left: 0px;
}
@media (max-width: 700px){
     .hh-ct-sec-form-wrapper form .hsfc-Step__Content{
        flex-direction: column;
    }  
    .hh-ct-sec-form-wrapper form .hsfc-Step__Content .hsfc-Row,
    .hh-ct-sec-form-wrapper form .hsfc-Step__Content .hsfc-NavigationRow{
        margin-top: -10px;
        width: 100%;
    }
    .hh-ct-sec-form-wrapper form .hsfc-Step__Content .hsfc-NavigationRow__Buttons{
        justify-content: center !important;
    }
}
/* Cognito Form */
.cog-input .el-textarea textarea,
.cog-input .el-input input {
	font-size: 16px !Important;
}

html .cog-cognito--styled .el-checkbox__inner,
:root:root:root:root:root .cog-cognito--styled .el-checkbox__inner {
	border-radius: 3px !important;
}

.cog-header__text {
	display: none !important;
}

.el-checkbox__checkmark {
	background: #05868e !Important;
}

.cog-cognito img {
	border-radius: 12px !important;
	overflow: hidden !important;
	display: none !important;
}

h1.cog-heading {
	font-weight: 500 !important;
	font-family: 'Gotham Rounded Medium' !important;
}

.el-textarea textarea::placeholder,
.el-input input::placeholder {
	/*color: #ffffff !important;*/
}

.cog-error-message,
.cog-choice-option span,
.cog-choice__value,
legend.cog-label,
label.cog-label,
.cog-header__description {
	font-family: 'Gotham Rounded Book' !important;
	font-size: 16px !important;
	font-weight: 100 !important;
}

#cog-1-listbox {
	border: 1px solid #05868E !important;
}

.cog-body {
	margin-top: 0px !important;
}

h2.cog-section__heading {
	display: none !important;
}

html .cog-choice-option,
:root:root:root:root:root .cog-choice-option {
	border: 1px solid #05868E80;
	padding: 10px 5px;
	border-radius: 8px;
}

#cog-6-helptext {
	font-family: 'Gotham Rounded Book' !important;
}

.el-checkbox__inner {
	border: 1px solid #05868E80 !important;
}

.cog-picker select,
.el-textarea textarea,
.el-input input {
	border: 1px solid #05868E80 !important;
	border-radius: 8px !important;
	padding: 17px 15px !important;
	font-family: 'Gotham Rounded Book' !important;
}

.cog-picker select option {
	background-color: transparent !important;
}

.el-input__suffix-inner svg g {
	stroke: #05868E !important;
}

button.el-button {
	background-color: #05868E !important;
}

html .cog-page__navigation,
:root:root:root:root:root .cog-page__navigation {
	justify-content: flex-end !important;
}

html .cog-error-message,
:root:root:root:root:root .cog-error-message {
	background: unset !important;
	color: red !important;
}

html .cog-form--light-background .cog-col.is-error::after,
:root:root:root:root:root .cog-form--light-background .cog-col.is-error::after {
	background: none !important;
	outline: none !important;
}

.cog-error-message {
	color: red !important;
}

.cog-field--10 .cog-checkable__allow-other {
	border: none !important;
}

.cog-content h4 {
	font-family: 'Gotham Rounded Book' !important;
	font-size: 18px !important;
}

.cog-content h3 {
	font-family: 'Gotham Rounded Book' !important;
	font-size: 20px !important;
}

.cog-upload__drag-text,
.cog-content p {
	font-family: 'Gotham Rounded Book' !important;
	font-size: 14px !important;

}

.el-button {
	border: none !important;
}

.el-button span {
	color: #ffffff !important;
	font-weight: 600 !Important;
	font-size: 16px !important;
	font-family: 'Gotham Rounded Book' !important;
}

.cog-page__navigation {
	justify-content: space-between !important;
}
.el-button.cog-button--submit,
.el-button.cog-button--next,
.el-button.cog-button--back {
	font-family: 'Gotham Rounded Book' !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 50px !important;
	border-top-left-radius: 50px !important;
	border-top-right-radius: 0 !important;
	min-height: 3.125rem !important;
	padding: 0 3rem !important;
	font-size: 0.875rem !important;
}

.cog-field--7 .cog-checkable--inline .el-radio-group {
	display: flex !important;
	gap: 10px !important;
}
.cog-checkable--inline .el-radio-group,
.cog-checkable--inline .el-checkbox-group{
    display: flex !important;
    gap: 10px !important;
}
.cog-field--10.cog-choice--radiobuttons .cog-checkable--inline .el-radio-group{
     display: unset !important;
}
ul.el-select-dropdown__list li.el-select-dropdown__item .cog-choice-option{
    border: none !important;
}
.cog-confirmation__message p{
    font-size: 18px !important;
    font-weight: 600 important;
}
@media (max-width: 768px){
    .cog-field--7 .cog-checkable--inline .el-radio-group{
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        word-break: unset !important;
    }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
/*     cursor: hand; */
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
/*     background: #fff url('./ajax-loader.gif') center center no-repeat; */
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

/*     src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@font-face {
    font-family: "uicons-regular-rounded";
    src: url("https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/webfonts/uicons-regular-rounded.woff2") format("woff2"),
    url("https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/webfonts/uicons-regular-rounded.woff") format("woff"),
    url("https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/webfonts/uicons-regular-rounded.eot#iefix") format("embedded-opentype");
    font-display: swap;
}
    i[class^="fi-rr-"]:before, i[class*=" fi-rr-"]:before, span[class^="fi-rr-"]:before, span[class*="fi-rr-"]:before {
font-family: uicons-regular-rounded !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

        .fi-rr-0:before {
    content: "\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";
    }
        .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-circle:before {
    content: "\eb6b";
    }
        .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";
    }
.support-panels-container {
      display: flex;
      gap: 12px;
      width: 100%;
      height: 520px;
    }

    .support-panel {
      position: relative;
      flex: 1;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
      transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .support-panel:hover {
      flex: 2;
    }

    /* Background images via gradient placeholders (replace with real images) */
    .support-panel:nth-child(1) {
      background: linear-gradient(160deg, #7ec8a0 0%, #3a8c6e 50%, #1a5c4a 100%);
    }
    .support-panel:nth-child(2) {
      background: linear-gradient(160deg, #6db3c8 0%, #2e7fa0 50%, #1a4f6e 100%);
    }
    .support-panel:nth-child(3) {
      background: linear-gradient(160deg, #a8c87e 0%, #5a8c3a 50%, #2a5c1a 100%);
    }

    /* Dark overlay */
    .support-panel::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.2) 50%,
        rgba(0,0,0,0.05) 100%
      );
      z-index: 1;
      transition: background 0.4s ease;
    }

    .support-panel:hover::before {
      background: linear-gradient(
        to top,
        rgba(0,0,0,0.8) 0%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0.1) 100%
      );
    }
    .support-panel .support-panel-img-wrapper,
    .support-panel .support-panel-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.6s ease;
    }
    .support-panel .support-panel-img-wrapper{
         position: relative;
      display: inline-block;     
    }
    .support-panel .support-panel-img-wrapper::after {
      content: '';
      position: absolute;
      inset: 0;
        background: #43B02A;
        background: linear-gradient(360deg, rgba(67, 176, 42, 0.59) 0%, rgba(255, 255, 255, 0) 64%);
    }
    .support-panel:hover .support-panel-img-wrapper,
    .support-panel:hover .support-panel-img-wrapper img{
      transform: scale(1.05);
    }

    .support-panel-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 2rem 1.8rem;
      z-index: 2;
      color: white;
    }

    .support-panel-title {
      font-family: var(--heading_font);
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0;
      transition: margin-bottom 0.3s ease;
    }

    .support-panel-desc {
      font-size: 1rem;
      line-height: 1.6;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 0.3s ease 0.1s, max-height 0.4s ease, margin-top 0.4s ease, margin-bottom 0.4s ease;
      color: rgba(255,255,255,0.88);
      margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .support-panel:hover .support-panel-desc {
      opacity: 1;
      max-height: 120px;
              margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }

    .support-panel:hover .support-panel-title {
      margin-bottom: 0.2rem;
    }

    .support-panel-btn {
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s, background 0.2s,  max-height 0.4s ease;
      white-space: nowrap;
        max-height: 0;
    }

    .support-panel:hover .support-panel-btn {
      opacity: 1;
      transform: translateY(0);
          max-height: 120px;
    }
/*     .support-panel .support-panel-meta{
        margin-bottom: -100px;
        transition: margin-bottom 0.3s ease 0.2s;
    }
    .support-panel:hover .support-panel-meta{
          margin-bottom: 0px;
    } */

/*     .support-panel-btn:hover {
      background: #37961f;
    } */
    /* Hand icon */
    .support-panel-icon {
      position: absolute;
      bottom: 1.8rem;
      right: 1.5rem;
      z-index: 2;
      width: 44px;
      height: 44px;
      background: rgba(255,255,255,0.2);
      backdrop-filter: blur(6px);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .support-panel:hover .support-panel-icon {
      opacity: 0;
      transform: scale(0.8);
    }

    /* Mobile */
    @media (max-width: 768px) {
      .support-panels-container {
        flex-direction: column;
        height: auto;
      }
      .support-panel {
        height: 420px;
        flex: none !important;
      }
    }
    @media (max-width: 480px) {
      .support-panel-btn {
        margin-top: 30px;
      }
    }
.footer-container{
    background-color: #1d252d;
    color: #1d252d;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
    padding: 60px 60px 30px;
}
.footer-legal-menu,
.footer-menu-col .footer-menu{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer-menu-col .footer-menu li{
    color: #ffffff;
    margin-bottom: 10px;
        font-size: 14px;
/*     font-size: 14px; */
}
/* .footer-menu-col .footer-menu li:child-child{
    margin-bottom: 0px;
} */
.footer-menu-col .footer-menu li a{
    color: #ffffff;
    transition: color 0.3s;
    font-weight: 400;
    text-decoration: none;
}
.footer-copyright-content,
.footer-legal-menu li a,
.footer-menu-col .footer-menu li a{
    color: #ffffff;
    transition: color 0.1s ease;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
}
.footer-legal-menu li a:hover,
.footer-menu-col .footer-menu li a:hover{
    color: var(--primary);
}
.footer-menu-col .footer-menu li:first-child{
    color: var(--primary);
    font-weight: 600;
        font-size: 16px;
}
.footer-menu-col .footer-menu li:first-child a{
    font-weight: 600;
    color: var(--primary);
    transition: color 0.1s ease;
    font-size: 16px;
}
.footer-menu-col .footer-menu li:first-child a:hover{
    color: #539149;
}
.footer-menu-container{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.footer-menu-container .footer-menu-col{
    flex: 1;
}
.footer-bottom-section,
.footer-legal-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.footer-legal-menu{
   display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-sepator-section{
    padding: 10px 0px;
}
.footer-sepator-section hr{
      height: 2px;
      width: 100%;
      background-color: #3a4148;
      border: none; /* Removes default border styling */
}
.footer-social-links{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
     gap: 15px;
}
.footer-social-links li svg{
    height: 30px;
    width: 30px;
    display: block;
    fill: var(--primary);
}
@media screen and (max-width: 768px) {
    .footer-menu-container{
        flex-direction: row;
    }
}
@media screen and (max-width: 767px) {
    .footer-main-logo{
        margin: 0px auto 60px;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .shielded-logo-container{
        text-align: center;
        margin: 0px auto;

    }
    .footer-container{
        padding: 30px;
    }
    .footer-legal-section{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer-legal-menu,
    .footer-legal-section{
        flex-direction: column;
    }
    .footer-legal-section{
        align-items: start;
    }
    .footer-menu-container{
        gap: 20px;
        flex-direction: column;
    }
    .footer-menu-col .footer-menu{
        flex: 1 1;
    }
}
/* ────────────────────────────────────────
       DESKTOP NAV BAR
    ──────────────────────────────────────── */
    .hh-page-banner-nav-wrapper { position: relative; }

    .hh-page-banner-nav {
      display: flex;
      background-color: var(--page-banner-menu-bg);
      border-bottom: 1px solid #dde2e8;
      justify-content: flex-end;
      border-top-right-radius: 12px;
      border-top-left-radius: 12px;
    }

    .hh-page-banner-nav-item {
      padding: 25px 38px 45px;
      cursor: pointer;
      transition: border-color 0.15s, background 0.15s;
      user-select: none;
      transition: all .3s ease;
    }
    .hh-page-banner-nav-item:hover{
      background: #0c8a93 !important;
      
      padding: 25px 28px 45px;
    }

    .hh-page-banner-nav-item:hover .label,  .hh-page-banner-nav .hh-page-banner-nav-item:hover .label a{
      color: #F5F3AD!important;
    }

    .hh-page-banner-nav-item:hover .label .arrow {
       border-right: 2px solid #F5F3AD;
       border-bottom: 2px solid #F5F3AD;
    }


    .hh-page-banner-nav-item:last-child { border-right: none; }

    .hh-page-banner-nav-item .label {
      font-family: var(--heading_font);
      font-size: 16px;
/*       font-weight: 700; */
      color: #ffffff;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .hh-page-banner-nav .hh-page-banner-nav-item .label a{
      color: white;
      text-decoration: none;
      font-weight: 400;
    }
    .hh-page-banner-nav-item .label .arrow {
      width: 8px; height: 8px;
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      display: inline-block;
      transform: rotate(45deg);
      transition: transform 0.2s;
      margin-bottom: 3px;
      flex-shrink: 0;
    }
    .hh-page-banner-nav-item.active .label .arrow {
      transform: rotate(-135deg);
      margin-bottom: -3px;
    }

    /* ────────────────────────────────────────
       DESKTOP DROPDOWN PANEL
    ──────────────────────────────────────── */
    .page-nav-dropdown-panel {
      margin-top: -20px;
      display: none;
      background: #05868ef0!important;
/*       border-top: 1px solid #dde2e8; */
/*       border-bottom: 3px solid #1a5276; */
      padding: 36px 0 44px;
      position: absolute;
      left: 0; right: 0; z-index: 100;
/*       box-shadow: 0 8px 24px rgba(0,0,0,0.10); */
    }
    .page-nav-dropdown-panel.open { display: block; }

    .columns-wrapper { overflow: hidden; margin: 0 56px; }

    .columns {
      display: flex;
      gap: 1rem;
      transition: transform 0.3s ease;
      will-change: transform;
      flex-wrap: wrap;
    }
    .columns > div { min-width: 220px; flex: 0 0 220px; }
 

    .col-title {
      font-size: 15px; font-weight: 700; color: #fff;
      margin-bottom: 18px; padding: 10px 0;
/*       border-bottom: 2px solid #e3e8ed; */
    }
    .col-title a { color: inherit; text-decoration: none; }

    .columns .col-title:hover{
/*        background: #006272c2; */
      color: #fff;
      padding-left: 0.4rem;
      transition: all .3s ease;      
    }

  

    .col-links {
      list-style: none;
      display: flex; flex-direction: column; gap: 10px;
      padding: 0px;
    }
    .col-links a {
      font-size: 14px; color: var(--white);
      text-decoration: none; line-height: 1.4;
      transition: color 0.15s;
      font-weight: 400;
    }
/*     .col-links a:hover { color: #0d3f63; text-decoration: underline; } */
.col-links li:hover{
/*       background: #006272c2; */
      padding: 0 0.4rem;
      color: #ffffff;
     transition: all 0.3s ease;
}

    /* Nav scroll arrows */
    .nav-arrows {
      display: none; justify-content: space-between;
      position: absolute; top: 50%; left: 0; right: 0;
      transform: translateY(-50%);
      pointer-events: none; padding: 0 12px; z-index: 2;
/*       display: none; */
    }
    .nav-arrow {
      width: 36px; height: 36px;
      border: 1px solid #c8d0d8; border-radius: 50%;
      background: #fff; display: flex;
      align-items: center; justify-content: center;
      cursor: pointer; pointer-events: all;
      font-size: 18px; color: #4a6070;
      transition: background 0.15s, box-shadow 0.15s, opacity 0.2s;
      box-shadow: 0 1px 4px rgba(0,0,0,0.08);
      user-select: none;
    }
    .nav-arrow:hover { background: #f4f7fa; box-shadow: 0 2px 8px rgba(0,0,0,0.12); }
    .nav-arrow.disabled { opacity: 0.3; cursor: default; pointer-events: none; }

    /* ────────────────────────────────────────
       MOBILE HAMBURGER BUTTON
    ──────────────────────────────────────── */
    .hh-mobile-menu-toggle {
      display: none;
      background: var(--secondary);
      border: none;
      padding: 16px 20px;
      cursor: pointer;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      font-family: var(--heading_font, sans-serif);
    }
    .hh-mobile-menu-toggle .hamburger {
      display: flex; flex-direction: column; gap: 5px;
    }
    .hh-mobile-menu-toggle .hamburger span {
      display: block; width: 22px; height: 2px;
      background: #fff; border-radius: 2px;
      transition: transform 0.25s, opacity 0.25s;
    }
    .hh-mobile-menu-toggle.open .hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hh-mobile-menu-toggle.open .hamburger span:nth-child(2) { opacity: 0; }
    .hh-mobile-menu-toggle.open .hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* ────────────────────────────────────────
       MOBILE ACCORDION NAV
    ──────────────────────────────────────── */
    .hh-mobile-nav {
      display: flex;
      background: var(--secondary);
      flex-direction: column;
      border-radius: 12px;
      height: 100%;
    }
    .hh-mobile-nav.open { display: flex; }

    .hh-mobile-nav-item { border-top: 1px solid rgba(255,255,255,0.15); }

    .hh-mobile-nav-item .m-label {
      display: flex; align-items: center; justify-content: space-between;
      padding: 16px 20px; cursor: pointer;
      color: #fff; font-size: 15px; font-weight: 700;
      font-family: var(--heading_font, sans-serif);
      user-select: none;
    }
    .m-arrow {
      width: 8px; height: 8px;
      border-right: 2px solid #fff; border-bottom: 2px solid #fff;
      transform: rotate(45deg); transition: transform 0.25s;
      flex-shrink: 0; margin-bottom: 2px;
    }
    .hh-mobile-nav-item.active .m-arrow {
      transform: rotate(-135deg);
      margin-bottom: -2px;
    }

    /* Animated slide panel */
    .hh-mobile-panel {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.3s ease;
    }
    .hh-mobile-panel.open { grid-template-rows: 1fr; }
    .hh-mobile-panel-inner {
      overflow: scroll;
      background: #17888f;
      display: flex; flex-direction: column; gap: 20px;
      padding: 0 20px;
      transition: padding 0.3s ease;
      border-radius: 12px;
    }
    .hh-mobile-panel.open .hh-mobile-panel-inner { padding: 20px; }

    .m-col-title {
      font-size: 14px; font-weight: 700; color: #fff;
      padding: 10px 0 10px; 
/*       border-bottom: 2px solid #e3e8ed; */
      margin-bottom: 0;
      display: flex; align-items: center; justify-content: space-between;
      cursor: pointer; user-select: none;
    }
    .m-col-title a {
      color: inherit; text-decoration: none;
      pointer-events: none; /* title click handled by the div */
    }
    .m-col-title a[href]:not([href=""]) {
      pointer-events: all;
    }
    .m-col-title a[href]:not([href=""]):hover {
      text-decoration: underline;
    }
    .m-col-title .m-sub-arrow {
      width: 7px; height: 7px;
      border-right: 2px solid #fff; border-bottom: 2px solid #fff;
      transform: rotate(45deg); transition: transform 0.25s;
      flex-shrink: 0; margin-bottom: 2px;
    }
    .m-col-title.open .m-sub-arrow {
      transform: rotate(-135deg);
      margin-bottom: -2px;
    }
    /* Sub-links slide panel */
    .m-col-links-wrap {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.3s ease;
    }
    .m-col-links-wrap.open { grid-template-rows: 1fr; }
    .m-col-links-wrap-inner { overflow: hidden; }
    .m-col-links { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 10px 0 14px; margin: 0; }
    .m-col-links li a { font-size: 14px; color: #ffffff78; text-decoration: none; line-height: 1.4; font-weight: 400; padding-left: 1rem; }
    .m-col-links li a:hover { color: #0d3f63; text-decoration: underline; }
    .hh-loc-banner-p{
        color: var(--white);
        font-size: 14px;
    }
    /* ────────────────────────────────────────
       RESPONSIVE BREAKPOINTS
    ──────────────────────────────────────── */
 
    @media (max-width: 768px) {
        .hh-location-banner-text-block{ 
            width: 100% !important;
                padding: 0 2rem !important;
        }
    }
    @media (max-width: 700px) {
        .hh-location-banner-text-block { width: 100%; }
      .hh-page-banner-nav { display: none; }
      .page-nav-dropdown-panel { display: none !important; }
      .hh-mobile-menu-toggle { display: flex; cursor: unset;}    
      .hh-page-hero-banner { 
        margin-top: -1px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
      }
      .hh-mobile-menu-toggle .hamburger{display: none;}
      .hs-search-field__mobile{display: none;}
    }
    @media (min-width: 701px) {
      .hh-mobile-menu-toggle { display: none !important; }
/*       .hh-mobile-nav { display: none !important; } */
    }
    /* ────────────────────────────────────────
       HERO BANNER
    ──────────────────────────────────────── */
    .hh-page-hero-banner {
      margin-top: -20px;
      border-radius: 12px;
      overflow: hidden;
      background-color: #ffffff;
    }
    .hh-homepage-banner {
      width: 100%;
      height: 520px;
      background: linear-gradient(90deg, #a0d8bf 0, #a0d8bf 10%, #a0d8bf 55%, transparent 100%);
      position: relative;
      overflow: hidden;
    }
    .hh-homepage-photo {
      position: absolute; right: 0; top: 0;
      width: 100%; height: 100%; object-fit: cover;
      mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.85) 45%, black 100%);
      -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.85) 45%, black 100%);
      animation: photoReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
      opacity: 0;
    }
    .hh-location-page-banner{
        background: linear-gradient(90deg, #002944 50%, #002944 60%, #002944 100%, transparent 85%);
        height: 520px;
        overflow: hidden;
        position: relative;
        width: 100%;     
    }
    .hh-location-page-photo{
        animation: photoReveal 1.2s cubic-bezier(.22, 1, .36, 1) forwards;
        height: 100%;
/*         mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .3) 20%, rgba(0, 0, 0, .85) 45%, #000);
        -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.5) 45%, #000); */
        object-fit: cover;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .hh-location-banner-text-block,
    .hh-homebanner-text-block {
      position: absolute; left: 0; top: 0;
      width: 60%; height: 100%;
      display: flex; flex-direction: column; justify-content: center;
      padding: 0 4.5rem; z-index: 2;
    }
    .hh-location-banner-text-block,
    .hh-homebanner-text-block .headline {
      font-size: 26px; font-weight: 500; line-height: 1.25;
      opacity: 0; transform: translateX(-30px);
      animation: slideIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    }
    .hh-location-banner-text-block,
    .hh-homebanner-text-block .subline {
      margin-top: 14px;
      opacity: 0; transform: translateX(-20px);
      animation: slideIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.65s forwards;
    }
    .hh-location-banner-text-block #subline,
    .hh-location-banner-text-block .headline h1{
        color: var(--white);  
    }
    .accent-bar {
      width: 0; height: 3px;
      background: #1d9e75; border-radius: 2px;
      margin-top: 16px;
      animation: barGrow 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.95s forwards;
    }
    .pulse-dot {
      width: 8px; height: 8px;
      background: #1d9e75; border-radius: 50%;
      display: inline-block; margin-right: 8px;
      animation: pulse 2s ease-in-out 1.4s infinite;
    }

    @keyframes slideIn { to { opacity: 1; transform: translateX(0); } }
    @keyframes photoReveal { 0% { opacity: 0; transform: scale(1.04); } 100% { opacity: 1; transform: scale(1); } }
    @keyframes barGrow { to { width: 60px; } }
    @keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: 0.6; } }

   /* ────────────────────────────────────────
       Social Icons
    ──────────────────────────────────────── */
  .hh-loc-social{
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
  }
  #hh-loc-social .social-wrapper{display: flex; gap: 0.8rem;}
  #hh-loc-social p.social-label{
    font-size: 16px;
    color: white;
    margin-bottom: 0;
  }
  #hh-loc-social a.social{
      font-size: 16px;
      color: white;
      font-weight: 100;
      text-decoration: none;
      gap: 0.4rem;
      display: flex;
     padding-right: 1rem;
        border-right: 2px solid #ffffff82;
  }
  #hh-loc-social a.social:last-child{
  border-right: none;
  }
  #hh-loc-social a.social img.social-icon{
      max-width: 20px;
      max-height: 20px;
  }

@media(max-width: 1024px){
  .hh-loc-social{flex-direction: column;}
}
@media(max-width: 640px){
  .hh-loc-social .social-wrapper{flex-direction: column;}
  #hh-loc-social a.social{
    border-right: none;
  }
}

    /* ────────────────────────────────────────
       PAGE BANNER (non-homepage variant)
    ──────────────────────────────────────── */
    .hh-page-banner {
      background-color: var(--page-banner-bg-color);
      background-image: url('https://20789498.fs1.hubspotusercontent-ap1.net/hubfs/20789498/habit-health/images/bg/page-banner-bg-pattern.svg');
      background-size: 300px; background-position: bottom right; background-repeat: no-repeat;
      min-height: 400px; display: flex; align-items: center;
      padding: 40px 60px;
    }
    .hh-page-banner-content { display: flex; gap: 40px; }
    .hh-page-banner-col { flex: 1; }
    .hh-page-btn-group { margin-bottom: 15px; }
    .hh-page-banner-content .hh-page-subtitle {
      font-size: 24px; font-weight: 400; margin-bottom: 20px;
      font-family: 'Gotham Rounded Medium';
    }
    .hh-page-banner-content .hh-page-banner-description-bottom,
    .hh-page-banner-content .hh-page-description,
    .hh-page-banner-content .hh-page-subtitle,
    .hh-page-banner-content .hh-page-title h1 { color: var(--white); }

    .hh-page-banner-content .hh-page-title h1 {
      opacity: 0; transform: translateY(22px);
      animation: slideUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
    }
    .hh-page-banner-content .hh-page-subtitle {
      opacity: 0; transform: translateY(18px);
      animation: slideUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.35s forwards;
    }
    .hh-page-banner-content .hh-page-description {
      opacity: 0; transform: translateY(16px);
      animation: slideUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.55s forwards;
    }
    .hh-page-banner-content .hh-page-btn-group {
      opacity: 0; transform: translateY(16px);
      animation: slideUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.70s forwards;
    }
    .hh-page-banner-content .hh-page-banner-description-bottom {
      opacity: 0; transform: translateY(16px);
      animation: slideUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.85s forwards;
    }
    .hh-page-banner-description-bottom a{
        color: var(--white) !important;
        text-decoration: none !important;
        font-weight: 100 !important;
    }
    .hh-page-banner-description-bottom a:hover{
        text-decoration: underline !important;
    }
    @keyframes slideUp { to { opacity: 1; transform: translateY(0); } }

    @media (max-width: 1200px) { .hh-page-banner { padding: 40px 30px; } }
    @media (max-width: 620px) { .hh-page-banner-content { flex-direction: column; } }
    @media (max-width: 560px) {
      .hh-homepage-banner { height: 420px; }
      .hh-homebanner-text-block { width: 100%; padding: 0 1.5rem; }
      .hh-homebanner-text-block .headline { font-size: 18px; }
      .hh-homebanner-text-block .subline { font-size: 13px; }
    }
   @media (max-width: 480px) {
     .hh-homepage-photo {
mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.85) 100%, black 100%);
-webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.85) 100%, black 100%);
/*          object-position: right; */
    }
       .hh-homebanner-text-block h1{
         font-size: 35px;
       }
    }
.hh-stat-description{
    margin-top: 15px;
    max-width: 250px;
}
.hh-stats-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
/*     gap: 48px; */
/*     padding: 40px 20px; */
    flex-wrap: wrap;
  }
  .hh-stat-circle {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: default;
    transition: transform 0.3s ease;
  }
  .hh-stat-circle:hover {
    transform: scale(1.05);
  }
  .hh-stat-circle:hover .hh-ring-svg circle.ring {
    filter: none;
    opacity: 1;
    stroke-width: 3.5;
  }
  .hh-ring-svg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
  }
  .hh-ring-svg circle.track {
    fill: none;
    stroke: var(--color-border-tertiary);
    stroke-width: 3;
  }
  .hh-ring-svg circle.ring {
    fill: none;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-dasharray: 565;
    stroke-dashoffset: 565;
    transition: stroke-width 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
  }
  .hh-ring-svg circle.ring.animate {
    animation: drawRing 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  @keyframes drawRing {
    to { stroke-dashoffset: 0; }
  }
  .hh-stat-inner {
    text-align: center;
    z-index: 1;
  }
/* .hh-stat-label{
    margin-bottom: 15px;
} */
.hh-stat-label,
.hh-stat-number {
     font-family: var(--heading_font);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.5px;
  }
/*   .stat-label {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text-primary);
    margin-top: 2px;
  } */
  .stat-sub {
    font-size: 12px;
    color: var(--color-text-secondary);
    margin-top: 8px;
    max-width: 120px;
    text-align: center;
    line-height: 1.4;
  }

  .controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
    flex-wrap: wrap;
  }
  .ctrl-btn {
    font-size: 13px;
    padding: 6px 16px;
    border-radius: var(--border-radius-md);
    border: 0.5px solid var(--color-border-secondary);
    background: transparent;
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
  }
  .ctrl-btn:hover { background: var(--color-background-secondary); color: var(--color-text-primary); }
  .ctrl-btn.active { background: var(--color-background-secondary); color: var(--color-text-primary); border-color: var(--color-border-primary); }

  .label-row {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 0 20px 8px;
    flex-wrap: wrap;
  }
  .label-item {
    width: 200px;
    text-align: center;
  }
.real-results-cards-wrapper{
    --transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);    
}
.real-results-cards-wrapper{
    display: flex;
    gap: 20px;
    width: 100%;
}
.real-results-card {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 400px;
    cursor: pointer;
    /* initial hidden state */
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.75s cubic-bezier(0.23, 1, 0.32, 1),
                transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.real-results-card.visible {
opacity: 1;
transform: translateY(0);
}
.real-results-card:nth-child(1) { animation-delay: 0.1s; }
.real-results-card:nth-child(2) { animation-delay: 0.28s; }
.real-results-card:nth-child(3) { animation-delay: 0.46s; }
@keyframes rise {
    to { transform: translateY(0); opacity: 1; }
}
.real-results-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
}
.real-results-card:hover .real-results-card-bg { transform: scale(1.06); }
.real-results-card-overlay {
    position: absolute;
    inset: 0;
    background: #FFFFF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 32%, rgba(67, 176, 42, 0.43) 100%);
    transition: opacity 0.5s ease;
}
.real-results-card:hover .real-results-card-overlay { opacity: 0.85; }
.real-results-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1.5px solid rgba(255,255,255,0);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
    pointer-events: none;
    z-index: 10;
}
.real-results-card:hover::after {
    border-color: rgba(255,255,255,0.25);
    box-shadow: inset 0 0 30px rgba(255,255,255,0.05), 0 20px 60px rgba(0,0,0,0.2);
}
.real-results-card-content {
    position: relative;
    z-index: 5;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: var(--white);
}
.real-results-stat-number {
    font-size: 64px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -1px;
    color: var(--white);
    margin-bottom: 6px;
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.real-results-card.visible .real-results-stat-number {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}
.real-results-stat-label-primary {
    font-size: 24px;
    font-weight: 350;
    line-height: 27px;
    color: var(--white);
    margin-bottom: 4px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.6s ease 0.35s, transform 0.6s ease 0.35s;
}
.real-results-card.visible .real-results-stat-label-primary { opacity: 1; transform: translateY(0); }
.real-results-stat-label-secondary {
    font-size: 14px;
    font-weight: 300;
    color: var(--off-white);
    letter-spacing: 0.01em;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.6s ease 0.45s, transform 0.6s ease 0.45s;
}
.real-results-card.visible .real-results-stat-label-secondary { opacity: 1; transform: translateY(0); }
.real-results-card-dot {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    transition: transform 0.4s ease, background 0.4s ease;
}
.real-results-card:hover .real-results-card-dot { transform: scale(1.6); background: rgba(255,255,255,0.9); }
.real-results-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    transform: scale(0);
    animation: ripple-out 0.7s ease-out forwards;
    pointer-events: none;
    z-index: 6;
}
@keyframes ripple-out { to { transform: scale(4); opacity: 0; } }
@media (max-width: 700px) {
    .real-results-cards-wrapper { flex-direction: column; }
    .real-results-card { min-height: 280px; }
}
.client-stories-header{
    margin-bottom: 40px;
}
.client-stories-section{
    background-color: var(--dark-blue);
    background-image: url('https://20789498.fs1.hubspotusercontent-ap1.net/hubfs/20789498/habit-health/images/bg/background-img02.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 10%; 
    padding-top: 60px;
    padding-bottom: 60px;
}
/* ── Outer card ── */
.client-stories-widget {
	background: var(--white);
	border-radius: var(--border-radius);
	box-shadow: 0 8px 40px rgba(0,152,154,.15);
	width: 100%;
	overflow: hidden;
    max-width: 1110px;
    margin: 0px auto;
}
/* ── Tab bar ── */
.client-stories-tab-bar {
	display: flex; 
	border-bottom: 2px solid #e6f4f4;
	margin: 0 45px;
	justify-content: center;
}
.story-tab-btn {
    flex: 1;
	background: none;
	border: none;
	padding: 22px 40px;
/* 	margin-right: 40px; */
	font-size: 16px;
	font-weight: 400;
	color: #005776;
	cursor: pointer;
	position: relative;
	transition: color .25s;
	letter-spacing: -.01em;
	white-space: nowrap;
}
.story-tab-btn::after {
	content: '';
	position: absolute;
	bottom: -2px; left: 0; right: 0;
	height: 3px;
	background: var(--dark-blue);
	border-radius: 2px 2px 0 0;
	transform: scaleX(0);
	transition: transform .25s ease;
}
.story-tab-btn.active {
	color: var(--dark-blue);
	font-weight: 350;
	font-family: 'Gotham Rounded Medium';
}
.story-tab-btn.active::after {
	transform: scaleX(1);
}
.story-tab-btn:hover:not(.active) { color: var(--teal); }
    /* ── Panel ── */
.story-tab-panel { display: none; padding: 40px 40px 60px; animation: fadeUp .35s ease; }
.story-tab-panel.active { display: block; }
@keyframes fadeUp {
	from { opacity: 0; transform: translateY(10px); }
	to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 680px) {
	.client-stories-tab-bar { padding: 0 16px; overflow-x: auto; }
	.story-tab-btn { margin-right: 24px; }
	.story-tab-panel { padding: 24px 16px 40px; }
}
/*Slicker Slider*/
.story-tab-panel .slick-slide {
  margin: 0 20px;
}
/* the parent */
.story-tab-panel .slick-list {
  margin: 0 -20px;
}
.story-tab-panel-img-wrapper{
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 330px;
    min-height: 330px;
    margin-bottom: 30px; 
}
.story-tab-panel-img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform .7s cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
}
.story-tab-panel-img-wrapper:hover .story-tab-panel-img{
    transform: scale(1.06);
}
.quote--icon-wrapper{
    margin-bottom: 30px;
}
.story-tab-slider-name{
    font-weight: 600;
}
/* .story-tab-panel-title a{
    text-decoration: none;
} */
.story-tab-panel-quote h6{
    color: var(--dark-green);
}
.story-tab-panel .slick-dots{
    bottom: -60px;
}
.story-tab-panel .slick-dots li button{
    background: var(--primary-blue);
    color: var(--primary-blue);
    height: 10px;
    width: 10px;
}
.story-tab-panel .slick-dots li.slick-active button{
    box-shadow: 0 0 0 2px var(--primary-blue);
}
@media (max-width: 768px){
    .story-tab-btn{
        padding: 22px 0px;
    }
}
@media (max-width: 480px){
    
     .client-stories-tab-bar {
         margin: 0 0px;
        overflow-x: unset;
         padding: 0 10px;
    }
    .story-tab-btn {
        font-size: 10px;
                margin-right: 5px;
    }
    .story-tab-btn:after{
        height: 1px;
    }
    .client-stories-tab-bar{
        justify-content: unset;
    }
    .story-tab-panel-img-wrapper{
        max-width: 100%;
    }
}
.flipping-cards-section {
      --bg: #e8f2f5;
      --card-bg: #ddeef3;
      --card-shadow: 0 8px 32px rgba(0,100,130,0.10);
      --card-radius: 22px;
      --accent-teal: #2cb5c0;
      --accent-green: #5bb843;
      --text-dark: #1a2e35;
      --text-mid: #3a6070;
      --plus-color: #2cb5c0;
      --flip-duration: 0.65s;
    }
.flipping-cards-grid{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
/*     justify-content: center; */
    max-width: 1280px;
    margin:0px auto;
}
/* ── Flip wrapper ── */
.flip-wrapper {
/*     width: 33.333%; */
    height: 410px;
    perspective: 1000px;
    cursor: pointer;
}
.flipping-cards-grid.flip-3-col .flip-wrapper{
    flex: 0 0 calc(33.333% - 20px); /* or use width */
}
.flipping-cards-grid.flip-4-col .flip-wrapper{
    flex: 0 0 calc(25% - 20px); /* or use width */
}
.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform var(--flip-duration) cubic-bezier(0.45, 0.05, 0.22, 1.30);
}
/* Hover flip */
.flip-wrapper:hover .flip-inner,
.flip-wrapper.flipped .flip-inner {
    transform: rotateY(180deg);
}
/* ── Card faces ── */
.card-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: var(--border-radius);
    background: var(--light-blue);
    display: flex;
    flex-direction: column;
/*     align-items: center; */
    justify-content: center;
    padding: 32px 28px;
    overflow: hidden;
}
/* Subtle inner glow */
.card-face::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--border-radius);
/*     border: 1.5px solid rgba(255,255,255,0.7); */
    pointer-events: none;
}

.card-front { z-index: 2; align-items: center;  }
.card-back {
    transform: rotateY(180deg);
    background-color: var(--dark-blue);
    background-image: url('https://20789498.fs1.hubspotusercontent-ap1.net/hubfs/20789498/habit-health/images/bg/flip-card-back-bg-3.svg');
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: 260px 155px;
    color: var(--white);
/*     text-align: center; */
    gap: 14px;
}
/* ── Minus button (back face) ── */
.flip-minus-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--white);
    border: none;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
    color: rgba(255,255,255,0.85);
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    color: var(--dark-blue);
/*     animation: pulseMinus 2.2s ease-in-out infinite; */
}
.minus-btn:hover { background: rgba(255,255,255,0.18); }
@keyframes pulseMinus {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.3); }
    50%       { box-shadow: 0 0 0 7px rgba(255,255,255,0); }
}

/* ── Plus button ── */
.flip-plus-btn {
    background-color: var(--white);
    position: absolute;
    top: 16px;
    right: 18px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
/*     transition: background 0.2s; */
    color: var(--dark-blue);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}
.flip-plus-btn:hover { background: rgba(44,181,192,0.15); }
/* ── Icon ── */
.card-icon {
    width: 140px;
    height: 140px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icon svg { width: 100%; height: 100%; }
/* ── Title ── */
.card-title {
    font-weight: 350;
    font-size: 24px;
    color: var(--dark-heading);
    text-align: center;
    line-height: 27px;
    letter-spacing: 0px;
    font-family: 'Gotham Rounded Medium';
    max-width: 300px;
}
/* ── Back content ── */
.back-title {
    font-weight: 350;
    font-size: 24px;
    color: var(--white);
/*     text-align: left; */
    line-height: 27px;
    letter-spacing: 0px;
    font-family: 'Gotham Rounded Medium';
  
}
.back-desc {
/*     font-size: 0.92rem; */
    color: var(--white);
    line-height: 1.6;
/*     max-width: 230px; */
}
/* ════════════════════════════════════
ON-SCREEN TRIGGER ANIMATION
Cards slide + fade in when page loads
════════════════════════════════════ */
@keyframes cardEntrance {
0%   { opacity: 0; transform: translateY(48px) scale(0.94); }
60%  { opacity: 1; transform: translateY(-6px) scale(1.01); }
100% { opacity: 1; transform: translateY(0) scale(1); }
}
/* Cards start hidden */
.flip-wrapper {
    opacity: 0;
    animation: none;
}

/* Trigger animation when JS adds .in-view */
.flip-wrapper.in-view {
    animation: cardEntrance 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
/* Staggered delays — works for any number of cards */
.flip-wrapper.in-view:nth-child(1)  { animation-delay: 0.15s; }
.flip-wrapper.in-view:nth-child(2)  { animation-delay: 0.32s; }
.flip-wrapper.in-view:nth-child(3)  { animation-delay: 0.49s; }
.flip-wrapper.in-view:nth-child(4)  { animation-delay: 0.66s; }
.flip-wrapper.in-view:nth-child(5)  { animation-delay: 0.83s; }
.flip-wrapper.in-view:nth-child(6)  { animation-delay: 1.00s; }
.flip-wrapper.in-view:nth-child(7)  { animation-delay: 1.17s; }
.flip-wrapper.in-view:nth-child(8)  { animation-delay: 1.34s; }
/* Add more as needed — pattern is 0.15s + (n-1) * 0.17s */

/* Icon bob animation on card front */
@keyframes iconBob {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-7px); }
}
.flip-wrapper:hover .card-icon {
animation: iconBob 1.2s ease-in-out infinite;
}

/* Hint pulse on the + button */
@keyframes pulsePlus {
    0%, 100% { box-shadow: 0 0 0 0 rgba(44,181,192,0.4); }
    50%       { box-shadow: 0 0 0 7px rgba(44,181,192,0); }
}
/* .flip-plus-btn {
    animation: pulsePlus 2.2s ease-in-out infinite;
}
 */
/* Scroll-triggered: add .visible via JS */
.flip-wrapper.visible {
    animation-play-state: running;
}

/* Hint bar at bottom */
.hint {
    position: fixed;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(26,46,53,0.82);
    color: rgba(255,255,255,0.88);
    font-size: 0.8rem;
    padding: 8px 22px;
    border-radius: 30px;
    letter-spacing: 0.04em;
    backdrop-filter: blur(8px);
    pointer-events: none;
    opacity: 0;
    animation: hintFade 3s ease 1.2s forwards;
}
@keyframes hintFade {
    0%   { opacity: 0; transform: translateX(-50%) translateY(10px); }
    20%  { opacity: 1; transform: translateX(-50%) translateY(0); }
    80%  { opacity: 1; }
    100% { opacity: 0; }
}
@media (max-width: 768px){
     .flipping-cards-grid.flip-3-col .flip-wrapper{
        flex: 0 0 calc(50% - 20px); /* or use width */
    }
    .flipping-cards-grid.flip-4-col .flip-wrapper{
        flex: 0 0 calc(33.33% - 20px); /* or use width */
    } 
    .flipping-cards-grid.flip-4-col .flip-wrapper .back-title{
        font-size: 20px;
    }
}
@media (max-width: 480px){
      .flipping-cards-grid.flip-3-col .flip-wrapper,
    .flipping-cards-grid.flip-4-col .flip-wrapper{
        flex: 0 0 calc(100% - 0px); /* or use width */
    }  
    .flipping-cards-grid.flip-4-col .flip-wrapper .back-title{
        font-size: 24px;
    }
    
}
/* ── Section wrapper ── */
    .our-services {
      width: 100%;
/*       max-width: 1160px; */
    }


    .our-services.is-visible .our-services__eyebrow,
    .our-services.is-visible .our-services__heading { opacity:1; transform:translateY(0); }

    /* ── Grid ── */
    .our-services__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    /* ── Single card ── */
    .our-services__item {
      position: relative;
      border-radius: var(--border-radius);
      overflow: hidden;
      aspect-ratio: 3/ 2.5;
      box-shadow: var(--shadow);
      cursor: pointer;

      /* entrance */
      opacity: 0;
      transform: translateY(40px) scale(.97);
      transition:
        opacity  .65s ease,
        transform .65s ease,
        box-shadow .35s ease;
    }

    .our-services__item.is-visible {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    .our-services__item:nth-child(1) { transition-delay: .05s; }
    .our-services__item:nth-child(2) { transition-delay: .18s; }
    .our-services__item:nth-child(3) { transition-delay: .31s; }

    .our-services__item:hover {
      box-shadow: 0 36px 80px rgba(0,0,0,.22);
      transform: translateY(-6px) scale(1.015);
    }

    /* ── Photo layer ── */
    .our-services__item-photo {
      position: absolute;
      inset: 0;
      overflow: hidden;
    }

    .our-services__item-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      transition: transform .55s ease;
    }

    .our-services__item:hover .our-services__item-photo img { transform: scale(1.06); }

    /* ── Gradient overlay ── */
    .our-services__item-overlay {
      position: absolute;
      inset: 0;
        background: #FFFFF;
        background: linear-gradient(180deg,rgba(0, 0, 0, 0) 38%, rgba(67, 176, 42, 0.35) 83%);
    }

    /* ── Content ── */
    .our-services__item-content {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 28px 26px;
    }

    .our-services__item-title {
      font-weight: 350;
      color: var(--white);
      line-height: 27px;
      margin-bottom: 20px;
      text-shadow: 0 2px 12px rgba(0,0,0,.25);

      /* entrance */
      transform: translateY(10px);
      opacity: 0;
      transition: transform .5s ease .55s, opacity .5s ease .55s;
    }
    .our-services__item.is-visible .our-services__item-title { transform: translateY(0); opacity: 1; }

    /* ── Buttons ── */
    .our-services__item-actions {
/*       display: flex;
      flex-wrap: wrap;
      gap: 10px;
 */
      transform: translateY(14px);
      opacity: 0;
      transition: transform .5s ease .68s, opacity .5s ease .68s;
    }
    .our-services__item.is-visible .our-services__item-actions { transform: translateY(0); opacity: 1; }

    .our-services__btn {
/*       display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 11px 20px;
      border-radius: 50px;
      font-family: 'DM Sans', sans-serif;
      font-size: 13.5px;
      font-weight: 500;
      text-decoration: none;
      border: none;
      cursor: pointer;
      white-space: nowrap; */
      transition: background .22s ease, color .22s ease, transform .2s ease, box-shadow .2s ease;
    }

/*     .our-services__btn--primary {
      background: rgba(255,255,255,.22);
      backdrop-filter: blur(10px);
      color: var(--white);
      border: 1.5px solid rgba(255,255,255,.45);
    } */

/*     .our-services__btn--primary:hover {
      background: var(--white);
      color: var(--teal-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 22px rgba(0,0,0,.18);
    } */

/*     .our-services__btn--secondary {
      background: transparent;
      color: var(--white);
      border: 1.5px solid rgba(255,255,255,.55);
    }

    .our-services__btn--secondary:hover {
      background: rgba(255,255,255,.15);
      transform: translateY(-2px);
    }
 */
    /* ── Top accent dot ── */
/*     .our-services__item-accent {
      position: absolute;
      top: 22px;
      left: 26px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--teal);
      box-shadow: 0 0 0 3px rgba(26,158,143,.28);
      opacity: 0;
      transition: opacity .4s ease 1s;
    } */
    .our-services__item.is-visible .our-services__item-accent { opacity: 1; }

    /* ── Ripple click effect ── */
    .our-services__ripple {
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,.28);
      transform: scale(0);
      animation: ripple-anim .55s linear forwards;
      pointer-events: none;
    }
    @keyframes ripple-anim {
      to { transform: scale(4); opacity: 0; }
    }

    /* ── Responsive ── */
    @media (max-width: 760px) {
      .our-services__grid { grid-template-columns: 1fr; }
      .our-services__item { aspect-ratio: 4/3; }
    }
.fic-wrapper { display: flex; gap: 2rem; margin: 0 auto; justify-content: center; }
.fic-col { flex: 1; text-align: center; opacity: 0; transform: translateY(48px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fic-col.fic-visible { opacity: 1; transform: translateY(0); }
.fic-col:nth-child(2) { transition-delay: 0.15s; }
.fic-col:nth-child(3) { transition-delay: 0.30s; }
.fic-icon-wrap { display: flex; justify-content: center; margin-bottom: 1.25rem; }
.fic-icon-wrap svg { width: 100px; height: 100px; }
.fic-title { min-height: 80px; text-align: center; margin: 0px auto; }
.fic-body { max-width: 400px; margin: 0px auto; }
@media (max-width: 660px){
    .fic-wrapper{
        flex-direction: column;
    }
}
.hh-accordion-wrapper {
    --border: #C0D0DE;
    --transition: 0.3s ease;
}
.hh-accordion-wrapper {
    width: 100%;
    overflow: hidden;
}
.hh-accordion-item {
    border-bottom: 1px solid var(--border);
}
.hh-accordion-item.open {
  padding-bottom: 1rem;
}
.hh-accordion-item:last-child {
    border-bottom: none;
}
.hh-accordion-header {
    display: flex;   
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0rem;
    cursor: pointer;
    user-select: none;
    gap: 1rem;
}
.hh-accordion__title-question{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hh-accordion-sub-title p{
  margin: 0;
}
.hh-accordion-title h3 {
    font-size: 20px;
    font-family: 'Gotham Rounded Medium';
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 0px;
}
.hh-accordion-icon, .hh-accordion-icon-chevron {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    position: relative;
    color: var(--dark-blue);
}

.hh-accordion-icon::before,
.hh-accordion-icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 2px;
    transition: transform var(--transition), opacity var(--transition);
}
/* Horizontal bar */
.hh-accordion-icon::before {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Vertical bar (becomes hidden when open) */
.hh-accordion-icon::after {
    width: 2px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.hh-accordion-item.open .hh-accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* Chevron icon  */
.hh-accordion-icon-chevron {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    color: var(--dark-blue);
    transition: transform var(--transition);
}

/* draw the right chevron */
.hh-accordion-icon-chevron::before,
.hh-accordion-icon-chevron::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    right: 6px;
    transform-origin: right center;
}

.hh-accordion-icon-chevron::before {
    top: 8px;
    transform: rotate(36deg);
}

.hh-accordion-icon-chevron::after {
    top: 8px;
    transform: rotate(313deg);
}

/* when open, rotate the WHOLE icon */
.hh-accordion-item.open .hh-accordion-icon-chevron {
    transform: rotate(95deg);
}

/* accordion body  */
.hh-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
  
}
.hh-accordion-item.open .hh-accordion-body {
    max-height: 100%;
   padding-bottom: 1rem;
}
.hh-accordion-content {
    padding: 0 0rem 1.4rem;
}

/* Injury management accordion */
.hh-accordion-wrapper.hh-injury-accordion{
     background: white;
    padding: 1rem;
    border: 1px solid #eee;
    border-top: 5px solid #05868E;
}

.hh-accordion-wrapper.hh-injury-accordion .hh-accordion-item{
  padding: 0 2rem;
}

.hh-accordion-button{
  margin-bottom: 1rem;
}

@media(max-width: 640px){

}
.hh-icon-list{
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: #f2f9f9;
    border-radius: 40px;
}
.hh-icon-list-wrapper .hh-icon-list-item{
    display: flex;
    margin-bottom: 15px;
    gap: 15px;
}
.hh-icon-list svg{
    fill: var(--dark-blue);
    margin-top: -10px;
}
.hh-icon-list-txt{
    padding-top: 7px;
}
ul.hh-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

ul.hh-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  margin-bottom: 15px;
}
ul.hh-check-list li:last-child{
  margin-bottom: 0px;  
}
.hh-check-icon {
  margin-top: -10px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #f2f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hh-check-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--dark-blue);
}
.hh-company-logo{
/*     max-height: 10px; */
     transition: background ease 0.3s;
    background-color: transparent;
}
.hh-company-logo:hover{
    background-color: var(--light-blue-bg);
}
.hh-company-logo .hh-company-logo-link a{
    opacity: 0;
    transition: opacity ease 0.3s;
    color: #000000;
    text-decoration: underline;
}
.hh-company-logo:hover .hh-company-logo-link a{
     opacity: 1;
}
.hh-company-logo-img img{
    display: block;
    height: auto;
    width: auto;
    max-height: 120px;
    margin: 0px auto 20px;
    transform: scale(1.0);
    transition: transform ease 0.3s;
}
.hh-company-logo:hover .hh-company-logo-img img{
    transform: scale(1.1);
}
.hh-company-logo{
   border-top: 1px solid #e5e7ea;
       border-bottom: 1px solid #e5e7ea;
       border-right: 0.5px solid #e5e7ea;
/*     border-left: 0.5px solid #e5e7ea; */
       min-height: 240px;
    padding: 40px;
}
.hh-company-logos-slider .slick-next:before, .hh-company-logos-slider .slick-prev:before{
    display: none;
}
.hh-company-logos-slider .slick-next,
.hh-company-logos-slider .slick-prev{
    z-index: 1;
}
.hh-company-logos-slider .slick-next{
    right: 10px;
}
.hh-company-logos-slider .slick-prev{
    left: 10px;
}
.simple-cards {
  padding: 20px;
}

.simple-cards__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

/* Base: mobile - 1 column */
.simple-cards__grid .simple-card {
  flex: 0 0 100%;
  max-width: 100%;
/*   background: #f3f3f3; */
  border-radius: 10px;
  overflow: hidden;
}

.title-wrapper {
  margin: 0;
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
      display: flex;
    justify-content: center;
    align-items: center;
  flex-direction: column;
    gap: 1rem;
}

.simple-card__title {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.hh-icon-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 2rem;
}

.simple-card__text {
  padding: 2rem;
}

.hh-icon-list-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
}

.hh-footer-text{
  padding: 2rem;
  text-align: center;
}

.hh-page-col-two-text {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
}

.hh-page-col-two-text .hh-icon-list img {
  margin-top: -10px;
}

.hh-icon-list-txt {
  font-size: 15px;
  line-height: 1.5;
}

/* Tablet: 2 columns */
@media (min-width: 768px) {
  .simple-cards__grid--2 .simple-card,
  .simple-cards__grid--3 .simple-card,
  .simple-cards__grid--4 .simple-card,
  .simple-cards__grid--5 .simple-card,
  .simple-cards__grid--6 .simple-card,
  .simple-cards__grid--7 .simple-card,
  .simple-cards__grid--8 .simple-card,
  .simple-cards__grid--9 .simple-card {
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}

/* Desktop: max 3 columns, orphans auto-centered */
@media (min-width: 1024px) {
  .simple-cards__grid--2 .simple-card {
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }

  .simple-cards__grid--3 .simple-card,
  .simple-cards__grid--4 .simple-card,
  .simple-cards__grid--5 .simple-card,
  .simple-cards__grid--6 .simple-card,
  .simple-cards__grid--7 .simple-card,
  .simple-cards__grid--8 .simple-card,
  .simple-cards__grid--9 .simple-card {
    flex: 0 0 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }
}

.hh-loc-ex-grid {
/*       display: grid;
      grid-template-columns: repeat(4, 1fr); */
      display: flex;
      gap: 10px;
      margin: 0 auto 2rem;
      justify-content: center;
      flex-wrap: wrap;
    }
    .hh-loc-ex-card {
      background: #fff;
      border-radius: 16px;
      border: 1px solid #bfc4c7;
      opacity: 1;
      transform: translateY(40px);
      transition: opacity 0.55s ease, transform 0.55s ease;
      overflow: hidden;
      flex: 0 0 calc(25% - 10px);
    }
 
    .hh-loc-ex-card.visible {
      opacity: 1;
      transform: translateY(0);
    }
 
    .hh-loc-ex-img-wrap {
      overflow: hidden;
    }
 
    .hh-loc-ex-card-img {
      width: 100%;
      aspect-ratio: 3/3.5;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
 
    .hh-loc-ex-card:hover .hh-loc-ex-card-img {
      transform: scale(1.06);
    }
 
    .hh-loc-ex-img-placeholder {
      width: 100%;
      aspect-ratio: 3/3.5;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
 
    .hh-loc-ex-img-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(100%);
      transition: transform 0.4s ease;
    }
 
    .hh-loc-ex-card:hover .hh-loc-ex-img-placeholder img {
      transform: scale(1.06);
    }
 
    .hh-loc-ex-card-body {
      padding: 1rem 1rem 1.1rem;
    }
 
    .hh-loc-ex-name {
      font-family: "Gotham Rounded Book";
      font-weight: 600;
      font-size: 20px;
      color: var(--dark-heading);
    }
 
    .hh-loc-ex-role {
      color: #6b8c89;
      margin-bottom: 14px;
    }
 
    .hh-loc-ex-btns {
      display: flex;
      gap: 8px;
    }
 
    .hh-loc-ex-btn-primary {
      background: #1aaa94;
      color: #fff;
      border: none;
      border-radius: 999px;
      padding: 7px 16px;
      font-size: 13px;
      font-family: 'DM Sans', sans-serif;
      font-weight: 500;
      cursor: pointer;
      transition: background 0.2s;
    }
 
    .hh-loc-ex-btn-primary:hover { background: #148f7c; }
 
    .hh-loc-ex-btn-secondary {
      background: #fff;
      color: #1a1a1a;
      border: 1.5px solid #ccdbd9;
      border-radius: 999px;
      padding: 6px 16px;
      font-size: 13px;
      font-family: 'DM Sans', sans-serif;
      font-weight: 500;
      cursor: pointer;
      transition: border-color 0.2s, background 0.2s;
    }
 
    .hh-loc-ex-btn-secondary:hover { border-color: #1aaa94; background: #f0faf8; }
 
    .hh-loc-ex-load-wrap {
        display: flex;
        justify-content: center;
    }
 
    .hh-loc-ex-load-btn {
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
 
    .hh-loc-ex-load-btn:hover { background: #148f7c; }
    .hh-loc-ex-load-btn:active { transform: scale(0.97); }
    .hh-loc-ex-load-btn:disabled { background: #aaccc8; cursor: not-allowed; }
 
    .hh-loc-ex-load-btn .spinner {
      width: 16px;
      height: 16px;
      border: 2px solid rgba(255,255,255,0.4);
      border-top-color: #fff;
      border-radius: 50%;
      animation: spin 0.7s linear infinite;
      display: none;
    }
 
    .hh-loc-ex-load-btn.loading .spinner { display: block; }
    .hh-loc-ex-load-btn.loading .btn-label { opacity: 0.7; }
 
    @keyframes spin { to { transform: rotate(360deg); } }
 
    @media (max-width: 1024px) {
/*       .hh-loc-ex-grid { grid-template-columns: repeat(2, 1fr); } */
        .hh-loc-ex-card{
            flex: 0 0 calc(33.33% - 10px);
        }
    }
 
    @media (max-width: 480px) {
        .hh-loc-ex-card{
            flex: 0 0 calc(100%);
        }
    }
 
    .hh-loc-ex-all-loaded {
      font-size: 18px;
      padding: 12px 0;
      display: none;
    }
.benefit-circles-module {
  width: 100%;
  margin: 2rem 0;
}

.benefit-circles-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}

.benefit-circle-card {
  --circle-border-color: #24a3d8;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  will-change: transform, opacity;
}

.benefit-circle-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.benefit-circle-inner {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  border: 8px solid var(--circle-border-color);
  border-radius: 50%;
  background: transparent1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.benefit-circle-icon-wrap {
  margin-bottom: 14px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}

.benefit-circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--circle-border-color);
}

.benefit-circle-icon svg {
  width: 54px;
  height: 54px;
  display: block;
  fill: currentColor;
}

.benefit-circle-image {
  max-width: 64px;
  max-height: 64px;
  width: auto;
  height: auto;
  display: block;
}

.benefit-circle-title {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 700;
  color: #17212b;
}

.benefit-circle-text {
  font-size: 15px;
  line-height: 1.45;
  color: #4c5967;
}

.benefit-circle-text p {
  margin: 0;
}

.benefit-circle-text p + p {
  margin-top: 8px;
}
.benefit-circles-grid-4-col{
       grid-template-columns: repeat(4, minmax(0, 1fr)); 
}
.benefit-circles-grid-3-col{
       grid-template-columns: repeat(3, minmax(0, 1fr)); 
}
@media (max-width: 1024px) {
  .benefit-circles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .benefit-circles-grid {   
    gap: 24px;
  }

  .benefit-circle-inner {
    max-width: 260px;
    padding: 22px 20px;
  }

  .benefit-circle-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
   .benefit-circles-grid-3-col{
     grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
  }
  .benefit-circles-grid {
   grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .benefit-circle-inner {
    max-width: 300px;
    padding: 24px 22px;
  }

  .benefit-circle-title {
    font-size: 20px;
  }

  .benefit-circle-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .benefit-circles-module {  
    margin: 1rem 0;
  }
  .benefit-circles-grid {
    grid-template-columns: 1fr;    
  }
   .benefit-circles-grid-3-col{
     grid-template-columns: repeat(1, minmax(0, 1fr)) !important; 
  }
}
.tcm-wrapper {
  width: 100%;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.tcm-card {
  background: #ffffff;
  border: 2px solid #00868A;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 134, 138, 0.1);
}

.tcm-nav {
  display: flex;
  align-items: stretch;
  border-bottom: 1.5px solid rgba(0, 134, 138, 0.18);
  background: #ffffff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tcm-nav::-webkit-scrollbar {
  display: none;
}

.tcm-tab {
  flex: 1;
  min-width: 0;
  padding: 2.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #00868A;
  text-align: center;
  white-space: nowrap;
  opacity: 0.5;
  position: relative;
  transition: opacity 0.22s ease;
  outline: none;
  line-height: 1.3;
}

.tcm-tab h3{
  font-size: 24px;
  margin-bottom: 0.8rem;
}

/* .tcm-tab + .tcm-tab::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(0, 134, 138, 0.18);
  pointer-events: none;
} */

.tcm-tab:hover {
  opacity: 0.72;
}

.tcm-tab:focus-visible {
  box-shadow: inset 0 0 0 2px #00868A;
}

.tcm-tab.is-active {
  opacity: 1;
}

.tcm-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #00868A;
/*   border-radius: 3px 3px 0 0; */
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.tcm-tab.is-active::after {
  transform: scaleX(1);
}

.tcm-panels {
  padding: 32px 36px;
}

.tcm-panel {
  display: none;
  color: #2d3748;
  font-size: 1rem;
  line-height: 1.75;
  animation: tcm-fadein 0.28s ease;
}

.tcm-panel.is-active {
  display: block;
}

.tcm-panel p {
  margin: 0 0 1em;
}

.tcm-panel p:last-child {
  margin-bottom: 0;
}

.tcm-panel a {
  color: #00868A;
  text-decoration: underline;
}

.tcm-panel a:hover {
  opacity: 0.8;
}

.tcm-panel ul,
.tcm-panel ol {
  margin: 0 0 1em 1.5em;
}

.tcm-panel li {
  margin-bottom: 0.35em;
}

.tcm-panel strong {
  color: #1a2e2f;
}
.tcm-panel-content{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
/*     align-items: center; */
}
.tcm-panel-content-col-50{
    flex: 1 1 calc(50% - 20px);
}
.tcm-panel-content-col-100{
    flex: 1 1 calc(100);
}
@keyframes tcm-fadein {
  from { opacity: 0; transform: translateY(5px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media(max-width: 768px){
  .tcm-nav{
    flex-wrap: wrap;
  }
    .tcm-panel-content-col-50{
        flex: 1 1 calc(100%);
    }
}

@media (max-width: 680px) {
  .tcm-tab {
    font-size: 0.875rem;
    padding: 14px 12px;
    flex: 0 0 auto;
    min-width: 100%;
  }

  .tcm-panels {
    padding: 24px 20px;
  }
}

@media (max-width: 420px) {
  .tcm-tab {
    font-size: 0.8125rem;
    padding: 12px 10px;
    min-width: 100%;
  }

  .tcm-panels {
    padding: 20px 16px;
  }

  .tcm-panel {
    font-size: 0.9375rem;
  }
}
.header__wrapper-blog{
    display: none !important;
}
.blog-post a{
    text-decoration: underline;
    font-weight: 600;
}
.hh-location-services-grid{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.hh-location-services-card{
/*     flex: 0 0 calc(33.33% - 20px);
     */
    border: 1px solid #c6c8ca;
    border-radius: 10px;
    overflow: hidden;
}
.hh-location-service-info{
    padding: 30px;
    min-height: 260px;
}
.hh-loc-service-desc{
    margin-bottom: 20px;
}
.hh-location-services-img{
  aspect-ratio: 5 / 4; /* locks consistent height */
/*   overflow: hidden;  */
    margin-left: -1px;
    margin-right: -1px;
}
.hh-location-services-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* keeps faces in frame */
  display: block;
}
.hh-loc-service-min-height{
    min-height: 50px;
}
.hh-location-service-info-top{
     min-height: 150px;
}
.hh-location-service-info-loc{
    min-height: 140px;
}
@media (max-width: 768px){
    .hh-location-services-card{
        flex: 0 0 calc(50% - 20px);
    }
}
@media (max-width: 600px){
    .hh-location-services-card{
        flex: 0 0 calc(100%);
    }
}
/* .hh-single-location-banner #hh-location-page-photo{
    mask-image: linear-gradient(to left, black 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, black 0%, transparent 100%);                    
} */
.hh-single-location-section{
    padding: 50px 20px;
}
.hh-google-review-stars-wrapper{
    display: flex;
    gap: 20px;
    padding: 10px;
    border: 1px solid #c0e1e3;
    border-radius: 12px;
    align-items: center;
    max-width: 500px;
    justify-content: space-evenly;
    margin: 40px auto 0px;
}
/* .hh-google-review-stars-col{
    flex: 0 0 cal(100% - 20px);
} */
.hh-getting-here-intro{
    margin-bottom: 60px;
}
.hh-get-directions-container .cta-group{
    margin-top: 30px;
}
.location-services-section .hh-loc-services-intro a{
    font-weight: 600;
    text-decoration: underline;
}
.location-inside-clinic{
    background-color: #f5fafb;
}
.location-inside-clinic-img img{
    border-radius: 18px;
}
.location-inside-clinic-content a{
    font-weight: 600;
    text-decoration: underline;
}
.location-inside-clinic-content a:hover{
    color: inherit !important;
}
.hh-location-services-grid-3 .slick-slide {
  margin: 0 10px;
}
.hh-location-services-grid-3 .slick-list {
  margin: 0 -10px;
    padding-bottom: 1px;
}
.hh-location-services-grid-2 .slick-dots,
.hh-location-services-grid-3 .slick-dots{
   bottom: -60px; 
}
.hh-location-services-grid-2 .slick-dots li,
.hh-location-services-grid-3 .slick-dots li{
    border: 1px solid var(--dark-blue);
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
.hh-location-services-grid-2 .slick-dots li.slick-active,
.hh-location-services-grid-3 .slick-dots li.slick-active{
      background: var(--dark-blue) !important;
    background-color: var(--dark-blue) !important;
    box-shadow: unset !important;
}
.hh-location-services-grid-2 .slick-dots li.slick-active button,
.hh-location-services-grid-3 .slick-dots li.slick-active button{
       box-shadow: unset !important;
}
.hh-location-services-grid-1,
.hh-location-services-grid-2{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.hh-location-services-grid-1 .hh-location-services-card,
.hh-location-services-grid-2 .hh-location-services-card{
    flex: 0 0 calc(33.33% - 20px);
}
.hh-loc-services-intro{
    margin-bottom: 60px;
}
.hh-single-location-section .row-fluid{
        display: flex !important;
        flex-direction: row !important;
}
.hh-single-location-section .row-fluid .span1,
.hh-single-location-section .row-fluid .span5,
.hh-single-location-section .row-fluid .span6{
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
}
ul.hh-loc-checklist{
    padding: 0px;
    list-style-type: none;
    margin: 30px 0px;
}
ul.hh-loc-checklist li{
    position: relative;
    margin-bottom: 20px;
}
ul.hh-loc-checklist li::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("https://20789498.fs1.hubspotusercontent-ap1.net/hubfs/20789498/habit-health/icons/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
 position: absolute;
    top: 0px;
    left: -10px;
}
ul.hh-loc-checklist.check-icon-sm li::before{
  width: 20px;
  height: 20px;
}
ul.hh-loc-checklist li{
/*     line-height: 40px; */
    padding-left: 50px;
 padding-top: 10px;
    padding-bottom: 10px;
/*     margin-bottom: 30px; */
}
ul.hh-loc-checklist li a{
     font-weight: 600;
  text-decoration: underline; 
   transition: color ease 0.3s;
}
ul.hh-loc-checklist li a:hover{
    color: var(--dark-blue);
}
ul.hh-loc-checklist.two-col-list{
  column-count: 2;
  column-gap: 15px;
}
ul.hh-loc-checklist.check-icon-sm li{
    padding-left: 20px !important;
    padding-top: 0px !important;
    margin-bottom: 10px !important;
}
.hh-single-location-section ul.hh-loc-checklist li a{
    font-weight: 100 !important;
}
#hh-loc-meet-the-experts{
    background-color: #f5fafb;
}
.hh-get-directions-container{
    padding: 30px;
    border-radius: 12px;
    border: 0.5px solid var(--dark-blue);
}
.hh-loc-contact-info-wrapper{
    border: .5px solid var(--dark-blue);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    max-width: 700px;
    margin: 3rem auto 0px;
}
.hh-loc-contact-col{
    flex: 0 0 49%;
}
.hh-loc-contact-head{
    font-size: 16px;
    font-weight: 600;
}
.hh-loc-contact-row{
    margin-bottom: 15px;
}
.hh-loc-contact-row:last-child{
      margin-bottom: 0px;  
}
.hh-loc-contact-col{
    padding: 0px 30px 0px;
}
.hh-loc-contact-col:first-child{
    border-right: 0.5px solid #d9d9d9;
}
.hh-loc-nearby-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.hh-loc-nearby-card {
    border: 1px solid #c6c8ca;
    border-radius: 10px;
    flex: 0 0 calc(33.33% - 20px);
    overflow: hidden;
}
.hh-loc-nearby-img {
    aspect-ratio: 5 / 4;
    margin-left: -1px;
    margin-right: -1px;
}
.hh-loc-nearby-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.loc-sec-title{
    margin-bottom: 3rem;
}
#hh-loc-cta-banner{
    background-color: var(--quaternary);
    margin-bottom: 60px;
}
#hh-loc-cta-banner p,
#hh-loc-cta-banner h2{
    color: var(--white);
}
.hh-loc-feat-img img{
    border-radius: 16px;
}
    /* Header */
    .hh-g-reviews-header {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin-bottom: 36px;
    }

    .hh-g-reviews-header__left h2 {
      margin-bottom: 6px;
    }

    .hh-g-reviews-header__rating {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .hh-g-reviews-header__score {
      font-size: 2rem;
      font-weight: 700;
      color: #F4B400;
      line-height: 1;
    }

    .hh-g-stars {
      display: flex;
      gap: 3px;
    }

    .hh-g-star {
      width: 22px;
      height: 22px;
      fill: #F4B400;
    }

    /* CTA Button */
    .hh-g-btn-write-review {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #0f7b6c;
      color: #fff;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.9rem;
      font-weight: 600;
      padding: 14px 26px;
      border-radius: 50px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.15s ease;
      white-space: nowrap;
    }

    .hh-g-btn-write-review:hover {
      background: #0a5e52;
      transform: translateY(-1px);
    }

    /* Cards Grid */
    .hh-g-reviews-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
        margin-bottom: 2rem;
    }

    .hh-g-review-card {
/*       background: #fff; */
      border-radius: 12px;
      padding: 32px 24px 26px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      animation: fadeUp 0.5s ease both;
           border: 0.5px solid #BBBCBC;
    }

/*     .hh-g-review-card:nth-child(1) { animation-delay: 0.05s; }
    .hh-g-review-card:nth-child(2) { animation-delay: 0.12s; }
    .hh-g-review-card:nth-child(3) { animation-delay: 0.19s; }
    .hh-g-review-card:nth-child(4) { animation-delay: 0.26s; }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    } */

    .hh-g-review-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 28px rgba(0,0,0,0.1);
    }

    /* Google G Logo (pure CSS) */
    .hh-g-google-logo {
      width: 52px;
      height: 52px;
      margin-bottom: 16px;
      flex-shrink: 0;
    }

    .hh-g-review-card .hh-g-stars {
      margin-bottom: 20px;
    }

    .hh-g-review-card .hh-g-star {
      width: 18px;
      height: 18px;
    }

    .hh-g-review-card__text {

      font-size: 0.85rem;
      line-height: 1.65;
      color: #555;
      flex: 1;
      margin-bottom: 20px;
    }

    .hh-g-review-card__author {
      font-size: 0.82rem;
      font-style: italic;
      color: #333;
      margin-bottom: 6px;
    }

    .hh-g-review-card__link {
      font-size: 0.82rem;
      color: #1a73e8;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.15s;
    }

    .hh-g-review-card__link:hover {
      color: #1558b0;
      text-decoration: underline;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .hh-g-reviews-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 540px) {
      .hh-g-reviews-grid { grid-template-columns: 1fr; }
      .hh-g-reviews-header { flex-direction: column; gap: 16px; }
    }
@media (max-width: 768px){
    .hh-loc-contact-col:first-child{
        border: none;
    }
     .hh-loc-contact-col {
        flex: 0 0 100%;
    }
}
@media (max-width: 768px){
    .hh-location-services-grid-2 .hh-location-services-card{
        flex: 0 0 calc(50% - 20px);
    }    
}
@media (max-width: 767px){
    .hh-loc-gmap{
        margin-bottom: 30px;
    }
    .hh-loc-nearby-card {
        flex: 0 0 calc(50% - 20px);
    }
    .hh-sec-tab-order .span5{
        order: 1;
    }
    .hh-sec-tab-order .span1{
        order: 2;
    }
     .hh-sec-tab-order .span6{
        order: 3;
    }
    .hh-single-location-section{
        padding: 30px 0px;
    }
    .hh-loc-feat-img img{
        max-width: 600px;
        margin: 0px auto 30px;
        width: 100%;
        display: block;
    }
}
@media (max-width: 600px){
    .hh-google-review-stars-wrapper{
        margin-bottom: 30px;
    }
     .hh-location-services-grid-1 .hh-location-services-card{
            flex: 0 0 calc(100%);
    }
    .hh-loc-nearby-card {
        flex: 0 0 calc(100%);
    }
     ul.hh-loc-checklist.two-col-list{
      column-count: 1;
      column-gap: 15px;
    }   
}
/* ── HEADER BAR ── */
  .hh-me-header-bar {
    height: 4px;
  }

  /* ── FILTERS ── */
  .hh-me-filters-wrapper {
    padding: 20px 32px;
  }
  #result-count{
      display: none;
 }
  .hh-me-filters-inner {
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
  }

  .hh-me-filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 160px;
  }

  .hh-me-filter-group label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .hh-me-filter-control {
    position: relative;
  }

  .hh-me-filter-control select,
  .hh-me-filter-control input {
    width: 100%;
    padding: 10px 36px 10px 12px;
    border: 1px solid #1d252d;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    color: var(--navy);
    background: var(--white);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
    outline: none;
  }

  .hh-me-filter-control select:focus,
  .hh-me-filter-control input:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(43,181,160,0.15);
  }

  .hh-me-filter-control input::placeholder { color: #a0aec0; }

  .hh-me-filter-control .hh-me-chevron {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--muted);
  }

  .hh-me-btn-clear {
    background: transparent;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border: 0.5px solid #8d9195;
    border-radius: 12px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    height: 50px;
    align-self: flex-end;
  }

  .hh-me-btn-clear:hover { border-color: var(--teal); color: var(--teal); }

  /* ── GRID ── */
  .hh-me-grid-wrapper {
/*     max-width: 900px; */
/*     margin: 28px auto; */
    padding: 0 20px;
  }

  .hh-me-expert-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow: hidden;
  }

  /* ── CARDS ── */
  .hh-me-expert-card {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
/*     padding: 14px 12px; */
    cursor: pointer;
    transition: background 0.15s;
    position: relative;
        border: 0.5px solid #c6c8ca;
          justify-content: space-between;
              box-shadow: inset 4px 0 0 0 var(--dark-blue); 
    transition: filter 0.2s;
  }

  .hh-me-expert-card:hover img { filter: grayscale(30%); }

  .hh-me-expert-card .hh-me-logo-placeholder {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: var(--teal-light);
  }

  .hh-me-expert-card .hh-me-logo-placeholder svg {
    width: 44px;
    height: 44px;
  }

  .hh-me-expert-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-left: 20px;
  }
  .hh-me-expert-role {
    margin-left: 20px;
    font-size: 14px;
  }

  .hh-me-expert-type {
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
  }

  /* No results */
  .hh-me-no-results {
    grid-column: 1/-1;
    background: var(--white);
    text-align: center;
    padding: 48px 24px;
    color: var(--muted);
    font-size: 14px;
  }

  /* ── LOAD MORE ── */
  .hh-me-load-more-wrapper {
    text-align: center;
    padding: 8px 0 40px;
      justify-content: center;
  }

  .hh-me-btn-load-more {
   margin-top: 40px;
/*     padding: 12px 40px;
    border: 1.5px solid var(--border);
    border-radius: 50px;
    background: var(--white);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: var(--navy);
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s, color 0.15s; */
  }

  .hh-me-btn-load-more:hover {
    border-color: var(--teal);
    color: var(--teal);
    box-shadow: var(--shadow-hover);
  }

  .hh-me-btn-load-more:disabled {
    opacity: 0.4;
    cursor: default;
  }

  /* ── MODAL OVERLAY ── */
  .hh-me-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(26,46,53,0.45);
    backdrop-filter: blur(2px);
    z-index: 100;
    align-items: center;
    justify-content: center;
    padding: 24px;
    animation: fadeIn 0.2s ease;
  }

  .hh-me-modal-overlay.hh-me-open { display: flex; }

  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

  .hh-me-modal {
    background: var(--white);
/*     border-radius: 6px; */
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.22s ease;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  }

  @keyframes slideUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .hh-me-modal-close {
    position: absolute;
    top: 16px; right: 16px;
    width: 28px; height: 28px;
    border-radius: 50%;
    border: 1.5px solid var(--dark-blue);
    background: var(--white);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: var(--dark-blue);
    font-size: 16px;
    transition: border-color 0.15s, color 0.15s;
    line-height: 1;
  }

  .hh-me-modal-close:hover { border-color: var(--navy); color: var(--navy); }

  .hh-me-modal-body {
    display: flex;
    gap: 28px;
/*     padding: 32px; */
  }

  .hh-me-modal-photo {
    flex-shrink: 0;
    width: 180px;
  }
    #hh-me-result-count{
       display: none; 
}
  .hh-me-modal-photo img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 3px;
/*     filter: grayscale(100%); */
  }

  .hh-me-modal-photo .hh-me-modal-logo {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--teal-light);
    border-radius: 3px;
  }

  .hh-me-modal-logo svg { width: 80px; height: 80px; }

  .hh-me-modal-info { flex: 1; min-width: 0; }

  .hh-me-modal-name {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .hh-me-modal-title {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 18px;
  }

 .hh-me-btn-book {
    margin-bottom: 20px;
  }

  .hh-me-modal-section-title {
/*     font-size: 13px;
    
    color: var(--navy); */
    font-weight: 600;
    margin-bottom: 8px;
  }

  .hh-me-modal-list {
    list-style: none;
    margin-bottom: 18px;
    padding: 0px;
  }

  .hh-me-modal-list li {
    font-size: 13px;
    padding: 2px 0 2px 14px;
    position: relative;
    line-height: 1.5;
  }

  .hh-me-modal-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--dark-blue);
    font-size: 14px;
  }

  .hh-me-modal-bio {
    font-size: 13px;
    color: var(--mid);
    line-height: 1.65;
    margin-bottom: 18px;
  }

  /* ── RESULT COUNT ── */
  .hh-me-result-meta {
    max-width: 900px;
    margin: 0 auto 12px;
    padding: 0 32px;
    font-size: 12px;
    color: var(--muted);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
/* Already targets <img> inside cards */
.hh-me-expert-card img {
  max-width: 120px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
/*   filter: grayscale(100%); */
  transition: filter 0.2s;
}

/* .hh-me-expert-card:hover img { filter: grayscale(30%); } */

/* Already targets <img> inside modal */
.hh-me-modal-photo img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 3px;
/*   filter: grayscale(100%); */
}
.hh-me-no-results {
  grid-column: 1 / -1; /* Spans all columns in the grid */
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px dashed #ccc;
  color: #666;
  font-size: 1.1rem;
}

.hh-me-no-results p {
  margin: 0;
}
  /* ── RESPONSIVE ── */
  @media (max-width: 640px) {
    .hh-me-expert-grid { grid-template-columns: repeat(2, 1fr); }
    .hh-me-modal-body { flex-direction: column; }
    .hh-me-modal-photo { width: auto; }
    .hh-me-modal-photo img { width: 100px; height: 100px; }
  }
  @media (max-width: 480px) {
  .hh-me-expert-grid { grid-template-columns: repeat(1, 1fr); }      
}
/* NEW MODAL */
/* Overlay Background */
.hh-me-modal-overlay {
  display: none; 
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.hh-me-modal-bio ul{
    padding: 0px 0px 0px 20px;
}
.hh-me-modal-bio ul li,
.hh-me-modal-bio p{
    font-size: 16px;
    line-height: 23px;
}
.hh-me-modal-overlay.is-active {
  display: flex;
}

/* Modal Box */
.hh-me-modal {
  background: #fff;
  width: 100%;
  max-width: 700px;
  max-height: 90vh;
/*   border-radius: 8px; */
  position: relative;
  overflow-y: auto;
  padding: 40px;
  animation: modalFadeIn 0.3s ease;
}

/* Close Button */
.hh-me-modal-close {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 15px;
  background: none; border: none;
  cursor: pointer; color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 100%;
    
}

/* Internal Layout */
.hh-me-modal-header {
  display: flex;
/*   align-items: center; */
  gap: 25px;
}

.hh-me-modal-img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.hh-me-modal-bio h6{
    display: none;
}
.hh-me-modal-profile .btn-wrapper{
    margin-bottom: 15px;
}
.hh-me-modal-name { margin: 0; color: var(--dark-heading); }
.hh-me-modal-label { color: var(--dark-heading); margin-top: 5px; margin-bottom: 15px; }
.hh-me-modal-bio { line-height: 1.6; color: #444; }
.hh-me-modal-img-wrapper{
    overflow: hidden;
    width: 25%;
}
.hh-me-modal-profile{
    width: 75%;
}
@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 640px) {
    .hh-me-modal-header{
       flex-direction: column;   
    }
    .hh-me-modal-img-wrapper,
    .hh-me-modal-profile{
    width: 100%;
}
}
.hh-col-bordered-section{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #BBBCBC;
    background-color: #ffffff;
    border-radius: 16px;
}
.hh-col-bordered-col2 .hh-col-bordered-item{
    flex: 1 1 calc(50%);
    padding: 20px 40px;
}
.hh-col-bordered-item{
    border-right: 1px solid #BBBCBC;
}
.hh-col-bordered-item:last-child{
    border-right: none;
}
@media (max-width: 540px){
     .hh-col-bordered-col2 .hh-col-bordered-item{
        flex: 1 1 calc(100%);
        border-right: none;
        border-bottom: 1px solid #BBBCBC;
    } 
      .hh-col-bordered-col2 .hh-col-bordered-item :last-child{
        border-right: none;
        border-bottom:none;
    }   
}
/* Initial hidden state */
.hh-img-wrapper img {
  opacity: 0;
  transform: translateY(48px);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--img-delay, 0ms);
  will-change: opacity, transform;
    border-radius: var(--border-radius);
}

/* Triggered state */
.hh-img-wrapper img.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hh-img-pos-center,
.hh-img-pos-right{
    display: flex;
}
.hh-sec-w-img .hh-img-pos-center,
.hh-img-wrapper.hh-img-pos-center{
    justify-content: center;
}
.hh-sec-w-img .hh-img-pos-right,
.hh-img-wrapper.hh-img-pos-right{
    justify-content: end;
}