/*--------------------------------

q4tre-icons Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'q4tre-icons';
  src: url('q4tre-icons.eot');
  src: url('q4tre-icons.eot') format('embedded-opentype'), url('q4tre-icons.woff2') format('woff2'), url('q4tre-icons.woff') format('woff'), url('q4tre-icons.ttf') format('truetype'), url('q4tre-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon-apero {
  display: inline-block;
  font: normal normal normal 1em/1 'q4tre-icons';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-apero-sm {
  font-size: 0.8em;
}
.icon-apero-lg {
  font-size: 1.2em;
}
.icon-apero-xl {
  font-size: 1.5em;
}
/* absolute units */
.icon-apero-16 {
  font-size: 16px;
}
.icon-apero-32 {
  font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-apero-square,
.icon-apero-circle {
  padding: 0.450em;
  border: .08em solid;
}
.icon-apero-circle {
  border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-apero-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-apero-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-apero-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.icon-apero-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-apero-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-apero-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-apero-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-apero-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-apero-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	icons
-------------------------*/

.icon--2x-drag-down::before {
  content: "\ea02";
}

.icon--2x-drag-up::before {
  content: "\ea03";
}

.icon--2x-swipe-down::before {
  content: "\ea04";
}

.icon--2x-swipe-left::before {
  content: "\ea05";
}

.icon--2x-swipe-right::before {
  content: "\ea06";
}

.icon--2x-swipe-up::before {
  content: "\ea07";
}

.icon--2x-tap::before {
  content: "\ea08";
}

.icon--3d-model::before {
  content: "\ea09";
}

.icon--3d-29::before {
  content: "\ea0a";
}

.icon--3d-glasses::before {
  content: "\ea0b";
}

.icon--3x-swipe-left::before {
  content: "\ea0c";
}

.icon--3x-swipe-right::before {
  content: "\ea0d";
}

.icon--3x-swipe-up::before {
  content: "\ea0e";
}

.icon--3x-tap::before {
  content: "\ea0f";
}

.icon--4x-swipe-left::before {
  content: "\ea10";
}

.icon--4x-swipe-right::before {
  content: "\ea11";
}

.icon--4x-swipe-up::before {
  content: "\ea12";
}

.icon--a-add::before {
  content: "\ea13";
}

.icon--a-check::before {
  content: "\ea14";
}

.icon--a-delete::before {
  content: "\ea15";
}

.icon--a-edit::before {
  content: "\ea16";
}

.icon--a-heart::before {
  content: "\ea17";
}

.icon--a-location::before {
  content: "\ea18";
}

.icon--a-remove::before {
  content: "\ea19";
}

.icon--a-search::before {
  content: "\ea1a";
}

.icon--a-security::before {
  content: "\ea1b";
}

.icon--a-share::before {
  content: "\ea1c";
}

.icon--a-star::before {
  content: "\ea1d";
}

.icon--a-sync::before {
  content: "\ea1e";
}

.icon--a-time::before {
  content: "\ea1f";
}

.icon--file-aac::before {
  content: "\ea20";
}

.icon--abc::before {
  content: "\ea21";
}

.icon--accessibility::before {
  content: "\ea22";
}

.icon--clapperboard-2::before {
  content: "\ea23";
}

.icon--clapperboard::before {
  content: "\ea24";
}

.icon--active-38::before {
  content: "\ea25";
}

.icon--active-40::before {
  content: "\ea26";
}

.icon--add-27::before {
  content: "\ea27";
}

.icon--add-29::before {
  content: "\ea28";
}

.icon--file-new::before {
  content: "\ea29";
}

.icon--agenda-bookmark::before {
  content: "\ea2a";
}

.icon--agenda::before {
  content: "\ea2b";
}

.icon--file-ai::before {
  content: "\ea2c";
}

.icon--air-baloon::before {
  content: "\ea2d";
}

.icon--air-conditioner::before {
  content: "\ea2e";
}

.icon--photo-album::before {
  content: "\ea2f";
}

.icon--album::before {
  content: "\ea30";
}

.icon--alcohol::before {
  content: "\ea31";
}

.icon--exclamation-mark::before {
  content: "\ea32";
}

.icon--question-mark::before {
  content: "\ea33";
}

.icon--c-warning::before {
  content: "\ea34";
}

.icon--c-question::before {
  content: "\ea35";
}

.icon--c-info::before {
  content: "\ea36";
}

.icon--info::before {
  content: "\ea37";
}

.icon--s-warning::before {
  content: "\ea38";
}

.icon--s-question::before {
  content: "\ea39";
}

.icon--s-info::before {
  content: "\ea3a";
}

.icon--t-warning::before {
  content: "\ea3b";
}

.icon--alien-29::before {
  content: "\ea3c";
}

.icon--alien-33::before {
  content: "\ea3d";
}

.icon--align-bottom::before {
  content: "\ea3e";
}

.icon--align-center-horizontal::before {
  content: "\ea3f";
}

.icon--align-center-vertical::before {
  content: "\ea40";
}

.icon--align-center::before {
  content: "\ea41";
}

.icon--align-justify::before {
  content: "\ea42";
}

.icon--align-left-2::before {
  content: "\ea43";
}

.icon--align-right-2::before {
  content: "\ea44";
}

.icon--align-right::before {
  content: "\ea45";
}

.icon--align-top::before {
  content: "\ea46";
}

.icon--amazon-card::before {
  content: "\ea47";
}

.icon--ambulance::before {
  content: "\ea48";
}

.icon--amex::before {
  content: "\ea49";
}

.icon--s-pulse::before {
  content: "\ea4a";
}

.icon--c-pulse::before {
  content: "\ea4b";
}

.icon--anchor::before {
  content: "\ea4c";
}

.icon--android::before {
  content: "\ea4d";
}

.icon--android-card::before {
  content: "\ea4e";
}

.icon--angle::before {
  content: "\ea4f";
}

.icon--angry-10::before {
  content: "\ea50";
}

.icon--angry-44::before {
  content: "\ea51";
}

.icon--animation-14::before {
  content: "\ea52";
}

.icon--animation-31::before {
  content: "\ea53";
}

.icon--animation-32::before {
  content: "\ea54";
}

.icon--app::before {
  content: "\ea55";
}

.icon--apple::before {
  content: "\ea56";
}

.icon--apple-2::before {
  content: "\ea57";
}

.icon--apple-card::before {
  content: "\ea58";
}

.icon--align-left::before {
  content: "\ea59";
}

.icon--archive-drawer::before {
  content: "\ea5a";
}

.icon--archive-doc-check::before {
  content: "\ea5b";
}

.icon--archive-doc::before {
  content: "\ea5c";
}

.icon--archive-check::before {
  content: "\ea5d";
}

.icon--archive-content::before {
  content: "\ea5e";
}

.icon--archive-file-check::before {
  content: "\ea5f";
}

.icon--archive-file::before {
  content: "\ea60";
}

.icon--archive::before {
  content: "\ea61";
}

.icon--armchair::before {
  content: "\ea62";
}

.icon--artboard::before {
  content: "\ea63";
}

.icon--file-ase::before {
  content: "\ea64";
}

.icon--file-asp::before {
  content: "\ea65";
}

.icon--file-aspx::before {
  content: "\ea66";
}

.icon--astronaut::before {
  content: "\ea67";
}

.icon--atm::before {
  content: "\ea68";
}

.icon--atom::before {
  content: "\ea69";
}

.icon--attachment::before {
  content: "\ea6a";
}

.icon--attach::before {
  content: "\ea6b";
}

.icon--microphone::before {
  content: "\ea6c";
}

.icon--microphone-2::before {
  content: "\ea6d";
}

.icon--file-audio-2::before {
  content: "\ea6e";
}

.icon--file-avi::before {
  content: "\ea6f";
}

.icon--cockade::before {
  content: "\ea70";
}

.icon--award-49::before {
  content: "\ea71";
}

.icon--medal::before {
  content: "\ea72";
}

.icon--certificate::before {
  content: "\ea73";
}

.icon--award::before {
  content: "\ea74";
}

.icon--axe::before {
  content: "\ea75";
}

.icon--b-add::before {
  content: "\ea76";
}

.icon--b-check::before {
  content: "\ea77";
}

.icon--b-location::before {
  content: "\ea78";
}

.icon--b-love::before {
  content: "\ea79";
}

.icon--b-meeting::before {
  content: "\ea7a";
}

.icon--b-remove::before {
  content: "\ea7b";
}

.icon--b-security::before {
  content: "\ea7c";
}

.icon--baby-2::before {
  content: "\ea7d";
}

.icon--baby-bottle::before {
  content: "\ea7e";
}

.icon--baby::before {
  content: "\ea7f";
}

.icon--baby-3::before {
  content: "\ea80";
}

.icon--back-arrow::before {
  content: "\ea81";
}

.icon--background::before {
  content: "\ea82";
}

.icon--appointment::before {
  content: "\ea83";
}

.icon--backpack-2::before {
  content: "\ea84";
}

.icon--backpack-57::before {
  content: "\ea85";
}

.icon--backpack-58::before {
  content: "\ea86";
}

.icon--backpack::before {
  content: "\ea87";
}

.icon--backward::before {
  content: "\ea88";
}

.icon--bacon::before {
  content: "\ea89";
}

.icon--badge-13::before {
  content: "\ea8a";
}

.icon--badge-14::before {
  content: "\ea8b";
}

.icon--badge-15::before {
  content: "\ea8c";
}

.icon--badge::before {
  content: "\ea8d";
}

.icon--shuttlecock::before {
  content: "\ea8e";
}

.icon--shopping-bag::before {
  content: "\ea8f";
}

.icon--bag-16::before {
  content: "\ea90";
}

.icon--bag-17::before {
  content: "\ea91";
}

.icon--bag-20::before {
  content: "\ea92";
}

.icon--bag-21::before {
  content: "\ea93";
}

.icon--bag-22::before {
  content: "\ea94";
}

.icon--bag-49::before {
  content: "\ea95";
}

.icon--bag-50::before {
  content: "\ea96";
}

.icon--bag-add-18::before {
  content: "\ea97";
}

.icon--bag-add-21::before {
  content: "\ea98";
}

.icon--bag-edit::before {
  content: "\ea99";
}

.icon--bag-remove-19::before {
  content: "\ea9a";
}

.icon--bag-remove-22::before {
  content: "\ea9b";
}

.icon--bag-time::before {
  content: "\ea9c";
}

.icon--bag::before {
  content: "\ea9d";
}

.icon--baguette::before {
  content: "\ea9e";
}

.icon--white-balance::before {
  content: "\ea9f";
}

.icon--basketball::before {
  content: "\eaa0";
}

.icon--soccer-ball::before {
  content: "\eaa1";
}

.icon--baloon::before {
  content: "\eaa2";
}

.icon--s-ban::before {
  content: "\eaa3";
}

.icon--ban::before {
  content: "\eaa4";
}

.icon--banana::before {
  content: "\eaa5";
}

.icon--temple::before {
  content: "\eaa6";
}

.icon--barbecue-15::before {
  content: "\eaa7";
}

.icon--barbecue-tools::before {
  content: "\eaa8";
}

.icon--barbecue::before {
  content: "\eaa9";
}

.icon--back-78::before {
  content: "\eaaa";
}

.icon--barcode::before {
  content: "\eaab";
}

.icon--barcode-qr::before {
  content: "\eaac";
}

.icon--baseball-pitch::before {
  content: "\eaad";
}

.icon--baseball-bat::before {
  content: "\eaae";
}

.icon--baseball::before {
  content: "\eaaf";
}

.icon--basket-add::before {
  content: "\eab0";
}

.icon--basket-edit::before {
  content: "\eab1";
}

.icon--basket-favorite::before {
  content: "\eab2";
}

.icon--basket-remove::before {
  content: "\eab3";
}

.icon--basket-search::before {
  content: "\eab4";
}

.icon--basket-share::before {
  content: "\eab5";
}

.icon--basket-simple-add::before {
  content: "\eab6";
}

.icon--basket-simple-remove::before {
  content: "\eab7";
}

.icon--basket-simple::before {
  content: "\eab8";
}

.icon--basket-update::before {
  content: "\eab9";
}

.icon--basket::before {
  content: "\eaba";
}

.icon--basketball-ring::before {
  content: "\eabb";
}

.icon--basketball-board::before {
  content: "\eabc";
}

.icon--bat::before {
  content: "\eabd";
}

.icon--bath-tub::before {
  content: "\eabe";
}

.icon--battery-power::before {
  content: "\eabf";
}

.icon--battery-charging::before {
  content: "\eac0";
}

.icon--battery-status::before {
  content: "\eac1";
}

.icon--battery-low::before {
  content: "\eac2";
}

.icon--battery::before {
  content: "\eac3";
}

.icon--bear-2::before {
  content: "\eac4";
}

.icon--bear::before {
  content: "\eac5";
}

.icon--bed-09::before {
  content: "\eac6";
}

.icon--bed-23::before {
  content: "\eac7";
}

.icon--bed-side::before {
  content: "\eac8";
}

.icon--bee::before {
  content: "\eac9";
}

.icon--beer-95::before {
  content: "\eaca";
}

.icon--beer-96::before {
  content: "\eacb";
}

.icon--alarm::before {
  content: "\eacc";
}

.icon--buzz::before {
  content: "\eacd";
}

.icon--bell::before {
  content: "\eace";
}

.icon--belt::before {
  content: "\eacf";
}

.icon--berlin::before {
  content: "\ead0";
}

.icon--beverage::before {
  content: "\ead1";
}

.icon--big-eyes::before {
  content: "\ead2";
}

.icon--big-smile::before {
  content: "\ead3";
}

.icon--bigmouth::before {
  content: "\ead4";
}

.icon--racing-bike::before {
  content: "\ead5";
}

.icon--bike::before {
  content: "\ead6";
}

.icon--binoculars::before {
  content: "\ead7";
}

.icon--biscuit::before {
  content: "\ead8";
}

.icon--bitcoin-2::before {
  content: "\ead9";
}

.icon--bitcoin::before {
  content: "\eada";
}

.icon--bleah::before {
  content: "\eadb";
}

.icon--blend::before {
  content: "\eadc";
}

.icon--dizzy-face::before {
  content: "\eadd";
}

.icon--corner-bottom-left::before {
  content: "\eade";
}

.icon--corner-bottom-right::before {
  content: "\eadf";
}

.icon--billiard-ball::before {
  content: "\eae0";
}

.icon--block-left::before {
  content: "\eae1";
}

.icon--block-right::before {
  content: "\eae2";
}

.icon--corner-top-left::before {
  content: "\eae3";
}

.icon--corner-top-right::before {
  content: "\eae4";
}

.icon--block-up::before {
  content: "\eae5";
}

.icon--bluetooth::before {
  content: "\eae6";
}

.icon--file-bmp::before {
  content: "\eae7";
}

.icon--billboard::before {
  content: "\eae8";
}

.icon--board-27::before {
  content: "\eae9";
}

.icon--board-28::before {
  content: "\eaea";
}

.icon--board-29::before {
  content: "\eaeb";
}

.icon--board-30::before {
  content: "\eaec";
}

.icon--barcode-scan::before {
  content: "\eaed";
}

.icon--board::before {
  content: "\eaee";
}

.icon--boat-front::before {
  content: "\eaef";
}

.icon--boat-small-02::before {
  content: "\eaf0";
}

.icon--boat-small-03::before {
  content: "\eaf1";
}

.icon--boat::before {
  content: "\eaf2";
}

.icon--d-add::before {
  content: "\eaf3";
}

.icon--d-delete::before {
  content: "\eaf4";
}

.icon--bold-direction::before {
  content: "\eaf5";
}

.icon--nav-down::before {
  content: "\eaf6";
}

.icon--nav-left::before {
  content: "\eaf7";
}

.icon--d-remove::before {
  content: "\eaf8";
}

.icon--nav-right::before {
  content: "\eaf9";
}

.icon--board-51::before {
  content: "\eafa";
}

.icon--bolt::before {
  content: "\eafb";
}

.icon--bomb::before {
  content: "\eafc";
}

.icon--bones::before {
  content: "\eafd";
}

.icon--read::before {
  content: "\eafe";
}

.icon--nav-up::before {
  content: "\eaff";
}

.icon--open-book::before {
  content: "\eb00";
}

.icon--block-down::before {
  content: "\eb01";
}

.icon--book-39::before {
  content: "\eb02";
}

.icon--book-bookmark-2::before {
  content: "\eb03";
}

.icon--book-bookmark::before {
  content: "\eb04";
}

.icon--book-open-2::before {
  content: "\eb05";
}

.icon--book-open::before {
  content: "\eb06";
}

.icon--book::before {
  content: "\eb07";
}

.icon--bookmark::before {
  content: "\eb08";
}

.icon--bookmark-add::before {
  content: "\eb09";
}

.icon--bookmark-add-2::before {
  content: "\eb0a";
}

.icon--bookmark-delete::before {
  content: "\eb0b";
}

.icon--bookmark-delete-2::before {
  content: "\eb0c";
}

.icon--file-bookmark::before {
  content: "\eb0d";
}

.icon--books-46::before {
  content: "\eb0e";
}

.icon--books::before {
  content: "\eb0f";
}

.icon--boot-2::before {
  content: "\eb10";
}

.icon--boot-woman::before {
  content: "\eb11";
}

.icon--boot::before {
  content: "\eb12";
}

.icon--bored::before {
  content: "\eb13";
}

.icon--bottle-wine::before {
  content: "\eb14";
}

.icon--bottle::before {
  content: "\eb15";
}

.icon--archery::before {
  content: "\eb16";
}

.icon--bowl::before {
  content: "\eb17";
}

.icon--bowling-ball::before {
  content: "\eb18";
}

.icon--box-2::before {
  content: "\eb19";
}

.icon--box-3d-50::before {
  content: "\eb1a";
}

.icon--box-3d-67::before {
  content: "\eb1b";
}

.icon--box-ribbon::before {
  content: "\eb1c";
}

.icon--box::before {
  content: "\eb1d";
}

.icon--boxing-glove::before {
  content: "\eb1e";
}

.icon--bra::before {
  content: "\eb1f";
}

.icon--brain::before {
  content: "\eb20";
}

.icon--bread::before {
  content: "\eb21";
}

.icon--briefcase-24::before {
  content: "\eb22";
}

.icon--briefcase-25::before {
  content: "\eb23";
}

.icon--briefcase-26::before {
  content: "\eb24";
}

.icon--sun::before {
  content: "\eb25";
}

.icon--brightness::before {
  content: "\eb26";
}

.icon--broccoli::before {
  content: "\eb27";
}

.icon--broom::before {
  content: "\eb28";
}

.icon--browser-chrome::before {
  content: "\eb29";
}

.icon--browser-edge-legacy::before {
  content: "\eb2a";
}

.icon--browser-firefox::before {
  content: "\eb2b";
}

.icon--browser-ie::before {
  content: "\eb2c";
}

.icon--browser-opera::before {
  content: "\eb2d";
}

.icon--browser-safari::before {
  content: "\eb2e";
}

.icon--brush::before {
  content: "\eb2f";
}

.icon--bucket::before {
  content: "\eb30";
}

.icon--ladybug::before {
  content: "\eb31";
}

.icon--office::before {
  content: "\eb32";
}

.icon--bulb-61::before {
  content: "\eb33";
}

.icon--bulb-62::before {
  content: "\eb34";
}

.icon--bulb-63::before {
  content: "\eb35";
}

.icon--bulb-saver::before {
  content: "\eb36";
}

.icon--bulb::before {
  content: "\eb37";
}

.icon--bullet-list-67::before {
  content: "\eb38";
}

.icon--bullet-list-68::before {
  content: "\eb39";
}

.icon--bullet-list-69::before {
  content: "\eb3a";
}

.icon--bullet-list-70::before {
  content: "\eb3b";
}

.icon--bullet-list::before {
  content: "\eb3c";
}

.icon--bus-front-10::before {
  content: "\eb3d";
}

.icon--bus-front-12::before {
  content: "\eb3e";
}

.icon--bus::before {
  content: "\eb3f";
}

.icon--businessman-03::before {
  content: "\eb40";
}

.icon--businessman-04::before {
  content: "\eb41";
}

.icon--butterfly::before {
  content: "\eb42";
}

.icon--button-2::before {
  content: "\eb43";
}

.icon--btn-play-1::before {
  content: "\eb44";
}

.icon--btn-play-2::before {
  content: "\eb45";
}

.icon--btn-stop::before {
  content: "\eb46";
}

.icon--button-eject::before {
  content: "\eb47";
}

.icon--button-next::before {
  content: "\eb48";
}

.icon--button-pause::before {
  content: "\eb49";
}

.icon--button-play::before {
  content: "\eb4a";
}

.icon--button-power::before {
  content: "\eb4b";
}

.icon--button-previous::before {
  content: "\eb4c";
}

.icon--button-record::before {
  content: "\eb4d";
}

.icon--button-rewind::before {
  content: "\eb4e";
}

.icon--button-skip::before {
  content: "\eb4f";
}

.icon--button-stop::before {
  content: "\eb50";
}

.icon--file-c-plus-plus::before {
  content: "\eb51";
}

.icon--cabinet::before {
  content: "\eb52";
}

.icon--cable::before {
  content: "\eb53";
}

.icon--charger-cable::before {
  content: "\eb54";
}

.icon--cactus::before {
  content: "\eb55";
}

.icon--file-cad::before {
  content: "\eb56";
}

.icon--cake-13::before {
  content: "\eb57";
}

.icon--cake-2::before {
  content: "\eb58";
}

.icon--cake-slice::before {
  content: "\eb59";
}

.icon--cake::before {
  content: "\eb5a";
}

.icon--calculator::before {
  content: "\eb5b";
}

.icon--calendar::before {
  content: "\eb5c";
}

.icon--calendar-2::before {
  content: "\eb5d";
}

.icon--calendar-event-create::before {
  content: "\eb5e";
}

.icon--calendar-event::before {
  content: "\eb5f";
}

.icon--calendar-event-2::before {
  content: "\eb60";
}

.icon--calendar-date::before {
  content: "\eb61";
}

.icon--calendar-date-2::before {
  content: "\eb62";
}

.icon--camera::before {
  content: "\eb63";
}

.icon--camera-2::before {
  content: "\eb64";
}

.icon--camera-3::before {
  content: "\eb65";
}

.icon--no-photo::before {
  content: "\eb66";
}

.icon--compact-camera::before {
  content: "\eb67";
}

.icon--camera-screen::before {
  content: "\eb68";
}

.icon--instant-camera-2::before {
  content: "\eb69";
}

.icon--instant-camera::before {
  content: "\eb6a";
}

.icon--camera-timer::before {
  content: "\eb6b";
}

.icon--camera-button::before {
  content: "\eb6c";
}

.icon--camper::before {
  content: "\eb6d";
}

.icon--camping::before {
  content: "\eb6e";
}

.icon--candle::before {
  content: "\eb6f";
}

.icon--candy-2::before {
  content: "\eb70";
}

.icon--candy::before {
  content: "\eb71";
}

.icon--canvas::before {
  content: "\eb72";
}

.icon--button::before {
  content: "\eb73";
}

.icon--capitalize::before {
  content: "\eb74";
}

.icon--caps-all::before {
  content: "\eb75";
}

.icon--caps-small::before {
  content: "\eb76";
}

.icon--car-2::before {
  content: "\eb77";
}

.icon--car-front::before {
  content: "\eb78";
}

.icon--car-simple::before {
  content: "\eb79";
}

.icon--car-sport::before {
  content: "\eb7a";
}

.icon--taxi::before {
  content: "\eb7b";
}

.icon--car::before {
  content: "\eb7c";
}

.icon--add-notification::before {
  content: "\eb7d";
}

.icon--payment-method::before {
  content: "\eb7e";
}

.icon--new-notification::before {
  content: "\eb7f";
}

.icon--card-edit::before {
  content: "\eb80";
}

.icon--card-favorite::before {
  content: "\eb81";
}

.icon--card-remove::before {
  content: "\eb82";
}

.icon--card-update::before {
  content: "\eb83";
}

.icon--exercise-bike::before {
  content: "\eb84";
}

.icon--carrot::before {
  content: "\eb85";
}

.icon--cart-add::before {
  content: "\eb86";
}

.icon--cart-favorite::before {
  content: "\eb87";
}

.icon--cart-full::before {
  content: "\eb88";
}

.icon--cart-add-9::before {
  content: "\eb89";
}

.icon--add-to-cart-2::before {
  content: "\eb8a";
}

.icon--cart-remove-9::before {
  content: "\eb8b";
}

.icon--shopping-cart-2::before {
  content: "\eb8c";
}

.icon--cart-refresh::before {
  content: "\eb8d";
}

.icon--cart-remove::before {
  content: "\eb8e";
}

.icon--cart-return::before {
  content: "\eb8f";
}

.icon--cart-simple-add::before {
  content: "\eb90";
}

.icon--add-to-cart::before {
  content: "\eb91";
}

.icon--cart-simple-remove::before {
  content: "\eb92";
}

.icon--shopping-cart::before {
  content: "\eb93";
}

.icon--cart-speed::before {
  content: "\eb94";
}

.icon--cart::before {
  content: "\eb95";
}

.icon--cash-register::before {
  content: "\eb96";
}

.icon--castle::before {
  content: "\eb97";
}

.icon--cat::before {
  content: "\eb98";
}

.icon--cauldron::before {
  content: "\eb99";
}

.icon--cctv::before {
  content: "\eb9a";
}

.icon--cd-reader::before {
  content: "\eb9b";
}

.icon--celsius::before {
  content: "\eb9c";
}

.icon--centralize::before {
  content: "\eb9d";
}

.icon--file-cfm::before {
  content: "\eb9e";
}

.icon--file-cgi::before {
  content: "\eb9f";
}

.icon--chair-2::before {
  content: "\eba0";
}

.icon--chair::before {
  content: "\eba1";
}

.icon--chalkboard::before {
  content: "\eba2";
}

.icon--champagne::before {
  content: "\eba3";
}

.icon--a-chart::before {
  content: "\eba4";
}

.icon--p-chart::before {
  content: "\eba5";
}

.icon--chart-bar-32::before {
  content: "\eba6";
}

.icon--chart-bar-33::before {
  content: "\eba7";
}

.icon--g-chart::before {
  content: "\eba8";
}

.icon--d-chart::before {
  content: "\eba9";
}

.icon--file-chart-bar::before {
  content: "\ebaa";
}

.icon--b-chart::before {
  content: "\ebab";
}

.icon--chart-growth::before {
  content: "\ebac";
}

.icon--chart-pie-35::before {
  content: "\ebad";
}

.icon--chart-pie-36::before {
  content: "\ebae";
}

.icon--file-chart-pie::before {
  content: "\ebaf";
}

.icon--chart::before {
  content: "\ebb0";
}

.icon--b-comment::before {
  content: "\ebb1";
}

.icon--a-chat::before {
  content: "\ebb2";
}

.icon--b-chat::before {
  content: "\ebb3";
}

.icon--f-chat::before {
  content: "\ebb4";
}

.icon--r-chat::before {
  content: "\ebb5";
}

.icon--f-comment::before {
  content: "\ebb6";
}

.icon--comment::before {
  content: "\ebb7";
}

.icon--chat::before {
  content: "\ebb8";
}

.icon--check::before {
  content: "\ebb9";
}

.icon--o-check::before {
  content: "\ebba";
}

.icon--n-check::before {
  content: "\ebbb";
}

.icon--c-check::before {
  content: "\ebbc";
}

.icon--g-check::before {
  content: "\ebbd";
}

.icon--check-in::before {
  content: "\ebbe";
}

.icon--check-out::before {
  content: "\ebbf";
}

.icon--f-check::before {
  content: "\ebc0";
}

.icon--d-check::before {
  content: "\ebc1";
}

.icon--i-check::before {
  content: "\ebc2";
}

.icon--s-check::before {
  content: "\ebc3";
}

.icon--file-check::before {
  content: "\ebc4";
}

.icon--cheese-24::before {
  content: "\ebc5";
}

.icon--cheese-87::before {
  content: "\ebc6";
}

.icon--cheeseburger::before {
  content: "\ebc7";
}

.icon--chef-hat::before {
  content: "\ebc8";
}

.icon--cheque-2::before {
  content: "\ebc9";
}

.icon--cheque-3::before {
  content: "\ebca";
}

.icon--cheque::before {
  content: "\ebcb";
}

.icon--cherry::before {
  content: "\ebcc";
}

.icon--chicken-2::before {
  content: "\ebcd";
}

.icon--chicken::before {
  content: "\ebce";
}

.icon--child::before {
  content: "\ebcf";
}

.icon--chili::before {
  content: "\ebd0";
}

.icon--chimney::before {
  content: "\ebd1";
}

.icon--china::before {
  content: "\ebd2";
}

.icon--noodles::before {
  content: "\ebd3";
}

.icon--chips::before {
  content: "\ebd4";
}

.icon--chocolate::before {
  content: "\ebd5";
}

.icon--church::before {
  content: "\ebd6";
}

.icon--circle-08::before {
  content: "\ebd7";
}

.icon--circle-09::before {
  content: "\ebd8";
}

.icon--circle-10::before {
  content: "\ebd9";
}

.icon--c-add::before {
  content: "\ebda";
}

.icon--f-add::before {
  content: "\ebdb";
}

.icon--f-delete::before {
  content: "\ebdc";
}

.icon--f-remove::before {
  content: "\ebdd";
}

.icon--c-delete::before {
  content: "\ebde";
}

.icon--cap::before {
  content: "\ebdf";
}

.icon--frame-c-arrow-down::before {
  content: "\ebe0";
}

.icon--circle-down::before {
  content: "\ebe1";
}

.icon--circle-in::before {
  content: "\ebe2";
}

.icon--frame-c-caret-left::before {
  content: "\ebe3";
}

.icon--frame-c-arrow-left::before {
  content: "\ebe4";
}

.icon--circle-left::before {
  content: "\ebe5";
}

.icon--circle-out::before {
  content: "\ebe6";
}

.icon--c-remove::before {
  content: "\ebe7";
}

.icon--frame-c-caret-right::before {
  content: "\ebe8";
}

.icon--frame-c-arrow-right::before {
  content: "\ebe9";
}

.icon--circle-right::before {
  content: "\ebea";
}

.icon--circle-simple-down::before {
  content: "\ebeb";
}

.icon--circle-simple-left::before {
  content: "\ebec";
}

.icon--circle-simple-right::before {
  content: "\ebed";
}

.icon--frame-c-caret-down::before {
  content: "\ebee";
}

.icon--frame-c-caret-up::before {
  content: "\ebef";
}

.icon--circle-up::before {
  content: "\ebf0";
}

.icon--frame-c-arrow-up::before {
  content: "\ebf1";
}

.icon--circuit-round::before {
  content: "\ebf2";
}

.icon--circuit::before {
  content: "\ebf3";
}

.icon--citi::before {
  content: "\ebf4";
}

.icon--clone::before {
  content: "\ebf5";
}

.icon--cloud-forecast::before {
  content: "\ebf6";
}

.icon--cloud::before {
  content: "\ebf7";
}

.icon--cloud-download-93::before {
  content: "\ebf8";
}

.icon--bold::before {
  content: "\ebf9";
}

.icon--cloud-download-95::before {
  content: "\ebfa";
}

.icon--cloud-drop::before {
  content: "\ebfb";
}

.icon--cloud-fog-31::before {
  content: "\ebfc";
}

.icon--cloud-fog-32::before {
  content: "\ebfd";
}

.icon--cloud-hail::before {
  content: "\ebfe";
}

.icon--cloud-light::before {
  content: "\ebff";
}

.icon--cloud-moon::before {
  content: "\ec00";
}

.icon--cloud-rain::before {
  content: "\ec01";
}

.icon--cloud-rainbow::before {
  content: "\ec02";
}

.icon--cloud-data-sync::before {
  content: "\ec03";
}

.icon--cloud-snow-34::before {
  content: "\ec04";
}

.icon--cloud-snow-42::before {
  content: "\ec05";
}

.icon--cloud-sun-17::before {
  content: "\ec06";
}

.icon--cloud-sun-19::before {
  content: "\ec07";
}

.icon--migration::before {
  content: "\ec08";
}

.icon--cloud-upload-96::before {
  content: "\ec09";
}

.icon--file-cloud::before {
  content: "\ec0a";
}

.icon--clover::before {
  content: "\ec0b";
}

.icon--coat-hanger::before {
  content: "\ec0c";
}

.icon--coat::before {
  content: "\ec0d";
}

.icon--photo-not-allowed::before {
  content: "\ec0e";
}

.icon--cocktail::before {
  content: "\ec0f";
}

.icon--code-editor::before {
  content: "\ec10";
}

.icon--code::before {
  content: "\ec11";
}

.icon--coffe-long::before {
  content: "\ec12";
}

.icon--coffee-2::before {
  content: "\ec13";
}

.icon--coffee-long::before {
  content: "\ec14";
}

.icon--coffee::before {
  content: "\ec15";
}

.icon--coffin::before {
  content: "\ec16";
}

.icon--coins::before {
  content: "\ec17";
}

.icon--collar::before {
  content: "\ec18";
}

.icon--bow::before {
  content: "\ec19";
}

.icon--collection::before {
  content: "\ec1a";
}

.icon--color::before {
  content: "\ec1b";
}

.icon--command::before {
  content: "\ec1c";
}

.icon--compare::before {
  content: "\ec1d";
}

.icon--compass-3::before {
  content: "\ec1e";
}

.icon--compass-04::before {
  content: "\ec1f";
}

.icon--compass-05::before {
  content: "\ec20";
}

.icon--compass-06::before {
  content: "\ec21";
}

.icon--compass::before {
  content: "\ec22";
}

.icon--computer-monitor::before {
  content: "\ec23";
}

.icon--vintage-computer::before {
  content: "\ec24";
}

.icon--computer-upload::before {
  content: "\ec25";
}

.icon--computer::before {
  content: "\ec26";
}

.icon--cone::before {
  content: "\ec27";
}

.icon--connect::before {
  content: "\ec28";
}

.icon--connection::before {
  content: "\ec29";
}

.icon--contacts-2::before {
  content: "\ec2a";
}

.icon--contacts-44::before {
  content: "\ec2b";
}

.icon--contacts-45::before {
  content: "\ec2c";
}

.icon--contacts::before {
  content: "\ec2d";
}

.icon--contrast-2::before {
  content: "\ec2e";
}

.icon--contrast::before {
  content: "\ec2f";
}

.icon--controller::before {
  content: "\ec30";
}

.icon--gaming-controller::before {
  content: "\ec31";
}

.icon--controller-2::before {
  content: "\ec32";
}

.icon--conversion::before {
  content: "\ec33";
}

.icon--cookies::before {
  content: "\ec34";
}

.icon--copy-2::before {
  content: "\ec35";
}

.icon--copy::before {
  content: "\ec36";
}

.icon--corner-down-round::before {
  content: "\ec37";
}

.icon--turn-s::before {
  content: "\ec38";
}

.icon--corner-left-down::before {
  content: "\ec39";
}

.icon--corner-left-round::before {
  content: "\ec3a";
}

.icon--turn-w::before {
  content: "\ec3b";
}

.icon--corner-right-down::before {
  content: "\ec3c";
}

.icon--corner-right-round::before {
  content: "\ec3d";
}

.icon--turn-e::before {
  content: "\ec3e";
}

.icon--corner-up-left::before {
  content: "\ec3f";
}

.icon--corner-up-right::before {
  content: "\ec40";
}

.icon--corner-up-round::before {
  content: "\ec41";
}

.icon--turn-n::before {
  content: "\ec42";
}

.icon--corset::before {
  content: "\ec43";
}

.icon--countdown-2::before {
  content: "\ec44";
}

.icon--countdown::before {
  content: "\ec45";
}

.icon--couple-gay::before {
  content: "\ec46";
}

.icon--couple-lesbian::before {
  content: "\ec47";
}

.icon--coupon::before {
  content: "\ec48";
}

.icon--food-course::before {
  content: "\ec49";
}

.icon--cow::before {
  content: "\ec4a";
}

.icon--crab::before {
  content: "\ec4b";
}

.icon--cradle::before {
  content: "\ec4c";
}

.icon--credit-card-in::before {
  content: "\ec4d";
}

.icon--credit-card::before {
  content: "\ec4e";
}

.icon--credit-locked::before {
  content: "\ec4f";
}

.icon--cricket-bat::before {
  content: "\ec50";
}

.icon--croissant::before {
  content: "\ec51";
}

.icon--crop::before {
  content: "\ec52";
}

.icon--cross-down::before {
  content: "\ec53";
}

.icon--cross-horizontal::before {
  content: "\ec54";
}

.icon--cross-left::before {
  content: "\ec55";
}

.icon--cross-right::before {
  content: "\ec56";
}

.icon--cross-up::before {
  content: "\ec57";
}

.icon--cross-vertical::before {
  content: "\ec58";
}

.icon--cross::before {
  content: "\ec59";
}

.icon--crosshair::before {
  content: "\ec5a";
}

.icon--crown::before {
  content: "\ec5b";
}

.icon--cry-15::before {
  content: "\ec5c";
}

.icon--cry-57::before {
  content: "\ec5d";
}

.icon--file-csh::before {
  content: "\ec5e";
}

.icon--file-css::before {
  content: "\ec5f";
}

.icon--css3::before {
  content: "\ec60";
}

.icon--file-csv::before {
  content: "\ec61";
}

.icon--currency-dollar::before {
  content: "\ec62";
}

.icon--currency-euro::before {
  content: "\ec63";
}

.icon--currency-exchange::before {
  content: "\ec64";
}

.icon--currency-pound::before {
  content: "\ec65";
}

.icon--circle-simple-up::before {
  content: "\ec66";
}

.icon--currency-yen::before {
  content: "\ec67";
}

.icon--cursor-49::before {
  content: "\ec68";
}

.icon--cursor-add::before {
  content: "\ec69";
}

.icon--cursor-grab::before {
  content: "\ec6a";
}

.icon--cursor-load::before {
  content: "\ec6b";
}

.icon--cursor-menu::before {
  content: "\ec6c";
}

.icon--cursor-not-allowed::before {
  content: "\ec6d";
}

.icon--cursor-pointer::before {
  content: "\ec6e";
}

.icon--cursor-text::before {
  content: "\ec6f";
}

.icon--curtains::before {
  content: "\ec70";
}

.icon--curve-circuit::before {
  content: "\ec71";
}

.icon--curve-directions::before {
  content: "\ec72";
}

.icon--curve-split::before {
  content: "\ec73";
}

.icon--respond-arrow::before {
  content: "\ec74";
}

.icon--reply-arrow::before {
  content: "\ec75";
}

.icon--customer-support::before {
  content: "\ec76";
}

.icon--cut::before {
  content: "\ec77";
}

.icon--cute::before {
  content: "\ec78";
}

.icon--cutlery-75::before {
  content: "\ec79";
}

.icon--cutlery-76::before {
  content: "\ec7a";
}

.icon--cutlery-77::before {
  content: "\ec7b";
}

.icon--dart::before {
  content: "\ec7c";
}

.icon--speedometer::before {
  content: "\ec7d";
}

.icon--f-dashboard::before {
  content: "\ec7e";
}

.icon--h-dashboard::before {
  content: "\ec7f";
}

.icon--dashboard::before {
  content: "\ec80";
}

.icon--database::before {
  content: "\ec81";
}

.icon--cursor-48::before {
  content: "\ec82";
}

.icon--decoration::before {
  content: "\ec83";
}

.icon--deer::before {
  content: "\ec84";
}

.icon--delete-28::before {
  content: "\ec85";
}

.icon--delete-30::before {
  content: "\ec86";
}

.icon--delete-x::before {
  content: "\ec87";
}

.icon--delete-key::before {
  content: "\ec88";
}

.icon--delivery-2::before {
  content: "\ec89";
}

.icon--delivery-3::before {
  content: "\ec8a";
}

.icon--delivery-fast::before {
  content: "\ec8b";
}

.icon--delivery-time::before {
  content: "\ec8c";
}

.icon--delivery-track::before {
  content: "\ec8d";
}

.icon--delivery::before {
  content: "\ec8e";
}

.icon--design::before {
  content: "\ec8f";
}

.icon--desk-drawer::before {
  content: "\ec90";
}

.icon--desk::before {
  content: "\ec91";
}

.icon--pc::before {
  content: "\ec92";
}

.icon--file-dev::before {
  content: "\ec93";
}

.icon--device-connection::before {
  content: "\ec94";
}

.icon--devil::before {
  content: "\ec95";
}

.icon--arrow-bottom-left::before {
  content: "\ec96";
}

.icon--arrow-bottom-right::before {
  content: "\ec97";
}

.icon--arrow-top-left::before {
  content: "\ec98";
}

.icon--arrow-top-right::before {
  content: "\ec99";
}

.icon--diamond::before {
  content: "\ec9a";
}

.icon--dice::before {
  content: "\ec9b";
}

.icon--diners-club::before {
  content: "\ec9c";
}

.icon--direction-53::before {
  content: "\ec9d";
}

.icon--direction-56::before {
  content: "\ec9e";
}

.icon--direction::before {
  content: "\ec9f";
}

.icon--wheelchair::before {
  content: "\eca0";
}

.icon--discount-2::before {
  content: "\eca1";
}

.icon--percent-sign::before {
  content: "\eca2";
}

.icon--discover::before {
  content: "\eca3";
}

.icon--dishwasher::before {
  content: "\eca4";
}

.icon--dead-hand::before {
  content: "\eca5";
}

.icon--pc-monitor::before {
  content: "\eca6";
}

.icon--disgusted::before {
  content: "\eca7";
}

.icon--disk::before {
  content: "\eca8";
}

.icon--disperse::before {
  content: "\eca9";
}

.icon--distribute-horizontal::before {
  content: "\ecaa";
}

.icon--distribute-vertical::before {
  content: "\ecab";
}

.icon--divider::before {
  content: "\ecac";
}

.icon--file-dmg::before {
  content: "\ecad";
}

.icon--dna-27::before {
  content: "\ecae";
}

.icon--dna-38::before {
  content: "\ecaf";
}

.icon--file-doc::before {
  content: "\ecb0";
}

.icon--dock-bottom::before {
  content: "\ecb1";
}

.icon--dock-left::before {
  content: "\ecb2";
}

.icon--disk-reader::before {
  content: "\ecb3";
}

.icon--dock-top::before {
  content: "\ecb4";
}

.icon--phone-dock::before {
  content: "\ecb5";
}

.icon--stethoscope::before {
  content: "\ecb6";
}

.icon--file-docx::before {
  content: "\ecb7";
}

.icon--dog-house::before {
  content: "\ecb8";
}

.icon--dog::before {
  content: "\ecb9";
}

.icon--donut::before {
  content: "\ecba";
}

.icon--door::before {
  content: "\ecbb";
}

.icon--download-data::before {
  content: "\ecbc";
}

.icon--double-arrow-left::before {
  content: "\ecbd";
}

.icon--upload-data::before {
  content: "\ecbe";
}

.icon--double-arrow-right::before {
  content: "\ecbf";
}

.icon--double-tap::before {
  content: "\ecc0";
}

.icon--download-file::before {
  content: "\ecc1";
}

.icon--file-import::before {
  content: "\ecc2";
}

.icon--download::before {
  content: "\ecc3";
}

.icon--drag-21::before {
  content: "\ecc4";
}

.icon--drag-31::before {
  content: "\ecc5";
}

.icon--drag-down::before {
  content: "\ecc6";
}

.icon--drag-left::before {
  content: "\ecc7";
}

.icon--drag-right::before {
  content: "\ecc8";
}

.icon--drag-up::before {
  content: "\ecc9";
}

.icon--drag::before {
  content: "\ecca";
}

.icon--drawer-2::before {
  content: "\eccb";
}

.icon--drawer::before {
  content: "\eccc";
}

.icon--dress-man::before {
  content: "\eccd";
}

.icon--dress-woman::before {
  content: "\ecce";
}

.icon--drink-2::before {
  content: "\eccf";
}

.icon--drink::before {
  content: "\ecd0";
}

.icon--drop-15::before {
  content: "\ecd1";
}

.icon--drop::before {
  content: "\ecd2";
}

.icon--drops::before {
  content: "\ecd3";
}

.icon--dumbbell::before {
  content: "\ecd4";
}

.icon--eclipse::before {
  content: "\ecd5";
}

.icon--edit-2::before {
  content: "\ecd6";
}

.icon--pen-2::before {
  content: "\ecd7";
}

.icon--pen::before {
  content: "\ecd8";
}

.icon--i-edit::before {
  content: "\ecd9";
}

.icon--edit::before {
  content: "\ecda";
}

.icon--n-edit::before {
  content: "\ecdb";
}

.icon--d-edit::before {
  content: "\ecdc";
}

.icon--s-edit::before {
  content: "\ecdd";
}

.icon--c-edit::before {
  content: "\ecde";
}

.icon--edit-color::before {
  content: "\ecdf";
}

.icon--edit-contrast::before {
  content: "\ece0";
}

.icon--sharpen::before {
  content: "\ece1";
}

.icon--edit-saturation::before {
  content: "\ece2";
}

.icon--file-edit::before {
  content: "\ece3";
}

.icon--egg-38::before {
  content: "\ece4";
}

.icon--egg-39::before {
  content: "\ece5";
}

.icon--egg::before {
  content: "\ece6";
}

.icon--eject::before {
  content: "\ece7";
}

.icon--letter::before {
  content: "\ece8";
}

.icon--mail::before {
  content: "\ece9";
}

.icon--email::before {
  content: "\ecea";
}

.icon--energy-shaker::before {
  content: "\eceb";
}

.icon--energy-drink::before {
  content: "\ecec";
}

.icon--energy-supplement::before {
  content: "\eced";
}

.icon--enlarge-h::before {
  content: "\ecee";
}

.icon--screen-maximize::before {
  content: "\ecef";
}

.icon--screen-enlarge::before {
  content: "\ecf0";
}

.icon--screen-expand::before {
  content: "\ecf1";
}

.icon--maximize-area::before {
  content: "\ecf2";
}

.icon--enlarge-diagonal-43::before {
  content: "\ecf3";
}

.icon--enlarge-diagonal-44::before {
  content: "\ecf4";
}

.icon--enlarge-horizontal::before {
  content: "\ecf5";
}

.icon--enlarge-vertical::before {
  content: "\ecf6";
}

.icon--file-eps::before {
  content: "\ecf7";
}

.icon--file-epub::before {
  content: "\ecf8";
}

.icon--eraser-32::before {
  content: "\ecf9";
}

.icon--eraser-33::before {
  content: "\ecfa";
}

.icon--eraser-46::before {
  content: "\ecfb";
}

.icon--exchange::before {
  content: "\ecfc";
}

.icon--file-exe::before {
  content: "\ecfd";
}

.icon--file-alert::before {
  content: "\ecfe";
}

.icon--explore::before {
  content: "\ecff";
}

.icon--explore-user::before {
  content: "\ed00";
}

.icon--explore-2::before {
  content: "\ed01";
}

.icon--export::before {
  content: "\ed02";
}

.icon--preview::before {
  content: "\ed03";
}

.icon--eye::before {
  content: "\ed04";
}

.icon--b-preview::before {
  content: "\ed05";
}

.icon--b-eye::before {
  content: "\ed06";
}

.icon--expand-h::before {
  content: "\ed07";
}

.icon--factory::before {
  content: "\ed08";
}

.icon--fahrenheit::before {
  content: "\ed09";
}

.icon--family::before {
  content: "\ed0a";
}

.icon--t-add::before {
  content: "\ed0b";
}

.icon--t-delete::before {
  content: "\ed0c";
}

.icon--t-remove::before {
  content: "\ed0d";
}

.icon--heart::before {
  content: "\ed0e";
}

.icon--star::before {
  content: "\ed0f";
}

.icon--add-fav::before {
  content: "\ed10";
}

.icon--add-like::before {
  content: "\ed11";
}

.icon--remove-fav::before {
  content: "\ed12";
}

.icon--remove-like::before {
  content: "\ed13";
}

.icon--fencing-swords::before {
  content: "\ed14";
}

.icon--file-download::before {
  content: "\ed15";
}

.icon--file-archive::before {
  content: "\ed16";
}

.icon--file-download-3::before {
  content: "\ed17";
}

.icon--file-upload::before {
  content: "\ed18";
}

.icon--file-upload-2::before {
  content: "\ed19";
}

.icon--file-upload-3::before {
  content: "\ed1a";
}

.icon--filter-check::before {
  content: "\ed1b";
}

.icon--filter-organization::before {
  content: "\ed1c";
}

.icon--filter-remove::before {
  content: "\ed1d";
}

.icon--filter::before {
  content: "\ed1e";
}

.icon--fire::before {
  content: "\ed1f";
}

.icon--firewall::before {
  content: "\ed20";
}

.icon--fish::before {
  content: "\ed21";
}

.icon--dock-right::before {
  content: "\ed22";
}

.icon--fishbone::before {
  content: "\ed23";
}

.icon--hook::before {
  content: "\ed24";
}

.icon--fist::before {
  content: "\ed25";
}

.icon--fit-horizontal::before {
  content: "\ed26";
}

.icon--fit-vertical::before {
  content: "\ed27";
}

.icon--flag-complex::before {
  content: "\ed28";
}

.icon--flag-diagonal-33::before {
  content: "\ed29";
}

.icon--flag-diagonal-34::before {
  content: "\ed2a";
}

.icon--chequered-flag::before {
  content: "\ed2b";
}

.icon--flag-points-31::before {
  content: "\ed2c";
}

.icon--flag-points-32::before {
  content: "\ed2d";
}

.icon--flag-simple::before {
  content: "\ed2e";
}

.icon--pennant::before {
  content: "\ed2f";
}

.icon--flag::before {
  content: "\ed30";
}

.icon--flame::before {
  content: "\ed31";
}

.icon--lightning::before {
  content: "\ed32";
}

.icon--camera-flash::before {
  content: "\ed33";
}

.icon--flashlight::before {
  content: "\ed34";
}

.icon--auto-flash-2::before {
  content: "\ed35";
}

.icon--auto-flash::before {
  content: "\ed36";
}

.icon--flash-off-2::before {
  content: "\ed37";
}

.icon--flash-off::before {
  content: "\ed38";
}

.icon--file-flash::before {
  content: "\ed39";
}

.icon--flask-2::before {
  content: "\ed3a";
}

.icon--flask::before {
  content: "\ed3b";
}

.icon--flick-down::before {
  content: "\ed3c";
}

.icon--flick-left::before {
  content: "\ed3d";
}

.icon--flick-right::before {
  content: "\ed3e";
}

.icon--flick-up::before {
  content: "\ed3f";
}

.icon--flip-horizontal::before {
  content: "\ed40";
}

.icon--flip-vertical::before {
  content: "\ed41";
}

.icon--flip::before {
  content: "\ed42";
}

.icon--flower-05::before {
  content: "\ed43";
}

.icon--flower-06::before {
  content: "\ed44";
}

.icon--flower-07::before {
  content: "\ed45";
}

.icon--file-flv::before {
  content: "\ed46";
}

.icon--camera-shooting::before {
  content: "\ed47";
}

.icon--camera-focus::before {
  content: "\ed48";
}

.icon--auto-focus::before {
  content: "\ed49";
}

.icon--camera-focus-2::before {
  content: "\ed4a";
}

.icon--focus::before {
  content: "\ed4b";
}

.icon--fog::before {
  content: "\ed4c";
}

.icon--folder-3::before {
  content: "\ed4d";
}

.icon--folder-2::before {
  content: "\ed4e";
}

.icon--folder::before {
  content: "\ed4f";
}

.icon--catalog::before {
  content: "\ed50";
}

.icon--file-folder::before {
  content: "\ed51";
}

.icon--open-folder::before {
  content: "\ed52";
}

.icon--doc-folder::before {
  content: "\ed53";
}

.icon--folder-add::before {
  content: "\ed54";
}

.icon--folder-audio::before {
  content: "\ed55";
}

.icon--folder-bookmark::before {
  content: "\ed56";
}

.icon--folder-chart-bar::before {
  content: "\ed57";
}

.icon--folder-chart-pie::before {
  content: "\ed58";
}

.icon--folder-check::before {
  content: "\ed59";
}

.icon--folder-cloud::before {
  content: "\ed5a";
}

.icon--folder-dev::before {
  content: "\ed5b";
}

.icon--folder-download::before {
  content: "\ed5c";
}

.icon--folder-edit::before {
  content: "\ed5d";
}

.icon--folder-alert::before {
  content: "\ed5e";
}

.icon--folder-gallery::before {
  content: "\ed5f";
}

.icon--folder-favorite::before {
  content: "\ed60";
}

.icon--folder-image::before {
  content: "\ed61";
}

.icon--folder-info::before {
  content: "\ed62";
}

.icon--folder-link::before {
  content: "\ed63";
}

.icon--folder-locked::before {
  content: "\ed64";
}

.icon--folder-money::before {
  content: "\ed65";
}

.icon--folder-music::before {
  content: "\ed66";
}

.icon--folder-no-access::before {
  content: "\ed67";
}

.icon--folder-play::before {
  content: "\ed68";
}

.icon--folder-question::before {
  content: "\ed69";
}

.icon--folder-sync::before {
  content: "\ed6a";
}

.icon--folder-remove::before {
  content: "\ed6b";
}

.icon--folder-search::before {
  content: "\ed6c";
}

.icon--folder-preferences::before {
  content: "\ed6d";
}

.icon--folder-settings::before {
  content: "\ed6e";
}

.icon--folder-shared::before {
  content: "\ed6f";
}

.icon--folder-starred::before {
  content: "\ed70";
}

.icon--folder-history::before {
  content: "\ed71";
}

.icon--folder-upload::before {
  content: "\ed72";
}

.icon--folder-user::before {
  content: "\ed73";
}

.icon--folder-vector::before {
  content: "\ed74";
}

.icon--file-font::before {
  content: "\ed75";
}

.icon--pet-food::before {
  content: "\ed76";
}

.icon--football-headguard::before {
  content: "\ed77";
}

.icon--forecast::before {
  content: "\ed78";
}

.icon--forest::before {
  content: "\ed79";
}

.icon--fork-round::before {
  content: "\ed7a";
}

.icon--fork::before {
  content: "\ed7b";
}

.icon--form::before {
  content: "\ed7c";
}

.icon--format-left::before {
  content: "\ed7d";
}

.icon--format-right::before {
  content: "\ed7e";
}

.icon--forward::before {
  content: "\ed7f";
}

.icon--photo-frame::before {
  content: "\ed80";
}

.icon--vignette::before {
  content: "\ed81";
}

.icon--frame::before {
  content: "\ed82";
}

.icon--frankenstein::before {
  content: "\ed83";
}

.icon--fridge::before {
  content: "\ed84";
}

.icon--fuel-electric::before {
  content: "\ed85";
}

.icon--fuel::before {
  content: "\ed86";
}

.icon--fullscreen-70::before {
  content: "\ed87";
}

.icon--fullscreen-71::before {
  content: "\ed88";
}

.icon--fullscreen-76::before {
  content: "\ed89";
}

.icon--fullscreen::before {
  content: "\ed8a";
}

.icon--fullscreen-double-74::before {
  content: "\ed8b";
}

.icon--fullscreen-split-72::before {
  content: "\ed8c";
}

.icon--fullscreen-split-73::before {
  content: "\ed8d";
}

.icon--fullscreen-double-75::before {
  content: "\ed8e";
}

.icon--fullsize::before {
  content: "\ed8f";
}

.icon--sort-tool::before {
  content: "\ed90";
}

.icon--filter-tool::before {
  content: "\ed91";
}

.icon--funnel::before {
  content: "\ed92";
}

.icon--file-gallery::before {
  content: "\ed93";
}

.icon--ghost-2::before {
  content: "\ed94";
}

.icon--ghost::before {
  content: "\ed95";
}

.icon--file-gif::before {
  content: "\ed96";
}

.icon--gift::before {
  content: "\ed97";
}

.icon--gift-exchange::before {
  content: "\ed98";
}

.icon--present::before {
  content: "\ed99";
}

.icon--glass::before {
  content: "\ed9a";
}

.icon--glasses-2::before {
  content: "\ed9b";
}

.icon--glasses::before {
  content: "\ed9c";
}

.icon--globe-2::before {
  content: "\ed9d";
}

.icon--globe::before {
  content: "\ed9e";
}

.icon--glove::before {
  content: "\ed9f";
}

.icon--gloves::before {
  content: "\eda0";
}

.icon--archery-target::before {
  content: "\eda1";
}

.icon--goal-65::before {
  content: "\eda2";
}

.icon--gold::before {
  content: "\eda3";
}

.icon--golf-club::before {
  content: "\eda4";
}

.icon--gopro::before {
  content: "\eda5";
}

.icon--gps::before {
  content: "\eda6";
}

.icon--file-gpx::before {
  content: "\eda7";
}

.icon--grab::before {
  content: "\eda8";
}

.icon--grammar-check::before {
  content: "\eda9";
}

.icon--grape::before {
  content: "\edaa";
}

.icon--grave::before {
  content: "\edab";
}

.icon--grid-interface::before {
  content: "\edac";
}

.icon--gallery-view::before {
  content: "\edad";
}

.icon--grid-view::before {
  content: "\edae";
}

.icon--table-layout::before {
  content: "\edaf";
}

.icon--gallery-layout::before {
  content: "\edb0";
}

.icon--grid-layout::before {
  content: "\edb1";
}

.icon--grid::before {
  content: "\edb2";
}

.icon--group::before {
  content: "\edb3";
}

.icon--guitar::before {
  content: "\edb4";
}

.icon--file-gzip::before {
  content: "\edb5";
}

.icon--hammer::before {
  content: "\edb6";
}

.icon--hand-card::before {
  content: "\edb7";
}

.icon--handout::before {
  content: "\edb8";
}

.icon--handshake::before {
  content: "\edb9";
}

.icon--hanger-clothes::before {
  content: "\edba";
}

.icon--hanger::before {
  content: "\edbb";
}

.icon--mask-face::before {
  content: "\edbc";
}

.icon--happy-sun::before {
  content: "\edbd";
}

.icon--hat-2::before {
  content: "\edbe";
}

.icon--hat-3::before {
  content: "\edbf";
}

.icon--hat-top::before {
  content: "\edc0";
}

.icon--hat::before {
  content: "\edc1";
}

.icon--hdmi::before {
  content: "\edc2";
}

.icon--headphones-3::before {
  content: "\edc3";
}

.icon--headphones-2::before {
  content: "\edc4";
}

.icon--headphones-mic::before {
  content: "\edc5";
}

.icon--headphones::before {
  content: "\edc6";
}

.icon--headset::before {
  content: "\edc7";
}

.icon--favorite::before {
  content: "\edc8";
}

.icon--add-favorite::before {
  content: "\edc9";
}

.icon--remove-favorite::before {
  content: "\edca";
}

.icon--file-favorite::before {
  content: "\edcb";
}

.icon--heartbeat::before {
  content: "\edcc";
}

.icon--heater::before {
  content: "\edcd";
}

.icon--height::before {
  content: "\edce";
}

.icon--helicopter::before {
  content: "\edcf";
}

.icon--helmet::before {
  content: "\edd0";
}

.icon--flip-up::before {
  content: "\edd1";
}

.icon--hierarchy-53::before {
  content: "\edd2";
}

.icon--hierarchy-54::before {
  content: "\edd3";
}

.icon--hierarchy-55::before {
  content: "\edd4";
}

.icon--hierarchy-56::before {
  content: "\edd5";
}

.icon--move-layer-down::before {
  content: "\edd6";
}

.icon--move-layer-left::before {
  content: "\edd7";
}

.icon--move-layer-right::before {
  content: "\edd8";
}

.icon--move-layer-up::before {
  content: "\edd9";
}

.icon--hob::before {
  content: "\edda";
}

.icon--hockey-stick::before {
  content: "\eddb";
}

.icon--hold::before {
  content: "\eddc";
}

.icon--property::before {
  content: "\eddd";
}

.icon--home-2::before {
  content: "\edde";
}

.icon--home-3::before {
  content: "\eddf";
}

.icon--house::before {
  content: "\ede0";
}

.icon--home::before {
  content: "\ede1";
}

.icon--eco-home::before {
  content: "\ede2";
}

.icon--hoodie::before {
  content: "\ede3";
}

.icon--hospital-32::before {
  content: "\ede4";
}

.icon--hospital-33::before {
  content: "\ede5";
}

.icon--hospital-34::before {
  content: "\ede6";
}

.icon--hot-dog::before {
  content: "\ede7";
}

.icon--hotel-bell::before {
  content: "\ede8";
}

.icon--hotel-symbol::before {
  content: "\ede9";
}

.icon--hotel::before {
  content: "\edea";
}

.icon--hourglass::before {
  content: "\edeb";
}

.icon--file-html::before {
  content: "\edec";
}

.icon--html5::before {
  content: "\eded";
}

.icon--humidity-26::before {
  content: "\edee";
}

.icon--humidity-52::before {
  content: "\edef";
}

.icon--hurricane-44::before {
  content: "\edf0";
}

.icon--hurricane-45::before {
  content: "\edf1";
}

.icon--hut::before {
  content: "\edf2";
}

.icon--ice-cream-22::before {
  content: "\edf3";
}

.icon--ice-cream-72::before {
  content: "\edf4";
}

.icon--file-ics::before {
  content: "\edf5";
}

.icon--igloo::before {
  content: "\edf6";
}

.icon--photo::before {
  content: "\edf7";
}

.icon--image-2::before {
  content: "\edf8";
}

.icon--img::before {
  content: "\edf9";
}

.icon--file-image::before {
  content: "\edfa";
}

.icon--polaroid-photo::before {
  content: "\edfb";
}

.icon--image-add::before {
  content: "\edfc";
}

.icon--image-delete::before {
  content: "\edfd";
}

.icon--image-location::before {
  content: "\edfe";
}

.icon--image::before {
  content: "\edff";
}

.icon--infinite::before {
  content: "\ee00";
}

.icon--file-info::before {
  content: "\ee01";
}

.icon--input::before {
  content: "\ee02";
}

.icon--enter::before {
  content: "\ee03";
}

.icon--intestine::before {
  content: "\ee04";
}

.icon--invert::before {
  content: "\ee05";
}

.icon--iron-2::before {
  content: "\ee06";
}

.icon--iron-dont::before {
  content: "\ee07";
}

.icon--iron::before {
  content: "\ee08";
}

.icon--file-iso::before {
  content: "\ee09";
}

.icon--istanbul::before {
  content: "\ee0a";
}

.icon--italic::before {
  content: "\ee0b";
}

.icon--jam::before {
  content: "\ee0c";
}

.icon--file-jar::before {
  content: "\ee0d";
}

.icon--file-java::before {
  content: "\ee0e";
}

.icon--jcb::before {
  content: "\ee0f";
}

.icon--jeans-41::before {
  content: "\ee10";
}

.icon--jeans-43::before {
  content: "\ee11";
}

.icon--jeans-pocket::before {
  content: "\ee12";
}

.icon--jellyfish::before {
  content: "\ee13";
}

.icon--file-jpg::before {
  content: "\ee14";
}

.icon--file-js::before {
  content: "\ee15";
}

.icon--file-jsp::before {
  content: "\ee16";
}

.icon--kettle::before {
  content: "\ee17";
}

.icon--kettlebell::before {
  content: "\ee18";
}

.icon--access-key::before {
  content: "\ee19";
}

.icon--key::before {
  content: "\ee1a";
}

.icon--keyboard-hide::before {
  content: "\ee1b";
}

.icon--keyboard-mouse::before {
  content: "\ee1c";
}

.icon--keyboard::before {
  content: "\ee1d";
}

.icon--keyboard-wireless::before {
  content: "\ee1e";
}

.icon--keyboard-wired::before {
  content: "\ee1f";
}

.icon--kid-2::before {
  content: "\ee20";
}

.icon--kid::before {
  content: "\ee21";
}

.icon--kiss::before {
  content: "\ee22";
}

.icon--kitchen-fan::before {
  content: "\ee23";
}

.icon--apron::before {
  content: "\ee24";
}

.icon--knife::before {
  content: "\ee25";
}

.icon--knob::before {
  content: "\ee26";
}

.icon--l-add::before {
  content: "\ee27";
}

.icon--l-check::before {
  content: "\ee28";
}

.icon--l-location::before {
  content: "\ee29";
}

.icon--l-remove::before {
  content: "\ee2a";
}

.icon--l-search::before {
  content: "\ee2b";
}

.icon--l-security::before {
  content: "\ee2c";
}

.icon--l-settings::before {
  content: "\ee2d";
}

.icon--l-sync::before {
  content: "\ee2e";
}

.icon--l-system-update::before {
  content: "\ee2f";
}

.icon--lab::before {
  content: "\ee30";
}

.icon--lamp-3::before {
  content: "\ee31";
}

.icon--lamp-2::before {
  content: "\ee32";
}

.icon--lamp-floor::before {
  content: "\ee33";
}

.icon--lamp::before {
  content: "\ee34";
}

.icon--language::before {
  content: "\ee35";
}

.icon--laptop-1::before {
  content: "\ee36";
}

.icon--laptop-2::before {
  content: "\ee37";
}

.icon--laptop-71::before {
  content: "\ee38";
}

.icon--laptop-72::before {
  content: "\ee39";
}

.icon--laptop-91::before {
  content: "\ee3a";
}

.icon--laptop::before {
  content: "\ee3b";
}

.icon--laugh-17::before {
  content: "\ee3c";
}

.icon--laugh-35::before {
  content: "\ee3d";
}

.icon--launch-app::before {
  content: "\ee3e";
}

.icon--launch::before {
  content: "\ee3f";
}

.icon--law::before {
  content: "\ee40";
}

.icon--stack::before {
  content: "\ee41";
}

.icon--layers-2::before {
  content: "\ee42";
}

.icon--layers::before {
  content: "\ee43";
}

.icon--layout-11::before {
  content: "\ee44";
}

.icon--layout-25::before {
  content: "\ee45";
}

.icon--leaf-36::before {
  content: "\ee46";
}

.icon--leaf-38::before {
  content: "\ee47";
}

.icon--plant-leaf::before {
  content: "\ee48";
}

.icon--leaf::before {
  content: "\ee49";
}

.icon--edit-note::before {
  content: "\ee4a";
}

.icon--lemon-slice::before {
  content: "\ee4b";
}

.icon--aperture::before {
  content: "\ee4c";
}

.icon--camera-lens::before {
  content: "\ee4d";
}

.icon--power-level::before {
  content: "\ee4e";
}

.icon--library::before {
  content: "\ee4f";
}

.icon--light-3::before {
  content: "\ee50";
}

.icon--light-traffic::before {
  content: "\ee51";
}

.icon--light::before {
  content: "\ee52";
}

.icon--lighter::before {
  content: "\ee53";
}

.icon--lighthouse::before {
  content: "\ee54";
}

.icon--like::before {
  content: "\ee55";
}

.icon--thumb-down::before {
  content: "\ee56";
}

.icon--thumb-up::before {
  content: "\ee57";
}

.icon--line-height::before {
  content: "\ee58";
}

.icon--web-hyperlink::before {
  content: "\ee59";
}

.icon--web-url::before {
  content: "\ee5a";
}

.icon--web-link::before {
  content: "\ee5b";
}

.icon--hyperlink::before {
  content: "\ee5c";
}

.icon--url::before {
  content: "\ee5d";
}

.icon--light-2::before {
  content: "\ee5e";
}

.icon--link::before {
  content: "\ee5f";
}

.icon--unlink::before {
  content: "\ee60";
}

.icon--link-broken::before {
  content: "\ee61";
}

.icon--file-link::before {
  content: "\ee62";
}

.icon--list-bullet::before {
  content: "\ee63";
}

.icon--list-numbers::before {
  content: "\ee64";
}

.icon--list::before {
  content: "\ee65";
}

.icon--lobster::before {
  content: "\ee66";
}

.icon--padlock-unlocked::before {
  content: "\ee67";
}

.icon--padlock::before {
  content: "\ee68";
}

.icon--lock-landscape::before {
  content: "\ee69";
}

.icon--unlocked::before {
  content: "\ee6a";
}

.icon--lock-portrait::before {
  content: "\ee6b";
}

.icon--lock::before {
  content: "\ee6c";
}

.icon--file-locked::before {
  content: "\ee6d";
}

.icon--log-in::before {
  content: "\ee6e";
}

.icon--leave::before {
  content: "\ee6f";
}

.icon--log-out::before {
  content: "\ee70";
}

.icon--file-log::before {
  content: "\ee71";
}

.icon--logout::before {
  content: "\ee72";
}

.icon--london::before {
  content: "\ee73";
}

.icon--long-sleeve::before {
  content: "\ee74";
}

.icon--loop-30::before {
  content: "\ee75";
}

.icon--cycle::before {
  content: "\ee76";
}

.icon--loop-82::before {
  content: "\ee77";
}

.icon--loop-83::before {
  content: "\ee78";
}

.icon--loop::before {
  content: "\ee79";
}

.icon--luggage::before {
  content: "\ee7a";
}

.icon--lungs::before {
  content: "\ee7b";
}

.icon--macro::before {
  content: "\ee7c";
}

.icon--mad-12::before {
  content: "\ee7d";
}

.icon--mad-58::before {
  content: "\ee7e";
}

.icon--maestro::before {
  content: "\ee7f";
}

.icon--magnet::before {
  content: "\ee80";
}

.icon--makeup::before {
  content: "\ee81";
}

.icon--malicious::before {
  content: "\ee82";
}

.icon--man-20::before {
  content: "\ee83";
}

.icon--floppy-disk::before {
  content: "\ee84";
}

.icon--lines::before {
  content: "\ee85";
}

.icon--man-glasses::before {
  content: "\ee86";
}

.icon--man-up::before {
  content: "\ee87";
}

.icon--man-down::before {
  content: "\ee88";
}

.icon--manga-62::before {
  content: "\ee89";
}

.icon--manga-63::before {
  content: "\ee8a";
}

.icon--map-big::before {
  content: "\ee8b";
}

.icon--map-compass::before {
  content: "\ee8c";
}

.icon--map-gps::before {
  content: "\ee8d";
}

.icon--map-marker::before {
  content: "\ee8e";
}

.icon--map-pin::before {
  content: "\ee8f";
}

.icon--map::before {
  content: "\ee90";
}

.icon--margin-left::before {
  content: "\ee91";
}

.icon--margin-right::before {
  content: "\ee92";
}

.icon--marker-3::before {
  content: "\ee93";
}

.icon--marker::before {
  content: "\ee94";
}

.icon--market-music::before {
  content: "\ee95";
}

.icon--market-play::before {
  content: "\ee96";
}

.icon--mastercard::before {
  content: "\ee97";
}

.icon--matches::before {
  content: "\ee98";
}

.icon--math::before {
  content: "\ee99";
}

.icon--file-max::before {
  content: "\ee9a";
}

.icon--file-md::before {
  content: "\ee9b";
}

.icon--measure-02::before {
  content: "\ee9c";
}

.icon--measure-17::before {
  content: "\ee9d";
}

.icon--face-man::before {
  content: "\ee9e";
}

.icon--measure-big::before {
  content: "\ee9f";
}

.icon--measuring-cup::before {
  content: "\eea0";
}

.icon--meat-spit::before {
  content: "\eea1";
}

.icon--meeting::before {
  content: "\eea2";
}

.icon--menu-8::before {
  content: "\eea3";
}

.icon--menu-7::before {
  content: "\eea4";
}

.icon--menu-6::before {
  content: "\eea5";
}

.icon--menu-5::before {
  content: "\eea6";
}

.icon--menu-4::before {
  content: "\eea7";
}

.icon--menu-3::before {
  content: "\eea8";
}

.icon--menu-2::before {
  content: "\eea9";
}

.icon--menu::before {
  content: "\eeaa";
}

.icon--merge-2::before {
  content: "\eeab";
}

.icon--merge-round::before {
  content: "\eeac";
}

.icon--merge::before {
  content: "\eead";
}

.icon--love-letter::before {
  content: "\eeae";
}

.icon--metrics::before {
  content: "\eeaf";
}

.icon--mic::before {
  content: "\eeb0";
}

.icon--mic-2::before {
  content: "\eeb1";
}

.icon--mickey-mouse::before {
  content: "\eeb2";
}

.icon--microscope::before {
  content: "\eeb3";
}

.icon--microsoft::before {
  content: "\eeb4";
}

.icon--microwave::before {
  content: "\eeb5";
}

.icon--milk::before {
  content: "\eeb6";
}

.icon--down-arrow::before {
  content: "\eeb7";
}

.icon--left-arrow::before {
  content: "\eeb8";
}

.icon--up-arrow::before {
  content: "\eeb9";
}

.icon--mirror::before {
  content: "\eeba";
}

.icon--mistletoe::before {
  content: "\eebb";
}

.icon--mixer::before {
  content: "\eebc";
}

.icon--file-mkv::before {
  content: "\eebd";
}

.icon--phone-button::before {
  content: "\eebe";
}

.icon--phone-camera-front::before {
  content: "\eebf";
}

.icon--mobile-card::before {
  content: "\eec0";
}

.icon--mobile-cart::before {
  content: "\eec1";
}

.icon--mobile-contact::before {
  content: "\eec2";
}

.icon--mobile-design::before {
  content: "\eec3";
}

.icon--mobile-dev::before {
  content: "\eec4";
}

.icon--landscape-orientation::before {
  content: "\eec5";
}

.icon--phone-charging-2::before {
  content: "\eec6";
}

.icon--phone-charging::before {
  content: "\eec7";
}

.icon--phone-toolbar::before {
  content: "\eec8";
}

.icon--mobile-touch::before {
  content: "\eec9";
}

.icon--man-23::before {
  content: "\eeca";
}

.icon--moka::before {
  content: "\eecb";
}

.icon--molecule-39::before {
  content: "\eecc";
}

.icon--molecule-40::before {
  content: "\eecd";
}

.icon--molecule::before {
  content: "\eece";
}

.icon--money-11::before {
  content: "\eecf";
}

.icon--money-12::before {
  content: "\eed0";
}

.icon--money-13::before {
  content: "\eed1";
}

.icon--money-bag::before {
  content: "\eed2";
}

.icon--money-coins::before {
  content: "\eed3";
}

.icon--money-growth::before {
  content: "\eed4";
}

.icon--money-time::before {
  content: "\eed5";
}

.icon--file-money::before {
  content: "\eed6";
}

.icon--monster::before {
  content: "\eed7";
}

.icon--moon-cloud-drop::before {
  content: "\eed8";
}

.icon--moon-cloud-fog::before {
  content: "\eed9";
}

.icon--moon-cloud-hail::before {
  content: "\eeda";
}

.icon--moon-cloud-light::before {
  content: "\eedb";
}

.icon--moon-cloud-rain::before {
  content: "\eedc";
}

.icon--moon-cloud-snow-61::before {
  content: "\eedd";
}

.icon--moon-cloud-snow-62::before {
  content: "\eede";
}

.icon--moon-fog::before {
  content: "\eedf";
}

.icon--moon-full::before {
  content: "\eee0";
}

.icon--moon-stars::before {
  content: "\eee1";
}

.icon--moon::before {
  content: "\eee2";
}

.icon--mosque::before {
  content: "\eee3";
}

.icon--moto::before {
  content: "\eee4";
}

.icon--mountain::before {
  content: "\eee5";
}

.icon--pc-mouse::before {
  content: "\eee6";
}

.icon--right-arrow::before {
  content: "\eee7";
}

.icon--mouse-2::before {
  content: "\eee8";
}

.icon--mouse::before {
  content: "\eee9";
}

.icon--file-mov::before {
  content: "\eeea";
}

.icon--move-05::before {
  content: "\eeeb";
}

.icon--move-06::before {
  content: "\eeec";
}

.icon--move-92::before {
  content: "\eeed";
}

.icon--move-down-2::before {
  content: "\eeee";
}

.icon--move-down-right::before {
  content: "\eeef";
}

.icon--move-down::before {
  content: "\eef0";
}

.icon--move-left::before {
  content: "\eef1";
}

.icon--move-right::before {
  content: "\eef2";
}

.icon--move-up-2::before {
  content: "\eef3";
}

.icon--move-up-left::before {
  content: "\eef4";
}

.icon--move-up::before {
  content: "\eef5";
}

.icon--movie-3::before {
  content: "\eef6";
}

.icon--movie-2::before {
  content: "\eef7";
}

.icon--file-mp3::before {
  content: "\eef8";
}

.icon--file-mp4::before {
  content: "\eef9";
}

.icon--file-mpg::before {
  content: "\eefa";
}

.icon--muffin::before {
  content: "\eefb";
}

.icon--mug::before {
  content: "\eefc";
}

.icon--multiple-11::before {
  content: "\eefd";
}

.icon--multiple-19::before {
  content: "\eefe";
}

.icon--multiple::before {
  content: "\eeff";
}

.icon--mushroom::before {
  content: "\ef00";
}

.icon--music-player::before {
  content: "\ef01";
}

.icon--chain::before {
  content: "\ef02";
}

.icon--music-cloud::before {
  content: "\ef03";
}

.icon--file-audio::before {
  content: "\ef04";
}

.icon--smartphone::before {
  content: "\ef05";
}

.icon--music-album::before {
  content: "\ef06";
}

.icon--nerd-22::before {
  content: "\ef07";
}

.icon--net::before {
  content: "\ef08";
}

.icon--network::before {
  content: "\ef09";
}

.icon--new::before {
  content: "\ef0a";
}

.icon--needle::before {
  content: "\ef0b";
}

.icon--newsletter::before {
  content: "\ef0c";
}

.icon--night::before {
  content: "\ef0d";
}

.icon--ninja::before {
  content: "\ef0e";
}

.icon--file-no-access::before {
  content: "\ef0f";
}

.icon--no-words::before {
  content: "\ef10";
}

.icon--networking::before {
  content: "\ef11";
}

.icon--music::before {
  content: "\ef12";
}

.icon--music-note::before {
  content: "\ef13";
}

.icon--note-code::before {
  content: "\ef14";
}

.icon--medical-clipboard::before {
  content: "\ef15";
}

.icon--notebook::before {
  content: "\ef16";
}

.icon--navigation::before {
  content: "\ef17";
}

.icon--notes::before {
  content: "\ef18";
}

.icon--megaphone::before {
  content: "\ef19";
}

.icon--notification::before {
  content: "\ef1a";
}

.icon--nurse::before {
  content: "\ef1b";
}

.icon--ny::before {
  content: "\ef1c";
}

.icon--file-obj::before {
  content: "\ef1d";
}

.icon--octopus::before {
  content: "\ef1e";
}

.icon--olympic-games::before {
  content: "\ef1f";
}

.icon--open-in-browser::before {
  content: "\ef20";
}

.icon--file-otf::before {
  content: "\ef21";
}

.icon--oven::before {
  content: "\ef22";
}

.icon--owl::before {
  content: "\ef23";
}

.icon--p-add::before {
  content: "\ef24";
}

.icon--p-check::before {
  content: "\ef25";
}

.icon--p-edit::before {
  content: "\ef26";
}

.icon--p-heart::before {
  content: "\ef27";
}

.icon--p-location::before {
  content: "\ef28";
}

.icon--p-remove::before {
  content: "\ef29";
}

.icon--p-search::before {
  content: "\ef2a";
}

.icon--p-settings::before {
  content: "\ef2b";
}

.icon--p-share::before {
  content: "\ef2c";
}

.icon--p-sync::before {
  content: "\ef2d";
}

.icon--p-system-update::before {
  content: "\ef2e";
}

.icon--p-time::before {
  content: "\ef2f";
}

.icon--paint-16::before {
  content: "\ef30";
}

.icon--paint-37::before {
  content: "\ef31";
}

.icon--paint-38::before {
  content: "\ef32";
}

.icon--paint-brush::before {
  content: "\ef33";
}

.icon--paint-bucket-39::before {
  content: "\ef34";
}

.icon--paint-bucket-40::before {
  content: "\ef35";
}

.icon--pajamas::before {
  content: "\ef36";
}

.icon--palette::before {
  content: "\ef37";
}

.icon--pan::before {
  content: "\ef38";
}

.icon--panda::before {
  content: "\ef39";
}

.icon--panel::before {
  content: "\ef3a";
}

.icon--pantone::before {
  content: "\ef3b";
}

.icon--news::before {
  content: "\ef3c";
}

.icon--paper-design::before {
  content: "\ef3d";
}

.icon--paper-dev::before {
  content: "\ef3e";
}

.icon--paper-diploma::before {
  content: "\ef3f";
}

.icon--paper::before {
  content: "\ef40";
}

.icon--paragraph::before {
  content: "\ef41";
}

.icon--parent::before {
  content: "\ef42";
}

.icon--paris-tower::before {
  content: "\ef43";
}

.icon--parrot::before {
  content: "\ef44";
}

.icon--passport::before {
  content: "\ef45";
}

.icon--patch-19::before {
  content: "\ef46";
}

.icon--patch-34::before {
  content: "\ef47";
}

.icon--patch::before {
  content: "\ef48";
}

.icon--path-exclude::before {
  content: "\ef49";
}

.icon--path-intersect::before {
  content: "\ef4a";
}

.icon--path-minus::before {
  content: "\ef4b";
}

.icon--path-unite::before {
  content: "\ef4c";
}

.icon--paw::before {
  content: "\ef4d";
}

.icon--payment::before {
  content: "\ef4e";
}

.icon--paypal::before {
  content: "\ef4f";
}

.icon--pci-card::before {
  content: "\ef50";
}

.icon--file-pdf::before {
  content: "\ef51";
}

.icon--pen-01::before {
  content: "\ef52";
}

.icon--pen-23::before {
  content: "\ef53";
}

.icon--pen-tool::before {
  content: "\ef54";
}

.icon--pencil-47::before {
  content: "\ef55";
}

.icon--pencil::before {
  content: "\ef56";
}

.icon--penguin::before {
  content: "\ef57";
}

.icon--percentage-38::before {
  content: "\ef58";
}

.icon--percentage-39::before {
  content: "\ef59";
}

.icon--phone::before {
  content: "\ef5a";
}

.icon--telephone::before {
  content: "\ef5b";
}

.icon--phone-call-end::before {
  content: "\ef5c";
}

.icon--phone-call::before {
  content: "\ef5d";
}

.icon--mobile-phone::before {
  content: "\ef5e";
}

.icon--photo-editor::before {
  content: "\ef5f";
}

.icon--file-php::before {
  content: "\ef60";
}

.icon--piano::before {
  content: "\ef61";
}

.icon--pickaxe::before {
  content: "\ef62";
}

.icon--picture::before {
  content: "\ef63";
}

.icon--pig-2::before {
  content: "\ef64";
}

.icon--pig::before {
  content: "\ef65";
}

.icon--pill-42::before {
  content: "\ef66";
}

.icon--pill-43::before {
  content: "\ef67";
}

.icon--medicine::before {
  content: "\ef68";
}

.icon--cure::before {
  content: "\ef69";
}

.icon--pin-4::before {
  content: "\ef6a";
}

.icon--pin-3::before {
  content: "\ef6b";
}

.icon--pin-2::before {
  content: "\ef6c";
}

.icon--pin-add::before {
  content: "\ef6d";
}

.icon--pin-copy::before {
  content: "\ef6e";
}

.icon--pin-remove::before {
  content: "\ef6f";
}

.icon--pin::before {
  content: "\ef70";
}

.icon--pinch::before {
  content: "\ef71";
}

.icon--table-tennis-bat::before {
  content: "\ef72";
}

.icon--pins::before {
  content: "\ef73";
}

.icon--pipe::before {
  content: "\ef74";
}

.icon--pirate::before {
  content: "\ef75";
}

.icon--pizza-slice::before {
  content: "\ef76";
}

.icon--pizza::before {
  content: "\ef77";
}

.icon--airplane::before {
  content: "\ef78";
}

.icon--plane::before {
  content: "\ef79";
}

.icon--planet::before {
  content: "\ef7a";
}

.icon--plant-ground::before {
  content: "\ef7b";
}

.icon--plant-vase::before {
  content: "\ef7c";
}

.icon--plate::before {
  content: "\ef7d";
}

.icon--play-media::before {
  content: "\ef7e";
}

.icon--play-movie::before {
  content: "\ef7f";
}

.icon--file-play::before {
  content: "\ef80";
}

.icon--media-player::before {
  content: "\ef81";
}

.icon--video-player::before {
  content: "\ef82";
}

.icon--player::before {
  content: "\ef83";
}

.icon--playlist::before {
  content: "\ef84";
}

.icon--plug::before {
  content: "\ef85";
}

.icon--file-png::before {
  content: "\ef86";
}

.icon--podium-trophy::before {
  content: "\ef87";
}

.icon--podium::before {
  content: "\ef88";
}

.icon--polaroid-shot-new::before {
  content: "\ef89";
}

.icon--polaroid-shot-delete::before {
  content: "\ef8a";
}

.icon--polaroid-shots::before {
  content: "\ef8b";
}

.icon--polaroid-portrait::before {
  content: "\ef8c";
}

.icon--polaroid::before {
  content: "\ef8d";
}

.icon--police::before {
  content: "\ef8e";
}

.icon--swimming-pool::before {
  content: "\ef8f";
}

.icon--poop::before {
  content: "\ef90";
}

.icon--pos::before {
  content: "\ef91";
}

.icon--position-marker::before {
  content: "\ef92";
}

.icon--position-user::before {
  content: "\ef93";
}

.icon--position-pin::before {
  content: "\ef94";
}

.icon--pot::before {
  content: "\ef95";
}

.icon--file-pptx::before {
  content: "\ef96";
}

.icon--system-preferences::before {
  content: "\ef97";
}

.icon--setup-preferences::before {
  content: "\ef98";
}

.icon--setup-options::before {
  content: "\ef99";
}

.icon--setup-tools::before {
  content: "\ef9a";
}

.icon--system-configuration::before {
  content: "\ef9b";
}

.icon--configuration-tools::before {
  content: "\ef9c";
}

.icon--options::before {
  content: "\ef9d";
}

.icon--preferences::before {
  content: "\ef9e";
}

.icon--printer-p::before {
  content: "\ef9f";
}

.icon--printer-p-2::before {
  content: "\efa0";
}

.icon--printer::before {
  content: "\efa1";
}

.icon--print::before {
  content: "\efa2";
}

.icon--high-priority::before {
  content: "\efa3";
}

.icon--low-priority::before {
  content: "\efa4";
}

.icon--progress::before {
  content: "\efa5";
}

.icon--prosciutto::before {
  content: "\efa6";
}

.icon--file-psd::before {
  content: "\efa7";
}

.icon--pulse-chart::before {
  content: "\efa8";
}

.icon--phone-heartbeat::before {
  content: "\efa9";
}

.icon--pulse-sleep::before {
  content: "\efaa";
}

.icon--watch-heartbeat::before {
  content: "\efab";
}

.icon--pulse::before {
  content: "\efac";
}

.icon--halloween-pumpkin::before {
  content: "\efad";
}

.icon--ctrl-forward::before {
  content: "\efae";
}

.icon--ctrl-backward::before {
  content: "\efaf";
}

.icon--puzzle-09::before {
  content: "\efb0";
}

.icon--puzzle-10::before {
  content: "\efb1";
}

.icon--puzzled::before {
  content: "\efb2";
}

.icon--file-py::before {
  content: "\efb3";
}

.icon--pyramid::before {
  content: "\efb4";
}

.icon--file-question::before {
  content: "\efb5";
}

.icon--quite-happy::before {
  content: "\efb6";
}

.icon--quote::before {
  content: "\efb7";
}

.icon--rabbit::before {
  content: "\efb8";
}

.icon--newsletter-dev::before {
  content: "\efb9";
}

.icon--radar::before {
  content: "\efba";
}

.icon--radiation::before {
  content: "\efbb";
}

.icon--radio::before {
  content: "\efbc";
}

.icon--rain-hail::before {
  content: "\efbd";
}

.icon--rain::before {
  content: "\efbe";
}

.icon--rainbow::before {
  content: "\efbf";
}

.icon--ram::before {
  content: "\efc0";
}

.icon--file-rar::before {
  content: "\efc1";
}

.icon--rat::before {
  content: "\efc2";
}

.icon--file-raw::before {
  content: "\efc3";
}

.icon--file-ruby::before {
  content: "\efc4";
}

.icon--receipt-list-42::before {
  content: "\efc5";
}

.icon--receipt-list-43::before {
  content: "\efc6";
}

.icon--receipt::before {
  content: "\efc7";
}

.icon--recipe-book-46::before {
  content: "\efc8";
}

.icon--recipe-book-47::before {
  content: "\efc9";
}

.icon--recycling::before {
  content: "\efca";
}

.icon--redo-10::before {
  content: "\efcb";
}

.icon--redo-26::before {
  content: "\efcc";
}

.icon--redo-79::before {
  content: "\efcd";
}

.icon--redo::before {
  content: "\efce";
}

.icon--refresh::before {
  content: "\efcf";
}

.icon--reload::before {
  content: "\efd0";
}

.icon--file-sync::before {
  content: "\efd1";
}

.icon--repeat::before {
  content: "\efd2";
}

.icon--audio-mixer::before {
  content: "\efd3";
}

.icon--remote-control::before {
  content: "\efd4";
}

.icon--file-remove::before {
  content: "\efd5";
}

.icon--folder-replace::before {
  content: "\efd6";
}

.icon--file-replace::before {
  content: "\efd7";
}

.icon--replay::before {
  content: "\efd8";
}

.icon--reply-all::before {
  content: "\efd9";
}

.icon--reply::before {
  content: "\efda";
}

.icon--responsive::before {
  content: "\efdb";
}

.icon--restore::before {
  content: "\efdc";
}

.icon--ring::before {
  content: "\efdd";
}

.icon--rio::before {
  content: "\efde";
}

.icon--road::before {
  content: "\efdf";
}

.icon--road-sign-left::before {
  content: "\efe0";
}

.icon--road-sign-right::before {
  content: "\efe1";
}

.icon--road-2::before {
  content: "\efe2";
}

.icon--robot::before {
  content: "\efe3";
}

.icon--rock::before {
  content: "\efe4";
}

.icon--camera-roll::before {
  content: "\efe5";
}

.icon--rolling-pin::before {
  content: "\efe6";
}

.icon--rome::before {
  content: "\efe7";
}

.icon--skipping-rope::before {
  content: "\efe8";
}

.icon--notepad::before {
  content: "\efe9";
}

.icon--rotate-23::before {
  content: "\efea";
}

.icon--img-rotate-left::before {
  content: "\efeb";
}

.icon--rotate-left::before {
  content: "\efec";
}

.icon--lock-orientation::before {
  content: "\efed";
}

.icon--img-rotate-right::before {
  content: "\efee";
}

.icon--rotate-right::before {
  content: "\efef";
}

.icon--screen-rotation::before {
  content: "\eff0";
}

.icon--round-dollar::before {
  content: "\eff1";
}

.icon--arrow-down-3::before {
  content: "\eff2";
}

.icon--round-euro::before {
  content: "\eff3";
}

.icon--round-left-down::before {
  content: "\eff4";
}

.icon--arrow-left-3::before {
  content: "\eff5";
}

.icon--round-pound::before {
  content: "\eff6";
}

.icon--round-right-down::before {
  content: "\eff7";
}

.icon--arrow-right-3::before {
  content: "\eff8";
}

.icon--round-up-left::before {
  content: "\eff9";
}

.icon--round-up-right::before {
  content: "\effa";
}

.icon--arrow-up-3::before {
  content: "\effb";
}

.icon--round-yen::before {
  content: "\effc";
}

.icon--route-alert::before {
  content: "\effd";
}

.icon--route-close::before {
  content: "\effe";
}

.icon--route-open::before {
  content: "\efff";
}

.icon--rowing-oars::before {
  content: "\f000";
}

.icon--file-rss::before {
  content: "\f001";
}

.icon--file-rtf::before {
  content: "\f002";
}

.icon--rugby-ball::before {
  content: "\f003";
}

.icon--ruler-pencil::before {
  content: "\f004";
}

.icon--sad::before {
  content: "\f005";
}

.icon--safe::before {
  content: "\f006";
}

.icon--sale::before {
  content: "\f007";
}

.icon--salt::before {
  content: "\f008";
}

.icon--santa-hat::before {
  content: "\f009";
}

.icon--satisfied::before {
  content: "\f00a";
}

.icon--sausage::before {
  content: "\f00b";
}

.icon--save-planet::before {
  content: "\f00c";
}

.icon--scale-2::before {
  content: "\f00d";
}

.icon--rotate-22::before {
  content: "\f00e";
}

.icon--scale-4::before {
  content: "\f00f";
}

.icon--scale-down::before {
  content: "\f010";
}

.icon--scale-horizontal::before {
  content: "\f011";
}

.icon--nerd-23::before {
  content: "\f012";
}

.icon--scale-vertical::before {
  content: "\f013";
}

.icon--scale::before {
  content: "\f014";
}

.icon--scan::before {
  content: "\f015";
}

.icon--scarf::before {
  content: "\f016";
}

.icon--beach-bat::before {
  content: "\f017";
}

.icon--school::before {
  content: "\f018";
}

.icon--scissors-dashed::before {
  content: "\f019";
}

.icon--scotch::before {
  content: "\f01a";
}

.icon--scroll-horitontal::before {
  content: "\f01b";
}

.icon--scroll-vertical::before {
  content: "\f01c";
}

.icon--scale-3::before {
  content: "\f01d";
}

.icon--snorkel-mask::before {
  content: "\f01e";
}

.icon--search-content::before {
  content: "\f01f";
}

.icon--search-3::before {
  content: "\f020";
}

.icon--file-search::before {
  content: "\f021";
}

.icon--security::before {
  content: "\f022";
}

.icon--sd-card::before {
  content: "\f023";
}

.icon--increase::before {
  content: "\f024";
}

.icon--enlarge::before {
  content: "\f025";
}

.icon--select::before {
  content: "\f026";
}

.icon--selection::before {
  content: "\f027";
}

.icon--selfie::before {
  content: "\f028";
}

.icon--send-message::before {
  content: "\f029";
}

.icon--send::before {
  content: "\f02a";
}

.icon--separate-2::before {
  content: "\f02b";
}

.icon--segmentation::before {
  content: "\f02c";
}

.icon--separate::before {
  content: "\f02d";
}

.icon--scale-up::before {
  content: "\f02e";
}

.icon--file-settings::before {
  content: "\f02f";
}

.icon--cogwheel::before {
  content: "\f030";
}

.icon--settings-gear::before {
  content: "\f031";
}

.icon--gear::before {
  content: "\f032";
}

.icon--wrench-tool::before {
  content: "\f033";
}

.icon--wrench::before {
  content: "\f034";
}

.icon--settings::before {
  content: "\f035";
}

.icon--sf-bridge::before {
  content: "\f036";
}

.icon--anti-shake::before {
  content: "\f037";
}

.icon--shaker::before {
  content: "\f038";
}

.icon--shape-adjust::before {
  content: "\f039";
}

.icon--shape-circle::before {
  content: "\f03a";
}

.icon--shape-polygon::before {
  content: "\f03b";
}

.icon--shape-square::before {
  content: "\f03c";
}

.icon--shape-triangle::before {
  content: "\f03d";
}

.icon--shapes::before {
  content: "\f03e";
}

.icon--network-communication::before {
  content: "\f03f";
}

.icon--upload::before {
  content: "\f040";
}

.icon--social-sharing::before {
  content: "\f041";
}

.icon--sharing::before {
  content: "\f042";
}

.icon--network-connection::before {
  content: "\f043";
}

.icon--share-left::before {
  content: "\f044";
}

.icon--share-right::before {
  content: "\f045";
}

.icon--share::before {
  content: "\f046";
}

.icon--file-shared::before {
  content: "\f047";
}

.icon--shark-2::before {
  content: "\f048";
}

.icon--shark::before {
  content: "\f049";
}

.icon--sharpener::before {
  content: "\f04a";
}

.icon--sheep::before {
  content: "\f04b";
}

.icon--shirt-business::before {
  content: "\f04c";
}

.icon--shirt-buttons::before {
  content: "\f04d";
}

.icon--shirt-neck::before {
  content: "\f04e";
}

.icon--shirt::before {
  content: "\f04f";
}

.icon--shoe-man::before {
  content: "\f050";
}

.icon--run-shoes::before {
  content: "\f051";
}

.icon--gym-shoes::before {
  content: "\f052";
}

.icon--shoe-woman::before {
  content: "\f053";
}

.icon--shop-location::before {
  content: "\f054";
}

.icon--shop::before {
  content: "\f055";
}

.icon--shovel::before {
  content: "\f056";
}

.icon--shower::before {
  content: "\f057";
}

.icon--shrimp::before {
  content: "\f058";
}

.icon--shuffle-01::before {
  content: "\f059";
}

.icon--shuffle-35::before {
  content: "\f05a";
}

.icon--shuffle-97::before {
  content: "\f05b";
}

.icon--shuffle-98::before {
  content: "\f05c";
}

.icon--shy::before {
  content: "\f05d";
}

.icon--sick::before {
  content: "\f05e";
}

.icon--sickle::before {
  content: "\f05f";
}

.icon--sign-24h::before {
  content: "\f060";
}

.icon--sign-board::before {
  content: "\f061";
}

.icon--sign-closed::before {
  content: "\f062";
}

.icon--sign-open::before {
  content: "\f063";
}

.icon--sign::before {
  content: "\f064";
}

.icon--hotspot::before {
  content: "\f065";
}

.icon--signal::before {
  content: "\f066";
}

.icon--signature::before {
  content: "\f067";
}

.icon--silly::before {
  content: "\f068";
}

.icon--sim-card::before {
  content: "\f069";
}

.icon--e-add::before {
  content: "\f06a";
}

.icon--e-delete::before {
  content: "\f06b";
}

.icon--arrow-down-2::before {
  content: "\f06c";
}

.icon--arrow-left-2::before {
  content: "\f06d";
}

.icon--e-remove::before {
  content: "\f06e";
}

.icon--arrow-right-2::before {
  content: "\f06f";
}

.icon--arrow-up-2::before {
  content: "\f070";
}

.icon--single-01::before {
  content: "\f071";
}

.icon--single-02::before {
  content: "\f072";
}

.icon--single-03::before {
  content: "\f073";
}

.icon--single-04::before {
  content: "\f074";
}

.icon--single-05::before {
  content: "\f075";
}

.icon--male::before {
  content: "\f076";
}

.icon--document-2::before {
  content: "\f077";
}

.icon--document::before {
  content: "\f078";
}

.icon--file-copies::before {
  content: "\f079";
}

.icon--document-copy::before {
  content: "\f07a";
}

.icon--file-copy::before {
  content: "\f07b";
}

.icon--file-text::before {
  content: "\f07c";
}

.icon--file::before {
  content: "\f07d";
}

.icon--file-article::before {
  content: "\f07e";
}

.icon--single-position::before {
  content: "\f07f";
}

.icon--file-2::before {
  content: "\f080";
}

.icon--sink-wash::before {
  content: "\f081";
}

.icon--sink::before {
  content: "\f082";
}

.icon--text-size::before {
  content: "\f083";
}

.icon--skateboard-2::before {
  content: "\f084";
}

.icon--skateboard::before {
  content: "\f085";
}

.icon--file-sketch::before {
  content: "\f086";
}

.icon--sign-down::before {
  content: "\f087";
}

.icon--sign-left::before {
  content: "\f088";
}

.icon--separate-round::before {
  content: "\f089";
}

.icon--sign-up::before {
  content: "\f08a";
}

.icon--skirt::before {
  content: "\f08b";
}

.icon--skull-2::before {
  content: "\f08c";
}

.icon--skull::before {
  content: "\f08d";
}

.icon--slacks-12::before {
  content: "\f08e";
}

.icon--slacks-13::before {
  content: "\f08f";
}

.icon--sleep-2::before {
  content: "\f090";
}

.icon--sleep::before {
  content: "\f091";
}

.icon--slice::before {
  content: "\f092";
}

.icon--slide-left::before {
  content: "\f093";
}

.icon--slide-right::before {
  content: "\f094";
}

.icon--slider::before {
  content: "\f095";
}

.icon--sloth::before {
  content: "\f096";
}

.icon--i-add::before {
  content: "\f097";
}

.icon--i-delete::before {
  content: "\f098";
}

.icon--small-down::before {
  content: "\f099";
}

.icon--small-left::before {
  content: "\f09a";
}

.icon--i-remove::before {
  content: "\f09b";
}

.icon--small-right::before {
  content: "\f09c";
}

.icon--small-triangle-down::before {
  content: "\f09d";
}

.icon--small-triangle-left::before {
  content: "\f09e";
}

.icon--small-triangle-right::before {
  content: "\f09f";
}

.icon--small-triangle-up::before {
  content: "\f0a0";
}

.icon--small-up::before {
  content: "\f0a1";
}

.icon--smart::before {
  content: "\f0a2";
}

.icon--smile::before {
  content: "\f0a3";
}

.icon--snake::before {
  content: "\f0a4";
}

.icon--snow-ball::before {
  content: "\f0a5";
}

.icon--snow::before {
  content: "\f0a6";
}

.icon--snowboard::before {
  content: "\f0a7";
}

.icon--snowman-head::before {
  content: "\f0a8";
}

.icon--snowman::before {
  content: "\f0a9";
}

.icon--xmas-sock::before {
  content: "\f0aa";
}

.icon--soccer-field::before {
  content: "\f0ab";
}

.icon--sock::before {
  content: "\f0ac";
}

.icon--socket-europe-1::before {
  content: "\f0ad";
}

.icon--socket-europe-2::before {
  content: "\f0ae";
}

.icon--socket-uk::before {
  content: "\f0af";
}

.icon--socket::before {
  content: "\f0b0";
}

.icon--sofa::before {
  content: "\f0b1";
}

.icon--soldier::before {
  content: "\f0b2";
}

.icon--solo::before {
  content: "\f0b3";
}

.icon--sound-wave::before {
  content: "\f0b4";
}

.icon--spa::before {
  content: "\f0b5";
}

.icon--scissors::before {
  content: "\f0b6";
}

.icon--spaceship::before {
  content: "\f0b7";
}

.icon--loudspeaker::before {
  content: "\f0b8";
}

.icon--speaker-2::before {
  content: "\f0b9";
}

.icon--speaker::before {
  content: "\f0ba";
}

.icon--speechless::before {
  content: "\f0bb";
}

.icon--spider::before {
  content: "\f0bc";
}

.icon--spiteful::before {
  content: "\f0bd";
}

.icon--split-33::before {
  content: "\f0be";
}

.icon--split-37::before {
  content: "\f0bf";
}

.icon--split-horizontal::before {
  content: "\f0c0";
}

.icon--split-round::before {
  content: "\f0c1";
}

.icon--split-vertical::before {
  content: "\f0c2";
}

.icon--split::before {
  content: "\f0c3";
}

.icon--sport-mode::before {
  content: "\f0c4";
}

.icon--spray-2::before {
  content: "\f0c5";
}

.icon--spray::before {
  content: "\f0c6";
}

.icon--file-sql::before {
  content: "\f0c7";
}

.icon--user-frame-31::before {
  content: "\f0c8";
}

.icon--user-frame-32::before {
  content: "\f0c9";
}

.icon--user-frame-33::before {
  content: "\f0ca";
}

.icon--s-add::before {
  content: "\f0cb";
}

.icon--add::before {
  content: "\f0cc";
}

.icon--frame-s-bottom-left::before {
  content: "\f0cd";
}

.icon--frame-s-bottom-right::before {
  content: "\f0ce";
}

.icon--frame-s-top-left::before {
  content: "\f0cf";
}

.icon--frame-s-top-right::before {
  content: "\f0d0";
}

.icon--s-delete::before {
  content: "\f0d1";
}

.icon--delete::before {
  content: "\f0d2";
}

.icon--frame-s-arrow-down::before {
  content: "\f0d3";
}

.icon--square-down-22::before {
  content: "\f0d4";
}

.icon--data-download::before {
  content: "\f0d5";
}

.icon--frame-s-caret-down::before {
  content: "\f0d6";
}

.icon--sign-right::before {
  content: "\f0d7";
}

.icon--square-enlarge::before {
  content: "\f0d8";
}

.icon--frame-s-arrow-left::before {
  content: "\f0d9";
}

.icon--square-left-20::before {
  content: "\f0da";
}

.icon--frame-s-caret-left::before {
  content: "\f0db";
}

.icon--square-marker::before {
  content: "\f0dc";
}

.icon--square-pin::before {
  content: "\f0dd";
}

.icon--s-remove::before {
  content: "\f0de";
}

.icon--remove::before {
  content: "\f0df";
}

.icon--frame-s-arrow-right::before {
  content: "\f0e0";
}

.icon--square-right-19::before {
  content: "\f0e1";
}

.icon--frame-s-caret-right::before {
  content: "\f0e2";
}

.icon--square-simple-down::before {
  content: "\f0e3";
}

.icon--square-simple-left::before {
  content: "\f0e4";
}

.icon--square-simple-right::before {
  content: "\f0e5";
}

.icon--square-simple-up::before {
  content: "\f0e6";
}

.icon--frame-s-arrow-up::before {
  content: "\f0e7";
}

.icon--square-up-21::before {
  content: "\f0e8";
}

.icon--frame-s-caret-up::before {
  content: "\f0e9";
}

.icon--data-upload::before {
  content: "\f0ea";
}

.icon--square-zoom::before {
  content: "\f0eb";
}

.icon--file-srt::before {
  content: "\f0ec";
}

.icon--stamp::before {
  content: "\f0ed";
}

.icon--standing-man::before {
  content: "\f0ee";
}

.icon--standing-woman::before {
  content: "\f0ef";
}

.icon--file-starred::before {
  content: "\f0f0";
}

.icon--steak::before {
  content: "\f0f1";
}

.icon--steering-wheel::before {
  content: "\f0f2";
}

.icon--steps::before {
  content: "\f0f3";
}

.icon--stock-2::before {
  content: "\f0f4";
}

.icon--stock-market::before {
  content: "\f0f5";
}

.icon--storage-hanger::before {
  content: "\f0f6";
}

.icon--storage::before {
  content: "\f0f7";
}

.icon--store::before {
  content: "\f0f8";
}

.icon--strategy::before {
  content: "\f0f9";
}

.icon--strawberry::before {
  content: "\f0fa";
}

.icon--ctrl-down::before {
  content: "\f0fb";
}

.icon--ctrl-left::before {
  content: "\f0fc";
}

.icon--ctrl-right::before {
  content: "\f0fd";
}

.icon--ctrl-up::before {
  content: "\f0fe";
}

.icon--stretch::before {
  content: "\f0ff";
}

.icon--strikethrough::before {
  content: "\f100";
}

.icon--stripe::before {
  content: "\f101";
}

.icon--direction-down::before {
  content: "\f102";
}

.icon--direction-left::before {
  content: "\f103";
}

.icon--direction-right::before {
  content: "\f104";
}

.icon--direction-up::before {
  content: "\f105";
}

.icon--subscript::before {
  content: "\f106";
}

.icon--sun-cloud-drop::before {
  content: "\f107";
}

.icon--sun-cloud-fog::before {
  content: "\f108";
}

.icon--sun-cloud-hail::before {
  content: "\f109";
}

.icon--sun-cloud-light::before {
  content: "\f10a";
}

.icon--sun-cloud-rain::before {
  content: "\f10b";
}

.icon--file-preferences::before {
  content: "\f10c";
}

.icon--sun-cloud-snow-55::before {
  content: "\f10d";
}

.icon--sun-cloud::before {
  content: "\f10e";
}

.icon--sun-fog-30::before {
  content: "\f10f";
}

.icon--sun-fog-43::before {
  content: "\f110";
}

.icon--sunglasses-48::before {
  content: "\f111";
}

.icon--sunglasses-49::before {
  content: "\f112";
}

.icon--sunglasses::before {
  content: "\f113";
}

.icon--direction-s::before {
  content: "\f114";
}

.icon--direction-w::before {
  content: "\f115";
}

.icon--direction-e::before {
  content: "\f116";
}

.icon--direction-n::before {
  content: "\f117";
}

.icon--superscript::before {
  content: "\f118";
}

.icon--food-supplement::before {
  content: "\f119";
}

.icon--lifering::before {
  content: "\f11a";
}

.icon--support::before {
  content: "\f11b";
}

.icon--windsurfing::before {
  content: "\f11c";
}

.icon--surfboard::before {
  content: "\f11d";
}

.icon--surprise::before {
  content: "\f11e";
}

.icon--sushi::before {
  content: "\f11f";
}

.icon--file-svg::before {
  content: "\f120";
}

.icon--swap-horizontal::before {
  content: "\f121";
}

.icon--swap-vertical::before {
  content: "\f122";
}

.icon--swimsuit::before {
  content: "\f123";
}

.icon--bikini::before {
  content: "\f124";
}

.icon--swipe-bottom::before {
  content: "\f125";
}

.icon--swipe-left::before {
  content: "\f126";
}

.icon--swipe-up::before {
  content: "\f127";
}

.icon--swipe-right::before {
  content: "\f128";
}

.icon--sun-fog-29::before {
  content: "\f129";
}

.icon--swiss-knife::before {
  content: "\f12a";
}

.icon--sync-devices::before {
  content: "\f12b";
}

.icon--syringe::before {
  content: "\f12c";
}

.icon--system-update::before {
  content: "\f12d";
}

.icon--table-slide::before {
  content: "\f12e";
}

.icon--table-move::before {
  content: "\f12f";
}

.icon--table::before {
  content: "\f130";
}

.icon--tablet-2::before {
  content: "\f131";
}

.icon--tablet::before {
  content: "\f132";
}

.icon--tablet-mobile::before {
  content: "\f133";
}

.icon--e-reader::before {
  content: "\f134";
}

.icon--reading-tablet::before {
  content: "\f135";
}

.icon--tablet-toolbar::before {
  content: "\f136";
}

.icon--graphics-tablet::before {
  content: "\f137";
}

.icon--tacos::before {
  content: "\f138";
}

.icon--tactic::before {
  content: "\f139";
}

.icon--shopping-label::before {
  content: "\f13a";
}

.icon--tag-add::before {
  content: "\f13b";
}

.icon--tag-check::before {
  content: "\f13c";
}

.icon--shopping-tag::before {
  content: "\f13d";
}

.icon--tag-cut::before {
  content: "\f13e";
}

.icon--label::before {
  content: "\f13f";
}

.icon--tag-loyalty::before {
  content: "\f140";
}

.icon--tag-remove::before {
  content: "\f141";
}

.icon--tag-sale::before {
  content: "\f142";
}

.icon--tag::before {
  content: "\f143";
}

.icon--arrow-down::before {
  content: "\f144";
}

.icon--arrow-left::before {
  content: "\f145";
}

.icon--arrow-right::before {
  content: "\f146";
}

.icon--arrow-s::before {
  content: "\f147";
}

.icon--arrow-w::before {
  content: "\f148";
}

.icon--arrow-e::before {
  content: "\f149";
}

.icon--arrow-n::before {
  content: "\f14a";
}

.icon--arrow-up::before {
  content: "\f14b";
}

.icon--tap-01::before {
  content: "\f14c";
}

.icon--tap-02::before {
  content: "\f14d";
}

.icon--tape::before {
  content: "\f14e";
}

.icon--target::before {
  content: "\f14f";
}

.icon--tea::before {
  content: "\f150";
}

.icon--temperature-2::before {
  content: "\f151";
}

.icon--temperature::before {
  content: "\f152";
}

.icon--temple-25::before {
  content: "\f153";
}

.icon--tennis-ball::before {
  content: "\f154";
}

.icon--tennis-racket::before {
  content: "\f155";
}

.icon--text-2::before {
  content: "\f156";
}

.icon--text::before {
  content: "\f157";
}

.icon--ticket::before {
  content: "\f158";
}

.icon--event-ticket::before {
  content: "\f159";
}

.icon--tie-01::before {
  content: "\f15a";
}

.icon--tie-02::before {
  content: "\f15b";
}

.icon--tie-bow::before {
  content: "\f15c";
}

.icon--file-tif::before {
  content: "\f15d";
}

.icon--file-tiff::before {
  content: "\f15e";
}

.icon--layout-grid::before {
  content: "\f15f";
}

.icon--layout::before {
  content: "\f160";
}

.icon--file-history::before {
  content: "\f161";
}

.icon--clock::before {
  content: "\f162";
}

.icon--time-alarm::before {
  content: "\f163";
}

.icon--card-switch::before {
  content: "\f164";
}

.icon--time-clock::before {
  content: "\f165";
}

.icon---stopwatch::before {
  content: "\f166";
}

.icon--time::before {
  content: "\f167";
}

.icon--todo::before {
  content: "\f168";
}

.icon--toilet-paper::before {
  content: "\f169";
}

.icon--toilet::before {
  content: "\f16a";
}

.icon--tooth::before {
  content: "\f16b";
}

.icon--touch-id::before {
  content: "\f16c";
}

.icon--screen-touch::before {
  content: "\f16d";
}

.icon--track-delivery::before {
  content: "\f16e";
}

.icon--tracking::before {
  content: "\f16f";
}

.icon--tractor::before {
  content: "\f170";
}

.icon--train-speed::before {
  content: "\f171";
}

.icon--train::before {
  content: "\f172";
}

.icon--tram::before {
  content: "\f173";
}

.icon--transform-origin::before {
  content: "\f174";
}

.icon--transform::before {
  content: "\f175";
}

.icon--trash-can::before {
  content: "\f176";
}

.icon--bin::before {
  content: "\f177";
}

.icon--trash::before {
  content: "\f178";
}

.icon--treasure-map-21::before {
  content: "\f179";
}

.icon--treasure-map-40::before {
  content: "\f17a";
}

.icon--tree-01::before {
  content: "\f17b";
}

.icon--tree-02::before {
  content: "\f17c";
}

.icon--tree-03::before {
  content: "\f17d";
}

.icon--tree-ball::before {
  content: "\f17e";
}

.icon--tree::before {
  content: "\f17f";
}

.icon--trend-down::before {
  content: "\f180";
}

.icon--trend-up::before {
  content: "\f181";
}

.icon--triangle-down::before {
  content: "\f182";
}

.icon--triangle-down-2::before {
  content: "\f183";
}

.icon--pointing-down::before {
  content: "\f184";
}

.icon--triangle-left::before {
  content: "\f185";
}

.icon--triangle-left-2::before {
  content: "\f186";
}

.icon--pointing-left::before {
  content: "\f187";
}

.icon--triangle-right::before {
  content: "\f188";
}

.icon--triangle-right-2::before {
  content: "\f189";
}

.icon--pointing-right::before {
  content: "\f18a";
}

.icon--triangle-up::before {
  content: "\f18b";
}

.icon--triangle-up-2::before {
  content: "\f18c";
}

.icon--pointing-up::before {
  content: "\f18d";
}

.icon--tripod::before {
  content: "\f18e";
}

.icon--airport-trolley::before {
  content: "\f18f";
}

.icon--trophy::before {
  content: "\f190";
}

.icon--truck-front::before {
  content: "\f191";
}

.icon--tshirt-53::before {
  content: "\f192";
}

.icon--tshirt-54::before {
  content: "\f193";
}

.icon--tshirt-sport::before {
  content: "\f194";
}

.icon--file-ttf::before {
  content: "\f195";
}

.icon--turtle::before {
  content: "\f196";
}

.icon--tv::before {
  content: "\f197";
}

.icon--vintage-tv::before {
  content: "\f198";
}

.icon--tv-stand::before {
  content: "\f199";
}

.icon--file-txt::before {
  content: "\f19a";
}

.icon--toggle::before {
  content: "\f19b";
}

.icon--switches::before {
  content: "\f19c";
}

.icon--umbrella-13::before {
  content: "\f19d";
}

.icon--umbrella-14::before {
  content: "\f19e";
}

.icon--underline::before {
  content: "\f19f";
}

.icon--underwear-man::before {
  content: "\f1a0";
}

.icon--underwear::before {
  content: "\f1a1";
}

.icon--undo-25::before {
  content: "\f1a2";
}

.icon--undo-29::before {
  content: "\f1a3";
}

.icon--ungroup::before {
  content: "\f1a4";
}

.icon--unite-round::before {
  content: "\f1a5";
}

.icon--unite::before {
  content: "\f1a6";
}

.icon--file-export::before {
  content: "\f1a7";
}

.icon--upload-file::before {
  content: "\f1a8";
}

.icon--upset-13::before {
  content: "\f1a9";
}

.icon--upset-14::before {
  content: "\f1aa";
}

.icon--usb::before {
  content: "\f1ab";
}

.icon--balance::before {
  content: "\f1ac";
}

.icon--climbing::before {
  content: "\f1ad";
}

.icon--yoga::before {
  content: "\f1ae";
}

.icon--athletics::before {
  content: "\f1af";
}

.icon--snowboarding::before {
  content: "\f1b0";
}

.icon--swimming::before {
  content: "\f1b1";
}

.icon--file-user::before {
  content: "\f1b2";
}

.icon--vampire::before {
  content: "\f1b3";
}

.icon--file-vector::before {
  content: "\f1b4";
}

.icon--vector::before {
  content: "\f1b5";
}

.icon--vespa-front::before {
  content: "\f1b6";
}

.icon--vespa::before {
  content: "\f1b7";
}

.icon--vest-31::before {
  content: "\f1b8";
}

.icon--sports-tank::before {
  content: "\f1b9";
}

.icon--vest::before {
  content: "\f1ba";
}

.icon--video::before {
  content: "\f1bb";
}

.icon--film::before {
  content: "\f1bc";
}

.icon--movie::before {
  content: "\f1bd";
}

.icon--movie-reel::before {
  content: "\f1be";
}

.icon--video-camera::before {
  content: "\f1bf";
}

.icon--camcorder::before {
  content: "\f1c0";
}

.icon--bug::before {
  content: "\f1c1";
}

.icon--visa::before {
  content: "\f1c2";
}

.icon--voice-record::before {
  content: "\f1c3";
}

.icon--volleyball::before {
  content: "\f1c4";
}

.icon--volume-2::before {
  content: "\f1c5";
}

.icon--sound::before {
  content: "\f1c6";
}

.icon--volume::before {
  content: "\f1c7";
}

.icon--volume-mute::before {
  content: "\f1c8";
}

.icon--volume-down::before {
  content: "\f1c9";
}

.icon--volume-off::before {
  content: "\f1ca";
}

.icon--volume-up::before {
  content: "\f1cb";
}

.icon--vpn::before {
  content: "\f1cc";
}

.icon--wallet-43::before {
  content: "\f1cd";
}

.icon--sun-cloud-snow-54::before {
  content: "\f1ce";
}

.icon--wallet-44::before {
  content: "\f1cf";
}

.icon--wand-11::before {
  content: "\f1d0";
}

.icon--wallet::before {
  content: "\f1d1";
}

.icon--wand::before {
  content: "\f1d2";
}

.icon--wardrobe::before {
  content: "\f1d3";
}

.icon--wash-2::before {
  content: "\f1d4";
}

.icon--wash-60::before {
  content: "\f1d5";
}

.icon--wash-30::before {
  content: "\f1d6";
}

.icon--wash-90::before {
  content: "\f1d7";
}

.icon--wash-hand::before {
  content: "\f1d8";
}

.icon--wash::before {
  content: "\f1d9";
}

.icon--waste-danger::before {
  content: "\f1da";
}

.icon--waste-recycling::before {
  content: "\f1db";
}

.icon--waste::before {
  content: "\f1dc";
}

.icon--watch-2::before {
  content: "\f1dd";
}

.icon--watch-dev::before {
  content: "\f1de";
}

.icon--watch::before {
  content: "\f1df";
}

.icon--smartwatch::before {
  content: "\f1e0";
}

.icon--water-hand::before {
  content: "\f1e1";
}

.icon--water-sink::before {
  content: "\f1e2";
}

.icon--water::before {
  content: "\f1e3";
}

.icon--watermelon::before {
  content: "\f1e4";
}

.icon--file-wav::before {
  content: "\f1e5";
}

.icon--wc::before {
  content: "\f1e6";
}

.icon--web-design::before {
  content: "\f1e7";
}

.icon--webcam-2::before {
  content: "\f1e8";
}

.icon--webcam::before {
  content: "\f1e9";
}

.icon--wireframe::before {
  content: "\f1ea";
}

.icon--webpage::before {
  content: "\f1eb";
}

.icon--weed::before {
  content: "\f1ec";
}

.icon--weight-scale::before {
  content: "\f1ed";
}

.icon--what::before {
  content: "\f1ee";
}

.icon--wheelchair-2::before {
  content: "\f1ef";
}

.icon--whisk::before {
  content: "\f1f0";
}

.icon--whiskers::before {
  content: "\f1f1";
}

.icon--whistle::before {
  content: "\f1f2";
}

.icon--white-house::before {
  content: "\f1f3";
}

.icon--widget::before {
  content: "\f1f4";
}

.icon--wifi-2::before {
  content: "\f1f5";
}

.icon--wifi-off::before {
  content: "\f1f6";
}

.icon--wifi-protected::before {
  content: "\f1f7";
}

.icon--wifi-router::before {
  content: "\f1f8";
}

.icon--wifi::before {
  content: "\f1f9";
}

.icon--wind-2::before {
  content: "\f1fa";
}

.icon--wind::before {
  content: "\f1fb";
}

.icon--window-add::before {
  content: "\f1fc";
}

.icon--window-code::before {
  content: "\f1fd";
}

.icon--window-delete::before {
  content: "\f1fe";
}

.icon--window-dev::before {
  content: "\f1ff";
}

.icon--window-paragraph::before {
  content: "\f200";
}

.icon--window-responsive::before {
  content: "\f201";
}

.icon--window-zoom-in::before {
  content: "\f202";
}

.icon--window-zoom-out::before {
  content: "\f203";
}

.icon--wink-06::before {
  content: "\f204";
}

.icon--wink-11::before {
  content: "\f205";
}

.icon--wink-69::before {
  content: "\f206";
}

.icon--witch-hat::before {
  content: "\f207";
}

.icon--wolf::before {
  content: "\f208";
}

.icon--female::before {
  content: "\f209";
}

.icon--woman-21::before {
  content: "\f20a";
}

.icon--woman-24::before {
  content: "\f20b";
}

.icon--face-woman::before {
  content: "\f20c";
}

.icon--woman-down::before {
  content: "\f20d";
}

.icon--woman-man::before {
  content: "\f20e";
}

.icon--woman-up::before {
  content: "\f20f";
}

.icon--woman-2::before {
  content: "\f210";
}

.icon--wood::before {
  content: "\f211";
}

.icon--wool-ball::before {
  content: "\f212";
}

.icon--worl-marker::before {
  content: "\f213";
}

.icon--world::before {
  content: "\f214";
}

.icon--world-pin::before {
  content: "\f215";
}

.icon--world-2::before {
  content: "\f216";
}

.icon--file-xlsx::before {
  content: "\f217";
}

.icon--file-xml::before {
  content: "\f218";
}

.icon--business-contact-86::before {
  content: "\f219";
}

.icon--business-contact-87::before {
  content: "\f21a";
}

.icon--business-contact-88::before {
  content: "\f21b";
}

.icon--business-agent::before {
  content: "\f21c";
}

.icon--design-dev::before {
  content: "\f21d";
}

.icon--food-dog::before {
  content: "\f21e";
}

.icon--compressed-file::before {
  content: "\f21f";
}

.icon--wallet-90::before {
  content: "\f220";
}

.icon--file-zip::before {
  content: "\f221";
}

.icon--zombie::before {
  content: "\f222";
}

.icon--zoom::before {
  content: "\f223";
}

.icon--zipped-file::before {
  content: "\f224";
}

.icon--zoom-88::before {
  content: "\f225";
}

.icon--zoom-99::before {
  content: "\f226";
}

.icon--zoom-100::before {
  content: "\f227";
}

.icon--magnifier-zoom-in::before {
  content: "\f228";
}

.icon--magnifier-zoom-out::before {
  content: "\f229";
}

.icon--magnifier::before {
  content: "\f22a";
}

.icon--zoom-in::before {
  content: "\f22b";
}

.icon--zoom-out::before {
  content: "\f22c";
}

.icon--search-zoom-in::before {
  content: "\f22d";
}

.icon--search-zoom-out::before {
  content: "\f22e";
}

.icon--search::before {
  content: "\f22f";
}

.icon--expand::before {
  content: "\f230";
}

.icon--business-contact-85::before {
  content: "\f231";
}

.icon--m-check::before {
  content: "\f232";
}

.icon--pin-check::before {
  content: "\f233";
}

.icon--loader-bars::before {
  content: "\f234";
}

.icon--circle::before {
  content: "\f235";
}

.icon--dots::before {
  content: "\f236";
}

.icon--refresh-01::before {
  content: "\f237";
}

.icon--refresh-02::before {
  content: "\f238";
}

.icon--mirror-tablet-phone::before {
  content: "\f239";
}

.icon--full-screen::before {
  content: "\f23a";
}

.icon--sidebar::before {
  content: "\f23b";
}

.icon--blog::before {
  content: "\f23c";
}

.icon--file-delete::before {
  content: "\f23d";
}

.icon--file-add::before {
  content: "\f23e";
}

.icon--gantt::before {
  content: "\f23f";
}

.icon--fav-remove::before {
  content: "\f240";
}

.icon--alarm-add::before {
  content: "\f241";
}

.icon--timeline::before {
  content: "\f242";
}

.icon--comment-add::before {
  content: "\f243";
}

.icon--alarm-disable::before {
  content: "\f244";
}

.icon--at-sign::before {
  content: "\f245";
}

.icon--bike-bmx::before {
  content: "\f246";
}

.icon--cycling::before {
  content: "\f247";
}

.icon--car-parking::before {
  content: "\f248";
}

.icon--car-connect::before {
  content: "\f249";
}

.icon--car-wash::before {
  content: "\f24a";
}

.icon--car-accident::before {
  content: "\f24b";
}

.icon--sensor::before {
  content: "\f24c";
}

.icon--fuel-2::before {
  content: "\f24d";
}

.icon--seatbelt::before {
  content: "\f24e";
}

.icon--battery-level::before {
  content: "\f24f";
}

.icon--rim::before {
  content: "\f250";
}

.icon--wheel::before {
  content: "\f251";
}

.icon--wheel-2::before {
  content: "\f252";
}

.icon--car-lights::before {
  content: "\f253";
}

.icon--car-door::before {
  content: "\f254";
}

.icon--engine::before {
  content: "\f255";
}

.icon--washing-fluid::before {
  content: "\f256";
}

.icon--car-ventilation::before {
  content: "\f257";
}

.icon--hybrid-car::before {
  content: "\f258";
}

.icon--trunk::before {
  content: "\f259";
}

.icon--brakes::before {
  content: "\f25a";
}

.icon--ventilation::before {
  content: "\f25b";
}

.icon--seat::before {
  content: "\f25c";
}

.icon--parking-sensors::before {
  content: "\f25d";
}

.icon--oil::before {
  content: "\f25e";
}

.icon--engine-start::before {
  content: "\f25f";
}

.icon--parking::before {
  content: "\f260";
}

.icon--walk::before {
  content: "\f261";
}

.icon--airbag::before {
  content: "\f262";
}

.icon--gradient::before {
  content: "\f263";
}

.icon--prototype::before {
  content: "\f264";
}

.icon--cards::before {
  content: "\f265";
}

.icon--transform-2d::before {
  content: "\f266";
}

.icon--border::before {
  content: "\f267";
}

.icon--border-radius::before {
  content: "\f268";
}

.icon--position::before {
  content: "\f269";
}

.icon--shape-triangle-2::before {
  content: "\f26a";
}

.icon--shape-oval::before {
  content: "\f26b";
}

.icon--shape-rectangle::before {
  content: "\f26c";
}

.icon--shape-polygon-2::before {
  content: "\f26d";
}

.icon--shape-star::before {
  content: "\f26e";
}

.icon--shape-line::before {
  content: "\f26f";
}

.icon--shape-arrow::before {
  content: "\f270";
}

.icon--shape-custom::before {
  content: "\f271";
}

.icon--design-system::before {
  content: "\f272";
}

.icon--git-commit::before {
  content: "\f273";
}

.icon--size-small::before {
  content: "\f274";
}

.icon--size-medium::before {
  content: "\f275";
}

.icon--size-large::before {
  content: "\f276";
}

.icon--transparent::before {
  content: "\f277";
}

.icon--tool-blur::before {
  content: "\f278";
}

.icon--texture::before {
  content: "\f279";
}

.icon--mask-oval::before {
  content: "\f27a";
}

.icon--mask-rect::before {
  content: "\f27b";
}

.icon--grid-system::before {
  content: "\f27c";
}

.icon--components::before {
  content: "\f27d";
}

.icon--tool-select::before {
  content: "\f27e";
}

.icon--tool-hand::before {
  content: "\f27f";
}

.icon--bars-rotate::before {
  content: "\f280";
}

.icon--bars-2::before {
  content: "\f281";
}

.icon--circle-02::before {
  content: "\f282";
}

.icon--circle-03::before {
  content: "\f283";
}

.icon--circle-04::before {
  content: "\f284";
}

.icon--dots-05::before {
  content: "\f285";
}

.icon--dots-06::before {
  content: "\f286";
}

.icon--dots-07::before {
  content: "\f287";
}

.icon--mouse-animated::before {
  content: "\f288";
}

.icon--ripples::before {
  content: "\f289";
}

.icon--squares::before {
  content: "\f28a";
}

.icon--compass-2::before {
  content: "\f28b";
}

.icon--directions::before {
  content: "\f28c";
}

.icon--home-search::before {
  content: "\f28d";
}

.icon--journey-04::before {
  content: "\f28e";
}

.icon--journey-05::before {
  content: "\f28f";
}

.icon--journey-06::before {
  content: "\f290";
}

.icon--journey-07::before {
  content: "\f291";
}

.icon--journey-08::before {
  content: "\f292";
}

.icon--m-add::before {
  content: "\f293";
}

.icon--m-delete::before {
  content: "\f294";
}

.icon--m-edit::before {
  content: "\f295";
}

.icon--m-heart::before {
  content: "\f296";
}

.icon--m-location::before {
  content: "\f297";
}

.icon--m-remove::before {
  content: "\f298";
}

.icon--m-search::before {
  content: "\f299";
}

.icon--m-security::before {
  content: "\f29a";
}

.icon--m-share::before {
  content: "\f29b";
}

.icon--m-settings::before {
  content: "\f29c";
}

.icon--m-star::before {
  content: "\f29d";
}

.icon--m-sync::before {
  content: "\f29e";
}

.icon--m-time::before {
  content: "\f29f";
}

.icon--m-update::before {
  content: "\f2a0";
}

.icon--marker-2::before {
  content: "\f2a1";
}

.icon--pin-heart::before {
  content: "\f2a2";
}

.icon--pin-remove-2::before {
  content: "\f2a3";
}

.icon--pin-search::before {
  content: "\f2a4";
}

.icon--pin-security::before {
  content: "\f2a5";
}

.icon--pin-settings::before {
  content: "\f2a6";
}

.icon--pin-edit::before {
  content: "\f2a7";
}

.icon--pin-add-2::before {
  content: "\f2a8";
}

.icon--pin-star::before {
  content: "\f2a9";
}

.icon--pin-share::before {
  content: "\f2aa";
}

.icon--pin-time::before {
  content: "\f2ab";
}

.icon--pin-sync::before {
  content: "\f2ac";
}

.icon--pin-user::before {
  content: "\f2ad";
}

.icon--point-a::before {
  content: "\f2ae";
}

.icon--pin-delete::before {
  content: "\f2af";
}

.icon--point-b::before {
  content: "\f2b0";
}

.icon--zoom-e::before {
  content: "\f2b1";
}

.icon--resize-v::before {
  content: "\f2b2";
}

.icon--resize-h::before {
  content: "\f2b3";
}

.icon--subtitles::before {
  content: "\f2b4";
}

.icon--expand-window::before {
  content: "\f2b5";
}

.icon--file-json::before {
  content: "\f2b6";
}

.icon--file-vvt::before {
  content: "\f2b7";
}

.icon--l-circle::before {
  content: "\f2b8";
}

.icon--l-circles::before {
  content: "\f2b9";
}

.icon--steak-2::before {
  content: "\f2ba";
}

.icon--pancake::before {
  content: "\f2bb";
}

.icon--avocado::before {
  content: "\f2bc";
}

.icon--coffee-bean::before {
  content: "\f2bd";
}

.icon--cutlery::before {
  content: "\f2be";
}

.icon--terrace::before {
  content: "\f2bf";
}

.icon--chef::before {
  content: "\f2c0";
}

.icon--reservation::before {
  content: "\f2c1";
}

.icon--restaurant-menu::before {
  content: "\f2c2";
}

.icon--dish::before {
  content: "\f2c3";
}

.icon--acorn::before {
  content: "\f2c4";
}

.icon--roast-chicken::before {
  content: "\f2c5";
}

.icon--opening-times::before {
  content: "\f2c6";
}

.icon--drink-list::before {
  content: "\f2c7";
}

.icon--wine-list::before {
  content: "\f2c8";
}

.icon--bill::before {
  content: "\f2c9";
}

.icon--event-create::before {
  content: "\f2ca";
}

.icon--event-confirm::before {
  content: "\f2cb";
}

.icon--salad::before {
  content: "\f2cc";
}

.icon--recipe::before {
  content: "\f2cd";
}

.icon--recipe-create::before {
  content: "\f2ce";
}

.icon--diet::before {
  content: "\f2cf";
}

.icon--energy::before {
  content: "\f2d0";
}

.icon--nutrition::before {
  content: "\f2d1";
}

.icon--juice::before {
  content: "\f2d2";
}

.icon--food-scale::before {
  content: "\f2d3";
}

.icon--diet-plan::before {
  content: "\f2d4";
}

.icon--vegan::before {
  content: "\f2d5";
}

.icon--snack::before {
  content: "\f2d6";
}

.icon--detox::before {
  content: "\f2d7";
}

.icon--tomato::before {
  content: "\f2d8";
}

.icon--glass-water::before {
  content: "\f2d9";
}

.icon--organic::before {
  content: "\f2da";
}

.icon--brioche::before {
  content: "\f2db";
}

.icon--crumpet::before {
  content: "\f2dc";
}

.icon--crepe::before {
  content: "\f2dd";
}

.icon--waffle::before {
  content: "\f2de";
}

.icon--chocolate-mousse::before {
  content: "\f2df";
}

.icon--honey::before {
  content: "\f2e0";
}

.icon--ice-cream::before {
  content: "\f2e1";
}

.icon--jelly::before {
  content: "\f2e2";
}

.icon--cupcake::before {
  content: "\f2e3";
}

.icon--churros::before {
  content: "\f2e4";
}

.icon--choco-cream::before {
  content: "\f2e5";
}

.icon--peanut::before {
  content: "\f2e6";
}

.icon--picnic-basket::before {
  content: "\f2e7";
}

.icon--smoothie::before {
  content: "\f2e8";
}

.icon--lemon::before {
  content: "\f2e9";
}

.icon--pear::before {
  content: "\f2ea";
}

.icon--orange::before {
  content: "\f2eb";
}

.icon--pineapple::before {
  content: "\f2ec";
}

.icon--blueberries::before {
  content: "\f2ed";
}

.icon--kiwi::before {
  content: "\f2ee";
}

.icon--garlic::before {
  content: "\f2ef";
}

.icon--potato::before {
  content: "\f2f0";
}

.icon--corn::before {
  content: "\f2f1";
}

.icon--onion::before {
  content: "\f2f2";
}

.icon--aubergine::before {
  content: "\f2f3";
}

.icon--pepper::before {
  content: "\f2f4";
}

.icon--sugar::before {
  content: "\f2f5";
}

.icon--bag-delivery::before {
  content: "\f2f6";
}

.icon--pickle::before {
  content: "\f2f7";
}

.icon--rice::before {
  content: "\f2f8";
}

.icon--soup::before {
  content: "\f2f9";
}

.icon--lollipop::before {
  content: "\f2fa";
}

.icon--soy-sauce::before {
  content: "\f2fb";
}

.icon--tea-bag::before {
  content: "\f2fc";
}

.icon--popcorn::before {
  content: "\f2fd";
}

.icon--timer::before {
  content: "\f2fe";
}

.icon--yogurt::before {
  content: "\f2ff";
}

.icon--organic-2::before {
  content: "\f300";
}

.icon--pasta::before {
  content: "\f301";
}

.icon--ketchup::before {
  content: "\f302";
}

.icon--bakery::before {
  content: "\f303";
}

.icon--mayo::before {
  content: "\f304";
}

.icon--mortar::before {
  content: "\f305";
}

.icon--eggs::before {
  content: "\f306";
}

.icon--can::before {
  content: "\f307";
}

.icon--takeaway::before {
  content: "\f308";
}

.icon--oil-2::before {
  content: "\f309";
}

.icon--butter::before {
  content: "\f30a";
}

.icon--name-card::before {
  content: "\f30b";
}

.icon--shell::before {
  content: "\f30c";
}

.icon--grain::before {
  content: "\f30d";
}

.icon--boiling-water::before {
  content: "\f30e";
}

.icon--peas::before {
  content: "\f30f";
}

.icon--soft-drink::before {
  content: "\f310";
}

.icon--hot-key::before {
  content: "\f311";
}

.icon--switcher::before {
  content: "\f312";
}

.icon--mower::before {
  content: "\f313";
}

.icon--img-stack::before {
  content: "\f314";
}

.icon--tags-stack::before {
  content: "\f315";
}

.icon--check-all::before {
  content: "\f316";
}

.icon--clapping-hands::before {
  content: "\f317";
}

.icon--privacy-policy::before {
  content: "\f318";
}

.icon--ranking::before {
  content: "\f319";
}

.icon--distance::before {
  content: "\f31a";
}

.icon--water-surface::before {
  content: "\f31b";
}

.icon--water-wave::before {
  content: "\f31c";
}

.icon--golf-ball::before {
  content: "\f31d";
}

.icon--golf-strike::before {
  content: "\f31e";
}

.icon--golf-course::before {
  content: "\f31f";
}

.icon--olympic-flame::before {
  content: "\f320";
}

.icon--water-polo-ball::before {
  content: "\f321";
}

.icon--rings::before {
  content: "\f322";
}

.icon--analytics::before {
  content: "\f323";
}

.icon--stadium::before {
  content: "\f324";
}

.icon--ice-skates::before {
  content: "\f325";
}

.icon--bowling-pins::before {
  content: "\f326";
}

.icon--boxing-bag::before {
  content: "\f327";
}

.icon--curling-stone::before {
  content: "\f328";
}

.icon--sports-fan::before {
  content: "\f329";
}

.icon--workout-plan::before {
  content: "\f32a";
}

.icon--winner::before {
  content: "\f32b";
}

.icon--jump-rope::before {
  content: "\f32c";
}

.icon--horse::before {
  content: "\f32d";
}

.icon--treadmill::before {
  content: "\f32e";
}

.icon--weight-plate::before {
  content: "\f32f";
}

.icon--shorts::before {
  content: "\f330";
}

.icon--diet-food::before {
  content: "\f331";
}

.icon--drinking-bottle::before {
  content: "\f332";
}

.icon--leggins::before {
  content: "\f333";
}

.icon--server-rack::before {
  content: "\f334";
}

.icon--blender::before {
  content: "\f335";
}

.icon--crunches::before {
  content: "\f336";
}

.icon--sport-bag::before {
  content: "\f337";
}

.icon--water-aerobics::before {
  content: "\f338";
}

.icon--dancer::before {
  content: "\f339";
}

.icon--paralympic-games::before {
  content: "\f33a";
}

.icon--volleyball-player::before {
  content: "\f33b";
}

.icon--skating::before {
  content: "\f33c";
}

.icon--water-polo::before {
  content: "\f33d";
}

.icon--gymnastics::before {
  content: "\f33e";
}

.icon--soccer::before {
  content: "\f33f";
}

.icon--curling::before {
  content: "\f340";
}

.icon--boxing::before {
  content: "\f341";
}

.icon--rugby::before {
  content: "\f342";
}

.icon--karate::before {
  content: "\f343";
}

.icon--skiing::before {
  content: "\f344";
}

.icon--skateboarding::before {
  content: "\f345";
}

.icon--cycling-track::before {
  content: "\f346";
}

.icon--power-lifting::before {
  content: "\f347";
}

.icon--handball::before {
  content: "\f348";
}

.icon--basketball-player::before {
  content: "\f349";
}

.icon--bodybuilder::before {
  content: "\f34a";
}

.icon--stretching::before {
  content: "\f34b";
}

.icon--fencing::before {
  content: "\f34c";
}

.icon--baseball-player::before {
  content: "\f34d";
}

.icon--golf-player::before {
  content: "\f34e";
}

.icon--deadlift::before {
  content: "\f34f";
}

.icon--rowing::before {
  content: "\f350";
}

.icon--archer::before {
  content: "\f351";
}

.icon--elliptical-cross-trainer::before {
  content: "\f352";
}

.icon--barbell::before {
  content: "\f353";
}

.icon--ez-bar::before {
  content: "\f354";
}

.icon--row-machine::before {
  content: "\f355";
}

.icon--stair-climber::before {
  content: "\f356";
}

.icon--utility-bench::before {
  content: "\f357";
}

.icon--spinning-bike::before {
  content: "\f358";
}

.icon--lat-station::before {
  content: "\f359";
}

.icon--weight-bench::before {
  content: "\f35a";
}

.icon--pectoral-machine::before {
  content: "\f35b";
}

.icon--power-rack::before {
  content: "\f35c";
}

.icon--medicine-ball::before {
  content: "\f35d";
}

.icon--towel::before {
  content: "\f35e";
}

.icon--gym::before {
  content: "\f35f";
}

.icon--bicep::before {
  content: "\f360";
}

.icon--man-up-front::before {
  content: "\f361";
}

.icon--woman-up-front::before {
  content: "\f362";
}

.icon--measurement::before {
  content: "\f363";
}

.icon--body-back::before {
  content: "\f364";
}

.icon--body-butt::before {
  content: "\f365";
}

.icon--weight-loss::before {
  content: "\f366";
}

.icon--phone-heart::before {
  content: "\f367";
}

.icon--watch-heart::before {
  content: "\f368";
}

.icon--equestrian-helmet::before {
  content: "\f369";
}

.icon--sports-bra::before {
  content: "\f36a";
}

.icon--resistance-band::before {
  content: "\f36b";
}

.icon--mat::before {
  content: "\f36c";
}

.icon--users-wm::before {
  content: "\f36d";
}

.icon--users-mm::before {
  content: "\f36e";
}

.icon--users-ww::before {
  content: "\f36f";
}

.icon--referee::before {
  content: "\f370";
}

.icon--personal-trainer::before {
  content: "\f371";
}

.icon--presentation::before {
  content: "\f372";
}

.icon--gym-class::before {
  content: "\f373";
}

.icon--hockey::before {
  content: "\f374";
}

.icon--tennis::before {
  content: "\f375";
}

.icon--check-double::before {
  content: "\f376";
}

.icon--check-single::before {
  content: "\f377";
}

.icon--progress-indicator::before {
  content: "\f378";
}

.icon--video-gallery::before {
  content: "\f379";
}

.icon--geometry::before {
  content: "\f37a";
}

.icon--apps::before {
  content: "\f37b";
}

.icon--a-tag::before {
  content: "\f37c";
}

.icon--a-tag-add::before {
  content: "\f37d";
}

.icon--a-tag-remove::before {
  content: "\f37e";
}

.icon--questionnaire::before {
  content: "\f37f";
}

.icon--check-list::before {
  content: "\f380";
}

.icon--survey::before {
  content: "\f381";
}

.icon--app-store::before {
  content: "\f382";
}

.icon--saved-items::before {
  content: "\f383";
}

.icon--fav-list::before {
  content: "\f384";
}

.icon--save-to-list::before {
  content: "\f385";
}

.icon--star-rate::before {
  content: "\f386";
}

.icon--bookmarks::before {
  content: "\f387";
}

.icon--feedback::before {
  content: "\f388";
}

.icon--park::before {
  content: "\f389";
}

.icon--playground::before {
  content: "\f38a";
}

.icon--crossroad::before {
  content: "\f38b";
}

.icon--blueprint::before {
  content: "\f38c";
}

.icon--real-estate::before {
  content: "\f38d";
}

.icon--house-search-engine::before {
  content: "\f38e";
}

.icon--fav-property::before {
  content: "\f38f";
}

.icon--new-construction::before {
  content: "\f390";
}

.icon--apartment::before {
  content: "\f391";
}

.icon--detached-property::before {
  content: "\f392";
}

.icon--land::before {
  content: "\f393";
}

.icon--storage-unit::before {
  content: "\f394";
}

.icon--property-for-sale::before {
  content: "\f395";
}

.icon--property-to-rent::before {
  content: "\f396";
}

.icon--property-sold::before {
  content: "\f397";
}

.icon--house-property::before {
  content: "\f398";
}

.icon--lift::before {
  content: "\f399";
}

.icon--property-app::before {
  content: "\f39a";
}

.icon--property-agreement::before {
  content: "\f39b";
}

.icon--bedroom::before {
  content: "\f39c";
}

.icon--search-property::before {
  content: "\f39d";
}

.icon--fence::before {
  content: "\f39e";
}

.icon--construction-sign::before {
  content: "\f39f";
}

.icon--furnished-property::before {
  content: "\f3a0";
}

.icon--house-pricing::before {
  content: "\f3a1";
}

.icon--property-location::before {
  content: "\f3a2";
}

.icon--crane::before {
  content: "\f3a3";
}

.icon--stairs::before {
  content: "\f3a4";
}

.icon--floors::before {
  content: "\f3a5";
}

.icon--concierge::before {
  content: "\f3a6";
}

.icon--cyborg::before {
  content: "\f3a7";
}

.icon--artificial-intelligence::before {
  content: "\f3a8";
}

.icon--ai::before {
  content: "\f3a9";
}

.icon--artificial-brain::before {
  content: "\f3aa";
}

.icon--pattern-recognition::before {
  content: "\f3ab";
}

.icon--content-delivery::before {
  content: "\f3ac";
}

.icon--robotic-arm::before {
  content: "\f3ad";
}

.icon--eye-recognition::before {
  content: "\f3ae";
}

.icon--electronic-circuit::before {
  content: "\f3af";
}

.icon--machine-learning::before {
  content: "\f3b0";
}

.icon--mobile-chat::before {
  content: "\f3b1";
}

.icon--decision-process::before {
  content: "\f3b2";
}

.icon--drone::before {
  content: "\f3b3";
}

.icon--drone-2::before {
  content: "\f3b4";
}

.icon--virtual-assistant::before {
  content: "\f3b5";
}

.icon--priority-lowest::before {
  content: "\f3b6";
}

.icon--priority-low::before {
  content: "\f3b7";
}

.icon--priority-normal::before {
  content: "\f3b8";
}

.icon--priority-high::before {
  content: "\f3b9";
}

.icon--priority-highest::before {
  content: "\f3ba";
}

.icon--send-to-phone::before {
  content: "\f3bb";
}

.icon--phone-charging-3::before {
  content: "\f3bc";
}

.icon--wireless-charging::before {
  content: "\f3bd";
}

.icon--server::before {
  content: "\f3be";
}

.icon--app-services::before {
  content: "\f3bf";
}

.icon--automated-logistics::before {
  content: "\f3c0";
}

.icon--messaging::before {
  content: "\f3c1";
}

.icon--3d-printing::before {
  content: "\f3c2";
}

.icon--voice-recognition::before {
  content: "\f3c3";
}

.icon--translation::before {
  content: "\f3c4";
}

.icon--smart-house::before {
  content: "\f3c5";
}

.icon--tablet-charging::before {
  content: "\f3c6";
}

.icon--phone-camera-back::before {
  content: "\f3c7";
}

.icon--face-recognition::before {
  content: "\f3c8";
}

.icon--live-streaming::before {
  content: "\f3c9";
}

.icon--virtual-environment::before {
  content: "\f3ca";
}

.icon--three-dimensional-world::before {
  content: "\f3cb";
}

.icon--virtual-reality::before {
  content: "\f3cc";
}

.icon--three-dimensional-object::before {
  content: "\f3cd";
}

.icon--augmented-reality::before {
  content: "\f3ce";
}

.icon--content-360deg::before {
  content: "\f3cf";
}

.icon--vr-headset::before {
  content: "\f3d0";
}

.icon--vr-controller::before {
  content: "\f3d1";
}

.icon--ram-2::before {
  content: "\f3d2";
}

.icon--cpu::before {
  content: "\f3d3";
}

.icon--ssd::before {
  content: "\f3d4";
}

.icon--traffic::before {
  content: "\f3d5";
}

.icon--finger-snap::before {
  content: "\f3d6";
}

.icon--broken-heart::before {
  content: "\f3d7";
}

.icon--privacy::before {
  content: "\f3d8";
}

.icon--closed-captioning::before {
  content: "\f3d9";
}

.icon--wheelchair-ramp::before {
  content: "\f3da";
}

.icon--braille::before {
  content: "\f3db";
}

.icon--accessibility-lift::before {
  content: "\f3dc";
}

.icon--blindness::before {
  content: "\f3dd";
}

.icon--dog-leash::before {
  content: "\f3de";
}

.icon--low-vision::before {
  content: "\f3df";
}

.icon--walking-aid::before {
  content: "\f3e0";
}

.icon--privacy-settings::before {
  content: "\f3e1";
}

.icon--deaf::before {
  content: "\f3e2";
}

.icon--walking-support::before {
  content: "\f3e3";
}

.icon--tty::before {
  content: "\f3e4";
}

.icon--escalator::before {
  content: "\f3e5";
}

.icon--audio-description::before {
  content: "\f3e6";
}

.icon--sign-language::before {
  content: "\f3e7";
}

.icon--screen-reader::before {
  content: "\f3e8";
}

.icon--browse::before {
  content: "\f3e9";
}

.icon--media-stream::before {
  content: "\f3ea";
}

.icon--earbuds::before {
  content: "\f3eb";
}

.icon--podcast::before {
  content: "\f3ec";
}

.icon--interview::before {
  content: "\f3ed";
}

.icon--podcast-mic::before {
  content: "\f3ee";
}

.icon--video-playlist::before {
  content: "\f3ef";
}

.icon--music-playlist::before {
  content: "\f3f0";
}

.icon--frame-effect::before {
  content: "\f3f1";
}

.icon--edit-levels::before {
  content: "\f3f2";
}

.icon--grain-effect::before {
  content: "\f3f3";
}

.icon--pc-play-media::before {
  content: "\f3f4";
}

.icon--edit-brightness::before {
  content: "\f3f5";
}

.icon--edit-curves::before {
  content: "\f3f6";
}

.icon--vibrance::before {
  content: "\f3f7";
}

.icon--raw-image::before {
  content: "\f3f8";
}

.icon--alpha-order::before {
  content: "\f3f9";
}

.icon--audio-jack::before {
  content: "\f3fa";
}

.icon--soundwave::before {
  content: "\f3fb";
}

.icon--sticker::before {
  content: "\f3fc";
}

.icon--phone-music::before {
  content: "\f3fd";
}

.icon--selfie-2::before {
  content: "\f3fe";
}

.icon--saxophone::before {
  content: "\f3ff";
}

.icon--violin::before {
  content: "\f400";
}

.icon--piano-2::before {
  content: "\f401";
}

.icon--trumpet::before {
  content: "\f402";
}

.icon--drums::before {
  content: "\f403";
}

.icon--digital-piano::before {
  content: "\f404";
}

.icon--clarinet::before {
  content: "\f405";
}

.icon--adaptive-bike::before {
  content: "\f406";
}

.icon--incognito::before {
  content: "\f407";
}

.icon--fireworks::before {
  content: "\f408";
}

.icon--theater::before {
  content: "\f409";
}

.icon--cinema::before {
  content: "\f40a";
}

.icon--playing-cards::before {
  content: "\f40b";
}

.icon--show::before {
  content: "\f40c";
}

.icon--board-game::before {
  content: "\f40d";
}

.icon--projector::before {
  content: "\f40e";
}

.icon--exhibition::before {
  content: "\f40f";
}

.icon--handheld-console::before {
  content: "\f410";
}

.icon--virtual-assistant-2::before {
  content: "\f411";
}

.icon--arcade::before {
  content: "\f412";
}

.icon--chess-knight::before {
  content: "\f413";
}

.icon--adult-content::before {
  content: "\f414";
}

.icon--theater-curtains::before {
  content: "\f415";
}

.icon--antenna::before {
  content: "\f416";
}

.icon--satellite-dish::before {
  content: "\f417";
}

.icon--party::before {
  content: "\f418";
}

.icon--satellite::before {
  content: "\f419";
}

.icon--arrow-tool::before {
  content: "\f41a";
}

.icon--octagon::before {
  content: "\f41b";
}

.icon--o-warning::before {
  content: "\f41c";
}

.icon--octagon-m::before {
  content: "\f41d";
}

.icon--board-2::before {
  content: "\f41e";
}

.icon--note::before {
  content: "\f41f";
}

.icon--roadmap::before {
  content: "\f420";
}

.icon--duplicate::before {
  content: "\f421";
}

.icon--markdown::before {
  content: "\f422";
}

.icon--notification-2::before {
  content: "\f423";
}

.icon--js-console::before {
  content: "\f424";
}

.icon--paragraph-2::before {
  content: "\f425";
}

.icon--shuttle::before {
  content: "\f426";
}

.icon--flight-connection::before {
  content: "\f427";
}

.icon--airport::before {
  content: "\f428";
}

.icon--security-officer::before {
  content: "\f429";
}

.icon--info-point::before {
  content: "\f42a";
}

.icon--security-gate::before {
  content: "\f42b";
}

.icon--flight::before {
  content: "\f42c";
}

.icon--take-off::before {
  content: "\f42d";
}

.icon--landing::before {
  content: "\f42e";
}

.icon--baggage-collection::before {
  content: "\f42f";
}

.icon--baggage-scale::before {
  content: "\f430";
}

.icon--toilette::before {
  content: "\f431";
}

.icon--no-smoking::before {
  content: "\f432";
}

.icon--smoking::before {
  content: "\f433";
}

.icon--currency-exchange-2::before {
  content: "\f434";
}

.icon--data-table::before {
  content: "\f435";
}

.icon--find-baggage::before {
  content: "\f436";
}

.icon--passenger::before {
  content: "\f437";
}

.icon--pilcrow::before {
  content: "\f438";
}

.icon--one::before {
  content: "\f439";
}

.icon--two::before {
  content: "\f43a";
}

.icon--three::before {
  content: "\f43b";
}

.icon--four::before {
  content: "\f43c";
}

.icon--five::before {
  content: "\f43d";
}

.icon--six::before {
  content: "\f43e";
}

.icon--seven::before {
  content: "\f43f";
}

.icon--eight::before {
  content: "\f440";
}

.icon--nine::before {
  content: "\f441";
}

.icon--zero::before {
  content: "\f442";
}

.icon--judaism::before {
  content: "\f443";
}

.icon--taoism::before {
  content: "\f444";
}

.icon--islam::before {
  content: "\f445";
}

.icon--christianity::before {
  content: "\f446";
}

.icon--buddhism::before {
  content: "\f447";
}

.icon--bahai::before {
  content: "\f448";
}

.icon--hinduism::before {
  content: "\f449";
}

.icon--shinto::before {
  content: "\f44a";
}

.icon--druidism::before {
  content: "\f44b";
}

.icon--style::before {
  content: "\f44c";
}

.icon--hazelnut::before {
  content: "\f44d";
}

.icon--pumpkin::before {
  content: "\f44e";
}

.icon--maple-leaf::before {
  content: "\f44f";
}

.icon--cornucopia::before {
  content: "\f450";
}

.icon--pie::before {
  content: "\f451";
}

.icon--pilgrim-hat::before {
  content: "\f452";
}

.icon--roast-turkey::before {
  content: "\f453";
}

.icon--save-for-later::before {
  content: "\f454";
}

.icon--delete-forever::before {
  content: "\f455";
}

.icon--calendar-day-view::before {
  content: "\f456";
}

.icon--online-banking::before {
  content: "\f457";
}

.icon--payor::before {
  content: "\f458";
}

.icon--mobile-banking::before {
  content: "\f459";
}

.icon--refund::before {
  content: "\f45a";
}

.icon--plug-2::before {
  content: "\f45b";
}

.icon--rate-down::before {
  content: "\f45c";
}

.icon--rate-up::before {
  content: "\f45d";
}

.icon--api::before {
  content: "\f45e";
}

.icon--bank-statement::before {
  content: "\f45f";
}

.icon--joint-account::before {
  content: "\f460";
}

.icon--loan::before {
  content: "\f461";
}

.icon--money-transfer::before {
  content: "\f462";
}

.icon--mortgage::before {
  content: "\f463";
}

.icon--contactless-card::before {
  content: "\f464";
}

.icon--contactless::before {
  content: "\f465";
}

.icon--payee::before {
  content: "\f466";
}

.icon--savings::before {
  content: "\f467";
}

.icon--debt::before {
  content: "\f468";
}

.icon--microphone-off::before {
  content: "\f469";
}

.icon--password::before {
  content: "\f46a";
}

.icon--data-settings::before {
  content: "\f46b";
}

.icon--find-replace::before {
  content: "\f46c";
}

.icon--screen-sharing-2::before {
  content: "\f46d";
}

.icon--screen-sharing-off-2::before {
  content: "\f46e";
}

.icon--verified::before {
  content: "\f46f";
}

.icon--backup::before {
  content: "\f470";
}

.icon--conference-room::before {
  content: "\f471";
}

.icon--video-off::before {
  content: "\f472";
}

.icon--positive-judgement::before {
  content: "\f473";
}

.icon--negative-judgement::before {
  content: "\f474";
}

.icon--increase-font-size::before {
  content: "\f475";
}

.icon--decrease-font-size::before {
  content: "\f476";
}

.icon--gold-coin::before {
  content: "\f477";
}

.icon--sword::before {
  content: "\f478";
}

.icon--jewel::before {
  content: "\f479";
}

.icon--shield::before {
  content: "\f47a";
}

.icon--armor::before {
  content: "\f47b";
}

.icon--pacman::before {
  content: "\f47c";
}

.icon--telescope::before {
  content: "\f47d";
}

.icon--final-score::before {
  content: "\f47e";
}

.icon--potion::before {
  content: "\f47f";
}

.icon--mario-mushroom::before {
  content: "\f480";
}

.icon--gaming-console::before {
  content: "\f481";
}

.icon--reading::before {
  content: "\f482";
}

.icon--browser-edge::before {
  content: "\f483";
}

.icon--letter-a::before {
  content: "\f484";
}

.icon--letter-b::before {
  content: "\f485";
}

.icon--letter-c::before {
  content: "\f486";
}

.icon--letter-d::before {
  content: "\f487";
}

.icon--letter-e::before {
  content: "\f488";
}

.icon--letter-f::before {
  content: "\f489";
}

.icon--letter-g::before {
  content: "\f48a";
}

.icon--letter-h::before {
  content: "\f48b";
}

.icon--letter-i::before {
  content: "\f48c";
}

.icon--letter-j::before {
  content: "\f48d";
}

.icon--letter-k::before {
  content: "\f48e";
}

.icon--letter-l::before {
  content: "\f48f";
}

.icon--letter-m::before {
  content: "\f490";
}

.icon--letter-n::before {
  content: "\f491";
}

.icon--letter-o::before {
  content: "\f492";
}

.icon--letter-p::before {
  content: "\f493";
}

.icon--letter-q::before {
  content: "\f494";
}

.icon--stay-home::before {
  content: "\f495";
}

.icon--no-contact::before {
  content: "\f496";
}

.icon--social-distancing::before {
  content: "\f497";
}

.icon--virus::before {
  content: "\f498";
}

.icon--thermometer::before {
  content: "\f499";
}

.icon--hospital-bed::before {
  content: "\f49a";
}

.icon--disinfectant::before {
  content: "\f49b";
}

.icon--medical-mask::before {
  content: "\f49c";
}

.icon--infrared-thermometer::before {
  content: "\f49d";
}

.icon--wash-hands::before {
  content: "\f49e";
}

.icon--sneeze::before {
  content: "\f49f";
}

.icon--gathering-restructions::before {
  content: "\f4a0";
}

.icon--runny-nose::before {
  content: "\f4a1";
}

.icon--doctor::before {
  content: "\f4a2";
}

.icon--call-doctor::before {
  content: "\f4a3";
}

.icon--medication::before {
  content: "\f4a4";
}

.icon--lungs-infection::before {
  content: "\f4a5";
}

.icon--coughing::before {
  content: "\f4a6";
}

.icon--dont-touch-eyes::before {
  content: "\f4a7";
}

.icon--dont-touch-mouth::before {
  content: "\f4a8";
}

.icon--letter-r::before {
  content: "\f4a9";
}

.icon--letter-s::before {
  content: "\f4aa";
}

.icon--letter-u::before {
  content: "\f4ab";
}

.icon--letter-v::before {
  content: "\f4ac";
}

.icon--letter-w::before {
  content: "\f4ad";
}

.icon--letter-x::before {
  content: "\f4ae";
}

.icon--letter-y::before {
  content: "\f4af";
}

.icon--letter-z::before {
  content: "\f4b0";
}

.icon--at-sign-2::before {
  content: "\f4b1";
}

.icon--ampersand::before {
  content: "\f4b2";
}

.icon--hash-mark::before {
  content: "\f4b3";
}

.icon--letter-t::before {
  content: "\f4b4";
}

.icon--copyright::before {
  content: "\f4b5";
}

.icon--creative-commons::before {
  content: "\f4b6";
}

.icon--heading-1::before {
  content: "\f4b7";
}

.icon--heading-2::before {
  content: "\f4b8";
}

.icon--heading-3::before {
  content: "\f4b9";
}

.icon--heading-4::before {
  content: "\f4ba";
}

.icon--heading-5::before {
  content: "\f4bb";
}

.icon--heading-6::before {
  content: "\f4bc";
}

.icon--license-key::before {
  content: "\f4bd";
}

.icon--elephant::before {
  content: "\f4be";
}

.icon--horse-2::before {
  content: "\f4bf";
}

.icon--love-message::before {
  content: "\f4c0";
}

.icon--hand-heart::before {
  content: "\f4c1";
}

.icon--hands-heart::before {
  content: "\f4c2";
}

.icon--heart-lock::before {
  content: "\f4c3";
}

.icon--heart-balloons::before {
  content: "\f4c4";
}

.icon--wedding-ring::before {
  content: "\f4c5";
}

.icon--wedding-rings::before {
  content: "\f4c6";
}

.icon--json-logo::before {
  content: "\f4c7";
}

.icon--honeymoon::before {
  content: "\f4c8";
}

.icon--groom::before {
  content: "\f4c9";
}

.icon--bride::before {
  content: "\f4ca";
}

.icon--toast::before {
  content: "\f4cb";
}

.icon--love::before {
  content: "\f4cc";
}

.icon--save-the-date::before {
  content: "\f4cd";
}

.icon--flower-rose::before {
  content: "\f4ce";
}

.icon--wedding-cake::before {
  content: "\f4cf";
}

.icon--love-car::before {
  content: "\f4d0";
}

.icon--love-camera::before {
  content: "\f4d1";
}

.icon--wedding-arch::before {
  content: "\f4d2";
}

.icon--love-card::before {
  content: "\f4d3";
}

.icon--love-movie::before {
  content: "\f4d4";
}

.icon--love-heart-pin::before {
  content: "\f4d5";
}

.icon--romantic-dinner::before {
  content: "\f4d6";
}

.icon--romantic-restaurant::before {
  content: "\f4d7";
}

.icon--offline::before {
  content: "\f4d8";
}

.icon--bouquet::before {
  content: "\f4d9";
}

.icon--love-song::before {
  content: "\f4da";
}

