/**
 * Tom Select Bootstrap 4
 */
/**
 * tom-select.css (v2.4.3)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(0.375rem - 1px - 0) 0.75rem calc(0.375rem - 1px - 3px - 0);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 5px;
  background: #efefef;
  color: #343a40;
  border: 0 solid #dee2e6;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #007bff;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(134.5, 134.5, 134.5);
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: calc(0.75rem + 5px);
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #e9ecef;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.25rem 0.25rem;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 3px 0.75rem;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #6c757d;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #e9ecef;
  color: rgb(21.6283783784, 24.25, 26.8716216216);
}
.ts-dropdown .active.create {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
}
.ts-dropdown .create {
  color: rgba(52, 58, 64, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px 0.75rem;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(0.75rem - 5px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 0.75rem);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 6px 0.75rem;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 0.25rem 0.25rem 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  color: #343a40;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #ced4da;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 0.375rem 0.75rem;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #dee2e6;
  margin-left: 5px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #dee2e6;
  margin-right: 5px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: rgba(0, 0, 0, 0);
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #343a40;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.ts-wrapper.single .ts-control {
  --ts-pr-caret: 2rem;
}
.ts-wrapper.single .ts-control::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #343a40 transparent transparent transparent;
}
.ts-wrapper.single .ts-control:not(.rtl)::after {
  right: calc(0.75rem + 5px);
}
.ts-wrapper.single .ts-control.rtl::after {
  left: calc(0.75rem + 5px);
}
.ts-wrapper.single.dropdown-active .ts-control::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #343a40 transparent;
}
.ts-wrapper.single.input-active .ts-control, .ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}

.ts-wrapper.form-control,
.ts-wrapper.form-select {
  padding: 0 !important;
}

.ts-dropdown,
.ts-dropdown.form-control {
  height: auto;
  padding: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ts-dropdown .optgroup-header {
  font-size: 0.875rem;
  line-height: 1.5;
}
.ts-dropdown .optgroup:first-child::before {
  display: none;
}
.ts-dropdown .optgroup::before {
  content: " ";
  display: block;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.ts-dropdown .create {
  padding-left: 0.75rem;
}

.ts-dropdown-content {
  padding: 5px 0;
}

.ts-control {
  min-height: calc(1.5em + 0.75rem + 2px);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
  .ts-control {
    transition: none;
  }
}
.focus .ts-control {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.is-invalid .ts-control,
.was-validated .invalid .ts-control {
  border-color: #dc3545;
}
.focus .is-invalid .ts-control,
.focus .was-validated .invalid .ts-control {
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.is-valid .ts-control {
  border-color: #28a745;
}
.focus .is-valid .ts-control {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.input-group-sm > .ts-wrapper .ts-control, .ts-wrapper.form-control-sm .ts-control {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.75rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
}
.input-group-sm > .ts-wrapper.has-items .ts-control, .ts-wrapper.form-control-sm.has-items .ts-control {
  min-height: calc(1.5em + 0.5rem + 2px) !important;
  font-size: 0.875rem;
  padding-bottom: 0;
}
.input-group-sm > .ts-wrapper.multi.has-items .ts-control, .ts-wrapper.form-control-sm.multi.has-items .ts-control {
  padding-top: calc((calc(1.5em + 0.5rem + 2px) - 1.5 * 0.875rem - 4px) / 2) !important;
}
.ts-wrapper.multi.has-items .ts-control {
  padding-left: calc(0.75rem - 5px);
  --ts-pr-min: calc(0.75rem - 5px);
}
.ts-wrapper.multi .ts-control > div {
  border-radius: calc(0.25rem - 1px);
}
.input-group-lg > .ts-wrapper > .ts-control, .ts-wrapper.form-control-lg .ts-control {
  min-height: calc(1.5em + 1rem + 2px);
  border-radius: 0.3rem;
  font-size: 1.25rem;
}

.form-control.ts-wrapper {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  border-radius: 0;
}

.input-group > .ts-wrapper {
  flex-grow: 1;
}
.input-group > .ts-wrapper:not(:nth-child(2)) > .ts-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .ts-wrapper:not(:last-child) > .ts-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-loading=""],[data-loading=show],[data-loading*=\|show]{display:none}
@charset "UTF-8";
/*!
 * CoreUI Icons - Brand Icons
 * @version v3.0.0
 * @link https://coreui.io/icons/
 * Copyright (c) 2023 creativeLabs Łukasz Holeczek
 * Licensed under CC0 1.0 Universal
 */
@font-face {
  font-family: "CoreUI-Icons-Brand";
  src: url(/build/fonts/CoreUI-Icons-Brand.8bed9149.eot);
  src: url(/build/fonts/CoreUI-Icons-Brand.8bed9149.eot#iefix) format("embedded-opentype"), url(/build/fonts/CoreUI-Icons-Brand.78f24b4d.ttf) format("truetype"), url(/build/fonts/CoreUI-Icons-Brand.ee8f27cf.woff) format("woff"), url(/build/images/CoreUI-Icons-Brand.7313d4f1.svg#CoreUI-Icons-Brand) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=cib-], [class*=" cib-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "CoreUI-Icons-Brand" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cib-500px:before {
  content: "\ea01";
}

.cib-500px-5:before {
  content: "\ea02";
}

.cib-about-me:before {
  content: "\ea03";
}

.cib-abstract:before {
  content: "\ea04";
}

.cib-acm:before {
  content: "\ea05";
}

.cib-addthis:before {
  content: "\ea06";
}

.cib-adguard:before {
  content: "\ea07";
}

.cib-adobe:before {
  content: "\ea08";
}

.cib-adobe-acrobat-reader:before {
  content: "\ea09";
}

.cib-adobe-after-effects:before {
  content: "\ea0a";
}

.cib-adobe-audition:before {
  content: "\ea0b";
}

.cib-adobe-creative-cloud:before {
  content: "\ea0c";
}

.cib-adobe-dreamweaver:before {
  content: "\ea0d";
}

.cib-adobe-illustrator:before {
  content: "\ea0e";
}

.cib-adobe-indesign:before {
  content: "\ea0f";
}

.cib-adobe-lightroom:before {
  content: "\ea10";
}

.cib-adobe-lightroom-classic:before {
  content: "\ea11";
}

.cib-adobe-photoshop:before {
  content: "\ea12";
}

.cib-adobe-premiere:before {
  content: "\ea13";
}

.cib-adobe-typekit:before {
  content: "\ea14";
}

.cib-adobe-xd:before {
  content: "\ea15";
}

.cib-airbnb:before {
  content: "\ea16";
}

.cib-algolia:before {
  content: "\ea17";
}

.cib-alipay:before {
  content: "\ea18";
}

.cib-allocine:before {
  content: "\ea19";
}

.cib-amazon:before {
  content: "\ea1a";
}

.cib-amazon-aws:before {
  content: "\ea1b";
}

.cib-amazon-pay:before {
  content: "\ea1c";
}

.cib-amd:before {
  content: "\ea1d";
}

.cib-american-express:before {
  content: "\ea1e";
}

.cib-anaconda:before {
  content: "\ea1f";
}

.cib-analogue:before {
  content: "\ea20";
}

.cib-android:before {
  content: "\ea21";
}

.cib-android-alt:before {
  content: "\ea22";
}

.cib-angellist:before {
  content: "\ea23";
}

.cib-angular:before {
  content: "\ea24";
}

.cib-angular-universal:before {
  content: "\ea25";
}

.cib-ansible:before {
  content: "\ea26";
}

.cib-apache:before {
  content: "\ea27";
}

.cib-apache-airflow:before {
  content: "\ea28";
}

.cib-apache-flink:before {
  content: "\ea29";
}

.cib-apache-spark:before {
  content: "\ea2a";
}

.cib-app-store:before {
  content: "\ea2b";
}

.cib-app-store-ios:before {
  content: "\ea2c";
}

.cib-apple:before {
  content: "\ea2d";
}

.cib-apple-music:before {
  content: "\ea2e";
}

.cib-apple-pay:before {
  content: "\ea2f";
}

.cib-apple-podcasts:before {
  content: "\ea30";
}

.cib-appveyor:before {
  content: "\ea31";
}

.cib-aral:before {
  content: "\ea32";
}

.cib-arch-linux:before {
  content: "\ea33";
}

.cib-archive-of-our-own:before {
  content: "\ea34";
}

.cib-arduino:before {
  content: "\ea35";
}

.cib-artstation:before {
  content: "\ea36";
}

.cib-arxiv:before {
  content: "\ea37";
}

.cib-asana:before {
  content: "\ea38";
}

.cib-at-and-t:before {
  content: "\ea39";
}

.cib-atlassian:before {
  content: "\ea3a";
}

.cib-atom:before {
  content: "\ea3b";
}

.cib-audible:before {
  content: "\ea3c";
}

.cib-aurelia:before {
  content: "\ea3d";
}

.cib-auth0:before {
  content: "\ea3e";
}

.cib-automatic:before {
  content: "\ea3f";
}

.cib-autotask:before {
  content: "\ea40";
}

.cib-aventrix:before {
  content: "\ea41";
}

.cib-azure-artifacts:before {
  content: "\ea42";
}

.cib-azure-devops:before {
  content: "\ea43";
}

.cib-azure-pipelines:before {
  content: "\ea44";
}

.cib-babel:before {
  content: "\ea45";
}

.cib-baidu:before {
  content: "\ea46";
}

.cib-bamboo:before {
  content: "\ea47";
}

.cib-bancontact:before {
  content: "\ea48";
}

.cib-bandcamp:before {
  content: "\ea49";
}

.cib-basecamp:before {
  content: "\ea4a";
}

.cib-bathasu:before {
  content: "\ea4b";
}

.cib-behance:before {
  content: "\ea4c";
}

.cib-big-cartel:before {
  content: "\ea4d";
}

.cib-bing:before {
  content: "\ea4e";
}

.cib-bit:before {
  content: "\ea4f";
}

.cib-bitbucket:before {
  content: "\ea50";
}

.cib-bitcoin:before {
  content: "\ea51";
}

.cib-bitdefender:before {
  content: "\ea52";
}

.cib-bitly:before {
  content: "\ea53";
}

.cib-blackberry:before {
  content: "\ea54";
}

.cib-blender:before {
  content: "\ea55";
}

.cib-blogger:before {
  content: "\ea56";
}

.cib-blogger-b:before {
  content: "\ea57";
}

.cib-bluetooth:before {
  content: "\ea58";
}

.cib-bluetooth-b:before {
  content: "\ea59";
}

.cib-boeing:before {
  content: "\ea5a";
}

.cib-boost:before {
  content: "\ea5b";
}

.cib-bootstrap:before {
  content: "\ea5c";
}

.cib-bower:before {
  content: "\ea5d";
}

.cib-brand-ai:before {
  content: "\ea5e";
}

.cib-brave:before {
  content: "\ea5f";
}

.cib-btc:before {
  content: "\ea60";
}

.cib-buddy:before {
  content: "\ea61";
}

.cib-buffer:before {
  content: "\ea62";
}

.cib-buy-me-a-coffee:before {
  content: "\ea63";
}

.cib-buysellads:before {
  content: "\ea64";
}

.cib-buzzfeed:before {
  content: "\ea65";
}

.cib-c:before {
  content: "\ea66";
}

.cib-cakephp:before {
  content: "\ea67";
}

.cib-campaign-monitor:before {
  content: "\ea68";
}

.cib-canva:before {
  content: "\ea69";
}

.cib-cashapp:before {
  content: "\ea6a";
}

.cib-cassandra:before {
  content: "\ea6b";
}

.cib-castro:before {
  content: "\ea6c";
}

.cib-cc-amazon-pay:before {
  content: "\ea6d";
}

.cib-cc-amex:before {
  content: "\ea6e";
}

.cib-cc-apple-pay:before {
  content: "\ea6f";
}

.cib-cc-diners-club:before {
  content: "\ea70";
}

.cib-cc-discover:before {
  content: "\ea71";
}

.cib-cc-jcb:before {
  content: "\ea72";
}

.cib-cc-mastercard:before {
  content: "\ea73";
}

.cib-cc-paypal:before {
  content: "\ea74";
}

.cib-cc-stripe:before {
  content: "\ea75";
}

.cib-cc-visa:before {
  content: "\ea76";
}

.cib-centos:before {
  content: "\ea77";
}

.cib-cevo:before {
  content: "\ea78";
}

.cib-chase:before {
  content: "\ea79";
}

.cib-chef:before {
  content: "\ea7a";
}

.cib-chromecast:before {
  content: "\ea7b";
}

.cib-circle:before {
  content: "\ea7c";
}

.cib-circleci:before {
  content: "\ea7d";
}

.cib-cirrusci:before {
  content: "\ea7e";
}

.cib-cisco:before {
  content: "\ea7f";
}

.cib-civicrm:before {
  content: "\ea80";
}

.cib-clockify:before {
  content: "\ea81";
}

.cib-clojure:before {
  content: "\ea82";
}

.cib-cloudbees:before {
  content: "\ea83";
}

.cib-cloudflare:before {
  content: "\ea84";
}

.cib-cmake:before {
  content: "\ea85";
}

.cib-co-op:before {
  content: "\ea86";
}

.cib-codacy:before {
  content: "\ea87";
}

.cib-code-climate:before {
  content: "\ea88";
}

.cib-codecademy:before {
  content: "\ea89";
}

.cib-codecov:before {
  content: "\ea8a";
}

.cib-codeigniter:before {
  content: "\ea8b";
}

.cib-codepen:before {
  content: "\ea8c";
}

.cib-coderwall:before {
  content: "\ea8d";
}

.cib-codesandbox:before {
  content: "\ea8e";
}

.cib-codeship:before {
  content: "\ea8f";
}

.cib-codewars:before {
  content: "\ea90";
}

.cib-codio:before {
  content: "\ea91";
}

.cib-coffeescript:before {
  content: "\ea92";
}

.cib-common-workflow-language:before {
  content: "\ea93";
}

.cib-composer:before {
  content: "\ea94";
}

.cib-conda-forge:before {
  content: "\ea95";
}

.cib-conekta:before {
  content: "\ea96";
}

.cib-confluence:before {
  content: "\ea97";
}

.cib-coreui:before {
  content: "\ea98";
}

.cib-coreui-c:before {
  content: "\ea99";
}

.cib-coursera:before {
  content: "\ea9a";
}

.cib-coveralls:before {
  content: "\ea9b";
}

.cib-cpanel:before {
  content: "\ea9c";
}

.cib-cplusplus:before {
  content: "\ea9d";
}

.cib-creative-commons:before {
  content: "\ea9e";
}

.cib-creative-commons-by:before {
  content: "\ea9f";
}

.cib-creative-commons-nc:before {
  content: "\eaa0";
}

.cib-creative-commons-nc-eu:before {
  content: "\eaa1";
}

.cib-creative-commons-nc-jp:before {
  content: "\eaa2";
}

.cib-creative-commons-nd:before {
  content: "\eaa3";
}

.cib-creative-commons-pd:before {
  content: "\eaa4";
}

.cib-creative-commons-pd-alt:before {
  content: "\eaa5";
}

.cib-creative-commons-remix:before {
  content: "\eaa6";
}

.cib-creative-commons-sa:before {
  content: "\eaa7";
}

.cib-creative-commons-sampling:before {
  content: "\eaa8";
}

.cib-creative-commons-sampling-plus:before {
  content: "\eaa9";
}

.cib-creative-commons-share:before {
  content: "\eaaa";
}

.cib-creative-commons-zero:before {
  content: "\eaab";
}

.cib-crunchbase:before {
  content: "\eaac";
}

.cib-crunchyroll:before {
  content: "\eaad";
}

.cib-css3:before {
  content: "\eaae";
}

.cib-css3-shiled:before {
  content: "\eaaf";
}

.cib-csswizardry:before {
  content: "\eab0";
}

.cib-d3-js:before {
  content: "\eab1";
}

.cib-dailymotion:before {
  content: "\eab2";
}

.cib-dashlane:before {
  content: "\eab3";
}

.cib-dazn:before {
  content: "\eab4";
}

.cib-dblp:before {
  content: "\eab5";
}

.cib-debian:before {
  content: "\eab6";
}

.cib-deepin:before {
  content: "\eab7";
}

.cib-deezer:before {
  content: "\eab8";
}

.cib-delicious:before {
  content: "\eab9";
}

.cib-dell:before {
  content: "\eaba";
}

.cib-deno:before {
  content: "\eabb";
}

.cib-dependabot:before {
  content: "\eabc";
}

.cib-designer-news:before {
  content: "\eabd";
}

.cib-dev-to:before {
  content: "\eabe";
}

.cib-deviantart:before {
  content: "\eabf";
}

.cib-devrant:before {
  content: "\eac0";
}

.cib-diaspora:before {
  content: "\eac1";
}

.cib-digg:before {
  content: "\eac2";
}

.cib-digital-ocean:before {
  content: "\eac3";
}

.cib-discord:before {
  content: "\eac4";
}

.cib-discourse:before {
  content: "\eac5";
}

.cib-discover:before {
  content: "\eac6";
}

.cib-disqus:before {
  content: "\eac7";
}

.cib-disroot:before {
  content: "\eac8";
}

.cib-django:before {
  content: "\eac9";
}

.cib-docker:before {
  content: "\eaca";
}

.cib-docusign:before {
  content: "\eacb";
}

.cib-dot-net:before {
  content: "\eacc";
}

.cib-draugiem-lv:before {
  content: "\eacd";
}

.cib-dribbble:before {
  content: "\eace";
}

.cib-drone:before {
  content: "\eacf";
}

.cib-dropbox:before {
  content: "\ead0";
}

.cib-drupal:before {
  content: "\ead1";
}

.cib-dtube:before {
  content: "\ead2";
}

.cib-duckduckgo:before {
  content: "\ead3";
}

.cib-dynatrace:before {
  content: "\ead4";
}

.cib-ebay:before {
  content: "\ead5";
}

.cib-eclipseide:before {
  content: "\ead6";
}

.cib-elastic:before {
  content: "\ead7";
}

.cib-elastic-cloud:before {
  content: "\ead8";
}

.cib-elastic-search:before {
  content: "\ead9";
}

.cib-elastic-stack:before {
  content: "\eada";
}

.cib-electron:before {
  content: "\eadb";
}

.cib-elementary:before {
  content: "\eadc";
}

.cib-eleventy:before {
  content: "\eadd";
}

.cib-ello:before {
  content: "\eade";
}

.cib-elsevier:before {
  content: "\eadf";
}

.cib-emlakjet:before {
  content: "\eae0";
}

.cib-empirekred:before {
  content: "\eae1";
}

.cib-envato:before {
  content: "\eae2";
}

.cib-epic-games:before {
  content: "\eae3";
}

.cib-epson:before {
  content: "\eae4";
}

.cib-esea:before {
  content: "\eae5";
}

.cib-eslint:before {
  content: "\eae6";
}

.cib-ethereum:before {
  content: "\eae7";
}

.cib-etsy:before {
  content: "\eae8";
}

.cib-event-store:before {
  content: "\eae9";
}

.cib-eventbrite:before {
  content: "\eaea";
}

.cib-evernote:before {
  content: "\eaeb";
}

.cib-everplaces:before {
  content: "\eaec";
}

.cib-evry:before {
  content: "\eaed";
}

.cib-exercism:before {
  content: "\eaee";
}

.cib-experts-exchange:before {
  content: "\eaef";
}

.cib-expo:before {
  content: "\eaf0";
}

.cib-eyeem:before {
  content: "\eaf1";
}

.cib-f-secure:before {
  content: "\eaf2";
}

.cib-facebook:before {
  content: "\eaf3";
}

.cib-facebook-f:before {
  content: "\eaf4";
}

.cib-faceit:before {
  content: "\eaf5";
}

.cib-fandango:before {
  content: "\eaf6";
}

.cib-favro:before {
  content: "\eaf7";
}

.cib-feathub:before {
  content: "\eaf8";
}

.cib-fedex:before {
  content: "\eaf9";
}

.cib-fedora:before {
  content: "\eafa";
}

.cib-feedly:before {
  content: "\eafb";
}

.cib-fido-alliance:before {
  content: "\eafc";
}

.cib-figma:before {
  content: "\eafd";
}

.cib-filezilla:before {
  content: "\eafe";
}

.cib-firebase:before {
  content: "\eaff";
}

.cib-fitbit:before {
  content: "\eb00";
}

.cib-flask:before {
  content: "\eb01";
}

.cib-flattr:before {
  content: "\eb02";
}

.cib-flickr:before {
  content: "\eb03";
}

.cib-flipboard:before {
  content: "\eb04";
}

.cib-flutter:before {
  content: "\eb05";
}

.cib-fnac:before {
  content: "\eb06";
}

.cib-foursquare:before {
  content: "\eb07";
}

.cib-framer:before {
  content: "\eb08";
}

.cib-freebsd:before {
  content: "\eb09";
}

.cib-freecodecamp:before {
  content: "\eb0a";
}

.cib-fur-affinity:before {
  content: "\eb0b";
}

.cib-furry-network:before {
  content: "\eb0c";
}

.cib-garmin:before {
  content: "\eb0d";
}

.cib-gatsby:before {
  content: "\eb0e";
}

.cib-gauges:before {
  content: "\eb0f";
}

.cib-genius:before {
  content: "\eb10";
}

.cib-gentoo:before {
  content: "\eb11";
}

.cib-geocaching:before {
  content: "\eb12";
}

.cib-gerrit:before {
  content: "\eb13";
}

.cib-gg:before {
  content: "\eb14";
}

.cib-ghost:before {
  content: "\eb15";
}

.cib-gimp:before {
  content: "\eb16";
}

.cib-git:before {
  content: "\eb17";
}

.cib-gitea:before {
  content: "\eb18";
}

.cib-github:before {
  content: "\eb19";
}

.cib-gitkraken:before {
  content: "\eb1a";
}

.cib-gitlab:before {
  content: "\eb1b";
}

.cib-gitpod:before {
  content: "\eb1c";
}

.cib-gitter:before {
  content: "\eb1d";
}

.cib-glassdoor:before {
  content: "\eb1e";
}

.cib-glitch:before {
  content: "\eb1f";
}

.cib-gmail:before {
  content: "\eb20";
}

.cib-gnu:before {
  content: "\eb21";
}

.cib-gnu-privacy-guard:before {
  content: "\eb22";
}

.cib-gnu-social:before {
  content: "\eb23";
}

.cib-go:before {
  content: "\eb24";
}

.cib-godot-engine:before {
  content: "\eb25";
}

.cib-gog-com:before {
  content: "\eb26";
}

.cib-goldenline:before {
  content: "\eb27";
}

.cib-goodreads:before {
  content: "\eb28";
}

.cib-google:before {
  content: "\eb29";
}

.cib-google-ads:before {
  content: "\eb2a";
}

.cib-google-allo:before {
  content: "\eb2b";
}

.cib-google-analytics:before {
  content: "\eb2c";
}

.cib-google-chrome:before {
  content: "\eb2d";
}

.cib-google-cloud:before {
  content: "\eb2e";
}

.cib-google-keep:before {
  content: "\eb2f";
}

.cib-google-pay:before {
  content: "\eb30";
}

.cib-google-play:before {
  content: "\eb31";
}

.cib-google-podcasts:before {
  content: "\eb32";
}

.cib-googles-cholar:before {
  content: "\eb33";
}

.cib-gov-uk:before {
  content: "\eb34";
}

.cib-gradle:before {
  content: "\eb35";
}

.cib-grafana:before {
  content: "\eb36";
}

.cib-graphcool:before {
  content: "\eb37";
}

.cib-graphql:before {
  content: "\eb38";
}

.cib-grav:before {
  content: "\eb39";
}

.cib-gravatar:before {
  content: "\eb3a";
}

.cib-greenkeeper:before {
  content: "\eb3b";
}

.cib-greensock:before {
  content: "\eb3c";
}

.cib-groovy:before {
  content: "\eb3d";
}

.cib-groupon:before {
  content: "\eb3e";
}

.cib-grunt:before {
  content: "\eb3f";
}

.cib-gulp:before {
  content: "\eb40";
}

.cib-gumroad:before {
  content: "\eb41";
}

.cib-gumtree:before {
  content: "\eb42";
}

.cib-habr:before {
  content: "\eb43";
}

.cib-hackaday:before {
  content: "\eb44";
}

.cib-hackerearth:before {
  content: "\eb45";
}

.cib-hackerone:before {
  content: "\eb46";
}

.cib-hackerrank:before {
  content: "\eb47";
}

.cib-hackhands:before {
  content: "\eb48";
}

.cib-hackster:before {
  content: "\eb49";
}

.cib-happycow:before {
  content: "\eb4a";
}

.cib-hashnode:before {
  content: "\eb4b";
}

.cib-haskell:before {
  content: "\eb4c";
}

.cib-hatena-bookmark:before {
  content: "\eb4d";
}

.cib-haxe:before {
  content: "\eb4e";
}

.cib-helm:before {
  content: "\eb4f";
}

.cib-here:before {
  content: "\eb50";
}

.cib-heroku:before {
  content: "\eb51";
}

.cib-hexo:before {
  content: "\eb52";
}

.cib-highly:before {
  content: "\eb53";
}

.cib-hipchat:before {
  content: "\eb54";
}

.cib-hitachi:before {
  content: "\eb55";
}

.cib-hockeyapp:before {
  content: "\eb56";
}

.cib-homify:before {
  content: "\eb57";
}

.cib-hootsuite:before {
  content: "\eb58";
}

.cib-hotjar:before {
  content: "\eb59";
}

.cib-houzz:before {
  content: "\eb5a";
}

.cib-hp:before {
  content: "\eb5b";
}

.cib-html5:before {
  content: "\eb5c";
}

.cib-html5-shield:before {
  content: "\eb5d";
}

.cib-htmlacademy:before {
  content: "\eb5e";
}

.cib-huawei:before {
  content: "\eb5f";
}

.cib-hubspot:before {
  content: "\eb60";
}

.cib-hulu:before {
  content: "\eb61";
}

.cib-humble-bundle:before {
  content: "\eb62";
}

.cib-iata:before {
  content: "\eb63";
}

.cib-ibm:before {
  content: "\eb64";
}

.cib-icloud:before {
  content: "\eb65";
}

.cib-iconjar:before {
  content: "\eb66";
}

.cib-icq:before {
  content: "\eb67";
}

.cib-ideal:before {
  content: "\eb68";
}

.cib-ifixit:before {
  content: "\eb69";
}

.cib-imdb:before {
  content: "\eb6a";
}

.cib-indeed:before {
  content: "\eb6b";
}

.cib-inkscape:before {
  content: "\eb6c";
}

.cib-instacart:before {
  content: "\eb6d";
}

.cib-instagram:before {
  content: "\eb6e";
}

.cib-instapaper:before {
  content: "\eb6f";
}

.cib-intel:before {
  content: "\eb70";
}

.cib-intellijidea:before {
  content: "\eb71";
}

.cib-intercom:before {
  content: "\eb72";
}

.cib-internet-explorer:before {
  content: "\eb73";
}

.cib-invision:before {
  content: "\eb74";
}

.cib-ionic:before {
  content: "\eb75";
}

.cib-issuu:before {
  content: "\eb76";
}

.cib-itch-io:before {
  content: "\eb77";
}

.cib-jabber:before {
  content: "\eb78";
}

.cib-java:before {
  content: "\eb79";
}

.cib-javascript:before {
  content: "\eb7a";
}

.cib-jekyll:before {
  content: "\eb7b";
}

.cib-jenkins:before {
  content: "\eb7c";
}

.cib-jest:before {
  content: "\eb7d";
}

.cib-jet:before {
  content: "\eb7e";
}

.cib-jetbrains:before {
  content: "\eb7f";
}

.cib-jira:before {
  content: "\eb80";
}

.cib-joomla:before {
  content: "\eb81";
}

.cib-jquery:before {
  content: "\eb82";
}

.cib-js:before {
  content: "\eb83";
}

.cib-jsdelivr:before {
  content: "\eb84";
}

.cib-jsfiddle:before {
  content: "\eb85";
}

.cib-json:before {
  content: "\eb86";
}

.cib-jupyter:before {
  content: "\eb87";
}

.cib-justgiving:before {
  content: "\eb88";
}

.cib-kaggle:before {
  content: "\eb89";
}

.cib-kaios:before {
  content: "\eb8a";
}

.cib-kaspersky:before {
  content: "\eb8b";
}

.cib-kentico:before {
  content: "\eb8c";
}

.cib-keras:before {
  content: "\eb8d";
}

.cib-keybase:before {
  content: "\eb8e";
}

.cib-keycdn:before {
  content: "\eb8f";
}

.cib-khan-academy:before {
  content: "\eb90";
}

.cib-kibana:before {
  content: "\eb91";
}

.cib-kickstarter:before {
  content: "\eb92";
}

.cib-kik:before {
  content: "\eb93";
}

.cib-kirby:before {
  content: "\eb94";
}

.cib-klout:before {
  content: "\eb95";
}

.cib-known:before {
  content: "\eb96";
}

.cib-ko-fi:before {
  content: "\eb97";
}

.cib-kodi:before {
  content: "\eb98";
}

.cib-koding:before {
  content: "\eb99";
}

.cib-kotlin:before {
  content: "\eb9a";
}

.cib-krita:before {
  content: "\eb9b";
}

.cib-kubernetes:before {
  content: "\eb9c";
}

.cib-lanyrd:before {
  content: "\eb9d";
}

.cib-laravel:before {
  content: "\eb9e";
}

.cib-laravel-horizon:before {
  content: "\eb9f";
}

.cib-laravel-nova:before {
  content: "\eba0";
}

.cib-last-fm:before {
  content: "\eba1";
}

.cib-latex:before {
  content: "\eba2";
}

.cib-launchpad:before {
  content: "\eba3";
}

.cib-leetcode:before {
  content: "\eba4";
}

.cib-lenovo:before {
  content: "\eba5";
}

.cib-less:before {
  content: "\eba6";
}

.cib-lets-encrypt:before {
  content: "\eba7";
}

.cib-letterboxd:before {
  content: "\eba8";
}

.cib-lgtm:before {
  content: "\eba9";
}

.cib-liberapay:before {
  content: "\ebaa";
}

.cib-librarything:before {
  content: "\ebab";
}

.cib-libreoffice:before {
  content: "\ebac";
}

.cib-line:before {
  content: "\ebad";
}

.cib-linkedin:before {
  content: "\ebae";
}

.cib-linkedin-in:before {
  content: "\ebaf";
}

.cib-linux:before {
  content: "\ebb0";
}

.cib-linux-foundation:before {
  content: "\ebb1";
}

.cib-linux-mint:before {
  content: "\ebb2";
}

.cib-livejournal:before {
  content: "\ebb3";
}

.cib-livestream:before {
  content: "\ebb4";
}

.cib-logstash:before {
  content: "\ebb5";
}

.cib-lua:before {
  content: "\ebb6";
}

.cib-lumen:before {
  content: "\ebb7";
}

.cib-lyft:before {
  content: "\ebb8";
}

.cib-macys:before {
  content: "\ebb9";
}

.cib-magento:before {
  content: "\ebba";
}

.cib-magisk:before {
  content: "\ebbb";
}

.cib-mail-ru:before {
  content: "\ebbc";
}

.cib-mailchimp:before {
  content: "\ebbd";
}

.cib-makerbot:before {
  content: "\ebbe";
}

.cib-manjaro:before {
  content: "\ebbf";
}

.cib-markdown:before {
  content: "\ebc0";
}

.cib-marketo:before {
  content: "\ebc1";
}

.cib-mastercard:before {
  content: "\ebc2";
}

.cib-mastodon:before {
  content: "\ebc3";
}

.cib-material-design:before {
  content: "\ebc4";
}

.cib-mathworks:before {
  content: "\ebc5";
}

.cib-matrix:before {
  content: "\ebc6";
}

.cib-mattermost:before {
  content: "\ebc7";
}

.cib-matternet:before {
  content: "\ebc8";
}

.cib-maxcdn:before {
  content: "\ebc9";
}

.cib-mcafee:before {
  content: "\ebca";
}

.cib-media-temple:before {
  content: "\ebcb";
}

.cib-mediafire:before {
  content: "\ebcc";
}

.cib-medium:before {
  content: "\ebcd";
}

.cib-medium-m:before {
  content: "\ebce";
}

.cib-meetup:before {
  content: "\ebcf";
}

.cib-mega:before {
  content: "\ebd0";
}

.cib-mendeley:before {
  content: "\ebd1";
}

.cib-messenger:before {
  content: "\ebd2";
}

.cib-meteor:before {
  content: "\ebd3";
}

.cib-micro-blog:before {
  content: "\ebd4";
}

.cib-microgenetics:before {
  content: "\ebd5";
}

.cib-microsoft:before {
  content: "\ebd6";
}

.cib-microsoft-edge:before {
  content: "\ebd7";
}

.cib-minetest:before {
  content: "\ebd8";
}

.cib-minutemailer:before {
  content: "\ebd9";
}

.cib-mix:before {
  content: "\ebda";
}

.cib-mixcloud:before {
  content: "\ebdb";
}

.cib-mixer:before {
  content: "\ebdc";
}

.cib-mojang:before {
  content: "\ebdd";
}

.cib-monero:before {
  content: "\ebde";
}

.cib-mongodb:before {
  content: "\ebdf";
}

.cib-monkeytie:before {
  content: "\ebe0";
}

.cib-monogram:before {
  content: "\ebe1";
}

.cib-monzo:before {
  content: "\ebe2";
}

.cib-moo:before {
  content: "\ebe3";
}

.cib-mozilla:before {
  content: "\ebe4";
}

.cib-mozilla-firefox:before {
  content: "\ebe5";
}

.cib-musescore:before {
  content: "\ebe6";
}

.cib-mxlinux:before {
  content: "\ebe7";
}

.cib-myspace:before {
  content: "\ebe8";
}

.cib-mysql:before {
  content: "\ebe9";
}

.cib-nativescript:before {
  content: "\ebea";
}

.cib-nec:before {
  content: "\ebeb";
}

.cib-neo4j:before {
  content: "\ebec";
}

.cib-netflix:before {
  content: "\ebed";
}

.cib-netlify:before {
  content: "\ebee";
}

.cib-next-js:before {
  content: "\ebef";
}

.cib-nextcloud:before {
  content: "\ebf0";
}

.cib-nextdoor:before {
  content: "\ebf1";
}

.cib-nginx:before {
  content: "\ebf2";
}

.cib-nim:before {
  content: "\ebf3";
}

.cib-nintendo:before {
  content: "\ebf4";
}

.cib-nintendo-3ds:before {
  content: "\ebf5";
}

.cib-nintendo-gamecube:before {
  content: "\ebf6";
}

.cib-nintendo-switch:before {
  content: "\ebf7";
}

.cib-node-js:before {
  content: "\ebf8";
}

.cib-node-red:before {
  content: "\ebf9";
}

.cib-nodemon:before {
  content: "\ebfa";
}

.cib-nokia:before {
  content: "\ebfb";
}

.cib-notion:before {
  content: "\ebfc";
}

.cib-npm:before {
  content: "\ebfd";
}

.cib-nucleo:before {
  content: "\ebfe";
}

.cib-nuget:before {
  content: "\ebff";
}

.cib-nuxt-js:before {
  content: "\ec00";
}

.cib-nvidia:before {
  content: "\ec01";
}

.cib-ocaml:before {
  content: "\ec02";
}

.cib-octave:before {
  content: "\ec03";
}

.cib-octopus-deploy:before {
  content: "\ec04";
}

.cib-oculus:before {
  content: "\ec05";
}

.cib-odnoklassniki:before {
  content: "\ec06";
}

.cib-open-access:before {
  content: "\ec07";
}

.cib-open-collective:before {
  content: "\ec08";
}

.cib-open-id:before {
  content: "\ec09";
}

.cib-open-source-initiative:before {
  content: "\ec0a";
}

.cib-openstreetmap:before {
  content: "\ec0b";
}

.cib-opensuse:before {
  content: "\ec0c";
}

.cib-openvpn:before {
  content: "\ec0d";
}

.cib-opera:before {
  content: "\ec0e";
}

.cib-opsgenie:before {
  content: "\ec0f";
}

.cib-oracle:before {
  content: "\ec10";
}

.cib-oracle-netsuite:before {
  content: "\ec11";
}

.cib-orcid:before {
  content: "\ec12";
}

.cib-origin:before {
  content: "\ec13";
}

.cib-osi:before {
  content: "\ec14";
}

.cib-osmc:before {
  content: "\ec15";
}

.cib-overcast:before {
  content: "\ec16";
}

.cib-overleaf:before {
  content: "\ec17";
}

.cib-ovh:before {
  content: "\ec18";
}

.cib-pagekit:before {
  content: "\ec19";
}

.cib-palantir:before {
  content: "\ec1a";
}

.cib-pandora:before {
  content: "\ec1b";
}

.cib-pantheon:before {
  content: "\ec1c";
}

.cib-patreon:before {
  content: "\ec1d";
}

.cib-paypal:before {
  content: "\ec1e";
}

.cib-periscope:before {
  content: "\ec1f";
}

.cib-php:before {
  content: "\ec20";
}

.cib-picarto-tv:before {
  content: "\ec21";
}

.cib-pinboard:before {
  content: "\ec22";
}

.cib-pingdom:before {
  content: "\ec23";
}

.cib-pingup:before {
  content: "\ec24";
}

.cib-pinterest:before {
  content: "\ec25";
}

.cib-pinterest-p:before {
  content: "\ec26";
}

.cib-pivotaltracker:before {
  content: "\ec27";
}

.cib-plangrid:before {
  content: "\ec28";
}

.cib-player-me:before {
  content: "\ec29";
}

.cib-playerfm:before {
  content: "\ec2a";
}

.cib-playstation:before {
  content: "\ec2b";
}

.cib-playstation3:before {
  content: "\ec2c";
}

.cib-playstation4:before {
  content: "\ec2d";
}

.cib-plesk:before {
  content: "\ec2e";
}

.cib-plex:before {
  content: "\ec2f";
}

.cib-pluralsight:before {
  content: "\ec30";
}

.cib-plurk:before {
  content: "\ec31";
}

.cib-pocket:before {
  content: "\ec32";
}

.cib-postgresql:before {
  content: "\ec33";
}

.cib-postman:before {
  content: "\ec34";
}

.cib-postwoman:before {
  content: "\ec35";
}

.cib-powershell:before {
  content: "\ec36";
}

.cib-prettier:before {
  content: "\ec37";
}

.cib-prismic:before {
  content: "\ec38";
}

.cib-probot:before {
  content: "\ec39";
}

.cib-processwire:before {
  content: "\ec3a";
}

.cib-product-hunt:before {
  content: "\ec3b";
}

.cib-proto-io:before {
  content: "\ec3c";
}

.cib-protonmail:before {
  content: "\ec3d";
}

.cib-proxmox:before {
  content: "\ec3e";
}

.cib-pypi:before {
  content: "\ec3f";
}

.cib-python:before {
  content: "\ec40";
}

.cib-pytorch:before {
  content: "\ec41";
}

.cib-qgis:before {
  content: "\ec42";
}

.cib-qiita:before {
  content: "\ec43";
}

.cib-qq:before {
  content: "\ec44";
}

.cib-qualcomm:before {
  content: "\ec45";
}

.cib-quantcast:before {
  content: "\ec46";
}

.cib-quantopian:before {
  content: "\ec47";
}

.cib-quarkus:before {
  content: "\ec48";
}

.cib-quora:before {
  content: "\ec49";
}

.cib-qwiklabs:before {
  content: "\ec4a";
}

.cib-qzone:before {
  content: "\ec4b";
}

.cib-r:before {
  content: "\ec4c";
}

.cib-radiopublic:before {
  content: "\ec4d";
}

.cib-rails:before {
  content: "\ec4e";
}

.cib-raspberry-pi:before {
  content: "\ec4f";
}

.cib-react:before {
  content: "\ec50";
}

.cib-read-the-docs:before {
  content: "\ec51";
}

.cib-readme:before {
  content: "\ec52";
}

.cib-realm:before {
  content: "\ec53";
}

.cib-reason:before {
  content: "\ec54";
}

.cib-redbubble:before {
  content: "\ec55";
}

.cib-reddit:before {
  content: "\ec56";
}

.cib-reddit-alt:before {
  content: "\ec57";
}

.cib-redhat:before {
  content: "\ec58";
}

.cib-redis:before {
  content: "\ec59";
}

.cib-redux:before {
  content: "\ec5a";
}

.cib-renren:before {
  content: "\ec5b";
}

.cib-reverbnation:before {
  content: "\ec5c";
}

.cib-riot:before {
  content: "\ec5d";
}

.cib-ripple:before {
  content: "\ec5e";
}

.cib-riseup:before {
  content: "\ec5f";
}

.cib-rollup-js:before {
  content: "\ec60";
}

.cib-roots:before {
  content: "\ec61";
}

.cib-roundcube:before {
  content: "\ec62";
}

.cib-rss:before {
  content: "\ec63";
}

.cib-rstudio:before {
  content: "\ec64";
}

.cib-ruby:before {
  content: "\ec65";
}

.cib-rubygems:before {
  content: "\ec66";
}

.cib-runkeeper:before {
  content: "\ec67";
}

.cib-rust:before {
  content: "\ec68";
}

.cib-safari:before {
  content: "\ec69";
}

.cib-sahibinden:before {
  content: "\ec6a";
}

.cib-salesforce:before {
  content: "\ec6b";
}

.cib-saltstack:before {
  content: "\ec6c";
}

.cib-samsung:before {
  content: "\ec6d";
}

.cib-samsung-pay:before {
  content: "\ec6e";
}

.cib-sap:before {
  content: "\ec6f";
}

.cib-sass:before {
  content: "\ec70";
}

.cib-sass-alt:before {
  content: "\ec71";
}

.cib-saucelabs:before {
  content: "\ec72";
}

.cib-scala:before {
  content: "\ec73";
}

.cib-scaleway:before {
  content: "\ec74";
}

.cib-scribd:before {
  content: "\ec75";
}

.cib-scrutinizerci:before {
  content: "\ec76";
}

.cib-seagate:before {
  content: "\ec77";
}

.cib-sega:before {
  content: "\ec78";
}

.cib-sellfy:before {
  content: "\ec79";
}

.cib-semaphoreci:before {
  content: "\ec7a";
}

.cib-sensu:before {
  content: "\ec7b";
}

.cib-sentry:before {
  content: "\ec7c";
}

.cib-server-fault:before {
  content: "\ec7d";
}

.cib-shazam:before {
  content: "\ec7e";
}

.cib-shell:before {
  content: "\ec7f";
}

.cib-shopify:before {
  content: "\ec80";
}

.cib-showpad:before {
  content: "\ec81";
}

.cib-siemens:before {
  content: "\ec82";
}

.cib-signal:before {
  content: "\ec83";
}

.cib-sina-weibo:before {
  content: "\ec84";
}

.cib-sitepoint:before {
  content: "\ec85";
}

.cib-sketch:before {
  content: "\ec86";
}

.cib-skillshare:before {
  content: "\ec87";
}

.cib-skyliner:before {
  content: "\ec88";
}

.cib-skype:before {
  content: "\ec89";
}

.cib-slack:before {
  content: "\ec8a";
}

.cib-slashdot:before {
  content: "\ec8b";
}

.cib-slickpic:before {
  content: "\ec8c";
}

.cib-slides:before {
  content: "\ec8d";
}

.cib-slideshare:before {
  content: "\ec8e";
}

.cib-smashingmagazine:before {
  content: "\ec8f";
}

.cib-snapchat:before {
  content: "\ec90";
}

.cib-snapcraft:before {
  content: "\ec91";
}

.cib-snyk:before {
  content: "\ec92";
}

.cib-society6:before {
  content: "\ec93";
}

.cib-socket-io:before {
  content: "\ec94";
}

.cib-sogou:before {
  content: "\ec95";
}

.cib-solus:before {
  content: "\ec96";
}

.cib-songkick:before {
  content: "\ec97";
}

.cib-sonos:before {
  content: "\ec98";
}

.cib-soundcloud:before {
  content: "\ec99";
}

.cib-sourceforge:before {
  content: "\ec9a";
}

.cib-sourcegraph:before {
  content: "\ec9b";
}

.cib-spacemacs:before {
  content: "\ec9c";
}

.cib-spacex:before {
  content: "\ec9d";
}

.cib-sparkfun:before {
  content: "\ec9e";
}

.cib-sparkpost:before {
  content: "\ec9f";
}

.cib-spdx:before {
  content: "\eca0";
}

.cib-speaker-deck:before {
  content: "\eca1";
}

.cib-spectrum:before {
  content: "\eca2";
}

.cib-spotify:before {
  content: "\eca3";
}

.cib-spotlight:before {
  content: "\eca4";
}

.cib-spreaker:before {
  content: "\eca5";
}

.cib-spring:before {
  content: "\eca6";
}

.cib-sprint:before {
  content: "\eca7";
}

.cib-squarespace:before {
  content: "\eca8";
}

.cib-stackbit:before {
  content: "\eca9";
}

.cib-stackexchange:before {
  content: "\ecaa";
}

.cib-stackoverflow:before {
  content: "\ecab";
}

.cib-stackpath:before {
  content: "\ecac";
}

.cib-stackshare:before {
  content: "\ecad";
}

.cib-stadia:before {
  content: "\ecae";
}

.cib-statamic:before {
  content: "\ecaf";
}

.cib-staticman:before {
  content: "\ecb0";
}

.cib-statuspage:before {
  content: "\ecb1";
}

.cib-steam:before {
  content: "\ecb2";
}

.cib-steem:before {
  content: "\ecb3";
}

.cib-steemit:before {
  content: "\ecb4";
}

.cib-stitcher:before {
  content: "\ecb5";
}

.cib-storify:before {
  content: "\ecb6";
}

.cib-storybook:before {
  content: "\ecb7";
}

.cib-strapi:before {
  content: "\ecb8";
}

.cib-strava:before {
  content: "\ecb9";
}

.cib-stripe:before {
  content: "\ecba";
}

.cib-stripe-s:before {
  content: "\ecbb";
}

.cib-stubhub:before {
  content: "\ecbc";
}

.cib-stumbleupon:before {
  content: "\ecbd";
}

.cib-styleshare:before {
  content: "\ecbe";
}

.cib-stylus:before {
  content: "\ecbf";
}

.cib-sublime-text:before {
  content: "\ecc0";
}

.cib-subversion:before {
  content: "\ecc1";
}

.cib-superuser:before {
  content: "\ecc2";
}

.cib-svelte:before {
  content: "\ecc3";
}

.cib-svg:before {
  content: "\ecc4";
}

.cib-swagger:before {
  content: "\ecc5";
}

.cib-swarm:before {
  content: "\ecc6";
}

.cib-swift:before {
  content: "\ecc7";
}

.cib-symantec:before {
  content: "\ecc8";
}

.cib-symfony:before {
  content: "\ecc9";
}

.cib-synology:before {
  content: "\ecca";
}

.cib-t-mobile:before {
  content: "\eccb";
}

.cib-tableau:before {
  content: "\eccc";
}

.cib-tails:before {
  content: "\eccd";
}

.cib-tapas:before {
  content: "\ecce";
}

.cib-teamviewer:before {
  content: "\eccf";
}

.cib-ted:before {
  content: "\ecd0";
}

.cib-teespring:before {
  content: "\ecd1";
}

.cib-telegram:before {
  content: "\ecd2";
}

.cib-telegram-plane:before {
  content: "\ecd3";
}

.cib-tencent-qq:before {
  content: "\ecd4";
}

.cib-tencent-weibo:before {
  content: "\ecd5";
}

.cib-tensorflow:before {
  content: "\ecd6";
}

.cib-terraform:before {
  content: "\ecd7";
}

.cib-tesla:before {
  content: "\ecd8";
}

.cib-the-mighty:before {
  content: "\ecd9";
}

.cib-the-movie-database:before {
  content: "\ecda";
}

.cib-tidal:before {
  content: "\ecdb";
}

.cib-tiktok:before {
  content: "\ecdc";
}

.cib-tinder:before {
  content: "\ecdd";
}

.cib-todoist:before {
  content: "\ecde";
}

.cib-toggl:before {
  content: "\ecdf";
}

.cib-topcoder:before {
  content: "\ece0";
}

.cib-toptal:before {
  content: "\ece1";
}

.cib-tor:before {
  content: "\ece2";
}

.cib-toshiba:before {
  content: "\ece3";
}

.cib-trainerroad:before {
  content: "\ece4";
}

.cib-trakt:before {
  content: "\ece5";
}

.cib-travisci:before {
  content: "\ece6";
}

.cib-treehouse:before {
  content: "\ece7";
}

.cib-trello:before {
  content: "\ece8";
}

.cib-tripadvisor:before {
  content: "\ece9";
}

.cib-trulia:before {
  content: "\ecea";
}

.cib-tumblr:before {
  content: "\eceb";
}

.cib-twilio:before {
  content: "\ecec";
}

.cib-twitch:before {
  content: "\eced";
}

.cib-twitter:before {
  content: "\ecee";
}

.cib-twoo:before {
  content: "\ecef";
}

.cib-typescript:before {
  content: "\ecf0";
}

.cib-typo3:before {
  content: "\ecf1";
}

.cib-uber:before {
  content: "\ecf2";
}

.cib-ubisoft:before {
  content: "\ecf3";
}

.cib-ublock-origin:before {
  content: "\ecf4";
}

.cib-ubuntu:before {
  content: "\ecf5";
}

.cib-udacity:before {
  content: "\ecf6";
}

.cib-udemy:before {
  content: "\ecf7";
}

.cib-uikit:before {
  content: "\ecf8";
}

.cib-umbraco:before {
  content: "\ecf9";
}

.cib-unity:before {
  content: "\ecfa";
}

.cib-unreal-engine:before {
  content: "\ecfb";
}

.cib-unsplash:before {
  content: "\ecfc";
}

.cib-untappd:before {
  content: "\ecfd";
}

.cib-upwork:before {
  content: "\ecfe";
}

.cib-usb:before {
  content: "\ecff";
}

.cib-v8:before {
  content: "\ed00";
}

.cib-vagrant:before {
  content: "\ed01";
}

.cib-venmo:before {
  content: "\ed02";
}

.cib-verizon:before {
  content: "\ed03";
}

.cib-viadeo:before {
  content: "\ed04";
}

.cib-viber:before {
  content: "\ed05";
}

.cib-vim:before {
  content: "\ed06";
}

.cib-vimeo:before {
  content: "\ed07";
}

.cib-vimeo-v:before {
  content: "\ed08";
}

.cib-vine:before {
  content: "\ed09";
}

.cib-virb:before {
  content: "\ed0a";
}

.cib-visa:before {
  content: "\ed0b";
}

.cib-visual-studio:before {
  content: "\ed0c";
}

.cib-visual-studio-code:before {
  content: "\ed0d";
}

.cib-vk:before {
  content: "\ed0e";
}

.cib-vlc:before {
  content: "\ed0f";
}

.cib-vsco:before {
  content: "\ed10";
}

.cib-vue-js:before {
  content: "\ed11";
}

.cib-wattpad:before {
  content: "\ed12";
}

.cib-weasyl:before {
  content: "\ed13";
}

.cib-webcomponents-org:before {
  content: "\ed14";
}

.cib-webpack:before {
  content: "\ed15";
}

.cib-webstorm:before {
  content: "\ed16";
}

.cib-wechat:before {
  content: "\ed17";
}

.cib-whatsapp:before {
  content: "\ed18";
}

.cib-when-i-work:before {
  content: "\ed19";
}

.cib-wii:before {
  content: "\ed1a";
}

.cib-wiiu:before {
  content: "\ed1b";
}

.cib-wikipedia:before {
  content: "\ed1c";
}

.cib-windows:before {
  content: "\ed1d";
}

.cib-wire:before {
  content: "\ed1e";
}

.cib-wireguard:before {
  content: "\ed1f";
}

.cib-wix:before {
  content: "\ed20";
}

.cib-wolfram:before {
  content: "\ed21";
}

.cib-wolfram-language:before {
  content: "\ed22";
}

.cib-wolfram-mathematica:before {
  content: "\ed23";
}

.cib-wordpress:before {
  content: "\ed24";
}

.cib-wpengine:before {
  content: "\ed25";
}

.cib-x-pack:before {
  content: "\ed26";
}

.cib-xbox:before {
  content: "\ed27";
}

.cib-xcode:before {
  content: "\ed28";
}

.cib-xero:before {
  content: "\ed29";
}

.cib-xiaomi:before {
  content: "\ed2a";
}

.cib-xing:before {
  content: "\ed2b";
}

.cib-xrp:before {
  content: "\ed2c";
}

.cib-xsplit:before {
  content: "\ed2d";
}

.cib-y-combinator:before {
  content: "\ed2e";
}

.cib-yahoo:before {
  content: "\ed2f";
}

.cib-yammer:before {
  content: "\ed30";
}

.cib-yandex:before {
  content: "\ed31";
}

.cib-yarn:before {
  content: "\ed32";
}

.cib-yelp:before {
  content: "\ed33";
}

.cib-youtube:before {
  content: "\ed34";
}

.cib-zalando:before {
  content: "\ed35";
}

.cib-zapier:before {
  content: "\ed36";
}

.cib-zeit:before {
  content: "\ed37";
}

.cib-zendesk:before {
  content: "\ed38";
}

.cib-zerply:before {
  content: "\ed39";
}

.cib-zillow:before {
  content: "\ed3a";
}

.cib-zingat:before {
  content: "\ed3b";
}

.cib-zoom:before {
  content: "\ed3c";
}

.cib-zorin:before {
  content: "\ed3d";
}

.cib-zulip:before {
  content: "\ed3e";
}
@charset "UTF-8";
/*!
 * CoreUI Icons PRO - Duotone
 * @version v3.0.0
 * @link https://coreui.io/icons/
 * Copyright (c) 2023 creativeLabs Łukasz Holeczek
 * License (https://coreui.io/icons/license/)
 */
[class^=cid-], [class*=" cid-"] {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.cid-3d {
  background-image: url(/build/images/cid-3d.f7faee80.svg);
}

.cid-3d-rotate {
  background-image: url(/build/images/cid-3d-rotate.0d0a088b.svg);
}

.cid-4k {
  background-image: url(/build/images/cid-4k.e613046e.svg);
}

.cid-accessible {
  background-image: url(/build/images/cid-accessible.2a5542d2.svg);
}

.cid-account-logout {
  background-image: url(/build/images/cid-account-logout.21d45745.svg);
}

.cid-action-redo {
  background-image: url(/build/images/cid-action-redo.3bcf02a8.svg);
}

.cid-action-undo {
  background-image: url(/build/images/cid-action-undo.d7e8c943.svg);
}

.cid-address-book {
  background-image: url(/build/images/cid-address-book.1300b419.svg);
}

.cid-address-card {
  background-image: url(/build/images/cid-address-card.9659edd2.svg);
}

.cid-airplane-mode {
  background-image: url(/build/images/cid-airplane-mode.8937e753.svg);
}

.cid-airplane-mode-off {
  background-image: url(/build/images/cid-airplane-mode-off.93a091f6.svg);
}

.cid-airplay {
  background-image: url(/build/images/cid-airplay.bdaf7288.svg);
}

.cid-alarm {
  background-image: url(/build/images/cid-alarm.bccde39b.svg);
}

.cid-alarm-add {
  background-image: url(/build/images/cid-alarm-add.419adcad.svg);
}

.cid-alarm-off {
  background-image: url(/build/images/cid-alarm-off.0c6c30f1.svg);
}

.cid-alarm-on {
  background-image: url(/build/images/cid-alarm-on.529bffae.svg);
}

.cid-alarm-snooze {
  background-image: url(/build/images/cid-alarm-snooze.b7df4be4.svg);
}

.cid-album {
  background-image: url(/build/images/cid-album.2a2c1381.svg);
}

.cid-align-center {
  background-image: url(/build/images/cid-align-center.a32a461d.svg);
}

.cid-align-left {
  background-image: url(/build/images/cid-align-left.4b7898ae.svg);
}

.cid-align-right {
  background-image: url(/build/images/cid-align-right.bb9569f0.svg);
}

.cid-american-football {
  background-image: url(/build/images/cid-american-football.444d3241.svg);
}

.cid-animal {
  background-image: url(/build/images/cid-animal.f30043ad.svg);
}

.cid-aperture {
  background-image: url(/build/images/cid-aperture.1972e358.svg);
}

.cid-apple {
  background-image: url(/build/images/cid-apple.a648829e.svg);
}

.cid-applications {
  background-image: url(/build/images/cid-applications.b84c7938.svg);
}

.cid-applications-settings {
  background-image: url(/build/images/cid-applications-settings.916ce0c0.svg);
}

.cid-apps {
  background-image: url(/build/images/cid-apps.b84c7938.svg);
}

.cid-apps-settings {
  background-image: url(/build/images/cid-apps-settings.916ce0c0.svg);
}

.cid-archive {
  background-image: url(/build/images/cid-archive.ac45a013.svg);
}

.cid-arrow-circle-bottom {
  background-image: url(/build/images/cid-arrow-circle-bottom.53647fb1.svg);
}

.cid-arrow-circle-left {
  background-image: url(/build/images/cid-arrow-circle-left.43c09de6.svg);
}

.cid-arrow-circle-right {
  background-image: url(/build/images/cid-arrow-circle-right.43cac4d0.svg);
}

.cid-arrow-circle-top {
  background-image: url(/build/images/cid-arrow-circle-top.9fd4b21c.svg);
}

.cid-arrow-thick-circle-down {
  background-image: url(/build/images/cid-arrow-thick-circle-down.55635b12.svg);
}

.cid-arrow-thick-circle-left {
  background-image: url(/build/images/cid-arrow-thick-circle-left.4e6b2b70.svg);
}

.cid-arrow-thick-circle-right {
  background-image: url(/build/images/cid-arrow-thick-circle-right.b9a4af69.svg);
}

.cid-arrow-thick-circle-up {
  background-image: url(/build/images/cid-arrow-thick-circle-up.cb992594.svg);
}

.cid-arrow-thick-from-bottom {
  background-image: url(/build/images/cid-arrow-thick-from-bottom.666ba1e1.svg);
}

.cid-arrow-thick-from-left {
  background-image: url(/build/images/cid-arrow-thick-from-left.731917ad.svg);
}

.cid-arrow-thick-from-right {
  background-image: url(/build/images/cid-arrow-thick-from-right.2e897b23.svg);
}

.cid-arrow-thick-from-top {
  background-image: url(/build/images/cid-arrow-thick-from-top.3dc2ebc3.svg);
}

.cid-arrow-thick-square-down {
  background-image: url(/build/images/cid-arrow-thick-square-down.73a5fd91.svg);
}

.cid-arrow-thick-square-left {
  background-image: url(/build/images/cid-arrow-thick-square-left.a162a0fa.svg);
}

.cid-arrow-thick-square-right {
  background-image: url(/build/images/cid-arrow-thick-square-right.ab207887.svg);
}

.cid-arrow-thick-square-up {
  background-image: url(/build/images/cid-arrow-thick-square-up.5c3a5658.svg);
}

.cid-arrow-thick-to-bottom {
  background-image: url(/build/images/cid-arrow-thick-to-bottom.649b07cd.svg);
}

.cid-arrow-thick-to-left {
  background-image: url(/build/images/cid-arrow-thick-to-left.072fc4a6.svg);
}

.cid-arrow-thick-to-right {
  background-image: url(/build/images/cid-arrow-thick-to-right.5382dbef.svg);
}

.cid-arrow-thick-to-top {
  background-image: url(/build/images/cid-arrow-thick-to-top.15f0322c.svg);
}

.cid-art-track {
  background-image: url(/build/images/cid-art-track.2eea2783.svg);
}

.cid-aspect-ratio {
  background-image: url(/build/images/cid-aspect-ratio.c892842c.svg);
}

.cid-assistive-listening-system {
  background-image: url(/build/images/cid-assistive-listening-system.1ec95d88.svg);
}

.cid-asterisk-circle {
  background-image: url(/build/images/cid-asterisk-circle.b4b14dad.svg);
}

.cid-at {
  background-image: url(/build/images/cid-at.454265b3.svg);
}

.cid-audio {
  background-image: url(/build/images/cid-audio.5a4f5c76.svg);
}

.cid-audio-description {
  background-image: url(/build/images/cid-audio-description.938d5712.svg);
}

.cid-audio-spectrum {
  background-image: url(/build/images/cid-audio-spectrum.2a1c6d96.svg);
}

.cid-av-timer {
  background-image: url(/build/images/cid-av-timer.9568fc89.svg);
}

.cid-baby {
  background-image: url(/build/images/cid-baby.e67bb483.svg);
}

.cid-baby-carriage {
  background-image: url(/build/images/cid-baby-carriage.fb0fdb5d.svg);
}

.cid-backspace {
  background-image: url(/build/images/cid-backspace.ed3a89fb.svg);
}

.cid-badge {
  background-image: url(/build/images/cid-badge.55a4573e.svg);
}

.cid-balance-scale {
  background-image: url(/build/images/cid-balance-scale.d757aeca.svg);
}

.cid-balance-scale-left {
  background-image: url(/build/images/cid-balance-scale-left.6b090d28.svg);
}

.cid-balance-scale-right {
  background-image: url(/build/images/cid-balance-scale-right.641725c2.svg);
}

.cid-ban {
  background-image: url(/build/images/cid-ban.184b5d8f.svg);
}

.cid-bank {
  background-image: url(/build/images/cid-bank.84f34f1d.svg);
}

.cid-bar-chart {
  background-image: url(/build/images/cid-bar-chart.d5cd5b32.svg);
}

.cid-barcode {
  background-image: url(/build/images/cid-barcode.16c2dcc4.svg);
}

.cid-baseball {
  background-image: url(/build/images/cid-baseball.5242dbbb.svg);
}

.cid-basket {
  background-image: url(/build/images/cid-basket.4eca50cf.svg);
}

.cid-basket-arrow-down {
  background-image: url(/build/images/cid-basket-arrow-down.534c002e.svg);
}

.cid-basket-loaded {
  background-image: url(/build/images/cid-basket-loaded.657f4887.svg);
}

.cid-basket-plus {
  background-image: url(/build/images/cid-basket-plus.97edfcc0.svg);
}

.cid-basketball {
  background-image: url(/build/images/cid-basketball.83e4558e.svg);
}

.cid-bath {
  background-image: url(/build/images/cid-bath.08abda27.svg);
}

.cid-bathroom {
  background-image: url(/build/images/cid-bathroom.08abda27.svg);
}

.cid-battery-0 {
  background-image: url(/build/images/cid-battery-0.78f2b30f.svg);
}

.cid-battery-1 {
  background-image: url(/build/images/cid-battery-1.54c7a60e.svg);
}

.cid-battery-2 {
  background-image: url(/build/images/cid-battery-2.8e706e53.svg);
}

.cid-battery-3 {
  background-image: url(/build/images/cid-battery-3.f625324b.svg);
}

.cid-battery-4 {
  background-image: url(/build/images/cid-battery-4.66bd6a43.svg);
}

.cid-battery-5 {
  background-image: url(/build/images/cid-battery-5.7a9725f5.svg);
}

.cid-battery-alert {
  background-image: url(/build/images/cid-battery-alert.d3ff32ff.svg);
}

.cid-battery-alt-0 {
  background-image: url(/build/images/cid-battery-alt-0.a01e8a4a.svg);
}

.cid-battery-alt-1 {
  background-image: url(/build/images/cid-battery-alt-1.180d84a1.svg);
}

.cid-battery-alt-2 {
  background-image: url(/build/images/cid-battery-alt-2.bdc158df.svg);
}

.cid-battery-alt-3 {
  background-image: url(/build/images/cid-battery-alt-3.c08234a2.svg);
}

.cid-battery-alt-empty {
  background-image: url(/build/images/cid-battery-alt-empty.a01e8a4a.svg);
}

.cid-battery-alt-full {
  background-image: url(/build/images/cid-battery-alt-full.c08234a2.svg);
}

.cid-battery-alt-slash {
  background-image: url(/build/images/cid-battery-alt-slash.5cf1c586.svg);
}

.cid-battery-charge {
  background-image: url(/build/images/cid-battery-charge.ef9f2e7a.svg);
}

.cid-battery-empty {
  background-image: url(/build/images/cid-battery-empty.78f2b30f.svg);
}

.cid-battery-full {
  background-image: url(/build/images/cid-battery-full.7a9725f5.svg);
}

.cid-battery-slash {
  background-image: url(/build/images/cid-battery-slash.7c02a1e7.svg);
}

.cid-battery-unknown {
  background-image: url(/build/images/cid-battery-unknown.1cdcd97a.svg);
}

.cid-battery-x {
  background-image: url(/build/images/cid-battery-x.78f2b30f.svg);
}

.cid-beach-access {
  background-image: url(/build/images/cid-beach-access.84fdf676.svg);
}

.cid-beaker {
  background-image: url(/build/images/cid-beaker.43e472c0.svg);
}

.cid-bed {
  background-image: url(/build/images/cid-bed.ab134e02.svg);
}

.cid-bell {
  background-image: url(/build/images/cid-bell.6c140dc1.svg);
}

.cid-bell-exclamation {
  background-image: url(/build/images/cid-bell-exclamation.b32fcf21.svg);
}

.cid-bell-plus {
  background-image: url(/build/images/cid-bell-plus.e08afdcb.svg);
}

.cid-bell-ring {
  background-image: url(/build/images/cid-bell-ring.727ff24b.svg);
}

.cid-bell-slash {
  background-image: url(/build/images/cid-bell-slash.5fa9998e.svg);
}

.cid-bike {
  background-image: url(/build/images/cid-bike.c241f511.svg);
}

.cid-bike-alt {
  background-image: url(/build/images/cid-bike-alt.a3654c53.svg);
}

.cid-birthday-cake {
  background-image: url(/build/images/cid-birthday-cake.47ebc65a.svg);
}

.cid-blind {
  background-image: url(/build/images/cid-blind.2d74a74d.svg);
}

.cid-bluetooth {
  background-image: url(/build/images/cid-bluetooth.0c475aad.svg);
}

.cid-bluetooth-connected {
  background-image: url(/build/images/cid-bluetooth-connected.8c53a6d6.svg);
}

.cid-bluetooth-searching {
  background-image: url(/build/images/cid-bluetooth-searching.725d151d.svg);
}

.cid-bluetooth-settings {
  background-image: url(/build/images/cid-bluetooth-settings.25c2d693.svg);
}

.cid-bluetooth-slash {
  background-image: url(/build/images/cid-bluetooth-slash.e3ff4781.svg);
}

.cid-boat {
  background-image: url(/build/images/cid-boat.ff4603f1.svg);
}

.cid-boat-alt {
  background-image: url(/build/images/cid-boat-alt.8e65d77e.svg);
}

.cid-bold {
  background-image: url(/build/images/cid-bold.4756e83f.svg);
}

.cid-bolt-circle {
  background-image: url(/build/images/cid-bolt-circle.f73bcaa3.svg);
}

.cid-book {
  background-image: url(/build/images/cid-book.dfaa92c7.svg);
}

.cid-book-open {
  background-image: url(/build/images/cid-book-open.4b821381.svg);
}

.cid-bookmark {
  background-image: url(/build/images/cid-bookmark.566ca26c.svg);
}

.cid-bookmarks {
  background-image: url(/build/images/cid-bookmarks.f5e8b43a.svg);
}

.cid-border-all {
  background-image: url(/build/images/cid-border-all.1ba21731.svg);
}

.cid-border-bottom {
  background-image: url(/build/images/cid-border-bottom.34a8b999.svg);
}

.cid-border-clear {
  background-image: url(/build/images/cid-border-clear.e0491f87.svg);
}

.cid-border-horizontal {
  background-image: url(/build/images/cid-border-horizontal.9738a5cb.svg);
}

.cid-border-inner {
  background-image: url(/build/images/cid-border-inner.83007a5a.svg);
}

.cid-border-left {
  background-image: url(/build/images/cid-border-left.92ec7921.svg);
}

.cid-border-outer {
  background-image: url(/build/images/cid-border-outer.281c633e.svg);
}

.cid-border-right {
  background-image: url(/build/images/cid-border-right.3ff9cc12.svg);
}

.cid-border-style {
  background-image: url(/build/images/cid-border-style.237e4761.svg);
}

.cid-border-top {
  background-image: url(/build/images/cid-border-top.967e5b97.svg);
}

.cid-border-vertical {
  background-image: url(/build/images/cid-border-vertical.1e2ee577.svg);
}

.cid-bowling {
  background-image: url(/build/images/cid-bowling.a3c5af0b.svg);
}

.cid-bowling-pins {
  background-image: url(/build/images/cid-bowling-pins.3f24122c.svg);
}

.cid-box {
  background-image: url(/build/images/cid-box.402b73b0.svg);
}

.cid-box-alt {
  background-image: url(/build/images/cid-box-alt.22dcb1e0.svg);
}

.cid-braille {
  background-image: url(/build/images/cid-braille.9251ced2.svg);
}

.cid-branding-watermark {
  background-image: url(/build/images/cid-branding-watermark.7385954b.svg);
}

.cid-briefcase {
  background-image: url(/build/images/cid-briefcase.687348f7.svg);
}

.cid-briefcase-arrow-left {
  background-image: url(/build/images/cid-briefcase-arrow-left.e2f05928.svg);
}

.cid-briefcase-arrow-right {
  background-image: url(/build/images/cid-briefcase-arrow-right.3d1b6dd4.svg);
}

.cid-briefcase-slash {
  background-image: url(/build/images/cid-briefcase-slash.a215fa49.svg);
}

.cid-brightness {
  background-image: url(/build/images/cid-brightness.43c1ccc6.svg);
}

.cid-brightness-auto {
  background-image: url(/build/images/cid-brightness-auto.3fb66cd5.svg);
}

.cid-brightness-high {
  background-image: url(/build/images/cid-brightness-high.51949ae1.svg);
}

.cid-brightness-low {
  background-image: url(/build/images/cid-brightness-low.5aded788.svg);
}

.cid-brightness-medium {
  background-image: url(/build/images/cid-brightness-medium.98ee4221.svg);
}

.cid-british-pound {
  background-image: url(/build/images/cid-british-pound.836eaefe.svg);
}

.cid-british-pound-circle {
  background-image: url(/build/images/cid-british-pound-circle.ca9c3769.svg);
}

.cid-british-pound-slash {
  background-image: url(/build/images/cid-british-pound-slash.a0612288.svg);
}

.cid-broadcast-tower {
  background-image: url(/build/images/cid-broadcast-tower.55cf4ab4.svg);
}

.cid-browser {
  background-image: url(/build/images/cid-browser.be3a3961.svg);
}

.cid-brush {
  background-image: url(/build/images/cid-brush.941add68.svg);
}

.cid-brush-alt {
  background-image: url(/build/images/cid-brush-alt.a21747fd.svg);
}

.cid-bug {
  background-image: url(/build/images/cid-bug.ac3f7243.svg);
}

.cid-building {
  background-image: url(/build/images/cid-building.6df52c48.svg);
}

.cid-building-business {
  background-image: url(/build/images/cid-building-business.48452816.svg);
}

.cid-building-business-slash {
  background-image: url(/build/images/cid-building-business-slash.d38c03b5.svg);
}

.cid-building-slash {
  background-image: url(/build/images/cid-building-slash.4a60cbc4.svg);
}

.cid-bullhorn {
  background-image: url(/build/images/cid-bullhorn.d0fe6c91.svg);
}

.cid-burger {
  background-image: url(/build/images/cid-burger.a81a255e.svg);
}

.cid-burn {
  background-image: url(/build/images/cid-burn.5656e86f.svg);
}

.cid-bus {
  background-image: url(/build/images/cid-bus.28742850.svg);
}

.cid-bus-alt {
  background-image: url(/build/images/cid-bus-alt.200c35af.svg);
}

.cid-bus-timer {
  background-image: url(/build/images/cid-bus-timer.d7ea48e9.svg);
}

.cid-calculator {
  background-image: url(/build/images/cid-calculator.f7809fb4.svg);
}

.cid-calendar {
  background-image: url(/build/images/cid-calendar.953ffcab.svg);
}

.cid-calendar-check {
  background-image: url(/build/images/cid-calendar-check.763050c7.svg);
}

.cid-calendar-event {
  background-image: url(/build/images/cid-calendar-event.0c6bec92.svg);
}

.cid-calendar-minus {
  background-image: url(/build/images/cid-calendar-minus.bac49d75.svg);
}

.cid-calendar-note {
  background-image: url(/build/images/cid-calendar-note.0ced0bb1.svg);
}

.cid-calendar-plus {
  background-image: url(/build/images/cid-calendar-plus.b7abeb39.svg);
}

.cid-calendar-times {
  background-image: url(/build/images/cid-calendar-times.b43f64c1.svg);
}

.cid-calendar-today {
  background-image: url(/build/images/cid-calendar-today.4cb1351e.svg);
}

.cid-calendar-view-day {
  background-image: url(/build/images/cid-calendar-view-day.0eb3fe4a.svg);
}

.cid-call-made {
  background-image: url(/build/images/cid-call-made.c7004b12.svg);
}

.cid-call-merge {
  background-image: url(/build/images/cid-call-merge.b57b1a40.svg);
}

.cid-call-missed {
  background-image: url(/build/images/cid-call-missed.fb80a579.svg);
}

.cid-call-missed-outgoing {
  background-image: url(/build/images/cid-call-missed-outgoing.3f361ae6.svg);
}

.cid-call-received {
  background-image: url(/build/images/cid-call-received.8195e765.svg);
}

.cid-call-split {
  background-image: url(/build/images/cid-call-split.a20ba590.svg);
}

.cid-call-swap-calls {
  background-image: url(/build/images/cid-call-swap-calls.ce6b274d.svg);
}

.cid-call-to-action {
  background-image: url(/build/images/cid-call-to-action.bb7dd828.svg);
}

.cid-camera {
  background-image: url(/build/images/cid-camera.0b1c88db.svg);
}

.cid-camera-control {
  background-image: url(/build/images/cid-camera-control.6594b847.svg);
}

.cid-camera-enhance {
  background-image: url(/build/images/cid-camera-enhance.0ac9a1a6.svg);
}

.cid-camera-plus {
  background-image: url(/build/images/cid-camera-plus.92b86d8b.svg);
}

.cid-camera-roll {
  background-image: url(/build/images/cid-camera-roll.a2c47559.svg);
}

.cid-camera-switch {
  background-image: url(/build/images/cid-camera-switch.7c804213.svg);
}

.cid-car {
  background-image: url(/build/images/cid-car.2fcb8d2b.svg);
}

.cid-car-alt {
  background-image: url(/build/images/cid-car-alt.69001190.svg);
}

.cid-card-giftcard {
  background-image: url(/build/images/cid-card-giftcard.d3476941.svg);
}

.cid-card-membership {
  background-image: url(/build/images/cid-card-membership.31e318f7.svg);
}

.cid-card-travel {
  background-image: url(/build/images/cid-card-travel.b63e7d1d.svg);
}

.cid-caret-bottom {
  background-image: url(/build/images/cid-caret-bottom.af0f20b3.svg);
}

.cid-caret-left {
  background-image: url(/build/images/cid-caret-left.13635795.svg);
}

.cid-caret-right {
  background-image: url(/build/images/cid-caret-right.a08f67bd.svg);
}

.cid-caret-top {
  background-image: url(/build/images/cid-caret-top.b32b07eb.svg);
}

.cid-cart {
  background-image: url(/build/images/cid-cart.5bbaf000.svg);
}

.cid-cart-arrow-down {
  background-image: url(/build/images/cid-cart-arrow-down.cf083224.svg);
}

.cid-cart-loaded {
  background-image: url(/build/images/cid-cart-loaded.419b7153.svg);
}

.cid-cart-plus {
  background-image: url(/build/images/cid-cart-plus.2dc0fed3.svg);
}

.cid-cart-slash {
  background-image: url(/build/images/cid-cart-slash.93daaaea.svg);
}

.cid-cash {
  background-image: url(/build/images/cid-cash.d95f294a.svg);
}

.cid-casino {
  background-image: url(/build/images/cid-casino.200ef253.svg);
}

.cid-cast {
  background-image: url(/build/images/cid-cast.be4403c2.svg);
}

.cid-cast-connected {
  background-image: url(/build/images/cid-cast-connected.c4ca9744.svg);
}

.cid-cast-for-education {
  background-image: url(/build/images/cid-cast-for-education.46d0048a.svg);
}

.cid-cat {
  background-image: url(/build/images/cid-cat.4cbe1222.svg);
}

.cid-cc {
  background-image: url(/build/images/cid-cc.be726432.svg);
}

.cid-center-focus {
  background-image: url(/build/images/cid-center-focus.2259f9a5.svg);
}

.cid-center-focus-weak {
  background-image: url(/build/images/cid-center-focus-weak.cca8292d.svg);
}

.cid-chalkboard-teacher {
  background-image: url(/build/images/cid-chalkboard-teacher.716bd2f6.svg);
}

.cid-chart {
  background-image: url(/build/images/cid-chart.4c9f3b44.svg);
}

.cid-chart-area {
  background-image: url(/build/images/cid-chart-area.51599670.svg);
}

.cid-chart-bubble {
  background-image: url(/build/images/cid-chart-bubble.19ec25dd.svg);
}

.cid-chart-donut {
  background-image: url(/build/images/cid-chart-donut.58e269c8.svg);
}

.cid-chart-line {
  background-image: url(/build/images/cid-chart-line.f65497cb.svg);
}

.cid-chart-multiline {
  background-image: url(/build/images/cid-chart-multiline.fde50286.svg);
}

.cid-chart-pie {
  background-image: url(/build/images/cid-chart-pie.2e99a156.svg);
}

.cid-chart-show {
  background-image: url(/build/images/cid-chart-show.f595e2ac.svg);
}

.cid-chart-table {
  background-image: url(/build/images/cid-chart-table.b1a7dafe.svg);
}

.cid-chat-bubble {
  background-image: url(/build/images/cid-chat-bubble.fb4f4148.svg);
}

.cid-chat-square {
  background-image: url(/build/images/cid-chat-square.a97b2aba.svg);
}

.cid-check {
  background-image: url(/build/images/cid-check.5be61004.svg);
}

.cid-check-alt {
  background-image: url(/build/images/cid-check-alt.26b2920f.svg);
}

.cid-check-circle {
  background-image: url(/build/images/cid-check-circle.ce6fef36.svg);
}

.cid-check-double {
  background-image: url(/build/images/cid-check-double.0b29ca97.svg);
}

.cid-check-double-alt {
  background-image: url(/build/images/cid-check-double-alt.6d3fe563.svg);
}

.cid-chevron-bottom-alt {
  background-image: url(/build/images/cid-chevron-bottom-alt.fe8c0452.svg);
}

.cid-chevron-circle-down {
  background-image: url(/build/images/cid-chevron-circle-down.7241e951.svg);
}

.cid-chevron-circle-down-alt {
  background-image: url(/build/images/cid-chevron-circle-down-alt.7b7756ca.svg);
}

.cid-chevron-circle-left {
  background-image: url(/build/images/cid-chevron-circle-left.9d7c2103.svg);
}

.cid-chevron-circle-left-alt {
  background-image: url(/build/images/cid-chevron-circle-left-alt.fb4927ae.svg);
}

.cid-chevron-circle-right {
  background-image: url(/build/images/cid-chevron-circle-right.6763a2a1.svg);
}

.cid-chevron-circle-right-alt {
  background-image: url(/build/images/cid-chevron-circle-right-alt.ab092774.svg);
}

.cid-chevron-circle-up {
  background-image: url(/build/images/cid-chevron-circle-up.917312fc.svg);
}

.cid-chevron-circle-up-alt {
  background-image: url(/build/images/cid-chevron-circle-up-alt.05015af7.svg);
}

.cid-chevron-double-down {
  background-image: url(/build/images/cid-chevron-double-down.e2ef6dd5.svg);
}

.cid-chevron-double-down-alt {
  background-image: url(/build/images/cid-chevron-double-down-alt.69807cb1.svg);
}

.cid-chevron-double-left {
  background-image: url(/build/images/cid-chevron-double-left.89c4557c.svg);
}

.cid-chevron-double-left-alt {
  background-image: url(/build/images/cid-chevron-double-left-alt.8f03e57f.svg);
}

.cid-chevron-double-right {
  background-image: url(/build/images/cid-chevron-double-right.0e9d7e58.svg);
}

.cid-chevron-double-right-alt {
  background-image: url(/build/images/cid-chevron-double-right-alt.c653d72d.svg);
}

.cid-chevron-double-up {
  background-image: url(/build/images/cid-chevron-double-up.aca71c09.svg);
}

.cid-chevron-double-up-alt {
  background-image: url(/build/images/cid-chevron-double-up-alt.02c8a096.svg);
}

.cid-chevron-left-alt {
  background-image: url(/build/images/cid-chevron-left-alt.1496f974.svg);
}

.cid-chevron-right-alt {
  background-image: url(/build/images/cid-chevron-right-alt.0ac9dcc6.svg);
}

.cid-chevron-square-down {
  background-image: url(/build/images/cid-chevron-square-down.35aef5fa.svg);
}

.cid-chevron-square-down-alt {
  background-image: url(/build/images/cid-chevron-square-down-alt.514d47ab.svg);
}

.cid-chevron-square-left {
  background-image: url(/build/images/cid-chevron-square-left.38e7835e.svg);
}

.cid-chevron-square-left-alt {
  background-image: url(/build/images/cid-chevron-square-left-alt.88f8f141.svg);
}

.cid-chevron-square-right {
  background-image: url(/build/images/cid-chevron-square-right.cc446b59.svg);
}

.cid-chevron-square-right-alt {
  background-image: url(/build/images/cid-chevron-square-right-alt.75834fe5.svg);
}

.cid-chevron-square-up {
  background-image: url(/build/images/cid-chevron-square-up.1cc267ed.svg);
}

.cid-chevron-square-up-alt {
  background-image: url(/build/images/cid-chevron-square-up-alt.53b031a7.svg);
}

.cid-chevron-top-alt {
  background-image: url(/build/images/cid-chevron-top-alt.d68afab6.svg);
}

.cid-child {
  background-image: url(/build/images/cid-child.e67bb483.svg);
}

.cid-child-friendly {
  background-image: url(/build/images/cid-child-friendly.fb0fdb5d.svg);
}

.cid-city {
  background-image: url(/build/images/cid-city.a58e82be.svg);
}

.cid-clear-all {
  background-image: url(/build/images/cid-clear-all.228b8343.svg);
}

.cid-clipboard {
  background-image: url(/build/images/cid-clipboard.ea7bdcc3.svg);
}

.cid-clock {
  background-image: url(/build/images/cid-clock.86323625.svg);
}

.cid-clone {
  background-image: url(/build/images/cid-clone.b0b08d93.svg);
}

.cid-closed-captioning {
  background-image: url(/build/images/cid-closed-captioning.be726432.svg);
}

.cid-cloud-check {
  background-image: url(/build/images/cid-cloud-check.8e7d705b.svg);
}

.cid-cloud-circle {
  background-image: url(/build/images/cid-cloud-circle.fe97382c.svg);
}

.cid-cloud-data {
  background-image: url(/build/images/cid-cloud-data.e343c7f3.svg);
}

.cid-cloud-download {
  background-image: url(/build/images/cid-cloud-download.01c86b52.svg);
}

.cid-cloud-slash {
  background-image: url(/build/images/cid-cloud-slash.9d3b76a1.svg);
}

.cid-cloud-upload {
  background-image: url(/build/images/cid-cloud-upload.bd36f1c4.svg);
}

.cid-cloudy {
  background-image: url(/build/images/cid-cloudy.9ea9152a.svg);
}

.cid-code {
  background-image: url(/build/images/cid-code.56ab608f.svg);
}

.cid-coffee {
  background-image: url(/build/images/cid-coffee.ecad2722.svg);
}

.cid-cog {
  background-image: url(/build/images/cid-cog.bf5bf23a.svg);
}

.cid-color-border {
  background-image: url(/build/images/cid-color-border.13013c75.svg);
}

.cid-color-fill {
  background-image: url(/build/images/cid-color-fill.f8f51b0a.svg);
}

.cid-color-palette {
  background-image: url(/build/images/cid-color-palette.5f8fb9cf.svg);
}

.cid-columns {
  background-image: url(/build/images/cid-columns.5470f169.svg);
}

.cid-command {
  background-image: url(/build/images/cid-command.4ae7ff94.svg);
}

.cid-comment-bubble {
  background-image: url(/build/images/cid-comment-bubble.c253e185.svg);
}

.cid-comment-bubble-check {
  background-image: url(/build/images/cid-comment-bubble-check.ceec1eea.svg);
}

.cid-comment-bubble-edit {
  background-image: url(/build/images/cid-comment-bubble-edit.af7e9e2c.svg);
}

.cid-comment-bubble-exclamation {
  background-image: url(/build/images/cid-comment-bubble-exclamation.398e03ec.svg);
}

.cid-comment-bubble-lines {
  background-image: url(/build/images/cid-comment-bubble-lines.8640a166.svg);
}

.cid-comment-bubble-minus {
  background-image: url(/build/images/cid-comment-bubble-minus.ca7a2a6d.svg);
}

.cid-comment-bubble-plus {
  background-image: url(/build/images/cid-comment-bubble-plus.eac84504.svg);
}

.cid-comment-bubble-question {
  background-image: url(/build/images/cid-comment-bubble-question.e3727254.svg);
}

.cid-comment-bubble-smile {
  background-image: url(/build/images/cid-comment-bubble-smile.616f9bf6.svg);
}

.cid-comment-bubble-x {
  background-image: url(/build/images/cid-comment-bubble-x.37c26f5c.svg);
}

.cid-comment-square {
  background-image: url(/build/images/cid-comment-square.05035831.svg);
}

.cid-comment-square-check {
  background-image: url(/build/images/cid-comment-square-check.23b0fd42.svg);
}

.cid-comment-square-edit {
  background-image: url(/build/images/cid-comment-square-edit.48b474cd.svg);
}

.cid-comment-square-exclamation {
  background-image: url(/build/images/cid-comment-square-exclamation.a5a01660.svg);
}

.cid-comment-square-image {
  background-image: url(/build/images/cid-comment-square-image.103c5fa2.svg);
}

.cid-comment-square-lines {
  background-image: url(/build/images/cid-comment-square-lines.f7f82e59.svg);
}

.cid-comment-square-minus {
  background-image: url(/build/images/cid-comment-square-minus.2bc2ab05.svg);
}

.cid-comment-square-plus {
  background-image: url(/build/images/cid-comment-square-plus.00658373.svg);
}

.cid-comment-square-rate-review {
  background-image: url(/build/images/cid-comment-square-rate-review.df22daae.svg);
}

.cid-comment-square-smile {
  background-image: url(/build/images/cid-comment-square-smile.dc802c20.svg);
}

.cid-comment-square-x {
  background-image: url(/build/images/cid-comment-square-x.af5f3057.svg);
}

.cid-commute {
  background-image: url(/build/images/cid-commute.db02a319.svg);
}

.cid-compare {
  background-image: url(/build/images/cid-compare.05363e9b.svg);
}

.cid-compass {
  background-image: url(/build/images/cid-compass.6f3d23f6.svg);
}

.cid-compass-calibration {
  background-image: url(/build/images/cid-compass-calibration.bce02370.svg);
}

.cid-compass-slash {
  background-image: url(/build/images/cid-compass-slash.1b0ac6bb.svg);
}

.cid-compress {
  background-image: url(/build/images/cid-compress.c6a7a037.svg);
}

.cid-compress-wide {
  background-image: url(/build/images/cid-compress-wide.d403beaa.svg);
}

.cid-contact {
  background-image: url(/build/images/cid-contact.3afac3db.svg);
}

.cid-contact-mail {
  background-image: url(/build/images/cid-contact-mail.32c1aa5f.svg);
}

.cid-contact-phone {
  background-image: url(/build/images/cid-contact-phone.55035cc7.svg);
}

.cid-contacts {
  background-image: url(/build/images/cid-contacts.6791f1d4.svg);
}

.cid-contrast {
  background-image: url(/build/images/cid-contrast.74084fd3.svg);
}

.cid-control {
  background-image: url(/build/images/cid-control.6594b847.svg);
}

.cid-copy {
  background-image: url(/build/images/cid-copy.49fe6dd2.svg);
}

.cid-copyright {
  background-image: url(/build/images/cid-copyright.10489f89.svg);
}

.cid-couch {
  background-image: url(/build/images/cid-couch.3ec1c0a0.svg);
}

.cid-credit-card {
  background-image: url(/build/images/cid-credit-card.df61626c.svg);
}

.cid-crop {
  background-image: url(/build/images/cid-crop.cf37b4cf.svg);
}

.cid-crop-rotate {
  background-image: url(/build/images/cid-crop-rotate.b46143a0.svg);
}

.cid-cursor {
  background-image: url(/build/images/cid-cursor.98b83a37.svg);
}

.cid-cursor-move {
  background-image: url(/build/images/cid-cursor-move.c63de5eb.svg);
}

.cid-cut {
  background-image: url(/build/images/cid-cut.0e0603ee.svg);
}

.cid-data-transfer-down {
  background-image: url(/build/images/cid-data-transfer-down.2b2e46cd.svg);
}

.cid-data-transfer-up {
  background-image: url(/build/images/cid-data-transfer-up.9689f3d9.svg);
}

.cid-deaf {
  background-image: url(/build/images/cid-deaf.bb8bd927.svg);
}

.cid-delete {
  background-image: url(/build/images/cid-delete.ed3a89fb.svg);
}

.cid-description {
  background-image: url(/build/images/cid-description.6081ae4d.svg);
}

.cid-developer-board {
  background-image: url(/build/images/cid-developer-board.6de6b4fa.svg);
}

.cid-device-unknown {
  background-image: url(/build/images/cid-device-unknown.5164792e.svg);
}

.cid-devices {
  background-image: url(/build/images/cid-devices.024a44e9.svg);
}

.cid-devices-important {
  background-image: url(/build/images/cid-devices-important.3770d9c0.svg);
}

.cid-devices-other {
  background-image: url(/build/images/cid-devices-other.01e0361d.svg);
}

.cid-devices-slash {
  background-image: url(/build/images/cid-devices-slash.b6386845.svg);
}

.cid-dial {
  background-image: url(/build/images/cid-dial.18d475af.svg);
}

.cid-dialpad {
  background-image: url(/build/images/cid-dialpad.e4796d5d.svg);
}

.cid-diamond {
  background-image: url(/build/images/cid-diamond.69dbd09b.svg);
}

.cid-dinner {
  background-image: url(/build/images/cid-dinner.1444e19b.svg);
}

.cid-directions {
  background-image: url(/build/images/cid-directions.71d53655.svg);
}

.cid-disabled {
  background-image: url(/build/images/cid-disabled.a9df27d3.svg);
}

.cid-dns {
  background-image: url(/build/images/cid-dns.f15e9e67.svg);
}

.cid-dock {
  background-image: url(/build/images/cid-dock.7b636889.svg);
}

.cid-document {
  background-image: url(/build/images/cid-document.77b32a52.svg);
}

.cid-dog {
  background-image: url(/build/images/cid-dog.0970e99e.svg);
}

.cid-dollar {
  background-image: url(/build/images/cid-dollar.cba22a24.svg);
}

.cid-dollar-circle {
  background-image: url(/build/images/cid-dollar-circle.4ac108e0.svg);
}

.cid-dollar-circle-slash {
  background-image: url(/build/images/cid-dollar-circle-slash.50ada312.svg);
}

.cid-dollar-slash {
  background-image: url(/build/images/cid-dollar-slash.7f88aa35.svg);
}

.cid-donate {
  background-image: url(/build/images/cid-donate.adc67f59.svg);
}

.cid-door {
  background-image: url(/build/images/cid-door.91c6d128.svg);
}

.cid-double-quote-sans-left {
  background-image: url(/build/images/cid-double-quote-sans-left.44ac8d90.svg);
}

.cid-double-quote-sans-right {
  background-image: url(/build/images/cid-double-quote-sans-right.dbfbb7f2.svg);
}

.cid-double-quote-serif-left {
  background-image: url(/build/images/cid-double-quote-serif-left.6d4606c5.svg);
}

.cid-double-quote-serif-right {
  background-image: url(/build/images/cid-double-quote-serif-right.9c006f64.svg);
}

.cid-drink {
  background-image: url(/build/images/cid-drink.c62a7c74.svg);
}

.cid-drink-alcohol {
  background-image: url(/build/images/cid-drink-alcohol.b19c23a5.svg);
}

.cid-drop {
  background-image: url(/build/images/cid-drop.1e4f3ce6.svg);
}

.cid-drop-slash {
  background-image: url(/build/images/cid-drop-slash.872e8bff.svg);
}

.cid-dvr {
  background-image: url(/build/images/cid-dvr.3103771d.svg);
}

.cid-ear {
  background-image: url(/build/images/cid-ear.42b99554.svg);
}

.cid-eco {
  background-image: url(/build/images/cid-eco.cb7b6713.svg);
}

.cid-education {
  background-image: url(/build/images/cid-education.8f34ffe0.svg);
}

.cid-elevator {
  background-image: url(/build/images/cid-elevator.e1cf8c25.svg);
}

.cid-ellipsis {
  background-image: url(/build/images/cid-ellipsis.60072f95.svg);
}

.cid-energy-circle {
  background-image: url(/build/images/cid-energy-circle.cf42f6fd.svg);
}

.cid-envelope-closed {
  background-image: url(/build/images/cid-envelope-closed.bc3e45c3.svg);
}

.cid-envelope-letter {
  background-image: url(/build/images/cid-envelope-letter.6744ead8.svg);
}

.cid-envelope-minus {
  background-image: url(/build/images/cid-envelope-minus.3a5c2ff6.svg);
}

.cid-envelope-open {
  background-image: url(/build/images/cid-envelope-open.0bf9d9b9.svg);
}

.cid-envelope-plus {
  background-image: url(/build/images/cid-envelope-plus.9fc27f13.svg);
}

.cid-equalizer {
  background-image: url(/build/images/cid-equalizer.426c6128.svg);
}

.cid-ethernet {
  background-image: url(/build/images/cid-ethernet.808ac08f.svg);
}

.cid-ethernet-alt {
  background-image: url(/build/images/cid-ethernet-alt.05ad7799.svg);
}

.cid-euro {
  background-image: url(/build/images/cid-euro.d0a6f00e.svg);
}

.cid-euro-circle {
  background-image: url(/build/images/cid-euro-circle.aa6ee497.svg);
}

.cid-euro-circle-slash {
  background-image: url(/build/images/cid-euro-circle-slash.8a5861bd.svg);
}

.cid-euro-slash {
  background-image: url(/build/images/cid-euro-slash.da0ac626.svg);
}

.cid-ev-station {
  background-image: url(/build/images/cid-ev-station.7901de53.svg);
}

.cid-excerpt {
  background-image: url(/build/images/cid-excerpt.193dfabb.svg);
}

.cid-exclamation {
  background-image: url(/build/images/cid-exclamation.35aae591.svg);
}

.cid-exclamation-circle {
  background-image: url(/build/images/cid-exclamation-circle.9bb87437.svg);
}

.cid-exit-to-app {
  background-image: url(/build/images/cid-exit-to-app.cdee56fb.svg);
}

.cid-expand-down {
  background-image: url(/build/images/cid-expand-down.2d5b7b14.svg);
}

.cid-expand-left {
  background-image: url(/build/images/cid-expand-left.595b2be7.svg);
}

.cid-expand-right {
  background-image: url(/build/images/cid-expand-right.ddbeebda.svg);
}

.cid-expand-up {
  background-image: url(/build/images/cid-expand-up.6af22710.svg);
}

.cid-exposure {
  background-image: url(/build/images/cid-exposure.4e0dcda1.svg);
}

.cid-external-link {
  background-image: url(/build/images/cid-external-link.5b9a9aae.svg);
}

.cid-eye {
  background-image: url(/build/images/cid-eye.a4cb5a94.svg);
}

.cid-eye-slash {
  background-image: url(/build/images/cid-eye-slash.2730fb40.svg);
}

.cid-eyedropper {
  background-image: url(/build/images/cid-eyedropper.86ddb779.svg);
}

.cid-face {
  background-image: url(/build/images/cid-face.ef184096.svg);
}

.cid-face-dead {
  background-image: url(/build/images/cid-face-dead.b3a5252a.svg);
}

.cid-factory {
  background-image: url(/build/images/cid-factory.0d76f28d.svg);
}

.cid-factory-slash {
  background-image: url(/build/images/cid-factory-slash.67f627eb.svg);
}

.cid-fastfood {
  background-image: url(/build/images/cid-fastfood.935617f2.svg);
}

.cid-fax {
  background-image: url(/build/images/cid-fax.db1321f7.svg);
}

.cid-featured-playlist {
  background-image: url(/build/images/cid-featured-playlist.d85f160f.svg);
}

.cid-featured-video {
  background-image: url(/build/images/cid-featured-video.c2949bce.svg);
}

.cid-fiber-dvr {
  background-image: url(/build/images/cid-fiber-dvr.3103771d.svg);
}

.cid-fiber-manual {
  background-image: url(/build/images/cid-fiber-manual.154b0aa1.svg);
}

.cid-fiber-new {
  background-image: url(/build/images/cid-fiber-new.9debf90b.svg);
}

.cid-fiber-pin {
  background-image: url(/build/images/cid-fiber-pin.cac8ae7c.svg);
}

.cid-fiber-smart {
  background-image: url(/build/images/cid-fiber-smart.520f4b4b.svg);
}

.cid-file {
  background-image: url(/build/images/cid-file.6015f1ca.svg);
}

.cid-file-acrobat {
  background-image: url(/build/images/cid-file-acrobat.1713bd9d.svg);
}

.cid-file-add {
  background-image: url(/build/images/cid-file-add.a36ad4de.svg);
}

.cid-file-archive {
  background-image: url(/build/images/cid-file-archive.b6b2fadb.svg);
}

.cid-file-audio {
  background-image: url(/build/images/cid-file-audio.f0779ff6.svg);
}

.cid-file-code {
  background-image: url(/build/images/cid-file-code.674a921f.svg);
}

.cid-file-doc {
  background-image: url(/build/images/cid-file-doc.322cc18e.svg);
}

.cid-file-excel {
  background-image: url(/build/images/cid-file-excel.5f59f23c.svg);
}

.cid-file-image {
  background-image: url(/build/images/cid-file-image.29819178.svg);
}

.cid-file-pdf {
  background-image: url(/build/images/cid-file-pdf.86e7b148.svg);
}

.cid-file-powerpoint {
  background-image: url(/build/images/cid-file-powerpoint.6cfed7b8.svg);
}

.cid-file-ppt {
  background-image: url(/build/images/cid-file-ppt.f9965ce4.svg);
}

.cid-file-video {
  background-image: url(/build/images/cid-file-video.b51f31d8.svg);
}

.cid-file-word {
  background-image: url(/build/images/cid-file-word.bc0e7217.svg);
}

.cid-file-xls {
  background-image: url(/build/images/cid-file-xls.9d985e5b.svg);
}

.cid-filter {
  background-image: url(/build/images/cid-filter.a9aa48af.svg);
}

.cid-filter-frames {
  background-image: url(/build/images/cid-filter-frames.3649dbe9.svg);
}

.cid-filter-photo {
  background-image: url(/build/images/cid-filter-photo.85975353.svg);
}

.cid-filter-square {
  background-image: url(/build/images/cid-filter-square.ee07b0e5.svg);
}

.cid-filter-x {
  background-image: url(/build/images/cid-filter-x.854d3694.svg);
}

.cid-find-in-page {
  background-image: url(/build/images/cid-find-in-page.44276efb.svg);
}

.cid-find-replace {
  background-image: url(/build/images/cid-find-replace.d3b1aa2d.svg);
}

.cid-fingerprint {
  background-image: url(/build/images/cid-fingerprint.3d2bc13c.svg);
}

.cid-fire {
  background-image: url(/build/images/cid-fire.5656e86f.svg);
}

.cid-flag {
  background-image: url(/build/images/cid-flag.095004f5.svg);
}

.cid-flag-alt {
  background-image: url(/build/images/cid-flag-alt.fe9d0e3c.svg);
}

.cid-flag-rectangle {
  background-image: url(/build/images/cid-flag-rectangle.6e6fa1e5.svg);
}

.cid-flag-triangle {
  background-image: url(/build/images/cid-flag-triangle.19efaa5e.svg);
}

.cid-flight-land {
  background-image: url(/build/images/cid-flight-land.f54ee9ca.svg);
}

.cid-flight-takeoff {
  background-image: url(/build/images/cid-flight-takeoff.4038d941.svg);
}

.cid-flip {
  background-image: url(/build/images/cid-flip.a4505f62.svg);
}

.cid-flip-to-back {
  background-image: url(/build/images/cid-flip-to-back.975d7a22.svg);
}

.cid-flip-to-front {
  background-image: url(/build/images/cid-flip-to-front.76565024.svg);
}

.cid-flower {
  background-image: url(/build/images/cid-flower.9ce5b918.svg);
}

.cid-folder {
  background-image: url(/build/images/cid-folder.94db0252.svg);
}

.cid-folder-alt {
  background-image: url(/build/images/cid-folder-alt.65c3b0ff.svg);
}

.cid-folder-arrow-left {
  background-image: url(/build/images/cid-folder-arrow-left.c6cbb5fa.svg);
}

.cid-folder-arrow-right {
  background-image: url(/build/images/cid-folder-arrow-right.76522095.svg);
}

.cid-folder-back {
  background-image: url(/build/images/cid-folder-back.c6cbb5fa.svg);
}

.cid-folder-move {
  background-image: url(/build/images/cid-folder-move.76522095.svg);
}

.cid-folder-open {
  background-image: url(/build/images/cid-folder-open.81a8a4b0.svg);
}

.cid-folder-plus {
  background-image: url(/build/images/cid-folder-plus.196bfce9.svg);
}

.cid-folder-shared {
  background-image: url(/build/images/cid-folder-shared.abdcce9f.svg);
}

.cid-folder-special {
  background-image: url(/build/images/cid-folder-special.abcb9c78.svg);
}

.cid-font {
  background-image: url(/build/images/cid-font.00de164e.svg);
}

.cid-football {
  background-image: url(/build/images/cid-football.8a4580fb.svg);
}

.cid-fork {
  background-image: url(/build/images/cid-fork.6bb55c97.svg);
}

.cid-fridge {
  background-image: url(/build/images/cid-fridge.c09d716c.svg);
}

.cid-frown {
  background-image: url(/build/images/cid-frown.91b863ac.svg);
}

.cid-fullscreen {
  background-image: url(/build/images/cid-fullscreen.cd55886c.svg);
}

.cid-fullscreen-exit {
  background-image: url(/build/images/cid-fullscreen-exit.e8723ef1.svg);
}

.cid-functions {
  background-image: url(/build/images/cid-functions.6ad0a0bc.svg);
}

.cid-functions-alt {
  background-image: url(/build/images/cid-functions-alt.0663afa2.svg);
}

.cid-gamepad {
  background-image: url(/build/images/cid-gamepad.4c59c8f4.svg);
}

.cid-garage {
  background-image: url(/build/images/cid-garage.f2307baa.svg);
}

.cid-gauge {
  background-image: url(/build/images/cid-gauge.f7ac1ba9.svg);
}

.cid-gem {
  background-image: url(/build/images/cid-gem.69dbd09b.svg);
}

.cid-gif {
  background-image: url(/build/images/cid-gif.836af1e6.svg);
}

.cid-gift {
  background-image: url(/build/images/cid-gift.4256da38.svg);
}

.cid-glass {
  background-image: url(/build/images/cid-glass.6a529046.svg);
}

.cid-globe {
  background-image: url(/build/images/cid-globe.493fd72e.svg);
}

.cid-globe-alt {
  background-image: url(/build/images/cid-globe-alt.d43e5c3e.svg);
}

.cid-globe-alt-lock {
  background-image: url(/build/images/cid-globe-alt-lock.1e7ed012.svg);
}

.cid-globe-lock {
  background-image: url(/build/images/cid-globe-lock.090673a5.svg);
}

.cid-golf {
  background-image: url(/build/images/cid-golf.1d959c22.svg);
}

.cid-golf-alt {
  background-image: url(/build/images/cid-golf-alt.4603a517.svg);
}

.cid-gradient {
  background-image: url(/build/images/cid-gradient.a71a7163.svg);
}

.cid-grain {
  background-image: url(/build/images/cid-grain.ec43ea6f.svg);
}

.cid-graph {
  background-image: url(/build/images/cid-graph.e04dc974.svg);
}

.cid-grid {
  background-image: url(/build/images/cid-grid.9d9a0108.svg);
}

.cid-grid-slash {
  background-image: url(/build/images/cid-grid-slash.274106fb.svg);
}

.cid-grip {
  background-image: url(/build/images/cid-grip.b1cf2cfa.svg);
}

.cid-grip-dots {
  background-image: url(/build/images/cid-grip-dots.0119d523.svg);
}

.cid-grip-dots-horizontal {
  background-image: url(/build/images/cid-grip-dots-horizontal.0119d523.svg);
}

.cid-grip-dots-vertical {
  background-image: url(/build/images/cid-grip-dots-vertical.4a5d035c.svg);
}

.cid-grip-horizontal {
  background-image: url(/build/images/cid-grip-horizontal.b1cf2cfa.svg);
}

.cid-grip-lines {
  background-image: url(/build/images/cid-grip-lines.5f24f071.svg);
}

.cid-grip-lines-horizontal {
  background-image: url(/build/images/cid-grip-lines-horizontal.5f24f071.svg);
}

.cid-grip-lines-vertical {
  background-image: url(/build/images/cid-grip-lines-vertical.ba8ad7b2.svg);
}

.cid-grip-vertical {
  background-image: url(/build/images/cid-grip-vertical.8e2f3564.svg);
}

.cid-group {
  background-image: url(/build/images/cid-group.c7a607cd.svg);
}

.cid-group-minus {
  background-image: url(/build/images/cid-group-minus.e4a1b460.svg);
}

.cid-group-plus {
  background-image: url(/build/images/cid-group-plus.01343252.svg);
}

.cid-group-x {
  background-image: url(/build/images/cid-group-x.f70ec1cf.svg);
}

.cid-hamburger-menu {
  background-image: url(/build/images/cid-hamburger-menu.25f176c5.svg);
}

.cid-hand-pointer {
  background-image: url(/build/images/cid-hand-pointer.64222dfc.svg);
}

.cid-handshake {
  background-image: url(/build/images/cid-handshake.6022ca73.svg);
}

.cid-happy {
  background-image: url(/build/images/cid-happy.48fec7f5.svg);
}

.cid-hard-drive {
  background-image: url(/build/images/cid-hard-drive.af8bb652.svg);
}

.cid-hd {
  background-image: url(/build/images/cid-hd.e8c8d50d.svg);
}

.cid-hdr {
  background-image: url(/build/images/cid-hdr.fe2864b3.svg);
}

.cid-hdr-slash {
  background-image: url(/build/images/cid-hdr-slash.90830763.svg);
}

.cid-header {
  background-image: url(/build/images/cid-header.54a529a1.svg);
}

.cid-headphones {
  background-image: url(/build/images/cid-headphones.702f7625.svg);
}

.cid-headphones-mic {
  background-image: url(/build/images/cid-headphones-mic.63fc8923.svg);
}

.cid-headphones-mute {
  background-image: url(/build/images/cid-headphones-mute.b2ad917a.svg);
}

.cid-healing {
  background-image: url(/build/images/cid-healing.c667f189.svg);
}

.cid-high-quality {
  background-image: url(/build/images/cid-high-quality.42ffd62e.svg);
}

.cid-highlighter {
  background-image: url(/build/images/cid-highlighter.56358225.svg);
}

.cid-highligt {
  background-image: url(/build/images/cid-highligt.1dd7b873.svg);
}

.cid-history {
  background-image: url(/build/images/cid-history.6dff8a24.svg);
}

.cid-home {
  background-image: url(/build/images/cid-home.cec34f76.svg);
}

.cid-hospital {
  background-image: url(/build/images/cid-hospital.3c0bf6ba.svg);
}

.cid-hot-tub {
  background-image: url(/build/images/cid-hot-tub.cd5fa63c.svg);
}

.cid-hotel {
  background-image: url(/build/images/cid-hotel.a6fdbc17.svg);
}

.cid-hourglass {
  background-image: url(/build/images/cid-hourglass.f7081a97.svg);
}

.cid-house {
  background-image: url(/build/images/cid-house.07dd9874.svg);
}

.cid-hq {
  background-image: url(/build/images/cid-hq.42ffd62e.svg);
}

.cid-http {
  background-image: url(/build/images/cid-http.7227f4cc.svg);
}

.cid-https {
  background-image: url(/build/images/cid-https.3cd17364.svg);
}

.cid-id-badge {
  background-image: url(/build/images/cid-id-badge.7d99b529.svg);
}

.cid-id-card {
  background-image: url(/build/images/cid-id-card.4c51c2be.svg);
}

.cid-image {
  background-image: url(/build/images/cid-image.a9e56616.svg);
}

.cid-image-broken {
  background-image: url(/build/images/cid-image-broken.0e5b7df5.svg);
}

.cid-image-plus {
  background-image: url(/build/images/cid-image-plus.ac493d40.svg);
}

.cid-images {
  background-image: url(/build/images/cid-images.ed21cfe4.svg);
}

.cid-inbox {
  background-image: url(/build/images/cid-inbox.1fe195f9.svg);
}

.cid-inbox-in {
  background-image: url(/build/images/cid-inbox-in.adff1a6a.svg);
}

.cid-inbox-out {
  background-image: url(/build/images/cid-inbox-out.8091baff.svg);
}

.cid-indent-decrease {
  background-image: url(/build/images/cid-indent-decrease.13422ae0.svg);
}

.cid-indent-increase {
  background-image: url(/build/images/cid-indent-increase.09683a60.svg);
}

.cid-industry {
  background-image: url(/build/images/cid-industry.0d76f28d.svg);
}

.cid-industry-slash {
  background-image: url(/build/images/cid-industry-slash.67f627eb.svg);
}

.cid-infinity {
  background-image: url(/build/images/cid-infinity.5809d63a.svg);
}

.cid-info {
  background-image: url(/build/images/cid-info.0fcaab43.svg);
}

.cid-info-circle {
  background-image: url(/build/images/cid-info-circle.42b28ad6.svg);
}

.cid-input {
  background-image: url(/build/images/cid-input.cf4880f3.svg);
}

.cid-input-antenna {
  background-image: url(/build/images/cid-input-antenna.e8868a19.svg);
}

.cid-input-component {
  background-image: url(/build/images/cid-input-component.781efcf6.svg);
}

.cid-input-hdmi {
  background-image: url(/build/images/cid-input-hdmi.295a19e3.svg);
}

.cid-input-power {
  background-image: url(/build/images/cid-input-power.235a5d1e.svg);
}

.cid-input-power-off {
  background-image: url(/build/images/cid-input-power-off.7191d234.svg);
}

.cid-input-svideo {
  background-image: url(/build/images/cid-input-svideo.be456601.svg);
}

.cid-institution {
  background-image: url(/build/images/cid-institution.7c818e10.svg);
}

.cid-invert {
  background-image: url(/build/images/cid-invert.638b2c9e.svg);
}

.cid-italic {
  background-image: url(/build/images/cid-italic.aa605495.svg);
}

.cid-justify-center {
  background-image: url(/build/images/cid-justify-center.9e8a9096.svg);
}

.cid-justify-left {
  background-image: url(/build/images/cid-justify-left.ba6cec40.svg);
}

.cid-justify-right {
  background-image: url(/build/images/cid-justify-right.5a8c5753.svg);
}

.cid-key {
  background-image: url(/build/images/cid-key.21c12fb8.svg);
}

.cid-key-alt {
  background-image: url(/build/images/cid-key-alt.0dcde44f.svg);
}

.cid-keyboard {
  background-image: url(/build/images/cid-keyboard.bf378ae2.svg);
}

.cid-keyboard-hide {
  background-image: url(/build/images/cid-keyboard-hide.7db1abbb.svg);
}

.cid-kitchen {
  background-image: url(/build/images/cid-kitchen.809e99ee.svg);
}

.cid-lan {
  background-image: url(/build/images/cid-lan.33afb4a4.svg);
}

.cid-language {
  background-image: url(/build/images/cid-language.89218418.svg);
}

.cid-laptop {
  background-image: url(/build/images/cid-laptop.9d9583ae.svg);
}

.cid-laundry {
  background-image: url(/build/images/cid-laundry.47016450.svg);
}

.cid-layers {
  background-image: url(/build/images/cid-layers.90086e5d.svg);
}

.cid-layers-slash {
  background-image: url(/build/images/cid-layers-slash.fbe51019.svg);
}

.cid-leaf {
  background-image: url(/build/images/cid-leaf.cb7b6713.svg);
}

.cid-lemon {
  background-image: url(/build/images/cid-lemon.c1aa7902.svg);
}

.cid-level-down {
  background-image: url(/build/images/cid-level-down.6e392b3e.svg);
}

.cid-level-up {
  background-image: url(/build/images/cid-level-up.bf8d759a.svg);
}

.cid-library {
  background-image: url(/build/images/cid-library.8a4fbf6e.svg);
}

.cid-library-add {
  background-image: url(/build/images/cid-library-add.6b9804c5.svg);
}

.cid-library-bookmark {
  background-image: url(/build/images/cid-library-bookmark.de51f295.svg);
}

.cid-library-books {
  background-image: url(/build/images/cid-library-books.60f49978.svg);
}

.cid-library-building {
  background-image: url(/build/images/cid-library-building.7c818e10.svg);
}

.cid-library-music {
  background-image: url(/build/images/cid-library-music.cb9ce45d.svg);
}

.cid-life-ring {
  background-image: url(/build/images/cid-life-ring.5a7d599d.svg);
}

.cid-lightbulb {
  background-image: url(/build/images/cid-lightbulb.22b513ec.svg);
}

.cid-line-spacing {
  background-image: url(/build/images/cid-line-spacing.66713efd.svg);
}

.cid-line-style {
  background-image: url(/build/images/cid-line-style.18a2b0b3.svg);
}

.cid-line-weight {
  background-image: url(/build/images/cid-line-weight.6ff982e4.svg);
}

.cid-link {
  background-image: url(/build/images/cid-link.343bdc67.svg);
}

.cid-link-alt {
  background-image: url(/build/images/cid-link-alt.98affdbb.svg);
}

.cid-link-broken {
  background-image: url(/build/images/cid-link-broken.4c4cdcb1.svg);
}

.cid-link-intact {
  background-image: url(/build/images/cid-link-intact.45ab8f34.svg);
}

.cid-link-slash {
  background-image: url(/build/images/cid-link-slash.9fc4c51e.svg);
}

.cid-list {
  background-image: url(/build/images/cid-list.05c92e6e.svg);
}

.cid-list-filter {
  background-image: url(/build/images/cid-list-filter.10dc92df.svg);
}

.cid-list-high-priority {
  background-image: url(/build/images/cid-list-high-priority.bb22bdfe.svg);
}

.cid-list-low-priority {
  background-image: url(/build/images/cid-list-low-priority.dc74449d.svg);
}

.cid-list-numbered {
  background-image: url(/build/images/cid-list-numbered.c52ae972.svg);
}

.cid-list-numbered-rtl {
  background-image: url(/build/images/cid-list-numbered-rtl.3f61af17.svg);
}

.cid-list-rich {
  background-image: url(/build/images/cid-list-rich.e3d2e020.svg);
}

.cid-location-gps {
  background-image: url(/build/images/cid-location-gps.a8caf460.svg);
}

.cid-location-gps-fixed {
  background-image: url(/build/images/cid-location-gps-fixed.1faa9051.svg);
}

.cid-location-gps-off {
  background-image: url(/build/images/cid-location-gps-off.748c4254.svg);
}

.cid-location-pin {
  background-image: url(/build/images/cid-location-pin.97dbb6aa.svg);
}

.cid-location-pin-check {
  background-image: url(/build/images/cid-location-pin-check.7984a2ba.svg);
}

.cid-location-pin-edit {
  background-image: url(/build/images/cid-location-pin-edit.44665a73.svg);
}

.cid-location-pin-plus {
  background-image: url(/build/images/cid-location-pin-plus.1a598a8d.svg);
}

.cid-location-pin-slash {
  background-image: url(/build/images/cid-location-pin-slash.21e35d49.svg);
}

.cid-lock-locked {
  background-image: url(/build/images/cid-lock-locked.cce0010e.svg);
}

.cid-lock-minus {
  background-image: url(/build/images/cid-lock-minus.8c39f20d.svg);
}

.cid-lock-plus {
  background-image: url(/build/images/cid-lock-plus.fa247439.svg);
}

.cid-lock-unlocked {
  background-image: url(/build/images/cid-lock-unlocked.12c7bdd5.svg);
}

.cid-locomotive {
  background-image: url(/build/images/cid-locomotive.282fe9c7.svg);
}

.cid-loop {
  background-image: url(/build/images/cid-loop.16eeb574.svg);
}

.cid-loop-1 {
  background-image: url(/build/images/cid-loop-1.62c646cd.svg);
}

.cid-loop-circular {
  background-image: url(/build/images/cid-loop-circular.4dde533a.svg);
}

.cid-loop-square {
  background-image: url(/build/images/cid-loop-square.6e50b63b.svg);
}

.cid-low-vision {
  background-image: url(/build/images/cid-low-vision.9dde0748.svg);
}

.cid-loyalty {
  background-image: url(/build/images/cid-loyalty.da15e2fe.svg);
}

.cid-madia-skip-backward {
  background-image: url(/build/images/cid-madia-skip-backward.b28fc313.svg);
}

.cid-magnifying-glass {
  background-image: url(/build/images/cid-magnifying-glass.ba2dcefb.svg);
}

.cid-mail {
  background-image: url(/build/images/cid-mail.9178e323.svg);
}

.cid-mailbox {
  background-image: url(/build/images/cid-mailbox.0fdeb711.svg);
}

.cid-map {
  background-image: url(/build/images/cid-map.f03c1708.svg);
}

.cid-map-alt {
  background-image: url(/build/images/cid-map-alt.2903cba2.svg);
}

.cid-media-eject {
  background-image: url(/build/images/cid-media-eject.d35c0a97.svg);
}

.cid-media-eject-circle {
  background-image: url(/build/images/cid-media-eject-circle.1dfa0c27.svg);
}

.cid-media-eject-square {
  background-image: url(/build/images/cid-media-eject-square.759c3724.svg);
}

.cid-media-pause-circle {
  background-image: url(/build/images/cid-media-pause-circle.044da301.svg);
}

.cid-media-pause-square {
  background-image: url(/build/images/cid-media-pause-square.c9f694eb.svg);
}

.cid-media-play-circle {
  background-image: url(/build/images/cid-media-play-circle.31b33424.svg);
}

.cid-media-play-square {
  background-image: url(/build/images/cid-media-play-square.adb82040.svg);
}

.cid-media-record-circle {
  background-image: url(/build/images/cid-media-record-circle.fee92a64.svg);
}

.cid-media-record-square {
  background-image: url(/build/images/cid-media-record-square.c3fb34cd.svg);
}

.cid-media-skip-backward-circle {
  background-image: url(/build/images/cid-media-skip-backward-circle.c0a9bbcb.svg);
}

.cid-media-skip-backward-square {
  background-image: url(/build/images/cid-media-skip-backward-square.5b61b43d.svg);
}

.cid-media-skip-forward {
  background-image: url(/build/images/cid-media-skip-forward.1525e872.svg);
}

.cid-media-skip-forward-circle {
  background-image: url(/build/images/cid-media-skip-forward-circle.7e1ed8ce.svg);
}

.cid-media-skip-forward-square {
  background-image: url(/build/images/cid-media-skip-forward-square.1434a315.svg);
}

.cid-media-step-backward {
  background-image: url(/build/images/cid-media-step-backward.0042e81c.svg);
}

.cid-media-step-backward-circle {
  background-image: url(/build/images/cid-media-step-backward-circle.efc09cf3.svg);
}

.cid-media-step-backward-square {
  background-image: url(/build/images/cid-media-step-backward-square.62b3b43c.svg);
}

.cid-media-step-forward {
  background-image: url(/build/images/cid-media-step-forward.30ab36f6.svg);
}

.cid-media-step-forward-circle {
  background-image: url(/build/images/cid-media-step-forward-circle.c01b40fe.svg);
}

.cid-media-step-forward-square {
  background-image: url(/build/images/cid-media-step-forward-square.a0df8fea.svg);
}

.cid-media-stop-circle {
  background-image: url(/build/images/cid-media-stop-circle.6115b4d3.svg);
}

.cid-media-stop-square {
  background-image: url(/build/images/cid-media-stop-square.6c59f374.svg);
}

.cid-medical-cross {
  background-image: url(/build/images/cid-medical-cross.6cf0d40f.svg);
}

.cid-meh {
  background-image: url(/build/images/cid-meh.9892ede8.svg);
}

.cid-memory {
  background-image: url(/build/images/cid-memory.b91df9fe.svg);
}

.cid-menu {
  background-image: url(/build/images/cid-menu.25f176c5.svg);
}

.cid-mic {
  background-image: url(/build/images/cid-mic.f6f629b7.svg);
}

.cid-mic-alt {
  background-image: url(/build/images/cid-mic-alt.1b471d7a.svg);
}

.cid-mic-settings {
  background-image: url(/build/images/cid-mic-settings.657cdaed.svg);
}

.cid-mic-slash {
  background-image: url(/build/images/cid-mic-slash.f891770e.svg);
}

.cid-microchip {
  background-image: url(/build/images/cid-microchip.654fb2aa.svg);
}

.cid-microphone {
  background-image: url(/build/images/cid-microphone.f6f629b7.svg);
}

.cid-microphone-alt {
  background-image: url(/build/images/cid-microphone-alt.1b471d7a.svg);
}

.cid-microphone-settings {
  background-image: url(/build/images/cid-microphone-settings.657cdaed.svg);
}

.cid-microphone-slash {
  background-image: url(/build/images/cid-microphone-slash.f891770e.svg);
}

.cid-minus-circle {
  background-image: url(/build/images/cid-minus-circle.80d30aff.svg);
}

.cid-minus-square {
  background-image: url(/build/images/cid-minus-square.e7a14f71.svg);
}

.cid-mobile {
  background-image: url(/build/images/cid-mobile.1de88054.svg);
}

.cid-mobile-arrow-add {
  background-image: url(/build/images/cid-mobile-arrow-add.f33c7622.svg);
}

.cid-mobile-arrow-remove {
  background-image: url(/build/images/cid-mobile-arrow-remove.d916961a.svg);
}

.cid-mobile-check {
  background-image: url(/build/images/cid-mobile-check.2318bcbf.svg);
}

.cid-mobile-developer-mode {
  background-image: url(/build/images/cid-mobile-developer-mode.39e9d0b2.svg);
}

.cid-mobile-landscape {
  background-image: url(/build/images/cid-mobile-landscape.55977179.svg);
}

.cid-mobile-lock {
  background-image: url(/build/images/cid-mobile-lock.d1177e02.svg);
}

.cid-mobile-minus {
  background-image: url(/build/images/cid-mobile-minus.9c670894.svg);
}

.cid-mobile-plus {
  background-image: url(/build/images/cid-mobile-plus.b65af209.svg);
}

.cid-mobile-portrait {
  background-image: url(/build/images/cid-mobile-portrait.8044b4ef.svg);
}

.cid-mobile-settings {
  background-image: url(/build/images/cid-mobile-settings.b2e601a9.svg);
}

.cid-mobile-slash {
  background-image: url(/build/images/cid-mobile-slash.372864f4.svg);
}

.cid-mobile-sms {
  background-image: url(/build/images/cid-mobile-sms.5b5b365a.svg);
}

.cid-mobile-speaker {
  background-image: url(/build/images/cid-mobile-speaker.6a534185.svg);
}

.cid-mobile-volume {
  background-image: url(/build/images/cid-mobile-volume.196f759d.svg);
}

.cid-mobile-x {
  background-image: url(/build/images/cid-mobile-x.a3bd2dc6.svg);
}

.cid-money {
  background-image: url(/build/images/cid-money.d95f294a.svg);
}

.cid-money-bill {
  background-image: url(/build/images/cid-money-bill.e3dde849.svg);
}

.cid-money-bill-alt {
  background-image: url(/build/images/cid-money-bill-alt.fba47a29.svg);
}

.cid-money-bill-alt2 {
  background-image: url(/build/images/cid-money-bill-alt2.7d20b542.svg);
}

.cid-monitor {
  background-image: url(/build/images/cid-monitor.9019a108.svg);
}

.cid-mood-bad {
  background-image: url(/build/images/cid-mood-bad.cf0bf918.svg);
}

.cid-mood-good {
  background-image: url(/build/images/cid-mood-good.09e4c102.svg);
}

.cid-mood-very-bad {
  background-image: url(/build/images/cid-mood-very-bad.7e8fb2e6.svg);
}

.cid-mood-very-good {
  background-image: url(/build/images/cid-mood-very-good.6696a5c0.svg);
}

.cid-moon {
  background-image: url(/build/images/cid-moon.1086314c.svg);
}

.cid-more {
  background-image: url(/build/images/cid-more.616a65d2.svg);
}

.cid-motorbike {
  background-image: url(/build/images/cid-motorbike.7d2cadd3.svg);
}

.cid-mouse {
  background-image: url(/build/images/cid-mouse.60748634.svg);
}

.cid-mouse-alt {
  background-image: url(/build/images/cid-mouse-alt.6fcaa36c.svg);
}

.cid-mouth {
  background-image: url(/build/images/cid-mouth.5df3f380.svg);
}

.cid-mouth-slash {
  background-image: url(/build/images/cid-mouth-slash.eb9e666e.svg);
}

.cid-move {
  background-image: url(/build/images/cid-move.c63de5eb.svg);
}

.cid-movie {
  background-image: url(/build/images/cid-movie.802e157b.svg);
}

.cid-movie-alt {
  background-image: url(/build/images/cid-movie-alt.8101d6f4.svg);
}

.cid-mug {
  background-image: url(/build/images/cid-mug.ff2e76ed.svg);
}

.cid-mug-tea {
  background-image: url(/build/images/cid-mug-tea.b564eb0e.svg);
}

.cid-music-note {
  background-image: url(/build/images/cid-music-note.8e769867.svg);
}

.cid-music-note-alt {
  background-image: url(/build/images/cid-music-note-alt.1dc62525.svg);
}

.cid-music-note-slash {
  background-image: url(/build/images/cid-music-note-slash.bed7998f.svg);
}

.cid-music-video {
  background-image: url(/build/images/cid-music-video.e15bca39.svg);
}

.cid-network-check {
  background-image: url(/build/images/cid-network-check.783144a0.svg);
}

.cid-new {
  background-image: url(/build/images/cid-new.9debf90b.svg);
}

.cid-new-releases {
  background-image: url(/build/images/cid-new-releases.e702abbb.svg);
}

.cid-newspaper {
  background-image: url(/build/images/cid-newspaper.9a8f0f42.svg);
}

.cid-note {
  background-image: url(/build/images/cid-note.68280dfd.svg);
}

.cid-note-add {
  background-image: url(/build/images/cid-note-add.72a6bfad.svg);
}

.cid-notes {
  background-image: url(/build/images/cid-notes.a9fba0e6.svg);
}

.cid-object-group {
  background-image: url(/build/images/cid-object-group.3d99e914.svg);
}

.cid-object-ungroup {
  background-image: url(/build/images/cid-object-ungroup.0cbe4043.svg);
}

.cid-opacity {
  background-image: url(/build/images/cid-opacity.bbfca4d4.svg);
}

.cid-opentype {
  background-image: url(/build/images/cid-opentype.9b54fd7d.svg);
}

.cid-options {
  background-image: url(/build/images/cid-options.66acb898.svg);
}

.cid-options-alt {
  background-image: url(/build/images/cid-options-alt.60072f95.svg);
}

.cid-oven {
  background-image: url(/build/images/cid-oven.809e99ee.svg);
}

.cid-overscan {
  background-image: url(/build/images/cid-overscan.b9d466ed.svg);
}

.cid-overscan-settings {
  background-image: url(/build/images/cid-overscan-settings.d2993016.svg);
}

.cid-page {
  background-image: url(/build/images/cid-page.516fe941.svg);
}

.cid-page-restore {
  background-image: url(/build/images/cid-page-restore.ebc44b9c.svg);
}

.cid-pageview {
  background-image: url(/build/images/cid-pageview.e530e597.svg);
}

.cid-paint {
  background-image: url(/build/images/cid-paint.1846f31c.svg);
}

.cid-paint-bucket {
  background-image: url(/build/images/cid-paint-bucket.aa25c580.svg);
}

.cid-paper-plane {
  background-image: url(/build/images/cid-paper-plane.709c7c88.svg);
}

.cid-paperclip {
  background-image: url(/build/images/cid-paperclip.debc1b6d.svg);
}

.cid-paragraph {
  background-image: url(/build/images/cid-paragraph.5a7a5150.svg);
}

.cid-parking {
  background-image: url(/build/images/cid-parking.1c4d7041.svg);
}

.cid-paw {
  background-image: url(/build/images/cid-paw.f30043ad.svg);
}

.cid-pen {
  background-image: url(/build/images/cid-pen.079afa5e.svg);
}

.cid-pen-alt {
  background-image: url(/build/images/cid-pen-alt.6525bb97.svg);
}

.cid-pen-fancy {
  background-image: url(/build/images/cid-pen-fancy.7bc865d8.svg);
}

.cid-pen-nib {
  background-image: url(/build/images/cid-pen-nib.575c6c23.svg);
}

.cid-pencil {
  background-image: url(/build/images/cid-pencil.e3d2c9c0.svg);
}

.cid-people {
  background-image: url(/build/images/cid-people.c7a607cd.svg);
}

.cid-people-minus {
  background-image: url(/build/images/cid-people-minus.e4a1b460.svg);
}

.cid-people-plus {
  background-image: url(/build/images/cid-people-plus.01343252.svg);
}

.cid-people-x {
  background-image: url(/build/images/cid-people-x.f70ec1cf.svg);
}

.cid-percent {
  background-image: url(/build/images/cid-percent.efe67d5c.svg);
}

.cid-person {
  background-image: url(/build/images/cid-person.82bf9ae3.svg);
}

.cid-person-female {
  background-image: url(/build/images/cid-person-female.b379df2b.svg);
}

.cid-petrol-station {
  background-image: url(/build/images/cid-petrol-station.28b095c0.svg);
}

.cid-phone {
  background-image: url(/build/images/cid-phone.18d8c4da.svg);
}

.cid-phone-bluetooth {
  background-image: url(/build/images/cid-phone-bluetooth.e0f707d7.svg);
}

.cid-phone-call {
  background-image: url(/build/images/cid-phone-call.13b40fc1.svg);
}

.cid-phone-call-end {
  background-image: url(/build/images/cid-phone-call-end.2e198726.svg);
}

.cid-phone-callback {
  background-image: url(/build/images/cid-phone-callback.c5cfb14c.svg);
}

.cid-phone-check {
  background-image: url(/build/images/cid-phone-check.510fe77b.svg);
}

.cid-phone-forward {
  background-image: url(/build/images/cid-phone-forward.dd3473da.svg);
}

.cid-phone-in-talk {
  background-image: url(/build/images/cid-phone-in-talk.ec9b5a14.svg);
}

.cid-phone-lock {
  background-image: url(/build/images/cid-phone-lock.863d8b20.svg);
}

.cid-phone-minus {
  background-image: url(/build/images/cid-phone-minus.3cc01121.svg);
}

.cid-phone-missed {
  background-image: url(/build/images/cid-phone-missed.ac7dcc29.svg);
}

.cid-phone-paused {
  background-image: url(/build/images/cid-phone-paused.515684d6.svg);
}

.cid-phone-plus {
  background-image: url(/build/images/cid-phone-plus.e77014e8.svg);
}

.cid-phone-ring-volume {
  background-image: url(/build/images/cid-phone-ring-volume.fed55e17.svg);
}

.cid-phone-settings {
  background-image: url(/build/images/cid-phone-settings.ba240d69.svg);
}

.cid-phone-slash {
  background-image: url(/build/images/cid-phone-slash.1c2368b7.svg);
}

.cid-phone-square {
  background-image: url(/build/images/cid-phone-square.37a5ca1c.svg);
}

.cid-phone-volume {
  background-image: url(/build/images/cid-phone-volume.c06df031.svg);
}

.cid-phone-x {
  background-image: url(/build/images/cid-phone-x.5763935c.svg);
}

.cid-picture-in-picture {
  background-image: url(/build/images/cid-picture-in-picture.60ad8e5b.svg);
}

.cid-picture-in-picture-alt {
  background-image: url(/build/images/cid-picture-in-picture-alt.d91b5800.svg);
}

.cid-pin {
  background-image: url(/build/images/cid-pin.cac8ae7c.svg);
}

.cid-pizza {
  background-image: url(/build/images/cid-pizza.95c99f80.svg);
}

.cid-plant {
  background-image: url(/build/images/cid-plant.cb7b6713.svg);
}

.cid-playlist-add {
  background-image: url(/build/images/cid-playlist-add.97307314.svg);
}

.cid-playlist-add-check {
  background-image: url(/build/images/cid-playlist-add-check.0dcfb8b4.svg);
}

.cid-playlist-play {
  background-image: url(/build/images/cid-playlist-play.78660ef9.svg);
}

.cid-plus-circle {
  background-image: url(/build/images/cid-plus-circle.fac4b580.svg);
}

.cid-plus-one {
  background-image: url(/build/images/cid-plus-one.0405d642.svg);
}

.cid-plus-square {
  background-image: url(/build/images/cid-plus-square.41679aca.svg);
}

.cid-pool {
  background-image: url(/build/images/cid-pool.19366e67.svg);
}

.cid-portable-wifi {
  background-image: url(/build/images/cid-portable-wifi.befa106b.svg);
}

.cid-portable-wifi-off {
  background-image: url(/build/images/cid-portable-wifi-off.721fbdb2.svg);
}

.cid-power-settings {
  background-image: url(/build/images/cid-power-settings.24830311.svg);
}

.cid-power-standby {
  background-image: url(/build/images/cid-power-standby.222b842c.svg);
}

.cid-pregnant {
  background-image: url(/build/images/cid-pregnant.25dcafa7.svg);
}

.cid-print {
  background-image: url(/build/images/cid-print.8e05b93a.svg);
}

.cid-printer {
  background-image: url(/build/images/cid-printer.d44a1e08.svg);
}

.cid-printer-slash {
  background-image: url(/build/images/cid-printer-slash.a4221349.svg);
}

.cid-pushchair {
  background-image: url(/build/images/cid-pushchair.fb0fdb5d.svg);
}

.cid-qr-code {
  background-image: url(/build/images/cid-qr-code.26400898.svg);
}

.cid-queue {
  background-image: url(/build/images/cid-queue.b5e0fa4d.svg);
}

.cid-queue-add {
  background-image: url(/build/images/cid-queue-add.e79acf7a.svg);
}

.cid-queue-music {
  background-image: url(/build/images/cid-queue-music.9235f05a.svg);
}

.cid-queue-play-next {
  background-image: url(/build/images/cid-queue-play-next.120cb3cb.svg);
}

.cid-queue-remove {
  background-image: url(/build/images/cid-queue-remove.e59ede0f.svg);
}

.cid-radio {
  background-image: url(/build/images/cid-radio.f6dafedf.svg);
}

.cid-railway {
  background-image: url(/build/images/cid-railway.79e8a374.svg);
}

.cid-rain {
  background-image: url(/build/images/cid-rain.e202b6a5.svg);
}

.cid-random {
  background-image: url(/build/images/cid-random.0ae5b098.svg);
}

.cid-recent-actors {
  background-image: url(/build/images/cid-recent-actors.c3a6fab2.svg);
}

.cid-recycle {
  background-image: url(/build/images/cid-recycle.4bfcbfc0.svg);
}

.cid-registered {
  background-image: url(/build/images/cid-registered.6d0e75e8.svg);
}

.cid-reload {
  background-image: url(/build/images/cid-reload.87b99ebb.svg);
}

.cid-remote-control {
  background-image: url(/build/images/cid-remote-control.bdd00f64.svg);
}

.cid-remote-settings {
  background-image: url(/build/images/cid-remote-settings.be63ce66.svg);
}

.cid-replay {
  background-image: url(/build/images/cid-replay.0edcfea2.svg);
}

.cid-report {
  background-image: url(/build/images/cid-report.9c72c184.svg);
}

.cid-report-slash {
  background-image: url(/build/images/cid-report-slash.6c969898.svg);
}

.cid-resize-both {
  background-image: url(/build/images/cid-resize-both.19288dc9.svg);
}

.cid-resize-height {
  background-image: url(/build/images/cid-resize-height.6321c97a.svg);
}

.cid-resize-width {
  background-image: url(/build/images/cid-resize-width.014329ba.svg);
}

.cid-restaurant {
  background-image: url(/build/images/cid-restaurant.f1272bf4.svg);
}

.cid-restaurant-menu {
  background-image: url(/build/images/cid-restaurant-menu.18a67cfa.svg);
}

.cid-restore {
  background-image: url(/build/images/cid-restore.8831bbca.svg);
}

.cid-rights {
  background-image: url(/build/images/cid-rights.6d0e75e8.svg);
}

.cid-room {
  background-image: url(/build/images/cid-room.9b74efb5.svg);
}

.cid-room-slash {
  background-image: url(/build/images/cid-room-slash.73e5e50e.svg);
}

.cid-rotate-left {
  background-image: url(/build/images/cid-rotate-left.58fd896d.svg);
}

.cid-rotate-right {
  background-image: url(/build/images/cid-rotate-right.69f4018a.svg);
}

.cid-rounded-corner {
  background-image: url(/build/images/cid-rounded-corner.4d0b389b.svg);
}

.cid-router {
  background-image: url(/build/images/cid-router.ec4c5097.svg);
}

.cid-rowing {
  background-image: url(/build/images/cid-rowing.a3d8fa10.svg);
}

.cid-rss {
  background-image: url(/build/images/cid-rss.c782d5f4.svg);
}

.cid-rss-alt {
  background-image: url(/build/images/cid-rss-alt.55a7cd37.svg);
}

.cid-rss-square {
  background-image: url(/build/images/cid-rss-square.dde9d9c6.svg);
}

.cid-ruble {
  background-image: url(/build/images/cid-ruble.9e3d37a1.svg);
}

.cid-ruble-circle {
  background-image: url(/build/images/cid-ruble-circle.a2b2a795.svg);
}

.cid-ruble-circle-slash {
  background-image: url(/build/images/cid-ruble-circle-slash.9fdcb0fb.svg);
}

.cid-ruble-slash {
  background-image: url(/build/images/cid-ruble-slash.a27f1785.svg);
}

.cid-sad {
  background-image: url(/build/images/cid-sad.91b863ac.svg);
}

.cid-satelite {
  background-image: url(/build/images/cid-satelite.c73f6ba9.svg);
}

.cid-save {
  background-image: url(/build/images/cid-save.0a7997c6.svg);
}

.cid-scale {
  background-image: url(/build/images/cid-scale.82c3b291.svg);
}

.cid-scale-image {
  background-image: url(/build/images/cid-scale-image.82c3b291.svg);
}

.cid-scanner {
  background-image: url(/build/images/cid-scanner.ddd39cf6.svg);
}

.cid-school {
  background-image: url(/build/images/cid-school.8f34ffe0.svg);
}

.cid-scooter {
  background-image: url(/build/images/cid-scooter.e0f4c7b4.svg);
}

.cid-screen-deskop-slash {
  background-image: url(/build/images/cid-screen-deskop-slash.96b82cdb.svg);
}

.cid-screen-desktop {
  background-image: url(/build/images/cid-screen-desktop.6e3a0bc2.svg);
}

.cid-screen-horizontal {
  background-image: url(/build/images/cid-screen-horizontal.38e99149.svg);
}

.cid-screen-landscape {
  background-image: url(/build/images/cid-screen-landscape.38e99149.svg);
}

.cid-screen-lock-horizontal {
  background-image: url(/build/images/cid-screen-lock-horizontal.c99e0210.svg);
}

.cid-screen-lock-landscape {
  background-image: url(/build/images/cid-screen-lock-landscape.c99e0210.svg);
}

.cid-screen-lock-portrait {
  background-image: url(/build/images/cid-screen-lock-portrait.085595d6.svg);
}

.cid-screen-lock-rotation {
  background-image: url(/build/images/cid-screen-lock-rotation.dfd53b16.svg);
}

.cid-screen-lock-vertical {
  background-image: url(/build/images/cid-screen-lock-vertical.085595d6.svg);
}

.cid-screen-mirroring {
  background-image: url(/build/images/cid-screen-mirroring.f1e5fc15.svg);
}

.cid-screen-portrait {
  background-image: url(/build/images/cid-screen-portrait.25c8543a.svg);
}

.cid-screen-rotation {
  background-image: url(/build/images/cid-screen-rotation.44b50b84.svg);
}

.cid-screen-smartphone {
  background-image: url(/build/images/cid-screen-smartphone.d28eaf94.svg);
}

.cid-screen-vertical {
  background-image: url(/build/images/cid-screen-vertical.25c8543a.svg);
}

.cid-script {
  background-image: url(/build/images/cid-script.9e1ae107.svg);
}

.cid-scrubber {
  background-image: url(/build/images/cid-scrubber.e10c121e.svg);
}

.cid-sdcard {
  background-image: url(/build/images/cid-sdcard.a84223b0.svg);
}

.cid-search {
  background-image: url(/build/images/cid-search.ba2dcefb.svg);
}

.cid-security {
  background-image: url(/build/images/cid-security.75ec78c1.svg);
}

.cid-select {
  background-image: url(/build/images/cid-select.a262e090.svg);
}

.cid-select-all {
  background-image: url(/build/images/cid-select-all.38acb41f.svg);
}

.cid-send {
  background-image: url(/build/images/cid-send.709c7c88.svg);
}

.cid-settings {
  background-image: url(/build/images/cid-settings.bf5bf23a.svg);
}

.cid-settings-alt {
  background-image: url(/build/images/cid-settings-alt.89e9b5d0.svg);
}

.cid-share {
  background-image: url(/build/images/cid-share.5f729b32.svg);
}

.cid-share-all {
  background-image: url(/build/images/cid-share-all.174227b4.svg);
}

.cid-share-alt {
  background-image: url(/build/images/cid-share-alt.bb93a691.svg);
}

.cid-share-boxed {
  background-image: url(/build/images/cid-share-boxed.aba288e3.svg);
}

.cid-shield {
  background-image: url(/build/images/cid-shield.ba6dbefb.svg);
}

.cid-shield-alt {
  background-image: url(/build/images/cid-shield-alt.c1f7d6db.svg);
}

.cid-shield-check {
  background-image: url(/build/images/cid-shield-check.1626a7b0.svg);
}

.cid-shield-minus {
  background-image: url(/build/images/cid-shield-minus.bdda37dd.svg);
}

.cid-shield-plus {
  background-image: url(/build/images/cid-shield-plus.4272f176.svg);
}

.cid-shield-slash {
  background-image: url(/build/images/cid-shield-slash.74721e5f.svg);
}

.cid-shield-x {
  background-image: url(/build/images/cid-shield-x.7e9c7a6e.svg);
}

.cid-shop-media {
  background-image: url(/build/images/cid-shop-media.588f7c2b.svg);
}

.cid-shop-media-two {
  background-image: url(/build/images/cid-shop-media-two.7397941f.svg);
}

.cid-short-text {
  background-image: url(/build/images/cid-short-text.5963819b.svg);
}

.cid-shower {
  background-image: url(/build/images/cid-shower.bb942337.svg);
}

.cid-sign-language {
  background-image: url(/build/images/cid-sign-language.3882a273.svg);
}

.cid-signal-cellular-0 {
  background-image: url(/build/images/cid-signal-cellular-0.864b882c.svg);
}

.cid-signal-cellular-1 {
  background-image: url(/build/images/cid-signal-cellular-1.6ae18ef8.svg);
}

.cid-signal-cellular-2 {
  background-image: url(/build/images/cid-signal-cellular-2.7e48b098.svg);
}

.cid-signal-cellular-3 {
  background-image: url(/build/images/cid-signal-cellular-3.82970aea.svg);
}

.cid-signal-cellular-4 {
  background-image: url(/build/images/cid-signal-cellular-4.87189fa4.svg);
}

.cid-signal-cellular-no-internet-0 {
  background-image: url(/build/images/cid-signal-cellular-no-internet-0.e114c601.svg);
}

.cid-signal-cellular-no-internet-1 {
  background-image: url(/build/images/cid-signal-cellular-no-internet-1.fa3f7a83.svg);
}

.cid-signal-cellular-no-internet-2 {
  background-image: url(/build/images/cid-signal-cellular-no-internet-2.263f548d.svg);
}

.cid-signal-cellular-no-internet-3 {
  background-image: url(/build/images/cid-signal-cellular-no-internet-3.e094d3fb.svg);
}

.cid-signal-cellular-no-internet-4 {
  background-image: url(/build/images/cid-signal-cellular-no-internet-4.13760150.svg);
}

.cid-signal-cellular-off {
  background-image: url(/build/images/cid-signal-cellular-off.43e59849.svg);
}

.cid-signpost {
  background-image: url(/build/images/cid-signpost.ea73026a.svg);
}

.cid-sim {
  background-image: url(/build/images/cid-sim.4aca5579.svg);
}

.cid-sim-slash {
  background-image: url(/build/images/cid-sim-slash.a2817eab.svg);
}

.cid-sitemap {
  background-image: url(/build/images/cid-sitemap.53aa93f2.svg);
}

.cid-slow-motion {
  background-image: url(/build/images/cid-slow-motion.eecd6a86.svg);
}

.cid-smile {
  background-image: url(/build/images/cid-smile.48fec7f5.svg);
}

.cid-smile-plus {
  background-image: url(/build/images/cid-smile-plus.93a387f4.svg);
}

.cid-smoke {
  background-image: url(/build/images/cid-smoke.085e5504.svg);
}

.cid-smoke-free {
  background-image: url(/build/images/cid-smoke-free.644f4148.svg);
}

.cid-smoke-slash {
  background-image: url(/build/images/cid-smoke-slash.644f4148.svg);
}

.cid-smoking-room {
  background-image: url(/build/images/cid-smoking-room.085e5504.svg);
}

.cid-snow {
  background-image: url(/build/images/cid-snow.af3671fe.svg);
}

.cid-snowflake {
  background-image: url(/build/images/cid-snowflake.765682b9.svg);
}

.cid-soccer {
  background-image: url(/build/images/cid-soccer.8a4580fb.svg);
}

.cid-sofa {
  background-image: url(/build/images/cid-sofa.3ec1c0a0.svg);
}

.cid-sorround-sound {
  background-image: url(/build/images/cid-sorround-sound.9814c28b.svg);
}

.cid-sort-alpha-down {
  background-image: url(/build/images/cid-sort-alpha-down.9bf82cfa.svg);
}

.cid-sort-alpha-up {
  background-image: url(/build/images/cid-sort-alpha-up.12b4e7e9.svg);
}

.cid-sort-ascending {
  background-image: url(/build/images/cid-sort-ascending.f42a5f05.svg);
}

.cid-sort-descending {
  background-image: url(/build/images/cid-sort-descending.45b1f824.svg);
}

.cid-sort-numeric-down {
  background-image: url(/build/images/cid-sort-numeric-down.6ef9efd7.svg);
}

.cid-sort-numeric-up {
  background-image: url(/build/images/cid-sort-numeric-up.51d9021e.svg);
}

.cid-sound {
  background-image: url(/build/images/cid-sound.b7168508.svg);
}

.cid-spa {
  background-image: url(/build/images/cid-spa.f087d247.svg);
}

.cid-space-bar {
  background-image: url(/build/images/cid-space-bar.336eb298.svg);
}

.cid-speak {
  background-image: url(/build/images/cid-speak.ff677230.svg);
}

.cid-speaker {
  background-image: url(/build/images/cid-speaker.c873bf73.svg);
}

.cid-speaker-group {
  background-image: url(/build/images/cid-speaker-group.6d896a6e.svg);
}

.cid-speech {
  background-image: url(/build/images/cid-speech.78e453d5.svg);
}

.cid-speech-bubble {
  background-image: url(/build/images/cid-speech-bubble.327cd52e.svg);
}

.cid-speech-notes {
  background-image: url(/build/images/cid-speech-notes.6e5abeb4.svg);
}

.cid-speech-notes-slash {
  background-image: url(/build/images/cid-speech-notes-slash.be2291fc.svg);
}

.cid-speedometer {
  background-image: url(/build/images/cid-speedometer.f7ac1ba9.svg);
}

.cid-spreadsheet {
  background-image: url(/build/images/cid-spreadsheet.8356d87e.svg);
}

.cid-star-circle {
  background-image: url(/build/images/cid-star-circle.334d9f8d.svg);
}

.cid-star-half {
  background-image: url(/build/images/cid-star-half.199dcc71.svg);
}

.cid-sticky-note {
  background-image: url(/build/images/cid-sticky-note.511a058b.svg);
}

.cid-storage {
  background-image: url(/build/images/cid-storage.d5a87a3d.svg);
}

.cid-store {
  background-image: url(/build/images/cid-store.94863385.svg);
}

.cid-stream {
  background-image: url(/build/images/cid-stream.919bcca8.svg);
}

.cid-strikethrough {
  background-image: url(/build/images/cid-strikethrough.c9de27bf.svg);
}

.cid-subtitles {
  background-image: url(/build/images/cid-subtitles.f2aa7573.svg);
}

.cid-subway {
  background-image: url(/build/images/cid-subway.eba90a2a.svg);
}

.cid-sun {
  background-image: url(/build/images/cid-sun.41f8ae36.svg);
}

.cid-swap-horizontal {
  background-image: url(/build/images/cid-swap-horizontal.b04fcdbd.svg);
}

.cid-swap-horizontal-circle {
  background-image: url(/build/images/cid-swap-horizontal-circle.ed12bf43.svg);
}

.cid-swap-vertical {
  background-image: url(/build/images/cid-swap-vertical.43b2e113.svg);
}

.cid-swap-vertical-circle {
  background-image: url(/build/images/cid-swap-vertical-circle.e7e45d5d.svg);
}

.cid-swimming {
  background-image: url(/build/images/cid-swimming.9ef32776.svg);
}

.cid-sync {
  background-image: url(/build/images/cid-sync.41fc6b83.svg);
}

.cid-sync-disabled {
  background-image: url(/build/images/cid-sync-disabled.f94db8fd.svg);
}

.cid-sync-problem {
  background-image: url(/build/images/cid-sync-problem.47b60c50.svg);
}

.cid-tablet {
  background-image: url(/build/images/cid-tablet.409071cd.svg);
}

.cid-tag {
  background-image: url(/build/images/cid-tag.4451105d.svg);
}

.cid-tags {
  background-image: url(/build/images/cid-tags.6cfb3e41.svg);
}

.cid-target {
  background-image: url(/build/images/cid-target.2813b07d.svg);
}

.cid-task {
  background-image: url(/build/images/cid-task.4b77dffd.svg);
}

.cid-taxi {
  background-image: url(/build/images/cid-taxi.f023b012.svg);
}

.cid-temperature {
  background-image: url(/build/images/cid-temperature.239e04d3.svg);
}

.cid-temperature-alt {
  background-image: url(/build/images/cid-temperature-alt.b6f76334.svg);
}

.cid-temperature-high {
  background-image: url(/build/images/cid-temperature-high.bd48ce80.svg);
}

.cid-temperature-low {
  background-image: url(/build/images/cid-temperature-low.95a897b0.svg);
}

.cid-tennis {
  background-image: url(/build/images/cid-tennis.b41fd480.svg);
}

.cid-tennis-ball {
  background-image: url(/build/images/cid-tennis-ball.82cdd6c6.svg);
}

.cid-terminal {
  background-image: url(/build/images/cid-terminal.746f86bb.svg);
}

.cid-terrain {
  background-image: url(/build/images/cid-terrain.ff582af2.svg);
}

.cid-text {
  background-image: url(/build/images/cid-text.9970c430.svg);
}

.cid-text-direction-ltr {
  background-image: url(/build/images/cid-text-direction-ltr.6a52674a.svg);
}

.cid-text-direction-rtl {
  background-image: url(/build/images/cid-text-direction-rtl.966f972b.svg);
}

.cid-text-format-clear {
  background-image: url(/build/images/cid-text-format-clear.4dd1cff9.svg);
}

.cid-text-height {
  background-image: url(/build/images/cid-text-height.c4a04b15.svg);
}

.cid-text-rotate-vertical {
  background-image: url(/build/images/cid-text-rotate-vertical.f2ae3818.svg);
}

.cid-text-rotation-down {
  background-image: url(/build/images/cid-text-rotation-down.9a8004af.svg);
}

.cid-text-rotation-none {
  background-image: url(/build/images/cid-text-rotation-none.e6ad693e.svg);
}

.cid-text-rotation-up {
  background-image: url(/build/images/cid-text-rotation-up.7b9a289e.svg);
}

.cid-text-shapes {
  background-image: url(/build/images/cid-text-shapes.3abfa23a.svg);
}

.cid-text-size {
  background-image: url(/build/images/cid-text-size.73265166.svg);
}

.cid-text-square {
  background-image: url(/build/images/cid-text-square.0723a4ca.svg);
}

.cid-text-strike {
  background-image: url(/build/images/cid-text-strike.c9de27bf.svg);
}

.cid-text-width {
  background-image: url(/build/images/cid-text-width.d34bb5ea.svg);
}

.cid-thermometer {
  background-image: url(/build/images/cid-thermometer.239e04d3.svg);
}

.cid-thermometer-alt {
  background-image: url(/build/images/cid-thermometer-alt.b6f76334.svg);
}

.cid-thumb-down {
  background-image: url(/build/images/cid-thumb-down.d9c0eda9.svg);
}

.cid-thumb-up {
  background-image: url(/build/images/cid-thumb-up.dc2084bd.svg);
}

.cid-timeline {
  background-image: url(/build/images/cid-timeline.27b88d9b.svg);
}

.cid-timer {
  background-image: url(/build/images/cid-timer.75f6436b.svg);
}

.cid-toggle-off {
  background-image: url(/build/images/cid-toggle-off.a4ee83d1.svg);
}

.cid-toggle-on {
  background-image: url(/build/images/cid-toggle-on.1f30dfff.svg);
}

.cid-toilet {
  background-image: url(/build/images/cid-toilet.80aecd5b.svg);
}

.cid-toll {
  background-image: url(/build/images/cid-toll.c5b3b1d9.svg);
}

.cid-touch-app {
  background-image: url(/build/images/cid-touch-app.e4bb4651.svg);
}

.cid-trademark {
  background-image: url(/build/images/cid-trademark.69f30d40.svg);
}

.cid-traffic {
  background-image: url(/build/images/cid-traffic.86867063.svg);
}

.cid-train {
  background-image: url(/build/images/cid-train.767bfc75.svg);
}

.cid-train-alt {
  background-image: url(/build/images/cid-train-alt.f8734807.svg);
}

.cid-tram {
  background-image: url(/build/images/cid-tram.088da16b.svg);
}

.cid-transfer {
  background-image: url(/build/images/cid-transfer.680f6df0.svg);
}

.cid-transfer-within-a-station {
  background-image: url(/build/images/cid-transfer-within-a-station.9c745248.svg);
}

.cid-translate {
  background-image: url(/build/images/cid-translate.e4a2c908.svg);
}

.cid-trash {
  background-image: url(/build/images/cid-trash.255ffc24.svg);
}

.cid-trash-alt {
  background-image: url(/build/images/cid-trash-alt.67e14a56.svg);
}

.cid-trash-arrow-up {
  background-image: url(/build/images/cid-trash-arrow-up.fa560341.svg);
}

.cid-trash-sweep {
  background-image: url(/build/images/cid-trash-sweep.828f9331.svg);
}

.cid-trash-x {
  background-image: url(/build/images/cid-trash-x.35548e6a.svg);
}

.cid-truck {
  background-image: url(/build/images/cid-truck.a6fd2ba3.svg);
}

.cid-tty {
  background-image: url(/build/images/cid-tty.a5630e2d.svg);
}

.cid-tv {
  background-image: url(/build/images/cid-tv.47fb29bb.svg);
}

.cid-tv-dvr {
  background-image: url(/build/images/cid-tv-dvr.3b43db6f.svg);
}

.cid-tv-live {
  background-image: url(/build/images/cid-tv-live.049135ce.svg);
}

.cid-tv-slash {
  background-image: url(/build/images/cid-tv-slash.445f1709.svg);
}

.cid-underline {
  background-image: url(/build/images/cid-underline.f34c773b.svg);
}

.cid-universal-access {
  background-image: url(/build/images/cid-universal-access.f18b2416.svg);
}

.cid-update {
  background-image: url(/build/images/cid-update.5648d996.svg);
}

.cid-usb {
  background-image: url(/build/images/cid-usb.ffa9e44c.svg);
}

.cid-user {
  background-image: url(/build/images/cid-user.2eb2ca1a.svg);
}

.cid-user-female {
  background-image: url(/build/images/cid-user-female.630fa54f.svg);
}

.cid-user-female-follow {
  background-image: url(/build/images/cid-user-female-follow.0d0c5ca5.svg);
}

.cid-user-female-minus {
  background-image: url(/build/images/cid-user-female-minus.c7b5ed1a.svg);
}

.cid-user-female-plus {
  background-image: url(/build/images/cid-user-female-plus.0d0c5ca5.svg);
}

.cid-user-female-unfollow {
  background-image: url(/build/images/cid-user-female-unfollow.4b79bdb2.svg);
}

.cid-user-female-x {
  background-image: url(/build/images/cid-user-female-x.4b79bdb2.svg);
}

.cid-user-follow {
  background-image: url(/build/images/cid-user-follow.7e293408.svg);
}

.cid-user-minus {
  background-image: url(/build/images/cid-user-minus.eb4f0ac2.svg);
}

.cid-user-plus {
  background-image: url(/build/images/cid-user-plus.7e293408.svg);
}

.cid-user-secret {
  background-image: url(/build/images/cid-user-secret.5496f3cd.svg);
}

.cid-user-unfollow {
  background-image: url(/build/images/cid-user-unfollow.d92972c4.svg);
}

.cid-vector {
  background-image: url(/build/images/cid-vector.7ea46305.svg);
}

.cid-verical-split {
  background-image: url(/build/images/cid-verical-split.63e4d395.svg);
}

.cid-vertical-align-bottom {
  background-image: url(/build/images/cid-vertical-align-bottom.771ff159.svg);
}

.cid-vertical-align-center {
  background-image: url(/build/images/cid-vertical-align-center.2d9af7ee.svg);
}

.cid-vertical-align-top {
  background-image: url(/build/images/cid-vertical-align-top.6ef90713.svg);
}

.cid-video {
  background-image: url(/build/images/cid-video.3142d428.svg);
}

.cid-video-label {
  background-image: url(/build/images/cid-video-label.900ffb81.svg);
}

.cid-video-library {
  background-image: url(/build/images/cid-video-library.b8390c86.svg);
}

.cid-video-missed {
  background-image: url(/build/images/cid-video-missed.fd72cd0b.svg);
}

.cid-video-plus {
  background-image: url(/build/images/cid-video-plus.3b3cb9ac.svg);
}

.cid-video-slash {
  background-image: url(/build/images/cid-video-slash.a3d636de.svg);
}

.cid-video-switch {
  background-image: url(/build/images/cid-video-switch.a888dcd4.svg);
}

.cid-videogame {
  background-image: url(/build/images/cid-videogame.db6ce218.svg);
}

.cid-view-agenda {
  background-image: url(/build/images/cid-view-agenda.eba71f9a.svg);
}

.cid-view-array {
  background-image: url(/build/images/cid-view-array.53a40762.svg);
}

.cid-view-carousel {
  background-image: url(/build/images/cid-view-carousel.d798b3e4.svg);
}

.cid-view-column {
  background-image: url(/build/images/cid-view-column.50ccb397.svg);
}

.cid-view-list {
  background-image: url(/build/images/cid-view-list.ee595984.svg);
}

.cid-view-module {
  background-image: url(/build/images/cid-view-module.fd0c48fc.svg);
}

.cid-view-quilt {
  background-image: url(/build/images/cid-view-quilt.46af9618.svg);
}

.cid-view-row {
  background-image: url(/build/images/cid-view-row.ee595984.svg);
}

.cid-view-stream {
  background-image: url(/build/images/cid-view-stream.a1e746d4.svg);
}

.cid-voice {
  background-image: url(/build/images/cid-voice.ff677230.svg);
}

.cid-voice-over-record {
  background-image: url(/build/images/cid-voice-over-record.900af585.svg);
}

.cid-voice-over-slash {
  background-image: url(/build/images/cid-voice-over-slash.11ce11ae.svg);
}

.cid-voicemail {
  background-image: url(/build/images/cid-voicemail.03549dcc.svg);
}

.cid-volume {
  background-image: url(/build/images/cid-volume.b7168508.svg);
}

.cid-volume-high {
  background-image: url(/build/images/cid-volume-high.673578bc.svg);
}

.cid-volume-low {
  background-image: url(/build/images/cid-volume-low.106cd6e6.svg);
}

.cid-volume-off {
  background-image: url(/build/images/cid-volume-off.bc6c1471.svg);
}

.cid-vote {
  background-image: url(/build/images/cid-vote.f450afa0.svg);
}

.cid-wallet {
  background-image: url(/build/images/cid-wallet.e8a4448b.svg);
}

.cid-wallpaper {
  background-image: url(/build/images/cid-wallpaper.d9cca95f.svg);
}

.cid-warning {
  background-image: url(/build/images/cid-warning.758c43e7.svg);
}

.cid-watch {
  background-image: url(/build/images/cid-watch.76ba76ed.svg);
}

.cid-waves {
  background-image: url(/build/images/cid-waves.541bcc91.svg);
}

.cid-wc {
  background-image: url(/build/images/cid-wc.8b9eb886.svg);
}

.cid-webcloud {
  background-image: url(/build/images/cid-webcloud.e343c7f3.svg);
}

.cid-weightlifitng {
  background-image: url(/build/images/cid-weightlifitng.68e65d39.svg);
}

.cid-weights {
  background-image: url(/build/images/cid-weights.0161d15e.svg);
}

.cid-wheelchair {
  background-image: url(/build/images/cid-wheelchair.a9df27d3.svg);
}

.cid-widgets {
  background-image: url(/build/images/cid-widgets.7ca876c9.svg);
}

.cid-wifi {
  background-image: url(/build/images/cid-wifi.b5ee949f.svg);
}

.cid-wifi-lock {
  background-image: url(/build/images/cid-wifi-lock.d0b99c1a.svg);
}

.cid-wifi-signal-0 {
  background-image: url(/build/images/cid-wifi-signal-0.481a211b.svg);
}

.cid-wifi-signal-1 {
  background-image: url(/build/images/cid-wifi-signal-1.31e80396.svg);
}

.cid-wifi-signal-2 {
  background-image: url(/build/images/cid-wifi-signal-2.be7c4da0.svg);
}

.cid-wifi-signal-3 {
  background-image: url(/build/images/cid-wifi-signal-3.3c093006.svg);
}

.cid-wifi-signal-4 {
  background-image: url(/build/images/cid-wifi-signal-4.61751172.svg);
}

.cid-wifi-signal-lock-0 {
  background-image: url(/build/images/cid-wifi-signal-lock-0.19f30716.svg);
}

.cid-wifi-signal-lock-1 {
  background-image: url(/build/images/cid-wifi-signal-lock-1.8ef20ea5.svg);
}

.cid-wifi-signal-lock-2 {
  background-image: url(/build/images/cid-wifi-signal-lock-2.8295c512.svg);
}

.cid-wifi-signal-lock-3 {
  background-image: url(/build/images/cid-wifi-signal-lock-3.c5675a1a.svg);
}

.cid-wifi-signal-lock-4 {
  background-image: url(/build/images/cid-wifi-signal-lock-4.b49d9b7d.svg);
}

.cid-wifi-signal-off {
  background-image: url(/build/images/cid-wifi-signal-off.76683587.svg);
}

.cid-window {
  background-image: url(/build/images/cid-window.4764bfbc.svg);
}

.cid-window-maximize {
  background-image: url(/build/images/cid-window-maximize.2325ec48.svg);
}

.cid-window-minimize {
  background-image: url(/build/images/cid-window-minimize.8120620a.svg);
}

.cid-window-restore {
  background-image: url(/build/images/cid-window-restore.a3d43870.svg);
}

.cid-wrap-text {
  background-image: url(/build/images/cid-wrap-text.5b535c4b.svg);
}

.cid-x-circle {
  background-image: url(/build/images/cid-x-circle.4aaa0e88.svg);
}

.cid-x-square {
  background-image: url(/build/images/cid-x-square.ca5d60a5.svg);
}

.cid-yen {
  background-image: url(/build/images/cid-yen.d51022d3.svg);
}

.cid-yen-circle {
  background-image: url(/build/images/cid-yen-circle.c87e1a93.svg);
}

.cid-yen-circle-slash {
  background-image: url(/build/images/cid-yen-circle-slash.473f3024.svg);
}

.cid-yen-slash {
  background-image: url(/build/images/cid-yen-slash.ff316713.svg);
}

.cid-zoom {
  background-image: url(/build/images/cid-zoom.ba2dcefb.svg);
}

.cid-zoom-in {
  background-image: url(/build/images/cid-zoom-in.5803b502.svg);
}

.cid-zoom-out {
  background-image: url(/build/images/cid-zoom-out.0c9d1669.svg);
}
@charset "UTF-8";
/*!
 * CoreUI Icons - Flag Icons
 * @version v3.0.0
 * @link https://coreui.io/icons/
 * Copyright (c) 2023 creativeLabs Łukasz Holeczek
 * Licensed under CC0 1.0 Universal
 */
[class^=cif-], [class*=" cif-"] {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.cif-ad {
  background-image: url(/build/images/cif-ad.14de6fe8.svg);
}

.cif-ae {
  background-image: url(/build/images/cif-ae.ee78c107.svg);
}

.cif-af {
  background-image: url(/build/images/cif-af.07254004.svg);
}

.cif-ag {
  background-image: url(/build/images/cif-ag.77b189f1.svg);
}

.cif-al {
  background-image: url(/build/images/cif-al.2bb9bab9.svg);
}

.cif-am {
  background-image: url(/build/images/cif-am.dfa7a599.svg);
}

.cif-ao {
  background-image: url(/build/images/cif-ao.6ebc4d6a.svg);
}

.cif-ar {
  background-image: url(/build/images/cif-ar.66c3164c.svg);
}

.cif-at {
  background-image: url(/build/images/cif-at.4193cc40.svg);
}

.cif-au {
  background-image: url(/build/images/cif-au.d5210d36.svg);
}

.cif-az {
  background-image: url(/build/images/cif-az.24589fcc.svg);
}

.cif-ba {
  background-image: url(/build/images/cif-ba.71d72eea.svg);
}

.cif-bb {
  background-image: url(/build/images/cif-bb.7a9c8571.svg);
}

.cif-bd {
  background-image: url(/build/images/cif-bd.d4c7179a.svg);
}

.cif-be {
  background-image: url(/build/images/cif-be.5c41e295.svg);
}

.cif-bf {
  background-image: url(/build/images/cif-bf.a70fb553.svg);
}

.cif-bg {
  background-image: url(/build/images/cif-bg.24945d15.svg);
}

.cif-bh {
  background-image: url(/build/images/cif-bh.9e3fa266.svg);
}

.cif-bi {
  background-image: url(/build/images/cif-bi.b02f8309.svg);
}

.cif-bj {
  background-image: url(/build/images/cif-bj.d7e0c53d.svg);
}

.cif-bn {
  background-image: url(/build/images/cif-bn.272de14e.svg);
}

.cif-bo {
  background-image: url(/build/images/cif-bo.532cdebe.svg);
}

.cif-br {
  background-image: url(/build/images/cif-br.f7c05606.svg);
}

.cif-bs {
  background-image: url(/build/images/cif-bs.dc020203.svg);
}

.cif-bt {
  background-image: url(/build/images/cif-bt.3d7e26f6.svg);
}

.cif-bw {
  background-image: url(/build/images/cif-bw.7c5aeac2.svg);
}

.cif-by {
  background-image: url(/build/images/cif-by.243262dd.svg);
}

.cif-bz {
  background-image: url(/build/images/cif-bz.cb4b232a.svg);
}

.cif-ca {
  background-image: url(/build/images/cif-ca.642f4b4f.svg);
}

.cif-cd {
  background-image: url(/build/images/cif-cd.8c90b452.svg);
}

.cif-cf {
  background-image: url(/build/images/cif-cf.99fbabfd.svg);
}

.cif-cg {
  background-image: url(/build/images/cif-cg.9c6f31c8.svg);
}

.cif-ch {
  background-image: url(/build/images/cif-ch.48cb0931.svg);
}

.cif-ci {
  background-image: url(/build/images/cif-ci.f402944e.svg);
}

.cif-ck {
  background-image: url(/build/images/cif-ck.cdc794a1.svg);
}

.cif-cl {
  background-image: url(/build/images/cif-cl.b32fbe28.svg);
}

.cif-cm {
  background-image: url(/build/images/cif-cm.d8ee791c.svg);
}

.cif-cn {
  background-image: url(/build/images/cif-cn.1fdca5bf.svg);
}

.cif-co {
  background-image: url(/build/images/cif-co.3b1c50b4.svg);
}

.cif-cr {
  background-image: url(/build/images/cif-cr.2046de3d.svg);
}

.cif-cu {
  background-image: url(/build/images/cif-cu.da74e212.svg);
}

.cif-cv {
  background-image: url(/build/images/cif-cv.f04b2a48.svg);
}

.cif-cy {
  background-image: url(/build/images/cif-cy.2855be20.svg);
}

.cif-cz {
  background-image: url(/build/images/cif-cz.8657ca03.svg);
}

.cif-de {
  background-image: url(/build/images/cif-de.83043121.svg);
}

.cif-dj {
  background-image: url(/build/images/cif-dj.db011bfc.svg);
}

.cif-dk {
  background-image: url(/build/images/cif-dk.1256f5ce.svg);
}

.cif-dm {
  background-image: url(/build/images/cif-dm.afa72420.svg);
}

.cif-do {
  background-image: url(/build/images/cif-do.104b6bb9.svg);
}

.cif-dz {
  background-image: url(/build/images/cif-dz.84223cc2.svg);
}

.cif-ec {
  background-image: url(/build/images/cif-ec.ecc9c6af.svg);
}

.cif-ee {
  background-image: url(/build/images/cif-ee.c87b956d.svg);
}

.cif-eg {
  background-image: url(/build/images/cif-eg.94307b03.svg);
}

.cif-er {
  background-image: url(/build/images/cif-er.5d1ac006.svg);
}

.cif-es {
  background-image: url(/build/images/cif-es.53f452eb.svg);
}

.cif-et {
  background-image: url(/build/images/cif-et.b6418d2d.svg);
}

.cif-fi {
  background-image: url(/build/images/cif-fi.de99d78b.svg);
}

.cif-fj {
  background-image: url(/build/images/cif-fj.9d4e324c.svg);
}

.cif-fm {
  background-image: url(/build/images/cif-fm.cfe3562b.svg);
}

.cif-fr {
  background-image: url(/build/images/cif-fr.c629d322.svg);
}

.cif-ga {
  background-image: url(/build/images/cif-ga.c6ac170b.svg);
}

.cif-gb {
  background-image: url(/build/images/cif-gb.5f2bcb46.svg);
}

.cif-gd {
  background-image: url(/build/images/cif-gd.cac3e3a6.svg);
}

.cif-ge {
  background-image: url(/build/images/cif-ge.dd60df50.svg);
}

.cif-gh {
  background-image: url(/build/images/cif-gh.9aa5869e.svg);
}

.cif-gm {
  background-image: url(/build/images/cif-gm.042d7c3d.svg);
}

.cif-gn {
  background-image: url(/build/images/cif-gn.3c93b0e9.svg);
}

.cif-gq {
  background-image: url(/build/images/cif-gq.3c93b0e9.svg);
}

.cif-gr {
  background-image: url(/build/images/cif-gr.a0eaffa7.svg);
}

.cif-gt {
  background-image: url(/build/images/cif-gt.be30fd90.svg);
}

.cif-gw {
  background-image: url(/build/images/cif-gw.51fb45be.svg);
}

.cif-gy {
  background-image: url(/build/images/cif-gy.5c733489.svg);
}

.cif-hk {
  background-image: url(/build/images/cif-hk.9873f497.svg);
}

.cif-hn {
  background-image: url(/build/images/cif-hn.1a0e9930.svg);
}

.cif-hr {
  background-image: url(/build/images/cif-hr.3ba33716.svg);
}

.cif-ht {
  background-image: url(/build/images/cif-ht.876b9def.svg);
}

.cif-hu {
  background-image: url(/build/images/cif-hu.8f397b1f.svg);
}

.cif-id {
  background-image: url(/build/images/cif-id.314053cb.svg);
}

.cif-ie {
  background-image: url(/build/images/cif-ie.b9f679a8.svg);
}

.cif-il {
  background-image: url(/build/images/cif-il.9cab6bb2.svg);
}

.cif-in {
  background-image: url(/build/images/cif-in.b2430c1e.svg);
}

.cif-iq {
  background-image: url(/build/images/cif-iq.7482b587.svg);
}

.cif-ir {
  background-image: url(/build/images/cif-ir.7a8df381.svg);
}

.cif-is {
  background-image: url(/build/images/cif-is.929d0e34.svg);
}

.cif-it {
  background-image: url(/build/images/cif-it.fddf04b7.svg);
}

.cif-jm {
  background-image: url(/build/images/cif-jm.e57c8ab8.svg);
}

.cif-jo {
  background-image: url(/build/images/cif-jo.be28c080.svg);
}

.cif-jp {
  background-image: url(/build/images/cif-jp.9856a0f8.svg);
}

.cif-ke {
  background-image: url(/build/images/cif-ke.cd220ce6.svg);
}

.cif-kg {
  background-image: url(/build/images/cif-kg.827773bb.svg);
}

.cif-kh {
  background-image: url(/build/images/cif-kh.36608fb1.svg);
}

.cif-ki {
  background-image: url(/build/images/cif-ki.96592a25.svg);
}

.cif-km {
  background-image: url(/build/images/cif-km.aa3e3ac7.svg);
}

.cif-kn {
  background-image: url(/build/images/cif-kn.27baf819.svg);
}

.cif-kp {
  background-image: url(/build/images/cif-kp.1dd77c0a.svg);
}

.cif-kr {
  background-image: url(/build/images/cif-kr.ef3dcf83.svg);
}

.cif-kw {
  background-image: url(/build/images/cif-kw.ef17c7df.svg);
}

.cif-kz {
  background-image: url(/build/images/cif-kz.7ad65ee8.svg);
}

.cif-la {
  background-image: url(/build/images/cif-la.ec47c3df.svg);
}

.cif-lb {
  background-image: url(/build/images/cif-lb.e839f9f8.svg);
}

.cif-lc {
  background-image: url(/build/images/cif-lc.9ee7e602.svg);
}

.cif-li {
  background-image: url(/build/images/cif-li.3fffab51.svg);
}

.cif-lk {
  background-image: url(/build/images/cif-lk.8acb1ecc.svg);
}

.cif-lr {
  background-image: url(/build/images/cif-lr.1bde6a27.svg);
}

.cif-ls {
  background-image: url(/build/images/cif-ls.231cb8a1.svg);
}

.cif-lt {
  background-image: url(/build/images/cif-lt.29262e5a.svg);
}

.cif-lu {
  background-image: url(/build/images/cif-lu.daf6406d.svg);
}

.cif-lv {
  background-image: url(/build/images/cif-lv.2170e5fd.svg);
}

.cif-ly {
  background-image: url(/build/images/cif-ly.b43eb99d.svg);
}

.cif-ma {
  background-image: url(/build/images/cif-ma.0133a376.svg);
}

.cif-mc {
  background-image: url(/build/images/cif-mc.c4b1dd0b.svg);
}

.cif-md {
  background-image: url(/build/images/cif-md.c21708cb.svg);
}

.cif-me {
  background-image: url(/build/images/cif-me.a516c6ca.svg);
}

.cif-mg {
  background-image: url(/build/images/cif-mg.86af48f2.svg);
}

.cif-mh {
  background-image: url(/build/images/cif-mh.34fe4054.svg);
}

.cif-mk {
  background-image: url(/build/images/cif-mk.986776c5.svg);
}

.cif-ml {
  background-image: url(/build/images/cif-ml.d83fd691.svg);
}

.cif-mm {
  background-image: url(/build/images/cif-mm.42cba2ad.svg);
}

.cif-mn {
  background-image: url(/build/images/cif-mn.965f150a.svg);
}

.cif-mr {
  background-image: url(/build/images/cif-mr.ee350e5e.svg);
}

.cif-mt {
  background-image: url(/build/images/cif-mt.9060669c.svg);
}

.cif-mu {
  background-image: url(/build/images/cif-mu.34ae5c83.svg);
}

.cif-mv {
  background-image: url(/build/images/cif-mv.826558f9.svg);
}

.cif-mw {
  background-image: url(/build/images/cif-mw.f504dafe.svg);
}

.cif-mx {
  background-image: url(/build/images/cif-mx.03a6aa3f.svg);
}

.cif-my {
  background-image: url(/build/images/cif-my.808b8eda.svg);
}

.cif-mz {
  background-image: url(/build/images/cif-mz.4bde8a7e.svg);
}

.cif-na {
  background-image: url(/build/images/cif-na.032fd36a.svg);
}

.cif-ne {
  background-image: url(/build/images/cif-ne.8886107f.svg);
}

.cif-ng {
  background-image: url(/build/images/cif-ng.eb6850b9.svg);
}

.cif-ni {
  background-image: url(/build/images/cif-ni.bf1cb868.svg);
}

.cif-nl {
  background-image: url(/build/images/cif-nl.c9fd8ac0.svg);
}

.cif-no {
  background-image: url(/build/images/cif-no.5710feaa.svg);
}

.cif-np {
  background-image: url(/build/images/cif-np.4609a45e.svg);
}

.cif-nr {
  background-image: url(/build/images/cif-nr.bd9454bd.svg);
}

.cif-nu {
  background-image: url(/build/images/cif-nu.bad2f76f.svg);
}

.cif-nz {
  background-image: url(/build/images/cif-nz.63560f9e.svg);
}

.cif-om {
  background-image: url(/build/images/cif-om.189bcb3c.svg);
}

.cif-pa {
  background-image: url(/build/images/cif-pa.399d9df9.svg);
}

.cif-pe {
  background-image: url(/build/images/cif-pe.ed7f41aa.svg);
}

.cif-pg {
  background-image: url(/build/images/cif-pg.0cb60370.svg);
}

.cif-ph {
  background-image: url(/build/images/cif-ph.1783ff08.svg);
}

.cif-pk {
  background-image: url(/build/images/cif-pk.727d4e7d.svg);
}

.cif-pl {
  background-image: url(/build/images/cif-pl.8ad671f3.svg);
}

.cif-pt {
  background-image: url(/build/images/cif-pt.10c835e2.svg);
}

.cif-pw {
  background-image: url(/build/images/cif-pw.33a7604d.svg);
}

.cif-py {
  background-image: url(/build/images/cif-py.a45d3b76.svg);
}

.cif-qa {
  background-image: url(/build/images/cif-qa.87c88bc5.svg);
}

.cif-ro {
  background-image: url(/build/images/cif-ro.6ab2b3a0.svg);
}

.cif-rs {
  background-image: url(/build/images/cif-rs.00887f6f.svg);
}

.cif-ru {
  background-image: url(/build/images/cif-ru.5b43db59.svg);
}

.cif-rw {
  background-image: url(/build/images/cif-rw.b0af6738.svg);
}

.cif-sa {
  background-image: url(/build/images/cif-sa.c8392ce4.svg);
}

.cif-sb {
  background-image: url(/build/images/cif-sb.8dd43f00.svg);
}

.cif-sc {
  background-image: url(/build/images/cif-sc.b745cad9.svg);
}

.cif-sd {
  background-image: url(/build/images/cif-sd.85c31bd1.svg);
}

.cif-se {
  background-image: url(/build/images/cif-se.9be3e90e.svg);
}

.cif-sg {
  background-image: url(/build/images/cif-sg.0c9d004b.svg);
}

.cif-si {
  background-image: url(/build/images/cif-si.62f1c869.svg);
}

.cif-sk {
  background-image: url(/build/images/cif-sk.578c887f.svg);
}

.cif-sl {
  background-image: url(/build/images/cif-sl.999c484f.svg);
}

.cif-sm {
  background-image: url(/build/images/cif-sm.812b30f5.svg);
}

.cif-sn {
  background-image: url(/build/images/cif-sn.ab47a67c.svg);
}

.cif-so {
  background-image: url(/build/images/cif-so.fa9b56f3.svg);
}

.cif-sr {
  background-image: url(/build/images/cif-sr.f0467deb.svg);
}

.cif-ss {
  background-image: url(/build/images/cif-ss.dc632620.svg);
}

.cif-st {
  background-image: url(/build/images/cif-st.4dc7e9d8.svg);
}

.cif-sv {
  background-image: url(/build/images/cif-sv.18c1f9ff.svg);
}

.cif-sy {
  background-image: url(/build/images/cif-sy.6d7ec043.svg);
}

.cif-sz {
  background-image: url(/build/images/cif-sz.e37bd2bf.svg);
}

.cif-td {
  background-image: url(/build/images/cif-td.ba6de3a4.svg);
}

.cif-tg {
  background-image: url(/build/images/cif-tg.5134ed58.svg);
}

.cif-th {
  background-image: url(/build/images/cif-th.ccfde3b9.svg);
}

.cif-tj {
  background-image: url(/build/images/cif-tj.5f258998.svg);
}

.cif-tl {
  background-image: url(/build/images/cif-tl.1153d976.svg);
}

.cif-tm {
  background-image: url(/build/images/cif-tm.d50678ce.svg);
}

.cif-tn {
  background-image: url(/build/images/cif-tn.0ad53347.svg);
}

.cif-to {
  background-image: url(/build/images/cif-to.52b5b873.svg);
}

.cif-tr {
  background-image: url(/build/images/cif-tr.8693d95a.svg);
}

.cif-tt {
  background-image: url(/build/images/cif-tt.6479ef39.svg);
}

.cif-tv {
  background-image: url(/build/images/cif-tv.a75a8efb.svg);
}

.cif-tw {
  background-image: url(/build/images/cif-tw.35196b6d.svg);
}

.cif-tz {
  background-image: url(/build/images/cif-tz.0a017653.svg);
}

.cif-ua {
  background-image: url(/build/images/cif-ua.4898f7c6.svg);
}

.cif-ug {
  background-image: url(/build/images/cif-ug.9e2d42d5.svg);
}

.cif-us {
  background-image: url(/build/images/cif-us.f1dedf06.svg);
}

.cif-uy {
  background-image: url(/build/images/cif-uy.79cc7bbc.svg);
}

.cif-uz {
  background-image: url(/build/images/cif-uz.38f7444e.svg);
}

.cif-va {
  background-image: url(/build/images/cif-va.b8899c66.svg);
}

.cif-vc {
  background-image: url(/build/images/cif-vc.14d3bd35.svg);
}

.cif-ve {
  background-image: url(/build/images/cif-ve.1f8cfa0e.svg);
}

.cif-vg {
  background-image: url(/build/images/cif-vg.3f651786.svg);
}

.cif-vn {
  background-image: url(/build/images/cif-vn.5802e2ca.svg);
}

.cif-ws {
  background-image: url(/build/images/cif-ws.2f3cd73c.svg);
}

.cif-xk {
  background-image: url(/build/images/cif-xk.52cd940d.svg);
}

.cif-ye {
  background-image: url(/build/images/cif-ye.a3262805.svg);
}

.cif-za {
  background-image: url(/build/images/cif-za.671ed652.svg);
}

.cif-zm {
  background-image: url(/build/images/cif-zm.39cf76a6.svg);
}

.cif-zw {
  background-image: url(/build/images/cif-zw.47c6a53d.svg);
}
@charset "UTF-8";
/*!
 * CoreUI Icons PRO - Linear
 * @version v3.0.0
 * @link https://coreui.io/icons
 * Copyright (c) 2023 creativeLabs Łukasz Holeczek
 * License (https://coreui.io/icons/license/)
 */
@font-face {
  font-family: "CoreUI-Icons-Linear";
  src: url(/build/fonts/CoreUI-Icons-Linear.da72b9d0.eot);
  src: url(/build/fonts/CoreUI-Icons-Linear.da72b9d0.eot#iefix) format("embedded-opentype"), url(/build/fonts/CoreUI-Icons-Linear.3f13e331.ttf) format("truetype"), url(/build/fonts/CoreUI-Icons-Linear.14351675.woff) format("woff"), url(/build/images/CoreUI-Icons-Linear.074555f7.svg#CoreUI-Icons-Linear) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=cil-], [class*=" cil-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "CoreUI-Icons-Linear" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cil-3d:before {
  content: "\ea01";
}

.cil-3d-rotate:before {
  content: "\ea02";
}

.cil-4k:before {
  content: "\ea03";
}

.cil-accessibility:before {
  content: "\ea04";
}

.cil-accessible:before {
  content: "\ea05";
}

.cil-account-logout:before {
  content: "\ea06";
}

.cil-action-redo:before {
  content: "\ea07";
}

.cil-action-undo:before {
  content: "\ea08";
}

.cil-address-book:before {
  content: "\ea09";
}

.cil-address-card:before {
  content: "\ea0a";
}

.cil-airplane-mode:before {
  content: "\ea0b";
}

.cil-airplane-mode-off:before {
  content: "\ea0c";
}

.cil-airplay:before {
  content: "\ea0d";
}

.cil-alarm:before {
  content: "\ea0e";
}

.cil-alarm-add:before {
  content: "\ea0f";
}

.cil-alarm-off:before {
  content: "\ea10";
}

.cil-alarm-on:before {
  content: "\ea11";
}

.cil-alarm-snooze:before {
  content: "\ea12";
}

.cil-album:before {
  content: "\ea13";
}

.cil-align-center:before {
  content: "\ea14";
}

.cil-align-left:before {
  content: "\ea15";
}

.cil-align-right:before {
  content: "\ea16";
}

.cil-american-football:before {
  content: "\ea17";
}

.cil-animal:before {
  content: "\ea18";
}

.cil-aperture:before {
  content: "\ea19";
}

.cil-apple:before {
  content: "\ea1a";
}

.cil-applications:before {
  content: "\ea1b";
}

.cil-applications-settings:before {
  content: "\ea1c";
}

.cil-apps:before {
  content: "\ea1d";
}

.cil-apps-settings:before {
  content: "\ea1e";
}

.cil-archive:before {
  content: "\ea1f";
}

.cil-arrow-bottom:before {
  content: "\ea20";
}

.cil-arrow-circle-bottom:before {
  content: "\ea21";
}

.cil-arrow-circle-left:before {
  content: "\ea22";
}

.cil-arrow-circle-right:before {
  content: "\ea23";
}

.cil-arrow-circle-top:before {
  content: "\ea24";
}

.cil-arrow-left:before {
  content: "\ea25";
}

.cil-arrow-right:before {
  content: "\ea26";
}

.cil-arrow-thick-bottom:before {
  content: "\ea27";
}

.cil-arrow-thick-circle-down:before {
  content: "\ea28";
}

.cil-arrow-thick-circle-left:before {
  content: "\ea29";
}

.cil-arrow-thick-circle-right:before {
  content: "\ea2a";
}

.cil-arrow-thick-circle-up:before {
  content: "\ea2b";
}

.cil-arrow-thick-from-bottom:before {
  content: "\ea2c";
}

.cil-arrow-thick-from-left:before {
  content: "\ea2d";
}

.cil-arrow-thick-from-right:before {
  content: "\ea2e";
}

.cil-arrow-thick-from-top:before {
  content: "\ea2f";
}

.cil-arrow-thick-left:before {
  content: "\ea30";
}

.cil-arrow-thick-right:before {
  content: "\ea31";
}

.cil-arrow-thick-square-down:before {
  content: "\ea32";
}

.cil-arrow-thick-square-left:before {
  content: "\ea33";
}

.cil-arrow-thick-square-right:before {
  content: "\ea34";
}

.cil-arrow-thick-square-up:before {
  content: "\ea35";
}

.cil-arrow-thick-to-bottom:before {
  content: "\ea36";
}

.cil-arrow-thick-to-left:before {
  content: "\ea37";
}

.cil-arrow-thick-to-right:before {
  content: "\ea38";
}

.cil-arrow-thick-to-top:before {
  content: "\ea39";
}

.cil-arrow-thick-top:before {
  content: "\ea3a";
}

.cil-arrow-top:before {
  content: "\ea3b";
}

.cil-art-track:before {
  content: "\ea3c";
}

.cil-aspect-ratio:before {
  content: "\ea3d";
}

.cil-assistive-listening-system:before {
  content: "\ea3e";
}

.cil-asterisk:before {
  content: "\ea3f";
}

.cil-asterisk-circle:before {
  content: "\ea40";
}

.cil-at:before {
  content: "\ea41";
}

.cil-audio:before {
  content: "\ea42";
}

.cil-audio-description:before {
  content: "\ea43";
}

.cil-audio-spectrum:before {
  content: "\ea44";
}

.cil-av-timer:before {
  content: "\ea45";
}

.cil-baby:before {
  content: "\ea46";
}

.cil-baby-carriage:before {
  content: "\ea47";
}

.cil-backspace:before {
  content: "\ea48";
}

.cil-badge:before {
  content: "\ea49";
}

.cil-balance-scale:before {
  content: "\ea4a";
}

.cil-balance-scale-left:before {
  content: "\ea4b";
}

.cil-balance-scale-right:before {
  content: "\ea4c";
}

.cil-ban:before {
  content: "\ea4d";
}

.cil-bank:before {
  content: "\ea4e";
}

.cil-bar-chart:before {
  content: "\ea4f";
}

.cil-barcode:before {
  content: "\ea50";
}

.cil-baseball:before {
  content: "\ea51";
}

.cil-basket:before {
  content: "\ea52";
}

.cil-basket-arrow-down:before {
  content: "\ea53";
}

.cil-basket-loaded:before {
  content: "\ea54";
}

.cil-basket-plus:before {
  content: "\ea55";
}

.cil-basketball:before {
  content: "\ea56";
}

.cil-bath:before {
  content: "\ea57";
}

.cil-bathroom:before {
  content: "\ea58";
}

.cil-battery-0:before {
  content: "\ea59";
}

.cil-battery-1:before {
  content: "\ea5a";
}

.cil-battery-2:before {
  content: "\ea5b";
}

.cil-battery-3:before {
  content: "\ea5c";
}

.cil-battery-4:before {
  content: "\ea5d";
}

.cil-battery-5:before {
  content: "\ea5e";
}

.cil-battery-alert:before {
  content: "\ea5f";
}

.cil-battery-alt-0:before {
  content: "\ea60";
}

.cil-battery-alt-1:before {
  content: "\ea61";
}

.cil-battery-alt-2:before {
  content: "\ea62";
}

.cil-battery-alt-3:before {
  content: "\ea63";
}

.cil-battery-alt-empty:before {
  content: "\ea64";
}

.cil-battery-alt-full:before {
  content: "\ea65";
}

.cil-battery-alt-slash:before {
  content: "\ea66";
}

.cil-battery-charge:before {
  content: "\ea67";
}

.cil-battery-empty:before {
  content: "\ea68";
}

.cil-battery-full:before {
  content: "\ea69";
}

.cil-battery-slash:before {
  content: "\ea6a";
}

.cil-battery-unknown:before {
  content: "\ea6b";
}

.cil-beach-access:before {
  content: "\ea6c";
}

.cil-beaker:before {
  content: "\ea6d";
}

.cil-bed:before {
  content: "\ea6e";
}

.cil-bell:before {
  content: "\ea6f";
}

.cil-bell-exclamation:before {
  content: "\ea70";
}

.cil-bell-plus:before {
  content: "\ea71";
}

.cil-bell-ring:before {
  content: "\ea72";
}

.cil-bell-slash:before {
  content: "\ea73";
}

.cil-bike:before {
  content: "\ea74";
}

.cil-bike-alt:before {
  content: "\ea75";
}

.cil-birthday-cake:before {
  content: "\ea76";
}

.cil-blind:before {
  content: "\ea77";
}

.cil-bluetooth:before {
  content: "\ea78";
}

.cil-bluetooth-connected:before {
  content: "\ea79";
}

.cil-bluetooth-searching:before {
  content: "\ea7a";
}

.cil-bluetooth-settings:before {
  content: "\ea7b";
}

.cil-bluetooth-slash:before {
  content: "\ea7c";
}

.cil-blur:before {
  content: "\ea7d";
}

.cil-blur-circular:before {
  content: "\ea7e";
}

.cil-blur-linear:before {
  content: "\ea7f";
}

.cil-blur-slash:before {
  content: "\ea80";
}

.cil-boat:before {
  content: "\ea81";
}

.cil-boat-alt:before {
  content: "\ea82";
}

.cil-bold:before {
  content: "\ea83";
}

.cil-bolt:before {
  content: "\ea84";
}

.cil-bolt-alt:before {
  content: "\ea85";
}

.cil-bolt-circle:before {
  content: "\ea86";
}

.cil-book:before {
  content: "\ea87";
}

.cil-book-open:before {
  content: "\ea88";
}

.cil-bookmark:before {
  content: "\ea89";
}

.cil-bookmarks:before {
  content: "\ea8a";
}

.cil-border-all:before {
  content: "\ea8b";
}

.cil-border-bottom:before {
  content: "\ea8c";
}

.cil-border-clear:before {
  content: "\ea8d";
}

.cil-border-horizontal:before {
  content: "\ea8e";
}

.cil-border-inner:before {
  content: "\ea8f";
}

.cil-border-left:before {
  content: "\ea90";
}

.cil-border-outer:before {
  content: "\ea91";
}

.cil-border-right:before {
  content: "\ea92";
}

.cil-border-style:before {
  content: "\ea93";
}

.cil-border-top:before {
  content: "\ea94";
}

.cil-border-vertical:before {
  content: "\ea95";
}

.cil-bowling:before {
  content: "\ea96";
}

.cil-bowling-pins:before {
  content: "\ea97";
}

.cil-box:before {
  content: "\ea98";
}

.cil-box-alt:before {
  content: "\ea99";
}

.cil-braille:before {
  content: "\ea9a";
}

.cil-branding-watermark:before {
  content: "\ea9b";
}

.cil-briefcase:before {
  content: "\ea9c";
}

.cil-briefcase-arrow-left:before {
  content: "\ea9d";
}

.cil-briefcase-arrow-right:before {
  content: "\ea9e";
}

.cil-briefcase-slash:before {
  content: "\ea9f";
}

.cil-brightness:before {
  content: "\eaa0";
}

.cil-brightness-auto:before {
  content: "\eaa1";
}

.cil-brightness-high:before {
  content: "\eaa2";
}

.cil-brightness-low:before {
  content: "\eaa3";
}

.cil-brightness-medium:before {
  content: "\eaa4";
}

.cil-british-pound:before {
  content: "\eaa5";
}

.cil-british-pound-circle:before {
  content: "\eaa6";
}

.cil-british-pound-slash:before {
  content: "\eaa7";
}

.cil-broadcast-tower:before {
  content: "\eaa8";
}

.cil-browser:before {
  content: "\eaa9";
}

.cil-brush:before {
  content: "\eaaa";
}

.cil-brush-alt:before {
  content: "\eaab";
}

.cil-bug:before {
  content: "\eaac";
}

.cil-building:before {
  content: "\eaad";
}

.cil-building-business:before {
  content: "\eaae";
}

.cil-building-business-slash:before {
  content: "\eaaf";
}

.cil-building-slash:before {
  content: "\eab0";
}

.cil-bullhorn:before {
  content: "\eab1";
}

.cil-burger:before {
  content: "\eab2";
}

.cil-burn:before {
  content: "\eab3";
}

.cil-bus:before {
  content: "\eab4";
}

.cil-bus-alt:before {
  content: "\eab5";
}

.cil-bus-timer:before {
  content: "\eab6";
}

.cil-calculator:before {
  content: "\eab7";
}

.cil-calendar:before {
  content: "\eab8";
}

.cil-calendar-alt:before {
  content: "\eab9";
}

.cil-calendar-check:before {
  content: "\eaba";
}

.cil-calendar-event:before {
  content: "\eabb";
}

.cil-calendar-minus:before {
  content: "\eabc";
}

.cil-calendar-note:before {
  content: "\eabd";
}

.cil-calendar-plus:before {
  content: "\eabe";
}

.cil-calendar-times:before {
  content: "\eabf";
}

.cil-calendar-today:before {
  content: "\eac0";
}

.cil-calendar-view-day:before {
  content: "\eac1";
}

.cil-call-made:before {
  content: "\eac2";
}

.cil-call-merge:before {
  content: "\eac3";
}

.cil-call-missed:before {
  content: "\eac4";
}

.cil-call-missed-outgoing:before {
  content: "\eac5";
}

.cil-call-received:before {
  content: "\eac6";
}

.cil-call-split:before {
  content: "\eac7";
}

.cil-call-swap-calls:before {
  content: "\eac8";
}

.cil-call-to-action:before {
  content: "\eac9";
}

.cil-camera:before {
  content: "\eaca";
}

.cil-camera-control:before {
  content: "\eacb";
}

.cil-camera-enhance:before {
  content: "\eacc";
}

.cil-camera-plus:before {
  content: "\eacd";
}

.cil-camera-roll:before {
  content: "\eace";
}

.cil-camera-switch:before {
  content: "\eacf";
}

.cil-car:before {
  content: "\ead0";
}

.cil-car-alt:before {
  content: "\ead1";
}

.cil-card-giftcard:before {
  content: "\ead2";
}

.cil-card-membership:before {
  content: "\ead3";
}

.cil-card-travel:before {
  content: "\ead4";
}

.cil-caret-bottom:before {
  content: "\ead5";
}

.cil-caret-left:before {
  content: "\ead6";
}

.cil-caret-right:before {
  content: "\ead7";
}

.cil-caret-top:before {
  content: "\ead8";
}

.cil-cart:before {
  content: "\ead9";
}

.cil-cart-arrow-down:before {
  content: "\eada";
}

.cil-cart-loaded:before {
  content: "\eadb";
}

.cil-cart-plus:before {
  content: "\eadc";
}

.cil-cart-slash:before {
  content: "\eadd";
}

.cil-cash:before {
  content: "\eade";
}

.cil-casino:before {
  content: "\eadf";
}

.cil-cast:before {
  content: "\eae0";
}

.cil-cast-connected:before {
  content: "\eae1";
}

.cil-cast-for-education:before {
  content: "\eae2";
}

.cil-cat:before {
  content: "\eae3";
}

.cil-cc:before {
  content: "\eae4";
}

.cil-center-focus:before {
  content: "\eae5";
}

.cil-center-focus-weak:before {
  content: "\eae6";
}

.cil-chalkboard-teacher:before {
  content: "\eae7";
}

.cil-chart:before {
  content: "\eae8";
}

.cil-chart-area:before {
  content: "\eae9";
}

.cil-chart-bubble:before {
  content: "\eaea";
}

.cil-chart-donut:before {
  content: "\eaeb";
}

.cil-chart-line:before {
  content: "\eaec";
}

.cil-chart-multiline:before {
  content: "\eaed";
}

.cil-chart-pie:before {
  content: "\eaee";
}

.cil-chart-show:before {
  content: "\eaef";
}

.cil-chart-table:before {
  content: "\eaf0";
}

.cil-chat-bubble:before {
  content: "\eaf1";
}

.cil-chat-square:before {
  content: "\eaf2";
}

.cil-check:before {
  content: "\eaf3";
}

.cil-check-alt:before {
  content: "\eaf4";
}

.cil-check-circle:before {
  content: "\eaf5";
}

.cil-check-double:before {
  content: "\eaf6";
}

.cil-check-double-alt:before {
  content: "\eaf7";
}

.cil-chevron-bottom:before {
  content: "\eaf8";
}

.cil-chevron-bottom-alt:before {
  content: "\eaf9";
}

.cil-chevron-circle-down:before {
  content: "\eafa";
}

.cil-chevron-circle-down-alt:before {
  content: "\eafb";
}

.cil-chevron-circle-left:before {
  content: "\eafc";
}

.cil-chevron-circle-left-alt:before {
  content: "\eafd";
}

.cil-chevron-circle-right:before {
  content: "\eafe";
}

.cil-chevron-circle-right-alt:before {
  content: "\eaff";
}

.cil-chevron-circle-up:before {
  content: "\eb00";
}

.cil-chevron-circle-up-alt:before {
  content: "\eb01";
}

.cil-chevron-double-down:before {
  content: "\eb02";
}

.cil-chevron-double-down-alt:before {
  content: "\eb03";
}

.cil-chevron-double-left:before {
  content: "\eb04";
}

.cil-chevron-double-left-alt:before {
  content: "\eb05";
}

.cil-chevron-double-right:before {
  content: "\eb06";
}

.cil-chevron-double-right-alt:before {
  content: "\eb07";
}

.cil-chevron-double-up:before {
  content: "\eb08";
}

.cil-chevron-double-up-alt:before {
  content: "\eb09";
}

.cil-chevron-left:before {
  content: "\eb0a";
}

.cil-chevron-left-alt:before {
  content: "\eb0b";
}

.cil-chevron-right:before {
  content: "\eb0c";
}

.cil-chevron-right-alt:before {
  content: "\eb0d";
}

.cil-chevron-square-down:before {
  content: "\eb0e";
}

.cil-chevron-square-down-alt:before {
  content: "\eb0f";
}

.cil-chevron-square-left:before {
  content: "\eb10";
}

.cil-chevron-square-left-alt:before {
  content: "\eb11";
}

.cil-chevron-square-right:before {
  content: "\eb12";
}

.cil-chevron-square-right-alt:before {
  content: "\eb13";
}

.cil-chevron-square-up:before {
  content: "\eb14";
}

.cil-chevron-square-up-alt:before {
  content: "\eb15";
}

.cil-chevron-top:before {
  content: "\eb16";
}

.cil-chevron-top-alt:before {
  content: "\eb17";
}

.cil-child:before {
  content: "\eb18";
}

.cil-child-friendly:before {
  content: "\eb19";
}

.cil-circle:before {
  content: "\eb1a";
}

.cil-city:before {
  content: "\eb1b";
}

.cil-clear-all:before {
  content: "\eb1c";
}

.cil-clipboard:before {
  content: "\eb1d";
}

.cil-clock:before {
  content: "\eb1e";
}

.cil-clone:before {
  content: "\eb1f";
}

.cil-closed-captioning:before {
  content: "\eb20";
}

.cil-cloud:before {
  content: "\eb21";
}

.cil-cloud-check:before {
  content: "\eb22";
}

.cil-cloud-circle:before {
  content: "\eb23";
}

.cil-cloud-data:before {
  content: "\eb24";
}

.cil-cloud-download:before {
  content: "\eb25";
}

.cil-cloud-slash:before {
  content: "\eb26";
}

.cil-cloud-upload:before {
  content: "\eb27";
}

.cil-cloudy:before {
  content: "\eb28";
}

.cil-code:before {
  content: "\eb29";
}

.cil-coffee:before {
  content: "\eb2a";
}

.cil-cog:before {
  content: "\eb2b";
}

.cil-color-border:before {
  content: "\eb2c";
}

.cil-color-fill:before {
  content: "\eb2d";
}

.cil-color-palette:before {
  content: "\eb2e";
}

.cil-columns:before {
  content: "\eb2f";
}

.cil-command:before {
  content: "\eb30";
}

.cil-comment-bubble:before {
  content: "\eb31";
}

.cil-comment-bubble-check:before {
  content: "\eb32";
}

.cil-comment-bubble-edit:before {
  content: "\eb33";
}

.cil-comment-bubble-exclamation:before {
  content: "\eb34";
}

.cil-comment-bubble-lines:before {
  content: "\eb35";
}

.cil-comment-bubble-minus:before {
  content: "\eb36";
}

.cil-comment-bubble-plus:before {
  content: "\eb37";
}

.cil-comment-bubble-question:before {
  content: "\eb38";
}

.cil-comment-bubble-smile:before {
  content: "\eb39";
}

.cil-comment-bubble-x:before {
  content: "\eb3a";
}

.cil-comment-square:before {
  content: "\eb3b";
}

.cil-comment-square-check:before {
  content: "\eb3c";
}

.cil-comment-square-edit:before {
  content: "\eb3d";
}

.cil-comment-square-exclamation:before {
  content: "\eb3e";
}

.cil-comment-square-image:before {
  content: "\eb3f";
}

.cil-comment-square-lines:before {
  content: "\eb40";
}

.cil-comment-square-minus:before {
  content: "\eb41";
}

.cil-comment-square-plus:before {
  content: "\eb42";
}

.cil-comment-square-rate-review:before {
  content: "\eb43";
}

.cil-comment-square-smile:before {
  content: "\eb44";
}

.cil-comment-square-x:before {
  content: "\eb45";
}

.cil-commute:before {
  content: "\eb46";
}

.cil-compare:before {
  content: "\eb47";
}

.cil-compass:before {
  content: "\eb48";
}

.cil-compass-calibration:before {
  content: "\eb49";
}

.cil-compass-slash:before {
  content: "\eb4a";
}

.cil-compress:before {
  content: "\eb4b";
}

.cil-compress-wide:before {
  content: "\eb4c";
}

.cil-contact:before {
  content: "\eb4d";
}

.cil-contact-mail:before {
  content: "\eb4e";
}

.cil-contact-phone:before {
  content: "\eb4f";
}

.cil-contacts:before {
  content: "\eb50";
}

.cil-contrast:before {
  content: "\eb51";
}

.cil-control:before {
  content: "\eb52";
}

.cil-copy:before {
  content: "\eb53";
}

.cil-copyright:before {
  content: "\eb54";
}

.cil-couch:before {
  content: "\eb55";
}

.cil-credit-card:before {
  content: "\eb56";
}

.cil-crop:before {
  content: "\eb57";
}

.cil-crop-rotate:before {
  content: "\eb58";
}

.cil-cursor:before {
  content: "\eb59";
}

.cil-cursor-move:before {
  content: "\eb5a";
}

.cil-cut:before {
  content: "\eb5b";
}

.cil-data-transfer-down:before {
  content: "\eb5c";
}

.cil-data-transfer-up:before {
  content: "\eb5d";
}

.cil-deaf:before {
  content: "\eb5e";
}

.cil-delete:before {
  content: "\eb5f";
}

.cil-description:before {
  content: "\eb60";
}

.cil-developer-board:before {
  content: "\eb61";
}

.cil-device-unknown:before {
  content: "\eb62";
}

.cil-devices:before {
  content: "\eb63";
}

.cil-devices-important:before {
  content: "\eb64";
}

.cil-devices-other:before {
  content: "\eb65";
}

.cil-devices-slash:before {
  content: "\eb66";
}

.cil-dial:before {
  content: "\eb67";
}

.cil-dialpad:before {
  content: "\eb68";
}

.cil-diamond:before {
  content: "\eb69";
}

.cil-dinner:before {
  content: "\eb6a";
}

.cil-directions:before {
  content: "\eb6b";
}

.cil-disabled:before {
  content: "\eb6c";
}

.cil-dns:before {
  content: "\eb6d";
}

.cil-dock:before {
  content: "\eb6e";
}

.cil-document:before {
  content: "\eb6f";
}

.cil-dog:before {
  content: "\eb70";
}

.cil-dollar:before {
  content: "\eb71";
}

.cil-dollar-circle:before {
  content: "\eb72";
}

.cil-dollar-circle-slash:before {
  content: "\eb73";
}

.cil-dollar-slash:before {
  content: "\eb74";
}

.cil-donate:before {
  content: "\eb75";
}

.cil-door:before {
  content: "\eb76";
}

.cil-double-quote-sans-left:before {
  content: "\eb77";
}

.cil-double-quote-sans-right:before {
  content: "\eb78";
}

.cil-double-quote-serif-left:before {
  content: "\eb79";
}

.cil-double-quote-serif-right:before {
  content: "\eb7a";
}

.cil-drink:before {
  content: "\eb7b";
}

.cil-drink-alcohol:before {
  content: "\eb7c";
}

.cil-drop:before {
  content: "\eb7d";
}

.cil-drop-slash:before {
  content: "\eb7e";
}

.cil-dvr:before {
  content: "\eb7f";
}

.cil-ear:before {
  content: "\eb80";
}

.cil-eco:before {
  content: "\eb81";
}

.cil-education:before {
  content: "\eb82";
}

.cil-elevator:before {
  content: "\eb83";
}

.cil-ellipsis:before {
  content: "\eb84";
}

.cil-energy:before {
  content: "\eb85";
}

.cil-energy-circle:before {
  content: "\eb86";
}

.cil-envelope-closed:before {
  content: "\eb87";
}

.cil-envelope-letter:before {
  content: "\eb88";
}

.cil-envelope-minus:before {
  content: "\eb89";
}

.cil-envelope-open:before {
  content: "\eb8a";
}

.cil-envelope-plus:before {
  content: "\eb8b";
}

.cil-equalizer:before {
  content: "\eb8c";
}

.cil-ethernet:before {
  content: "\eb8d";
}

.cil-ethernet-alt:before {
  content: "\eb8e";
}

.cil-euro:before {
  content: "\eb8f";
}

.cil-euro-circle:before {
  content: "\eb90";
}

.cil-euro-circle-slash:before {
  content: "\eb91";
}

.cil-euro-slash:before {
  content: "\eb92";
}

.cil-ev-station:before {
  content: "\eb93";
}

.cil-excerpt:before {
  content: "\eb94";
}

.cil-exclamation:before {
  content: "\eb95";
}

.cil-exclamation-circle:before {
  content: "\eb96";
}

.cil-exit-to-app:before {
  content: "\eb97";
}

.cil-expand-down:before {
  content: "\eb98";
}

.cil-expand-left:before {
  content: "\eb99";
}

.cil-expand-right:before {
  content: "\eb9a";
}

.cil-expand-up:before {
  content: "\eb9b";
}

.cil-exposure:before {
  content: "\eb9c";
}

.cil-external-link:before {
  content: "\eb9d";
}

.cil-eye:before {
  content: "\eb9e";
}

.cil-eye-slash:before {
  content: "\eb9f";
}

.cil-eyedropper:before {
  content: "\eba0";
}

.cil-face:before {
  content: "\eba1";
}

.cil-face-dead:before {
  content: "\eba2";
}

.cil-factory:before {
  content: "\eba3";
}

.cil-factory-slash:before {
  content: "\eba4";
}

.cil-fastfood:before {
  content: "\eba5";
}

.cil-fax:before {
  content: "\eba6";
}

.cil-featured-playlist:before {
  content: "\eba7";
}

.cil-featured-video:before {
  content: "\eba8";
}

.cil-fiber-dvr:before {
  content: "\eba9";
}

.cil-fiber-manual:before {
  content: "\ebaa";
}

.cil-fiber-new:before {
  content: "\ebab";
}

.cil-fiber-pin:before {
  content: "\ebac";
}

.cil-fiber-smart:before {
  content: "\ebad";
}

.cil-file:before {
  content: "\ebae";
}

.cil-file-acrobat:before {
  content: "\ebaf";
}

.cil-file-add:before {
  content: "\ebb0";
}

.cil-file-archive:before {
  content: "\ebb1";
}

.cil-file-audio:before {
  content: "\ebb2";
}

.cil-file-code:before {
  content: "\ebb3";
}

.cil-file-doc:before {
  content: "\ebb4";
}

.cil-file-excel:before {
  content: "\ebb5";
}

.cil-file-image:before {
  content: "\ebb6";
}

.cil-file-pdf:before {
  content: "\ebb7";
}

.cil-file-powerpoint:before {
  content: "\ebb8";
}

.cil-file-ppt:before {
  content: "\ebb9";
}

.cil-file-video:before {
  content: "\ebba";
}

.cil-file-word:before {
  content: "\ebbb";
}

.cil-file-xls:before {
  content: "\ebbc";
}

.cil-filter:before {
  content: "\ebbd";
}

.cil-filter-frames:before {
  content: "\ebbe";
}

.cil-filter-photo:before {
  content: "\ebbf";
}

.cil-filter-square:before {
  content: "\ebc0";
}

.cil-filter-x:before {
  content: "\ebc1";
}

.cil-find-in-page:before {
  content: "\ebc2";
}

.cil-find-replace:before {
  content: "\ebc3";
}

.cil-fingerprint:before {
  content: "\ebc4";
}

.cil-fire:before {
  content: "\ebc5";
}

.cil-flag:before {
  content: "\ebc6";
}

.cil-flag-alt:before {
  content: "\ebc7";
}

.cil-flag-rectangle:before {
  content: "\ebc8";
}

.cil-flag-triangle:before {
  content: "\ebc9";
}

.cil-flame:before {
  content: "\ebca";
}

.cil-flash:before {
  content: "\ebcb";
}

.cil-flight-land:before {
  content: "\ebcc";
}

.cil-flight-takeoff:before {
  content: "\ebcd";
}

.cil-flip:before {
  content: "\ebce";
}

.cil-flip-to-back:before {
  content: "\ebcf";
}

.cil-flip-to-front:before {
  content: "\ebd0";
}

.cil-flower:before {
  content: "\ebd1";
}

.cil-folder:before {
  content: "\ebd2";
}

.cil-folder-alt:before {
  content: "\ebd3";
}

.cil-folder-arrow-left:before {
  content: "\ebd4";
}

.cil-folder-arrow-right:before {
  content: "\ebd5";
}

.cil-folder-back:before {
  content: "\ebd6";
}

.cil-folder-move:before {
  content: "\ebd7";
}

.cil-folder-open:before {
  content: "\ebd8";
}

.cil-folder-plus:before {
  content: "\ebd9";
}

.cil-folder-shared:before {
  content: "\ebda";
}

.cil-folder-special:before {
  content: "\ebdb";
}

.cil-font:before {
  content: "\ebdc";
}

.cil-football:before {
  content: "\ebdd";
}

.cil-fork:before {
  content: "\ebde";
}

.cil-fridge:before {
  content: "\ebdf";
}

.cil-frown:before {
  content: "\ebe0";
}

.cil-fullscreen:before {
  content: "\ebe1";
}

.cil-fullscreen-exit:before {
  content: "\ebe2";
}

.cil-functions:before {
  content: "\ebe3";
}

.cil-functions-alt:before {
  content: "\ebe4";
}

.cil-gamepad:before {
  content: "\ebe5";
}

.cil-garage:before {
  content: "\ebe6";
}

.cil-gauge:before {
  content: "\ebe7";
}

.cil-gem:before {
  content: "\ebe8";
}

.cil-gif:before {
  content: "\ebe9";
}

.cil-gift:before {
  content: "\ebea";
}

.cil-glass:before {
  content: "\ebeb";
}

.cil-globe:before {
  content: "\ebec";
}

.cil-globe-alt:before {
  content: "\ebed";
}

.cil-globe-alt-lock:before {
  content: "\ebee";
}

.cil-globe-lock:before {
  content: "\ebef";
}

.cil-golf:before {
  content: "\ebf0";
}

.cil-golf-alt:before {
  content: "\ebf1";
}

.cil-gradient:before {
  content: "\ebf2";
}

.cil-grain:before {
  content: "\ebf3";
}

.cil-graph:before {
  content: "\ebf4";
}

.cil-grid:before {
  content: "\ebf5";
}

.cil-grid-slash:before {
  content: "\ebf6";
}

.cil-grip:before {
  content: "\ebf7";
}

.cil-grip-dots:before {
  content: "\ebf8";
}

.cil-grip-dots-horizontal:before {
  content: "\ebf9";
}

.cil-grip-dots-vertical:before {
  content: "\ebfa";
}

.cil-grip-horizontal:before {
  content: "\ebfb";
}

.cil-grip-lines:before {
  content: "\ebfc";
}

.cil-grip-lines-horizontal:before {
  content: "\ebfd";
}

.cil-grip-lines-vertical:before {
  content: "\ebfe";
}

.cil-grip-vertical:before {
  content: "\ebff";
}

.cil-group:before {
  content: "\ec00";
}

.cil-group-minus:before {
  content: "\ec01";
}

.cil-group-plus:before {
  content: "\ec02";
}

.cil-group-x:before {
  content: "\ec03";
}

.cil-hamburger-menu:before {
  content: "\ec04";
}

.cil-hand-lizard:before {
  content: "\ec05";
}

.cil-hand-paper:before {
  content: "\ec06";
}

.cil-hand-peace:before {
  content: "\ec07";
}

.cil-hand-point-down:before {
  content: "\ec08";
}

.cil-hand-point-left:before {
  content: "\ec09";
}

.cil-hand-point-right:before {
  content: "\ec0a";
}

.cil-hand-point-up:before {
  content: "\ec0b";
}

.cil-hand-pointer:before {
  content: "\ec0c";
}

.cil-hand-rock:before {
  content: "\ec0d";
}

.cil-hand-scissors:before {
  content: "\ec0e";
}

.cil-hand-spock:before {
  content: "\ec0f";
}

.cil-handshake:before {
  content: "\ec10";
}

.cil-happy:before {
  content: "\ec11";
}

.cil-hard-drive:before {
  content: "\ec12";
}

.cil-hd:before {
  content: "\ec13";
}

.cil-hdr:before {
  content: "\ec14";
}

.cil-hdr-slash:before {
  content: "\ec15";
}

.cil-header:before {
  content: "\ec16";
}

.cil-headphones:before {
  content: "\ec17";
}

.cil-headphones-mic:before {
  content: "\ec18";
}

.cil-headphones-mute:before {
  content: "\ec19";
}

.cil-healing:before {
  content: "\ec1a";
}

.cil-heart:before {
  content: "\ec1b";
}

.cil-high-quality:before {
  content: "\ec1c";
}

.cil-highlighter:before {
  content: "\ec1d";
}

.cil-highligt:before {
  content: "\ec1e";
}

.cil-history:before {
  content: "\ec1f";
}

.cil-home:before {
  content: "\ec20";
}

.cil-hospital:before {
  content: "\ec21";
}

.cil-hot-tub:before {
  content: "\ec22";
}

.cil-hotel:before {
  content: "\ec23";
}

.cil-hourglass:before {
  content: "\ec24";
}

.cil-house:before {
  content: "\ec25";
}

.cil-hq:before {
  content: "\ec26";
}

.cil-http:before {
  content: "\ec27";
}

.cil-https:before {
  content: "\ec28";
}

.cil-id-badge:before {
  content: "\ec29";
}

.cil-id-card:before {
  content: "\ec2a";
}

.cil-image:before {
  content: "\ec2b";
}

.cil-image-broken:before {
  content: "\ec2c";
}

.cil-image-plus:before {
  content: "\ec2d";
}

.cil-images:before {
  content: "\ec2e";
}

.cil-inbox:before {
  content: "\ec2f";
}

.cil-inbox-in:before {
  content: "\ec30";
}

.cil-inbox-out:before {
  content: "\ec31";
}

.cil-indent-decrease:before {
  content: "\ec32";
}

.cil-indent-increase:before {
  content: "\ec33";
}

.cil-industry:before {
  content: "\ec34";
}

.cil-industry-slash:before {
  content: "\ec35";
}

.cil-infinity:before {
  content: "\ec36";
}

.cil-info:before {
  content: "\ec37";
}

.cil-info-circle:before {
  content: "\ec38";
}

.cil-input:before {
  content: "\ec39";
}

.cil-input-antenna:before {
  content: "\ec3a";
}

.cil-input-component:before {
  content: "\ec3b";
}

.cil-input-hdmi:before {
  content: "\ec3c";
}

.cil-input-power:before {
  content: "\ec3d";
}

.cil-input-power-off:before {
  content: "\ec3e";
}

.cil-input-svideo:before {
  content: "\ec3f";
}

.cil-institution:before {
  content: "\ec40";
}

.cil-invert:before {
  content: "\ec41";
}

.cil-italic:before {
  content: "\ec42";
}

.cil-justify-center:before {
  content: "\ec43";
}

.cil-justify-left:before {
  content: "\ec44";
}

.cil-justify-right:before {
  content: "\ec45";
}

.cil-key:before {
  content: "\ec46";
}

.cil-key-alt:before {
  content: "\ec47";
}

.cil-keyboard:before {
  content: "\ec48";
}

.cil-keyboard-hide:before {
  content: "\ec49";
}

.cil-kitchen:before {
  content: "\ec4a";
}

.cil-lan:before {
  content: "\ec4b";
}

.cil-language:before {
  content: "\ec4c";
}

.cil-laptop:before {
  content: "\ec4d";
}

.cil-laundry:before {
  content: "\ec4e";
}

.cil-layers:before {
  content: "\ec4f";
}

.cil-layers-slash:before {
  content: "\ec50";
}

.cil-leaf:before {
  content: "\ec51";
}

.cil-lemon:before {
  content: "\ec52";
}

.cil-level-down:before {
  content: "\ec53";
}

.cil-level-up:before {
  content: "\ec54";
}

.cil-library:before {
  content: "\ec55";
}

.cil-library-add:before {
  content: "\ec56";
}

.cil-library-bookmark:before {
  content: "\ec57";
}

.cil-library-books:before {
  content: "\ec58";
}

.cil-library-building:before {
  content: "\ec59";
}

.cil-library-music:before {
  content: "\ec5a";
}

.cil-life-ring:before {
  content: "\ec5b";
}

.cil-lightbulb:before {
  content: "\ec5c";
}

.cil-line-spacing:before {
  content: "\ec5d";
}

.cil-line-style:before {
  content: "\ec5e";
}

.cil-line-weight:before {
  content: "\ec5f";
}

.cil-link:before {
  content: "\ec60";
}

.cil-link-alt:before {
  content: "\ec61";
}

.cil-link-broken:before {
  content: "\ec62";
}

.cil-link-intact:before {
  content: "\ec63";
}

.cil-link-slash:before {
  content: "\ec64";
}

.cil-list:before {
  content: "\ec65";
}

.cil-list-filter:before {
  content: "\ec66";
}

.cil-list-high-priority:before {
  content: "\ec67";
}

.cil-list-low-priority:before {
  content: "\ec68";
}

.cil-list-numbered:before {
  content: "\ec69";
}

.cil-list-numbered-rtl:before {
  content: "\ec6a";
}

.cil-list-rich:before {
  content: "\ec6b";
}

.cil-location-gps:before {
  content: "\ec6c";
}

.cil-location-gps-fixed:before {
  content: "\ec6d";
}

.cil-location-gps-off:before {
  content: "\ec6e";
}

.cil-location-pin:before {
  content: "\ec6f";
}

.cil-location-pin-check:before {
  content: "\ec70";
}

.cil-location-pin-edit:before {
  content: "\ec71";
}

.cil-location-pin-plus:before {
  content: "\ec72";
}

.cil-location-pin-slash:before {
  content: "\ec73";
}

.cil-lock-locked:before {
  content: "\ec74";
}

.cil-lock-minus:before {
  content: "\ec75";
}

.cil-lock-plus:before {
  content: "\ec76";
}

.cil-lock-unlocked:before {
  content: "\ec77";
}

.cil-locomotive:before {
  content: "\ec78";
}

.cil-loop:before {
  content: "\ec79";
}

.cil-loop-1:before {
  content: "\ec7a";
}

.cil-loop-circular:before {
  content: "\ec7b";
}

.cil-loop-square:before {
  content: "\ec7c";
}

.cil-low-vision:before {
  content: "\ec7d";
}

.cil-loyalty:before {
  content: "\ec7e";
}

.cil-magnifying-glass:before {
  content: "\ec7f";
}

.cil-mail:before {
  content: "\ec80";
}

.cil-mailbox:before {
  content: "\ec81";
}

.cil-map:before {
  content: "\ec82";
}

.cil-map-alt:before {
  content: "\ec83";
}

.cil-media-eject:before {
  content: "\ec84";
}

.cil-media-eject-circle:before {
  content: "\ec85";
}

.cil-media-eject-square:before {
  content: "\ec86";
}

.cil-media-pause:before {
  content: "\ec87";
}

.cil-media-pause-circle:before {
  content: "\ec88";
}

.cil-media-pause-square:before {
  content: "\ec89";
}

.cil-media-play:before {
  content: "\ec8a";
}

.cil-media-play-circle:before {
  content: "\ec8b";
}

.cil-media-play-square:before {
  content: "\ec8c";
}

.cil-media-record:before {
  content: "\ec8d";
}

.cil-media-record-circle:before {
  content: "\ec8e";
}

.cil-media-record-square:before {
  content: "\ec8f";
}

.cil-media-skip-backward:before {
  content: "\ec90";
}

.cil-media-skip-backward-circle:before {
  content: "\ec91";
}

.cil-media-skip-backward-square:before {
  content: "\ec92";
}

.cil-media-skip-forward:before {
  content: "\ec93";
}

.cil-media-skip-forward-circle:before {
  content: "\ec94";
}

.cil-media-skip-forward-square:before {
  content: "\ec95";
}

.cil-media-step-backward:before {
  content: "\ec96";
}

.cil-media-step-backward-circle:before {
  content: "\ec97";
}

.cil-media-step-backward-square:before {
  content: "\ec98";
}

.cil-media-step-forward:before {
  content: "\ec99";
}

.cil-media-step-forward-circle:before {
  content: "\ec9a";
}

.cil-media-step-forward-square:before {
  content: "\ec9b";
}

.cil-media-stop:before {
  content: "\ec9c";
}

.cil-media-stop-circle:before {
  content: "\ec9d";
}

.cil-media-stop-square:before {
  content: "\ec9e";
}

.cil-medical-cross:before {
  content: "\ec9f";
}

.cil-meh:before {
  content: "\eca0";
}

.cil-memory:before {
  content: "\eca1";
}

.cil-menu:before {
  content: "\eca2";
}

.cil-mic:before {
  content: "\eca3";
}

.cil-mic-alt:before {
  content: "\eca4";
}

.cil-mic-settings:before {
  content: "\eca5";
}

.cil-mic-slash:before {
  content: "\eca6";
}

.cil-microchip:before {
  content: "\eca7";
}

.cil-microphone:before {
  content: "\eca8";
}

.cil-microphone-alt:before {
  content: "\eca9";
}

.cil-microphone-settings:before {
  content: "\ecaa";
}

.cil-microphone-slash:before {
  content: "\ecab";
}

.cil-minus:before {
  content: "\ecac";
}

.cil-minus-circle:before {
  content: "\ecad";
}

.cil-minus-square:before {
  content: "\ecae";
}

.cil-mobile:before {
  content: "\ecaf";
}

.cil-mobile-arrow-add:before {
  content: "\ecb0";
}

.cil-mobile-arrow-remove:before {
  content: "\ecb1";
}

.cil-mobile-check:before {
  content: "\ecb2";
}

.cil-mobile-developer-mode:before {
  content: "\ecb3";
}

.cil-mobile-landscape:before {
  content: "\ecb4";
}

.cil-mobile-lock:before {
  content: "\ecb5";
}

.cil-mobile-minus:before {
  content: "\ecb6";
}

.cil-mobile-plus:before {
  content: "\ecb7";
}

.cil-mobile-portrait:before {
  content: "\ecb8";
}

.cil-mobile-settings:before {
  content: "\ecb9";
}

.cil-mobile-slash:before {
  content: "\ecba";
}

.cil-mobile-sms:before {
  content: "\ecbb";
}

.cil-mobile-speaker:before {
  content: "\ecbc";
}

.cil-mobile-volume:before {
  content: "\ecbd";
}

.cil-mobile-x:before {
  content: "\ecbe";
}

.cil-money:before {
  content: "\ecbf";
}

.cil-money-bill:before {
  content: "\ecc0";
}

.cil-money-bill-alt:before {
  content: "\ecc1";
}

.cil-money-bill-alt2:before {
  content: "\ecc2";
}

.cil-monitor:before {
  content: "\ecc3";
}

.cil-mood-bad:before {
  content: "\ecc4";
}

.cil-mood-good:before {
  content: "\ecc5";
}

.cil-mood-very-bad:before {
  content: "\ecc6";
}

.cil-mood-very-good:before {
  content: "\ecc7";
}

.cil-moon:before {
  content: "\ecc8";
}

.cil-more:before {
  content: "\ecc9";
}

.cil-motorbike:before {
  content: "\ecca";
}

.cil-mouse:before {
  content: "\eccb";
}

.cil-mouse-alt:before {
  content: "\eccc";
}

.cil-mouth:before {
  content: "\eccd";
}

.cil-mouth-slash:before {
  content: "\ecce";
}

.cil-move:before {
  content: "\eccf";
}

.cil-move-horizontal:before {
  content: "\ecd0";
}

.cil-move-vertical:before {
  content: "\ecd1";
}

.cil-movie:before {
  content: "\ecd2";
}

.cil-movie-alt:before {
  content: "\ecd3";
}

.cil-mug:before {
  content: "\ecd4";
}

.cil-mug-tea:before {
  content: "\ecd5";
}

.cil-music-note:before {
  content: "\ecd6";
}

.cil-music-note-alt:before {
  content: "\ecd7";
}

.cil-music-note-slash:before {
  content: "\ecd8";
}

.cil-music-video:before {
  content: "\ecd9";
}

.cil-network-check:before {
  content: "\ecda";
}

.cil-new:before {
  content: "\ecdb";
}

.cil-new-releases:before {
  content: "\ecdc";
}

.cil-newspaper:before {
  content: "\ecdd";
}

.cil-note:before {
  content: "\ecde";
}

.cil-note-add:before {
  content: "\ecdf";
}

.cil-notes:before {
  content: "\ece0";
}

.cil-object-group:before {
  content: "\ece1";
}

.cil-object-ungroup:before {
  content: "\ece2";
}

.cil-opacity:before {
  content: "\ece3";
}

.cil-opentype:before {
  content: "\ece4";
}

.cil-options:before {
  content: "\ece5";
}

.cil-options-alt:before {
  content: "\ece6";
}

.cil-oven:before {
  content: "\ece7";
}

.cil-overscan:before {
  content: "\ece8";
}

.cil-overscan-settings:before {
  content: "\ece9";
}

.cil-page:before {
  content: "\ecea";
}

.cil-page-restore:before {
  content: "\eceb";
}

.cil-pageview:before {
  content: "\ecec";
}

.cil-paint:before {
  content: "\eced";
}

.cil-paint-bucket:before {
  content: "\ecee";
}

.cil-paper-plane:before {
  content: "\ecef";
}

.cil-paperclip:before {
  content: "\ecf0";
}

.cil-paragraph:before {
  content: "\ecf1";
}

.cil-parking:before {
  content: "\ecf2";
}

.cil-paw:before {
  content: "\ecf3";
}

.cil-pen:before {
  content: "\ecf4";
}

.cil-pen-alt:before {
  content: "\ecf5";
}

.cil-pen-fancy:before {
  content: "\ecf6";
}

.cil-pen-nib:before {
  content: "\ecf7";
}

.cil-pencil:before {
  content: "\ecf8";
}

.cil-people:before {
  content: "\ecf9";
}

.cil-people-minus:before {
  content: "\ecfa";
}

.cil-people-plus:before {
  content: "\ecfb";
}

.cil-people-x:before {
  content: "\ecfc";
}

.cil-percent:before {
  content: "\ecfd";
}

.cil-person:before {
  content: "\ecfe";
}

.cil-person-female:before {
  content: "\ecff";
}

.cil-petrol-station:before {
  content: "\ed00";
}

.cil-phone:before {
  content: "\ed01";
}

.cil-phone-bluetooth:before {
  content: "\ed02";
}

.cil-phone-call:before {
  content: "\ed03";
}

.cil-phone-call-end:before {
  content: "\ed04";
}

.cil-phone-callback:before {
  content: "\ed05";
}

.cil-phone-check:before {
  content: "\ed06";
}

.cil-phone-forward:before {
  content: "\ed07";
}

.cil-phone-in-talk:before {
  content: "\ed08";
}

.cil-phone-lock:before {
  content: "\ed09";
}

.cil-phone-minus:before {
  content: "\ed0a";
}

.cil-phone-missed:before {
  content: "\ed0b";
}

.cil-phone-paused:before {
  content: "\ed0c";
}

.cil-phone-plus:before {
  content: "\ed0d";
}

.cil-phone-ring-volume:before {
  content: "\ed0e";
}

.cil-phone-settings:before {
  content: "\ed0f";
}

.cil-phone-slash:before {
  content: "\ed10";
}

.cil-phone-square:before {
  content: "\ed11";
}

.cil-phone-volume:before {
  content: "\ed12";
}

.cil-phone-x:before {
  content: "\ed13";
}

.cil-picture-in-picture:before {
  content: "\ed14";
}

.cil-picture-in-picture-alt:before {
  content: "\ed15";
}

.cil-pin:before {
  content: "\ed16";
}

.cil-pizza:before {
  content: "\ed17";
}

.cil-plant:before {
  content: "\ed18";
}

.cil-playlist-add:before {
  content: "\ed19";
}

.cil-playlist-add-check:before {
  content: "\ed1a";
}

.cil-playlist-play:before {
  content: "\ed1b";
}

.cil-plus:before {
  content: "\ed1c";
}

.cil-plus-circle:before {
  content: "\ed1d";
}

.cil-plus-one:before {
  content: "\ed1e";
}

.cil-plus-square:before {
  content: "\ed1f";
}

.cil-pool:before {
  content: "\ed20";
}

.cil-portable-wifi:before {
  content: "\ed21";
}

.cil-portable-wifi-off:before {
  content: "\ed22";
}

.cil-power-settings:before {
  content: "\ed23";
}

.cil-power-standby:before {
  content: "\ed24";
}

.cil-pregnant:before {
  content: "\ed25";
}

.cil-print:before {
  content: "\ed26";
}

.cil-printer:before {
  content: "\ed27";
}

.cil-printer-slash:before {
  content: "\ed28";
}

.cil-pushchair:before {
  content: "\ed29";
}

.cil-puzzle:before {
  content: "\ed2a";
}

.cil-puzzle-piece:before {
  content: "\ed2b";
}

.cil-qr-code:before {
  content: "\ed2c";
}

.cil-queue:before {
  content: "\ed2d";
}

.cil-queue-add:before {
  content: "\ed2e";
}

.cil-queue-music:before {
  content: "\ed2f";
}

.cil-queue-play-next:before {
  content: "\ed30";
}

.cil-queue-remove:before {
  content: "\ed31";
}

.cil-radio:before {
  content: "\ed32";
}

.cil-railway:before {
  content: "\ed33";
}

.cil-rain:before {
  content: "\ed34";
}

.cil-random:before {
  content: "\ed35";
}

.cil-recent-actors:before {
  content: "\ed36";
}

.cil-rectangle:before {
  content: "\ed37";
}

.cil-recycle:before {
  content: "\ed38";
}

.cil-registered:before {
  content: "\ed39";
}

.cil-reload:before {
  content: "\ed3a";
}

.cil-remote-control:before {
  content: "\ed3b";
}

.cil-remote-settings:before {
  content: "\ed3c";
}

.cil-replay:before {
  content: "\ed3d";
}

.cil-report:before {
  content: "\ed3e";
}

.cil-report-slash:before {
  content: "\ed3f";
}

.cil-resize-both:before {
  content: "\ed40";
}

.cil-resize-height:before {
  content: "\ed41";
}

.cil-resize-width:before {
  content: "\ed42";
}

.cil-restaurant:before {
  content: "\ed43";
}

.cil-restaurant-menu:before {
  content: "\ed44";
}

.cil-restore:before {
  content: "\ed45";
}

.cil-rights:before {
  content: "\ed46";
}

.cil-room:before {
  content: "\ed47";
}

.cil-room-slash:before {
  content: "\ed48";
}

.cil-rotate-left:before {
  content: "\ed49";
}

.cil-rotate-right:before {
  content: "\ed4a";
}

.cil-rounded-corner:before {
  content: "\ed4b";
}

.cil-router:before {
  content: "\ed4c";
}

.cil-rowing:before {
  content: "\ed4d";
}

.cil-rss:before {
  content: "\ed4e";
}

.cil-rss-alt:before {
  content: "\ed4f";
}

.cil-rss-square:before {
  content: "\ed50";
}

.cil-ruble:before {
  content: "\ed51";
}

.cil-ruble-circle:before {
  content: "\ed52";
}

.cil-ruble-circle-slash:before {
  content: "\ed53";
}

.cil-ruble-slash:before {
  content: "\ed54";
}

.cil-running:before {
  content: "\ed55";
}

.cil-sad:before {
  content: "\ed56";
}

.cil-satelite:before {
  content: "\ed57";
}

.cil-save:before {
  content: "\ed58";
}

.cil-scale:before {
  content: "\ed59";
}

.cil-scale-image:before {
  content: "\ed5a";
}

.cil-scanner:before {
  content: "\ed5b";
}

.cil-school:before {
  content: "\ed5c";
}

.cil-scooter:before {
  content: "\ed5d";
}

.cil-screen-deskop-slash:before {
  content: "\ed5e";
}

.cil-screen-desktop:before {
  content: "\ed5f";
}

.cil-screen-horizontal:before {
  content: "\ed60";
}

.cil-screen-landscape:before {
  content: "\ed61";
}

.cil-screen-lock-horizontal:before {
  content: "\ed62";
}

.cil-screen-lock-landscape:before {
  content: "\ed63";
}

.cil-screen-lock-portrait:before {
  content: "\ed64";
}

.cil-screen-lock-rotation:before {
  content: "\ed65";
}

.cil-screen-lock-vertical:before {
  content: "\ed66";
}

.cil-screen-mirroring:before {
  content: "\ed67";
}

.cil-screen-portrait:before {
  content: "\ed68";
}

.cil-screen-rotation:before {
  content: "\ed69";
}

.cil-screen-smartphone:before {
  content: "\ed6a";
}

.cil-screen-vertical:before {
  content: "\ed6b";
}

.cil-script:before {
  content: "\ed6c";
}

.cil-scrubber:before {
  content: "\ed6d";
}

.cil-sdcard:before {
  content: "\ed6e";
}

.cil-search:before {
  content: "\ed6f";
}

.cil-security:before {
  content: "\ed70";
}

.cil-select:before {
  content: "\ed71";
}

.cil-select-all:before {
  content: "\ed72";
}

.cil-send:before {
  content: "\ed73";
}

.cil-settings:before {
  content: "\ed74";
}

.cil-settings-alt:before {
  content: "\ed75";
}

.cil-share:before {
  content: "\ed76";
}

.cil-share-all:before {
  content: "\ed77";
}

.cil-share-alt:before {
  content: "\ed78";
}

.cil-share-boxed:before {
  content: "\ed79";
}

.cil-shield:before {
  content: "\ed7a";
}

.cil-shield-alt:before {
  content: "\ed7b";
}

.cil-shield-check:before {
  content: "\ed7c";
}

.cil-shield-minus:before {
  content: "\ed7d";
}

.cil-shield-plus:before {
  content: "\ed7e";
}

.cil-shield-slash:before {
  content: "\ed7f";
}

.cil-shield-x:before {
  content: "\ed80";
}

.cil-shop-media:before {
  content: "\ed81";
}

.cil-shop-media-two:before {
  content: "\ed82";
}

.cil-short-text:before {
  content: "\ed83";
}

.cil-shower:before {
  content: "\ed84";
}

.cil-sign-language:before {
  content: "\ed85";
}

.cil-signal:before {
  content: "\ed86";
}

.cil-signal-cellular-0:before {
  content: "\ed87";
}

.cil-signal-cellular-1:before {
  content: "\ed88";
}

.cil-signal-cellular-2:before {
  content: "\ed89";
}

.cil-signal-cellular-3:before {
  content: "\ed8a";
}

.cil-signal-cellular-4:before {
  content: "\ed8b";
}

.cil-signal-cellular-no-internet-0:before {
  content: "\ed8c";
}

.cil-signal-cellular-no-internet-1:before {
  content: "\ed8d";
}

.cil-signal-cellular-no-internet-2:before {
  content: "\ed8e";
}

.cil-signal-cellular-no-internet-3:before {
  content: "\ed8f";
}

.cil-signal-cellular-no-internet-4:before {
  content: "\ed90";
}

.cil-signal-cellular-off:before {
  content: "\ed91";
}

.cil-signal-off:before {
  content: "\ed92";
}

.cil-signpost:before {
  content: "\ed93";
}

.cil-sim:before {
  content: "\ed94";
}

.cil-sim-slash:before {
  content: "\ed95";
}

.cil-sitemap:before {
  content: "\ed96";
}

.cil-slow-motion:before {
  content: "\ed97";
}

.cil-smile:before {
  content: "\ed98";
}

.cil-smile-plus:before {
  content: "\ed99";
}

.cil-smoke:before {
  content: "\ed9a";
}

.cil-smoke-free:before {
  content: "\ed9b";
}

.cil-smoke-slash:before {
  content: "\ed9c";
}

.cil-smoking-room:before {
  content: "\ed9d";
}

.cil-snow:before {
  content: "\ed9e";
}

.cil-snowflake:before {
  content: "\ed9f";
}

.cil-soccer:before {
  content: "\eda0";
}

.cil-sofa:before {
  content: "\eda1";
}

.cil-sorround-sound:before {
  content: "\eda2";
}

.cil-sort-alpha-down:before {
  content: "\eda3";
}

.cil-sort-alpha-up:before {
  content: "\eda4";
}

.cil-sort-ascending:before {
  content: "\eda5";
}

.cil-sort-descending:before {
  content: "\eda6";
}

.cil-sort-numeric-down:before {
  content: "\eda7";
}

.cil-sort-numeric-up:before {
  content: "\eda8";
}

.cil-sound:before {
  content: "\eda9";
}

.cil-spa:before {
  content: "\edaa";
}

.cil-space-bar:before {
  content: "\edab";
}

.cil-speak:before {
  content: "\edac";
}

.cil-speaker:before {
  content: "\edad";
}

.cil-speaker-group:before {
  content: "\edae";
}

.cil-speech:before {
  content: "\edaf";
}

.cil-speech-bubble:before {
  content: "\edb0";
}

.cil-speech-notes:before {
  content: "\edb1";
}

.cil-speech-notes-slash:before {
  content: "\edb2";
}

.cil-speedometer:before {
  content: "\edb3";
}

.cil-spreadsheet:before {
  content: "\edb4";
}

.cil-square:before {
  content: "\edb5";
}

.cil-star:before {
  content: "\edb6";
}

.cil-star-circle:before {
  content: "\edb7";
}

.cil-star-half:before {
  content: "\edb8";
}

.cil-sticky-note:before {
  content: "\edb9";
}

.cil-storage:before {
  content: "\edba";
}

.cil-store:before {
  content: "\edbb";
}

.cil-stream:before {
  content: "\edbc";
}

.cil-strikethrough:before {
  content: "\edbd";
}

.cil-subtitles:before {
  content: "\edbe";
}

.cil-subway:before {
  content: "\edbf";
}

.cil-sun:before {
  content: "\edc0";
}

.cil-swap-horizontal:before {
  content: "\edc1";
}

.cil-swap-horizontal-circle:before {
  content: "\edc2";
}

.cil-swap-vertical:before {
  content: "\edc3";
}

.cil-swap-vertical-circle:before {
  content: "\edc4";
}

.cil-swimming:before {
  content: "\edc5";
}

.cil-sync:before {
  content: "\edc6";
}

.cil-sync-disabled:before {
  content: "\edc7";
}

.cil-sync-problem:before {
  content: "\edc8";
}

.cil-tablet:before {
  content: "\edc9";
}

.cil-tag:before {
  content: "\edca";
}

.cil-tags:before {
  content: "\edcb";
}

.cil-target:before {
  content: "\edcc";
}

.cil-task:before {
  content: "\edcd";
}

.cil-taxi:before {
  content: "\edce";
}

.cil-temperature:before {
  content: "\edcf";
}

.cil-temperature-alt:before {
  content: "\edd0";
}

.cil-temperature-high:before {
  content: "\edd1";
}

.cil-temperature-low:before {
  content: "\edd2";
}

.cil-tennis:before {
  content: "\edd3";
}

.cil-tennis-ball:before {
  content: "\edd4";
}

.cil-terminal:before {
  content: "\edd5";
}

.cil-terrain:before {
  content: "\edd6";
}

.cil-text:before {
  content: "\edd7";
}

.cil-text-direction-ltr:before {
  content: "\edd8";
}

.cil-text-direction-rtl:before {
  content: "\edd9";
}

.cil-text-format-clear:before {
  content: "\edda";
}

.cil-text-height:before {
  content: "\eddb";
}

.cil-text-rotate-vertical:before {
  content: "\eddc";
}

.cil-text-rotation-down:before {
  content: "\eddd";
}

.cil-text-rotation-none:before {
  content: "\edde";
}

.cil-text-rotation-up:before {
  content: "\eddf";
}

.cil-text-shapes:before {
  content: "\ede0";
}

.cil-text-size:before {
  content: "\ede1";
}

.cil-text-square:before {
  content: "\ede2";
}

.cil-text-strike:before {
  content: "\ede3";
}

.cil-text-width:before {
  content: "\ede4";
}

.cil-thermometer:before {
  content: "\ede5";
}

.cil-thermometer-alt:before {
  content: "\ede6";
}

.cil-thumb-down:before {
  content: "\ede7";
}

.cil-thumb-up:before {
  content: "\ede8";
}

.cil-timeline:before {
  content: "\ede9";
}

.cil-timer:before {
  content: "\edea";
}

.cil-toggle-off:before {
  content: "\edeb";
}

.cil-toggle-on:before {
  content: "\edec";
}

.cil-toilet:before {
  content: "\eded";
}

.cil-toll:before {
  content: "\edee";
}

.cil-touch-app:before {
  content: "\edef";
}

.cil-trademark:before {
  content: "\edf0";
}

.cil-traffic:before {
  content: "\edf1";
}

.cil-train:before {
  content: "\edf2";
}

.cil-train-alt:before {
  content: "\edf3";
}

.cil-tram:before {
  content: "\edf4";
}

.cil-transfer:before {
  content: "\edf5";
}

.cil-transfer-within-a-station:before {
  content: "\edf6";
}

.cil-translate:before {
  content: "\edf7";
}

.cil-trash:before {
  content: "\edf8";
}

.cil-trash-alt:before {
  content: "\edf9";
}

.cil-trash-arrow-up:before {
  content: "\edfa";
}

.cil-trash-sweep:before {
  content: "\edfb";
}

.cil-trash-x:before {
  content: "\edfc";
}

.cil-triangle:before {
  content: "\edfd";
}

.cil-truck:before {
  content: "\edfe";
}

.cil-tty:before {
  content: "\edff";
}

.cil-tv:before {
  content: "\ee00";
}

.cil-tv-dvr:before {
  content: "\ee01";
}

.cil-tv-live:before {
  content: "\ee02";
}

.cil-tv-slash:before {
  content: "\ee03";
}

.cil-underline:before {
  content: "\ee04";
}

.cil-universal-access:before {
  content: "\ee05";
}

.cil-update:before {
  content: "\ee06";
}

.cil-usb:before {
  content: "\ee07";
}

.cil-user:before {
  content: "\ee08";
}

.cil-user-female:before {
  content: "\ee09";
}

.cil-user-female-follow:before {
  content: "\ee0a";
}

.cil-user-female-minus:before {
  content: "\ee0b";
}

.cil-user-female-plus:before {
  content: "\ee0c";
}

.cil-user-female-unfollow:before {
  content: "\ee0d";
}

.cil-user-female-x:before {
  content: "\ee0e";
}

.cil-user-follow:before {
  content: "\ee0f";
}

.cil-user-minus:before {
  content: "\ee10";
}

.cil-user-plus:before {
  content: "\ee11";
}

.cil-user-secret:before {
  content: "\ee12";
}

.cil-user-unfollow:before {
  content: "\ee13";
}

.cil-user-x:before {
  content: "\ee14";
}

.cil-vector:before {
  content: "\ee15";
}

.cil-verical-split:before {
  content: "\ee16";
}

.cil-vertical-align-bottom:before {
  content: "\ee17";
}

.cil-vertical-align-center:before {
  content: "\ee18";
}

.cil-vertical-align-top:before {
  content: "\ee19";
}

.cil-video:before {
  content: "\ee1a";
}

.cil-video-label:before {
  content: "\ee1b";
}

.cil-video-library:before {
  content: "\ee1c";
}

.cil-video-missed:before {
  content: "\ee1d";
}

.cil-video-plus:before {
  content: "\ee1e";
}

.cil-video-slash:before {
  content: "\ee1f";
}

.cil-video-switch:before {
  content: "\ee20";
}

.cil-videogame:before {
  content: "\ee21";
}

.cil-view-agenda:before {
  content: "\ee22";
}

.cil-view-array:before {
  content: "\ee23";
}

.cil-view-carousel:before {
  content: "\ee24";
}

.cil-view-column:before {
  content: "\ee25";
}

.cil-view-list:before {
  content: "\ee26";
}

.cil-view-module:before {
  content: "\ee27";
}

.cil-view-quilt:before {
  content: "\ee28";
}

.cil-view-row:before {
  content: "\ee29";
}

.cil-view-stream:before {
  content: "\ee2a";
}

.cil-voice:before {
  content: "\ee2b";
}

.cil-voice-over-record:before {
  content: "\ee2c";
}

.cil-voice-over-slash:before {
  content: "\ee2d";
}

.cil-voicemail:before {
  content: "\ee2e";
}

.cil-volume:before {
  content: "\ee2f";
}

.cil-volume-high:before {
  content: "\ee30";
}

.cil-volume-low:before {
  content: "\ee31";
}

.cil-volume-off:before {
  content: "\ee32";
}

.cil-vote:before {
  content: "\ee33";
}

.cil-walk:before {
  content: "\ee34";
}

.cil-wallet:before {
  content: "\ee35";
}

.cil-wallpaper:before {
  content: "\ee36";
}

.cil-warning:before {
  content: "\ee37";
}

.cil-watch:before {
  content: "\ee38";
}

.cil-waves:before {
  content: "\ee39";
}

.cil-wc:before {
  content: "\ee3a";
}

.cil-webcloud:before {
  content: "\ee3b";
}

.cil-weightlifitng:before {
  content: "\ee3c";
}

.cil-weights:before {
  content: "\ee3d";
}

.cil-wheelchair:before {
  content: "\ee3e";
}

.cil-widgets:before {
  content: "\ee3f";
}

.cil-wifi:before {
  content: "\ee40";
}

.cil-wifi-lock:before {
  content: "\ee41";
}

.cil-wifi-signal-0:before {
  content: "\ee42";
}

.cil-wifi-signal-1:before {
  content: "\ee43";
}

.cil-wifi-signal-2:before {
  content: "\ee44";
}

.cil-wifi-signal-3:before {
  content: "\ee45";
}

.cil-wifi-signal-4:before {
  content: "\ee46";
}

.cil-wifi-signal-lock-0:before {
  content: "\ee47";
}

.cil-wifi-signal-lock-1:before {
  content: "\ee48";
}

.cil-wifi-signal-lock-2:before {
  content: "\ee49";
}

.cil-wifi-signal-lock-3:before {
  content: "\ee4a";
}

.cil-wifi-signal-lock-4:before {
  content: "\ee4b";
}

.cil-wifi-signal-off:before {
  content: "\ee4c";
}

.cil-window:before {
  content: "\ee4d";
}

.cil-window-maximize:before {
  content: "\ee4e";
}

.cil-window-minimize:before {
  content: "\ee4f";
}

.cil-window-restore:before {
  content: "\ee50";
}

.cil-wrap-text:before {
  content: "\ee51";
}

.cil-x:before {
  content: "\ee52";
}

.cil-x-circle:before {
  content: "\ee53";
}

.cil-x-square:before {
  content: "\ee54";
}

.cil-yen:before {
  content: "\ee55";
}

.cil-yen-circle:before {
  content: "\ee56";
}

.cil-yen-circle-slash:before {
  content: "\ee57";
}

.cil-yen-slash:before {
  content: "\ee58";
}

.cil-zoom:before {
  content: "\ee59";
}

.cil-zoom-in:before {
  content: "\ee5a";
}

.cil-zoom-out:before {
  content: "\ee5b";
}
@charset "UTF-8";
/*!
 * CoreUI Icons PRO - Solid
 * @version v3.0.0
 * @link https://coreui.io/icons
 * Copyright (c) 2023 creativeLabs Łukasz Holeczek
 * License (https://coreui.io/icons/license/)
 */
@font-face {
  font-family: "CoreUI-Icons-Solid";
  src: url(/build/fonts/CoreUI-Icons-Solid.4adc6f0a.eot);
  src: url(/build/fonts/CoreUI-Icons-Solid.4adc6f0a.eot#iefix) format("embedded-opentype"), url(/build/fonts/CoreUI-Icons-Solid.841da500.ttf) format("truetype"), url(/build/fonts/CoreUI-Icons-Solid.708ec771.woff) format("woff"), url(/build/images/CoreUI-Icons-Solid.744b887e.svg#CoreUI-Icons-Solid) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=cis-], [class*=" cis-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "CoreUI-Icons-Solid" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cis-3d:before {
  content: "\ea01";
}

.cis-3d-rotate:before {
  content: "\ea02";
}

.cis-4k:before {
  content: "\ea03";
}

.cis-accessibility:before {
  content: "\ea04";
}

.cis-accessible:before {
  content: "\ea05";
}

.cis-account-logout:before {
  content: "\ea06";
}

.cis-action-redo:before {
  content: "\ea07";
}

.cis-action-undo:before {
  content: "\ea08";
}

.cis-address-book:before {
  content: "\ea09";
}

.cis-address-card:before {
  content: "\ea0a";
}

.cis-airplane-mode:before {
  content: "\ea0b";
}

.cis-airplane-mode-off:before {
  content: "\ea0c";
}

.cis-airplay:before {
  content: "\ea0d";
}

.cis-alarm:before {
  content: "\ea0e";
}

.cis-alarm-add:before {
  content: "\ea0f";
}

.cis-alarm-off:before {
  content: "\ea10";
}

.cis-alarm-on:before {
  content: "\ea11";
}

.cis-alarm-snooze:before {
  content: "\ea12";
}

.cis-album:before {
  content: "\ea13";
}

.cis-align-center:before {
  content: "\ea14";
}

.cis-align-left:before {
  content: "\ea15";
}

.cis-align-right:before {
  content: "\ea16";
}

.cis-american-football:before {
  content: "\ea17";
}

.cis-animal:before {
  content: "\ea18";
}

.cis-aperture:before {
  content: "\ea19";
}

.cis-apple:before {
  content: "\ea1a";
}

.cis-applications:before {
  content: "\ea1b";
}

.cis-applications-settings:before {
  content: "\ea1c";
}

.cis-apps:before {
  content: "\ea1d";
}

.cis-apps-settings:before {
  content: "\ea1e";
}

.cis-archive:before {
  content: "\ea1f";
}

.cis-arrow-bottom:before {
  content: "\ea20";
}

.cis-arrow-circle-bottom:before {
  content: "\ea21";
}

.cis-arrow-circle-left:before {
  content: "\ea22";
}

.cis-arrow-circle-right:before {
  content: "\ea23";
}

.cis-arrow-circle-top:before {
  content: "\ea24";
}

.cis-arrow-left:before {
  content: "\ea25";
}

.cis-arrow-right:before {
  content: "\ea26";
}

.cis-arrow-thick-bottom:before {
  content: "\ea27";
}

.cis-arrow-thick-circle-down:before {
  content: "\ea28";
}

.cis-arrow-thick-circle-left:before {
  content: "\ea29";
}

.cis-arrow-thick-circle-right:before {
  content: "\ea2a";
}

.cis-arrow-thick-circle-up:before {
  content: "\ea2b";
}

.cis-arrow-thick-from-bottom:before {
  content: "\ea2c";
}

.cis-arrow-thick-from-left:before {
  content: "\ea2d";
}

.cis-arrow-thick-from-right:before {
  content: "\ea2e";
}

.cis-arrow-thick-from-top:before {
  content: "\ea2f";
}

.cis-arrow-thick-left:before {
  content: "\ea30";
}

.cis-arrow-thick-right:before {
  content: "\ea31";
}

.cis-arrow-thick-square-down:before {
  content: "\ea32";
}

.cis-arrow-thick-square-left:before {
  content: "\ea33";
}

.cis-arrow-thick-square-right:before {
  content: "\ea34";
}

.cis-arrow-thick-square-up:before {
  content: "\ea35";
}

.cis-arrow-thick-to-bottom:before {
  content: "\ea36";
}

.cis-arrow-thick-to-left:before {
  content: "\ea37";
}

.cis-arrow-thick-to-right:before {
  content: "\ea38";
}

.cis-arrow-thick-to-top:before {
  content: "\ea39";
}

.cis-arrow-thick-top:before {
  content: "\ea3a";
}

.cis-arrow-top:before {
  content: "\ea3b";
}

.cis-art-track:before {
  content: "\ea3c";
}

.cis-aspect-ratio:before {
  content: "\ea3d";
}

.cis-assistive-listening-system:before {
  content: "\ea3e";
}

.cis-asterisk:before {
  content: "\ea3f";
}

.cis-asterisk-circle:before {
  content: "\ea40";
}

.cis-at:before {
  content: "\ea41";
}

.cis-audio:before {
  content: "\ea42";
}

.cis-audio-description:before {
  content: "\ea43";
}

.cis-audio-spectrum:before {
  content: "\ea44";
}

.cis-av-timer:before {
  content: "\ea45";
}

.cis-baby:before {
  content: "\ea46";
}

.cis-baby-carriage:before {
  content: "\ea47";
}

.cis-backspace:before {
  content: "\ea48";
}

.cis-badge:before {
  content: "\ea49";
}

.cis-balance-scale:before {
  content: "\ea4a";
}

.cis-balance-scale-left:before {
  content: "\ea4b";
}

.cis-balance-scale-right:before {
  content: "\ea4c";
}

.cis-ban:before {
  content: "\ea4d";
}

.cis-bank:before {
  content: "\ea4e";
}

.cis-bar-chart:before {
  content: "\ea4f";
}

.cis-barcode:before {
  content: "\ea50";
}

.cis-baseball:before {
  content: "\ea51";
}

.cis-basket:before {
  content: "\ea52";
}

.cis-basket-arrow-down:before {
  content: "\ea53";
}

.cis-basket-loaded:before {
  content: "\ea54";
}

.cis-basket-plus:before {
  content: "\ea55";
}

.cis-basketball:before {
  content: "\ea56";
}

.cis-bath:before {
  content: "\ea57";
}

.cis-bathroom:before {
  content: "\ea58";
}

.cis-battery-0:before {
  content: "\ea59";
}

.cis-battery-1:before {
  content: "\ea5a";
}

.cis-battery-2:before {
  content: "\ea5b";
}

.cis-battery-3:before {
  content: "\ea5c";
}

.cis-battery-4:before {
  content: "\ea5d";
}

.cis-battery-5:before {
  content: "\ea5e";
}

.cis-battery-alert:before {
  content: "\ea5f";
}

.cis-battery-alt-0:before {
  content: "\ea60";
}

.cis-battery-alt-1:before {
  content: "\ea61";
}

.cis-battery-alt-2:before {
  content: "\ea62";
}

.cis-battery-alt-3:before {
  content: "\ea63";
}

.cis-battery-alt-empty:before {
  content: "\ea64";
}

.cis-battery-alt-full:before {
  content: "\ea65";
}

.cis-battery-alt-slash:before {
  content: "\ea66";
}

.cis-battery-charge:before {
  content: "\ea67";
}

.cis-battery-empty:before {
  content: "\ea68";
}

.cis-battery-full:before {
  content: "\ea69";
}

.cis-battery-slash:before {
  content: "\ea6a";
}

.cis-battery-unknown:before {
  content: "\ea6b";
}

.cis-beach-access:before {
  content: "\ea6c";
}

.cis-beaker:before {
  content: "\ea6d";
}

.cis-bed:before {
  content: "\ea6e";
}

.cis-bell:before {
  content: "\ea6f";
}

.cis-bell-exclamation:before {
  content: "\ea70";
}

.cis-bell-plus:before {
  content: "\ea71";
}

.cis-bell-ring:before {
  content: "\ea72";
}

.cis-bell-slash:before {
  content: "\ea73";
}

.cis-bike:before {
  content: "\ea74";
}

.cis-bike-alt:before {
  content: "\ea75";
}

.cis-birthday-cake:before {
  content: "\ea76";
}

.cis-blind:before {
  content: "\ea77";
}

.cis-bluetooth:before {
  content: "\ea78";
}

.cis-bluetooth-connected:before {
  content: "\ea79";
}

.cis-bluetooth-searching:before {
  content: "\ea7a";
}

.cis-bluetooth-settings:before {
  content: "\ea7b";
}

.cis-bluetooth-slash:before {
  content: "\ea7c";
}

.cis-blur:before {
  content: "\ea7d";
}

.cis-blur-circular:before {
  content: "\ea7e";
}

.cis-blur-linear:before {
  content: "\ea7f";
}

.cis-blur-slash:before {
  content: "\ea80";
}

.cis-boat:before {
  content: "\ea81";
}

.cis-boat-alt:before {
  content: "\ea82";
}

.cis-bold:before {
  content: "\ea83";
}

.cis-bolt:before {
  content: "\ea84";
}

.cis-bolt-alt:before {
  content: "\ea85";
}

.cis-bolt-circle:before {
  content: "\ea86";
}

.cis-book:before {
  content: "\ea87";
}

.cis-book-open:before {
  content: "\ea88";
}

.cis-bookmark:before {
  content: "\ea89";
}

.cis-bookmarks:before {
  content: "\ea8a";
}

.cis-border-all:before {
  content: "\ea8b";
}

.cis-border-bottom:before {
  content: "\ea8c";
}

.cis-border-clear:before {
  content: "\ea8d";
}

.cis-border-horizontal:before {
  content: "\ea8e";
}

.cis-border-inner:before {
  content: "\ea8f";
}

.cis-border-left:before {
  content: "\ea90";
}

.cis-border-outer:before {
  content: "\ea91";
}

.cis-border-right:before {
  content: "\ea92";
}

.cis-border-style:before {
  content: "\ea93";
}

.cis-border-top:before {
  content: "\ea94";
}

.cis-border-vertical:before {
  content: "\ea95";
}

.cis-bowling:before {
  content: "\ea96";
}

.cis-bowling-pins:before {
  content: "\ea97";
}

.cis-box:before {
  content: "\ea98";
}

.cis-box-alt:before {
  content: "\ea99";
}

.cis-braille:before {
  content: "\ea9a";
}

.cis-branding-watermark:before {
  content: "\ea9b";
}

.cis-briefcase:before {
  content: "\ea9c";
}

.cis-briefcase-arrow-left:before {
  content: "\ea9d";
}

.cis-briefcase-arrow-right:before {
  content: "\ea9e";
}

.cis-briefcase-slash:before {
  content: "\ea9f";
}

.cis-brightness:before {
  content: "\eaa0";
}

.cis-brightness-auto:before {
  content: "\eaa1";
}

.cis-brightness-high:before {
  content: "\eaa2";
}

.cis-brightness-low:before {
  content: "\eaa3";
}

.cis-brightness-medium:before {
  content: "\eaa4";
}

.cis-british-pound:before {
  content: "\eaa5";
}

.cis-british-pound-circle:before {
  content: "\eaa6";
}

.cis-british-pound-slash:before {
  content: "\eaa7";
}

.cis-broadcast-tower:before {
  content: "\eaa8";
}

.cis-browser:before {
  content: "\eaa9";
}

.cis-brush:before {
  content: "\eaaa";
}

.cis-brush-alt:before {
  content: "\eaab";
}

.cis-bug:before {
  content: "\eaac";
}

.cis-building:before {
  content: "\eaad";
}

.cis-building-business:before {
  content: "\eaae";
}

.cis-building-business-slash:before {
  content: "\eaaf";
}

.cis-building-slash:before {
  content: "\eab0";
}

.cis-bullhorn:before {
  content: "\eab1";
}

.cis-burger:before {
  content: "\eab2";
}

.cis-burn:before {
  content: "\eab3";
}

.cis-bus:before {
  content: "\eab4";
}

.cis-bus-alt:before {
  content: "\eab5";
}

.cis-bus-timer:before {
  content: "\eab6";
}

.cis-calculator:before {
  content: "\eab7";
}

.cis-calendar:before {
  content: "\eab8";
}

.cis-calendar-alt:before {
  content: "\eab9";
}

.cis-calendar-check:before {
  content: "\eaba";
}

.cis-calendar-event:before {
  content: "\eabb";
}

.cis-calendar-minus:before {
  content: "\eabc";
}

.cis-calendar-note:before {
  content: "\eabd";
}

.cis-calendar-plus:before {
  content: "\eabe";
}

.cis-calendar-times:before {
  content: "\eabf";
}

.cis-calendar-today:before {
  content: "\eac0";
}

.cis-calendar-view-day:before {
  content: "\eac1";
}

.cis-call-made:before {
  content: "\eac2";
}

.cis-call-merge:before {
  content: "\eac3";
}

.cis-call-missed:before {
  content: "\eac4";
}

.cis-call-missed-outgoing:before {
  content: "\eac5";
}

.cis-call-received:before {
  content: "\eac6";
}

.cis-call-split:before {
  content: "\eac7";
}

.cis-call-swap-calls:before {
  content: "\eac8";
}

.cis-call-to-action:before {
  content: "\eac9";
}

.cis-camera:before {
  content: "\eaca";
}

.cis-camera-control:before {
  content: "\eacb";
}

.cis-camera-enhance:before {
  content: "\eacc";
}

.cis-camera-plus:before {
  content: "\eacd";
}

.cis-camera-roll:before {
  content: "\eace";
}

.cis-camera-switch:before {
  content: "\eacf";
}

.cis-car:before {
  content: "\ead0";
}

.cis-car-alt:before {
  content: "\ead1";
}

.cis-card-giftcard:before {
  content: "\ead2";
}

.cis-card-membership:before {
  content: "\ead3";
}

.cis-card-travel:before {
  content: "\ead4";
}

.cis-caret-bottom:before {
  content: "\ead5";
}

.cis-caret-left:before {
  content: "\ead6";
}

.cis-caret-right:before {
  content: "\ead7";
}

.cis-caret-top:before {
  content: "\ead8";
}

.cis-cart:before {
  content: "\ead9";
}

.cis-cart-arrow-down:before {
  content: "\eada";
}

.cis-cart-loaded:before {
  content: "\eadb";
}

.cis-cart-plus:before {
  content: "\eadc";
}

.cis-cart-slash:before {
  content: "\eadd";
}

.cis-cash:before {
  content: "\eade";
}

.cis-casino:before {
  content: "\eadf";
}

.cis-cast:before {
  content: "\eae0";
}

.cis-cast-connected:before {
  content: "\eae1";
}

.cis-cast-for-education:before {
  content: "\eae2";
}

.cis-cat:before {
  content: "\eae3";
}

.cis-cc:before {
  content: "\eae4";
}

.cis-center-focus:before {
  content: "\eae5";
}

.cis-center-focus-weak:before {
  content: "\eae6";
}

.cis-chalkboard-teacher:before {
  content: "\eae7";
}

.cis-chart:before {
  content: "\eae8";
}

.cis-chart-area:before {
  content: "\eae9";
}

.cis-chart-bubble:before {
  content: "\eaea";
}

.cis-chart-donut:before {
  content: "\eaeb";
}

.cis-chart-line:before {
  content: "\eaec";
}

.cis-chart-multiline:before {
  content: "\eaed";
}

.cis-chart-pie:before {
  content: "\eaee";
}

.cis-chart-show:before {
  content: "\eaef";
}

.cis-chart-table:before {
  content: "\eaf0";
}

.cis-chat-bubble:before {
  content: "\eaf1";
}

.cis-chat-square:before {
  content: "\eaf2";
}

.cis-check:before {
  content: "\eaf3";
}

.cis-check-alt:before {
  content: "\eaf4";
}

.cis-check-circle:before {
  content: "\eaf5";
}

.cis-check-double:before {
  content: "\eaf6";
}

.cis-check-double-alt:before {
  content: "\eaf7";
}

.cis-chevron-bottom:before {
  content: "\eaf8";
}

.cis-chevron-bottom-alt:before {
  content: "\eaf9";
}

.cis-chevron-circle-down:before {
  content: "\eafa";
}

.cis-chevron-circle-down-alt:before {
  content: "\eafb";
}

.cis-chevron-circle-left:before {
  content: "\eafc";
}

.cis-chevron-circle-left-alt:before {
  content: "\eafd";
}

.cis-chevron-circle-right:before {
  content: "\eafe";
}

.cis-chevron-circle-right-alt:before {
  content: "\eaff";
}

.cis-chevron-circle-up:before {
  content: "\eb00";
}

.cis-chevron-circle-up-alt:before {
  content: "\eb01";
}

.cis-chevron-double-down:before {
  content: "\eb02";
}

.cis-chevron-double-down-alt:before {
  content: "\eb03";
}

.cis-chevron-double-left:before {
  content: "\eb04";
}

.cis-chevron-double-left-alt:before {
  content: "\eb05";
}

.cis-chevron-double-right:before {
  content: "\eb06";
}

.cis-chevron-double-right-alt:before {
  content: "\eb07";
}

.cis-chevron-double-up:before {
  content: "\eb08";
}

.cis-chevron-double-up-alt:before {
  content: "\eb09";
}

.cis-chevron-left:before {
  content: "\eb0a";
}

.cis-chevron-left-alt:before {
  content: "\eb0b";
}

.cis-chevron-right:before {
  content: "\eb0c";
}

.cis-chevron-right-alt:before {
  content: "\eb0d";
}

.cis-chevron-square-down:before {
  content: "\eb0e";
}

.cis-chevron-square-down-alt:before {
  content: "\eb0f";
}

.cis-chevron-square-left:before {
  content: "\eb10";
}

.cis-chevron-square-left-alt:before {
  content: "\eb11";
}

.cis-chevron-square-right:before {
  content: "\eb12";
}

.cis-chevron-square-right-alt:before {
  content: "\eb13";
}

.cis-chevron-square-up:before {
  content: "\eb14";
}

.cis-chevron-square-up-alt:before {
  content: "\eb15";
}

.cis-chevron-top:before {
  content: "\eb16";
}

.cis-chevron-top-alt:before {
  content: "\eb17";
}

.cis-child:before {
  content: "\eb18";
}

.cis-child-friendly:before {
  content: "\eb19";
}

.cis-circle:before {
  content: "\eb1a";
}

.cis-city:before {
  content: "\eb1b";
}

.cis-clear-all:before {
  content: "\eb1c";
}

.cis-clipboard:before {
  content: "\eb1d";
}

.cis-clock:before {
  content: "\eb1e";
}

.cis-clone:before {
  content: "\eb1f";
}

.cis-closed-captioning:before {
  content: "\eb20";
}

.cis-cloud:before {
  content: "\eb21";
}

.cis-cloud-check:before {
  content: "\eb22";
}

.cis-cloud-circle:before {
  content: "\eb23";
}

.cis-cloud-data:before {
  content: "\eb24";
}

.cis-cloud-download:before {
  content: "\eb25";
}

.cis-cloud-slash:before {
  content: "\eb26";
}

.cis-cloud-upload:before {
  content: "\eb27";
}

.cis-cloudy:before {
  content: "\eb28";
}

.cis-code:before {
  content: "\eb29";
}

.cis-coffee:before {
  content: "\eb2a";
}

.cis-cog:before {
  content: "\eb2b";
}

.cis-color-border:before {
  content: "\eb2c";
}

.cis-color-fill:before {
  content: "\eb2d";
}

.cis-color-palette:before {
  content: "\eb2e";
}

.cis-columns:before {
  content: "\eb2f";
}

.cis-command:before {
  content: "\eb30";
}

.cis-comment-bubble:before {
  content: "\eb31";
}

.cis-comment-bubble-check:before {
  content: "\eb32";
}

.cis-comment-bubble-edit:before {
  content: "\eb33";
}

.cis-comment-bubble-exclamation:before {
  content: "\eb34";
}

.cis-comment-bubble-lines:before {
  content: "\eb35";
}

.cis-comment-bubble-minus:before {
  content: "\eb36";
}

.cis-comment-bubble-plus:before {
  content: "\eb37";
}

.cis-comment-bubble-question:before {
  content: "\eb38";
}

.cis-comment-bubble-smile:before {
  content: "\eb39";
}

.cis-comment-bubble-x:before {
  content: "\eb3a";
}

.cis-comment-square:before {
  content: "\eb3b";
}

.cis-comment-square-check:before {
  content: "\eb3c";
}

.cis-comment-square-edit:before {
  content: "\eb3d";
}

.cis-comment-square-exclamation:before {
  content: "\eb3e";
}

.cis-comment-square-image:before {
  content: "\eb3f";
}

.cis-comment-square-lines:before {
  content: "\eb40";
}

.cis-comment-square-minus:before {
  content: "\eb41";
}

.cis-comment-square-plus:before {
  content: "\eb42";
}

.cis-comment-square-rate-review:before {
  content: "\eb43";
}

.cis-comment-square-smile:before {
  content: "\eb44";
}

.cis-comment-square-x:before {
  content: "\eb45";
}

.cis-commute:before {
  content: "\eb46";
}

.cis-compare:before {
  content: "\eb47";
}

.cis-compass:before {
  content: "\eb48";
}

.cis-compass-calibration:before {
  content: "\eb49";
}

.cis-compass-slash:before {
  content: "\eb4a";
}

.cis-compress:before {
  content: "\eb4b";
}

.cis-compress-wide:before {
  content: "\eb4c";
}

.cis-contact:before {
  content: "\eb4d";
}

.cis-contact-mail:before {
  content: "\eb4e";
}

.cis-contact-phone:before {
  content: "\eb4f";
}

.cis-contacts:before {
  content: "\eb50";
}

.cis-contrast:before {
  content: "\eb51";
}

.cis-control:before {
  content: "\eb52";
}

.cis-copy:before {
  content: "\eb53";
}

.cis-copyright:before {
  content: "\eb54";
}

.cis-couch:before {
  content: "\eb55";
}

.cis-credit-card:before {
  content: "\eb56";
}

.cis-crop:before {
  content: "\eb57";
}

.cis-crop-rotate:before {
  content: "\eb58";
}

.cis-cursor:before {
  content: "\eb59";
}

.cis-cursor-move:before {
  content: "\eb5a";
}

.cis-cut:before {
  content: "\eb5b";
}

.cis-data-transfer-down:before {
  content: "\eb5c";
}

.cis-data-transfer-up:before {
  content: "\eb5d";
}

.cis-deaf:before {
  content: "\eb5e";
}

.cis-delete:before {
  content: "\eb5f";
}

.cis-description:before {
  content: "\eb60";
}

.cis-developer-board:before {
  content: "\eb61";
}

.cis-device-unknown:before {
  content: "\eb62";
}

.cis-devices:before {
  content: "\eb63";
}

.cis-devices-important:before {
  content: "\eb64";
}

.cis-devices-other:before {
  content: "\eb65";
}

.cis-devices-slash:before {
  content: "\eb66";
}

.cis-dial:before {
  content: "\eb67";
}

.cis-dialpad:before {
  content: "\eb68";
}

.cis-diamond:before {
  content: "\eb69";
}

.cis-dinner:before {
  content: "\eb6a";
}

.cis-directions:before {
  content: "\eb6b";
}

.cis-disabled:before {
  content: "\eb6c";
}

.cis-dns:before {
  content: "\eb6d";
}

.cis-dock:before {
  content: "\eb6e";
}

.cis-document:before {
  content: "\eb6f";
}

.cis-dog:before {
  content: "\eb70";
}

.cis-dollar:before {
  content: "\eb71";
}

.cis-dollar-circle:before {
  content: "\eb72";
}

.cis-dollar-circle-slash:before {
  content: "\eb73";
}

.cis-dollar-slash:before {
  content: "\eb74";
}

.cis-donate:before {
  content: "\eb75";
}

.cis-door:before {
  content: "\eb76";
}

.cis-double-quote-sans-left:before {
  content: "\eb77";
}

.cis-double-quote-sans-right:before {
  content: "\eb78";
}

.cis-double-quote-serif-left:before {
  content: "\eb79";
}

.cis-double-quote-serif-right:before {
  content: "\eb7a";
}

.cis-drink:before {
  content: "\eb7b";
}

.cis-drink-alcohol:before {
  content: "\eb7c";
}

.cis-drop:before {
  content: "\eb7d";
}

.cis-drop-slash:before {
  content: "\eb7e";
}

.cis-dvr:before {
  content: "\eb7f";
}

.cis-ear:before {
  content: "\eb80";
}

.cis-eco:before {
  content: "\eb81";
}

.cis-education:before {
  content: "\eb82";
}

.cis-elevator:before {
  content: "\eb83";
}

.cis-ellipsis:before {
  content: "\eb84";
}

.cis-energy:before {
  content: "\eb85";
}

.cis-energy-circle:before {
  content: "\eb86";
}

.cis-envelope-closed:before {
  content: "\eb87";
}

.cis-envelope-letter:before {
  content: "\eb88";
}

.cis-envelope-minus:before {
  content: "\eb89";
}

.cis-envelope-open:before {
  content: "\eb8a";
}

.cis-envelope-plus:before {
  content: "\eb8b";
}

.cis-equalizer:before {
  content: "\eb8c";
}

.cis-ethernet:before {
  content: "\eb8d";
}

.cis-ethernet-alt:before {
  content: "\eb8e";
}

.cis-euro:before {
  content: "\eb8f";
}

.cis-euro-circle:before {
  content: "\eb90";
}

.cis-euro-circle-slash:before {
  content: "\eb91";
}

.cis-euro-slash:before {
  content: "\eb92";
}

.cis-ev-station:before {
  content: "\eb93";
}

.cis-excerpt:before {
  content: "\eb94";
}

.cis-exclamation:before {
  content: "\eb95";
}

.cis-exclamation-circle:before {
  content: "\eb96";
}

.cis-exit-to-app:before {
  content: "\eb97";
}

.cis-expand-down:before {
  content: "\eb98";
}

.cis-expand-left:before {
  content: "\eb99";
}

.cis-expand-right:before {
  content: "\eb9a";
}

.cis-expand-up:before {
  content: "\eb9b";
}

.cis-exposure:before {
  content: "\eb9c";
}

.cis-external-link:before {
  content: "\eb9d";
}

.cis-eye:before {
  content: "\eb9e";
}

.cis-eye-slash:before {
  content: "\eb9f";
}

.cis-eyedropper:before {
  content: "\eba0";
}

.cis-face:before {
  content: "\eba1";
}

.cis-face-dead:before {
  content: "\eba2";
}

.cis-factory:before {
  content: "\eba3";
}

.cis-factory-slash:before {
  content: "\eba4";
}

.cis-fastfood:before {
  content: "\eba5";
}

.cis-fax:before {
  content: "\eba6";
}

.cis-featured-playlist:before {
  content: "\eba7";
}

.cis-featured-video:before {
  content: "\eba8";
}

.cis-fiber-dvr:before {
  content: "\eba9";
}

.cis-fiber-manual:before {
  content: "\ebaa";
}

.cis-fiber-new:before {
  content: "\ebab";
}

.cis-fiber-pin:before {
  content: "\ebac";
}

.cis-fiber-smart:before {
  content: "\ebad";
}

.cis-file:before {
  content: "\ebae";
}

.cis-file-acrobat:before {
  content: "\ebaf";
}

.cis-file-add:before {
  content: "\ebb0";
}

.cis-file-archive:before {
  content: "\ebb1";
}

.cis-file-audio:before {
  content: "\ebb2";
}

.cis-file-code:before {
  content: "\ebb3";
}

.cis-file-doc:before {
  content: "\ebb4";
}

.cis-file-excel:before {
  content: "\ebb5";
}

.cis-file-image:before {
  content: "\ebb6";
}

.cis-file-pdf:before {
  content: "\ebb7";
}

.cis-file-powerpoint:before {
  content: "\ebb8";
}

.cis-file-ppt:before {
  content: "\ebb9";
}

.cis-file-video:before {
  content: "\ebba";
}

.cis-file-word:before {
  content: "\ebbb";
}

.cis-file-xls:before {
  content: "\ebbc";
}

.cis-filter:before {
  content: "\ebbd";
}

.cis-filter-frames:before {
  content: "\ebbe";
}

.cis-filter-photo:before {
  content: "\ebbf";
}

.cis-filter-square:before {
  content: "\ebc0";
}

.cis-filter-x:before {
  content: "\ebc1";
}

.cis-find-in-page:before {
  content: "\ebc2";
}

.cis-find-replace:before {
  content: "\ebc3";
}

.cis-fingerprint:before {
  content: "\ebc4";
}

.cis-fire:before {
  content: "\ebc5";
}

.cis-flag:before {
  content: "\ebc6";
}

.cis-flag-alt:before {
  content: "\ebc7";
}

.cis-flag-rectangle:before {
  content: "\ebc8";
}

.cis-flag-triangle:before {
  content: "\ebc9";
}

.cis-flame:before {
  content: "\ebca";
}

.cis-flash:before {
  content: "\ebcb";
}

.cis-flight-land:before {
  content: "\ebcc";
}

.cis-flight-takeoff:before {
  content: "\ebcd";
}

.cis-flip:before {
  content: "\ebce";
}

.cis-flip-to-back:before {
  content: "\ebcf";
}

.cis-flip-to-front:before {
  content: "\ebd0";
}

.cis-flower:before {
  content: "\ebd1";
}

.cis-folder:before {
  content: "\ebd2";
}

.cis-folder-alt:before {
  content: "\ebd3";
}

.cis-folder-arrow-left:before {
  content: "\ebd4";
}

.cis-folder-arrow-right:before {
  content: "\ebd5";
}

.cis-folder-back:before {
  content: "\ebd6";
}

.cis-folder-move:before {
  content: "\ebd7";
}

.cis-folder-open:before {
  content: "\ebd8";
}

.cis-folder-plus:before {
  content: "\ebd9";
}

.cis-folder-shared:before {
  content: "\ebda";
}

.cis-folder-special:before {
  content: "\ebdb";
}

.cis-font:before {
  content: "\ebdc";
}

.cis-football:before {
  content: "\ebdd";
}

.cis-fork:before {
  content: "\ebde";
}

.cis-fridge:before {
  content: "\ebdf";
}

.cis-frown:before {
  content: "\ebe0";
}

.cis-fullscreen:before {
  content: "\ebe1";
}

.cis-fullscreen-exit:before {
  content: "\ebe2";
}

.cis-functions:before {
  content: "\ebe3";
}

.cis-functions-alt:before {
  content: "\ebe4";
}

.cis-gamepad:before {
  content: "\ebe5";
}

.cis-garage:before {
  content: "\ebe6";
}

.cis-gauge:before {
  content: "\ebe7";
}

.cis-gem:before {
  content: "\ebe8";
}

.cis-gif:before {
  content: "\ebe9";
}

.cis-gift:before {
  content: "\ebea";
}

.cis-glass:before {
  content: "\ebeb";
}

.cis-globe:before {
  content: "\ebec";
}

.cis-globe-alt:before {
  content: "\ebed";
}

.cis-globe-alt-lock:before {
  content: "\ebee";
}

.cis-globe-lock:before {
  content: "\ebef";
}

.cis-golf:before {
  content: "\ebf0";
}

.cis-golf-alt:before {
  content: "\ebf1";
}

.cis-gradient:before {
  content: "\ebf2";
}

.cis-grain:before {
  content: "\ebf3";
}

.cis-graph:before {
  content: "\ebf4";
}

.cis-grid:before {
  content: "\ebf5";
}

.cis-grid-slash:before {
  content: "\ebf6";
}

.cis-grip:before {
  content: "\ebf7";
}

.cis-grip-dots:before {
  content: "\ebf8";
}

.cis-grip-dots-horizontal:before {
  content: "\ebf9";
}

.cis-grip-dots-vertical:before {
  content: "\ebfa";
}

.cis-grip-horizontal:before {
  content: "\ebfb";
}

.cis-grip-lines:before {
  content: "\ebfc";
}

.cis-grip-lines-horizontal:before {
  content: "\ebfd";
}

.cis-grip-lines-vertical:before {
  content: "\ebfe";
}

.cis-grip-vertical:before {
  content: "\ebff";
}

.cis-group:before {
  content: "\ec00";
}

.cis-group-minus:before {
  content: "\ec01";
}

.cis-group-plus:before {
  content: "\ec02";
}

.cis-group-x:before {
  content: "\ec03";
}

.cis-hamburger-menu:before {
  content: "\ec04";
}

.cis-hand-lizard:before {
  content: "\ec05";
}

.cis-hand-paper:before {
  content: "\ec06";
}

.cis-hand-peace:before {
  content: "\ec07";
}

.cis-hand-point-down:before {
  content: "\ec08";
}

.cis-hand-point-left:before {
  content: "\ec09";
}

.cis-hand-point-right:before {
  content: "\ec0a";
}

.cis-hand-point-up:before {
  content: "\ec0b";
}

.cis-hand-pointer:before {
  content: "\ec0c";
}

.cis-hand-rock:before {
  content: "\ec0d";
}

.cis-hand-scissors:before {
  content: "\ec0e";
}

.cis-hand-spock:before {
  content: "\ec0f";
}

.cis-handshake:before {
  content: "\ec10";
}

.cis-happy:before {
  content: "\ec11";
}

.cis-hard-drive:before {
  content: "\ec12";
}

.cis-hd:before {
  content: "\ec13";
}

.cis-hdr:before {
  content: "\ec14";
}

.cis-hdr-slash:before {
  content: "\ec15";
}

.cis-header:before {
  content: "\ec16";
}

.cis-headphones:before {
  content: "\ec17";
}

.cis-headphones-mic:before {
  content: "\ec18";
}

.cis-headphones-mute:before {
  content: "\ec19";
}

.cis-healing:before {
  content: "\ec1a";
}

.cis-heart:before {
  content: "\ec1b";
}

.cis-high-quality:before {
  content: "\ec1c";
}

.cis-highlighter:before {
  content: "\ec1d";
}

.cis-highligt:before {
  content: "\ec1e";
}

.cis-history:before {
  content: "\ec1f";
}

.cis-home:before {
  content: "\ec20";
}

.cis-hospital:before {
  content: "\ec21";
}

.cis-hot-tub:before {
  content: "\ec22";
}

.cis-hotel:before {
  content: "\ec23";
}

.cis-hourglass:before {
  content: "\ec24";
}

.cis-house:before {
  content: "\ec25";
}

.cis-hq:before {
  content: "\ec26";
}

.cis-http:before {
  content: "\ec27";
}

.cis-https:before {
  content: "\ec28";
}

.cis-id-badge:before {
  content: "\ec29";
}

.cis-id-card:before {
  content: "\ec2a";
}

.cis-image:before {
  content: "\ec2b";
}

.cis-image-broken:before {
  content: "\ec2c";
}

.cis-image-plus:before {
  content: "\ec2d";
}

.cis-images:before {
  content: "\ec2e";
}

.cis-inbox:before {
  content: "\ec2f";
}

.cis-inbox-in:before {
  content: "\ec30";
}

.cis-inbox-out:before {
  content: "\ec31";
}

.cis-indent-decrease:before {
  content: "\ec32";
}

.cis-indent-increase:before {
  content: "\ec33";
}

.cis-industry:before {
  content: "\ec34";
}

.cis-industry-slash:before {
  content: "\ec35";
}

.cis-infinity:before {
  content: "\ec36";
}

.cis-info:before {
  content: "\ec37";
}

.cis-info-circle:before {
  content: "\ec38";
}

.cis-input:before {
  content: "\ec39";
}

.cis-input-antenna:before {
  content: "\ec3a";
}

.cis-input-component:before {
  content: "\ec3b";
}

.cis-input-hdmi:before {
  content: "\ec3c";
}

.cis-input-power:before {
  content: "\ec3d";
}

.cis-input-power-off:before {
  content: "\ec3e";
}

.cis-input-svideo:before {
  content: "\ec3f";
}

.cis-institution:before {
  content: "\ec40";
}

.cis-invert:before {
  content: "\ec41";
}

.cis-italic:before {
  content: "\ec42";
}

.cis-justify-center:before {
  content: "\ec43";
}

.cis-justify-left:before {
  content: "\ec44";
}

.cis-justify-right:before {
  content: "\ec45";
}

.cis-key:before {
  content: "\ec46";
}

.cis-key-alt:before {
  content: "\ec47";
}

.cis-keyboard:before {
  content: "\ec48";
}

.cis-keyboard-hide:before {
  content: "\ec49";
}

.cis-kitchen:before {
  content: "\ec4a";
}

.cis-lan:before {
  content: "\ec4b";
}

.cis-language:before {
  content: "\ec4c";
}

.cis-laptop:before {
  content: "\ec4d";
}

.cis-laundry:before {
  content: "\ec4e";
}

.cis-layers:before {
  content: "\ec4f";
}

.cis-layers-slash:before {
  content: "\ec50";
}

.cis-leaf:before {
  content: "\ec51";
}

.cis-lemon:before {
  content: "\ec52";
}

.cis-level-down:before {
  content: "\ec53";
}

.cis-level-up:before {
  content: "\ec54";
}

.cis-library:before {
  content: "\ec55";
}

.cis-library-add:before {
  content: "\ec56";
}

.cis-library-bookmark:before {
  content: "\ec57";
}

.cis-library-books:before {
  content: "\ec58";
}

.cis-library-building:before {
  content: "\ec59";
}

.cis-library-music:before {
  content: "\ec5a";
}

.cis-life-ring:before {
  content: "\ec5b";
}

.cis-lightbulb:before {
  content: "\ec5c";
}

.cis-line-spacing:before {
  content: "\ec5d";
}

.cis-line-style:before {
  content: "\ec5e";
}

.cis-line-weight:before {
  content: "\ec5f";
}

.cis-link:before {
  content: "\ec60";
}

.cis-link-alt:before {
  content: "\ec61";
}

.cis-link-broken:before {
  content: "\ec62";
}

.cis-link-intact:before {
  content: "\ec63";
}

.cis-link-slash:before {
  content: "\ec64";
}

.cis-list:before {
  content: "\ec65";
}

.cis-list-filter:before {
  content: "\ec66";
}

.cis-list-high-priority:before {
  content: "\ec67";
}

.cis-list-low-priority:before {
  content: "\ec68";
}

.cis-list-numbered:before {
  content: "\ec69";
}

.cis-list-numbered-rtl:before {
  content: "\ec6a";
}

.cis-list-rich:before {
  content: "\ec6b";
}

.cis-location-gps:before {
  content: "\ec6c";
}

.cis-location-gps-fixed:before {
  content: "\ec6d";
}

.cis-location-gps-off:before {
  content: "\ec6e";
}

.cis-location-pin:before {
  content: "\ec6f";
}

.cis-location-pin-check:before {
  content: "\ec70";
}

.cis-location-pin-edit:before {
  content: "\ec71";
}

.cis-location-pin-plus:before {
  content: "\ec72";
}

.cis-location-pin-slash:before {
  content: "\ec73";
}

.cis-lock-locked:before {
  content: "\ec74";
}

.cis-lock-minus:before {
  content: "\ec75";
}

.cis-lock-plus:before {
  content: "\ec76";
}

.cis-lock-unlocked:before {
  content: "\ec77";
}

.cis-locomotive:before {
  content: "\ec78";
}

.cis-loop:before {
  content: "\ec79";
}

.cis-loop-1:before {
  content: "\ec7a";
}

.cis-loop-circular:before {
  content: "\ec7b";
}

.cis-loop-square:before {
  content: "\ec7c";
}

.cis-low-vision:before {
  content: "\ec7d";
}

.cis-loyalty:before {
  content: "\ec7e";
}

.cis-magnifying-glass:before {
  content: "\ec7f";
}

.cis-mail:before {
  content: "\ec80";
}

.cis-mailbox:before {
  content: "\ec81";
}

.cis-map:before {
  content: "\ec82";
}

.cis-map-alt:before {
  content: "\ec83";
}

.cis-media-eject:before {
  content: "\ec84";
}

.cis-media-eject-circle:before {
  content: "\ec85";
}

.cis-media-eject-square:before {
  content: "\ec86";
}

.cis-media-pause:before {
  content: "\ec87";
}

.cis-media-pause-circle:before {
  content: "\ec88";
}

.cis-media-pause-square:before {
  content: "\ec89";
}

.cis-media-play:before {
  content: "\ec8a";
}

.cis-media-play-circle:before {
  content: "\ec8b";
}

.cis-media-play-square:before {
  content: "\ec8c";
}

.cis-media-record:before {
  content: "\ec8d";
}

.cis-media-record-circle:before {
  content: "\ec8e";
}

.cis-media-record-square:before {
  content: "\ec8f";
}

.cis-media-skip-backward:before {
  content: "\ec90";
}

.cis-media-skip-backward-circle:before {
  content: "\ec91";
}

.cis-media-skip-backward-square:before {
  content: "\ec92";
}

.cis-media-skip-forward:before {
  content: "\ec93";
}

.cis-media-skip-forward-circle:before {
  content: "\ec94";
}

.cis-media-skip-forward-square:before {
  content: "\ec95";
}

.cis-media-step-backward:before {
  content: "\ec96";
}

.cis-media-step-backward-circle:before {
  content: "\ec97";
}

.cis-media-step-backward-square:before {
  content: "\ec98";
}

.cis-media-step-forward:before {
  content: "\ec99";
}

.cis-media-step-forward-circle:before {
  content: "\ec9a";
}

.cis-media-step-forward-square:before {
  content: "\ec9b";
}

.cis-media-stop:before {
  content: "\ec9c";
}

.cis-media-stop-circle:before {
  content: "\ec9d";
}

.cis-media-stop-square:before {
  content: "\ec9e";
}

.cis-medical-cross:before {
  content: "\ec9f";
}

.cis-meh:before {
  content: "\eca0";
}

.cis-memory:before {
  content: "\eca1";
}

.cis-menu:before {
  content: "\eca2";
}

.cis-mic:before {
  content: "\eca3";
}

.cis-mic-alt:before {
  content: "\eca4";
}

.cis-mic-settings:before {
  content: "\eca5";
}

.cis-mic-slash:before {
  content: "\eca6";
}

.cis-microchip:before {
  content: "\eca7";
}

.cis-microphone:before {
  content: "\eca8";
}

.cis-microphone-alt:before {
  content: "\eca9";
}

.cis-microphone-settings:before {
  content: "\ecaa";
}

.cis-microphone-slash:before {
  content: "\ecab";
}

.cis-minus:before {
  content: "\ecac";
}

.cis-minus-circle:before {
  content: "\ecad";
}

.cis-minus-square:before {
  content: "\ecae";
}

.cis-mobile:before {
  content: "\ecaf";
}

.cis-mobile-arrow-add:before {
  content: "\ecb0";
}

.cis-mobile-arrow-remove:before {
  content: "\ecb1";
}

.cis-mobile-check:before {
  content: "\ecb2";
}

.cis-mobile-developer-mode:before {
  content: "\ecb3";
}

.cis-mobile-landscape:before {
  content: "\ecb4";
}

.cis-mobile-lock:before {
  content: "\ecb5";
}

.cis-mobile-minus:before {
  content: "\ecb6";
}

.cis-mobile-plus:before {
  content: "\ecb7";
}

.cis-mobile-portrait:before {
  content: "\ecb8";
}

.cis-mobile-settings:before {
  content: "\ecb9";
}

.cis-mobile-slash:before {
  content: "\ecba";
}

.cis-mobile-sms:before {
  content: "\ecbb";
}

.cis-mobile-speaker:before {
  content: "\ecbc";
}

.cis-mobile-volume:before {
  content: "\ecbd";
}

.cis-mobile-x:before {
  content: "\ecbe";
}

.cis-money:before {
  content: "\ecbf";
}

.cis-money-bill:before {
  content: "\ecc0";
}

.cis-money-bill-alt:before {
  content: "\ecc1";
}

.cis-money-bill-alt2:before {
  content: "\ecc2";
}

.cis-monitor:before {
  content: "\ecc3";
}

.cis-mood-bad:before {
  content: "\ecc4";
}

.cis-mood-good:before {
  content: "\ecc5";
}

.cis-mood-very-bad:before {
  content: "\ecc6";
}

.cis-mood-very-good:before {
  content: "\ecc7";
}

.cis-moon:before {
  content: "\ecc8";
}

.cis-more:before {
  content: "\ecc9";
}

.cis-motorbike:before {
  content: "\ecca";
}

.cis-mouse:before {
  content: "\eccb";
}

.cis-mouse-alt:before {
  content: "\eccc";
}

.cis-mouth:before {
  content: "\eccd";
}

.cis-mouth-slash:before {
  content: "\ecce";
}

.cis-move:before {
  content: "\eccf";
}

.cis-move-horizontal:before {
  content: "\ecd0";
}

.cis-move-vertical:before {
  content: "\ecd1";
}

.cis-movie:before {
  content: "\ecd2";
}

.cis-movie-alt:before {
  content: "\ecd3";
}

.cis-mug:before {
  content: "\ecd4";
}

.cis-mug-tea:before {
  content: "\ecd5";
}

.cis-music-note:before {
  content: "\ecd6";
}

.cis-music-note-alt:before {
  content: "\ecd7";
}

.cis-music-note-slash:before {
  content: "\ecd8";
}

.cis-music-video:before {
  content: "\ecd9";
}

.cis-network-check:before {
  content: "\ecda";
}

.cis-new:before {
  content: "\ecdb";
}

.cis-new-releases:before {
  content: "\ecdc";
}

.cis-newspaper:before {
  content: "\ecdd";
}

.cis-note:before {
  content: "\ecde";
}

.cis-note-add:before {
  content: "\ecdf";
}

.cis-notes:before {
  content: "\ece0";
}

.cis-object-group:before {
  content: "\ece1";
}

.cis-object-ungroup:before {
  content: "\ece2";
}

.cis-opacity:before {
  content: "\ece3";
}

.cis-opentype:before {
  content: "\ece4";
}

.cis-options:before {
  content: "\ece5";
}

.cis-options-alt:before {
  content: "\ece6";
}

.cis-oven:before {
  content: "\ece7";
}

.cis-overscan:before {
  content: "\ece8";
}

.cis-overscan-settings:before {
  content: "\ece9";
}

.cis-page:before {
  content: "\ecea";
}

.cis-page-restore:before {
  content: "\eceb";
}

.cis-pageview:before {
  content: "\ecec";
}

.cis-paint:before {
  content: "\eced";
}

.cis-paint-bucket:before {
  content: "\ecee";
}

.cis-paper-plane:before {
  content: "\ecef";
}

.cis-paperclip:before {
  content: "\ecf0";
}

.cis-paragraph:before {
  content: "\ecf1";
}

.cis-parking:before {
  content: "\ecf2";
}

.cis-paw:before {
  content: "\ecf3";
}

.cis-pen:before {
  content: "\ecf4";
}

.cis-pen-alt:before {
  content: "\ecf5";
}

.cis-pen-fancy:before {
  content: "\ecf6";
}

.cis-pen-nib:before {
  content: "\ecf7";
}

.cis-pencil:before {
  content: "\ecf8";
}

.cis-people:before {
  content: "\ecf9";
}

.cis-people-minus:before {
  content: "\ecfa";
}

.cis-people-plus:before {
  content: "\ecfb";
}

.cis-people-x:before {
  content: "\ecfc";
}

.cis-percent:before {
  content: "\ecfd";
}

.cis-person:before {
  content: "\ecfe";
}

.cis-person-female:before {
  content: "\ecff";
}

.cis-petrol-station:before {
  content: "\ed00";
}

.cis-phone:before {
  content: "\ed01";
}

.cis-phone-bluetooth:before {
  content: "\ed02";
}

.cis-phone-call:before {
  content: "\ed03";
}

.cis-phone-call-end:before {
  content: "\ed04";
}

.cis-phone-callback:before {
  content: "\ed05";
}

.cis-phone-check:before {
  content: "\ed06";
}

.cis-phone-forward:before {
  content: "\ed07";
}

.cis-phone-in-talk:before {
  content: "\ed08";
}

.cis-phone-lock:before {
  content: "\ed09";
}

.cis-phone-minus:before {
  content: "\ed0a";
}

.cis-phone-missed:before {
  content: "\ed0b";
}

.cis-phone-paused:before {
  content: "\ed0c";
}

.cis-phone-plus:before {
  content: "\ed0d";
}

.cis-phone-ring-volume:before {
  content: "\ed0e";
}

.cis-phone-settings:before {
  content: "\ed0f";
}

.cis-phone-slash:before {
  content: "\ed10";
}

.cis-phone-square:before {
  content: "\ed11";
}

.cis-phone-volume:before {
  content: "\ed12";
}

.cis-phone-x:before {
  content: "\ed13";
}

.cis-picture-in-picture:before {
  content: "\ed14";
}

.cis-picture-in-picture-alt:before {
  content: "\ed15";
}

.cis-pin:before {
  content: "\ed16";
}

.cis-pizza:before {
  content: "\ed17";
}

.cis-plant:before {
  content: "\ed18";
}

.cis-playlist-add:before {
  content: "\ed19";
}

.cis-playlist-add-check:before {
  content: "\ed1a";
}

.cis-playlist-play:before {
  content: "\ed1b";
}

.cis-plus:before {
  content: "\ed1c";
}

.cis-plus-circle:before {
  content: "\ed1d";
}

.cis-plus-one:before {
  content: "\ed1e";
}

.cis-plus-square:before {
  content: "\ed1f";
}

.cis-pool:before {
  content: "\ed20";
}

.cis-portable-wifi:before {
  content: "\ed21";
}

.cis-portable-wifi-off:before {
  content: "\ed22";
}

.cis-power-settings:before {
  content: "\ed23";
}

.cis-power-standby:before {
  content: "\ed24";
}

.cis-pregnant:before {
  content: "\ed25";
}

.cis-print:before {
  content: "\ed26";
}

.cis-printer:before {
  content: "\ed27";
}

.cis-printer-slash:before {
  content: "\ed28";
}

.cis-pushchair:before {
  content: "\ed29";
}

.cis-puzzle:before {
  content: "\ed2a";
}

.cis-puzzle-piece:before {
  content: "\ed2b";
}

.cis-qr-code:before {
  content: "\ed2c";
}

.cis-queue:before {
  content: "\ed2d";
}

.cis-queue-add:before {
  content: "\ed2e";
}

.cis-queue-music:before {
  content: "\ed2f";
}

.cis-queue-play-next:before {
  content: "\ed30";
}

.cis-queue-remove:before {
  content: "\ed31";
}

.cis-radio:before {
  content: "\ed32";
}

.cis-railway:before {
  content: "\ed33";
}

.cis-rain:before {
  content: "\ed34";
}

.cis-random:before {
  content: "\ed35";
}

.cis-recent-actors:before {
  content: "\ed36";
}

.cis-rectangle:before {
  content: "\ed37";
}

.cis-recycle:before {
  content: "\ed38";
}

.cis-registered:before {
  content: "\ed39";
}

.cis-reload:before {
  content: "\ed3a";
}

.cis-remote-control:before {
  content: "\ed3b";
}

.cis-remote-settings:before {
  content: "\ed3c";
}

.cis-replay:before {
  content: "\ed3d";
}

.cis-report:before {
  content: "\ed3e";
}

.cis-report-slash:before {
  content: "\ed3f";
}

.cis-resize-both:before {
  content: "\ed40";
}

.cis-resize-height:before {
  content: "\ed41";
}

.cis-resize-width:before {
  content: "\ed42";
}

.cis-restaurant:before {
  content: "\ed43";
}

.cis-restaurant-menu:before {
  content: "\ed44";
}

.cis-restore:before {
  content: "\ed45";
}

.cis-rights:before {
  content: "\ed46";
}

.cis-room:before {
  content: "\ed47";
}

.cis-room-slash:before {
  content: "\ed48";
}

.cis-rotate-left:before {
  content: "\ed49";
}

.cis-rotate-right:before {
  content: "\ed4a";
}

.cis-rounded-corner:before {
  content: "\ed4b";
}

.cis-router:before {
  content: "\ed4c";
}

.cis-rowing:before {
  content: "\ed4d";
}

.cis-rss:before {
  content: "\ed4e";
}

.cis-rss-alt:before {
  content: "\ed4f";
}

.cis-rss-square:before {
  content: "\ed50";
}

.cis-ruble:before {
  content: "\ed51";
}

.cis-ruble-circle:before {
  content: "\ed52";
}

.cis-ruble-circle-slash:before {
  content: "\ed53";
}

.cis-ruble-slash:before {
  content: "\ed54";
}

.cis-running:before {
  content: "\ed55";
}

.cis-sad:before {
  content: "\ed56";
}

.cis-satelite:before {
  content: "\ed57";
}

.cis-save:before {
  content: "\ed58";
}

.cis-scale:before {
  content: "\ed59";
}

.cis-scale-image:before {
  content: "\ed5a";
}

.cis-scanner:before {
  content: "\ed5b";
}

.cis-school:before {
  content: "\ed5c";
}

.cis-scooter:before {
  content: "\ed5d";
}

.cis-screen-deskop-slash:before {
  content: "\ed5e";
}

.cis-screen-desktop:before {
  content: "\ed5f";
}

.cis-screen-horizontal:before {
  content: "\ed60";
}

.cis-screen-landscape:before {
  content: "\ed61";
}

.cis-screen-lock-horizontal:before {
  content: "\ed62";
}

.cis-screen-lock-landscape:before {
  content: "\ed63";
}

.cis-screen-lock-portrait:before {
  content: "\ed64";
}

.cis-screen-lock-rotation:before {
  content: "\ed65";
}

.cis-screen-lock-vertical:before {
  content: "\ed66";
}

.cis-screen-mirroring:before {
  content: "\ed67";
}

.cis-screen-portrait:before {
  content: "\ed68";
}

.cis-screen-rotation:before {
  content: "\ed69";
}

.cis-screen-smartphone:before {
  content: "\ed6a";
}

.cis-screen-vertical:before {
  content: "\ed6b";
}

.cis-script:before {
  content: "\ed6c";
}

.cis-scrubber:before {
  content: "\ed6d";
}

.cis-sdcard:before {
  content: "\ed6e";
}

.cis-search:before {
  content: "\ed6f";
}

.cis-security:before {
  content: "\ed70";
}

.cis-select:before {
  content: "\ed71";
}

.cis-select-all:before {
  content: "\ed72";
}

.cis-send:before {
  content: "\ed73";
}

.cis-settings:before {
  content: "\ed74";
}

.cis-settings-alt:before {
  content: "\ed75";
}

.cis-share:before {
  content: "\ed76";
}

.cis-share-all:before {
  content: "\ed77";
}

.cis-share-alt:before {
  content: "\ed78";
}

.cis-share-boxed:before {
  content: "\ed79";
}

.cis-shield:before {
  content: "\ed7a";
}

.cis-shield-alt:before {
  content: "\ed7b";
}

.cis-shield-check:before {
  content: "\ed7c";
}

.cis-shield-minus:before {
  content: "\ed7d";
}

.cis-shield-plus:before {
  content: "\ed7e";
}

.cis-shield-slash:before {
  content: "\ed7f";
}

.cis-shield-x:before {
  content: "\ed80";
}

.cis-shop-media:before {
  content: "\ed81";
}

.cis-shop-media-two:before {
  content: "\ed82";
}

.cis-short-text:before {
  content: "\ed83";
}

.cis-shower:before {
  content: "\ed84";
}

.cis-sign-language:before {
  content: "\ed85";
}

.cis-signal:before {
  content: "\ed86";
}

.cis-signal-cellular-0:before {
  content: "\ed87";
}

.cis-signal-cellular-1:before {
  content: "\ed88";
}

.cis-signal-cellular-2:before {
  content: "\ed89";
}

.cis-signal-cellular-3:before {
  content: "\ed8a";
}

.cis-signal-cellular-4:before {
  content: "\ed8b";
}

.cis-signal-cellular-no-internet-0:before {
  content: "\ed8c";
}

.cis-signal-cellular-no-internet-1:before {
  content: "\ed8d";
}

.cis-signal-cellular-no-internet-2:before {
  content: "\ed8e";
}

.cis-signal-cellular-no-internet-3:before {
  content: "\ed8f";
}

.cis-signal-cellular-no-internet-4:before {
  content: "\ed90";
}

.cis-signal-cellular-off:before {
  content: "\ed91";
}

.cis-signal-cellular-off_1:before {
  content: "\ed92";
}

.cis-signpost:before {
  content: "\ed93";
}

.cis-sim:before {
  content: "\ed94";
}

.cis-sim-slash:before {
  content: "\ed95";
}

.cis-sitemap:before {
  content: "\ed96";
}

.cis-slow-motion:before {
  content: "\ed97";
}

.cis-smile:before {
  content: "\ed98";
}

.cis-smile-plus:before {
  content: "\ed99";
}

.cis-smoke:before {
  content: "\ed9a";
}

.cis-smoke-free:before {
  content: "\ed9b";
}

.cis-smoke-slash:before {
  content: "\ed9c";
}

.cis-smoking-room:before {
  content: "\ed9d";
}

.cis-snow:before {
  content: "\ed9e";
}

.cis-snowflake:before {
  content: "\ed9f";
}

.cis-soccer:before {
  content: "\eda0";
}

.cis-sofa:before {
  content: "\eda1";
}

.cis-sorround-sound:before {
  content: "\eda2";
}

.cis-sort-alpha-down:before {
  content: "\eda3";
}

.cis-sort-alpha-up:before {
  content: "\eda4";
}

.cis-sort-ascending:before {
  content: "\eda5";
}

.cis-sort-descending:before {
  content: "\eda6";
}

.cis-sort-numeric-down:before {
  content: "\eda7";
}

.cis-sort-numeric-up:before {
  content: "\eda8";
}

.cis-sound:before {
  content: "\eda9";
}

.cis-spa:before {
  content: "\edaa";
}

.cis-space-bar:before {
  content: "\edab";
}

.cis-speak:before {
  content: "\edac";
}

.cis-speaker:before {
  content: "\edad";
}

.cis-speaker-group:before {
  content: "\edae";
}

.cis-speech:before {
  content: "\edaf";
}

.cis-speech-bubble:before {
  content: "\edb0";
}

.cis-speech-notes:before {
  content: "\edb1";
}

.cis-speech-notes-slash:before {
  content: "\edb2";
}

.cis-speedometer:before {
  content: "\edb3";
}

.cis-spreadsheet:before {
  content: "\edb4";
}

.cis-square:before {
  content: "\edb5";
}

.cis-star:before {
  content: "\edb6";
}

.cis-star-circle:before {
  content: "\edb7";
}

.cis-star-half:before {
  content: "\edb8";
}

.cis-sticky-note:before {
  content: "\edb9";
}

.cis-storage:before {
  content: "\edba";
}

.cis-store:before {
  content: "\edbb";
}

.cis-stream:before {
  content: "\edbc";
}

.cis-strikethrough:before {
  content: "\edbd";
}

.cis-subtitles:before {
  content: "\edbe";
}

.cis-subway:before {
  content: "\edbf";
}

.cis-sun:before {
  content: "\edc0";
}

.cis-swap-horizontal:before {
  content: "\edc1";
}

.cis-swap-horizontal-circle:before {
  content: "\edc2";
}

.cis-swap-vertical:before {
  content: "\edc3";
}

.cis-swap-vertical-circle:before {
  content: "\edc4";
}

.cis-swimming:before {
  content: "\edc5";
}

.cis-sync:before {
  content: "\edc6";
}

.cis-sync-disabled:before {
  content: "\edc7";
}

.cis-sync-problem:before {
  content: "\edc8";
}

.cis-tablet:before {
  content: "\edc9";
}

.cis-tag:before {
  content: "\edca";
}

.cis-tags:before {
  content: "\edcb";
}

.cis-target:before {
  content: "\edcc";
}

.cis-task:before {
  content: "\edcd";
}

.cis-taxi:before {
  content: "\edce";
}

.cis-temperature:before {
  content: "\edcf";
}

.cis-temperature-alt:before {
  content: "\edd0";
}

.cis-temperature-high:before {
  content: "\edd1";
}

.cis-temperature-low:before {
  content: "\edd2";
}

.cis-tennis:before {
  content: "\edd3";
}

.cis-tennis-ball:before {
  content: "\edd4";
}

.cis-terminal:before {
  content: "\edd5";
}

.cis-terrain:before {
  content: "\edd6";
}

.cis-text:before {
  content: "\edd7";
}

.cis-text-direction-ltr:before {
  content: "\edd8";
}

.cis-text-direction-rtl:before {
  content: "\edd9";
}

.cis-text-format-clear:before {
  content: "\edda";
}

.cis-text-height:before {
  content: "\eddb";
}

.cis-text-rotate-vertical:before {
  content: "\eddc";
}

.cis-text-rotation-down:before {
  content: "\eddd";
}

.cis-text-rotation-none:before {
  content: "\edde";
}

.cis-text-rotation-up:before {
  content: "\eddf";
}

.cis-text-shapes:before {
  content: "\ede0";
}

.cis-text-size:before {
  content: "\ede1";
}

.cis-text-square:before {
  content: "\ede2";
}

.cis-text-strike:before {
  content: "\ede3";
}

.cis-text-width:before {
  content: "\ede4";
}

.cis-thermometer:before {
  content: "\ede5";
}

.cis-thermometer-alt:before {
  content: "\ede6";
}

.cis-thumb-down:before {
  content: "\ede7";
}

.cis-thumb-up:before {
  content: "\ede8";
}

.cis-timeline:before {
  content: "\ede9";
}

.cis-timer:before {
  content: "\edea";
}

.cis-toggle-off:before {
  content: "\edeb";
}

.cis-toggle-on:before {
  content: "\edec";
}

.cis-toilet:before {
  content: "\eded";
}

.cis-toll:before {
  content: "\edee";
}

.cis-touch-app:before {
  content: "\edef";
}

.cis-trademark:before {
  content: "\edf0";
}

.cis-traffic:before {
  content: "\edf1";
}

.cis-train:before {
  content: "\edf2";
}

.cis-train-alt:before {
  content: "\edf3";
}

.cis-tram:before {
  content: "\edf4";
}

.cis-transfer:before {
  content: "\edf5";
}

.cis-transfer-within-a-station:before {
  content: "\edf6";
}

.cis-translate:before {
  content: "\edf7";
}

.cis-trash:before {
  content: "\edf8";
}

.cis-trash-alt:before {
  content: "\edf9";
}

.cis-trash-arrow-up:before {
  content: "\edfa";
}

.cis-trash-sweep:before {
  content: "\edfb";
}

.cis-trash-x:before {
  content: "\edfc";
}

.cis-triangle:before {
  content: "\edfd";
}

.cis-truck:before {
  content: "\edfe";
}

.cis-tty:before {
  content: "\edff";
}

.cis-tv:before {
  content: "\ee00";
}

.cis-tv-dvr:before {
  content: "\ee01";
}

.cis-tv-live:before {
  content: "\ee02";
}

.cis-tv-slash:before {
  content: "\ee03";
}

.cis-underline:before {
  content: "\ee04";
}

.cis-universal-access:before {
  content: "\ee05";
}

.cis-update:before {
  content: "\ee06";
}

.cis-usb:before {
  content: "\ee07";
}

.cis-user:before {
  content: "\ee08";
}

.cis-user-female:before {
  content: "\ee09";
}

.cis-user-female-follow:before {
  content: "\ee0a";
}

.cis-user-female-minus:before {
  content: "\ee0b";
}

.cis-user-female-plus:before {
  content: "\ee0c";
}

.cis-user-female-unfollow:before {
  content: "\ee0d";
}

.cis-user-female-x:before {
  content: "\ee0e";
}

.cis-user-follow:before {
  content: "\ee0f";
}

.cis-user-minus:before {
  content: "\ee10";
}

.cis-user-plus:before {
  content: "\ee11";
}

.cis-user-secret:before {
  content: "\ee12";
}

.cis-user-unfollow:before {
  content: "\ee13";
}

.cis-user-x:before {
  content: "\ee14";
}

.cis-vector:before {
  content: "\ee15";
}

.cis-verical-split:before {
  content: "\ee16";
}

.cis-vertical-align-bottom:before {
  content: "\ee17";
}

.cis-vertical-align-center:before {
  content: "\ee18";
}

.cis-vertical-align-top:before {
  content: "\ee19";
}

.cis-video:before {
  content: "\ee1a";
}

.cis-video-label:before {
  content: "\ee1b";
}

.cis-video-library:before {
  content: "\ee1c";
}

.cis-video-missed:before {
  content: "\ee1d";
}

.cis-video-plus:before {
  content: "\ee1e";
}

.cis-video-slash:before {
  content: "\ee1f";
}

.cis-video-switch:before {
  content: "\ee20";
}

.cis-videogame:before {
  content: "\ee21";
}

.cis-view-agenda:before {
  content: "\ee22";
}

.cis-view-array:before {
  content: "\ee23";
}

.cis-view-carousel:before {
  content: "\ee24";
}

.cis-view-column:before {
  content: "\ee25";
}

.cis-view-list:before {
  content: "\ee26";
}

.cis-view-module:before {
  content: "\ee27";
}

.cis-view-quilt:before {
  content: "\ee28";
}

.cis-view-row:before {
  content: "\ee29";
}

.cis-view-stream:before {
  content: "\ee2a";
}

.cis-voice:before {
  content: "\ee2b";
}

.cis-voice-over-record:before {
  content: "\ee2c";
}

.cis-voice-over-slash:before {
  content: "\ee2d";
}

.cis-voicemail:before {
  content: "\ee2e";
}

.cis-volume:before {
  content: "\ee2f";
}

.cis-volume-high:before {
  content: "\ee30";
}

.cis-volume-low:before {
  content: "\ee31";
}

.cis-volume-off:before {
  content: "\ee32";
}

.cis-vote:before {
  content: "\ee33";
}

.cis-walk:before {
  content: "\ee34";
}

.cis-wallet:before {
  content: "\ee35";
}

.cis-wallpaper:before {
  content: "\ee36";
}

.cis-warning:before {
  content: "\ee37";
}

.cis-watch:before {
  content: "\ee38";
}

.cis-waves:before {
  content: "\ee39";
}

.cis-wc:before {
  content: "\ee3a";
}

.cis-webcloud:before {
  content: "\ee3b";
}

.cis-weightlifitng:before {
  content: "\ee3c";
}

.cis-weights:before {
  content: "\ee3d";
}

.cis-wheelchair:before {
  content: "\ee3e";
}

.cis-widgets:before {
  content: "\ee3f";
}

.cis-wifi:before {
  content: "\ee40";
}

.cis-wifi-lock:before {
  content: "\ee41";
}

.cis-wifi-signal-0:before {
  content: "\ee42";
}

.cis-wifi-signal-1:before {
  content: "\ee43";
}

.cis-wifi-signal-2:before {
  content: "\ee44";
}

.cis-wifi-signal-3:before {
  content: "\ee45";
}

.cis-wifi-signal-4:before {
  content: "\ee46";
}

.cis-wifi-signal-lock-0:before {
  content: "\ee47";
}

.cis-wifi-signal-lock-1:before {
  content: "\ee48";
}

.cis-wifi-signal-lock-2:before {
  content: "\ee49";
}

.cis-wifi-signal-lock-3:before {
  content: "\ee4a";
}

.cis-wifi-signal-lock-4:before {
  content: "\ee4b";
}

.cis-wifi-signal-off:before {
  content: "\ee4c";
}

.cis-window:before {
  content: "\ee4d";
}

.cis-window-maximize:before {
  content: "\ee4e";
}

.cis-window-minimize:before {
  content: "\ee4f";
}

.cis-window-restore:before {
  content: "\ee50";
}

.cis-wrap-text:before {
  content: "\ee51";
}

.cis-x:before {
  content: "\ee52";
}

.cis-x-circle:before {
  content: "\ee53";
}

.cis-x-square:before {
  content: "\ee54";
}

.cis-yen:before {
  content: "\ee55";
}

.cis-yen-circle:before {
  content: "\ee56";
}

.cis-yen-circle-slash:before {
  content: "\ee57";
}

.cis-yen-slash:before {
  content: "\ee58";
}

.cis-zoom:before {
  content: "\ee59";
}

.cis-zoom-in:before {
  content: "\ee5a";
}

.cis-zoom-out:before {
  content: "\ee5b";
}
