@charset "UTF-8";
body,
html {
  max-width: 100%;
  overflow-x: hidden;
}

abbr[title],
acronym[title] {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
li,
p {
  color: #544e5f;
  font-weight: normal;
}

h1 {
  font-family: "proximanova-semibold";
}

h2 {
  font-family: "proximanova-regular";
}

h3,
h4 {
  font-family: "proximanova-semibold";
}

p,
li {
  font-family: "proximanova-regular";
  line-height: 1.8;
}

* {
  box-sizing: border-box;
}

a {
  color: #06a99c;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

.skeleton {
  min-height: 800px;
}

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

Nucleo Glyph Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'Nucleo Glyph';
  src: url("/fonts/nucleo/glyph/nucleo-glyph.eot");
  src: url("/fonts/nucleo/glyph/nucleo-glyph.eot") format("embedded-opentype"), url("/fonts/nucleo/glyph/nucleo-glyph.woff2") format("woff2"), url("/fonts/nucleo/glyph/nucleo-glyph.woff") format("woff"), url("/fonts/nucleo/glyph/nucleo-glyph.ttf") format("truetype"), url("/fonts/nucleo/glyph/nucleo-glyph.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/
.nc-icon-glyph {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Glyph";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
.nc-icon-glyph.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}

.nc-icon-glyph.x2 {
  font-size: 2em;
}

.nc-icon-glyph.x3 {
  font-size: 3em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-glyph.square,
.nc-icon-glyph.circle {
  padding: 0.3333333333em;
  vertical-align: -16%;
  background-color: #eee;
}

.nc-icon-glyph.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.nc-icon-ul > li {
  position: relative;
}

.nc-icon-ul > li > .nc-icon-glyph {
  position: absolute;
  left: -1.5714285714em;
  top: 0.1428571429em;
  text-align: center;
}

.nc-icon-ul > li > .nc-icon-glyph.lg {
  top: 0;
  left: -1.3571428571em;
}

.nc-icon-ul > li > .nc-icon-glyph.circle, .nc-icon-ul > li > .nc-icon-glyph.square {
  top: -0.1904761905em;
  left: -1.9047619048em;
}

/*------------------------
  spinning icons
-------------------------*/
.nc-icon-glyph.spin {
  animation: nc-icon-spin 2s infinite linear;
}

@keyframes nc-icon-spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-glyph.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nc-icon-glyph.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nc-icon-glyph.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nc-icon-glyph.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nc-icon-glyph.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
	font icons
-------------------------*/
.nc-icon-glyph.files-2_ai-illustrator:before {
  content: "\e96f";
}

.nc-icon-glyph.files-2_avi:before {
  content: "\e970";
}

.nc-icon-glyph.files-2_css:before {
  content: "\e971";
}

.nc-icon-glyph.files-2_csv:before {
  content: "\e972";
}

.nc-icon-glyph.files-2_doc:before {
  content: "\e973";
}

.nc-icon-glyph.files-2_docx:before {
  content: "\e974";
}

.nc-icon-glyph.files-2_epub:before {
  content: "\e975";
}

.nc-icon-glyph.files-2_exe:before {
  content: "\e976";
}

.nc-icon-glyph.files-2_font:before {
  content: "\e977";
}

.nc-icon-glyph.files-2_gif:before {
  content: "\e978";
}

.nc-icon-glyph.files-2_html:before {
  content: "\e979";
}

.nc-icon-glyph.files-2_jpg-jpeg:before {
  content: "\e97a";
}

.nc-icon-glyph.files-2_js-javascript-jquery:before {
  content: "\e97b";
}

.nc-icon-glyph.files-3_mov:before {
  content: "\e97c";
}

.nc-icon-glyph.files-3_mp3:before {
  content: "\e97d";
}

.nc-icon-glyph.files-3_mp4:before {
  content: "\e97e";
}

.nc-icon-glyph.files-3_pdf:before {
  content: "\e97f";
}

.nc-icon-glyph.files-3_png:before {
  content: "\e980";
}

.nc-icon-glyph.files-3_psd-photoshop:before {
  content: "\e981";
}

.nc-icon-glyph.files-3_rar:before {
  content: "\e982";
}

.nc-icon-glyph.files-3_sketch:before {
  content: "\e983";
}

.nc-icon-glyph.files-3_svg:before {
  content: "\e984";
}

.nc-icon-glyph.files-3_txt:before {
  content: "\e985";
}

.nc-icon-glyph.files-3_wav:before {
  content: "\e986";
}

.nc-icon-glyph.files-3_zip:before {
  content: "\e987";
}

.nc-icon-glyph.design_album:before {
  content: "\e988";
}

.nc-icon-glyph.design_align-bottom:before {
  content: "\e989";
}

.nc-icon-glyph.design_align-center-horizontal:before {
  content: "\e98a";
}

.nc-icon-glyph.design_align-center-vertical:before {
  content: "\e98b";
}

.nc-icon-glyph.design_align-left:before {
  content: "\e98c";
}

.nc-icon-glyph.design_align-right:before {
  content: "\e98d";
}

.nc-icon-glyph.design_align-top:before {
  content: "\e98e";
}

.nc-icon-glyph.design_app:before {
  content: "\e98f";
}

.nc-icon-glyph.design_artboard:before {
  content: "\e990";
}

.nc-icon-glyph.design_blend:before {
  content: "\e991";
}

.nc-icon-glyph.design_book-bookmark:before {
  content: "\e992";
}

.nc-icon-glyph.design_book-open:before {
  content: "\e993";
}

.nc-icon-glyph.design_brush:before {
  content: "\e994";
}

.nc-icon-glyph.design_bug:before {
  content: "\e995";
}

.nc-icon-glyph.design_bullet-list-67:before {
  content: "\e996";
}

.nc-icon-glyph.design_bullet-list-68:before {
  content: "\e997";
}

.nc-icon-glyph.design_bullet-list-69:before {
  content: "\e998";
}

.nc-icon-glyph.design_bullet-list-70:before {
  content: "\e999";
}

.nc-icon-glyph.design_clone:before {
  content: "\e99a";
}

.nc-icon-glyph.design_code-editor:before {
  content: "\e99b";
}

.nc-icon-glyph.design_code:before {
  content: "\e99c";
}

.nc-icon-glyph.design_collection:before {
  content: "\e99d";
}

.nc-icon-glyph.design_command:before {
  content: "\e99e";
}

.nc-icon-glyph.design_compass:before {
  content: "\e99f";
}

.nc-icon-glyph.design_contrast:before {
  content: "\e9a0";
}

.nc-icon-glyph.design_copy:before {
  content: "\e9a1";
}

.nc-icon-glyph.design_crop:before {
  content: "\e9a2";
}

.nc-icon-glyph.design_cursor-48:before {
  content: "\e9a3";
}

.nc-icon-glyph.design_cursor-49:before {
  content: "\e9a4";
}

.nc-icon-glyph.design_design-dev:before {
  content: "\e9a5";
}

.nc-icon-glyph.design_design:before {
  content: "\e9a6";
}

.nc-icon-glyph.design_distribute-horizontal:before {
  content: "\e9a7";
}

.nc-icon-glyph.design_distribute-vertical:before {
  content: "\e9a8";
}

.nc-icon-glyph.design_drag:before {
  content: "\e9a9";
}

.nc-icon-glyph.design_eraser-32:before {
  content: "\e9aa";
}

.nc-icon-glyph.design_eraser-33:before {
  content: "\e9ab";
}

.nc-icon-glyph.design_eraser-46:before {
  content: "\e9ac";
}

.nc-icon-glyph.design_flip-horizontal:before {
  content: "\e9ad";
}

.nc-icon-glyph.design_flip-vertical:before {
  content: "\e9ae";
}

.nc-icon-glyph.design_image:before {
  content: "\e9af";
}

.nc-icon-glyph.design_magnet:before {
  content: "\e9b0";
}

.nc-icon-glyph.design_marker:before {
  content: "\e9b1";
}

.nc-icon-glyph.design_measure-02:before {
  content: "\e9b2";
}

.nc-icon-glyph.design_measure-17:before {
  content: "\e9b3";
}

.nc-icon-glyph.design_measure-big:before {
  content: "\e9b4";
}

.nc-icon-glyph.design_mobile-design:before {
  content: "\e9b5";
}

.nc-icon-glyph.design_mobile-dev:before {
  content: "\e9b6";
}

.nc-icon-glyph.design_mouse-08:before {
  content: "\e9b7";
}

.nc-icon-glyph.design_mouse-09:before {
  content: "\e9b8";
}

.nc-icon-glyph.design_mouse-10:before {
  content: "\e9b9";
}

.nc-icon-glyph.design_newsletter-dev:before {
  content: "\e9ba";
}

.nc-icon-glyph.design_note-code:before {
  content: "\e9bb";
}

.nc-icon-glyph.design_paint-16:before {
  content: "\e9bc";
}

.nc-icon-glyph.design_paint-37:before {
  content: "\e9bd";
}

.nc-icon-glyph.design_paint-38:before {
  content: "\e9be";
}

.nc-icon-glyph.design_paint-bucket-39:before {
  content: "\e9bf";
}

.nc-icon-glyph.design_paint-bucket-40:before {
  content: "\e9c0";
}

.nc-icon-glyph.design_palette:before {
  content: "\e9c1";
}

.nc-icon-glyph.design_pantone:before {
  content: "\e9c2";
}

.nc-icon-glyph.design_paper-design:before {
  content: "\e9c3";
}

.nc-icon-glyph.design_paper-dev:before {
  content: "\e9c4";
}

.nc-icon-glyph.design_patch-19:before {
  content: "\e9c5";
}

.nc-icon-glyph.design_patch-34:before {
  content: "\e9c6";
}

.nc-icon-glyph.design_path-exclude:before {
  content: "\e9c7";
}

.nc-icon-glyph.design_path-intersect:before {
  content: "\e9c8";
}

.nc-icon-glyph.design_path-minus:before {
  content: "\e9c9";
}

.nc-icon-glyph.design_path-unite:before {
  content: "\e9ca";
}

.nc-icon-glyph.design_pen-01:before {
  content: "\e9cb";
}

.nc-icon-glyph.design_pen-23:before {
  content: "\e9cc";
}

.nc-icon-glyph.design_pen-tool:before {
  content: "\e9cd";
}

.nc-icon-glyph.design_phone:before {
  content: "\e9ce";
}

.nc-icon-glyph.design_photo-editor:before {
  content: "\e9cf";
}

.nc-icon-glyph.design_responsive:before {
  content: "\e9d0";
}

.nc-icon-glyph.design_scissors-dashed:before {
  content: "\e9d1";
}

.nc-icon-glyph.design_scissors:before {
  content: "\ee1e";
}

.nc-icon-glyph.design_shape-adjust:before {
  content: "\ee1f";
}

.nc-icon-glyph.design_shape-circle:before {
  content: "\ee20";
}

.nc-icon-glyph.design_shape-polygon:before {
  content: "\ee21";
}

.nc-icon-glyph.design_shape-square:before {
  content: "\ee22";
}

.nc-icon-glyph.design_shape-triangle:before {
  content: "\ee23";
}

.nc-icon-glyph.design_shapes:before {
  content: "\ee24";
}

.nc-icon-glyph.design_sharpener:before {
  content: "\ee25";
}

.nc-icon-glyph.design_slice:before {
  content: "\ee26";
}

.nc-icon-glyph.design_spray:before {
  content: "\ee27";
}

.nc-icon-glyph.design_stamp:before {
  content: "\ee28";
}

.nc-icon-glyph.design_tablet-mobile:before {
  content: "\ee29";
}

.nc-icon-glyph.design_tablet:before {
  content: "\ee2a";
}

.nc-icon-glyph.design_text:before {
  content: "\ee2b";
}

.nc-icon-glyph.design_todo:before {
  content: "\ee2c";
}

.nc-icon-glyph.design_usb:before {
  content: "\ee2d";
}

.nc-icon-glyph.design_vector:before {
  content: "\ee2e";
}

.nc-icon-glyph.design_wand-11:before {
  content: "\ee2f";
}

.nc-icon-glyph.design_wand-99:before {
  content: "\ee30";
}

.nc-icon-glyph.design_watch-dev:before {
  content: "\ee31";
}

.nc-icon-glyph.design_web-design:before {
  content: "\ee32";
}

.nc-icon-glyph.design_webpage:before {
  content: "\ee33";
}

.nc-icon-glyph.design_window-code:before {
  content: "\ee34";
}

.nc-icon-glyph.design_window-dev:before {
  content: "\ee35";
}

.nc-icon-glyph.design_window-paragraph:before {
  content: "\ee36";
}

.nc-icon-glyph.design_window-responsive:before {
  content: "\ee37";
}

.nc-icon-glyph.design-2_3d-28:before {
  content: "\ee38";
}

.nc-icon-glyph.design-2_3d-29:before {
  content: "\ee39";
}

.nc-icon-glyph.design-2_android:before {
  content: "\ee3a";
}

.nc-icon-glyph.design-2_angle:before {
  content: "\ee3b";
}

.nc-icon-glyph.design-2_animation-14:before {
  content: "\ee3c";
}

.nc-icon-glyph.design-2_animation-31:before {
  content: "\ee3d";
}

.nc-icon-glyph.design-2_animation-32:before {
  content: "\ee3e";
}

.nc-icon-glyph.design-2_apple:before {
  content: "\ee3f";
}

.nc-icon-glyph.design-2_browser-chrome:before {
  content: "\ee40";
}

.nc-icon-glyph.design-2_browser-edge:before {
  content: "\ee41";
}

.nc-icon-glyph.design-2_browser-firefox:before {
  content: "\ee42";
}

.nc-icon-glyph.design-2_browser-ie:before {
  content: "\ee43";
}

.nc-icon-glyph.design-2_browser-opera:before {
  content: "\ee44";
}

.nc-icon-glyph.design-2_browser-safari:before {
  content: "\ee45";
}

.nc-icon-glyph.design-2_bucket:before {
  content: "\ee46";
}

.nc-icon-glyph.design-2_button:before {
  content: "\ee47";
}

.nc-icon-glyph.design-2_canvas:before {
  content: "\ee48";
}

.nc-icon-glyph.design-2_css3:before {
  content: "\ee49";
}

.nc-icon-glyph.design-2_cursor-add:before {
  content: "\ee4a";
}

.nc-icon-glyph.design-2_cursor-grab:before {
  content: "\ee4b";
}

.nc-icon-glyph.design-2_cursor-load:before {
  content: "\ee4c";
}

.nc-icon-glyph.design-2_cursor-menu:before {
  content: "\ee4d";
}

.nc-icon-glyph.design-2_cursor-not-allowed:before {
  content: "\ee4e";
}

.nc-icon-glyph.design-2_cursor-pointer:before {
  content: "\ee4f";
}

.nc-icon-glyph.design-2_cursor-text:before {
  content: "\ee50";
}

.nc-icon-glyph.design-2_divider:before {
  content: "\ee51";
}

.nc-icon-glyph.design-2_filter-organization:before {
  content: "\ee52";
}

.nc-icon-glyph.design-2_form:before {
  content: "\ee53";
}

.nc-icon-glyph.design-2_frame:before {
  content: "\ee54";
}

.nc-icon-glyph.design-2_group:before {
  content: "\ee55";
}

.nc-icon-glyph.design-2_html5:before {
  content: "\ee56";
}

.nc-icon-glyph.design-2_image:before {
  content: "\ee57";
}

.nc-icon-glyph.design-2_layers:before {
  content: "\ee58";
}

.nc-icon-glyph.design-2_layout-11:before {
  content: "\ee59";
}

.nc-icon-glyph.design-2_layout-25:before {
  content: "\ee5a";
}

.nc-icon-glyph.design-2_microsoft:before {
  content: "\ee5b";
}

.nc-icon-glyph.design-2_mirror:before {
  content: "\ee5c";
}

.nc-icon-glyph.design-2_move-down:before {
  content: "\ee5d";
}

.nc-icon-glyph.design-2_move-up:before {
  content: "\ee5e";
}

.nc-icon-glyph.design-2_paint-brush:before {
  content: "\ee5f";
}

.nc-icon-glyph.design-2_ruler-pencil:before {
  content: "\ee60";
}

.nc-icon-glyph.design-2_scale-down:before {
  content: "\ee61";
}

.nc-icon-glyph.design-2_scale-up:before {
  content: "\ee62";
}

.nc-icon-glyph.design-2_scale:before {
  content: "\ee63";
}

.nc-icon-glyph.design-2_selection:before {
  content: "\ee64";
}

.nc-icon-glyph.design-2_slider:before {
  content: "\ee65";
}

.nc-icon-glyph.design-2_text:before {
  content: "\ee66";
}

.nc-icon-glyph.design-2_transform-origin:before {
  content: "\ee67";
}

.nc-icon-glyph.design-2_transform:before {
  content: "\ee68";
}

.nc-icon-glyph.design-2_ungroup:before {
  content: "\ee69";
}

.nc-icon-glyph.loader_circle-04:before {
  content: "\ee1a";
}

.nc-icon-glyph.loader_dots-06:before {
  content: "\ee1b";
}

.nc-icon-glyph.loader_gear:before {
  content: "\ee1c";
}

.nc-icon-glyph.loader_refresh:before {
  content: "\ee1d";
}

.nc-icon-glyph.ui-1_analytics-88:before {
  content: "\ed29";
}

.nc-icon-glyph.ui-1_analytics-89:before {
  content: "\ed2a";
}

.nc-icon-glyph.ui-1_attach-86:before {
  content: "\ed2b";
}

.nc-icon-glyph.ui-1_attach-87:before {
  content: "\ed2c";
}

.nc-icon-glyph.ui-1_bell-53:before {
  content: "\ed2d";
}

.nc-icon-glyph.ui-1_bell-54:before {
  content: "\ed2e";
}

.nc-icon-glyph.ui-1_bell-55:before {
  content: "\ed2f";
}

.nc-icon-glyph.ui-1_bold-add:before {
  content: "\ed30";
}

.nc-icon-glyph.ui-1_bold-delete:before {
  content: "\ed31";
}

.nc-icon-glyph.ui-1_bold-remove:before {
  content: "\ed32";
}

.nc-icon-glyph.ui-1_bookmark-add:before {
  content: "\ed33";
}

.nc-icon-glyph.ui-1_bookmark-remove:before {
  content: "\ed34";
}

.nc-icon-glyph.ui-1_calendar-57:before {
  content: "\ed35";
}

.nc-icon-glyph.ui-1_calendar-60:before {
  content: "\ed36";
}

.nc-icon-glyph.ui-1_calendar-check-59:before {
  content: "\ed37";
}

.nc-icon-glyph.ui-1_calendar-check-62:before {
  content: "\ed38";
}

.nc-icon-glyph.ui-1_calendar-grid-58:before {
  content: "\ed39";
}

.nc-icon-glyph.ui-1_calendar-grid-61:before {
  content: "\ed3a";
}

.nc-icon-glyph.ui-1_check-bold:before {
  content: "\ed3b";
}

.nc-icon-glyph.ui-1_check-circle-07:before {
  content: "\ed3c";
}

.nc-icon-glyph.ui-1_check-circle-08:before {
  content: "\ed3d";
}

.nc-icon-glyph.ui-1_check-curve:before {
  content: "\ed3e";
}

.nc-icon-glyph.ui-1_check-simple:before {
  content: "\ed3f";
}

.nc-icon-glyph.ui-1_check-small:before {
  content: "\ed40";
}

.nc-icon-glyph.ui-1_check-square-09:before {
  content: "\ed41";
}

.nc-icon-glyph.ui-1_check-square-11:before {
  content: "\ed42";
}

.nc-icon-glyph.ui-1_check:before {
  content: "\ed43";
}

.nc-icon-glyph.ui-1_circle-add:before {
  content: "\ed44";
}

.nc-icon-glyph.ui-1_circle-bold-add:before {
  content: "\ed45";
}

.nc-icon-glyph.ui-1_circle-bold-remove:before {
  content: "\ed46";
}

.nc-icon-glyph.ui-1_circle-delete:before {
  content: "\ed47";
}

.nc-icon-glyph.ui-1_circle-remove:before {
  content: "\ed48";
}

.nc-icon-glyph.ui-1_dashboard-29:before {
  content: "\ed49";
}

.nc-icon-glyph.ui-1_dashboard-30:before {
  content: "\ed4a";
}

.nc-icon-glyph.ui-1_dashboard-half:before {
  content: "\ed4b";
}

.nc-icon-glyph.ui-1_dashboard-level:before {
  content: "\ed4c";
}

.nc-icon-glyph.ui-1_database:before {
  content: "\ed4d";
}

.nc-icon-glyph.ui-1_drop:before {
  content: "\ed4e";
}

.nc-icon-glyph.ui-1_edit-71:before {
  content: "\ed4f";
}

.nc-icon-glyph.ui-1_edit-72:before {
  content: "\ed50";
}

.nc-icon-glyph.ui-1_edit-73:before {
  content: "\ed51";
}

.nc-icon-glyph.ui-1_edit-74:before {
  content: "\ed52";
}

.nc-icon-glyph.ui-1_edit-75:before {
  content: "\ed53";
}

.nc-icon-glyph.ui-1_edit-76:before {
  content: "\ed54";
}

.nc-icon-glyph.ui-1_edit-77:before {
  content: "\ed55";
}

.nc-icon-glyph.ui-1_edit-78:before {
  content: "\ed56";
}

.nc-icon-glyph.ui-1_email-83:before {
  content: "\ed57";
}

.nc-icon-glyph.ui-1_email-84:before {
  content: "\ed58";
}

.nc-icon-glyph.ui-1_email-85:before {
  content: "\ed59";
}

.nc-icon-glyph.ui-1_eye-17:before {
  content: "\ed5a";
}

.nc-icon-glyph.ui-1_eye-19:before {
  content: "\ed5b";
}

.nc-icon-glyph.ui-1_eye-ban-18:before {
  content: "\ed5c";
}

.nc-icon-glyph.ui-1_eye-ban-20:before {
  content: "\ed5d";
}

.nc-icon-glyph.ui-1_flame:before {
  content: "\ed5e";
}

.nc-icon-glyph.ui-1_home-51:before {
  content: "\ed5f";
}

.nc-icon-glyph.ui-1_home-52:before {
  content: "\ed60";
}

.nc-icon-glyph.ui-1_home-minimal:before {
  content: "\ed61";
}

.nc-icon-glyph.ui-1_home-simple:before {
  content: "\ed62";
}

.nc-icon-glyph.ui-1_leaf-80:before {
  content: "\ed63";
}

.nc-icon-glyph.ui-1_leaf-81:before {
  content: "\ed64";
}

.nc-icon-glyph.ui-1_leaf-edit:before {
  content: "\ed65";
}

.nc-icon-glyph.ui-1_lock-circle-open:before {
  content: "\ed66";
}

.nc-icon-glyph.ui-1_lock-circle:before {
  content: "\ed67";
}

.nc-icon-glyph.ui-1_lock-open:before {
  content: "\ed68";
}

.nc-icon-glyph.ui-1_lock:before {
  content: "\ed69";
}

.nc-icon-glyph.ui-1_notification-69:before {
  content: "\ed6a";
}

.nc-icon-glyph.ui-1_notification-70:before {
  content: "\ed6b";
}

.nc-icon-glyph.ui-1_pencil:before {
  content: "\ed6c";
}

.nc-icon-glyph.ui-1_preferences-circle-rotate:before {
  content: "\ed6d";
}

.nc-icon-glyph.ui-1_preferences-circle:before {
  content: "\ed6e";
}

.nc-icon-glyph.ui-1_preferences-container-circle-rotate:before {
  content: "\ed6f";
}

.nc-icon-glyph.ui-1_preferences-container-circle:before {
  content: "\ed70";
}

.nc-icon-glyph.ui-1_preferences-container-rotate:before {
  content: "\ed71";
}

.nc-icon-glyph.ui-1_preferences-container:before {
  content: "\ed72";
}

.nc-icon-glyph.ui-1_preferences-rotate:before {
  content: "\ed73";
}

.nc-icon-glyph.ui-1_preferences:before {
  content: "\ed74";
}

.nc-icon-glyph.ui-1_send:before {
  content: "\ed75";
}

.nc-icon-glyph.ui-1_settings-gear-63:before {
  content: "\ed76";
}

.nc-icon-glyph.ui-1_settings-gear-64:before {
  content: "\ed77";
}

.nc-icon-glyph.ui-1_settings-gear-65:before {
  content: "\ed78";
}

.nc-icon-glyph.ui-1_settings-tool-66:before {
  content: "\ed79";
}

.nc-icon-glyph.ui-1_settings-tool-67:before {
  content: "\ed7a";
}

.nc-icon-glyph.ui-1_settings:before {
  content: "\ed7b";
}

.nc-icon-glyph.ui-1_simple-add:before {
  content: "\ed7c";
}

.nc-icon-glyph.ui-1_simple-delete:before {
  content: "\ed7d";
}

.nc-icon-glyph.ui-1_simple-remove:before {
  content: "\ed7e";
}

.nc-icon-glyph.ui-1_trash-round:before {
  content: "\ed7f";
}

.nc-icon-glyph.ui-1_trash-simple:before {
  content: "\ed80";
}

.nc-icon-glyph.ui-1_trash:before {
  content: "\ed81";
}

.nc-icon-glyph.ui-1_ui-03:before {
  content: "\ed82";
}

.nc-icon-glyph.ui-1_ui-04:before {
  content: "\ed83";
}

.nc-icon-glyph.ui-1_zoom-bold-in:before {
  content: "\ed84";
}

.nc-icon-glyph.ui-1_zoom-bold-out:before {
  content: "\ed85";
}

.nc-icon-glyph.ui-1_zoom-bold:before {
  content: "\ed86";
}

.nc-icon-glyph.ui-1_zoom-in:before {
  content: "\ed87";
}

.nc-icon-glyph.ui-1_zoom-out:before {
  content: "\ed88";
}

.nc-icon-glyph.ui-1_zoom-split-in:before {
  content: "\ed89";
}

.nc-icon-glyph.ui-1_zoom-split-out:before {
  content: "\ed8a";
}

.nc-icon-glyph.ui-1_zoom-split:before {
  content: "\ed8b";
}

.nc-icon-glyph.ui-1_zoom:before {
  content: "\ed8c";
}

.nc-icon-glyph.ui-2_alert:before {
  content: "\ed8d";
}

.nc-icon-glyph.ui-2_alert-:before {
  content: "\ed8e";
}

.nc-icon-glyph.ui-2_alert-circle:before {
  content: "\ed8f";
}

.nc-icon-glyph.ui-2_alert-circle-:before {
  content: "\ed90";
}

.nc-icon-glyph.ui-2_alert-circle-i:before {
  content: "\ed91";
}

.nc-icon-glyph.ui-2_alert-i:before {
  content: "\ed92";
}

.nc-icon-glyph.ui-2_alert-square:before {
  content: "\ed93";
}

.nc-icon-glyph.ui-2_alert-square-:before {
  content: "\ed94";
}

.nc-icon-glyph.ui-2_alert-square-i:before {
  content: "\ed95";
}

.nc-icon-glyph.ui-2_archive:before {
  content: "\ed96";
}

.nc-icon-glyph.ui-2_ban-bold:before {
  content: "\ed97";
}

.nc-icon-glyph.ui-2_ban:before {
  content: "\ed98";
}

.nc-icon-glyph.ui-2_battery-81:before {
  content: "\ed99";
}

.nc-icon-glyph.ui-2_battery-83:before {
  content: "\ed9a";
}

.nc-icon-glyph.ui-2_battery-half:before {
  content: "\ed9b";
}

.nc-icon-glyph.ui-2_battery-low:before {
  content: "\ed9c";
}

.nc-icon-glyph.ui-2_bluetooth:before {
  content: "\ed9d";
}

.nc-icon-glyph.ui-2_book:before {
  content: "\ed9e";
}

.nc-icon-glyph.ui-2_chart-bar-52:before {
  content: "\ed9f";
}

.nc-icon-glyph.ui-2_chart-bar-53:before {
  content: "\eda0";
}

.nc-icon-glyph.ui-2_chat-content:before {
  content: "\eda1";
}

.nc-icon-glyph.ui-2_chat-round-content:before {
  content: "\eda2";
}

.nc-icon-glyph.ui-2_chat-round:before {
  content: "\eda3";
}

.nc-icon-glyph.ui-2_chat:before {
  content: "\eda4";
}

.nc-icon-glyph.ui-2_circle-bold-delete:before {
  content: "\eda5";
}

.nc-icon-glyph.ui-2_cloud-25:before {
  content: "\eda6";
}

.nc-icon-glyph.ui-2_cloud-26:before {
  content: "\eda7";
}

.nc-icon-glyph.ui-2_disk:before {
  content: "\eda8";
}

.nc-icon-glyph.ui-2_enlarge-57:before {
  content: "\eda9";
}

.nc-icon-glyph.ui-2_enlarge-58:before {
  content: "\edaa";
}

.nc-icon-glyph.ui-2_enlarge-59:before {
  content: "\edab";
}

.nc-icon-glyph.ui-2_fat-add:before {
  content: "\edac";
}

.nc-icon-glyph.ui-2_fat-delete:before {
  content: "\edad";
}

.nc-icon-glyph.ui-2_fat-remove:before {
  content: "\edae";
}

.nc-icon-glyph.ui-2_favourite-28:before {
  content: "\edaf";
}

.nc-icon-glyph.ui-2_favourite-31:before {
  content: "\edb0";
}

.nc-icon-glyph.ui-2_favourite-add-29:before {
  content: "\edb1";
}

.nc-icon-glyph.ui-2_favourite-add-32:before {
  content: "\edb2";
}

.nc-icon-glyph.ui-2_favourite-remove-30:before {
  content: "\edb3";
}

.nc-icon-glyph.ui-2_favourite-remove-33:before {
  content: "\edb4";
}

.nc-icon-glyph.ui-2_filter:before {
  content: "\edb5";
}

.nc-icon-glyph.ui-2_fullsize:before {
  content: "\edb6";
}

.nc-icon-glyph.ui-2_grid-45:before {
  content: "\edb7";
}

.nc-icon-glyph.ui-2_grid-46:before {
  content: "\edb8";
}

.nc-icon-glyph.ui-2_grid-48:before {
  content: "\edb9";
}

.nc-icon-glyph.ui-2_grid-49:before {
  content: "\edba";
}

.nc-icon-glyph.ui-2_grid-50:before {
  content: "\edbb";
}

.nc-icon-glyph.ui-2_grid-square:before {
  content: "\edbc";
}

.nc-icon-glyph.ui-2_hourglass:before {
  content: "\edbd";
}

.nc-icon-glyph.ui-2_lab:before {
  content: "\edbe";
}

.nc-icon-glyph.ui-2_layers:before {
  content: "\edbf";
}

.nc-icon-glyph.ui-2_like:before {
  content: "\edc0";
}

.nc-icon-glyph.ui-2_link-66:before {
  content: "\edc1";
}

.nc-icon-glyph.ui-2_link-67:before {
  content: "\edc2";
}

.nc-icon-glyph.ui-2_link-68:before {
  content: "\edc3";
}

.nc-icon-glyph.ui-2_link-69:before {
  content: "\edc4";
}

.nc-icon-glyph.ui-2_link-71:before {
  content: "\edc5";
}

.nc-icon-glyph.ui-2_link-72:before {
  content: "\edc6";
}

.nc-icon-glyph.ui-2_link-broken-70:before {
  content: "\edc7";
}

.nc-icon-glyph.ui-2_link-broken-73:before {
  content: "\edc8";
}

.nc-icon-glyph.ui-2_menu-34:before {
  content: "\edc9";
}

.nc-icon-glyph.ui-2_menu-35:before {
  content: "\edca";
}

.nc-icon-glyph.ui-2_menu-bold:before {
  content: "\edcb";
}

.nc-icon-glyph.ui-2_menu-dots:before {
  content: "\edcc";
}

.nc-icon-glyph.ui-2_menu-square:before {
  content: "\edcd";
}

.nc-icon-glyph.ui-2_node:before {
  content: "\edce";
}

.nc-icon-glyph.ui-2_paragraph:before {
  content: "\edcf";
}

.nc-icon-glyph.ui-2_phone:before {
  content: "\edd0";
}

.nc-icon-glyph.ui-2_settings-90:before {
  content: "\edd1";
}

.nc-icon-glyph.ui-2_settings-91:before {
  content: "\edd2";
}

.nc-icon-glyph.ui-2_share-bold:before {
  content: "\edd3";
}

.nc-icon-glyph.ui-2_share:before {
  content: "\edd4";
}

.nc-icon-glyph.ui-2_small-add:before {
  content: "\edd5";
}

.nc-icon-glyph.ui-2_small-delete:before {
  content: "\edd6";
}

.nc-icon-glyph.ui-2_small-remove:before {
  content: "\edd7";
}

.nc-icon-glyph.ui-2_square-add-08:before {
  content: "\edd8";
}

.nc-icon-glyph.ui-2_square-add-11:before {
  content: "\edd9";
}

.nc-icon-glyph.ui-2_square-delete-10:before {
  content: "\edda";
}

.nc-icon-glyph.ui-2_square-delete-13:before {
  content: "\eddb";
}

.nc-icon-glyph.ui-2_square-remove-09:before {
  content: "\eddc";
}

.nc-icon-glyph.ui-2_square-remove-12:before {
  content: "\eddd";
}

.nc-icon-glyph.ui-2_target:before {
  content: "\edde";
}

.nc-icon-glyph.ui-2_tile-55:before {
  content: "\eddf";
}

.nc-icon-glyph.ui-2_tile-56:before {
  content: "\ede0";
}

.nc-icon-glyph.ui-2_time-alarm:before {
  content: "\ede1";
}

.nc-icon-glyph.ui-2_time-clock:before {
  content: "\ede2";
}

.nc-icon-glyph.ui-2_time-countdown:before {
  content: "\ede3";
}

.nc-icon-glyph.ui-2_time:before {
  content: "\ede4";
}

.nc-icon-glyph.ui-2_webpage:before {
  content: "\ede5";
}

.nc-icon-glyph.ui-2_window-add:before {
  content: "\ede6";
}

.nc-icon-glyph.ui-2_window-delete:before {
  content: "\ede7";
}

.nc-icon-glyph.ui-3_alert:before {
  content: "\ede8";
}

.nc-icon-glyph.ui-3_backward:before {
  content: "\ede9";
}

.nc-icon-glyph.ui-3_bolt:before {
  content: "\edea";
}

.nc-icon-glyph.ui-3_bullet-list:before {
  content: "\edeb";
}

.nc-icon-glyph.ui-3_calendar-add:before {
  content: "\edec";
}

.nc-icon-glyph.ui-3_card-add:before {
  content: "\eded";
}

.nc-icon-glyph.ui-3_card-alert:before {
  content: "\edee";
}

.nc-icon-glyph.ui-3_chart-bars:before {
  content: "\edef";
}

.nc-icon-glyph.ui-3_chart:before {
  content: "\edf0";
}

.nc-icon-glyph.ui-3_chat-33:before {
  content: "\edf1";
}

.nc-icon-glyph.ui-3_chat-45:before {
  content: "\edf2";
}

.nc-icon-glyph.ui-3_chat-46:before {
  content: "\edf3";
}

.nc-icon-glyph.ui-3_chat-reply:before {
  content: "\edf4";
}

.nc-icon-glyph.ui-3_check-in:before {
  content: "\edf5";
}

.nc-icon-glyph.ui-3_check-out:before {
  content: "\edf6";
}

.nc-icon-glyph.ui-3_dock-bottom:before {
  content: "\edf7";
}

.nc-icon-glyph.ui-3_dock-left:before {
  content: "\edf8";
}

.nc-icon-glyph.ui-3_dock-right:before {
  content: "\edf9";
}

.nc-icon-glyph.ui-3_dock-top:before {
  content: "\edfa";
}

.nc-icon-glyph.ui-3_filter-check:before {
  content: "\edfb";
}

.nc-icon-glyph.ui-3_filter-remove:before {
  content: "\edfc";
}

.nc-icon-glyph.ui-3_forward:before {
  content: "\edfd";
}

.nc-icon-glyph.ui-3_funnel-39:before {
  content: "\edfe";
}

.nc-icon-glyph.ui-3_funnel-40:before {
  content: "\edff";
}

.nc-icon-glyph.ui-3_funnel-41:before {
  content: "\ee00";
}

.nc-icon-glyph.ui-3_heart-add:before {
  content: "\ee01";
}

.nc-icon-glyph.ui-3_heart-remove:before {
  content: "\ee02";
}

.nc-icon-glyph.ui-3_heart:before {
  content: "\ee03";
}

.nc-icon-glyph.ui-3_infinite:before {
  content: "\ee04";
}

.nc-icon-glyph.ui-3_link:before {
  content: "\ee05";
}

.nc-icon-glyph.ui-3_menu-left:before {
  content: "\ee06";
}

.nc-icon-glyph.ui-3_menu-right:before {
  content: "\ee07";
}

.nc-icon-glyph.ui-3_menu:before {
  content: "\ee08";
}

.nc-icon-glyph.ui-3_metrics:before {
  content: "\ee09";
}

.nc-icon-glyph.ui-3_phone-call-end:before {
  content: "\ee0a";
}

.nc-icon-glyph.ui-3_phone-call:before {
  content: "\ee0b";
}

.nc-icon-glyph.ui-3_phone:before {
  content: "\ee0c";
}

.nc-icon-glyph.ui-3_playlist:before {
  content: "\ee0d";
}

.nc-icon-glyph.ui-3_search:before {
  content: "\ee0e";
}

.nc-icon-glyph.ui-3_security:before {
  content: "\ee0f";
}

.nc-icon-glyph.ui-3_segmentation:before {
  content: "\ee10";
}

.nc-icon-glyph.ui-3_select:before {
  content: "\ee11";
}

.nc-icon-glyph.ui-3_send:before {
  content: "\ee12";
}

.nc-icon-glyph.ui-3_signal:before {
  content: "\ee13";
}

.nc-icon-glyph.ui-3_slide-left:before {
  content: "\ee14";
}

.nc-icon-glyph.ui-3_slide-right:before {
  content: "\ee15";
}

.nc-icon-glyph.ui-3_table-left:before {
  content: "\ee16";
}

.nc-icon-glyph.ui-3_table-right:before {
  content: "\ee17";
}

.nc-icon-glyph.ui-3_tag:before {
  content: "\ee18";
}

.nc-icon-glyph.ui-3_widget:before {
  content: "\ee19";
}

.nc-icon-glyph.envir_bulb-saver:before {
  content: "\ed17";
}

.nc-icon-glyph.envir_bulb:before {
  content: "\ed18";
}

.nc-icon-glyph.envir_car:before {
  content: "\ed19";
}

.nc-icon-glyph.envir_fuel-electric:before {
  content: "\ed1a";
}

.nc-icon-glyph.envir_fuel:before {
  content: "\ed1b";
}

.nc-icon-glyph.envir_home:before {
  content: "\ed1c";
}

.nc-icon-glyph.envir_level:before {
  content: "\ed1d";
}

.nc-icon-glyph.envir_panel:before {
  content: "\ed1e";
}

.nc-icon-glyph.envir_radiation:before {
  content: "\ed1f";
}

.nc-icon-glyph.envir_recycling:before {
  content: "\ed20";
}

.nc-icon-glyph.envir_save-planet:before {
  content: "\ed21";
}

.nc-icon-glyph.envir_waste-danger:before {
  content: "\ed22";
}

.nc-icon-glyph.envir_waste-recycling:before {
  content: "\ed23";
}

.nc-icon-glyph.envir_waste:before {
  content: "\ed24";
}

.nc-icon-glyph.envir_water-hand:before {
  content: "\ed25";
}

.nc-icon-glyph.envir_water-sink:before {
  content: "\ed26";
}

.nc-icon-glyph.envir_water:before {
  content: "\ed27";
}

.nc-icon-glyph.envir_wind:before {
  content: "\ed28";
}

.nc-icon-glyph.text_align-center:before {
  content: "\ecfd";
}

.nc-icon-glyph.text_align-justify:before {
  content: "\ecfe";
}

.nc-icon-glyph.text_align-left:before {
  content: "\ecff";
}

.nc-icon-glyph.text_align-right:before {
  content: "\ed00";
}

.nc-icon-glyph.text_background:before {
  content: "\ed01";
}

.nc-icon-glyph.text_bold:before {
  content: "\ed02";
}

.nc-icon-glyph.text_capitalize:before {
  content: "\ed03";
}

.nc-icon-glyph.text_caps-all:before {
  content: "\ed04";
}

.nc-icon-glyph.text_caps-small:before {
  content: "\ed05";
}

.nc-icon-glyph.text_color:before {
  content: "\ed06";
}

.nc-icon-glyph.text_edit:before {
  content: "\ed07";
}

.nc-icon-glyph.text_italic:before {
  content: "\ed08";
}

.nc-icon-glyph.text_line-height:before {
  content: "\ed09";
}

.nc-icon-glyph.text_list-bullet:before {
  content: "\ed0a";
}

.nc-icon-glyph.text_list-numbers:before {
  content: "\ed0b";
}

.nc-icon-glyph.text_margin-left:before {
  content: "\ed0c";
}

.nc-icon-glyph.text_margin-right:before {
  content: "\ed0d";
}

.nc-icon-glyph.text_quote:before {
  content: "\ed0e";
}

.nc-icon-glyph.text_scale-horizontal:before {
  content: "\ed0f";
}

.nc-icon-glyph.text_scale-vertical:before {
  content: "\ed10";
}

.nc-icon-glyph.text_size:before {
  content: "\ed11";
}

.nc-icon-glyph.text_strikethrough:before {
  content: "\ed12";
}

.nc-icon-glyph.text_subscript:before {
  content: "\ed13";
}

.nc-icon-glyph.text_superscript:before {
  content: "\ed14";
}

.nc-icon-glyph.text_tracking:before {
  content: "\ed15";
}

.nc-icon-glyph.text_underline:before {
  content: "\ed16";
}

.nc-icon-glyph.socials-1_logo-500px:before {
  content: "\ec87";
}

.nc-icon-glyph.socials-1_logo-angellist:before {
  content: "\ec88";
}

.nc-icon-glyph.socials-1_logo-behance:before {
  content: "\ec89";
}

.nc-icon-glyph.socials-1_logo-blogger:before {
  content: "\ec8a";
}

.nc-icon-glyph.socials-1_logo-buffer:before {
  content: "\ec8b";
}

.nc-icon-glyph.socials-1_logo-buysellads:before {
  content: "\ec8c";
}

.nc-icon-glyph.socials-1_logo-codepen:before {
  content: "\ec8d";
}

.nc-icon-glyph.socials-1_logo-creative-market:before {
  content: "\ec8e";
}

.nc-icon-glyph.socials-1_logo-crunchbase:before {
  content: "\ec8f";
}

.nc-icon-glyph.socials-1_logo-deviantart:before {
  content: "\ec90";
}

.nc-icon-glyph.socials-1_logo-dribbble:before {
  content: "\ec91";
}

.nc-icon-glyph.socials-1_logo-dropbox:before {
  content: "\ec92";
}

.nc-icon-glyph.socials-1_logo-envato:before {
  content: "\ec93";
}

.nc-icon-glyph.socials-1_logo-evernote:before {
  content: "\ec94";
}

.nc-icon-glyph.socials-1_logo-facebook:before {
  content: "\ec95";
}

.nc-icon-glyph.socials-1_logo-fb-simple:before {
  content: "\ec96";
}

.nc-icon-glyph.socials-1_logo-feedly:before {
  content: "\ec97";
}

.nc-icon-glyph.socials-1_logo-flickr:before {
  content: "\ec98";
}

.nc-icon-glyph.socials-1_logo-github:before {
  content: "\ec99";
}

.nc-icon-glyph.socials-1_logo-google-plus:before {
  content: "\ec9a";
}

.nc-icon-glyph.socials-1_logo-instagram:before {
  content: "\ec9b";
}

.nc-icon-glyph.socials-1_logo-lastfm:before {
  content: "\ec9c";
}

.nc-icon-glyph.socials-1_logo-linkedin:before {
  content: "\ec9d";
}

.nc-icon-glyph.socials-1_logo-meetup:before {
  content: "\ec9e";
}

.nc-icon-glyph.socials-1_logo-myspace:before {
  content: "\ec9f";
}

.nc-icon-glyph.socials-1_logo-paypal:before {
  content: "\eca0";
}

.nc-icon-glyph.socials-1_logo-pinterest:before {
  content: "\eca1";
}

.nc-icon-glyph.socials-1_logo-product-hunt:before {
  content: "\eca2";
}

.nc-icon-glyph.socials-1_logo-reddit:before {
  content: "\eca3";
}

.nc-icon-glyph.socials-1_logo-rss:before {
  content: "\eca4";
}

.nc-icon-glyph.socials-1_logo-shopify:before {
  content: "\eca5";
}

.nc-icon-glyph.socials-1_logo-skype:before {
  content: "\eca6";
}

.nc-icon-glyph.socials-1_logo-slack:before {
  content: "\eca7";
}

.nc-icon-glyph.socials-1_logo-soundcloud:before {
  content: "\eca8";
}

.nc-icon-glyph.socials-1_logo-spotify:before {
  content: "\eca9";
}

.nc-icon-glyph.socials-1_logo-trello:before {
  content: "\ecaa";
}

.nc-icon-glyph.socials-1_logo-tumblr:before {
  content: "\ecab";
}

.nc-icon-glyph.socials-1_logo-twitter:before {
  content: "\ecac";
}

.nc-icon-glyph.socials-1_logo-vimeo:before {
  content: "\ecad";
}

.nc-icon-glyph.socials-1_logo-vine:before {
  content: "\ecae";
}

.nc-icon-glyph.socials-1_logo-whatsapp:before {
  content: "\ecaf";
}

.nc-icon-glyph.socials-1_logo-wordpress:before {
  content: "\ecb0";
}

.nc-icon-glyph.socials-1_logo-yelp:before {
  content: "\ecb1";
}

.nc-icon-glyph.socials-1_logo-youtube:before {
  content: "\ecb2";
}

.nc-icon-glyph.gestures_2x-drag-down:before {
  content: "\ecd1";
}

.nc-icon-glyph.gestures_2x-drag-up:before {
  content: "\ecd2";
}

.nc-icon-glyph.gestures_2x-swipe-down:before {
  content: "\ecd3";
}

.nc-icon-glyph.gestures_2x-swipe-left:before {
  content: "\ecd4";
}

.nc-icon-glyph.gestures_2x-swipe-right:before {
  content: "\ecd5";
}

.nc-icon-glyph.gestures_2x-swipe-up:before {
  content: "\ecd6";
}

.nc-icon-glyph.gestures_2x-tap:before {
  content: "\ecd7";
}

.nc-icon-glyph.gestures_3x-swipe-left:before {
  content: "\ecd8";
}

.nc-icon-glyph.gestures_3x-swipe-right:before {
  content: "\ecd9";
}

.nc-icon-glyph.gestures_3x-swipe-up:before {
  content: "\ecda";
}

.nc-icon-glyph.gestures_3x-tap:before {
  content: "\ecdb";
}

.nc-icon-glyph.gestures_4x-swipe-left:before {
  content: "\ecdc";
}

.nc-icon-glyph.gestures_4x-swipe-right:before {
  content: "\ecdd";
}

.nc-icon-glyph.gestures_4x-swipe-up:before {
  content: "\ecde";
}

.nc-icon-glyph.gestures_active-38:before {
  content: "\ecdf";
}

.nc-icon-glyph.gestures_active-40:before {
  content: "\ece0";
}

.nc-icon-glyph.gestures_camera:before {
  content: "\ece1";
}

.nc-icon-glyph.gestures_double-tap:before {
  content: "\ece2";
}

.nc-icon-glyph.gestures_drag-21:before {
  content: "\ece3";
}

.nc-icon-glyph.gestures_drag-31:before {
  content: "\ece4";
}

.nc-icon-glyph.gestures_drag-down:before {
  content: "\ece5";
}

.nc-icon-glyph.gestures_drag-left:before {
  content: "\ece6";
}

.nc-icon-glyph.gestures_drag-right:before {
  content: "\ece7";
}

.nc-icon-glyph.gestures_drag-up:before {
  content: "\ece8";
}

.nc-icon-glyph.gestures_flick-down:before {
  content: "\ece9";
}

.nc-icon-glyph.gestures_flick-left:before {
  content: "\ecea";
}

.nc-icon-glyph.gestures_flick-right:before {
  content: "\eceb";
}

.nc-icon-glyph.gestures_flick-up:before {
  content: "\ecec";
}

.nc-icon-glyph.gestures_grab:before {
  content: "\eced";
}

.nc-icon-glyph.gestures_hold:before {
  content: "\ecee";
}

.nc-icon-glyph.gestures_pin:before {
  content: "\ecef";
}

.nc-icon-glyph.gestures_pinch:before {
  content: "\ecf0";
}

.nc-icon-glyph.gestures_rotate-22:before {
  content: "\ecf1";
}

.nc-icon-glyph.gestures_rotate-23:before {
  content: "\ecf2";
}

.nc-icon-glyph.gestures_scan:before {
  content: "\ecf3";
}

.nc-icon-glyph.gestures_scroll-horitontal:before {
  content: "\ecf4";
}

.nc-icon-glyph.gestures_scroll-vertical:before {
  content: "\ecf5";
}

.nc-icon-glyph.gestures_stretch:before {
  content: "\ecf6";
}

.nc-icon-glyph.gestures_swipe-bottom:before {
  content: "\ecf7";
}

.nc-icon-glyph.gestures_swipe-left:before {
  content: "\ecf8";
}

.nc-icon-glyph.gestures_swipe-right:before {
  content: "\ecf9";
}

.nc-icon-glyph.gestures_swipe-up:before {
  content: "\ecfa";
}

.nc-icon-glyph.gestures_tap-01:before {
  content: "\ecfb";
}

.nc-icon-glyph.gestures_tap-02:before {
  content: "\ecfc";
}

.nc-icon-glyph.nature_bear:before {
  content: "\ecb3";
}

.nc-icon-glyph.nature_bee:before {
  content: "\ecb4";
}

.nc-icon-glyph.nature_butterfly:before {
  content: "\ecb5";
}

.nc-icon-glyph.nature_chicken:before {
  content: "\ecb6";
}

.nc-icon-glyph.nature_clover:before {
  content: "\ecb7";
}

.nc-icon-glyph.nature_collar:before {
  content: "\ecb8";
}

.nc-icon-glyph.nature_cow:before {
  content: "\ecb9";
}

.nc-icon-glyph.nature_dog-house:before {
  content: "\ecba";
}

.nc-icon-glyph.nature_dog:before {
  content: "\ecbb";
}

.nc-icon-glyph.nature_flower-05:before {
  content: "\ecbc";
}

.nc-icon-glyph.nature_flower-06:before {
  content: "\ecbd";
}

.nc-icon-glyph.nature_flower-07:before {
  content: "\ecbe";
}

.nc-icon-glyph.nature_food-dog:before {
  content: "\ecbf";
}

.nc-icon-glyph.nature_food:before {
  content: "\ecc0";
}

.nc-icon-glyph.nature_forest:before {
  content: "\ecc1";
}

.nc-icon-glyph.nature_mountain:before {
  content: "\ecc2";
}

.nc-icon-glyph.nature_mushroom:before {
  content: "\ecc3";
}

.nc-icon-glyph.nature_panda:before {
  content: "\ecc4";
}

.nc-icon-glyph.nature_paw:before {
  content: "\ecc5";
}

.nc-icon-glyph.nature_pig:before {
  content: "\ecc6";
}

.nc-icon-glyph.nature_plant-ground:before {
  content: "\ecc7";
}

.nc-icon-glyph.nature_plant-vase:before {
  content: "\ecc8";
}

.nc-icon-glyph.nature_rat:before {
  content: "\ecc9";
}

.nc-icon-glyph.nature_sheep:before {
  content: "\ecca";
}

.nc-icon-glyph.nature_snake:before {
  content: "\eccb";
}

.nc-icon-glyph.nature_tree-01:before {
  content: "\eccc";
}

.nc-icon-glyph.nature_tree-02:before {
  content: "\eccd";
}

.nc-icon-glyph.nature_tree-03:before {
  content: "\ecce";
}

.nc-icon-glyph.nature_turtle:before {
  content: "\eccf";
}

.nc-icon-glyph.nature_wood:before {
  content: "\ecd0";
}

.nc-icon-glyph.sport_badminton:before {
  content: "\ec30";
}

.nc-icon-glyph.sport_baseball-ball:before {
  content: "\ec31";
}

.nc-icon-glyph.sport_baseball-bat:before {
  content: "\ec32";
}

.nc-icon-glyph.sport_baseball:before {
  content: "\ec33";
}

.nc-icon-glyph.sport_basketball-12:before {
  content: "\ec34";
}

.nc-icon-glyph.sport_basketball-13:before {
  content: "\ec35";
}

.nc-icon-glyph.sport_boxing:before {
  content: "\ec36";
}

.nc-icon-glyph.sport_cardio:before {
  content: "\ec37";
}

.nc-icon-glyph.sport_cricket:before {
  content: "\ec38";
}

.nc-icon-glyph.sport_crown:before {
  content: "\ec39";
}

.nc-icon-glyph.sport_dart:before {
  content: "\ec3a";
}

.nc-icon-glyph.sport_dumbbells:before {
  content: "\ec3b";
}

.nc-icon-glyph.sport_energy-drink:before {
  content: "\ec3c";
}

.nc-icon-glyph.sport_energy-supplement:before {
  content: "\ec3d";
}

.nc-icon-glyph.sport_fencing:before {
  content: "\ec3e";
}

.nc-icon-glyph.sport_fishing:before {
  content: "\ec3f";
}

.nc-icon-glyph.sport_flag-finish:before {
  content: "\ec40";
}

.nc-icon-glyph.sport_football-headguard:before {
  content: "\ec41";
}

.nc-icon-glyph.sport_golf:before {
  content: "\ec42";
}

.nc-icon-glyph.sport_helmet:before {
  content: "\ec43";
}

.nc-icon-glyph.sport_hockey:before {
  content: "\ec44";
}

.nc-icon-glyph.sport_kettlebell:before {
  content: "\ec45";
}

.nc-icon-glyph.sport_ping-pong:before {
  content: "\ec46";
}

.nc-icon-glyph.sport_podium-trophy:before {
  content: "\ec47";
}

.nc-icon-glyph.sport_podium:before {
  content: "\ec48";
}

.nc-icon-glyph.sport_rope:before {
  content: "\ec49";
}

.nc-icon-glyph.sport_rugby:before {
  content: "\ec4a";
}

.nc-icon-glyph.sport_shaker:before {
  content: "\ec4b";
}

.nc-icon-glyph.sport_shoe-run:before {
  content: "\ec4c";
}

.nc-icon-glyph.sport_skateboard:before {
  content: "\ec4d";
}

.nc-icon-glyph.sport_snowboard:before {
  content: "\ec4e";
}

.nc-icon-glyph.sport_soccer-field:before {
  content: "\ec4f";
}

.nc-icon-glyph.sport_steering-wheel:before {
  content: "\ec50";
}

.nc-icon-glyph.sport_supplement:before {
  content: "\ec51";
}

.nc-icon-glyph.sport_surf:before {
  content: "\ec52";
}

.nc-icon-glyph.sport_tactic:before {
  content: "\ec53";
}

.nc-icon-glyph.sport_tennis-ball:before {
  content: "\ec54";
}

.nc-icon-glyph.sport_tennis:before {
  content: "\ec55";
}

.nc-icon-glyph.sport_trophy:before {
  content: "\ec56";
}

.nc-icon-glyph.sport_user-balance:before {
  content: "\ec57";
}

.nc-icon-glyph.sport_user-climb:before {
  content: "\ec58";
}

.nc-icon-glyph.sport_user-meditation:before {
  content: "\ec59";
}

.nc-icon-glyph.sport_user-run:before {
  content: "\ec5a";
}

.nc-icon-glyph.sport_user-snowboard:before {
  content: "\ec5b";
}

.nc-icon-glyph.sport_user-swim:before {
  content: "\ec5c";
}

.nc-icon-glyph.sport_volleyball:before {
  content: "\ec5d";
}

.nc-icon-glyph.sport_whistle:before {
  content: "\ec5e";
}

.nc-icon-glyph.holidays_bat:before {
  content: "\ec5f";
}

.nc-icon-glyph.holidays_biscuit:before {
  content: "\ec60";
}

.nc-icon-glyph.holidays_bones:before {
  content: "\ec61";
}

.nc-icon-glyph.holidays_boot:before {
  content: "\ec62";
}

.nc-icon-glyph.holidays_candy:before {
  content: "\ec63";
}

.nc-icon-glyph.holidays_cat:before {
  content: "\ec64";
}

.nc-icon-glyph.holidays_cauldron:before {
  content: "\ec65";
}

.nc-icon-glyph.holidays_chimney:before {
  content: "\ec66";
}

.nc-icon-glyph.holidays_cockade:before {
  content: "\ec67";
}

.nc-icon-glyph.holidays_coffin:before {
  content: "\ec68";
}

.nc-icon-glyph.holidays_dead-hand:before {
  content: "\ec69";
}

.nc-icon-glyph.holidays_decoration:before {
  content: "\ec6a";
}

.nc-icon-glyph.holidays_deer:before {
  content: "\ec6b";
}

.nc-icon-glyph.holidays_egg-38:before {
  content: "\ec6c";
}

.nc-icon-glyph.holidays_egg-39:before {
  content: "\ec6d";
}

.nc-icon-glyph.holidays_frankenstein:before {
  content: "\ec6e";
}

.nc-icon-glyph.holidays_ghost:before {
  content: "\ec6f";
}

.nc-icon-glyph.holidays_gift-exchange:before {
  content: "\ec70";
}

.nc-icon-glyph.holidays_gift:before {
  content: "\ec71";
}

.nc-icon-glyph.holidays_glove:before {
  content: "\ec72";
}

.nc-icon-glyph.holidays_grave:before {
  content: "\ec73";
}

.nc-icon-glyph.holidays_light:before {
  content: "\ec74";
}

.nc-icon-glyph.holidays_message:before {
  content: "\ec75";
}

.nc-icon-glyph.holidays_mistletoe:before {
  content: "\ec76";
}

.nc-icon-glyph.holidays_owl:before {
  content: "\ec77";
}

.nc-icon-glyph.holidays_pumpkin:before {
  content: "\ec78";
}

.nc-icon-glyph.holidays_rabbit:before {
  content: "\ec79";
}

.nc-icon-glyph.holidays_santa-hat:before {
  content: "\ec7a";
}

.nc-icon-glyph.holidays_sickle:before {
  content: "\ec7b";
}

.nc-icon-glyph.holidays_snow-ball:before {
  content: "\ec7c";
}

.nc-icon-glyph.holidays_snowman-head:before {
  content: "\ec7d";
}

.nc-icon-glyph.holidays_snowman:before {
  content: "\ec7e";
}

.nc-icon-glyph.holidays_soak:before {
  content: "\ec7f";
}

.nc-icon-glyph.holidays_spider:before {
  content: "\ec80";
}

.nc-icon-glyph.holidays_tree-ball:before {
  content: "\ec81";
}

.nc-icon-glyph.holidays_tree:before {
  content: "\ec82";
}

.nc-icon-glyph.holidays_vampire:before {
  content: "\ec83";
}

.nc-icon-glyph.holidays_witch-hat:before {
  content: "\ec84";
}

.nc-icon-glyph.holidays_wolf:before {
  content: "\ec85";
}

.nc-icon-glyph.holidays_zombie:before {
  content: "\ec86";
}

.nc-icon-glyph.travel_axe:before {
  content: "\eb4f";
}

.nc-icon-glyph.travel_backpack:before {
  content: "\eb50";
}

.nc-icon-glyph.travel_bag:before {
  content: "\eb51";
}

.nc-icon-glyph.travel_barbecue:before {
  content: "\eb52";
}

.nc-icon-glyph.travel_beach-umbrella:before {
  content: "\eb53";
}

.nc-icon-glyph.travel_berlin:before {
  content: "\eb54";
}

.nc-icon-glyph.travel_binocular:before {
  content: "\eb55";
}

.nc-icon-glyph.travel_camper:before {
  content: "\eb56";
}

.nc-icon-glyph.travel_camping:before {
  content: "\eb57";
}

.nc-icon-glyph.travel_castle:before {
  content: "\eb58";
}

.nc-icon-glyph.travel_china:before {
  content: "\eb59";
}

.nc-icon-glyph.travel_church:before {
  content: "\eb5a";
}

.nc-icon-glyph.travel_drink:before {
  content: "\eb5b";
}

.nc-icon-glyph.travel_explore:before {
  content: "\eb5c";
}

.nc-icon-glyph.travel_fire:before {
  content: "\eb5d";
}

.nc-icon-glyph.travel_hotel-bell:before {
  content: "\eb5e";
}

.nc-icon-glyph.travel_hotel-symbol:before {
  content: "\eb5f";
}

.nc-icon-glyph.travel_hotel:before {
  content: "\eb60";
}

.nc-icon-glyph.travel_hut:before {
  content: "\eb61";
}

.nc-icon-glyph.travel_igloo:before {
  content: "\eb62";
}

.nc-icon-glyph.travel_info:before {
  content: "\eb63";
}

.nc-icon-glyph.travel_istanbul:before {
  content: "\eb64";
}

.nc-icon-glyph.travel_jellyfish:before {
  content: "\eb65";
}

.nc-icon-glyph.travel_lamp:before {
  content: "\eb66";
}

.nc-icon-glyph.travel_lighthouse:before {
  content: "\eb67";
}

.nc-icon-glyph.travel_london:before {
  content: "\eb68";
}

.nc-icon-glyph.travel_luggage:before {
  content: "\eb69";
}

.nc-icon-glyph.travel_mosque:before {
  content: "\eb6a";
}

.nc-icon-glyph.travel_ny:before {
  content: "\eb6b";
}

.nc-icon-glyph.travel_octopus:before {
  content: "\eb6c";
}

.nc-icon-glyph.travel_paris-tower:before {
  content: "\eb6d";
}

.nc-icon-glyph.travel_passport:before {
  content: "\eb6e";
}

.nc-icon-glyph.travel_pickaxe:before {
  content: "\eb6f";
}

.nc-icon-glyph.travel_pool:before {
  content: "\eb70";
}

.nc-icon-glyph.travel_pyramid:before {
  content: "\eb71";
}

.nc-icon-glyph.travel_rackets:before {
  content: "\eb72";
}

.nc-icon-glyph.travel_rio:before {
  content: "\eb73";
}

.nc-icon-glyph.travel_road-sign-left:before {
  content: "\eb74";
}

.nc-icon-glyph.travel_road-sign-right:before {
  content: "\eb75";
}

.nc-icon-glyph.travel_rome:before {
  content: "\eb76";
}

.nc-icon-glyph.travel_rowing:before {
  content: "\eb77";
}

.nc-icon-glyph.travel_sea-mask:before {
  content: "\eb78";
}

.nc-icon-glyph.travel_sf-bridge:before {
  content: "\eb79";
}

.nc-icon-glyph.travel_shark:before {
  content: "\eb7a";
}

.nc-icon-glyph.travel_spa:before {
  content: "\eb7b";
}

.nc-icon-glyph.travel_sunglasses:before {
  content: "\eb7c";
}

.nc-icon-glyph.travel_surf:before {
  content: "\eb7d";
}

.nc-icon-glyph.travel_swimsuit:before {
  content: "\eb7e";
}

.nc-icon-glyph.travel_swimwear:before {
  content: "\eb7f";
}

.nc-icon-glyph.travel_swiss-knife:before {
  content: "\eb80";
}

.nc-icon-glyph.travel_temple-02:before {
  content: "\eb81";
}

.nc-icon-glyph.travel_temple-25:before {
  content: "\eb82";
}

.nc-icon-glyph.travel_trolley:before {
  content: "\eb83";
}

.nc-icon-glyph.travel_white-house:before {
  content: "\eb84";
}

.nc-icon-glyph.travel_world:before {
  content: "\eb85";
}

.nc-icon-glyph.travel_worldmap:before {
  content: "\eb86";
}

.nc-icon-glyph.food_alcohol:before {
  content: "\eb87";
}

.nc-icon-glyph.food_apple:before {
  content: "\eb88";
}

.nc-icon-glyph.food_baby:before {
  content: "\eb89";
}

.nc-icon-glyph.food_bacon:before {
  content: "\eb8a";
}

.nc-icon-glyph.food_baguette:before {
  content: "\eb8b";
}

.nc-icon-glyph.food_banana:before {
  content: "\eb8c";
}

.nc-icon-glyph.food_barbecue-02:before {
  content: "\eb8d";
}

.nc-icon-glyph.food_barbecue-15:before {
  content: "\eb8e";
}

.nc-icon-glyph.food_barbecue-tools:before {
  content: "\eb8f";
}

.nc-icon-glyph.food_beer-95:before {
  content: "\eb90";
}

.nc-icon-glyph.food_beer-96:before {
  content: "\eb91";
}

.nc-icon-glyph.food_beverage:before {
  content: "\eb92";
}

.nc-icon-glyph.food_bottle-wine:before {
  content: "\eb93";
}

.nc-icon-glyph.food_bottle:before {
  content: "\eb94";
}

.nc-icon-glyph.food_bowl:before {
  content: "\eb95";
}

.nc-icon-glyph.food_bread:before {
  content: "\eb96";
}

.nc-icon-glyph.food_broccoli:before {
  content: "\eb97";
}

.nc-icon-glyph.food_cake-13:before {
  content: "\eb98";
}

.nc-icon-glyph.food_cake-100:before {
  content: "\eb99";
}

.nc-icon-glyph.food_cake-slice:before {
  content: "\eb9a";
}

.nc-icon-glyph.food_candle:before {
  content: "\eb9b";
}

.nc-icon-glyph.food_candy:before {
  content: "\eb9c";
}

.nc-icon-glyph.food_carrot:before {
  content: "\eb9d";
}

.nc-icon-glyph.food_champagne:before {
  content: "\eb9e";
}

.nc-icon-glyph.food_cheese-24:before {
  content: "\eb9f";
}

.nc-icon-glyph.food_cheese-87:before {
  content: "\eba0";
}

.nc-icon-glyph.food_cheeseburger:before {
  content: "\eba1";
}

.nc-icon-glyph.food_chef-hat:before {
  content: "\eba2";
}

.nc-icon-glyph.food_cherry:before {
  content: "\eba3";
}

.nc-icon-glyph.food_chicken:before {
  content: "\eba4";
}

.nc-icon-glyph.food_chili:before {
  content: "\eba5";
}

.nc-icon-glyph.food_chinese:before {
  content: "\eba6";
}

.nc-icon-glyph.food_chips:before {
  content: "\eba7";
}

.nc-icon-glyph.food_chocolate:before {
  content: "\eba8";
}

.nc-icon-glyph.food_cocktail:before {
  content: "\eba9";
}

.nc-icon-glyph.food_coffe-long:before {
  content: "\ebaa";
}

.nc-icon-glyph.food_coffee-long:before {
  content: "\ebab";
}

.nc-icon-glyph.food_coffee:before {
  content: "\ebac";
}

.nc-icon-glyph.food_cookies:before {
  content: "\ebad";
}

.nc-icon-glyph.food_course:before {
  content: "\ebae";
}

.nc-icon-glyph.food_crab:before {
  content: "\ebaf";
}

.nc-icon-glyph.food_croissant:before {
  content: "\ebb0";
}

.nc-icon-glyph.food_cutlery-75:before {
  content: "\ebb1";
}

.nc-icon-glyph.food_cutlery-76:before {
  content: "\ebb2";
}

.nc-icon-glyph.food_cutlery-77:before {
  content: "\ebb3";
}

.nc-icon-glyph.food_dishwasher:before {
  content: "\ebb4";
}

.nc-icon-glyph.food_donut:before {
  content: "\ebb5";
}

.nc-icon-glyph.food_drink:before {
  content: "\ebb6";
}

.nc-icon-glyph.food_egg:before {
  content: "\ebb7";
}

.nc-icon-glyph.food_energy-drink:before {
  content: "\ebb8";
}

.nc-icon-glyph.food_fish:before {
  content: "\ebb9";
}

.nc-icon-glyph.food_fishbone:before {
  content: "\ebba";
}

.nc-icon-glyph.food_fridge:before {
  content: "\ebbb";
}

.nc-icon-glyph.food_glass:before {
  content: "\ebbc";
}

.nc-icon-glyph.food_grape:before {
  content: "\ebbd";
}

.nc-icon-glyph.food_hob:before {
  content: "\ebbe";
}

.nc-icon-glyph.food_hot-dog:before {
  content: "\ebbf";
}

.nc-icon-glyph.food_ice-cream-22:before {
  content: "\ebc0";
}

.nc-icon-glyph.food_ice-cream-72:before {
  content: "\ebc1";
}

.nc-icon-glyph.food_jam:before {
  content: "\ebc2";
}

.nc-icon-glyph.food_kettle:before {
  content: "\ebc3";
}

.nc-icon-glyph.food_kitchen-fan:before {
  content: "\ebc4";
}

.nc-icon-glyph.food_knife:before {
  content: "\ebc5";
}

.nc-icon-glyph.food_lemon-slice:before {
  content: "\ebc6";
}

.nc-icon-glyph.food_lighter:before {
  content: "\ebc7";
}

.nc-icon-glyph.food_lobster:before {
  content: "\ebc8";
}

.nc-icon-glyph.food_matches:before {
  content: "\ebc9";
}

.nc-icon-glyph.food_measuring-cup:before {
  content: "\ebca";
}

.nc-icon-glyph.food_meat-spit:before {
  content: "\ebcb";
}

.nc-icon-glyph.food_microwave:before {
  content: "\ebcc";
}

.nc-icon-glyph.food_milk:before {
  content: "\ebcd";
}

.nc-icon-glyph.food_moka:before {
  content: "\ebce";
}

.nc-icon-glyph.food_muffin:before {
  content: "\ebcf";
}

.nc-icon-glyph.food_mug:before {
  content: "\ebd0";
}

.nc-icon-glyph.food_oven:before {
  content: "\ebd1";
}

.nc-icon-glyph.food_pan:before {
  content: "\ebd2";
}

.nc-icon-glyph.food_pizza-slice:before {
  content: "\ebd3";
}

.nc-icon-glyph.food_pizza:before {
  content: "\ebd4";
}

.nc-icon-glyph.food_plate:before {
  content: "\ebd5";
}

.nc-icon-glyph.food_pot:before {
  content: "\ebd6";
}

.nc-icon-glyph.food_prosciutto:before {
  content: "\ebd7";
}

.nc-icon-glyph.food_recipe-book-46:before {
  content: "\ebd8";
}

.nc-icon-glyph.food_recipe-book-47:before {
  content: "\ebd9";
}

.nc-icon-glyph.food_rolling-pin:before {
  content: "\ebda";
}

.nc-icon-glyph.food_salt:before {
  content: "\ebdb";
}

.nc-icon-glyph.food_sausage:before {
  content: "\ebdc";
}

.nc-icon-glyph.food_scale:before {
  content: "\ebdd";
}

.nc-icon-glyph.food_scotch:before {
  content: "\ebde";
}

.nc-icon-glyph.food_shrimp:before {
  content: "\ebdf";
}

.nc-icon-glyph.food_steak:before {
  content: "\ebe0";
}

.nc-icon-glyph.food_store:before {
  content: "\ebe1";
}

.nc-icon-glyph.food_strawberry:before {
  content: "\ebe2";
}

.nc-icon-glyph.food_sushi:before {
  content: "\ebe3";
}

.nc-icon-glyph.food_tacos:before {
  content: "\ebe4";
}

.nc-icon-glyph.food_tea:before {
  content: "\ebe5";
}

.nc-icon-glyph.food_temperature:before {
  content: "\ebe6";
}

.nc-icon-glyph.food_vest-07:before {
  content: "\ebe7";
}

.nc-icon-glyph.food_vest-31:before {
  content: "\ebe8";
}

.nc-icon-glyph.food_watermelon:before {
  content: "\ebe9";
}

.nc-icon-glyph.food_whisk:before {
  content: "\ebea";
}

.nc-icon-glyph.emoticons_alien:before {
  content: "\ebeb";
}

.nc-icon-glyph.emoticons_angry-10:before {
  content: "\ebec";
}

.nc-icon-glyph.emoticons_angry-44:before {
  content: "\ebed";
}

.nc-icon-glyph.emoticons_big-eyes:before {
  content: "\ebee";
}

.nc-icon-glyph.emoticons_big-smile:before {
  content: "\ebef";
}

.nc-icon-glyph.emoticons_bigmouth:before {
  content: "\ebf0";
}

.nc-icon-glyph.emoticons_bleah:before {
  content: "\ebf1";
}

.nc-icon-glyph.emoticons_blind:before {
  content: "\ebf2";
}

.nc-icon-glyph.emoticons_bomb:before {
  content: "\ebf3";
}

.nc-icon-glyph.emoticons_bored:before {
  content: "\ebf4";
}

.nc-icon-glyph.emoticons_cake:before {
  content: "\ebf5";
}

.nc-icon-glyph.emoticons_cry-15:before {
  content: "\ebf6";
}

.nc-icon-glyph.emoticons_cry-57:before {
  content: "\ebf7";
}

.nc-icon-glyph.emoticons_cute:before {
  content: "\ebf8";
}

.nc-icon-glyph.emoticons_devil:before {
  content: "\ebf9";
}

.nc-icon-glyph.emoticons_disgusted:before {
  content: "\ebfa";
}

.nc-icon-glyph.emoticons_fist:before {
  content: "\ebfb";
}

.nc-icon-glyph.emoticons_ghost:before {
  content: "\ebfc";
}

.nc-icon-glyph.emoticons_hannibal:before {
  content: "\ebfd";
}

.nc-icon-glyph.emoticons_happy-sun:before {
  content: "\ebfe";
}

.nc-icon-glyph.emoticons_kid:before {
  content: "\ebff";
}

.nc-icon-glyph.emoticons_kiss:before {
  content: "\ec00";
}

.nc-icon-glyph.emoticons_laugh-17:before {
  content: "\ec01";
}

.nc-icon-glyph.emoticons_laugh-35:before {
  content: "\ec02";
}

.nc-icon-glyph.emoticons_like-no:before {
  content: "\ec03";
}

.nc-icon-glyph.emoticons_like:before {
  content: "\ec04";
}

.nc-icon-glyph.emoticons_mad-12:before {
  content: "\ec05";
}

.nc-icon-glyph.emoticons_mad-58:before {
  content: "\ec06";
}

.nc-icon-glyph.emoticons_malicious:before {
  content: "\ec07";
}

.nc-icon-glyph.emoticons_manga-62:before {
  content: "\ec08";
}

.nc-icon-glyph.emoticons_manga-63:before {
  content: "\ec09";
}

.nc-icon-glyph.emoticons_monster:before {
  content: "\ec0a";
}

.nc-icon-glyph.emoticons_nerd-22:before {
  content: "\ec0b";
}

.nc-icon-glyph.emoticons_nerd-23:before {
  content: "\ec0c";
}

.nc-icon-glyph.emoticons_ninja:before {
  content: "\ec0d";
}

.nc-icon-glyph.emoticons_no-words:before {
  content: "\ec0e";
}

.nc-icon-glyph.emoticons_parrot:before {
  content: "\ec0f";
}

.nc-icon-glyph.emoticons_penguin:before {
  content: "\ec10";
}

.nc-icon-glyph.emoticons_pirate:before {
  content: "\ec11";
}

.nc-icon-glyph.emoticons_poop:before {
  content: "\ec12";
}

.nc-icon-glyph.emoticons_puzzled:before {
  content: "\ec13";
}

.nc-icon-glyph.emoticons_quite-happy:before {
  content: "\ec14";
}

.nc-icon-glyph.emoticons_robot:before {
  content: "\ec15";
}

.nc-icon-glyph.emoticons_rock:before {
  content: "\ec16";
}

.nc-icon-glyph.emoticons_sad:before {
  content: "\ec17";
}

.nc-icon-glyph.emoticons_satisfied:before {
  content: "\ec18";
}

.nc-icon-glyph.emoticons_shark:before {
  content: "\ec19";
}

.nc-icon-glyph.emoticons_shy:before {
  content: "\ec1a";
}

.nc-icon-glyph.emoticons_sick:before {
  content: "\ec1b";
}

.nc-icon-glyph.emoticons_silly:before {
  content: "\ec1c";
}

.nc-icon-glyph.emoticons_skull:before {
  content: "\ec1d";
}

.nc-icon-glyph.emoticons_sleep:before {
  content: "\ec1e";
}

.nc-icon-glyph.emoticons_sloth:before {
  content: "\ec1f";
}

.nc-icon-glyph.emoticons_smart:before {
  content: "\ec20";
}

.nc-icon-glyph.emoticons_smile:before {
  content: "\ec21";
}

.nc-icon-glyph.emoticons_soldier:before {
  content: "\ec22";
}

.nc-icon-glyph.emoticons_speechless:before {
  content: "\ec23";
}

.nc-icon-glyph.emoticons_spiteful:before {
  content: "\ec24";
}

.nc-icon-glyph.emoticons_sunglasses-48:before {
  content: "\ec25";
}

.nc-icon-glyph.emoticons_sunglasses-49:before {
  content: "\ec26";
}

.nc-icon-glyph.emoticons_surprise:before {
  content: "\ec27";
}

.nc-icon-glyph.emoticons_upset-13:before {
  content: "\ec28";
}

.nc-icon-glyph.emoticons_upset-14:before {
  content: "\ec29";
}

.nc-icon-glyph.emoticons_virus:before {
  content: "\ec2a";
}

.nc-icon-glyph.emoticons_what:before {
  content: "\ec2b";
}

.nc-icon-glyph.emoticons_whiskers:before {
  content: "\ec2c";
}

.nc-icon-glyph.emoticons_wink-06:before {
  content: "\ec2d";
}

.nc-icon-glyph.emoticons_wink-11:before {
  content: "\ec2e";
}

.nc-icon-glyph.emoticons_wink-69:before {
  content: "\ec2f";
}

.nc-icon-glyph.weather_celsius:before {
  content: "\e600";
}

.nc-icon-glyph.weather_cloud-13:before {
  content: "\e601";
}

.nc-icon-glyph.weather_cloud-14:before {
  content: "\e602";
}

.nc-icon-glyph.weather_cloud-drop:before {
  content: "\e603";
}

.nc-icon-glyph.weather_cloud-fog-31:before {
  content: "\e604";
}

.nc-icon-glyph.weather_cloud-fog-32:before {
  content: "\e605";
}

.nc-icon-glyph.weather_cloud-hail:before {
  content: "\e606";
}

.nc-icon-glyph.weather_cloud-light:before {
  content: "\e607";
}

.nc-icon-glyph.weather_cloud-moon:before {
  content: "\e608";
}

.nc-icon-glyph.weather_cloud-rain:before {
  content: "\e609";
}

.nc-icon-glyph.weather_cloud-rainbow:before {
  content: "\e60a";
}

.nc-icon-glyph.weather_cloud-snow-34:before {
  content: "\e60b";
}

.nc-icon-glyph.weather_cloud-snow-42:before {
  content: "\e60c";
}

.nc-icon-glyph.weather_cloud-sun-17:before {
  content: "\e60d";
}

.nc-icon-glyph.weather_cloud-sun-19:before {
  content: "\e60e";
}

.nc-icon-glyph.weather_compass:before {
  content: "\e60f";
}

.nc-icon-glyph.weather_drop-12:before {
  content: "\e610";
}

.nc-icon-glyph.weather_drop-15:before {
  content: "\e611";
}

.nc-icon-glyph.weather_drops:before {
  content: "\e612";
}

.nc-icon-glyph.weather_eclipse:before {
  content: "\e613";
}

.nc-icon-glyph.weather_fahrenheit:before {
  content: "\e614";
}

.nc-icon-glyph.weather_fog:before {
  content: "\e615";
}

.nc-icon-glyph.weather_forecast:before {
  content: "\e616";
}

.nc-icon-glyph.weather_hurricane-44:before {
  content: "\e617";
}

.nc-icon-glyph.weather_hurricane-45:before {
  content: "\e618";
}

.nc-icon-glyph.weather_moon-cloud-drop:before {
  content: "\e619";
}

.nc-icon-glyph.weather_moon-cloud-fog:before {
  content: "\e61a";
}

.nc-icon-glyph.weather_moon-cloud-hail:before {
  content: "\e61b";
}

.nc-icon-glyph.weather_moon-cloud-light:before {
  content: "\e61c";
}

.nc-icon-glyph.weather_moon-cloud-rain:before {
  content: "\e61d";
}

.nc-icon-glyph.weather_moon-cloud-snow-61:before {
  content: "\e61e";
}

.nc-icon-glyph.weather_moon-cloud-snow-62:before {
  content: "\e61f";
}

.nc-icon-glyph.weather_moon-fog:before {
  content: "\e620";
}

.nc-icon-glyph.weather_moon-full:before {
  content: "\e621";
}

.nc-icon-glyph.weather_moon-stars:before {
  content: "\e622";
}

.nc-icon-glyph.weather_moon:before {
  content: "\e623";
}

.nc-icon-glyph.weather_rain-hail:before {
  content: "\e624";
}

.nc-icon-glyph.weather_rain:before {
  content: "\e625";
}

.nc-icon-glyph.weather_rainbow:before {
  content: "\e626";
}

.nc-icon-glyph.weather_snow:before {
  content: "\e627";
}

.nc-icon-glyph.weather_sun-cloud-drop:before {
  content: "\e628";
}

.nc-icon-glyph.weather_sun-cloud-fog:before {
  content: "\e629";
}

.nc-icon-glyph.weather_sun-cloud-hail:before {
  content: "\e62a";
}

.nc-icon-glyph.weather_sun-cloud-light:before {
  content: "\e62b";
}

.nc-icon-glyph.weather_sun-cloud-rain:before {
  content: "\e62c";
}

.nc-icon-glyph.weather_sun-cloud-snow-54:before {
  content: "\e62d";
}

.nc-icon-glyph.weather_sun-cloud-snow-55:before {
  content: "\e62e";
}

.nc-icon-glyph.weather_sun-cloud:before {
  content: "\e62f";
}

.nc-icon-glyph.weather_sun-fog-29:before {
  content: "\e630";
}

.nc-icon-glyph.weather_sun-fog-30:before {
  content: "\e631";
}

.nc-icon-glyph.weather_sun-fog-43:before {
  content: "\e632";
}

.nc-icon-glyph.weather_sun:before {
  content: "\e633";
}

.nc-icon-glyph.weather_wind:before {
  content: "\e634";
}

.nc-icon-glyph.users_add-27:before {
  content: "\e635";
}

.nc-icon-glyph.users_add-29:before {
  content: "\e636";
}

.nc-icon-glyph.users_badge-13:before {
  content: "\e637";
}

.nc-icon-glyph.users_badge-14:before {
  content: "\e638";
}

.nc-icon-glyph.users_badge-15:before {
  content: "\e639";
}

.nc-icon-glyph.users_circle-08:before {
  content: "\e63a";
}

.nc-icon-glyph.users_circle-09:before {
  content: "\e63b";
}

.nc-icon-glyph.users_circle-10:before {
  content: "\e63c";
}

.nc-icon-glyph.users_contacts:before {
  content: "\e63d";
}

.nc-icon-glyph.users_delete-28:before {
  content: "\e63e";
}

.nc-icon-glyph.users_delete-30:before {
  content: "\e63f";
}

.nc-icon-glyph.users_man-20:before {
  content: "\e640";
}

.nc-icon-glyph.users_man-23:before {
  content: "\e641";
}

.nc-icon-glyph.users_man-glasses:before {
  content: "\e642";
}

.nc-icon-glyph.users_mobile-contact:before {
  content: "\e643";
}

.nc-icon-glyph.users_multiple-11:before {
  content: "\e644";
}

.nc-icon-glyph.users_multiple-19:before {
  content: "\e645";
}

.nc-icon-glyph.users_network:before {
  content: "\e646";
}

.nc-icon-glyph.users_parent:before {
  content: "\e647";
}

.nc-icon-glyph.users_single-01:before {
  content: "\e648";
}

.nc-icon-glyph.users_single-02:before {
  content: "\e649";
}

.nc-icon-glyph.users_single-03:before {
  content: "\e64a";
}

.nc-icon-glyph.users_single-04:before {
  content: "\e64b";
}

.nc-icon-glyph.users_single-05:before {
  content: "\e64c";
}

.nc-icon-glyph.users_single-body:before {
  content: "\e64d";
}

.nc-icon-glyph.users_single-position:before {
  content: "\e64e";
}

.nc-icon-glyph.users_square-31:before {
  content: "\e64f";
}

.nc-icon-glyph.users_square-32:before {
  content: "\e650";
}

.nc-icon-glyph.users_square-33:before {
  content: "\e651";
}

.nc-icon-glyph.users_woman-21:before {
  content: "\e652";
}

.nc-icon-glyph.users_woman-24:before {
  content: "\e653";
}

.nc-icon-glyph.users_woman-25:before {
  content: "\e654";
}

.nc-icon-glyph.users_woman-34:before {
  content: "\e655";
}

.nc-icon-glyph.users_woman-35:before {
  content: "\e656";
}

.nc-icon-glyph.users_woman-man:before {
  content: "\e657";
}

.nc-icon-glyph.transportation_air-baloon:before {
  content: "\e717";
}

.nc-icon-glyph.transportation_bike-sport:before {
  content: "\e718";
}

.nc-icon-glyph.transportation_bike:before {
  content: "\e719";
}

.nc-icon-glyph.transportation_boat-front:before {
  content: "\e71a";
}

.nc-icon-glyph.transportation_boat-small-02:before {
  content: "\e71b";
}

.nc-icon-glyph.transportation_boat-small-03:before {
  content: "\e71c";
}

.nc-icon-glyph.transportation_boat:before {
  content: "\e71d";
}

.nc-icon-glyph.transportation_bus-front-10:before {
  content: "\e71e";
}

.nc-icon-glyph.transportation_bus-front-12:before {
  content: "\e71f";
}

.nc-icon-glyph.transportation_bus:before {
  content: "\e720";
}

.nc-icon-glyph.transportation_car-front:before {
  content: "\e721";
}

.nc-icon-glyph.transportation_car-simple:before {
  content: "\e722";
}

.nc-icon-glyph.transportation_car-sport:before {
  content: "\e723";
}

.nc-icon-glyph.transportation_car-taxi:before {
  content: "\e724";
}

.nc-icon-glyph.transportation_car:before {
  content: "\e725";
}

.nc-icon-glyph.transportation_helicopter:before {
  content: "\e726";
}

.nc-icon-glyph.transportation_helmet:before {
  content: "\e727";
}

.nc-icon-glyph.transportation_light-traffic:before {
  content: "\e728";
}

.nc-icon-glyph.transportation_moto:before {
  content: "\e729";
}

.nc-icon-glyph.transportation_plane-17:before {
  content: "\e72a";
}

.nc-icon-glyph.transportation_plane-18:before {
  content: "\e72b";
}

.nc-icon-glyph.transportation_road:before {
  content: "\e72c";
}

.nc-icon-glyph.transportation_skateboard:before {
  content: "\e72d";
}

.nc-icon-glyph.transportation_tractor:before {
  content: "\e72e";
}

.nc-icon-glyph.transportation_train-speed:before {
  content: "\e72f";
}

.nc-icon-glyph.transportation_train:before {
  content: "\e730";
}

.nc-icon-glyph.transportation_tram:before {
  content: "\e731";
}

.nc-icon-glyph.transportation_truck-front:before {
  content: "\e732";
}

.nc-icon-glyph.transportation_vespa-front:before {
  content: "\e733";
}

.nc-icon-glyph.transportation_vespa:before {
  content: "\e734";
}

.nc-icon-glyph.tech_cable-49:before {
  content: "\e735";
}

.nc-icon-glyph.tech_cable-50:before {
  content: "\e736";
}

.nc-icon-glyph.tech_cd-reader:before {
  content: "\e737";
}

.nc-icon-glyph.tech_computer-monitor:before {
  content: "\e738";
}

.nc-icon-glyph.tech_computer-old:before {
  content: "\e739";
}

.nc-icon-glyph.tech_computer:before {
  content: "\e73a";
}

.nc-icon-glyph.tech_controller-modern:before {
  content: "\e73b";
}

.nc-icon-glyph.tech_controller:before {
  content: "\e73c";
}

.nc-icon-glyph.tech_desktop-screen:before {
  content: "\e73d";
}

.nc-icon-glyph.tech_desktop:before {
  content: "\e73e";
}

.nc-icon-glyph.tech_disk-reader:before {
  content: "\e73f";
}

.nc-icon-glyph.tech_disk:before {
  content: "\e740";
}

.nc-icon-glyph.tech_gopro:before {
  content: "\e741";
}

.nc-icon-glyph.tech_headphones:before {
  content: "\e742";
}

.nc-icon-glyph.tech_keyboard-mouse:before {
  content: "\e743";
}

.nc-icon-glyph.tech_keyboard-wifi:before {
  content: "\e744";
}

.nc-icon-glyph.tech_keyboard:before {
  content: "\e745";
}

.nc-icon-glyph.tech_laptop-camera:before {
  content: "\e746";
}

.nc-icon-glyph.tech_laptop-front:before {
  content: "\e747";
}

.nc-icon-glyph.tech_laptop:before {
  content: "\e748";
}

.nc-icon-glyph.tech_mobile-button:before {
  content: "\e749";
}

.nc-icon-glyph.tech_mobile-camera:before {
  content: "\e74a";
}

.nc-icon-glyph.tech_mobile-recharger-08:before {
  content: "\e74b";
}

.nc-icon-glyph.tech_mobile-recharger-09:before {
  content: "\e74c";
}

.nc-icon-glyph.tech_mobile-toolbar:before {
  content: "\e74d";
}

.nc-icon-glyph.tech_mobile:before {
  content: "\e74e";
}

.nc-icon-glyph.tech_music:before {
  content: "\e74f";
}

.nc-icon-glyph.tech_navigation:before {
  content: "\e750";
}

.nc-icon-glyph.tech_player-19:before {
  content: "\e751";
}

.nc-icon-glyph.tech_player-48:before {
  content: "\e752";
}

.nc-icon-glyph.tech_print-fold:before {
  content: "\e753";
}

.nc-icon-glyph.tech_print-round-fold:before {
  content: "\e754";
}

.nc-icon-glyph.tech_print-round:before {
  content: "\e755";
}

.nc-icon-glyph.tech_print:before {
  content: "\e756";
}

.nc-icon-glyph.tech_ram:before {
  content: "\e757";
}

.nc-icon-glyph.tech_remote:before {
  content: "\e758";
}

.nc-icon-glyph.tech_signal:before {
  content: "\e759";
}

.nc-icon-glyph.tech_socket:before {
  content: "\e75a";
}

.nc-icon-glyph.tech_sync:before {
  content: "\e75b";
}

.nc-icon-glyph.tech_tablet-button:before {
  content: "\e75c";
}

.nc-icon-glyph.tech_tablet-reader-31:before {
  content: "\e75d";
}

.nc-icon-glyph.tech_tablet-reader-42:before {
  content: "\e75e";
}

.nc-icon-glyph.tech_tablet-toolbar:before {
  content: "\e75f";
}

.nc-icon-glyph.tech_tablet:before {
  content: "\e760";
}

.nc-icon-glyph.tech_tv-old:before {
  content: "\e761";
}

.nc-icon-glyph.tech_tv:before {
  content: "\e762";
}

.nc-icon-glyph.tech_watch-circle:before {
  content: "\e763";
}

.nc-icon-glyph.tech_watch-time:before {
  content: "\e764";
}

.nc-icon-glyph.tech_watch:before {
  content: "\e765";
}

.nc-icon-glyph.tech_webcam-38:before {
  content: "\e766";
}

.nc-icon-glyph.tech_webcam-39:before {
  content: "\e767";
}

.nc-icon-glyph.tech_wifi-router:before {
  content: "\e768";
}

.nc-icon-glyph.tech_wifi:before {
  content: "\e769";
}

.nc-icon-glyph.shopping_award:before {
  content: "\e792";
}

.nc-icon-glyph.shopping_bag-09:before {
  content: "\e793";
}

.nc-icon-glyph.shopping_bag-16:before {
  content: "\e794";
}

.nc-icon-glyph.shopping_bag-17:before {
  content: "\e795";
}

.nc-icon-glyph.shopping_bag-20:before {
  content: "\e796";
}

.nc-icon-glyph.shopping_bag-add-18:before {
  content: "\e797";
}

.nc-icon-glyph.shopping_bag-add-21:before {
  content: "\e798";
}

.nc-icon-glyph.shopping_bag-edit:before {
  content: "\e799";
}

.nc-icon-glyph.shopping_bag-remove-19:before {
  content: "\e79a";
}

.nc-icon-glyph.shopping_bag-remove-22:before {
  content: "\e79b";
}

.nc-icon-glyph.shopping_barcode-scan:before {
  content: "\e79c";
}

.nc-icon-glyph.shopping_barcode:before {
  content: "\e79d";
}

.nc-icon-glyph.shopping_bardcode-qr:before {
  content: "\e79e";
}

.nc-icon-glyph.shopping_basket-add:before {
  content: "\e79f";
}

.nc-icon-glyph.shopping_basket-edit:before {
  content: "\e7a0";
}

.nc-icon-glyph.shopping_basket-remove:before {
  content: "\e7a1";
}

.nc-icon-glyph.shopping_basket-simple-add:before {
  content: "\e7a2";
}

.nc-icon-glyph.shopping_basket-simple-remove:before {
  content: "\e7a3";
}

.nc-icon-glyph.shopping_basket-simple:before {
  content: "\e7a4";
}

.nc-icon-glyph.shopping_basket:before {
  content: "\e7a5";
}

.nc-icon-glyph.shopping_bitcoin:before {
  content: "\e7a6";
}

.nc-icon-glyph.shopping_board:before {
  content: "\e7a7";
}

.nc-icon-glyph.shopping_box-3d-50:before {
  content: "\e7a8";
}

.nc-icon-glyph.shopping_box-3d-67:before {
  content: "\e7a9";
}

.nc-icon-glyph.shopping_box-ribbon:before {
  content: "\e7aa";
}

.nc-icon-glyph.shopping_box:before {
  content: "\e7ab";
}

.nc-icon-glyph.shopping_cart-add:before {
  content: "\e7ac";
}

.nc-icon-glyph.shopping_cart-modern-add:before {
  content: "\e7ad";
}

.nc-icon-glyph.shopping_cart-modern-in:before {
  content: "\e7ae";
}

.nc-icon-glyph.shopping_cart-modern-remove:before {
  content: "\e7af";
}

.nc-icon-glyph.shopping_cart-modern:before {
  content: "\e7b0";
}

.nc-icon-glyph.shopping_cart-remove:before {
  content: "\e7b1";
}

.nc-icon-glyph.shopping_cart-simple-add:before {
  content: "\e7b2";
}

.nc-icon-glyph.shopping_cart-simple-in:before {
  content: "\e7b3";
}

.nc-icon-glyph.shopping_cart-simple-remove:before {
  content: "\e7b4";
}

.nc-icon-glyph.shopping_cart-simple:before {
  content: "\e7b5";
}

.nc-icon-glyph.shopping_cart:before {
  content: "\e7b6";
}

.nc-icon-glyph.shopping_cash-register:before {
  content: "\e7b7";
}

.nc-icon-glyph.shopping_chart:before {
  content: "\e7b8";
}

.nc-icon-glyph.shopping_credit-card-in:before {
  content: "\e7b9";
}

.nc-icon-glyph.shopping_credit-card:before {
  content: "\e7ba";
}

.nc-icon-glyph.shopping_credit-locked:before {
  content: "\e7bb";
}

.nc-icon-glyph.shopping_delivery-fast:before {
  content: "\e7bc";
}

.nc-icon-glyph.shopping_delivery-time:before {
  content: "\e7bd";
}

.nc-icon-glyph.shopping_delivery-track:before {
  content: "\e7be";
}

.nc-icon-glyph.shopping_delivery:before {
  content: "\e7bf";
}

.nc-icon-glyph.shopping_discount:before {
  content: "\e7c0";
}

.nc-icon-glyph.shopping_gift:before {
  content: "\e7c1";
}

.nc-icon-glyph.shopping_hand-card:before {
  content: "\e7c2";
}

.nc-icon-glyph.shopping_list:before {
  content: "\e7c3";
}

.nc-icon-glyph.shopping_mobile-card:before {
  content: "\e7c4";
}

.nc-icon-glyph.shopping_mobile-cart:before {
  content: "\e7c5";
}

.nc-icon-glyph.shopping_mobile-touch:before {
  content: "\e7c6";
}

.nc-icon-glyph.shopping_newsletter:before {
  content: "\e7c7";
}

.nc-icon-glyph.shopping_pos:before {
  content: "\e7c8";
}

.nc-icon-glyph.shopping_receipt-list-42:before {
  content: "\e7c9";
}

.nc-icon-glyph.shopping_receipt-list-43:before {
  content: "\e7ca";
}

.nc-icon-glyph.shopping_receipt:before {
  content: "\e7cb";
}

.nc-icon-glyph.shopping_shop-location:before {
  content: "\e7cc";
}

.nc-icon-glyph.shopping_shop:before {
  content: "\e7cd";
}

.nc-icon-glyph.shopping_stock:before {
  content: "\e7ce";
}

.nc-icon-glyph.shopping_tag-content:before {
  content: "\e7cf";
}

.nc-icon-glyph.shopping_tag-cut:before {
  content: "\e7d0";
}

.nc-icon-glyph.shopping_tag-line:before {
  content: "\e7d1";
}

.nc-icon-glyph.shopping_tag-sale:before {
  content: "\e7d2";
}

.nc-icon-glyph.shopping_tag:before {
  content: "\e7d3";
}

.nc-icon-glyph.shopping_wallet:before {
  content: "\e7d4";
}

.nc-icon-glyph.education_abc:before {
  content: "\e7d5";
}

.nc-icon-glyph.education_agenda-bookmark:before {
  content: "\e7d6";
}

.nc-icon-glyph.education_atom:before {
  content: "\e7d7";
}

.nc-icon-glyph.education_award-55:before {
  content: "\e7d8";
}

.nc-icon-glyph.education_backpack-57:before {
  content: "\e7d9";
}

.nc-icon-glyph.education_backpack-58:before {
  content: "\e7da";
}

.nc-icon-glyph.education_ball-basket:before {
  content: "\e7db";
}

.nc-icon-glyph.education_ball-soccer:before {
  content: "\e7dc";
}

.nc-icon-glyph.education_board-51:before {
  content: "\e7dd";
}

.nc-icon-glyph.education_book-39:before {
  content: "\e7de";
}

.nc-icon-glyph.education_book-bookmark:before {
  content: "\e7df";
}

.nc-icon-glyph.education_book-open:before {
  content: "\e7e0";
}

.nc-icon-glyph.education_books-46:before {
  content: "\e7e1";
}

.nc-icon-glyph.education_chalkboard:before {
  content: "\e7e2";
}

.nc-icon-glyph.education_flask:before {
  content: "\e7e3";
}

.nc-icon-glyph.education_glasses:before {
  content: "\e7e4";
}

.nc-icon-glyph.education_grammar-check:before {
  content: "\e7e5";
}

.nc-icon-glyph.education_hat:before {
  content: "\e7e6";
}

.nc-icon-glyph.education_language:before {
  content: "\e7e7";
}

.nc-icon-glyph.education_microscope:before {
  content: "\e7e8";
}

.nc-icon-glyph.education_molecule:before {
  content: "\e7e9";
}

.nc-icon-glyph.education_notepad:before {
  content: "\e7ea";
}

.nc-icon-glyph.education_paper-diploma:before {
  content: "\e7eb";
}

.nc-icon-glyph.education_paper:before {
  content: "\e7ec";
}

.nc-icon-glyph.education_pencil-47:before {
  content: "\e7ed";
}

.nc-icon-glyph.education_school:before {
  content: "\e7ee";
}

.nc-icon-glyph.objects_alien-29:before {
  content: "\e7ef";
}

.nc-icon-glyph.objects_alien-33:before {
  content: "\e7f0";
}

.nc-icon-glyph.objects_anchor:before {
  content: "\e7f1";
}

.nc-icon-glyph.objects_astronaut:before {
  content: "\e7f2";
}

.nc-icon-glyph.objects_axe:before {
  content: "\e7f3";
}

.nc-icon-glyph.objects_baby-bottle:before {
  content: "\e7f4";
}

.nc-icon-glyph.objects_baby:before {
  content: "\e7f5";
}

.nc-icon-glyph.objects_baloon:before {
  content: "\e7f6";
}

.nc-icon-glyph.objects_battery:before {
  content: "\e7f7";
}

.nc-icon-glyph.objects_bear:before {
  content: "\e7f8";
}

.nc-icon-glyph.objects_billiard:before {
  content: "\e7f9";
}

.nc-icon-glyph.objects_binocular:before {
  content: "\e7fa";
}

.nc-icon-glyph.objects_bow:before {
  content: "\e7fb";
}

.nc-icon-glyph.objects_bowling:before {
  content: "\e7fc";
}

.nc-icon-glyph.objects_broom:before {
  content: "\e7fd";
}

.nc-icon-glyph.objects_cone:before {
  content: "\e7fe";
}

.nc-icon-glyph.objects_controller:before {
  content: "\e7ff";
}

.nc-icon-glyph.objects_diamond:before {
  content: "\e800";
}

.nc-icon-glyph.objects_dice:before {
  content: "\e801";
}

.nc-icon-glyph.objects_globe:before {
  content: "\e802";
}

.nc-icon-glyph.objects_hut:before {
  content: "\e803";
}

.nc-icon-glyph.objects_key-25:before {
  content: "\e804";
}

.nc-icon-glyph.objects_key-26:before {
  content: "\e805";
}

.nc-icon-glyph.objects_lamp:before {
  content: "\e806";
}

.nc-icon-glyph.objects_leaf-36:before {
  content: "\e807";
}

.nc-icon-glyph.objects_leaf-38:before {
  content: "\e808";
}

.nc-icon-glyph.objects_light:before {
  content: "\e809";
}

.nc-icon-glyph.objects_pipe:before {
  content: "\e80a";
}

.nc-icon-glyph.objects_planet:before {
  content: "\e80b";
}

.nc-icon-glyph.objects_puzzle-09:before {
  content: "\e80c";
}

.nc-icon-glyph.objects_puzzle-10:before {
  content: "\e80d";
}

.nc-icon-glyph.objects_shovel:before {
  content: "\e80e";
}

.nc-icon-glyph.objects_skull:before {
  content: "\e80f";
}

.nc-icon-glyph.objects_spaceship:before {
  content: "\e810";
}

.nc-icon-glyph.objects_spray:before {
  content: "\e811";
}

.nc-icon-glyph.objects_support-16:before {
  content: "\e812";
}

.nc-icon-glyph.objects_support-17:before {
  content: "\e813";
}

.nc-icon-glyph.objects_umbrella-13:before {
  content: "\e814";
}

.nc-icon-glyph.objects_umbrella-14:before {
  content: "\e815";
}

.nc-icon-glyph.objects_wool-ball:before {
  content: "\e816";
}

.nc-icon-glyph.media-1_3d:before {
  content: "\e817";
}

.nc-icon-glyph.media-1_action-73:before {
  content: "\e818";
}

.nc-icon-glyph.media-1_action-74:before {
  content: "\e819";
}

.nc-icon-glyph.media-1_album:before {
  content: "\e81a";
}

.nc-icon-glyph.media-1_audio-91:before {
  content: "\e81b";
}

.nc-icon-glyph.media-1_audio-92:before {
  content: "\e81c";
}

.nc-icon-glyph.media-1_balance:before {
  content: "\e81d";
}

.nc-icon-glyph.media-1_brightness-46:before {
  content: "\e81e";
}

.nc-icon-glyph.media-1_brightness-47:before {
  content: "\e81f";
}

.nc-icon-glyph.media-1_button-circle-pause:before {
  content: "\e820";
}

.nc-icon-glyph.media-1_button-circle-play:before {
  content: "\e821";
}

.nc-icon-glyph.media-1_button-circle-stop:before {
  content: "\e822";
}

.nc-icon-glyph.media-1_button-eject:before {
  content: "\e823";
}

.nc-icon-glyph.media-1_button-next:before {
  content: "\e824";
}

.nc-icon-glyph.media-1_button-pause:before {
  content: "\e825";
}

.nc-icon-glyph.media-1_button-play:before {
  content: "\e826";
}

.nc-icon-glyph.media-1_button-power:before {
  content: "\e827";
}

.nc-icon-glyph.media-1_button-previous:before {
  content: "\e828";
}

.nc-icon-glyph.media-1_button-record:before {
  content: "\e829";
}

.nc-icon-glyph.media-1_button-rewind:before {
  content: "\e82a";
}

.nc-icon-glyph.media-1_button-skip:before {
  content: "\e82b";
}

.nc-icon-glyph.media-1_button-stop:before {
  content: "\e82c";
}

.nc-icon-glyph.media-1_camera-18:before {
  content: "\e82d";
}

.nc-icon-glyph.media-1_camera-19:before {
  content: "\e82e";
}

.nc-icon-glyph.media-1_camera-20:before {
  content: "\e82f";
}

.nc-icon-glyph.media-1_camera-ban-36:before {
  content: "\e830";
}

.nc-icon-glyph.media-1_camera-ban-37:before {
  content: "\e831";
}

.nc-icon-glyph.media-1_camera-compact:before {
  content: "\e832";
}

.nc-icon-glyph.media-1_camera-screen:before {
  content: "\e833";
}

.nc-icon-glyph.media-1_camera-square-57:before {
  content: "\e834";
}

.nc-icon-glyph.media-1_camera-square-58:before {
  content: "\e835";
}

.nc-icon-glyph.media-1_camera-time:before {
  content: "\e836";
}

.nc-icon-glyph.media-1_countdown-34:before {
  content: "\e837";
}

.nc-icon-glyph.media-1_countdown-35:before {
  content: "\e838";
}

.nc-icon-glyph.media-1_edit-color:before {
  content: "\e839";
}

.nc-icon-glyph.media-1_edit-contrast-42:before {
  content: "\e83a";
}

.nc-icon-glyph.media-1_edit-contrast-43:before {
  content: "\e83b";
}

.nc-icon-glyph.media-1_edit-saturation:before {
  content: "\e83c";
}

.nc-icon-glyph.media-1_flash-21:before {
  content: "\e83d";
}

.nc-icon-glyph.media-1_flash-24:before {
  content: "\e83e";
}

.nc-icon-glyph.media-1_flash-29:before {
  content: "\e83f";
}

.nc-icon-glyph.media-1_flash-auto-22:before {
  content: "\e840";
}

.nc-icon-glyph.media-1_flash-auto-25:before {
  content: "\e841";
}

.nc-icon-glyph.media-1_flash-off-23:before {
  content: "\e842";
}

.nc-icon-glyph.media-1_flash-off-26:before {
  content: "\e843";
}

.nc-icon-glyph.media-1_focus-32:before {
  content: "\e844";
}

.nc-icon-glyph.media-1_focus-38:before {
  content: "\e845";
}

.nc-icon-glyph.media-1_focus-40:before {
  content: "\e846";
}

.nc-icon-glyph.media-1_focus-circle:before {
  content: "\e847";
}

.nc-icon-glyph.media-1_frame-12:before {
  content: "\e848";
}

.nc-icon-glyph.media-1_frame-41:before {
  content: "\e849";
}

.nc-icon-glyph.media-1_grid:before {
  content: "\e84a";
}

.nc-icon-glyph.media-1_image-01:before {
  content: "\e84b";
}

.nc-icon-glyph.media-1_image-02:before {
  content: "\e84c";
}

.nc-icon-glyph.media-1_image-05:before {
  content: "\e84d";
}

.nc-icon-glyph.media-1_image-add:before {
  content: "\e84e";
}

.nc-icon-glyph.media-1_image-delete:before {
  content: "\e84f";
}

.nc-icon-glyph.media-1_image-location:before {
  content: "\e850";
}

.nc-icon-glyph.media-1_kid:before {
  content: "\e851";
}

.nc-icon-glyph.media-1_layers:before {
  content: "\e852";
}

.nc-icon-glyph.media-1_lens-31:before {
  content: "\e853";
}

.nc-icon-glyph.media-1_lens-56:before {
  content: "\e854";
}

.nc-icon-glyph.media-1_macro:before {
  content: "\e855";
}

.nc-icon-glyph.media-1_movie-61:before {
  content: "\e856";
}

.nc-icon-glyph.media-1_movie-62:before {
  content: "\e857";
}

.nc-icon-glyph.media-1_night:before {
  content: "\e858";
}

.nc-icon-glyph.media-1_picture:before {
  content: "\e859";
}

.nc-icon-glyph.media-1_play-68:before {
  content: "\e85a";
}

.nc-icon-glyph.media-1_play-69:before {
  content: "\e85b";
}

.nc-icon-glyph.media-1_player:before {
  content: "\e85c";
}

.nc-icon-glyph.media-1_polaroid-add:before {
  content: "\e85d";
}

.nc-icon-glyph.media-1_polaroid-delete:before {
  content: "\e85e";
}

.nc-icon-glyph.media-1_polaroid-multiple:before {
  content: "\e85f";
}

.nc-icon-glyph.media-1_polaroid-user:before {
  content: "\e860";
}

.nc-icon-glyph.media-1_polaroid:before {
  content: "\e861";
}

.nc-icon-glyph.media-1_roll:before {
  content: "\e862";
}

.nc-icon-glyph.media-1_rotate-left:before {
  content: "\e863";
}

.nc-icon-glyph.media-1_rotate-right:before {
  content: "\e864";
}

.nc-icon-glyph.media-1_sd:before {
  content: "\e865";
}

.nc-icon-glyph.media-1_selfie:before {
  content: "\e866";
}

.nc-icon-glyph.media-1_shake:before {
  content: "\e867";
}

.nc-icon-glyph.media-1_speaker:before {
  content: "\e868";
}

.nc-icon-glyph.media-1_sport:before {
  content: "\e869";
}

.nc-icon-glyph.media-1_ticket-75:before {
  content: "\e86a";
}

.nc-icon-glyph.media-1_ticket-76:before {
  content: "\e86b";
}

.nc-icon-glyph.media-1_touch:before {
  content: "\e86c";
}

.nc-icon-glyph.media-1_tripod:before {
  content: "\e86d";
}

.nc-icon-glyph.media-1_video-64:before {
  content: "\e86e";
}

.nc-icon-glyph.media-1_video-65:before {
  content: "\e86f";
}

.nc-icon-glyph.media-1_video-66:before {
  content: "\e870";
}

.nc-icon-glyph.media-1_video-67:before {
  content: "\e871";
}

.nc-icon-glyph.media-1_videocamera-71:before {
  content: "\e872";
}

.nc-icon-glyph.media-1_videocamera-72:before {
  content: "\e873";
}

.nc-icon-glyph.media-1_volume-93:before {
  content: "\e874";
}

.nc-icon-glyph.media-1_volume-97:before {
  content: "\e875";
}

.nc-icon-glyph.media-1_volume-98:before {
  content: "\e876";
}

.nc-icon-glyph.media-1_volume-ban:before {
  content: "\e877";
}

.nc-icon-glyph.media-1_volume-down:before {
  content: "\e878";
}

.nc-icon-glyph.media-1_volume-off:before {
  content: "\e879";
}

.nc-icon-glyph.media-1_volume-up:before {
  content: "\e87a";
}

.nc-icon-glyph.media-2_guitar:before {
  content: "\e87b";
}

.nc-icon-glyph.media-2_headphones-mic:before {
  content: "\e87c";
}

.nc-icon-glyph.media-2_headphones:before {
  content: "\e87d";
}

.nc-icon-glyph.media-2_knob:before {
  content: "\e87e";
}

.nc-icon-glyph.media-2_mic:before {
  content: "\e87f";
}

.nc-icon-glyph.media-2_music-album:before {
  content: "\e880";
}

.nc-icon-glyph.media-2_music-cloud:before {
  content: "\e881";
}

.nc-icon-glyph.media-2_note-03:before {
  content: "\e882";
}

.nc-icon-glyph.media-2_note-04:before {
  content: "\e883";
}

.nc-icon-glyph.media-2_piano:before {
  content: "\e884";
}

.nc-icon-glyph.media-2_radio:before {
  content: "\e885";
}

.nc-icon-glyph.media-2_remix:before {
  content: "\e886";
}

.nc-icon-glyph.media-2_sound-wave:before {
  content: "\e887";
}

.nc-icon-glyph.media-2_speaker-01:before {
  content: "\e888";
}

.nc-icon-glyph.media-2_speaker-05:before {
  content: "\e889";
}

.nc-icon-glyph.media-2_tape:before {
  content: "\e88a";
}

.nc-icon-glyph.location_appointment:before {
  content: "\e88b";
}

.nc-icon-glyph.location_bookmark-add:before {
  content: "\e88c";
}

.nc-icon-glyph.location_bookmark-remove:before {
  content: "\e88d";
}

.nc-icon-glyph.location_bookmark:before {
  content: "\e88e";
}

.nc-icon-glyph.location_compass-04:before {
  content: "\e88f";
}

.nc-icon-glyph.location_compass-05:before {
  content: "\e890";
}

.nc-icon-glyph.location_compass-06:before {
  content: "\e891";
}

.nc-icon-glyph.location_crosshair:before {
  content: "\e892";
}

.nc-icon-glyph.location_explore-user:before {
  content: "\e893";
}

.nc-icon-glyph.location_explore:before {
  content: "\e894";
}

.nc-icon-glyph.location_flag-complex:before {
  content: "\e895";
}

.nc-icon-glyph.location_flag-diagonal-33:before {
  content: "\e896";
}

.nc-icon-glyph.location_flag-diagonal-34:before {
  content: "\e897";
}

.nc-icon-glyph.location_flag-points-31:before {
  content: "\e898";
}

.nc-icon-glyph.location_flag-points-32:before {
  content: "\e899";
}

.nc-icon-glyph.location_flag-simple:before {
  content: "\e89a";
}

.nc-icon-glyph.location_flag-triangle:before {
  content: "\e89b";
}

.nc-icon-glyph.location_flag:before {
  content: "\e89c";
}

.nc-icon-glyph.location_gps:before {
  content: "\e89d";
}

.nc-icon-glyph.location_map-big:before {
  content: "\e89e";
}

.nc-icon-glyph.location_map-compass:before {
  content: "\e89f";
}

.nc-icon-glyph.location_map-gps:before {
  content: "\e8a0";
}

.nc-icon-glyph.location_map-marker:before {
  content: "\e8a1";
}

.nc-icon-glyph.location_map-pin:before {
  content: "\e8a2";
}

.nc-icon-glyph.location_map:before {
  content: "\e8a3";
}

.nc-icon-glyph.location_marker:before {
  content: "\e8a4";
}

.nc-icon-glyph.location_pin-add:before {
  content: "\e8a5";
}

.nc-icon-glyph.location_pin-copy:before {
  content: "\e8a6";
}

.nc-icon-glyph.location_pin-remove:before {
  content: "\e8a7";
}

.nc-icon-glyph.location_pin:before {
  content: "\e8a8";
}

.nc-icon-glyph.location_pins:before {
  content: "\e8a9";
}

.nc-icon-glyph.location_position-marker:before {
  content: "\e8aa";
}

.nc-icon-glyph.location_position-pin:before {
  content: "\e8ab";
}

.nc-icon-glyph.location_position-user:before {
  content: "\e8ac";
}

.nc-icon-glyph.location_radar:before {
  content: "\e8ad";
}

.nc-icon-glyph.location_road:before {
  content: "\e8ae";
}

.nc-icon-glyph.location_route-alert:before {
  content: "\e8af";
}

.nc-icon-glyph.location_route-close:before {
  content: "\e8b0";
}

.nc-icon-glyph.location_route-open:before {
  content: "\e8b1";
}

.nc-icon-glyph.location_square-marker:before {
  content: "\e8b2";
}

.nc-icon-glyph.location_square-pin:before {
  content: "\e8b3";
}

.nc-icon-glyph.location_treasure-map-21:before {
  content: "\e8b4";
}

.nc-icon-glyph.location_treasure-map-40:before {
  content: "\e8b5";
}

.nc-icon-glyph.location_worl-marker:before {
  content: "\e8b6";
}

.nc-icon-glyph.location_world-pin:before {
  content: "\e8b7";
}

.nc-icon-glyph.location_world:before {
  content: "\e8b8";
}

.nc-icon-glyph.health_ambulance:before {
  content: "\e8b9";
}

.nc-icon-glyph.health_apple:before {
  content: "\e8ba";
}

.nc-icon-glyph.health_bag-49:before {
  content: "\e8bb";
}

.nc-icon-glyph.health_bag-50:before {
  content: "\e8bc";
}

.nc-icon-glyph.health_brain:before {
  content: "\e8bd";
}

.nc-icon-glyph.health_dna-27:before {
  content: "\e8be";
}

.nc-icon-glyph.health_dna-38:before {
  content: "\e8bf";
}

.nc-icon-glyph.health_doctor:before {
  content: "\e8c0";
}

.nc-icon-glyph.health_flask:before {
  content: "\e8c1";
}

.nc-icon-glyph.health_heartbeat-16:before {
  content: "\e8c2";
}

.nc-icon-glyph.health_height:before {
  content: "\e8c3";
}

.nc-icon-glyph.health_hospital-32:before {
  content: "\e8c4";
}

.nc-icon-glyph.health_hospital-33:before {
  content: "\e8c5";
}

.nc-icon-glyph.health_hospital-34:before {
  content: "\e8c6";
}

.nc-icon-glyph.health_humidity-26:before {
  content: "\e8c7";
}

.nc-icon-glyph.health_humidity-52:before {
  content: "\e8c8";
}

.nc-icon-glyph.health_intestine:before {
  content: "\e8c9";
}

.nc-icon-glyph.health_lungs:before {
  content: "\e8ca";
}

.nc-icon-glyph.health_molecule-39:before {
  content: "\e8cb";
}

.nc-icon-glyph.health_molecule-40:before {
  content: "\e8cc";
}

.nc-icon-glyph.health_notebook:before {
  content: "\e8cd";
}

.nc-icon-glyph.health_nurse:before {
  content: "\e8ce";
}

.nc-icon-glyph.health_patch-46:before {
  content: "\e8cf";
}

.nc-icon-glyph.health_pill-42:before {
  content: "\e8d0";
}

.nc-icon-glyph.health_pill-43:before {
  content: "\e8d1";
}

.nc-icon-glyph.health_pill-container-44:before {
  content: "\e8d2";
}

.nc-icon-glyph.health_pill-container-47:before {
  content: "\e8d3";
}

.nc-icon-glyph.health_pulse-chart:before {
  content: "\e8d4";
}

.nc-icon-glyph.health_pulse-phone:before {
  content: "\e8d5";
}

.nc-icon-glyph.health_pulse-sleep:before {
  content: "\e8d6";
}

.nc-icon-glyph.health_pulse-watch:before {
  content: "\e8d7";
}

.nc-icon-glyph.health_pulse:before {
  content: "\e8d8";
}

.nc-icon-glyph.health_sleep:before {
  content: "\e8d9";
}

.nc-icon-glyph.health_steps:before {
  content: "\e8da";
}

.nc-icon-glyph.health_syringe:before {
  content: "\e8db";
}

.nc-icon-glyph.health_temperature-23:before {
  content: "\e8dc";
}

.nc-icon-glyph.health_temperature-24:before {
  content: "\e8dd";
}

.nc-icon-glyph.health_tooth:before {
  content: "\e8de";
}

.nc-icon-glyph.health_weed:before {
  content: "\e8df";
}

.nc-icon-glyph.health_weight:before {
  content: "\e8e0";
}

.nc-icon-glyph.health_wheelchair:before {
  content: "\e8e1";
}

.nc-icon-glyph.health_woman:before {
  content: "\e8e2";
}

.nc-icon-glyph.furniture_air-conditioner:before {
  content: "\e8e3";
}

.nc-icon-glyph.furniture_armchair:before {
  content: "\e8e4";
}

.nc-icon-glyph.furniture_bath-tub:before {
  content: "\e8e5";
}

.nc-icon-glyph.furniture_bed-09:before {
  content: "\e8e6";
}

.nc-icon-glyph.furniture_bed-23:before {
  content: "\e8e7";
}

.nc-icon-glyph.furniture_bed-side:before {
  content: "\e8e8";
}

.nc-icon-glyph.furniture_cabinet:before {
  content: "\e8e9";
}

.nc-icon-glyph.furniture_cactus:before {
  content: "\e8ea";
}

.nc-icon-glyph.furniture_chair:before {
  content: "\e8eb";
}

.nc-icon-glyph.furniture_coat-hanger:before {
  content: "\e8ec";
}

.nc-icon-glyph.furniture_coffee:before {
  content: "\e8ed";
}

.nc-icon-glyph.furniture_cradle:before {
  content: "\e8ee";
}

.nc-icon-glyph.furniture_curtain:before {
  content: "\e8ef";
}

.nc-icon-glyph.furniture_desk-drawer:before {
  content: "\e8f0";
}

.nc-icon-glyph.furniture_desk:before {
  content: "\e8f1";
}

.nc-icon-glyph.furniture_door:before {
  content: "\e8f2";
}

.nc-icon-glyph.furniture_drawer:before {
  content: "\e8f3";
}

.nc-icon-glyph.furniture_fridge:before {
  content: "\e8f4";
}

.nc-icon-glyph.furniture_hanger-clothes:before {
  content: "\e8f5";
}

.nc-icon-glyph.furniture_hanger:before {
  content: "\e8f6";
}

.nc-icon-glyph.furniture_heater:before {
  content: "\e8f7";
}

.nc-icon-glyph.furniture_iron:before {
  content: "\e8f8";
}

.nc-icon-glyph.furniture_lamp-floor:before {
  content: "\e8f9";
}

.nc-icon-glyph.furniture_lamp:before {
  content: "\e8fa";
}

.nc-icon-glyph.furniture_library:before {
  content: "\e8fb";
}

.nc-icon-glyph.furniture_light:before {
  content: "\e8fc";
}

.nc-icon-glyph.furniture_mixer:before {
  content: "\e8fd";
}

.nc-icon-glyph.furniture_oven:before {
  content: "\e8fe";
}

.nc-icon-glyph.furniture_shower:before {
  content: "\e8ff";
}

.nc-icon-glyph.furniture_sink-wash:before {
  content: "\e900";
}

.nc-icon-glyph.furniture_sink:before {
  content: "\e901";
}

.nc-icon-glyph.furniture_sofa:before {
  content: "\e902";
}

.nc-icon-glyph.furniture_storage-hanger:before {
  content: "\e903";
}

.nc-icon-glyph.furniture_storage:before {
  content: "\e904";
}

.nc-icon-glyph.furniture_table:before {
  content: "\e905";
}

.nc-icon-glyph.furniture_toilet-paper:before {
  content: "\e906";
}

.nc-icon-glyph.furniture_toilet:before {
  content: "\e907";
}

.nc-icon-glyph.furniture_tv:before {
  content: "\e908";
}

.nc-icon-glyph.furniture_wardrobe:before {
  content: "\e909";
}

.nc-icon-glyph.furniture_wash:before {
  content: "\e90a";
}

.nc-icon-glyph.files_add:before {
  content: "\e90b";
}

.nc-icon-glyph.files_archive-3d-check:before {
  content: "\e90c";
}

.nc-icon-glyph.files_archive-3d-content:before {
  content: "\e90d";
}

.nc-icon-glyph.files_archive-check:before {
  content: "\e90e";
}

.nc-icon-glyph.files_archive-content:before {
  content: "\e90f";
}

.nc-icon-glyph.files_archive-paper-check:before {
  content: "\e910";
}

.nc-icon-glyph.files_archive-paper:before {
  content: "\e911";
}

.nc-icon-glyph.files_archive:before {
  content: "\e912";
}

.nc-icon-glyph.files_audio:before {
  content: "\e913";
}

.nc-icon-glyph.files_book-07:before {
  content: "\e914";
}

.nc-icon-glyph.files_book-08:before {
  content: "\e915";
}

.nc-icon-glyph.files_bookmark:before {
  content: "\e916";
}

.nc-icon-glyph.files_box:before {
  content: "\e917";
}

.nc-icon-glyph.files_chart-bar:before {
  content: "\e918";
}

.nc-icon-glyph.files_chart-pie:before {
  content: "\e919";
}

.nc-icon-glyph.files_check:before {
  content: "\e91a";
}

.nc-icon-glyph.files_cloud:before {
  content: "\e91b";
}

.nc-icon-glyph.files_copy:before {
  content: "\e91c";
}

.nc-icon-glyph.files_dev:before {
  content: "\e91d";
}

.nc-icon-glyph.files_download:before {
  content: "\e91e";
}

.nc-icon-glyph.files_drawer:before {
  content: "\e91f";
}

.nc-icon-glyph.files_edit:before {
  content: "\e920";
}

.nc-icon-glyph.files_exclamation:before {
  content: "\e921";
}

.nc-icon-glyph.files_folder-13:before {
  content: "\e922";
}

.nc-icon-glyph.files_folder-14:before {
  content: "\e923";
}

.nc-icon-glyph.files_folder-15:before {
  content: "\e924";
}

.nc-icon-glyph.files_folder-16:before {
  content: "\e925";
}

.nc-icon-glyph.files_folder-17:before {
  content: "\e926";
}

.nc-icon-glyph.files_folder-18:before {
  content: "\e927";
}

.nc-icon-glyph.files_folder-19:before {
  content: "\e928";
}

.nc-icon-glyph.files_folder-add:before {
  content: "\e929";
}

.nc-icon-glyph.files_folder-audio:before {
  content: "\e92a";
}

.nc-icon-glyph.files_folder-bookmark:before {
  content: "\e92b";
}

.nc-icon-glyph.files_folder-chart-bar:before {
  content: "\e92c";
}

.nc-icon-glyph.files_folder-chart-pie:before {
  content: "\e92d";
}

.nc-icon-glyph.files_folder-check:before {
  content: "\e92e";
}

.nc-icon-glyph.files_folder-cloud:before {
  content: "\e92f";
}

.nc-icon-glyph.files_folder-dev:before {
  content: "\e930";
}

.nc-icon-glyph.files_folder-download:before {
  content: "\e931";
}

.nc-icon-glyph.files_folder-edit:before {
  content: "\e932";
}

.nc-icon-glyph.files_folder-exclamation:before {
  content: "\e933";
}

.nc-icon-glyph.files_folder-gallery:before {
  content: "\e934";
}

.nc-icon-glyph.files_folder-heart:before {
  content: "\e935";
}

.nc-icon-glyph.files_folder-image:before {
  content: "\e936";
}

.nc-icon-glyph.files_folder-info:before {
  content: "\e937";
}

.nc-icon-glyph.files_folder-link:before {
  content: "\e938";
}

.nc-icon-glyph.files_folder-locked:before {
  content: "\e939";
}

.nc-icon-glyph.files_folder-money:before {
  content: "\e93a";
}

.nc-icon-glyph.files_folder-music:before {
  content: "\e93b";
}

.nc-icon-glyph.files_folder-no-access:before {
  content: "\e93c";
}

.nc-icon-glyph.files_folder-play:before {
  content: "\e93d";
}

.nc-icon-glyph.files_folder-question:before {
  content: "\e93e";
}

.nc-icon-glyph.files_folder-refresh:before {
  content: "\e93f";
}

.nc-icon-glyph.files_folder-remove:before {
  content: "\e940";
}

.nc-icon-glyph.files_folder-search:before {
  content: "\e941";
}

.nc-icon-glyph.files_folder-settings-81:before {
  content: "\e942";
}

.nc-icon-glyph.files_folder-settings-97:before {
  content: "\e943";
}

.nc-icon-glyph.files_folder-shared:before {
  content: "\e944";
}

.nc-icon-glyph.files_folder-star:before {
  content: "\e945";
}

.nc-icon-glyph.files_folder-time:before {
  content: "\e946";
}

.nc-icon-glyph.files_folder-upload:before {
  content: "\e947";
}

.nc-icon-glyph.files_folder-user:before {
  content: "\e948";
}

.nc-icon-glyph.files_folder-vector:before {
  content: "\e949";
}

.nc-icon-glyph.files_gallery:before {
  content: "\e94a";
}

.nc-icon-glyph.files_heart:before {
  content: "\e94b";
}

.nc-icon-glyph.files_image:before {
  content: "\e94c";
}

.nc-icon-glyph.files_info:before {
  content: "\e94d";
}

.nc-icon-glyph.files_link:before {
  content: "\e94e";
}

.nc-icon-glyph.files_locked:before {
  content: "\e94f";
}

.nc-icon-glyph.files_money:before {
  content: "\e950";
}

.nc-icon-glyph.files_music:before {
  content: "\e951";
}

.nc-icon-glyph.files_no-access:before {
  content: "\e952";
}

.nc-icon-glyph.files_notebook:before {
  content: "\e953";
}

.nc-icon-glyph.files_paper:before {
  content: "\e954";
}

.nc-icon-glyph.files_play:before {
  content: "\e955";
}

.nc-icon-glyph.files_question:before {
  content: "\e956";
}

.nc-icon-glyph.files_refresh:before {
  content: "\e957";
}

.nc-icon-glyph.files_remove:before {
  content: "\e958";
}

.nc-icon-glyph.files_replace-folder:before {
  content: "\e959";
}

.nc-icon-glyph.files_replace:before {
  content: "\e95a";
}

.nc-icon-glyph.files_search:before {
  content: "\e95b";
}

.nc-icon-glyph.files_settings-46:before {
  content: "\e95c";
}

.nc-icon-glyph.files_settings-99:before {
  content: "\e95d";
}

.nc-icon-glyph.files_shared:before {
  content: "\e95e";
}

.nc-icon-glyph.files_single-content-02:before {
  content: "\e95f";
}

.nc-icon-glyph.files_single-content-03:before {
  content: "\e960";
}

.nc-icon-glyph.files_single-copies:before {
  content: "\e961";
}

.nc-icon-glyph.files_single-copy-04:before {
  content: "\e962";
}

.nc-icon-glyph.files_single-copy-06:before {
  content: "\e963";
}

.nc-icon-glyph.files_single-folded-content:before {
  content: "\e964";
}

.nc-icon-glyph.files_single-folded:before {
  content: "\e965";
}

.nc-icon-glyph.files_single-paragraph:before {
  content: "\e966";
}

.nc-icon-glyph.files_single:before {
  content: "\e967";
}

.nc-icon-glyph.files_star:before {
  content: "\e968";
}

.nc-icon-glyph.files_time:before {
  content: "\e969";
}

.nc-icon-glyph.files_upload:before {
  content: "\e96a";
}

.nc-icon-glyph.files_user:before {
  content: "\e96b";
}

.nc-icon-glyph.files_vector:before {
  content: "\e96c";
}

.nc-icon-glyph.files_zip-54:before {
  content: "\e96d";
}

.nc-icon-glyph.files_zip-55:before {
  content: "\e96e";
}

.nc-icon-glyph.clothes_baby:before {
  content: "\e9d2";
}

.nc-icon-glyph.clothes_backpack:before {
  content: "\e9d3";
}

.nc-icon-glyph.clothes_bag-21:before {
  content: "\e9d4";
}

.nc-icon-glyph.clothes_bag-22:before {
  content: "\e9d5";
}

.nc-icon-glyph.clothes_belt:before {
  content: "\e9d6";
}

.nc-icon-glyph.clothes_boot-woman:before {
  content: "\e9d7";
}

.nc-icon-glyph.clothes_boot:before {
  content: "\e9d8";
}

.nc-icon-glyph.clothes_bra:before {
  content: "\e9d9";
}

.nc-icon-glyph.clothes_button:before {
  content: "\e9da";
}

.nc-icon-glyph.clothes_cap:before {
  content: "\e9db";
}

.nc-icon-glyph.clothes_coat:before {
  content: "\e9dc";
}

.nc-icon-glyph.clothes_corset:before {
  content: "\e9dd";
}

.nc-icon-glyph.clothes_dress-man:before {
  content: "\e9de";
}

.nc-icon-glyph.clothes_dress-woman:before {
  content: "\e9df";
}

.nc-icon-glyph.clothes_flip:before {
  content: "\e9e0";
}

.nc-icon-glyph.clothes_glasses:before {
  content: "\e9e1";
}

.nc-icon-glyph.clothes_gloves:before {
  content: "\e9e2";
}

.nc-icon-glyph.clothes_hat-top:before {
  content: "\e9e3";
}

.nc-icon-glyph.clothes_hat:before {
  content: "\e9e4";
}

.nc-icon-glyph.clothes_hoodie:before {
  content: "\e9e5";
}

.nc-icon-glyph.clothes_iron-dont:before {
  content: "\e9e6";
}

.nc-icon-glyph.clothes_iron:before {
  content: "\e9e7";
}

.nc-icon-glyph.clothes_jeans-41:before {
  content: "\e9e8";
}

.nc-icon-glyph.clothes_jeans-43:before {
  content: "\e9e9";
}

.nc-icon-glyph.clothes_jeans-pocket:before {
  content: "\e9ea";
}

.nc-icon-glyph.clothes_kitchen:before {
  content: "\e9eb";
}

.nc-icon-glyph.clothes_long-sleeve:before {
  content: "\e9ec";
}

.nc-icon-glyph.clothes_makeup:before {
  content: "\e9ed";
}

.nc-icon-glyph.clothes_needle:before {
  content: "\e9ee";
}

.nc-icon-glyph.clothes_pajamas:before {
  content: "\e9ef";
}

.nc-icon-glyph.clothes_ring:before {
  content: "\e9f0";
}

.nc-icon-glyph.clothes_scarf:before {
  content: "\e9f1";
}

.nc-icon-glyph.clothes_shirt-business:before {
  content: "\e9f2";
}

.nc-icon-glyph.clothes_shirt-buttons:before {
  content: "\e9f3";
}

.nc-icon-glyph.clothes_shirt-neck:before {
  content: "\e9f4";
}

.nc-icon-glyph.clothes_shirt:before {
  content: "\e9f5";
}

.nc-icon-glyph.clothes_shoe-man:before {
  content: "\e9f6";
}

.nc-icon-glyph.clothes_shoe-sport:before {
  content: "\e9f7";
}

.nc-icon-glyph.clothes_shoe-woman:before {
  content: "\e9f8";
}

.nc-icon-glyph.clothes_skirt:before {
  content: "\e9f9";
}

.nc-icon-glyph.clothes_slacks-12:before {
  content: "\e9fa";
}

.nc-icon-glyph.clothes_slacks-13:before {
  content: "\e9fb";
}

.nc-icon-glyph.clothes_sock:before {
  content: "\e9fc";
}

.nc-icon-glyph.clothes_tie-bow:before {
  content: "\e9fd";
}

.nc-icon-glyph.clothes_tshirt-53:before {
  content: "\e9fe";
}

.nc-icon-glyph.clothes_tshirt-54:before {
  content: "\e9ff";
}

.nc-icon-glyph.clothes_tshirt-sport:before {
  content: "\ea00";
}

.nc-icon-glyph.clothes_underwear-man:before {
  content: "\ea01";
}

.nc-icon-glyph.clothes_underwear:before {
  content: "\ea02";
}

.nc-icon-glyph.clothes_vest-sport:before {
  content: "\ea03";
}

.nc-icon-glyph.clothes_vest:before {
  content: "\ea04";
}

.nc-icon-glyph.clothes_wash-30:before {
  content: "\ea05";
}

.nc-icon-glyph.clothes_wash-60:before {
  content: "\ea06";
}

.nc-icon-glyph.clothes_wash-90:before {
  content: "\ea07";
}

.nc-icon-glyph.clothes_wash-hand:before {
  content: "\ea08";
}

.nc-icon-glyph.clothes_wash:before {
  content: "\ea09";
}

.nc-icon-glyph.business_agenda:before {
  content: "\ea0a";
}

.nc-icon-glyph.business_atm:before {
  content: "\ea0b";
}

.nc-icon-glyph.business_award-48:before {
  content: "\ea0c";
}

.nc-icon-glyph.business_award-49:before {
  content: "\ea0d";
}

.nc-icon-glyph.business_award-74:before {
  content: "\ea0e";
}

.nc-icon-glyph.business_badge:before {
  content: "\ea0f";
}

.nc-icon-glyph.business_bank:before {
  content: "\ea10";
}

.nc-icon-glyph.business_board-27:before {
  content: "\ea11";
}

.nc-icon-glyph.business_board-28:before {
  content: "\ea12";
}

.nc-icon-glyph.business_board-29:before {
  content: "\ea13";
}

.nc-icon-glyph.business_board-30:before {
  content: "\ea14";
}

.nc-icon-glyph.business_books:before {
  content: "\ea15";
}

.nc-icon-glyph.business_briefcase-24:before {
  content: "\ea16";
}

.nc-icon-glyph.business_briefcase-25:before {
  content: "\ea17";
}

.nc-icon-glyph.business_briefcase-26:before {
  content: "\ea18";
}

.nc-icon-glyph.business_building:before {
  content: "\ea19";
}

.nc-icon-glyph.business_bulb-61:before {
  content: "\ea1a";
}

.nc-icon-glyph.business_bulb-62:before {
  content: "\ea1b";
}

.nc-icon-glyph.business_bulb-63:before {
  content: "\ea1c";
}

.nc-icon-glyph.business_business-contact-85:before {
  content: "\ea1d";
}

.nc-icon-glyph.business_business-contact-86:before {
  content: "\ea1e";
}

.nc-icon-glyph.business_business-contact-87:before {
  content: "\ea1f";
}

.nc-icon-glyph.business_business-contact-88:before {
  content: "\ea20";
}

.nc-icon-glyph.business_business-contact-89:before {
  content: "\ea21";
}

.nc-icon-glyph.business_businessman-03:before {
  content: "\ea22";
}

.nc-icon-glyph.business_businessman-04:before {
  content: "\ea23";
}

.nc-icon-glyph.business_calculator:before {
  content: "\ea24";
}

.nc-icon-glyph.business_chair:before {
  content: "\ea25";
}

.nc-icon-glyph.business_chart-bar-32:before {
  content: "\ea26";
}

.nc-icon-glyph.business_chart-bar-33:before {
  content: "\ea27";
}

.nc-icon-glyph.business_chart-growth:before {
  content: "\ea28";
}

.nc-icon-glyph.business_chart-pie-35:before {
  content: "\ea29";
}

.nc-icon-glyph.business_chart-pie-36:before {
  content: "\ea2a";
}

.nc-icon-glyph.business_chart:before {
  content: "\ea2b";
}

.nc-icon-glyph.business_cheque:before {
  content: "\ea2c";
}

.nc-icon-glyph.business_coins:before {
  content: "\ea2d";
}

.nc-icon-glyph.business_connect:before {
  content: "\ea2e";
}

.nc-icon-glyph.business_contacts:before {
  content: "\ea2f";
}

.nc-icon-glyph.business_currency-dollar:before {
  content: "\ea30";
}

.nc-icon-glyph.business_currency-euro:before {
  content: "\ea31";
}

.nc-icon-glyph.business_currency-pound:before {
  content: "\ea32";
}

.nc-icon-glyph.business_currency-yen:before {
  content: "\ea33";
}

.nc-icon-glyph.business_factory:before {
  content: "\ea34";
}

.nc-icon-glyph.business_globe:before {
  content: "\ea35";
}

.nc-icon-glyph.business_goal-64:before {
  content: "\ea36";
}

.nc-icon-glyph.business_goal-65:before {
  content: "\ea37";
}

.nc-icon-glyph.business_gold:before {
  content: "\ea38";
}

.nc-icon-glyph.business_hammer:before {
  content: "\ea39";
}

.nc-icon-glyph.business_handout:before {
  content: "\ea3a";
}

.nc-icon-glyph.business_handshake:before {
  content: "\ea3b";
}

.nc-icon-glyph.business_hat:before {
  content: "\ea3c";
}

.nc-icon-glyph.business_hierarchy-53:before {
  content: "\ea3d";
}

.nc-icon-glyph.business_hierarchy-54:before {
  content: "\ea3e";
}

.nc-icon-glyph.business_hierarchy-55:before {
  content: "\ea3f";
}

.nc-icon-glyph.business_hierarchy-56:before {
  content: "\ea40";
}

.nc-icon-glyph.business_laptop-71:before {
  content: "\ea41";
}

.nc-icon-glyph.business_laptop-72:before {
  content: "\ea42";
}

.nc-icon-glyph.business_laptop-91:before {
  content: "\ea43";
}

.nc-icon-glyph.business_law:before {
  content: "\ea44";
}

.nc-icon-glyph.business_math:before {
  content: "\ea45";
}

.nc-icon-glyph.business_money-11:before {
  content: "\ea46";
}

.nc-icon-glyph.business_money-12:before {
  content: "\ea47";
}

.nc-icon-glyph.business_money-13:before {
  content: "\ea48";
}

.nc-icon-glyph.business_money-bag:before {
  content: "\ea49";
}

.nc-icon-glyph.business_money-coins:before {
  content: "\ea4a";
}

.nc-icon-glyph.business_money-growth:before {
  content: "\ea4b";
}

.nc-icon-glyph.business_money-time:before {
  content: "\ea4c";
}

.nc-icon-glyph.business_net:before {
  content: "\ea4d";
}

.nc-icon-glyph.business_notes:before {
  content: "\ea4e";
}

.nc-icon-glyph.business_payment:before {
  content: "\ea4f";
}

.nc-icon-glyph.business_percentage-38:before {
  content: "\ea50";
}

.nc-icon-glyph.business_percentage-39:before {
  content: "\ea51";
}

.nc-icon-glyph.business_pig:before {
  content: "\ea52";
}

.nc-icon-glyph.business_pin:before {
  content: "\ea53";
}

.nc-icon-glyph.business_plug:before {
  content: "\ea54";
}

.nc-icon-glyph.business_progress:before {
  content: "\ea55";
}

.nc-icon-glyph.business_round-dollar:before {
  content: "\ea56";
}

.nc-icon-glyph.business_round-euro:before {
  content: "\ea57";
}

.nc-icon-glyph.business_round-pound:before {
  content: "\ea58";
}

.nc-icon-glyph.business_round-yen:before {
  content: "\ea59";
}

.nc-icon-glyph.business_safe:before {
  content: "\ea5a";
}

.nc-icon-glyph.business_scale:before {
  content: "\ea5b";
}

.nc-icon-glyph.business_sign:before {
  content: "\ea5c";
}

.nc-icon-glyph.business_signature:before {
  content: "\ea5d";
}

.nc-icon-glyph.business_stock:before {
  content: "\ea5e";
}

.nc-icon-glyph.business_strategy:before {
  content: "\ea5f";
}

.nc-icon-glyph.business_tie-01:before {
  content: "\ea60";
}

.nc-icon-glyph.business_tie-02:before {
  content: "\ea61";
}

.nc-icon-glyph.business_wallet-43:before {
  content: "\ea62";
}

.nc-icon-glyph.business_wallet-44:before {
  content: "\ea63";
}

.nc-icon-glyph.business_wallet-90:before {
  content: "\ea64";
}

.nc-icon-glyph.arrows-1_back-78:before {
  content: "\ea65";
}

.nc-icon-glyph.arrows-1_back-80:before {
  content: "\ea66";
}

.nc-icon-glyph.arrows-1_bold-direction:before {
  content: "\ea67";
}

.nc-icon-glyph.arrows-1_bold-down:before {
  content: "\ea68";
}

.nc-icon-glyph.arrows-1_bold-left:before {
  content: "\ea69";
}

.nc-icon-glyph.arrows-1_bold-right:before {
  content: "\ea6a";
}

.nc-icon-glyph.arrows-1_bold-up:before {
  content: "\ea6b";
}

.nc-icon-glyph.arrows-1_circle-down-12:before {
  content: "\ea6c";
}

.nc-icon-glyph.arrows-1_circle-down-40:before {
  content: "\ea6d";
}

.nc-icon-glyph.arrows-1_circle-left-10:before {
  content: "\ea6e";
}

.nc-icon-glyph.arrows-1_circle-left-38:before {
  content: "\ea6f";
}

.nc-icon-glyph.arrows-1_circle-right-09:before {
  content: "\ea70";
}

.nc-icon-glyph.arrows-1_circle-right-37:before {
  content: "\ea71";
}

.nc-icon-glyph.arrows-1_circle-up-11:before {
  content: "\ea72";
}

.nc-icon-glyph.arrows-1_circle-up-39:before {
  content: "\ea73";
}

.nc-icon-glyph.arrows-1_cloud-download-93:before {
  content: "\ea74";
}

.nc-icon-glyph.arrows-1_cloud-download-95:before {
  content: "\ea75";
}

.nc-icon-glyph.arrows-1_cloud-upload-94:before {
  content: "\ea76";
}

.nc-icon-glyph.arrows-1_cloud-upload-96:before {
  content: "\ea77";
}

.nc-icon-glyph.arrows-1_curved-next:before {
  content: "\ea78";
}

.nc-icon-glyph.arrows-1_curved-previous:before {
  content: "\ea79";
}

.nc-icon-glyph.arrows-1_direction-53:before {
  content: "\ea7a";
}

.nc-icon-glyph.arrows-1_direction-56:before {
  content: "\ea7b";
}

.nc-icon-glyph.arrows-1_double-left:before {
  content: "\ea7c";
}

.nc-icon-glyph.arrows-1_double-right:before {
  content: "\ea7d";
}

.nc-icon-glyph.arrows-1_download:before {
  content: "\ea7e";
}

.nc-icon-glyph.arrows-1_enlarge-diagonal-43:before {
  content: "\ea7f";
}

.nc-icon-glyph.arrows-1_enlarge-diagonal-44:before {
  content: "\ea80";
}

.nc-icon-glyph.arrows-1_enlarge-horizontal:before {
  content: "\ea81";
}

.nc-icon-glyph.arrows-1_enlarge-vertical:before {
  content: "\ea82";
}

.nc-icon-glyph.arrows-1_fit-horizontal:before {
  content: "\ea83";
}

.nc-icon-glyph.arrows-1_fit-vertical:before {
  content: "\ea84";
}

.nc-icon-glyph.arrows-1_fullscreen-70:before {
  content: "\ea85";
}

.nc-icon-glyph.arrows-1_fullscreen-71:before {
  content: "\ea86";
}

.nc-icon-glyph.arrows-1_fullscreen-76:before {
  content: "\ea87";
}

.nc-icon-glyph.arrows-1_fullscreen-77:before {
  content: "\ea88";
}

.nc-icon-glyph.arrows-1_fullscreen-double-74:before {
  content: "\ea89";
}

.nc-icon-glyph.arrows-1_fullscreen-double-75:before {
  content: "\ea8a";
}

.nc-icon-glyph.arrows-1_fullscreen-split-72:before {
  content: "\ea8b";
}

.nc-icon-glyph.arrows-1_fullscreen-split-73:before {
  content: "\ea8c";
}

.nc-icon-glyph.arrows-1_log-in:before {
  content: "\ea8d";
}

.nc-icon-glyph.arrows-1_log-out:before {
  content: "\ea8e";
}

.nc-icon-glyph.arrows-1_loop-82:before {
  content: "\ea8f";
}

.nc-icon-glyph.arrows-1_loop-83:before {
  content: "\ea90";
}

.nc-icon-glyph.arrows-1_minimal-down:before {
  content: "\ea91";
}

.nc-icon-glyph.arrows-1_minimal-left:before {
  content: "\ea92";
}

.nc-icon-glyph.arrows-1_minimal-right:before {
  content: "\ea93";
}

.nc-icon-glyph.arrows-1_minimal-up:before {
  content: "\ea94";
}

.nc-icon-glyph.arrows-1_redo-79:before {
  content: "\ea95";
}

.nc-icon-glyph.arrows-1_redo-81:before {
  content: "\ea96";
}

.nc-icon-glyph.arrows-1_refresh-68:before {
  content: "\ea97";
}

.nc-icon-glyph.arrows-1_refresh-69:before {
  content: "\ea98";
}

.nc-icon-glyph.arrows-1_round-down:before {
  content: "\ea99";
}

.nc-icon-glyph.arrows-1_round-left:before {
  content: "\ea9a";
}

.nc-icon-glyph.arrows-1_round-right:before {
  content: "\ea9b";
}

.nc-icon-glyph.arrows-1_round-up:before {
  content: "\ea9c";
}

.nc-icon-glyph.arrows-1_share-66:before {
  content: "\ea9d";
}

.nc-icon-glyph.arrows-1_share-91:before {
  content: "\ea9e";
}

.nc-icon-glyph.arrows-1_share-92:before {
  content: "\ea9f";
}

.nc-icon-glyph.arrows-1_shuffle-97:before {
  content: "\eaa0";
}

.nc-icon-glyph.arrows-1_shuffle-98:before {
  content: "\eaa1";
}

.nc-icon-glyph.arrows-1_simple-down:before {
  content: "\eaa2";
}

.nc-icon-glyph.arrows-1_simple-left:before {
  content: "\eaa3";
}

.nc-icon-glyph.arrows-1_simple-right:before {
  content: "\eaa4";
}

.nc-icon-glyph.arrows-1_simple-up:before {
  content: "\eaa5";
}

.nc-icon-glyph.arrows-1_small-triangle-down:before {
  content: "\eaa6";
}

.nc-icon-glyph.arrows-1_small-triangle-left:before {
  content: "\eaa7";
}

.nc-icon-glyph.arrows-1_small-triangle-right:before {
  content: "\eaa8";
}

.nc-icon-glyph.arrows-1_small-triangle-up:before {
  content: "\eaa9";
}

.nc-icon-glyph.arrows-1_square-down:before {
  content: "\eaaa";
}

.nc-icon-glyph.arrows-1_square-left:before {
  content: "\eaab";
}

.nc-icon-glyph.arrows-1_square-right:before {
  content: "\eaac";
}

.nc-icon-glyph.arrows-1_square-up:before {
  content: "\eaad";
}

.nc-icon-glyph.arrows-1_strong-down:before {
  content: "\eaae";
}

.nc-icon-glyph.arrows-1_strong-left:before {
  content: "\eaaf";
}

.nc-icon-glyph.arrows-1_strong-right:before {
  content: "\eab0";
}

.nc-icon-glyph.arrows-1_strong-up:before {
  content: "\eab1";
}

.nc-icon-glyph.arrows-1_tail-down:before {
  content: "\eab2";
}

.nc-icon-glyph.arrows-1_tail-left:before {
  content: "\eab3";
}

.nc-icon-glyph.arrows-1_tail-right:before {
  content: "\eab4";
}

.nc-icon-glyph.arrows-1_tail-triangle-down:before {
  content: "\eab5";
}

.nc-icon-glyph.arrows-1_tail-triangle-left:before {
  content: "\eab6";
}

.nc-icon-glyph.arrows-1_tail-triangle-right:before {
  content: "\eab7";
}

.nc-icon-glyph.arrows-1_tail-triangle-up:before {
  content: "\eab8";
}

.nc-icon-glyph.arrows-1_tail-up:before {
  content: "\eab9";
}

.nc-icon-glyph.arrows-1_trend-down:before {
  content: "\eaba";
}

.nc-icon-glyph.arrows-1_trend-up:before {
  content: "\eabb";
}

.nc-icon-glyph.arrows-1_triangle-down-20:before {
  content: "\eabc";
}

.nc-icon-glyph.arrows-1_triangle-down-65:before {
  content: "\eabd";
}

.nc-icon-glyph.arrows-1_triangle-left-18:before {
  content: "\eabe";
}

.nc-icon-glyph.arrows-1_triangle-left-63:before {
  content: "\eabf";
}

.nc-icon-glyph.arrows-1_triangle-right-17:before {
  content: "\eac0";
}

.nc-icon-glyph.arrows-1_triangle-right-62:before {
  content: "\eac1";
}

.nc-icon-glyph.arrows-1_triangle-up-19:before {
  content: "\eac2";
}

.nc-icon-glyph.arrows-1_triangle-up-64:before {
  content: "\eac3";
}

.nc-icon-glyph.arrows-1_window-zoom-in:before {
  content: "\eac4";
}

.nc-icon-glyph.arrows-1_window-zoom-out:before {
  content: "\eac5";
}

.nc-icon-glyph.arrows-1_zoom-88:before {
  content: "\eac6";
}

.nc-icon-glyph.arrows-1_zoom-99:before {
  content: "\eac7";
}

.nc-icon-glyph.arrows-1_zoom-100:before {
  content: "\eac8";
}

.nc-icon-glyph.arrows-2_block-down:before {
  content: "\eac9";
}

.nc-icon-glyph.arrows-2_block-left:before {
  content: "\eaca";
}

.nc-icon-glyph.arrows-2_block-right:before {
  content: "\eacb";
}

.nc-icon-glyph.arrows-2_block-up:before {
  content: "\eacc";
}

.nc-icon-glyph.arrows-2_circle-in:before {
  content: "\eacd";
}

.nc-icon-glyph.arrows-2_circle-out:before {
  content: "\eace";
}

.nc-icon-glyph.arrows-2_circuit-round:before {
  content: "\eacf";
}

.nc-icon-glyph.arrows-2_circuit:before {
  content: "\ead0";
}

.nc-icon-glyph.arrows-2_computer-upload:before {
  content: "\ead1";
}

.nc-icon-glyph.arrows-2_conversion:before {
  content: "\ead2";
}

.nc-icon-glyph.arrows-2_corner-down-round:before {
  content: "\ead3";
}

.nc-icon-glyph.arrows-2_corner-down:before {
  content: "\ead4";
}

.nc-icon-glyph.arrows-2_corner-left-down:before {
  content: "\ead5";
}

.nc-icon-glyph.arrows-2_corner-left-round:before {
  content: "\ead6";
}

.nc-icon-glyph.arrows-2_corner-left:before {
  content: "\ead7";
}

.nc-icon-glyph.arrows-2_corner-right-down:before {
  content: "\ead8";
}

.nc-icon-glyph.arrows-2_corner-right-round:before {
  content: "\ead9";
}

.nc-icon-glyph.arrows-2_corner-right:before {
  content: "\eada";
}

.nc-icon-glyph.arrows-2_corner-up-left:before {
  content: "\eadb";
}

.nc-icon-glyph.arrows-2_corner-up-right:before {
  content: "\eadc";
}

.nc-icon-glyph.arrows-2_corner-up-round:before {
  content: "\eadd";
}

.nc-icon-glyph.arrows-2_corner-up:before {
  content: "\eade";
}

.nc-icon-glyph.arrows-2_cross-down:before {
  content: "\eadf";
}

.nc-icon-glyph.arrows-2_cross-horizontal:before {
  content: "\eae0";
}

.nc-icon-glyph.arrows-2_cross-left:before {
  content: "\eae1";
}

.nc-icon-glyph.arrows-2_cross-right:before {
  content: "\eae2";
}

.nc-icon-glyph.arrows-2_cross-up:before {
  content: "\eae3";
}

.nc-icon-glyph.arrows-2_cross-vertical:before {
  content: "\eae4";
}

.nc-icon-glyph.arrows-2_curve-circuit:before {
  content: "\eae5";
}

.nc-icon-glyph.arrows-2_curve-directions:before {
  content: "\eae6";
}

.nc-icon-glyph.arrows-2_curve-split:before {
  content: "\eae7";
}

.nc-icon-glyph.arrows-2_delete-49:before {
  content: "\eae8";
}

.nc-icon-glyph.arrows-2_delete-50:before {
  content: "\eae9";
}

.nc-icon-glyph.arrows-2_direction:before {
  content: "\eaea";
}

.nc-icon-glyph.arrows-2_dots-download:before {
  content: "\eaeb";
}

.nc-icon-glyph.arrows-2_dots-upload:before {
  content: "\eaec";
}

.nc-icon-glyph.arrows-2_eject:before {
  content: "\eaed";
}

.nc-icon-glyph.arrows-2_enlarge-circle:before {
  content: "\eaee";
}

.nc-icon-glyph.arrows-2_file-download-87:before {
  content: "\eaef";
}

.nc-icon-glyph.arrows-2_file-download-89:before {
  content: "\eaf0";
}

.nc-icon-glyph.arrows-2_file-download-94:before {
  content: "\eaf1";
}

.nc-icon-glyph.arrows-2_file-upload-86:before {
  content: "\eaf2";
}

.nc-icon-glyph.arrows-2_file-upload-88:before {
  content: "\eaf3";
}

.nc-icon-glyph.arrows-2_file-upload-93:before {
  content: "\eaf4";
}

.nc-icon-glyph.arrows-2_fork-round:before {
  content: "\eaf5";
}

.nc-icon-glyph.arrows-2_fork:before {
  content: "\eaf6";
}

.nc-icon-glyph.arrows-2_hit-down:before {
  content: "\eaf7";
}

.nc-icon-glyph.arrows-2_hit-left:before {
  content: "\eaf8";
}

.nc-icon-glyph.arrows-2_hit-right:before {
  content: "\eaf9";
}

.nc-icon-glyph.arrows-2_hit-up:before {
  content: "\eafa";
}

.nc-icon-glyph.arrows-2_lines:before {
  content: "\eafb";
}

.nc-icon-glyph.arrows-2_log-out:before {
  content: "\eafc";
}

.nc-icon-glyph.arrows-2_loop:before {
  content: "\eafd";
}

.nc-icon-glyph.arrows-2_merge-round:before {
  content: "\eafe";
}

.nc-icon-glyph.arrows-2_merge:before {
  content: "\eaff";
}

.nc-icon-glyph.arrows-2_move-05:before {
  content: "\eb00";
}

.nc-icon-glyph.arrows-2_move-06:before {
  content: "\eb01";
}

.nc-icon-glyph.arrows-2_move-92:before {
  content: "\eb02";
}

.nc-icon-glyph.arrows-2_move-down-right:before {
  content: "\eb03";
}

.nc-icon-glyph.arrows-2_move-down:before {
  content: "\eb04";
}

.nc-icon-glyph.arrows-2_move-left:before {
  content: "\eb05";
}

.nc-icon-glyph.arrows-2_move-right:before {
  content: "\eb06";
}

.nc-icon-glyph.arrows-2_move-up-left:before {
  content: "\eb07";
}

.nc-icon-glyph.arrows-2_move-up:before {
  content: "\eb08";
}

.nc-icon-glyph.arrows-2_push-next:before {
  content: "\eb09";
}

.nc-icon-glyph.arrows-2_push-previous:before {
  content: "\eb0a";
}

.nc-icon-glyph.arrows-2_reload:before {
  content: "\eb0b";
}

.nc-icon-glyph.arrows-2_replay:before {
  content: "\eb0c";
}

.nc-icon-glyph.arrows-2_rotate-left:before {
  content: "\eb0d";
}

.nc-icon-glyph.arrows-2_rotate-right:before {
  content: "\eb0e";
}

.nc-icon-glyph.arrows-2_round-left-down:before {
  content: "\eb0f";
}

.nc-icon-glyph.arrows-2_round-right-down:before {
  content: "\eb10";
}

.nc-icon-glyph.arrows-2_round-up-left:before {
  content: "\eb11";
}

.nc-icon-glyph.arrows-2_round-up-right:before {
  content: "\eb12";
}

.nc-icon-glyph.arrows-2_select-83:before {
  content: "\eb13";
}

.nc-icon-glyph.arrows-2_select-84:before {
  content: "\eb14";
}

.nc-icon-glyph.arrows-2_separate-round:before {
  content: "\eb15";
}

.nc-icon-glyph.arrows-2_separate:before {
  content: "\eb16";
}

.nc-icon-glyph.arrows-2_share-left:before {
  content: "\eb17";
}

.nc-icon-glyph.arrows-2_share-right:before {
  content: "\eb18";
}

.nc-icon-glyph.arrows-2_skew-down:before {
  content: "\eb19";
}

.nc-icon-glyph.arrows-2_skew-left:before {
  content: "\eb1a";
}

.nc-icon-glyph.arrows-2_skew-right:before {
  content: "\eb1b";
}

.nc-icon-glyph.arrows-2_skew-up:before {
  content: "\eb1c";
}

.nc-icon-glyph.arrows-2_small-left:before {
  content: "\eb1d";
}

.nc-icon-glyph.arrows-2_small-right:before {
  content: "\eb1e";
}

.nc-icon-glyph.arrows-2_split-horizontal:before {
  content: "\eb1f";
}

.nc-icon-glyph.arrows-2_split-round:before {
  content: "\eb20";
}

.nc-icon-glyph.arrows-2_split-vertical:before {
  content: "\eb21";
}

.nc-icon-glyph.arrows-2_split:before {
  content: "\eb22";
}

.nc-icon-glyph.arrows-2_square-download:before {
  content: "\eb23";
}

.nc-icon-glyph.arrows-2_square-upload:before {
  content: "\eb24";
}

.nc-icon-glyph.arrows-2_time:before {
  content: "\eb25";
}

.nc-icon-glyph.arrows-2_triangle-down:before {
  content: "\eb26";
}

.nc-icon-glyph.arrows-2_triangle-left:before {
  content: "\eb27";
}

.nc-icon-glyph.arrows-2_triangle-right:before {
  content: "\eb28";
}

.nc-icon-glyph.arrows-2_triangle-up:before {
  content: "\eb29";
}

.nc-icon-glyph.arrows-2_unite-round:before {
  content: "\eb2a";
}

.nc-icon-glyph.arrows-2_unite:before {
  content: "\eb2b";
}

.nc-icon-glyph.arrows-2_zoom:before {
  content: "\eb2c";
}

.nc-icon-glyph.arrows-3_circle-down:before {
  content: "\eb2d";
}

.nc-icon-glyph.arrows-3_circle-left:before {
  content: "\eb2e";
}

.nc-icon-glyph.arrows-3_circle-right:before {
  content: "\eb2f";
}

.nc-icon-glyph.arrows-3_circle-simple-down:before {
  content: "\eb30";
}

.nc-icon-glyph.arrows-3_circle-simple-left:before {
  content: "\eb31";
}

.nc-icon-glyph.arrows-3_circle-simple-right:before {
  content: "\eb32";
}

.nc-icon-glyph.arrows-3_circle-simple-up:before {
  content: "\eb33";
}

.nc-icon-glyph.arrows-3_circle-up:before {
  content: "\eb34";
}

.nc-icon-glyph.arrows-3_cloud-refresh:before {
  content: "\eb35";
}

.nc-icon-glyph.arrows-3_separate:before {
  content: "\eb36";
}

.nc-icon-glyph.arrows-3_small-down:before {
  content: "\eb37";
}

.nc-icon-glyph.arrows-3_small-up:before {
  content: "\eb38";
}

.nc-icon-glyph.arrows-3_square-corner-down-left-17:before {
  content: "\eb39";
}

.nc-icon-glyph.arrows-3_square-corner-down-left-18:before {
  content: "\eb3a";
}

.nc-icon-glyph.arrows-3_square-corner-up-left:before {
  content: "\eb3b";
}

.nc-icon-glyph.arrows-3_square-corner-up-right:before {
  content: "\eb3c";
}

.nc-icon-glyph.arrows-3_square-down-06:before {
  content: "\eb3d";
}

.nc-icon-glyph.arrows-3_square-down-22:before {
  content: "\eb3e";
}

.nc-icon-glyph.arrows-3_square-enlarge:before {
  content: "\eb3f";
}

.nc-icon-glyph.arrows-3_square-left-04:before {
  content: "\eb40";
}

.nc-icon-glyph.arrows-3_square-left-20:before {
  content: "\eb41";
}

.nc-icon-glyph.arrows-3_square-right-03:before {
  content: "\eb42";
}

.nc-icon-glyph.arrows-3_square-right-19:before {
  content: "\eb43";
}

.nc-icon-glyph.arrows-3_square-simple-down:before {
  content: "\eb44";
}

.nc-icon-glyph.arrows-3_square-simple-left:before {
  content: "\eb45";
}

.nc-icon-glyph.arrows-3_square-simple-right:before {
  content: "\eb46";
}

.nc-icon-glyph.arrows-3_square-simple-up:before {
  content: "\eb47";
}

.nc-icon-glyph.arrows-3_square-up-05:before {
  content: "\eb48";
}

.nc-icon-glyph.arrows-3_square-up-21:before {
  content: "\eb49";
}

.nc-icon-glyph.arrows-3_square-zoom:before {
  content: "\eb4a";
}

.nc-icon-glyph.arrows-3_super-bold-down:before {
  content: "\eb4b";
}

.nc-icon-glyph.arrows-3_super-bold-left:before {
  content: "\eb4c";
}

.nc-icon-glyph.arrows-3_super-bold-right:before {
  content: "\eb4d";
}

.nc-icon-glyph.arrows-3_super-bold-up:before {
  content: "\eb4e";
}

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

Nucleo Mini Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'Nucleo Mini';
  src: url("/fonts/nucleo/mini/nucleo-mini.eot");
  src: url("/fonts/nucleo/mini/nucleo-mini.eot") format("embedded-opentype"), url("/fonts/nucleo/mini/nucleo-mini.woff2") format("woff2"), url("/fonts/nucleo/mini/nucleo-mini.woff") format("woff"), url("/fonts/nucleo/mini/nucleo-mini.ttf") format("truetype"), url("/fonts/nucleo/mini/nucleo-mini.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/
.nc-icon-mini {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Mini";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
.nc-icon-mini.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}

.nc-icon-mini.x2 {
  font-size: 2em;
}

.nc-icon-mini.x3 {
  font-size: 3em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-mini.square,
.nc-icon-mini.circle {
  padding: 0.3333333333em;
  vertical-align: -16%;
  background-color: #eee;
}

.nc-icon-mini.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.nc-icon-ul > li {
  position: relative;
}

.nc-icon-ul > li > .nc-icon-mini {
  position: absolute;
  left: -1.5714285714em;
  top: 0.1428571429em;
  text-align: center;
}

.nc-icon-ul > li > .nc-icon-mini.lg {
  top: 0;
  left: -1.3571428571em;
}

.nc-icon-ul > li > .nc-icon-mini.circle, .nc-icon-ul > li > .nc-icon-mini.square {
  top: -0.1904761905em;
  left: -1.9047619048em;
}

/*------------------------
  spinning icons
-------------------------*/
.nc-icon-mini.spin {
  animation: nc-icon-spin 2s infinite linear;
}

@keyframes nc-icon-spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-mini.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nc-icon-mini.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nc-icon-mini.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nc-icon-mini.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nc-icon-mini.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
	font icons
-------------------------*/
.nc-icon-mini.design_album:before {
  content: "\ed88";
}

.nc-icon-mini.design_align-bottom:before {
  content: "\ed89";
}

.nc-icon-mini.design_align-center-horizontal:before {
  content: "\ed8a";
}

.nc-icon-mini.design_align-center-vertical:before {
  content: "\ed8b";
}

.nc-icon-mini.design_align-left:before {
  content: "\ed8c";
}

.nc-icon-mini.design_align-right:before {
  content: "\ed8d";
}

.nc-icon-mini.design_align-top:before {
  content: "\ed8e";
}

.nc-icon-mini.design_app:before {
  content: "\ed8f";
}

.nc-icon-mini.design_artboard:before {
  content: "\ed90";
}

.nc-icon-mini.design_blend:before {
  content: "\ed91";
}

.nc-icon-mini.design_book-bookmark:before {
  content: "\ed92";
}

.nc-icon-mini.design_book-open:before {
  content: "\ed93";
}

.nc-icon-mini.design_brush:before {
  content: "\ed94";
}

.nc-icon-mini.design_bug:before {
  content: "\ed95";
}

.nc-icon-mini.design_bullet-list-67:before {
  content: "\ed96";
}

.nc-icon-mini.design_bullet-list-68:before {
  content: "\ed97";
}

.nc-icon-mini.design_bullet-list-69:before {
  content: "\ed98";
}

.nc-icon-mini.design_bullet-list-70:before {
  content: "\ed99";
}

.nc-icon-mini.design_clone:before {
  content: "\ed9a";
}

.nc-icon-mini.design_code:before {
  content: "\ed9b";
}

.nc-icon-mini.design_collection:before {
  content: "\ed9c";
}

.nc-icon-mini.design_command:before {
  content: "\ed9d";
}

.nc-icon-mini.design_compass:before {
  content: "\ed9e";
}

.nc-icon-mini.design_contrast:before {
  content: "\ed9f";
}

.nc-icon-mini.design_copy:before {
  content: "\eda0";
}

.nc-icon-mini.design_crop:before {
  content: "\eda1";
}

.nc-icon-mini.design_cursor-48:before {
  content: "\eda2";
}

.nc-icon-mini.design_cursor-49:before {
  content: "\eda3";
}

.nc-icon-mini.design_design:before {
  content: "\eda4";
}

.nc-icon-mini.design_distribute-horizontal:before {
  content: "\eda5";
}

.nc-icon-mini.design_distribute-vertical:before {
  content: "\eda6";
}

.nc-icon-mini.design_eraser-32:before {
  content: "\eda7";
}

.nc-icon-mini.design_eraser-33:before {
  content: "\eda8";
}

.nc-icon-mini.design_eraser-46:before {
  content: "\eda9";
}

.nc-icon-mini.design_flip-horizontal:before {
  content: "\edaa";
}

.nc-icon-mini.design_flip-vertical:before {
  content: "\edab";
}

.nc-icon-mini.design_image:before {
  content: "\edac";
}

.nc-icon-mini.design_magnet:before {
  content: "\edad";
}

.nc-icon-mini.design_marker:before {
  content: "\edae";
}

.nc-icon-mini.design_measure-02:before {
  content: "\edaf";
}

.nc-icon-mini.design_measure-17:before {
  content: "\edb0";
}

.nc-icon-mini.design_measure-big:before {
  content: "\edb1";
}

.nc-icon-mini.design_mouse-08:before {
  content: "\edb2";
}

.nc-icon-mini.design_mouse-09:before {
  content: "\edb3";
}

.nc-icon-mini.design_mouse-10:before {
  content: "\edb4";
}

.nc-icon-mini.design_note-code:before {
  content: "\edb5";
}

.nc-icon-mini.design_paint-16:before {
  content: "\edb6";
}

.nc-icon-mini.design_paint-37:before {
  content: "\edb7";
}

.nc-icon-mini.design_paint-38:before {
  content: "\edb8";
}

.nc-icon-mini.design_paint-bucket-39:before {
  content: "\edb9";
}

.nc-icon-mini.design_paint-bucket-40:before {
  content: "\edba";
}

.nc-icon-mini.design_palette:before {
  content: "\edbb";
}

.nc-icon-mini.design_pantone:before {
  content: "\edbc";
}

.nc-icon-mini.design_patch-19:before {
  content: "\edbd";
}

.nc-icon-mini.design_patch-34:before {
  content: "\edbe";
}

.nc-icon-mini.design_path-exclude:before {
  content: "\edbf";
}

.nc-icon-mini.design_path-intersect:before {
  content: "\edc0";
}

.nc-icon-mini.design_path-minus:before {
  content: "\edc1";
}

.nc-icon-mini.design_path-unite:before {
  content: "\edc2";
}

.nc-icon-mini.design_pen-01:before {
  content: "\edc3";
}

.nc-icon-mini.design_pen-23:before {
  content: "\edc4";
}

.nc-icon-mini.design_pen-tool:before {
  content: "\edc5";
}

.nc-icon-mini.design_phone:before {
  content: "\edc6";
}

.nc-icon-mini.design_scissors:before {
  content: "\edc7";
}

.nc-icon-mini.design_shape-adjust:before {
  content: "\edc8";
}

.nc-icon-mini.design_shape-circle:before {
  content: "\edc9";
}

.nc-icon-mini.design_shape-polygon:before {
  content: "\edca";
}

.nc-icon-mini.design_shape-square:before {
  content: "\edcb";
}

.nc-icon-mini.design_shape-triangle:before {
  content: "\edcc";
}

.nc-icon-mini.design_shapes:before {
  content: "\edcd";
}

.nc-icon-mini.design_sharpener:before {
  content: "\edce";
}

.nc-icon-mini.design_slice:before {
  content: "\edcf";
}

.nc-icon-mini.design_spray:before {
  content: "\edd0";
}

.nc-icon-mini.design_stamp:before {
  content: "\edd1";
}

.nc-icon-mini.design_tablet:before {
  content: "\edd2";
}

.nc-icon-mini.design_text:before {
  content: "\edd3";
}

.nc-icon-mini.design_todo:before {
  content: "\edd4";
}

.nc-icon-mini.design_usb:before {
  content: "\edd5";
}

.nc-icon-mini.design_vector:before {
  content: "\edd6";
}

.nc-icon-mini.design_wand:before {
  content: "\edd7";
}

.nc-icon-mini.design_webpage:before {
  content: "\edd8";
}

.nc-icon-mini.design_window-code:before {
  content: "\edd9";
}

.nc-icon-mini.design_window-paragraph:before {
  content: "\edda";
}

.nc-icon-mini.design_window-responsive:before {
  content: "\eddb";
}

.nc-icon-mini.design-2_3d-28:before {
  content: "\eea7";
}

.nc-icon-mini.design-2_3d-29:before {
  content: "\eea8";
}

.nc-icon-mini.design-2_android:before {
  content: "\eea9";
}

.nc-icon-mini.design-2_angle:before {
  content: "\eeaa";
}

.nc-icon-mini.design-2_animation-14:before {
  content: "\eeab";
}

.nc-icon-mini.design-2_animation-31:before {
  content: "\eeac";
}

.nc-icon-mini.design-2_animation-32:before {
  content: "\eead";
}

.nc-icon-mini.design-2_apple:before {
  content: "\eeae";
}

.nc-icon-mini.design-2_bucket:before {
  content: "\eeaf";
}

.nc-icon-mini.design-2_button:before {
  content: "\eeb0";
}

.nc-icon-mini.design-2_canvas:before {
  content: "\eeb1";
}

.nc-icon-mini.design-2_css3:before {
  content: "\eeb2";
}

.nc-icon-mini.design-2_cursor-add:before {
  content: "\eeb3";
}

.nc-icon-mini.design-2_cursor-grab:before {
  content: "\eeb4";
}

.nc-icon-mini.design-2_cursor-load:before {
  content: "\eeb5";
}

.nc-icon-mini.design-2_cursor-menu:before {
  content: "\eeb6";
}

.nc-icon-mini.design-2_cursor-not-allowed:before {
  content: "\eeb7";
}

.nc-icon-mini.design-2_cursor-pointer:before {
  content: "\eeb8";
}

.nc-icon-mini.design-2_cursor-text:before {
  content: "\eeb9";
}

.nc-icon-mini.design-2_divider:before {
  content: "\eeba";
}

.nc-icon-mini.design-2_filter-organization:before {
  content: "\eebb";
}

.nc-icon-mini.design-2_form:before {
  content: "\eebc";
}

.nc-icon-mini.design-2_frame:before {
  content: "\eebd";
}

.nc-icon-mini.design-2_group:before {
  content: "\eebe";
}

.nc-icon-mini.design-2_html5:before {
  content: "\eebf";
}

.nc-icon-mini.design-2_image:before {
  content: "\eec0";
}

.nc-icon-mini.design-2_layers:before {
  content: "\eec1";
}

.nc-icon-mini.design-2_layout-11:before {
  content: "\eec2";
}

.nc-icon-mini.design-2_layout-25:before {
  content: "\eec3";
}

.nc-icon-mini.design-2_mirror:before {
  content: "\eec4";
}

.nc-icon-mini.design-2_move-down:before {
  content: "\eec5";
}

.nc-icon-mini.design-2_move-up:before {
  content: "\eec6";
}

.nc-icon-mini.design-2_paint-brush:before {
  content: "\eec7";
}

.nc-icon-mini.design-2_ruler-pencil:before {
  content: "\eec8";
}

.nc-icon-mini.design-2_scale-down:before {
  content: "\eec9";
}

.nc-icon-mini.design-2_scale-up:before {
  content: "\eeca";
}

.nc-icon-mini.design-2_scale:before {
  content: "\eecb";
}

.nc-icon-mini.design-2_selection:before {
  content: "\eecc";
}

.nc-icon-mini.design-2_slider:before {
  content: "\eecd";
}

.nc-icon-mini.design-2_text:before {
  content: "\eece";
}

.nc-icon-mini.design-2_transform-origin:before {
  content: "\eecf";
}

.nc-icon-mini.design-2_transform:before {
  content: "\eed0";
}

.nc-icon-mini.design-2_ungroup:before {
  content: "\eed1";
}

.nc-icon-mini.loader_circle-04:before {
  content: "\eea3";
}

.nc-icon-mini.loader_dots-06:before {
  content: "\eea4";
}

.nc-icon-mini.loader_gear:before {
  content: "\eea5";
}

.nc-icon-mini.loader_refresh:before {
  content: "\eea6";
}

.nc-icon-mini.ui-1_analytics-88:before {
  content: "\ea0f";
}

.nc-icon-mini.ui-1_analytics-89:before {
  content: "\ea10";
}

.nc-icon-mini.ui-1_attach-86:before {
  content: "\ea11";
}

.nc-icon-mini.ui-1_attach-87:before {
  content: "\ea12";
}

.nc-icon-mini.ui-1_bell-53:before {
  content: "\ea13";
}

.nc-icon-mini.ui-1_bell-54:before {
  content: "\ea14";
}

.nc-icon-mini.ui-1_bell-55:before {
  content: "\ea15";
}

.nc-icon-mini.ui-1_bold-add:before {
  content: "\ea16";
}

.nc-icon-mini.ui-1_bold-delete:before {
  content: "\ea17";
}

.nc-icon-mini.ui-1_bold-remove:before {
  content: "\ea18";
}

.nc-icon-mini.ui-1_bookmark-add:before {
  content: "\ea19";
}

.nc-icon-mini.ui-1_bookmark-remove:before {
  content: "\ea1a";
}

.nc-icon-mini.ui-1_calendar-57:before {
  content: "\ea1b";
}

.nc-icon-mini.ui-1_calendar-60:before {
  content: "\ea1c";
}

.nc-icon-mini.ui-1_check-bold:before {
  content: "\ea1d";
}

.nc-icon-mini.ui-1_check-circle-07:before {
  content: "\ea1e";
}

.nc-icon-mini.ui-1_check-circle-08:before {
  content: "\ea1f";
}

.nc-icon-mini.ui-1_check-curve:before {
  content: "\ea20";
}

.nc-icon-mini.ui-1_check-simple:before {
  content: "\ea21";
}

.nc-icon-mini.ui-1_check-small:before {
  content: "\ea22";
}

.nc-icon-mini.ui-1_check-square-09:before {
  content: "\ea23";
}

.nc-icon-mini.ui-1_check-square-11:before {
  content: "\ea24";
}

.nc-icon-mini.ui-1_check:before {
  content: "\ea25";
}

.nc-icon-mini.ui-1_circle-add:before {
  content: "\ea26";
}

.nc-icon-mini.ui-1_circle-bold-add:before {
  content: "\ea27";
}

.nc-icon-mini.ui-1_circle-bold-remove:before {
  content: "\ea28";
}

.nc-icon-mini.ui-1_circle-delete:before {
  content: "\ea29";
}

.nc-icon-mini.ui-1_circle-remove:before {
  content: "\ea2a";
}

.nc-icon-mini.ui-1_dashboard-29:before {
  content: "\ea2b";
}

.nc-icon-mini.ui-1_dashboard-30:before {
  content: "\ea2c";
}

.nc-icon-mini.ui-1_dashboard-half:before {
  content: "\ea2d";
}

.nc-icon-mini.ui-1_dashboard-level:before {
  content: "\ea2e";
}

.nc-icon-mini.ui-1_database:before {
  content: "\ea2f";
}

.nc-icon-mini.ui-1_drop:before {
  content: "\ea30";
}

.nc-icon-mini.ui-1_edit-71:before {
  content: "\ea31";
}

.nc-icon-mini.ui-1_edit-72:before {
  content: "\ea32";
}

.nc-icon-mini.ui-1_edit-73:before {
  content: "\ea33";
}

.nc-icon-mini.ui-1_edit-74:before {
  content: "\ea34";
}

.nc-icon-mini.ui-1_edit-75:before {
  content: "\ea35";
}

.nc-icon-mini.ui-1_edit-76:before {
  content: "\ea36";
}

.nc-icon-mini.ui-1_edit-77:before {
  content: "\ea37";
}

.nc-icon-mini.ui-1_edit-78:before {
  content: "\ea38";
}

.nc-icon-mini.ui-1_email-83:before {
  content: "\ea39";
}

.nc-icon-mini.ui-1_email-84:before {
  content: "\ea3a";
}

.nc-icon-mini.ui-1_eye-17:before {
  content: "\ea3b";
}

.nc-icon-mini.ui-1_eye-19:before {
  content: "\ea3c";
}

.nc-icon-mini.ui-1_eye-ban-18:before {
  content: "\ea3d";
}

.nc-icon-mini.ui-1_eye-ban-20:before {
  content: "\ea3e";
}

.nc-icon-mini.ui-1_flame:before {
  content: "\ea3f";
}

.nc-icon-mini.ui-1_home-51:before {
  content: "\ea40";
}

.nc-icon-mini.ui-1_home-52:before {
  content: "\ea41";
}

.nc-icon-mini.ui-1_home-minimal:before {
  content: "\ea42";
}

.nc-icon-mini.ui-1_home-simple:before {
  content: "\ea43";
}

.nc-icon-mini.ui-1_leaf-80:before {
  content: "\ea44";
}

.nc-icon-mini.ui-1_leaf-81:before {
  content: "\ea45";
}

.nc-icon-mini.ui-1_leaf-edit:before {
  content: "\ea46";
}

.nc-icon-mini.ui-1_lock-circle-open:before {
  content: "\ea47";
}

.nc-icon-mini.ui-1_lock-circle:before {
  content: "\ea48";
}

.nc-icon-mini.ui-1_lock-open:before {
  content: "\ea49";
}

.nc-icon-mini.ui-1_lock:before {
  content: "\ea4a";
}

.nc-icon-mini.ui-1_notification-69:before {
  content: "\ea4b";
}

.nc-icon-mini.ui-1_pencil:before {
  content: "\ea4c";
}

.nc-icon-mini.ui-1_preferences-circle-rotate:before {
  content: "\ea4d";
}

.nc-icon-mini.ui-1_preferences-circle:before {
  content: "\ea4e";
}

.nc-icon-mini.ui-1_preferences-container-circle-rotate:before {
  content: "\ea4f";
}

.nc-icon-mini.ui-1_preferences-container-circle:before {
  content: "\ea50";
}

.nc-icon-mini.ui-1_preferences-container-rotate:before {
  content: "\ea51";
}

.nc-icon-mini.ui-1_preferences-container:before {
  content: "\ea52";
}

.nc-icon-mini.ui-1_preferences-rotate:before {
  content: "\ea53";
}

.nc-icon-mini.ui-1_preferences:before {
  content: "\ea54";
}

.nc-icon-mini.ui-1_send:before {
  content: "\ea55";
}

.nc-icon-mini.ui-1_settings-gear-63:before {
  content: "\ea56";
}

.nc-icon-mini.ui-1_settings-gear-64:before {
  content: "\ea57";
}

.nc-icon-mini.ui-1_settings-gear-65:before {
  content: "\ea58";
}

.nc-icon-mini.ui-1_settings-tool-66:before {
  content: "\ea59";
}

.nc-icon-mini.ui-1_simple-add:before {
  content: "\ea5a";
}

.nc-icon-mini.ui-1_simple-delete:before {
  content: "\ea5b";
}

.nc-icon-mini.ui-1_simple-remove:before {
  content: "\ea5c";
}

.nc-icon-mini.ui-1_trash-simple:before {
  content: "\ea5d";
}

.nc-icon-mini.ui-1_trash:before {
  content: "\ea5e";
}

.nc-icon-mini.ui-1_ui-03:before {
  content: "\ea5f";
}

.nc-icon-mini.ui-1_ui-04:before {
  content: "\ea60";
}

.nc-icon-mini.ui-1_zoom-bold-in:before {
  content: "\ea61";
}

.nc-icon-mini.ui-1_zoom-bold-out:before {
  content: "\ea62";
}

.nc-icon-mini.ui-1_zoom-bold:before {
  content: "\ea63";
}

.nc-icon-mini.ui-1_zoom-in:before {
  content: "\ea64";
}

.nc-icon-mini.ui-1_zoom-out:before {
  content: "\ea65";
}

.nc-icon-mini.ui-1_zoom:before {
  content: "\ea66";
}

.nc-icon-mini.ui-2_alert:before {
  content: "\ea67";
}

.nc-icon-mini.ui-2_alert-:before {
  content: "\ea68";
}

.nc-icon-mini.ui-2_alert-circle:before {
  content: "\ea69";
}

.nc-icon-mini.ui-2_alert-circle-:before {
  content: "\ea6a";
}

.nc-icon-mini.ui-2_alert-circle-i:before {
  content: "\ea6b";
}

.nc-icon-mini.ui-2_alert-i:before {
  content: "\ea6c";
}

.nc-icon-mini.ui-2_alert-square:before {
  content: "\ea6d";
}

.nc-icon-mini.ui-2_alert-square-:before {
  content: "\ea6e";
}

.nc-icon-mini.ui-2_alert-square-i:before {
  content: "\ea6f";
}

.nc-icon-mini.ui-2_archive:before {
  content: "\ea70";
}

.nc-icon-mini.ui-2_ban:before {
  content: "\ea71";
}

.nc-icon-mini.ui-2_battery-81:before {
  content: "\ea72";
}

.nc-icon-mini.ui-2_battery-83:before {
  content: "\ea73";
}

.nc-icon-mini.ui-2_battery-half:before {
  content: "\ea74";
}

.nc-icon-mini.ui-2_battery-low:before {
  content: "\ea75";
}

.nc-icon-mini.ui-2_bluetooth:before {
  content: "\ea76";
}

.nc-icon-mini.ui-2_book:before {
  content: "\ea77";
}

.nc-icon-mini.ui-2_chart-bar-52:before {
  content: "\ea78";
}

.nc-icon-mini.ui-2_chart-bar-53:before {
  content: "\ea79";
}

.nc-icon-mini.ui-2_chat-content:before {
  content: "\ea7a";
}

.nc-icon-mini.ui-2_chat-round-content:before {
  content: "\ea7b";
}

.nc-icon-mini.ui-2_chat-round:before {
  content: "\ea7c";
}

.nc-icon-mini.ui-2_chat:before {
  content: "\ea7d";
}

.nc-icon-mini.ui-2_circle-bold-delete:before {
  content: "\ea7e";
}

.nc-icon-mini.ui-2_cloud-25:before {
  content: "\ea7f";
}

.nc-icon-mini.ui-2_cloud-26:before {
  content: "\ea80";
}

.nc-icon-mini.ui-2_disk:before {
  content: "\ea81";
}

.nc-icon-mini.ui-2_enlarge-57:before {
  content: "\ea82";
}

.nc-icon-mini.ui-2_enlarge-58:before {
  content: "\ea83";
}

.nc-icon-mini.ui-2_favourite-28:before {
  content: "\ea84";
}

.nc-icon-mini.ui-2_favourite-31:before {
  content: "\ea85";
}

.nc-icon-mini.ui-2_filter:before {
  content: "\ea86";
}

.nc-icon-mini.ui-2_fullsize:before {
  content: "\ea87";
}

.nc-icon-mini.ui-2_grid-45:before {
  content: "\ea88";
}

.nc-icon-mini.ui-2_grid-46:before {
  content: "\ea89";
}

.nc-icon-mini.ui-2_grid-48:before {
  content: "\ea8a";
}

.nc-icon-mini.ui-2_grid-50:before {
  content: "\ea8b";
}

.nc-icon-mini.ui-2_grid-square:before {
  content: "\ea8c";
}

.nc-icon-mini.ui-2_hourglass:before {
  content: "\ea8d";
}

.nc-icon-mini.ui-2_lab:before {
  content: "\ea8e";
}

.nc-icon-mini.ui-2_layers:before {
  content: "\ea8f";
}

.nc-icon-mini.ui-2_like:before {
  content: "\ea90";
}

.nc-icon-mini.ui-2_link-66:before {
  content: "\ea91";
}

.nc-icon-mini.ui-2_link-68:before {
  content: "\ea92";
}

.nc-icon-mini.ui-2_link-69:before {
  content: "\ea93";
}

.nc-icon-mini.ui-2_link-72:before {
  content: "\ea94";
}

.nc-icon-mini.ui-2_link-broken-70:before {
  content: "\ea95";
}

.nc-icon-mini.ui-2_link-broken-73:before {
  content: "\ea96";
}

.nc-icon-mini.ui-2_menu-34:before {
  content: "\ea97";
}

.nc-icon-mini.ui-2_menu-35:before {
  content: "\ea98";
}

.nc-icon-mini.ui-2_menu-bold:before {
  content: "\ea99";
}

.nc-icon-mini.ui-2_menu-dots:before {
  content: "\ea9a";
}

.nc-icon-mini.ui-2_menu-square:before {
  content: "\ea9b";
}

.nc-icon-mini.ui-2_node:before {
  content: "\ea9c";
}

.nc-icon-mini.ui-2_paragraph:before {
  content: "\ea9d";
}

.nc-icon-mini.ui-2_phone:before {
  content: "\ea9e";
}

.nc-icon-mini.ui-2_share-bold:before {
  content: "\ea9f";
}

.nc-icon-mini.ui-2_share:before {
  content: "\eaa0";
}

.nc-icon-mini.ui-2_small-add:before {
  content: "\eaa1";
}

.nc-icon-mini.ui-2_small-delete:before {
  content: "\eaa2";
}

.nc-icon-mini.ui-2_small-remove:before {
  content: "\eaa3";
}

.nc-icon-mini.ui-2_square-add-08:before {
  content: "\eaa4";
}

.nc-icon-mini.ui-2_square-add-11:before {
  content: "\eaa5";
}

.nc-icon-mini.ui-2_square-delete-10:before {
  content: "\eaa6";
}

.nc-icon-mini.ui-2_square-delete-13:before {
  content: "\eaa7";
}

.nc-icon-mini.ui-2_square-remove-09:before {
  content: "\eaa8";
}

.nc-icon-mini.ui-2_square-remove-12:before {
  content: "\eaa9";
}

.nc-icon-mini.ui-2_target:before {
  content: "\eaaa";
}

.nc-icon-mini.ui-2_tile-55:before {
  content: "\eaab";
}

.nc-icon-mini.ui-2_tile-56:before {
  content: "\eaac";
}

.nc-icon-mini.ui-2_time-alarm:before {
  content: "\eaad";
}

.nc-icon-mini.ui-2_time-clock:before {
  content: "\eaae";
}

.nc-icon-mini.ui-2_time-countdown:before {
  content: "\eaaf";
}

.nc-icon-mini.ui-2_time:before {
  content: "\eab0";
}

.nc-icon-mini.ui-2_webpage:before {
  content: "\eab1";
}

.nc-icon-mini.ui-3_alert:before {
  content: "\eab2";
}

.nc-icon-mini.ui-3_backward:before {
  content: "\eab3";
}

.nc-icon-mini.ui-3_bolt:before {
  content: "\eab4";
}

.nc-icon-mini.ui-3_bullet-list:before {
  content: "\eab5";
}

.nc-icon-mini.ui-3_calendar-add:before {
  content: "\eab6";
}

.nc-icon-mini.ui-3_card-add:before {
  content: "\eab7";
}

.nc-icon-mini.ui-3_card-alert:before {
  content: "\eab8";
}

.nc-icon-mini.ui-3_chart-bars:before {
  content: "\ee6e";
}

.nc-icon-mini.ui-3_chart:before {
  content: "\ee6f";
}

.nc-icon-mini.ui-3_chat-33:before {
  content: "\ee70";
}

.nc-icon-mini.ui-3_chat-45:before {
  content: "\ee71";
}

.nc-icon-mini.ui-3_chat-46:before {
  content: "\ee72";
}

.nc-icon-mini.ui-3_chat-reply:before {
  content: "\ee73";
}

.nc-icon-mini.ui-3_check-in:before {
  content: "\ee74";
}

.nc-icon-mini.ui-3_check-out:before {
  content: "\ee75";
}

.nc-icon-mini.ui-3_dock-bottom:before {
  content: "\ee76";
}

.nc-icon-mini.ui-3_dock-left:before {
  content: "\ee77";
}

.nc-icon-mini.ui-3_dock-right:before {
  content: "\ee78";
}

.nc-icon-mini.ui-3_dock-top:before {
  content: "\ee79";
}

.nc-icon-mini.ui-3_filter-check:before {
  content: "\ee7a";
}

.nc-icon-mini.ui-3_filter-remove:before {
  content: "\ee7b";
}

.nc-icon-mini.ui-3_forward:before {
  content: "\ee7c";
}

.nc-icon-mini.ui-3_funnel-39:before {
  content: "\ee7d";
}

.nc-icon-mini.ui-3_funnel-40:before {
  content: "\ee7e";
}

.nc-icon-mini.ui-3_funnel-41:before {
  content: "\ee7f";
}

.nc-icon-mini.ui-3_heart:before {
  content: "\ee80";
}

.nc-icon-mini.ui-3_infinite:before {
  content: "\ee81";
}

.nc-icon-mini.ui-3_link:before {
  content: "\ee82";
}

.nc-icon-mini.ui-3_menu-left:before {
  content: "\ee83";
}

.nc-icon-mini.ui-3_menu-right:before {
  content: "\ee84";
}

.nc-icon-mini.ui-3_menu:before {
  content: "\ee85";
}

.nc-icon-mini.ui-3_metrics:before {
  content: "\ee86";
}

.nc-icon-mini.ui-3_phone-call-end:before {
  content: "\ee87";
}

.nc-icon-mini.ui-3_phone-call:before {
  content: "\ee88";
}

.nc-icon-mini.ui-3_phone:before {
  content: "\ee89";
}

.nc-icon-mini.ui-3_playlist:before {
  content: "\ee8a";
}

.nc-icon-mini.ui-3_security:before {
  content: "\ee8b";
}

.nc-icon-mini.ui-3_segmentation:before {
  content: "\ee8c";
}

.nc-icon-mini.ui-3_select:before {
  content: "\ee8d";
}

.nc-icon-mini.ui-3_send:before {
  content: "\ee8e";
}

.nc-icon-mini.ui-3_signal:before {
  content: "\ee8f";
}

.nc-icon-mini.ui-3_slide-left:before {
  content: "\ee90";
}

.nc-icon-mini.ui-3_slide-right:before {
  content: "\ee91";
}

.nc-icon-mini.ui-3_table-left:before {
  content: "\ee92";
}

.nc-icon-mini.ui-3_table-right:before {
  content: "\ee93";
}

.nc-icon-mini.ui-3_tag:before {
  content: "\ee94";
}

.nc-icon-mini.ui-3_widget:before {
  content: "\ee95";
}

.nc-icon-mini.ui-e_round-e-alert:before {
  content: "\ee96";
}

.nc-icon-mini.ui-e_round-e-help:before {
  content: "\ee97";
}

.nc-icon-mini.ui-e_round-e-info:before {
  content: "\ee98";
}

.nc-icon-mini.ui-e_square-e-alert:before {
  content: "\ee99";
}

.nc-icon-mini.ui-e_square-e-help:before {
  content: "\ee9a";
}

.nc-icon-mini.ui-e_square-e-info:before {
  content: "\ee9b";
}

.nc-icon-mini.ui-e_star-half:before {
  content: "\ee9c";
}

.nc-icon-mini.ui-e-2_calendar-add:before {
  content: "\ee9d";
}

.nc-icon-mini.ui-e-2_dock-bottom:before {
  content: "\ee9e";
}

.nc-icon-mini.ui-e-2_dock-left:before {
  content: "\ee9f";
}

.nc-icon-mini.ui-e-2_dock-right:before {
  content: "\eea0";
}

.nc-icon-mini.ui-e-2_dock-top:before {
  content: "\eea1";
}

.nc-icon-mini.ui-e-2_heart:before {
  content: "\eea2";
}

.nc-icon-mini.envir_bulb-saver:before {
  content: "\ee5c";
}

.nc-icon-mini.envir_bulb:before {
  content: "\ee5d";
}

.nc-icon-mini.envir_car:before {
  content: "\ee5e";
}

.nc-icon-mini.envir_fuel-electric:before {
  content: "\ee5f";
}

.nc-icon-mini.envir_fuel:before {
  content: "\ee60";
}

.nc-icon-mini.envir_home:before {
  content: "\ee61";
}

.nc-icon-mini.envir_level:before {
  content: "\ee62";
}

.nc-icon-mini.envir_panel:before {
  content: "\ee63";
}

.nc-icon-mini.envir_radiation:before {
  content: "\ee64";
}

.nc-icon-mini.envir_recycling:before {
  content: "\ee65";
}

.nc-icon-mini.envir_save-planet:before {
  content: "\ee66";
}

.nc-icon-mini.envir_waste-danger:before {
  content: "\ee67";
}

.nc-icon-mini.envir_waste-recycling:before {
  content: "\ee68";
}

.nc-icon-mini.envir_waste:before {
  content: "\ee69";
}

.nc-icon-mini.envir_water-hand:before {
  content: "\ee6a";
}

.nc-icon-mini.envir_water-sink:before {
  content: "\ee6b";
}

.nc-icon-mini.envir_water:before {
  content: "\ee6c";
}

.nc-icon-mini.envir_wind:before {
  content: "\ee6d";
}

.nc-icon-mini.arrows-1_back-78:before {
  content: "\e900";
}

.nc-icon-mini.arrows-1_back-80:before {
  content: "\e901";
}

.nc-icon-mini.arrows-1_bold-down:before {
  content: "\e902";
}

.nc-icon-mini.arrows-1_bold-left:before {
  content: "\e903";
}

.nc-icon-mini.arrows-1_bold-right:before {
  content: "\e904";
}

.nc-icon-mini.arrows-1_bold-up:before {
  content: "\e905";
}

.nc-icon-mini.arrows-1_circle-down-12:before {
  content: "\e906";
}

.nc-icon-mini.arrows-1_circle-down-40:before {
  content: "\e907";
}

.nc-icon-mini.arrows-1_circle-left-10:before {
  content: "\e908";
}

.nc-icon-mini.arrows-1_circle-left-38:before {
  content: "\e909";
}

.nc-icon-mini.arrows-1_circle-right-09:before {
  content: "\e90a";
}

.nc-icon-mini.arrows-1_circle-right-37:before {
  content: "\e90b";
}

.nc-icon-mini.arrows-1_circle-up-11:before {
  content: "\e90c";
}

.nc-icon-mini.arrows-1_circle-up-39:before {
  content: "\e90d";
}

.nc-icon-mini.arrows-1_cloud-download-95:before {
  content: "\e90e";
}

.nc-icon-mini.arrows-1_cloud-upload-96:before {
  content: "\e90f";
}

.nc-icon-mini.arrows-1_curved-next:before {
  content: "\e910";
}

.nc-icon-mini.arrows-1_curved-previous:before {
  content: "\e911";
}

.nc-icon-mini.arrows-1_direction-53:before {
  content: "\e912";
}

.nc-icon-mini.arrows-1_direction-56:before {
  content: "\e913";
}

.nc-icon-mini.arrows-1_double-left:before {
  content: "\e914";
}

.nc-icon-mini.arrows-1_double-right:before {
  content: "\e915";
}

.nc-icon-mini.arrows-1_download:before {
  content: "\e916";
}

.nc-icon-mini.arrows-1_enlarge-diagonal-43:before {
  content: "\e917";
}

.nc-icon-mini.arrows-1_enlarge-diagonal-44:before {
  content: "\e918";
}

.nc-icon-mini.arrows-1_enlarge-horizontal:before {
  content: "\e919";
}

.nc-icon-mini.arrows-1_enlarge-vertical:before {
  content: "\e91a";
}

.nc-icon-mini.arrows-1_fullscreen-70:before {
  content: "\e91b";
}

.nc-icon-mini.arrows-1_fullscreen-71:before {
  content: "\e91c";
}

.nc-icon-mini.arrows-1_fullscreen-76:before {
  content: "\e91d";
}

.nc-icon-mini.arrows-1_fullscreen-77:before {
  content: "\e91e";
}

.nc-icon-mini.arrows-1_fullscreen-double-74:before {
  content: "\e91f";
}

.nc-icon-mini.arrows-1_fullscreen-double-75:before {
  content: "\e920";
}

.nc-icon-mini.arrows-1_fullscreen-split-72:before {
  content: "\e921";
}

.nc-icon-mini.arrows-1_fullscreen-split-73:before {
  content: "\e922";
}

.nc-icon-mini.arrows-1_log-in:before {
  content: "\e923";
}

.nc-icon-mini.arrows-1_log-out:before {
  content: "\e924";
}

.nc-icon-mini.arrows-1_loop-82:before {
  content: "\e925";
}

.nc-icon-mini.arrows-1_minimal-down:before {
  content: "\e926";
}

.nc-icon-mini.arrows-1_minimal-left:before {
  content: "\e927";
}

.nc-icon-mini.arrows-1_minimal-right:before {
  content: "\e928";
}

.nc-icon-mini.arrows-1_minimal-up:before {
  content: "\e929";
}

.nc-icon-mini.arrows-1_redo-79:before {
  content: "\e92a";
}

.nc-icon-mini.arrows-1_redo-81:before {
  content: "\e92b";
}

.nc-icon-mini.arrows-1_refresh-68:before {
  content: "\e92c";
}

.nc-icon-mini.arrows-1_refresh-69:before {
  content: "\e92d";
}

.nc-icon-mini.arrows-1_round-down:before {
  content: "\e92e";
}

.nc-icon-mini.arrows-1_round-left:before {
  content: "\e92f";
}

.nc-icon-mini.arrows-1_round-right:before {
  content: "\e930";
}

.nc-icon-mini.arrows-1_round-up:before {
  content: "\e931";
}

.nc-icon-mini.arrows-1_share-66:before {
  content: "\e932";
}

.nc-icon-mini.arrows-1_share-91:before {
  content: "\e933";
}

.nc-icon-mini.arrows-1_share-92:before {
  content: "\e934";
}

.nc-icon-mini.arrows-1_shuffle-97:before {
  content: "\e935";
}

.nc-icon-mini.arrows-1_shuffle-98:before {
  content: "\e936";
}

.nc-icon-mini.arrows-1_simple-down:before {
  content: "\e937";
}

.nc-icon-mini.arrows-1_simple-left:before {
  content: "\e938";
}

.nc-icon-mini.arrows-1_simple-right:before {
  content: "\e939";
}

.nc-icon-mini.arrows-1_simple-up:before {
  content: "\e93a";
}

.nc-icon-mini.arrows-1_small-triangle-down:before {
  content: "\e93b";
}

.nc-icon-mini.arrows-1_small-triangle-left:before {
  content: "\e93c";
}

.nc-icon-mini.arrows-1_small-triangle-right:before {
  content: "\e93d";
}

.nc-icon-mini.arrows-1_small-triangle-up:before {
  content: "\e93e";
}

.nc-icon-mini.arrows-1_square-down:before {
  content: "\e93f";
}

.nc-icon-mini.arrows-1_square-left:before {
  content: "\e940";
}

.nc-icon-mini.arrows-1_square-right:before {
  content: "\e941";
}

.nc-icon-mini.arrows-1_square-up:before {
  content: "\e942";
}

.nc-icon-mini.arrows-1_strong-down:before {
  content: "\e943";
}

.nc-icon-mini.arrows-1_strong-left:before {
  content: "\e944";
}

.nc-icon-mini.arrows-1_strong-right:before {
  content: "\e945";
}

.nc-icon-mini.arrows-1_strong-up:before {
  content: "\e946";
}

.nc-icon-mini.arrows-1_tail-down:before {
  content: "\e947";
}

.nc-icon-mini.arrows-1_tail-left:before {
  content: "\e948";
}

.nc-icon-mini.arrows-1_tail-right:before {
  content: "\e949";
}

.nc-icon-mini.arrows-1_tail-triangle-down:before {
  content: "\e94a";
}

.nc-icon-mini.arrows-1_tail-triangle-left:before {
  content: "\e94b";
}

.nc-icon-mini.arrows-1_tail-triangle-right:before {
  content: "\e94c";
}

.nc-icon-mini.arrows-1_tail-triangle-up:before {
  content: "\e94d";
}

.nc-icon-mini.arrows-1_tail-up:before {
  content: "\e94e";
}

.nc-icon-mini.arrows-1_trend-down:before {
  content: "\e94f";
}

.nc-icon-mini.arrows-1_trend-up:before {
  content: "\e950";
}

.nc-icon-mini.arrows-1_triangle-down-20:before {
  content: "\e951";
}

.nc-icon-mini.arrows-1_triangle-down-65:before {
  content: "\e952";
}

.nc-icon-mini.arrows-1_triangle-left-18:before {
  content: "\e953";
}

.nc-icon-mini.arrows-1_triangle-left-63:before {
  content: "\e954";
}

.nc-icon-mini.arrows-1_triangle-right-17:before {
  content: "\e955";
}

.nc-icon-mini.arrows-1_triangle-right-62:before {
  content: "\e956";
}

.nc-icon-mini.arrows-1_triangle-up-19:before {
  content: "\e957";
}

.nc-icon-mini.arrows-1_triangle-up-64:before {
  content: "\e958";
}

.nc-icon-mini.arrows-1_zoom-88:before {
  content: "\e959";
}

.nc-icon-mini.arrows-2_block-down:before {
  content: "\e95a";
}

.nc-icon-mini.arrows-2_block-left:before {
  content: "\e95b";
}

.nc-icon-mini.arrows-2_block-right:before {
  content: "\e95c";
}

.nc-icon-mini.arrows-2_block-up:before {
  content: "\e95d";
}

.nc-icon-mini.arrows-2_conversion:before {
  content: "\e95e";
}

.nc-icon-mini.arrows-2_corner-down-round:before {
  content: "\e95f";
}

.nc-icon-mini.arrows-2_corner-down:before {
  content: "\e960";
}

.nc-icon-mini.arrows-2_corner-left-down:before {
  content: "\e961";
}

.nc-icon-mini.arrows-2_corner-left-round:before {
  content: "\e962";
}

.nc-icon-mini.arrows-2_corner-left:before {
  content: "\e963";
}

.nc-icon-mini.arrows-2_corner-right-down:before {
  content: "\e964";
}

.nc-icon-mini.arrows-2_corner-right-round:before {
  content: "\e965";
}

.nc-icon-mini.arrows-2_corner-right:before {
  content: "\e966";
}

.nc-icon-mini.arrows-2_corner-up-left:before {
  content: "\e967";
}

.nc-icon-mini.arrows-2_corner-up-right:before {
  content: "\e968";
}

.nc-icon-mini.arrows-2_corner-up-round:before {
  content: "\e969";
}

.nc-icon-mini.arrows-2_corner-up:before {
  content: "\e96a";
}

.nc-icon-mini.arrows-2_cross-down:before {
  content: "\e96b";
}

.nc-icon-mini.arrows-2_cross-left:before {
  content: "\e96c";
}

.nc-icon-mini.arrows-2_cross-right:before {
  content: "\e96d";
}

.nc-icon-mini.arrows-2_cross-up:before {
  content: "\e96e";
}

.nc-icon-mini.arrows-2_delete-49:before {
  content: "\e96f";
}

.nc-icon-mini.arrows-2_delete-50:before {
  content: "\e970";
}

.nc-icon-mini.arrows-2_direction:before {
  content: "\e971";
}

.nc-icon-mini.arrows-2_dots-download:before {
  content: "\e972";
}

.nc-icon-mini.arrows-2_dots-upload:before {
  content: "\e973";
}

.nc-icon-mini.arrows-2_eject:before {
  content: "\e974";
}

.nc-icon-mini.arrows-2_enlarge-circle:before {
  content: "\e975";
}

.nc-icon-mini.arrows-2_file-download-87:before {
  content: "\e976";
}

.nc-icon-mini.arrows-2_file-upload-86:before {
  content: "\e977";
}

.nc-icon-mini.arrows-2_hit-down:before {
  content: "\e978";
}

.nc-icon-mini.arrows-2_hit-left:before {
  content: "\e979";
}

.nc-icon-mini.arrows-2_hit-right:before {
  content: "\e97a";
}

.nc-icon-mini.arrows-2_hit-up:before {
  content: "\e97b";
}

.nc-icon-mini.arrows-2_log-out:before {
  content: "\e97c";
}

.nc-icon-mini.arrows-2_move-down-right:before {
  content: "\e97d";
}

.nc-icon-mini.arrows-2_move-down:before {
  content: "\e97e";
}

.nc-icon-mini.arrows-2_move-left:before {
  content: "\e97f";
}

.nc-icon-mini.arrows-2_move-right:before {
  content: "\e980";
}

.nc-icon-mini.arrows-2_move-up-left:before {
  content: "\e981";
}

.nc-icon-mini.arrows-2_move-up:before {
  content: "\e982";
}

.nc-icon-mini.arrows-2_push-next:before {
  content: "\e983";
}

.nc-icon-mini.arrows-2_push-previous:before {
  content: "\e984";
}

.nc-icon-mini.arrows-2_replay:before {
  content: "\e985";
}

.nc-icon-mini.arrows-2_round-left-down:before {
  content: "\e986";
}

.nc-icon-mini.arrows-2_round-right-down:before {
  content: "\e987";
}

.nc-icon-mini.arrows-2_round-up-left:before {
  content: "\e988";
}

.nc-icon-mini.arrows-2_round-up-right:before {
  content: "\e989";
}

.nc-icon-mini.arrows-2_select-83:before {
  content: "\e98a";
}

.nc-icon-mini.arrows-2_select-84:before {
  content: "\e98b";
}

.nc-icon-mini.arrows-2_skew-down:before {
  content: "\e98c";
}

.nc-icon-mini.arrows-2_skew-left:before {
  content: "\e98d";
}

.nc-icon-mini.arrows-2_skew-right:before {
  content: "\e98e";
}

.nc-icon-mini.arrows-2_skew-up:before {
  content: "\e98f";
}

.nc-icon-mini.arrows-2_small-left:before {
  content: "\e990";
}

.nc-icon-mini.arrows-2_small-right:before {
  content: "\e991";
}

.nc-icon-mini.arrows-2_square-download:before {
  content: "\e992";
}

.nc-icon-mini.arrows-2_square-upload:before {
  content: "\e993";
}

.nc-icon-mini.arrows-2_triangle-down:before {
  content: "\e994";
}

.nc-icon-mini.arrows-2_triangle-left:before {
  content: "\e995";
}

.nc-icon-mini.arrows-2_triangle-right:before {
  content: "\e996";
}

.nc-icon-mini.arrows-2_triangle-up:before {
  content: "\e997";
}

.nc-icon-mini.arrows-2_zoom:before {
  content: "\e998";
}

.nc-icon-mini.arrows-3_circle-simple-down:before {
  content: "\e999";
}

.nc-icon-mini.arrows-3_circle-simple-left:before {
  content: "\e99a";
}

.nc-icon-mini.arrows-3_circle-simple-right:before {
  content: "\e99b";
}

.nc-icon-mini.arrows-3_circle-simple-up:before {
  content: "\e99c";
}

.nc-icon-mini.arrows-3_small-down:before {
  content: "\e99d";
}

.nc-icon-mini.arrows-3_small-up:before {
  content: "\e99e";
}

.nc-icon-mini.arrows-3_square-corner-down-left:before {
  content: "\e99f";
}

.nc-icon-mini.arrows-3_square-corner-down-right:before {
  content: "\e9a0";
}

.nc-icon-mini.arrows-3_square-corner-up-left:before {
  content: "\e9a1";
}

.nc-icon-mini.arrows-3_square-corner-up-right:before {
  content: "\e9a2";
}

.nc-icon-mini.arrows-3_square-down-06:before {
  content: "\e9a3";
}

.nc-icon-mini.arrows-3_square-left-04:before {
  content: "\e9a4";
}

.nc-icon-mini.arrows-3_square-right-03:before {
  content: "\e9a5";
}

.nc-icon-mini.arrows-3_square-simple-down:before {
  content: "\e9a6";
}

.nc-icon-mini.arrows-3_square-simple-left:before {
  content: "\e9a7";
}

.nc-icon-mini.arrows-3_square-simple-right:before {
  content: "\e9a8";
}

.nc-icon-mini.arrows-3_square-simple-up:before {
  content: "\e9a9";
}

.nc-icon-mini.arrows-3_square-up-05:before {
  content: "\e9aa";
}

.nc-icon-mini.arrows-e_archive-e-download:before {
  content: "\e9ab";
}

.nc-icon-mini.arrows-e_archive-e-upload:before {
  content: "\e9ac";
}

.nc-icon-mini.arrows-e_circle-e-down-04:before {
  content: "\e9ad";
}

.nc-icon-mini.arrows-e_circle-e-down-12:before {
  content: "\e9ae";
}

.nc-icon-mini.arrows-e_circle-e-left-02:before {
  content: "\e9af";
}

.nc-icon-mini.arrows-e_circle-e-left-10:before {
  content: "\e9b0";
}

.nc-icon-mini.arrows-e_circle-e-right-01:before {
  content: "\e9b1";
}

.nc-icon-mini.arrows-e_circle-e-right-09:before {
  content: "\e9b2";
}

.nc-icon-mini.arrows-e_circle-e-up-03:before {
  content: "\e9b3";
}

.nc-icon-mini.arrows-e_circle-e-up-11:before {
  content: "\e9b4";
}

.nc-icon-mini.arrows-e_enlarge-21:before {
  content: "\e9b5";
}

.nc-icon-mini.arrows-e_enlarge-22:before {
  content: "\e9b6";
}

.nc-icon-mini.arrows-e_expand:before {
  content: "\e9b7";
}

.nc-icon-mini.arrows-e_move-bottom-right:before {
  content: "\e9b8";
}

.nc-icon-mini.arrows-e_move-top-left:before {
  content: "\e9b9";
}

.nc-icon-mini.arrows-e_refresh-19:before {
  content: "\e9ba";
}

.nc-icon-mini.arrows-e_refresh-20:before {
  content: "\e9bb";
}

.nc-icon-mini.arrows-e_resize-h:before {
  content: "\e9bc";
}

.nc-icon-mini.arrows-e_resize-v:before {
  content: "\e9bd";
}

.nc-icon-mini.arrows-e_share-26:before {
  content: "\e9be";
}

.nc-icon-mini.arrows-e_share-27:before {
  content: "\e9bf";
}

.nc-icon-mini.arrows-e_square-e-down:before {
  content: "\e9c0";
}

.nc-icon-mini.arrows-e_square-e-left:before {
  content: "\e9c1";
}

.nc-icon-mini.arrows-e_square-e-right:before {
  content: "\e9c2";
}

.nc-icon-mini.arrows-e_square-e-up:before {
  content: "\e9c3";
}

.nc-icon-mini.arrows-e_zoom-circle:before {
  content: "\e9c4";
}

.nc-icon-mini.arrows-e_zoom-e:before {
  content: "\e9c5";
}

.nc-icon-mini.arrows-e_zoom-square:before {
  content: "\e9c6";
}

.nc-icon-mini.arrows-e_zoom-triangles:before {
  content: "\e9c7";
}

.nc-icon-mini.weather_celsius:before {
  content: "\e9c8";
}

.nc-icon-mini.weather_cloud-drop:before {
  content: "\e9c9";
}

.nc-icon-mini.weather_cloud-fog-31:before {
  content: "\e9ca";
}

.nc-icon-mini.weather_cloud-fog-32:before {
  content: "\e9cb";
}

.nc-icon-mini.weather_cloud-hail:before {
  content: "\e9cc";
}

.nc-icon-mini.weather_cloud-light:before {
  content: "\e9cd";
}

.nc-icon-mini.weather_cloud-moon:before {
  content: "\e9ce";
}

.nc-icon-mini.weather_cloud-rain:before {
  content: "\e9cf";
}

.nc-icon-mini.weather_cloud-snow-34:before {
  content: "\e9d0";
}

.nc-icon-mini.weather_cloud-snow-42:before {
  content: "\e9d1";
}

.nc-icon-mini.weather_cloud-sun-17:before {
  content: "\e9d2";
}

.nc-icon-mini.weather_compass:before {
  content: "\e9d3";
}

.nc-icon-mini.weather_drop-15:before {
  content: "\e9d4";
}

.nc-icon-mini.weather_drops:before {
  content: "\e9d5";
}

.nc-icon-mini.weather_eclipse:before {
  content: "\e9d6";
}

.nc-icon-mini.weather_fahrenheit:before {
  content: "\e9d7";
}

.nc-icon-mini.weather_fog:before {
  content: "\e9d8";
}

.nc-icon-mini.weather_forecast:before {
  content: "\e9d9";
}

.nc-icon-mini.weather_hurricane-44:before {
  content: "\e9da";
}

.nc-icon-mini.weather_hurricane-45:before {
  content: "\e9db";
}

.nc-icon-mini.weather_moon-cloud-drop:before {
  content: "\e9dc";
}

.nc-icon-mini.weather_moon-cloud-fog:before {
  content: "\e9dd";
}

.nc-icon-mini.weather_moon-cloud-hail:before {
  content: "\e9de";
}

.nc-icon-mini.weather_moon-cloud-light:before {
  content: "\e9df";
}

.nc-icon-mini.weather_moon-cloud-rain:before {
  content: "\e9e0";
}

.nc-icon-mini.weather_moon-cloud-snow-61:before {
  content: "\e9e1";
}

.nc-icon-mini.weather_moon-cloud-snow-62:before {
  content: "\e9e2";
}

.nc-icon-mini.weather_moon-fog:before {
  content: "\e9e3";
}

.nc-icon-mini.weather_moon-full:before {
  content: "\e9e4";
}

.nc-icon-mini.weather_moon-stars:before {
  content: "\e9e5";
}

.nc-icon-mini.weather_moon:before {
  content: "\e9e6";
}

.nc-icon-mini.weather_rain-hail:before {
  content: "\e9e7";
}

.nc-icon-mini.weather_rain:before {
  content: "\e9e8";
}

.nc-icon-mini.weather_rainbow:before {
  content: "\e9e9";
}

.nc-icon-mini.weather_snow:before {
  content: "\e9ea";
}

.nc-icon-mini.weather_sun-cloud-drop:before {
  content: "\e9eb";
}

.nc-icon-mini.weather_sun-cloud-fog:before {
  content: "\e9ec";
}

.nc-icon-mini.weather_sun-cloud-hail:before {
  content: "\e9ed";
}

.nc-icon-mini.weather_sun-cloud-light:before {
  content: "\e9ee";
}

.nc-icon-mini.weather_sun-cloud-rain:before {
  content: "\e9ef";
}

.nc-icon-mini.weather_sun-cloud-snow-54:before {
  content: "\e9f0";
}

.nc-icon-mini.weather_sun-cloud-snow-55:before {
  content: "\e9f1";
}

.nc-icon-mini.weather_sun-cloud:before {
  content: "\e9f2";
}

.nc-icon-mini.weather_sun-fog-30:before {
  content: "\e9f3";
}

.nc-icon-mini.weather_sun-fog-43:before {
  content: "\e9f4";
}

.nc-icon-mini.weather_wind:before {
  content: "\e9f5";
}

.nc-icon-mini.weather-e_cloud-01:before {
  content: "\e9f6";
}

.nc-icon-mini.weather-e_cloud-02:before {
  content: "\e9f7";
}

.nc-icon-mini.users_add-27:before {
  content: "\e9f8";
}

.nc-icon-mini.users_add-29:before {
  content: "\e9f9";
}

.nc-icon-mini.users_badge-13:before {
  content: "\e9fa";
}

.nc-icon-mini.users_badge-14:before {
  content: "\e9fb";
}

.nc-icon-mini.users_badge-15:before {
  content: "\e9fc";
}

.nc-icon-mini.users_circle-08:before {
  content: "\e9fd";
}

.nc-icon-mini.users_circle-09:before {
  content: "\e9fe";
}

.nc-icon-mini.users_circle-10:before {
  content: "\e9ff";
}

.nc-icon-mini.users_delete-28:before {
  content: "\ea00";
}

.nc-icon-mini.users_delete-30:before {
  content: "\ea01";
}

.nc-icon-mini.users_man-20:before {
  content: "\ea02";
}

.nc-icon-mini.users_multiple-11:before {
  content: "\ea03";
}

.nc-icon-mini.users_multiple-19:before {
  content: "\ea04";
}

.nc-icon-mini.users_single-01:before {
  content: "\ea05";
}

.nc-icon-mini.users_single-02:before {
  content: "\ea06";
}

.nc-icon-mini.users_single-03:before {
  content: "\ea07";
}

.nc-icon-mini.users_single-04:before {
  content: "\ea08";
}

.nc-icon-mini.users_single-05:before {
  content: "\ea09";
}

.nc-icon-mini.users_single-body:before {
  content: "\ea0a";
}

.nc-icon-mini.users_square-31:before {
  content: "\ea0b";
}

.nc-icon-mini.users_square-32:before {
  content: "\ea0c";
}

.nc-icon-mini.users_square-33:before {
  content: "\ea0d";
}

.nc-icon-mini.users_woman-21:before {
  content: "\ea0e";
}

.nc-icon-mini.travel_backpack:before {
  content: "\eab9";
}

.nc-icon-mini.travel_bag:before {
  content: "\eaba";
}

.nc-icon-mini.travel_camping:before {
  content: "\eabb";
}

.nc-icon-mini.travel_drink:before {
  content: "\eabc";
}

.nc-icon-mini.travel_explore:before {
  content: "\eabd";
}

.nc-icon-mini.travel_fire:before {
  content: "\eabe";
}

.nc-icon-mini.travel_hotel-bell:before {
  content: "\eabf";
}

.nc-icon-mini.travel_hotel-symbol:before {
  content: "\eac0";
}

.nc-icon-mini.travel_hotel:before {
  content: "\eac1";
}

.nc-icon-mini.travel_igloo:before {
  content: "\eac2";
}

.nc-icon-mini.travel_jellyfish:before {
  content: "\eac3";
}

.nc-icon-mini.travel_lamp:before {
  content: "\eac4";
}

.nc-icon-mini.travel_luggage:before {
  content: "\eac5";
}

.nc-icon-mini.travel_octopus:before {
  content: "\eac6";
}

.nc-icon-mini.travel_passport:before {
  content: "\eac7";
}

.nc-icon-mini.travel_pickaxe:before {
  content: "\eac8";
}

.nc-icon-mini.travel_pool:before {
  content: "\eac9";
}

.nc-icon-mini.travel_rackets:before {
  content: "\eaca";
}

.nc-icon-mini.travel_road-sign-left:before {
  content: "\eacb";
}

.nc-icon-mini.travel_road-sign-right:before {
  content: "\eacc";
}

.nc-icon-mini.travel_rowing:before {
  content: "\eacd";
}

.nc-icon-mini.travel_sea-mask:before {
  content: "\eace";
}

.nc-icon-mini.travel_shark:before {
  content: "\eacf";
}

.nc-icon-mini.travel_spa:before {
  content: "\ead0";
}

.nc-icon-mini.travel_sunglasses:before {
  content: "\ead1";
}

.nc-icon-mini.travel_surf:before {
  content: "\ead2";
}

.nc-icon-mini.travel_swimwear:before {
  content: "\ead3";
}

.nc-icon-mini.travel_swiss-knife:before {
  content: "\ead4";
}

.nc-icon-mini.travel_trolley:before {
  content: "\ead5";
}

.nc-icon-mini.travel_world:before {
  content: "\ead6";
}

.nc-icon-mini.transportation_air-baloon:before {
  content: "\ead7";
}

.nc-icon-mini.transportation_bike:before {
  content: "\ead8";
}

.nc-icon-mini.transportation_boat-small-02:before {
  content: "\ead9";
}

.nc-icon-mini.transportation_boat-small-03:before {
  content: "\eada";
}

.nc-icon-mini.transportation_boat:before {
  content: "\eadb";
}

.nc-icon-mini.transportation_bus-front-10:before {
  content: "\eadc";
}

.nc-icon-mini.transportation_bus-front-12:before {
  content: "\eadd";
}

.nc-icon-mini.transportation_car-front:before {
  content: "\eade";
}

.nc-icon-mini.transportation_car-taxi:before {
  content: "\eadf";
}

.nc-icon-mini.transportation_car:before {
  content: "\eae0";
}

.nc-icon-mini.transportation_helicopter:before {
  content: "\eae1";
}

.nc-icon-mini.transportation_helmet:before {
  content: "\eae2";
}

.nc-icon-mini.transportation_light-traffic:before {
  content: "\eae3";
}

.nc-icon-mini.transportation_moto:before {
  content: "\eae4";
}

.nc-icon-mini.transportation_plane-17:before {
  content: "\eae5";
}

.nc-icon-mini.transportation_plane-18:before {
  content: "\eae6";
}

.nc-icon-mini.transportation_road:before {
  content: "\eae7";
}

.nc-icon-mini.transportation_skateboard:before {
  content: "\eae8";
}

.nc-icon-mini.transportation_tractor:before {
  content: "\eae9";
}

.nc-icon-mini.transportation_train:before {
  content: "\eaea";
}

.nc-icon-mini.transportation_tram:before {
  content: "\eaeb";
}

.nc-icon-mini.transportation_truck-front:before {
  content: "\eaec";
}

.nc-icon-mini.transportation_vespa-front:before {
  content: "\eaed";
}

.nc-icon-mini.gestures_2x-drag-down:before {
  content: "\eaee";
}

.nc-icon-mini.gestures_2x-drag-up:before {
  content: "\eaef";
}

.nc-icon-mini.gestures_active-38:before {
  content: "\eaf0";
}

.nc-icon-mini.gestures_active-40:before {
  content: "\eaf1";
}

.nc-icon-mini.gestures_camera:before {
  content: "\eaf2";
}

.nc-icon-mini.gestures_double-tap:before {
  content: "\eaf3";
}

.nc-icon-mini.gestures_drag-21:before {
  content: "\eaf4";
}

.nc-icon-mini.gestures_drag-31:before {
  content: "\eaf5";
}

.nc-icon-mini.gestures_drag-down:before {
  content: "\eaf6";
}

.nc-icon-mini.gestures_drag-left:before {
  content: "\eaf7";
}

.nc-icon-mini.gestures_drag-right:before {
  content: "\eaf8";
}

.nc-icon-mini.gestures_drag-up:before {
  content: "\eaf9";
}

.nc-icon-mini.gestures_grab:before {
  content: "\eafa";
}

.nc-icon-mini.gestures_pin:before {
  content: "\eafb";
}

.nc-icon-mini.gestures_pinch:before {
  content: "\eafc";
}

.nc-icon-mini.gestures_rotate-22:before {
  content: "\eafd";
}

.nc-icon-mini.gestures_scan:before {
  content: "\eafe";
}

.nc-icon-mini.gestures_stretch:before {
  content: "\eaff";
}

.nc-icon-mini.gestures_swipe-bottom:before {
  content: "\eb00";
}

.nc-icon-mini.gestures_swipe-left:before {
  content: "\eb01";
}

.nc-icon-mini.gestures_swipe-right:before {
  content: "\eb02";
}

.nc-icon-mini.gestures_swipe-up:before {
  content: "\eb03";
}

.nc-icon-mini.gestures_tap-01:before {
  content: "\eb04";
}

.nc-icon-mini.gestures_tap-02:before {
  content: "\eb05";
}

.nc-icon-mini.text_align-center:before {
  content: "\eb06";
}

.nc-icon-mini.text_align-justify:before {
  content: "\eb07";
}

.nc-icon-mini.text_align-left:before {
  content: "\eb08";
}

.nc-icon-mini.text_align-right:before {
  content: "\eb09";
}

.nc-icon-mini.text_background:before {
  content: "\eb0a";
}

.nc-icon-mini.text_bold:before {
  content: "\eb0b";
}

.nc-icon-mini.text_capitalize:before {
  content: "\eb0c";
}

.nc-icon-mini.text_caps-small:before {
  content: "\eb0d";
}

.nc-icon-mini.text_color:before {
  content: "\eb0e";
}

.nc-icon-mini.text_edit:before {
  content: "\eb0f";
}

.nc-icon-mini.text_italic:before {
  content: "\eb10";
}

.nc-icon-mini.text_line-height:before {
  content: "\eb11";
}

.nc-icon-mini.text_list-bullet:before {
  content: "\eb12";
}

.nc-icon-mini.text_list-numbers:before {
  content: "\eb13";
}

.nc-icon-mini.text_margin-left:before {
  content: "\eb14";
}

.nc-icon-mini.text_margin-right:before {
  content: "\eb15";
}

.nc-icon-mini.text_quote:before {
  content: "\eb16";
}

.nc-icon-mini.text_scale-horizontal:before {
  content: "\eb17";
}

.nc-icon-mini.text_scale-vertical:before {
  content: "\eb18";
}

.nc-icon-mini.text_size:before {
  content: "\eb19";
}

.nc-icon-mini.text_strikethrough:before {
  content: "\eb1a";
}

.nc-icon-mini.text_subscript:before {
  content: "\eb1b";
}

.nc-icon-mini.text_superscript:before {
  content: "\eb1c";
}

.nc-icon-mini.text_tracking:before {
  content: "\eb1d";
}

.nc-icon-mini.text_underline:before {
  content: "\eb1e";
}

.nc-icon-mini.tech_cable-49:before {
  content: "\eb1f";
}

.nc-icon-mini.tech_cd-reader:before {
  content: "\eb20";
}

.nc-icon-mini.tech_computer-monitor:before {
  content: "\eb21";
}

.nc-icon-mini.tech_computer-old:before {
  content: "\eb22";
}

.nc-icon-mini.tech_computer:before {
  content: "\eb23";
}

.nc-icon-mini.tech_controller-modern:before {
  content: "\eb24";
}

.nc-icon-mini.tech_controller:before {
  content: "\eb25";
}

.nc-icon-mini.tech_desktop-screen:before {
  content: "\eb26";
}

.nc-icon-mini.tech_desktop:before {
  content: "\eb27";
}

.nc-icon-mini.tech_disk-reader:before {
  content: "\eb28";
}

.nc-icon-mini.tech_disk:before {
  content: "\eb29";
}

.nc-icon-mini.tech_headphones:before {
  content: "\eb2a";
}

.nc-icon-mini.tech_keyboard-wifi:before {
  content: "\eb2b";
}

.nc-icon-mini.tech_keyboard:before {
  content: "\eb2c";
}

.nc-icon-mini.tech_laptop-camera:before {
  content: "\eb2d";
}

.nc-icon-mini.tech_laptop-front:before {
  content: "\eb2e";
}

.nc-icon-mini.tech_laptop:before {
  content: "\eb2f";
}

.nc-icon-mini.tech_mobile-button:before {
  content: "\eb30";
}

.nc-icon-mini.tech_mobile-camera:before {
  content: "\eb31";
}

.nc-icon-mini.tech_mobile-recharger-08:before {
  content: "\eb32";
}

.nc-icon-mini.tech_mobile-recharger-09:before {
  content: "\eb33";
}

.nc-icon-mini.tech_mobile-toolbar:before {
  content: "\eb34";
}

.nc-icon-mini.tech_mobile:before {
  content: "\eb35";
}

.nc-icon-mini.tech_music:before {
  content: "\eb36";
}

.nc-icon-mini.tech_navigation:before {
  content: "\eb37";
}

.nc-icon-mini.tech_player-19:before {
  content: "\eb38";
}

.nc-icon-mini.tech_player-48:before {
  content: "\eb39";
}

.nc-icon-mini.tech_print-round:before {
  content: "\eb3a";
}

.nc-icon-mini.tech_print:before {
  content: "\eb3b";
}

.nc-icon-mini.tech_ram:before {
  content: "\eb3c";
}

.nc-icon-mini.tech_remote:before {
  content: "\eb3d";
}

.nc-icon-mini.tech_signal:before {
  content: "\eb3e";
}

.nc-icon-mini.tech_socket:before {
  content: "\eb3f";
}

.nc-icon-mini.tech_sync:before {
  content: "\eb40";
}

.nc-icon-mini.tech_tablet-button:before {
  content: "\eb41";
}

.nc-icon-mini.tech_tablet-reader-31:before {
  content: "\eb42";
}

.nc-icon-mini.tech_tablet-reader-42:before {
  content: "\eb43";
}

.nc-icon-mini.tech_tablet-toolbar:before {
  content: "\eb44";
}

.nc-icon-mini.tech_tablet:before {
  content: "\eb45";
}

.nc-icon-mini.tech_tv-old:before {
  content: "\eb46";
}

.nc-icon-mini.tech_tv:before {
  content: "\eb47";
}

.nc-icon-mini.tech_watch-circle:before {
  content: "\eb48";
}

.nc-icon-mini.tech_watch-time:before {
  content: "\eb49";
}

.nc-icon-mini.tech_watch:before {
  content: "\eb4a";
}

.nc-icon-mini.tech_webcam-38:before {
  content: "\eb4b";
}

.nc-icon-mini.tech_webcam-39:before {
  content: "\eb4c";
}

.nc-icon-mini.tech_wifi-router:before {
  content: "\eb4d";
}

.nc-icon-mini.tech_wifi:before {
  content: "\eb4e";
}

.nc-icon-mini.sport_badminton:before {
  content: "\eb4f";
}

.nc-icon-mini.sport_baseball-ball:before {
  content: "\eb50";
}

.nc-icon-mini.sport_baseball-bat:before {
  content: "\eb51";
}

.nc-icon-mini.sport_basketball-12:before {
  content: "\eb52";
}

.nc-icon-mini.sport_boxing:before {
  content: "\eb53";
}

.nc-icon-mini.sport_cardio:before {
  content: "\eb54";
}

.nc-icon-mini.sport_cricket:before {
  content: "\eb55";
}

.nc-icon-mini.sport_crown:before {
  content: "\eb56";
}

.nc-icon-mini.sport_dart:before {
  content: "\eb57";
}

.nc-icon-mini.sport_dumbbells:before {
  content: "\eb58";
}

.nc-icon-mini.sport_fencing:before {
  content: "\eb59";
}

.nc-icon-mini.sport_fishing:before {
  content: "\eb5a";
}

.nc-icon-mini.sport_flag-finish:before {
  content: "\eb5b";
}

.nc-icon-mini.sport_football-headguard:before {
  content: "\eb5c";
}

.nc-icon-mini.sport_golf:before {
  content: "\eb5d";
}

.nc-icon-mini.sport_helmet:before {
  content: "\eb5e";
}

.nc-icon-mini.sport_hockey:before {
  content: "\eb5f";
}

.nc-icon-mini.sport_kettlebell:before {
  content: "\eb60";
}

.nc-icon-mini.sport_ping-pong:before {
  content: "\eb61";
}

.nc-icon-mini.sport_podium:before {
  content: "\eb62";
}

.nc-icon-mini.sport_rope:before {
  content: "\eb63";
}

.nc-icon-mini.sport_rugby:before {
  content: "\eb64";
}

.nc-icon-mini.sport_shaker:before {
  content: "\eb65";
}

.nc-icon-mini.sport_skateboard:before {
  content: "\eb66";
}

.nc-icon-mini.sport_snowboard:before {
  content: "\eb67";
}

.nc-icon-mini.sport_soccer-field:before {
  content: "\eb68";
}

.nc-icon-mini.sport_steering-wheel:before {
  content: "\eb69";
}

.nc-icon-mini.sport_supplement:before {
  content: "\eb6a";
}

.nc-icon-mini.sport_surf:before {
  content: "\eb6b";
}

.nc-icon-mini.sport_tactic:before {
  content: "\eb6c";
}

.nc-icon-mini.sport_tennis-ball:before {
  content: "\eb6d";
}

.nc-icon-mini.sport_tennis:before {
  content: "\eb6e";
}

.nc-icon-mini.sport_trophy:before {
  content: "\eb6f";
}

.nc-icon-mini.sport_user-run:before {
  content: "\eb70";
}

.nc-icon-mini.sport_volleyball:before {
  content: "\eb71";
}

.nc-icon-mini.sport_whistle:before {
  content: "\eb72";
}

.nc-icon-mini.social_logo-500px:before {
  content: "\eb73";
}

.nc-icon-mini.social_logo-angellist:before {
  content: "\eb74";
}

.nc-icon-mini.social_logo-behance:before {
  content: "\eb75";
}

.nc-icon-mini.social_logo-blogger:before {
  content: "\eb76";
}

.nc-icon-mini.social_logo-buffer:before {
  content: "\eb77";
}

.nc-icon-mini.social_logo-buysellads:before {
  content: "\eb78";
}

.nc-icon-mini.social_logo-codepen:before {
  content: "\eb79";
}

.nc-icon-mini.social_logo-creative-market:before {
  content: "\eb7a";
}

.nc-icon-mini.social_logo-crunchbase:before {
  content: "\eb7b";
}

.nc-icon-mini.social_logo-deviantart:before {
  content: "\eb7c";
}

.nc-icon-mini.social_logo-dribbble:before {
  content: "\eb7d";
}

.nc-icon-mini.social_logo-dropbox:before {
  content: "\eb7e";
}

.nc-icon-mini.social_logo-envato:before {
  content: "\eb7f";
}

.nc-icon-mini.social_logo-evernote:before {
  content: "\eb80";
}

.nc-icon-mini.social_logo-facebook:before {
  content: "\eb81";
}

.nc-icon-mini.social_logo-fb-simple:before {
  content: "\eb82";
}

.nc-icon-mini.social_logo-feedly:before {
  content: "\eb83";
}

.nc-icon-mini.social_logo-flickr:before {
  content: "\eb84";
}

.nc-icon-mini.social_logo-github:before {
  content: "\eb85";
}

.nc-icon-mini.social_logo-google-plus:before {
  content: "\eb86";
}

.nc-icon-mini.social_logo-instagram:before {
  content: "\eb87";
}

.nc-icon-mini.social_logo-lastfm:before {
  content: "\eb88";
}

.nc-icon-mini.social_logo-linkedin:before {
  content: "\eb89";
}

.nc-icon-mini.social_logo-meetup:before {
  content: "\eb8a";
}

.nc-icon-mini.social_logo-myspace:before {
  content: "\eb8b";
}

.nc-icon-mini.social_logo-paypal:before {
  content: "\eb8c";
}

.nc-icon-mini.social_logo-pinterest:before {
  content: "\eb8d";
}

.nc-icon-mini.social_logo-product-hunt:before {
  content: "\eb8e";
}

.nc-icon-mini.social_logo-reddit:before {
  content: "\eb8f";
}

.nc-icon-mini.social_logo-rss:before {
  content: "\eb90";
}

.nc-icon-mini.social_logo-shopify:before {
  content: "\eb91";
}

.nc-icon-mini.social_logo-skype:before {
  content: "\eb92";
}

.nc-icon-mini.social_logo-slack:before {
  content: "\eb93";
}

.nc-icon-mini.social_logo-soundcloud:before {
  content: "\eb94";
}

.nc-icon-mini.social_logo-spotify:before {
  content: "\eb95";
}

.nc-icon-mini.social_logo-trello:before {
  content: "\eb96";
}

.nc-icon-mini.social_logo-tumblr:before {
  content: "\eb97";
}

.nc-icon-mini.social_logo-twitter:before {
  content: "\eb98";
}

.nc-icon-mini.social_logo-vimeo:before {
  content: "\eb99";
}

.nc-icon-mini.social_logo-vine:before {
  content: "\eb9a";
}

.nc-icon-mini.social_logo-whatsapp:before {
  content: "\eb9b";
}

.nc-icon-mini.social_logo-wordpress:before {
  content: "\eb9c";
}

.nc-icon-mini.social_logo-yelp:before {
  content: "\eb9d";
}

.nc-icon-mini.social_logo-youtube:before {
  content: "\eb9e";
}

.nc-icon-mini.shopping_award:before {
  content: "\eb9f";
}

.nc-icon-mini.shopping_bag-09:before {
  content: "\eba0";
}

.nc-icon-mini.shopping_bag-16:before {
  content: "\eba1";
}

.nc-icon-mini.shopping_bag-17:before {
  content: "\eba2";
}

.nc-icon-mini.shopping_bag-20:before {
  content: "\eba3";
}

.nc-icon-mini.shopping_bag-add-18:before {
  content: "\eba4";
}

.nc-icon-mini.shopping_bag-add-21:before {
  content: "\eba5";
}

.nc-icon-mini.shopping_bag-remove-19:before {
  content: "\eba6";
}

.nc-icon-mini.shopping_bag-remove-22:before {
  content: "\eba7";
}

.nc-icon-mini.shopping_barcode:before {
  content: "\eba8";
}

.nc-icon-mini.shopping_bardcode-qr:before {
  content: "\eba9";
}

.nc-icon-mini.shopping_basket-simple-add:before {
  content: "\ebaa";
}

.nc-icon-mini.shopping_basket-simple-remove:before {
  content: "\ebab";
}

.nc-icon-mini.shopping_basket-simple:before {
  content: "\ebac";
}

.nc-icon-mini.shopping_basket:before {
  content: "\ebad";
}

.nc-icon-mini.shopping_bitcoin:before {
  content: "\ebae";
}

.nc-icon-mini.shopping_box-ribbon:before {
  content: "\ebaf";
}

.nc-icon-mini.shopping_box:before {
  content: "\ebb0";
}

.nc-icon-mini.shopping_cart-modern-in:before {
  content: "\ebb1";
}

.nc-icon-mini.shopping_cart-modern:before {
  content: "\ebb2";
}

.nc-icon-mini.shopping_cart-simple-add:before {
  content: "\ebb3";
}

.nc-icon-mini.shopping_cart-simple-in:before {
  content: "\ebb4";
}

.nc-icon-mini.shopping_cart-simple-remove:before {
  content: "\ebb5";
}

.nc-icon-mini.shopping_cart-simple:before {
  content: "\ebb6";
}

.nc-icon-mini.shopping_cart:before {
  content: "\ebb7";
}

.nc-icon-mini.shopping_cash-register:before {
  content: "\ebb8";
}

.nc-icon-mini.shopping_chart:before {
  content: "\ebb9";
}

.nc-icon-mini.shopping_credit-card-in:before {
  content: "\ebba";
}

.nc-icon-mini.shopping_credit-card:before {
  content: "\ebbb";
}

.nc-icon-mini.shopping_delivery-fast:before {
  content: "\ebbc";
}

.nc-icon-mini.shopping_discount:before {
  content: "\ebbd";
}

.nc-icon-mini.shopping_gift:before {
  content: "\ebbe";
}

.nc-icon-mini.shopping_list:before {
  content: "\ebbf";
}

.nc-icon-mini.shopping_newsletter:before {
  content: "\ebc0";
}

.nc-icon-mini.shopping_receipt-list-42:before {
  content: "\ebc1";
}

.nc-icon-mini.shopping_receipt-list-43:before {
  content: "\ebc2";
}

.nc-icon-mini.shopping_receipt:before {
  content: "\ebc3";
}

.nc-icon-mini.shopping_shop:before {
  content: "\ebc4";
}

.nc-icon-mini.shopping_stock:before {
  content: "\ebc5";
}

.nc-icon-mini.shopping_tag-content:before {
  content: "\ebc6";
}

.nc-icon-mini.shopping_tag-cut:before {
  content: "\ebc7";
}

.nc-icon-mini.shopping_tag:before {
  content: "\ebc8";
}

.nc-icon-mini.shopping_wallet:before {
  content: "\ebc9";
}

.nc-icon-mini.education_agenda-bookmark:before {
  content: "\ebca";
}

.nc-icon-mini.education_atom:before {
  content: "\ebcb";
}

.nc-icon-mini.education_award-55:before {
  content: "\ebcc";
}

.nc-icon-mini.education_backpack-57:before {
  content: "\ebcd";
}

.nc-icon-mini.education_backpack-58:before {
  content: "\ebce";
}

.nc-icon-mini.education_ball-basket:before {
  content: "\ebcf";
}

.nc-icon-mini.education_ball-soccer:before {
  content: "\ebd0";
}

.nc-icon-mini.education_board-51:before {
  content: "\ebd1";
}

.nc-icon-mini.education_book-39:before {
  content: "\ebd2";
}

.nc-icon-mini.education_book-bookmark:before {
  content: "\ebd3";
}

.nc-icon-mini.education_book-open:before {
  content: "\ebd4";
}

.nc-icon-mini.education_books-46:before {
  content: "\ebd5";
}

.nc-icon-mini.education_flask:before {
  content: "\ebd6";
}

.nc-icon-mini.education_glasses:before {
  content: "\ebd7";
}

.nc-icon-mini.education_hat:before {
  content: "\ebd8";
}

.nc-icon-mini.education_language:before {
  content: "\ebd9";
}

.nc-icon-mini.education_molecule:before {
  content: "\ebda";
}

.nc-icon-mini.education_notepad:before {
  content: "\ebdb";
}

.nc-icon-mini.education_paper-diploma:before {
  content: "\ebdc";
}

.nc-icon-mini.education_paper:before {
  content: "\ebdd";
}

.nc-icon-mini.education_pencil-47:before {
  content: "\ebde";
}

.nc-icon-mini.education_school:before {
  content: "\ebdf";
}

.nc-icon-mini.objects_alien-29:before {
  content: "\ebe0";
}

.nc-icon-mini.objects_alien-33:before {
  content: "\ebe1";
}

.nc-icon-mini.objects_anchor:before {
  content: "\ebe2";
}

.nc-icon-mini.objects_astronaut:before {
  content: "\ebe3";
}

.nc-icon-mini.objects_axe:before {
  content: "\ebe4";
}

.nc-icon-mini.objects_baby-bottle:before {
  content: "\ebe5";
}

.nc-icon-mini.objects_baby:before {
  content: "\ebe6";
}

.nc-icon-mini.objects_baloon:before {
  content: "\ebe7";
}

.nc-icon-mini.objects_battery:before {
  content: "\ebe8";
}

.nc-icon-mini.objects_bear:before {
  content: "\ebe9";
}

.nc-icon-mini.objects_billiard:before {
  content: "\ebea";
}

.nc-icon-mini.objects_binocular:before {
  content: "\ebeb";
}

.nc-icon-mini.objects_bow:before {
  content: "\ebec";
}

.nc-icon-mini.objects_bowling:before {
  content: "\ebed";
}

.nc-icon-mini.objects_broom:before {
  content: "\ebee";
}

.nc-icon-mini.objects_cone:before {
  content: "\ebef";
}

.nc-icon-mini.objects_controller:before {
  content: "\ebf0";
}

.nc-icon-mini.objects_diamond:before {
  content: "\ebf1";
}

.nc-icon-mini.objects_dice:before {
  content: "\ebf2";
}

.nc-icon-mini.objects_globe:before {
  content: "\ebf3";
}

.nc-icon-mini.objects_hut:before {
  content: "\ebf4";
}

.nc-icon-mini.objects_key-25:before {
  content: "\ebf5";
}

.nc-icon-mini.objects_key-26:before {
  content: "\ebf6";
}

.nc-icon-mini.objects_lamp:before {
  content: "\ebf7";
}

.nc-icon-mini.objects_leaf-36:before {
  content: "\ebf8";
}

.nc-icon-mini.objects_light:before {
  content: "\ebf9";
}

.nc-icon-mini.objects_planet:before {
  content: "\ebfa";
}

.nc-icon-mini.objects_puzzle-09:before {
  content: "\ebfb";
}

.nc-icon-mini.objects_puzzle-10:before {
  content: "\ebfc";
}

.nc-icon-mini.objects_shovel:before {
  content: "\ebfd";
}

.nc-icon-mini.objects_skull:before {
  content: "\ebfe";
}

.nc-icon-mini.objects_spaceship:before {
  content: "\ebff";
}

.nc-icon-mini.objects_support-16:before {
  content: "\ec00";
}

.nc-icon-mini.objects_support-17:before {
  content: "\ec01";
}

.nc-icon-mini.objects_umbrella-13:before {
  content: "\ec02";
}

.nc-icon-mini.objects_umbrella-14:before {
  content: "\ec03";
}

.nc-icon-mini.objects_wool-ball:before {
  content: "\ec04";
}

.nc-icon-mini.media-1_3d:before {
  content: "\ec05";
}

.nc-icon-mini.media-1_album:before {
  content: "\ec06";
}

.nc-icon-mini.media-1_audio-91:before {
  content: "\ec07";
}

.nc-icon-mini.media-1_audio-92:before {
  content: "\ec08";
}

.nc-icon-mini.media-1_balance:before {
  content: "\ec09";
}

.nc-icon-mini.media-1_brightness-46:before {
  content: "\ec0a";
}

.nc-icon-mini.media-1_brightness-47:before {
  content: "\ec0b";
}

.nc-icon-mini.media-1_button-eject:before {
  content: "\ec0c";
}

.nc-icon-mini.media-1_button-next:before {
  content: "\ec0d";
}

.nc-icon-mini.media-1_button-pause:before {
  content: "\ec0e";
}

.nc-icon-mini.media-1_button-play:before {
  content: "\ec0f";
}

.nc-icon-mini.media-1_button-power:before {
  content: "\ec10";
}

.nc-icon-mini.media-1_button-previous:before {
  content: "\ec11";
}

.nc-icon-mini.media-1_button-record:before {
  content: "\ec12";
}

.nc-icon-mini.media-1_button-rewind:before {
  content: "\ec13";
}

.nc-icon-mini.media-1_button-skip:before {
  content: "\ec14";
}

.nc-icon-mini.media-1_button-stop:before {
  content: "\ec15";
}

.nc-icon-mini.media-1_camera-18:before {
  content: "\ec16";
}

.nc-icon-mini.media-1_camera-19:before {
  content: "\ec17";
}

.nc-icon-mini.media-1_camera-20:before {
  content: "\ec18";
}

.nc-icon-mini.media-1_camera-ban-37:before {
  content: "\ec19";
}

.nc-icon-mini.media-1_camera-compact:before {
  content: "\ec1a";
}

.nc-icon-mini.media-1_camera-square-57:before {
  content: "\ec1b";
}

.nc-icon-mini.media-1_camera-time:before {
  content: "\ec1c";
}

.nc-icon-mini.media-1_countdown-34:before {
  content: "\ec1d";
}

.nc-icon-mini.media-1_edit-color:before {
  content: "\ec1e";
}

.nc-icon-mini.media-1_edit-contrast-42:before {
  content: "\ec1f";
}

.nc-icon-mini.media-1_edit-contrast-43:before {
  content: "\ec20";
}

.nc-icon-mini.media-1_edit-saturation:before {
  content: "\ec21";
}

.nc-icon-mini.media-1_flash-21:before {
  content: "\ec22";
}

.nc-icon-mini.media-1_flash-24:before {
  content: "\ec23";
}

.nc-icon-mini.media-1_flash-29:before {
  content: "\ec24";
}

.nc-icon-mini.media-1_focus-32:before {
  content: "\ec25";
}

.nc-icon-mini.media-1_focus-38:before {
  content: "\ec26";
}

.nc-icon-mini.media-1_focus-40:before {
  content: "\ec27";
}

.nc-icon-mini.media-1_focus-circle:before {
  content: "\ec28";
}

.nc-icon-mini.media-1_frame-12:before {
  content: "\ec29";
}

.nc-icon-mini.media-1_frame-41:before {
  content: "\ec2a";
}

.nc-icon-mini.media-1_grid:before {
  content: "\ec2b";
}

.nc-icon-mini.media-1_image-01:before {
  content: "\ec2c";
}

.nc-icon-mini.media-1_image-02:before {
  content: "\ec2d";
}

.nc-icon-mini.media-1_image-05:before {
  content: "\ec2e";
}

.nc-icon-mini.media-1_layers:before {
  content: "\ec2f";
}

.nc-icon-mini.media-1_lens-31:before {
  content: "\ec30";
}

.nc-icon-mini.media-1_lens-56:before {
  content: "\ec31";
}

.nc-icon-mini.media-1_macro:before {
  content: "\ec32";
}

.nc-icon-mini.media-1_movie-61:before {
  content: "\ec33";
}

.nc-icon-mini.media-1_movie-62:before {
  content: "\ec34";
}

.nc-icon-mini.media-1_night:before {
  content: "\ec35";
}

.nc-icon-mini.media-1_picture:before {
  content: "\ec36";
}

.nc-icon-mini.media-1_play-68:before {
  content: "\ec37";
}

.nc-icon-mini.media-1_play-69:before {
  content: "\ec38";
}

.nc-icon-mini.media-1_player:before {
  content: "\ec39";
}

.nc-icon-mini.media-1_polaroid-add:before {
  content: "\ec3a";
}

.nc-icon-mini.media-1_polaroid-delete:before {
  content: "\ec3b";
}

.nc-icon-mini.media-1_polaroid-multiple:before {
  content: "\ec3c";
}

.nc-icon-mini.media-1_polaroid:before {
  content: "\ec3d";
}

.nc-icon-mini.media-1_roll:before {
  content: "\ec3e";
}

.nc-icon-mini.media-1_sd:before {
  content: "\ec3f";
}

.nc-icon-mini.media-1_ticket-75:before {
  content: "\ec40";
}

.nc-icon-mini.media-1_ticket-76:before {
  content: "\ec41";
}

.nc-icon-mini.media-1_touch:before {
  content: "\ec42";
}

.nc-icon-mini.media-1_tripod:before {
  content: "\ec43";
}

.nc-icon-mini.media-1_video-64:before {
  content: "\ec44";
}

.nc-icon-mini.media-1_video-65:before {
  content: "\ec45";
}

.nc-icon-mini.media-1_video-66:before {
  content: "\ec46";
}

.nc-icon-mini.media-1_video-67:before {
  content: "\ec47";
}

.nc-icon-mini.media-1_videocamera-71:before {
  content: "\ec48";
}

.nc-icon-mini.media-1_videocamera-72:before {
  content: "\ec49";
}

.nc-icon-mini.media-1_volume-93:before {
  content: "\ec4a";
}

.nc-icon-mini.media-1_volume-97:before {
  content: "\ec4b";
}

.nc-icon-mini.media-1_volume-down:before {
  content: "\ec4c";
}

.nc-icon-mini.media-1_volume-up:before {
  content: "\ec4d";
}

.nc-icon-mini.media-2_headphones-mic:before {
  content: "\ec4e";
}

.nc-icon-mini.media-2_headphones:before {
  content: "\ec4f";
}

.nc-icon-mini.media-2_knob:before {
  content: "\ec50";
}

.nc-icon-mini.media-2_mic:before {
  content: "\ec51";
}

.nc-icon-mini.media-2_music-album:before {
  content: "\ec52";
}

.nc-icon-mini.media-2_note-03:before {
  content: "\ec53";
}

.nc-icon-mini.media-2_note-04:before {
  content: "\ec54";
}

.nc-icon-mini.media-2_radio:before {
  content: "\ec55";
}

.nc-icon-mini.media-2_sound-wave:before {
  content: "\ec56";
}

.nc-icon-mini.media-2_speaker-01:before {
  content: "\ec57";
}

.nc-icon-mini.media-2_speaker-05:before {
  content: "\ec58";
}

.nc-icon-mini.media-2_tape:before {
  content: "\ec59";
}

.nc-icon-mini.location_appointment:before {
  content: "\ec5a";
}

.nc-icon-mini.location_bookmark-add:before {
  content: "\ec5b";
}

.nc-icon-mini.location_bookmark-remove:before {
  content: "\ec5c";
}

.nc-icon-mini.location_bookmark:before {
  content: "\ec5d";
}

.nc-icon-mini.location_compass-04:before {
  content: "\ec5e";
}

.nc-icon-mini.location_compass-05:before {
  content: "\ec5f";
}

.nc-icon-mini.location_compass-06:before {
  content: "\ec60";
}

.nc-icon-mini.location_crosshair:before {
  content: "\ec61";
}

.nc-icon-mini.location_explore:before {
  content: "\ec62";
}

.nc-icon-mini.location_flag-diagonal-33:before {
  content: "\ec63";
}

.nc-icon-mini.location_flag-diagonal-34:before {
  content: "\ec64";
}

.nc-icon-mini.location_flag-points-31:before {
  content: "\ec65";
}

.nc-icon-mini.location_flag-points-32:before {
  content: "\ec66";
}

.nc-icon-mini.location_flag-simple:before {
  content: "\ec67";
}

.nc-icon-mini.location_flag-triangle:before {
  content: "\ec68";
}

.nc-icon-mini.location_flag:before {
  content: "\ec69";
}

.nc-icon-mini.location_gps:before {
  content: "\ec6a";
}

.nc-icon-mini.location_map:before {
  content: "\ec6b";
}

.nc-icon-mini.location_marker:before {
  content: "\ec6c";
}

.nc-icon-mini.location_pin-add:before {
  content: "\ec6d";
}

.nc-icon-mini.location_pin-copy:before {
  content: "\ec6e";
}

.nc-icon-mini.location_pin-remove:before {
  content: "\ec6f";
}

.nc-icon-mini.location_pin:before {
  content: "\ec70";
}

.nc-icon-mini.location_pins:before {
  content: "\ec71";
}

.nc-icon-mini.location_position-marker:before {
  content: "\ec72";
}

.nc-icon-mini.location_radar:before {
  content: "\ec73";
}

.nc-icon-mini.location_treasure-map-40:before {
  content: "\ec74";
}

.nc-icon-mini.location_world:before {
  content: "\ec75";
}

.nc-icon-mini.location-e_bookmark-add:before {
  content: "\ec76";
}

.nc-icon-mini.location-e_bookmark-remove:before {
  content: "\ec77";
}

.nc-icon-mini.location-e_flag-06:before {
  content: "\ec78";
}

.nc-icon-mini.location-e_flag-07:before {
  content: "\ec79";
}

.nc-icon-mini.location-e_gps:before {
  content: "\ec7a";
}

.nc-icon-mini.location-e_pin-add:before {
  content: "\ec7b";
}

.nc-icon-mini.location-e_pin-remove:before {
  content: "\ec7c";
}

.nc-icon-mini.location-e_pin:before {
  content: "\ec7d";
}

.nc-icon-mini.holidays_bat:before {
  content: "\ec7e";
}

.nc-icon-mini.holidays_bones:before {
  content: "\ec7f";
}

.nc-icon-mini.holidays_boot:before {
  content: "\ec80";
}

.nc-icon-mini.holidays_candy:before {
  content: "\ec81";
}

.nc-icon-mini.holidays_cat:before {
  content: "\ec82";
}

.nc-icon-mini.holidays_cauldron:before {
  content: "\ec83";
}

.nc-icon-mini.holidays_chimney:before {
  content: "\ec84";
}

.nc-icon-mini.holidays_cockade:before {
  content: "\ec85";
}

.nc-icon-mini.holidays_coffin:before {
  content: "\ec86";
}

.nc-icon-mini.holidays_deer:before {
  content: "\ec87";
}

.nc-icon-mini.holidays_egg-38:before {
  content: "\ec88";
}

.nc-icon-mini.holidays_egg-39:before {
  content: "\ec89";
}

.nc-icon-mini.holidays_ghost:before {
  content: "\ec8a";
}

.nc-icon-mini.holidays_gift:before {
  content: "\ec8b";
}

.nc-icon-mini.holidays_glove:before {
  content: "\ec8c";
}

.nc-icon-mini.holidays_grave:before {
  content: "\ec8d";
}

.nc-icon-mini.holidays_light:before {
  content: "\ec8e";
}

.nc-icon-mini.holidays_message:before {
  content: "\ec8f";
}

.nc-icon-mini.holidays_owl:before {
  content: "\ec90";
}

.nc-icon-mini.holidays_pumpkin:before {
  content: "\ec91";
}

.nc-icon-mini.holidays_rabbit:before {
  content: "\ec92";
}

.nc-icon-mini.holidays_santa-hat:before {
  content: "\ec93";
}

.nc-icon-mini.holidays_sickle:before {
  content: "\ec94";
}

.nc-icon-mini.holidays_snow-ball:before {
  content: "\ec95";
}

.nc-icon-mini.holidays_snowman:before {
  content: "\ec96";
}

.nc-icon-mini.holidays_soak:before {
  content: "\ec97";
}

.nc-icon-mini.holidays_spider:before {
  content: "\ec98";
}

.nc-icon-mini.holidays_tree-ball:before {
  content: "\ec99";
}

.nc-icon-mini.holidays_tree:before {
  content: "\ec9a";
}

.nc-icon-mini.holidays_vampire:before {
  content: "\ec9b";
}

.nc-icon-mini.holidays_witch-hat:before {
  content: "\ec9c";
}

.nc-icon-mini.holidays_wolf:before {
  content: "\ec9d";
}

.nc-icon-mini.holidays_zombie:before {
  content: "\ec9e";
}

.nc-icon-mini.health_apple:before {
  content: "\ec9f";
}

.nc-icon-mini.health_bag-49:before {
  content: "\eca0";
}

.nc-icon-mini.health_bag-50:before {
  content: "\eca1";
}

.nc-icon-mini.health_brain:before {
  content: "\eca2";
}

.nc-icon-mini.health_dna-27:before {
  content: "\eca3";
}

.nc-icon-mini.health_dna-38:before {
  content: "\eca4";
}

.nc-icon-mini.health_flask:before {
  content: "\eca5";
}

.nc-icon-mini.health_heartbeat-16:before {
  content: "\eca6";
}

.nc-icon-mini.health_height:before {
  content: "\eca7";
}

.nc-icon-mini.health_hospital-32:before {
  content: "\eca8";
}

.nc-icon-mini.health_hospital-33:before {
  content: "\eca9";
}

.nc-icon-mini.health_hospital-34:before {
  content: "\ecaa";
}

.nc-icon-mini.health_humidity-26:before {
  content: "\ecab";
}

.nc-icon-mini.health_humidity-52:before {
  content: "\ecac";
}

.nc-icon-mini.health_molecule-39:before {
  content: "\ecad";
}

.nc-icon-mini.health_notebook:before {
  content: "\ecae";
}

.nc-icon-mini.health_patch-46:before {
  content: "\ecaf";
}

.nc-icon-mini.health_pill-42:before {
  content: "\ecb0";
}

.nc-icon-mini.health_pill-43:before {
  content: "\ecb1";
}

.nc-icon-mini.health_pill-container-44:before {
  content: "\ecb2";
}

.nc-icon-mini.health_pill-container-47:before {
  content: "\ecb3";
}

.nc-icon-mini.health_pulse-chart:before {
  content: "\ecb4";
}

.nc-icon-mini.health_pulse-sleep:before {
  content: "\ecb5";
}

.nc-icon-mini.health_pulse:before {
  content: "\ecb6";
}

.nc-icon-mini.health_steps:before {
  content: "\ecb7";
}

.nc-icon-mini.health_syringe:before {
  content: "\ecb8";
}

.nc-icon-mini.health_temperature-23:before {
  content: "\ecb9";
}

.nc-icon-mini.health_temperature-24:before {
  content: "\ecba";
}

.nc-icon-mini.health_tooth:before {
  content: "\ecbb";
}

.nc-icon-mini.health_weed:before {
  content: "\ecbc";
}

.nc-icon-mini.health_weight:before {
  content: "\ecbd";
}

.nc-icon-mini.health_wheelchair:before {
  content: "\ecbe";
}

.nc-icon-mini.health_woman:before {
  content: "\ecbf";
}

.nc-icon-mini.furniture_air-conditioner:before {
  content: "\ecc0";
}

.nc-icon-mini.furniture_armchair:before {
  content: "\ecc1";
}

.nc-icon-mini.furniture_bed-09:before {
  content: "\ecc2";
}

.nc-icon-mini.furniture_bed-23:before {
  content: "\ecc3";
}

.nc-icon-mini.furniture_cabinet:before {
  content: "\ecc4";
}

.nc-icon-mini.furniture_cactus:before {
  content: "\ecc5";
}

.nc-icon-mini.furniture_chair:before {
  content: "\ecc6";
}

.nc-icon-mini.furniture_coat-hanger:before {
  content: "\ecc7";
}

.nc-icon-mini.furniture_coffee:before {
  content: "\ecc8";
}

.nc-icon-mini.furniture_cradle:before {
  content: "\ecc9";
}

.nc-icon-mini.furniture_curtain:before {
  content: "\ecca";
}

.nc-icon-mini.furniture_desk:before {
  content: "\eccb";
}

.nc-icon-mini.furniture_door:before {
  content: "\eccc";
}

.nc-icon-mini.furniture_drawer:before {
  content: "\eccd";
}

.nc-icon-mini.furniture_fridge:before {
  content: "\ecce";
}

.nc-icon-mini.furniture_hanger:before {
  content: "\eccf";
}

.nc-icon-mini.furniture_iron:before {
  content: "\ecd0";
}

.nc-icon-mini.furniture_lamp-floor:before {
  content: "\ecd1";
}

.nc-icon-mini.furniture_lamp:before {
  content: "\ecd2";
}

.nc-icon-mini.furniture_library:before {
  content: "\ecd3";
}

.nc-icon-mini.furniture_light:before {
  content: "\ecd4";
}

.nc-icon-mini.furniture_mixer:before {
  content: "\ecd5";
}

.nc-icon-mini.furniture_oven:before {
  content: "\ecd6";
}

.nc-icon-mini.furniture_shower:before {
  content: "\ecd7";
}

.nc-icon-mini.furniture_sink-wash:before {
  content: "\ecd8";
}

.nc-icon-mini.furniture_sink:before {
  content: "\ecd9";
}

.nc-icon-mini.furniture_storage-hanger:before {
  content: "\ecda";
}

.nc-icon-mini.furniture_storage:before {
  content: "\ecdb";
}

.nc-icon-mini.furniture_toilet-paper:before {
  content: "\ecdc";
}

.nc-icon-mini.furniture_toilet:before {
  content: "\ecdd";
}

.nc-icon-mini.furniture_tv:before {
  content: "\ecde";
}

.nc-icon-mini.furniture_wardrobe:before {
  content: "\ecdf";
}

.nc-icon-mini.furniture_wash:before {
  content: "\ece0";
}

.nc-icon-mini.food_baby:before {
  content: "\ece1";
}

.nc-icon-mini.food_bacon:before {
  content: "\ece2";
}

.nc-icon-mini.food_banana:before {
  content: "\ece3";
}

.nc-icon-mini.food_barbecue-tools:before {
  content: "\ece4";
}

.nc-icon-mini.food_beer-95:before {
  content: "\ece5";
}

.nc-icon-mini.food_beer-96:before {
  content: "\ece6";
}

.nc-icon-mini.food_beverage:before {
  content: "\ece7";
}

.nc-icon-mini.food_bottle-wine:before {
  content: "\ece8";
}

.nc-icon-mini.food_bottle:before {
  content: "\ece9";
}

.nc-icon-mini.food_bowl:before {
  content: "\ecea";
}

.nc-icon-mini.food_bread:before {
  content: "\eceb";
}

.nc-icon-mini.food_broccoli:before {
  content: "\ecec";
}

.nc-icon-mini.food_cake-13:before {
  content: "\eced";
}

.nc-icon-mini.food_cake-slice:before {
  content: "\ecee";
}

.nc-icon-mini.food_candle:before {
  content: "\ecef";
}

.nc-icon-mini.food_candy:before {
  content: "\ecf0";
}

.nc-icon-mini.food_carrot:before {
  content: "\ecf1";
}

.nc-icon-mini.food_champagne:before {
  content: "\ecf2";
}

.nc-icon-mini.food_cheese-24:before {
  content: "\ecf3";
}

.nc-icon-mini.food_cheese-87:before {
  content: "\ecf4";
}

.nc-icon-mini.food_cheeseburger:before {
  content: "\ecf5";
}

.nc-icon-mini.food_chef-hat:before {
  content: "\ecf6";
}

.nc-icon-mini.food_cherry:before {
  content: "\ecf7";
}

.nc-icon-mini.food_chicken:before {
  content: "\ecf8";
}

.nc-icon-mini.food_chili:before {
  content: "\ecf9";
}

.nc-icon-mini.food_chinese:before {
  content: "\ecfa";
}

.nc-icon-mini.food_chips:before {
  content: "\ecfb";
}

.nc-icon-mini.food_chocolate:before {
  content: "\ecfc";
}

.nc-icon-mini.food_cocktail:before {
  content: "\ecfd";
}

.nc-icon-mini.food_coffe-long:before {
  content: "\ecfe";
}

.nc-icon-mini.food_coffee-long:before {
  content: "\ecff";
}

.nc-icon-mini.food_coffee:before {
  content: "\ed00";
}

.nc-icon-mini.food_cookies:before {
  content: "\ed01";
}

.nc-icon-mini.food_course:before {
  content: "\ed02";
}

.nc-icon-mini.food_crab:before {
  content: "\ed03";
}

.nc-icon-mini.food_croissant:before {
  content: "\ed04";
}

.nc-icon-mini.food_cutlery-75:before {
  content: "\ed05";
}

.nc-icon-mini.food_cutlery-76:before {
  content: "\ed06";
}

.nc-icon-mini.food_cutlery-77:before {
  content: "\ed07";
}

.nc-icon-mini.food_donut:before {
  content: "\ed08";
}

.nc-icon-mini.food_drink:before {
  content: "\ed09";
}

.nc-icon-mini.food_egg:before {
  content: "\ed0a";
}

.nc-icon-mini.food_energy-drink:before {
  content: "\ed0b";
}

.nc-icon-mini.food_fish:before {
  content: "\ed0c";
}

.nc-icon-mini.food_glass:before {
  content: "\ed0d";
}

.nc-icon-mini.food_grape:before {
  content: "\ed0e";
}

.nc-icon-mini.food_hob:before {
  content: "\ed0f";
}

.nc-icon-mini.food_hot-dog:before {
  content: "\ed10";
}

.nc-icon-mini.food_ice-cream-22:before {
  content: "\ed11";
}

.nc-icon-mini.food_ice-cream-72:before {
  content: "\ed12";
}

.nc-icon-mini.food_kettle:before {
  content: "\ed13";
}

.nc-icon-mini.food_knife:before {
  content: "\ed14";
}

.nc-icon-mini.food_lighter:before {
  content: "\ed15";
}

.nc-icon-mini.food_matches:before {
  content: "\ed16";
}

.nc-icon-mini.food_measuring-cup:before {
  content: "\ed17";
}

.nc-icon-mini.food_microwave:before {
  content: "\ed18";
}

.nc-icon-mini.food_milk:before {
  content: "\ed19";
}

.nc-icon-mini.food_moka:before {
  content: "\ed1a";
}

.nc-icon-mini.food_muffin:before {
  content: "\ed1b";
}

.nc-icon-mini.food_mug:before {
  content: "\ed1c";
}

.nc-icon-mini.food_pan:before {
  content: "\ed1d";
}

.nc-icon-mini.food_pizza-slice:before {
  content: "\ed1e";
}

.nc-icon-mini.food_plate:before {
  content: "\ed1f";
}

.nc-icon-mini.food_pot:before {
  content: "\ed20";
}

.nc-icon-mini.food_recipe-book-46:before {
  content: "\ed21";
}

.nc-icon-mini.food_recipe-book-47:before {
  content: "\ed22";
}

.nc-icon-mini.food_rolling-pin:before {
  content: "\ed23";
}

.nc-icon-mini.food_sausage:before {
  content: "\ed24";
}

.nc-icon-mini.food_scale:before {
  content: "\ed25";
}

.nc-icon-mini.food_steak:before {
  content: "\ed26";
}

.nc-icon-mini.food_strawberry:before {
  content: "\ed27";
}

.nc-icon-mini.food_sushi:before {
  content: "\ed28";
}

.nc-icon-mini.food_tacos:before {
  content: "\ed29";
}

.nc-icon-mini.food_tea:before {
  content: "\ed2a";
}

.nc-icon-mini.food_watermelon:before {
  content: "\ed2b";
}

.nc-icon-mini.food_whisk:before {
  content: "\ed2c";
}

.nc-icon-mini.files_add:before {
  content: "\ed2d";
}

.nc-icon-mini.files_archive-3d-content:before {
  content: "\ed2e";
}

.nc-icon-mini.files_archive-check:before {
  content: "\ed2f";
}

.nc-icon-mini.files_archive-content:before {
  content: "\ed30";
}

.nc-icon-mini.files_archive-paper:before {
  content: "\ed31";
}

.nc-icon-mini.files_archive:before {
  content: "\ed32";
}

.nc-icon-mini.files_book-07:before {
  content: "\ed33";
}

.nc-icon-mini.files_box:before {
  content: "\ed34";
}

.nc-icon-mini.files_copy:before {
  content: "\ed35";
}

.nc-icon-mini.files_drawer:before {
  content: "\ed36";
}

.nc-icon-mini.files_folder-13:before {
  content: "\ed37";
}

.nc-icon-mini.files_folder-14:before {
  content: "\ed38";
}

.nc-icon-mini.files_folder-15:before {
  content: "\ed39";
}

.nc-icon-mini.files_folder-16:before {
  content: "\ed3a";
}

.nc-icon-mini.files_folder-17:before {
  content: "\ed3b";
}

.nc-icon-mini.files_folder-18:before {
  content: "\ed3c";
}

.nc-icon-mini.files_folder-add:before {
  content: "\ed3d";
}

.nc-icon-mini.files_folder-remove:before {
  content: "\ed3e";
}

.nc-icon-mini.files_notebook:before {
  content: "\ed3f";
}

.nc-icon-mini.files_paper:before {
  content: "\ed40";
}

.nc-icon-mini.files_remove:before {
  content: "\ed41";
}

.nc-icon-mini.files_single-content-02:before {
  content: "\ed42";
}

.nc-icon-mini.files_single-content-03:before {
  content: "\ed43";
}

.nc-icon-mini.files_single-copies:before {
  content: "\ed44";
}

.nc-icon-mini.files_single-copy-04:before {
  content: "\ed45";
}

.nc-icon-mini.files_single-copy-06:before {
  content: "\ed46";
}

.nc-icon-mini.files_single-folded-content:before {
  content: "\ed47";
}

.nc-icon-mini.files_single-folded:before {
  content: "\ed48";
}

.nc-icon-mini.files_single-paragraph:before {
  content: "\ed49";
}

.nc-icon-mini.files_single:before {
  content: "\ed4a";
}

.nc-icon-mini.files-e_add:before {
  content: "\ed4b";
}

.nc-icon-mini.files-e_book:before {
  content: "\ed4c";
}

.nc-icon-mini.files-e_folder-02:before {
  content: "\ed4d";
}

.nc-icon-mini.files-e_folder-03:before {
  content: "\ed4e";
}

.nc-icon-mini.files-e_folder-add:before {
  content: "\ed4f";
}

.nc-icon-mini.files-e_folder-remove:before {
  content: "\ed50";
}

.nc-icon-mini.files-e_remove:before {
  content: "\ed51";
}

.nc-icon-mini.emoticons_angry-10:before {
  content: "\ed52";
}

.nc-icon-mini.emoticons_angry-44:before {
  content: "\ed53";
}

.nc-icon-mini.emoticons_big-eyes:before {
  content: "\ed54";
}

.nc-icon-mini.emoticons_big-smile:before {
  content: "\ed55";
}

.nc-icon-mini.emoticons_bigmouth:before {
  content: "\ed56";
}

.nc-icon-mini.emoticons_bomb:before {
  content: "\ed57";
}

.nc-icon-mini.emoticons_cake:before {
  content: "\ed58";
}

.nc-icon-mini.emoticons_cry-15:before {
  content: "\ed59";
}

.nc-icon-mini.emoticons_cute:before {
  content: "\ed5a";
}

.nc-icon-mini.emoticons_devil:before {
  content: "\ed5b";
}

.nc-icon-mini.emoticons_fist:before {
  content: "\ed5c";
}

.nc-icon-mini.emoticons_ghost:before {
  content: "\ed5d";
}

.nc-icon-mini.emoticons_happy-sun:before {
  content: "\ed5e";
}

.nc-icon-mini.emoticons_kiss:before {
  content: "\ed5f";
}

.nc-icon-mini.emoticons_laugh-35:before {
  content: "\ed60";
}

.nc-icon-mini.emoticons_like-no:before {
  content: "\ed61";
}

.nc-icon-mini.emoticons_like:before {
  content: "\ed62";
}

.nc-icon-mini.emoticons_manga-62:before {
  content: "\ed63";
}

.nc-icon-mini.emoticons_manga-63:before {
  content: "\ed64";
}

.nc-icon-mini.emoticons_monster:before {
  content: "\ed65";
}

.nc-icon-mini.emoticons_nerd-22:before {
  content: "\ed66";
}

.nc-icon-mini.emoticons_poop:before {
  content: "\ed67";
}

.nc-icon-mini.emoticons_puzzled:before {
  content: "\ed68";
}

.nc-icon-mini.emoticons_quite-happy:before {
  content: "\ed69";
}

.nc-icon-mini.emoticons_robot:before {
  content: "\ed6a";
}

.nc-icon-mini.emoticons_sad:before {
  content: "\ed6b";
}

.nc-icon-mini.emoticons_satisfied:before {
  content: "\ed6c";
}

.nc-icon-mini.emoticons_shark:before {
  content: "\ed6d";
}

.nc-icon-mini.emoticons_shy:before {
  content: "\ed6e";
}

.nc-icon-mini.emoticons_skull:before {
  content: "\ed6f";
}

.nc-icon-mini.emoticons_smile:before {
  content: "\ed70";
}

.nc-icon-mini.emoticons_speechless:before {
  content: "\ed71";
}

.nc-icon-mini.emoticons_sunglasses-48:before {
  content: "\ed72";
}

.nc-icon-mini.emoticons_sunglasses-49:before {
  content: "\ed73";
}

.nc-icon-mini.emoticons_surprise:before {
  content: "\ed74";
}

.nc-icon-mini.emoticons_virus:before {
  content: "\ed75";
}

.nc-icon-mini.emoticons_what:before {
  content: "\ed76";
}

.nc-icon-mini.emoticons-e_angry-e-08:before {
  content: "\ed77";
}

.nc-icon-mini.emoticons-e_angry-e-17:before {
  content: "\ed78";
}

.nc-icon-mini.emoticons-e_ghost-e:before {
  content: "\ed79";
}

.nc-icon-mini.emoticons-e_kiss-e:before {
  content: "\ed7a";
}

.nc-icon-mini.emoticons-e_laugh-e:before {
  content: "\ed7b";
}

.nc-icon-mini.emoticons-e_monster-e:before {
  content: "\ed7c";
}

.nc-icon-mini.emoticons-e_puzzled-e:before {
  content: "\ed7d";
}

.nc-icon-mini.emoticons-e_quite-happy-e:before {
  content: "\ed7e";
}

.nc-icon-mini.emoticons-e_robot-e:before {
  content: "\ed7f";
}

.nc-icon-mini.emoticons-e_sad-e:before {
  content: "\ed80";
}

.nc-icon-mini.emoticons-e_satisfied-e:before {
  content: "\ed81";
}

.nc-icon-mini.emoticons-e_shark-e:before {
  content: "\ed82";
}

.nc-icon-mini.emoticons-e_shy-e:before {
  content: "\ed83";
}

.nc-icon-mini.emoticons-e_smile-e:before {
  content: "\ed84";
}

.nc-icon-mini.emoticons-e_speechless-e:before {
  content: "\ed85";
}

.nc-icon-mini.emoticons-e_surprise-e:before {
  content: "\ed86";
}

.nc-icon-mini.emoticons-e_what-e:before {
  content: "\ed87";
}

.nc-icon-mini.clothes_baby:before {
  content: "\eddc";
}

.nc-icon-mini.clothes_backpack:before {
  content: "\eddd";
}

.nc-icon-mini.clothes_bag-21:before {
  content: "\edde";
}

.nc-icon-mini.clothes_bag-22:before {
  content: "\eddf";
}

.nc-icon-mini.clothes_belt:before {
  content: "\ede0";
}

.nc-icon-mini.clothes_boot-woman:before {
  content: "\ede1";
}

.nc-icon-mini.clothes_boot:before {
  content: "\ede2";
}

.nc-icon-mini.clothes_bra:before {
  content: "\ede3";
}

.nc-icon-mini.clothes_button:before {
  content: "\ede4";
}

.nc-icon-mini.clothes_cap:before {
  content: "\ede5";
}

.nc-icon-mini.clothes_corset:before {
  content: "\ede6";
}

.nc-icon-mini.clothes_dress-woman:before {
  content: "\ede7";
}

.nc-icon-mini.clothes_flip:before {
  content: "\ede8";
}

.nc-icon-mini.clothes_glasses:before {
  content: "\ede9";
}

.nc-icon-mini.clothes_hat-top:before {
  content: "\edea";
}

.nc-icon-mini.clothes_hat:before {
  content: "\edeb";
}

.nc-icon-mini.clothes_iron:before {
  content: "\edec";
}

.nc-icon-mini.clothes_jeans-41:before {
  content: "\eded";
}

.nc-icon-mini.clothes_jeans-pocket:before {
  content: "\edee";
}

.nc-icon-mini.clothes_kitchen:before {
  content: "\edef";
}

.nc-icon-mini.clothes_long-sleeve:before {
  content: "\edf0";
}

.nc-icon-mini.clothes_makeup:before {
  content: "\edf1";
}

.nc-icon-mini.clothes_ring:before {
  content: "\edf2";
}

.nc-icon-mini.clothes_scarf:before {
  content: "\edf3";
}

.nc-icon-mini.clothes_shirt-buttons:before {
  content: "\edf4";
}

.nc-icon-mini.clothes_shirt-neck:before {
  content: "\edf5";
}

.nc-icon-mini.clothes_shirt:before {
  content: "\edf6";
}

.nc-icon-mini.clothes_shoe-man:before {
  content: "\edf7";
}

.nc-icon-mini.clothes_shoe-sport:before {
  content: "\edf8";
}

.nc-icon-mini.clothes_shoe-woman:before {
  content: "\edf9";
}

.nc-icon-mini.clothes_skirt:before {
  content: "\edfa";
}

.nc-icon-mini.clothes_slacks-12:before {
  content: "\edfb";
}

.nc-icon-mini.clothes_sock:before {
  content: "\edfc";
}

.nc-icon-mini.clothes_tie-bow:before {
  content: "\edfd";
}

.nc-icon-mini.clothes_tshirt-53:before {
  content: "\edfe";
}

.nc-icon-mini.clothes_tshirt-54:before {
  content: "\edff";
}

.nc-icon-mini.clothes_underwear-man:before {
  content: "\ee00";
}

.nc-icon-mini.clothes_underwear:before {
  content: "\ee01";
}

.nc-icon-mini.clothes_vest:before {
  content: "\ee02";
}

.nc-icon-mini.clothes_wash:before {
  content: "\ee03";
}

.nc-icon-mini.business_agenda:before {
  content: "\ee04";
}

.nc-icon-mini.business_atm:before {
  content: "\ee05";
}

.nc-icon-mini.business_award-48:before {
  content: "\ee06";
}

.nc-icon-mini.business_award-49:before {
  content: "\ee07";
}

.nc-icon-mini.business_award-74:before {
  content: "\ee08";
}

.nc-icon-mini.business_badge:before {
  content: "\ee09";
}

.nc-icon-mini.business_bank:before {
  content: "\ee0a";
}

.nc-icon-mini.business_board-27:before {
  content: "\ee0b";
}

.nc-icon-mini.business_board-28:before {
  content: "\ee0c";
}

.nc-icon-mini.business_books:before {
  content: "\ee0d";
}

.nc-icon-mini.business_briefcase-24:before {
  content: "\ee0e";
}

.nc-icon-mini.business_briefcase-25:before {
  content: "\ee0f";
}

.nc-icon-mini.business_briefcase-26:before {
  content: "\ee10";
}

.nc-icon-mini.business_building:before {
  content: "\ee11";
}

.nc-icon-mini.business_bulb-61:before {
  content: "\ee12";
}

.nc-icon-mini.business_bulb-62:before {
  content: "\ee13";
}

.nc-icon-mini.business_bulb-63:before {
  content: "\ee14";
}

.nc-icon-mini.business_businessman-03:before {
  content: "\ee15";
}

.nc-icon-mini.business_businessman-04:before {
  content: "\ee16";
}

.nc-icon-mini.business_calculator:before {
  content: "\ee17";
}

.nc-icon-mini.business_chair:before {
  content: "\ee18";
}

.nc-icon-mini.business_chart-bar-32:before {
  content: "\ee19";
}

.nc-icon-mini.business_chart-growth:before {
  content: "\ee1a";
}

.nc-icon-mini.business_chart-pie-35:before {
  content: "\ee1b";
}

.nc-icon-mini.business_chart-pie-36:before {
  content: "\ee1c";
}

.nc-icon-mini.business_chart:before {
  content: "\ee1d";
}

.nc-icon-mini.business_cheque:before {
  content: "\ee1e";
}

.nc-icon-mini.business_coins:before {
  content: "\ee1f";
}

.nc-icon-mini.business_connect:before {
  content: "\ee20";
}

.nc-icon-mini.business_contacts:before {
  content: "\ee21";
}

.nc-icon-mini.business_currency-dollar:before {
  content: "\ee22";
}

.nc-icon-mini.business_currency-euro:before {
  content: "\ee23";
}

.nc-icon-mini.business_currency-pound:before {
  content: "\ee24";
}

.nc-icon-mini.business_currency-yen:before {
  content: "\ee25";
}

.nc-icon-mini.business_factory:before {
  content: "\ee26";
}

.nc-icon-mini.business_globe:before {
  content: "\ee27";
}

.nc-icon-mini.business_goal-64:before {
  content: "\ee28";
}

.nc-icon-mini.business_goal-65:before {
  content: "\ee29";
}

.nc-icon-mini.business_hammer:before {
  content: "\ee2a";
}

.nc-icon-mini.business_handout:before {
  content: "\ee2b";
}

.nc-icon-mini.business_hat:before {
  content: "\ee2c";
}

.nc-icon-mini.business_hierarchy-53:before {
  content: "\ee2d";
}

.nc-icon-mini.business_math:before {
  content: "\ee2e";
}

.nc-icon-mini.business_money-11:before {
  content: "\ee2f";
}

.nc-icon-mini.business_money-12:before {
  content: "\ee30";
}

.nc-icon-mini.business_money-13:before {
  content: "\ee31";
}

.nc-icon-mini.business_money-bag:before {
  content: "\ee32";
}

.nc-icon-mini.business_net:before {
  content: "\ee33";
}

.nc-icon-mini.business_notes:before {
  content: "\ee34";
}

.nc-icon-mini.business_percentage-39:before {
  content: "\ee35";
}

.nc-icon-mini.business_pin:before {
  content: "\ee36";
}

.nc-icon-mini.business_plug:before {
  content: "\ee37";
}

.nc-icon-mini.business_progress:before {
  content: "\ee38";
}

.nc-icon-mini.business_safe:before {
  content: "\ee39";
}

.nc-icon-mini.business_sign:before {
  content: "\ee3a";
}

.nc-icon-mini.business_signature:before {
  content: "\ee3b";
}

.nc-icon-mini.business_stock:before {
  content: "\ee3c";
}

.nc-icon-mini.business_strategy:before {
  content: "\ee3d";
}

.nc-icon-mini.business_tie-01:before {
  content: "\ee3e";
}

.nc-icon-mini.business_tie-02:before {
  content: "\ee3f";
}

.nc-icon-mini.business_wallet-43:before {
  content: "\ee40";
}

.nc-icon-mini.business_wallet-44:before {
  content: "\ee41";
}

.nc-icon-mini.nature_bee:before {
  content: "\ee42";
}

.nc-icon-mini.nature_butterfly:before {
  content: "\ee43";
}

.nc-icon-mini.nature_chicken:before {
  content: "\ee44";
}

.nc-icon-mini.nature_clover:before {
  content: "\ee45";
}

.nc-icon-mini.nature_collar:before {
  content: "\ee46";
}

.nc-icon-mini.nature_cow:before {
  content: "\ee47";
}

.nc-icon-mini.nature_dog-house:before {
  content: "\ee48";
}

.nc-icon-mini.nature_dog:before {
  content: "\ee49";
}

.nc-icon-mini.nature_flower-05:before {
  content: "\ee4a";
}

.nc-icon-mini.nature_flower-06:before {
  content: "\ee4b";
}

.nc-icon-mini.nature_flower-07:before {
  content: "\ee4c";
}

.nc-icon-mini.nature_food-dog:before {
  content: "\ee4d";
}

.nc-icon-mini.nature_food:before {
  content: "\ee4e";
}

.nc-icon-mini.nature_mountain:before {
  content: "\ee4f";
}

.nc-icon-mini.nature_mushroom:before {
  content: "\ee50";
}

.nc-icon-mini.nature_panda:before {
  content: "\ee51";
}

.nc-icon-mini.nature_paw:before {
  content: "\ee52";
}

.nc-icon-mini.nature_pig:before {
  content: "\ee53";
}

.nc-icon-mini.nature_plant-ground:before {
  content: "\ee54";
}

.nc-icon-mini.nature_plant-vase:before {
  content: "\ee55";
}

.nc-icon-mini.nature_rat:before {
  content: "\ee56";
}

.nc-icon-mini.nature_tree-01:before {
  content: "\ee57";
}

.nc-icon-mini.nature_tree-02:before {
  content: "\ee58";
}

.nc-icon-mini.nature_tree-03:before {
  content: "\ee59";
}

.nc-icon-mini.nature_turtle:before {
  content: "\ee5a";
}

.nc-icon-mini.nature_wood:before {
  content: "\ee5b";
}

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

Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'Nucleo Outline';
  src: url("/fonts/nucleo/outline/nucleo-outline.eot");
  src: url("/fonts/nucleo/outline/nucleo-outline.eot") format("embedded-opentype"), url("/fonts/nucleo/outline/nucleo-outline.woff2") format("woff2"), url("/fonts/nucleo/outline/nucleo-outline.woff") format("woff"), url("/fonts/nucleo/outline/nucleo-outline.ttf") format("truetype"), url("/fonts/nucleo/outline/nucleo-outline.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/
.nc-icon-outline {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
.nc-icon-outline.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}

.nc-icon-outline.x2 {
  font-size: 2em;
}

.nc-icon-outline.x3 {
  font-size: 3em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-outline.square,
.nc-icon-outline.circle {
  padding: 0.3333333333em;
  vertical-align: -16%;
  background-color: #eee;
}

.nc-icon-outline.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.nc-icon-ul > li {
  position: relative;
}

.nc-icon-ul > li > .nc-icon-outline {
  position: absolute;
  left: -1.5714285714em;
  top: 0.1428571429em;
  text-align: center;
}

.nc-icon-ul > li > .nc-icon-outline.lg {
  top: 0;
  left: -1.3571428571em;
}

.nc-icon-ul > li > .nc-icon-outline.circle, .nc-icon-ul > li > .nc-icon-outline.square {
  top: -0.1904761905em;
  left: -1.9047619048em;
}

/*------------------------
  spinning icons
-------------------------*/
.nc-icon-outline.spin {
  animation: nc-icon-spin 2s infinite linear;
}

@keyframes nc-icon-spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-outline.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nc-icon-outline.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nc-icon-outline.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nc-icon-outline.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nc-icon-outline.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
	font icons
-------------------------*/
.nc-icon-outline.files-2_ai-illustrator:before {
  content: "\e947";
}

.nc-icon-outline.files-2_avi:before {
  content: "\e948";
}

.nc-icon-outline.files-2_css:before {
  content: "\e949";
}

.nc-icon-outline.files-2_csv:before {
  content: "\e94a";
}

.nc-icon-outline.files-2_doc:before {
  content: "\e94b";
}

.nc-icon-outline.files-2_docx:before {
  content: "\e94c";
}

.nc-icon-outline.files-2_epub:before {
  content: "\e94d";
}

.nc-icon-outline.files-2_exe:before {
  content: "\e94e";
}

.nc-icon-outline.files-2_font:before {
  content: "\e94f";
}

.nc-icon-outline.files-2_gif:before {
  content: "\e950";
}

.nc-icon-outline.files-2_html:before {
  content: "\e951";
}

.nc-icon-outline.files-2_jpg-jpeg:before {
  content: "\e952";
}

.nc-icon-outline.files-2_js-javascript-jquery:before {
  content: "\e953";
}

.nc-icon-outline.files-3_mov:before {
  content: "\e954";
}

.nc-icon-outline.files-3_mp3:before {
  content: "\e955";
}

.nc-icon-outline.files-3_mp4:before {
  content: "\e956";
}

.nc-icon-outline.files-3_pdf:before {
  content: "\e957";
}

.nc-icon-outline.files-3_png:before {
  content: "\e958";
}

.nc-icon-outline.files-3_psd-photoshop:before {
  content: "\e959";
}

.nc-icon-outline.files-3_rar:before {
  content: "\e95a";
}

.nc-icon-outline.files-3_sketch:before {
  content: "\e95b";
}

.nc-icon-outline.files-3_svg:before {
  content: "\e95c";
}

.nc-icon-outline.files-3_txt:before {
  content: "\e95d";
}

.nc-icon-outline.files-3_wav:before {
  content: "\e95e";
}

.nc-icon-outline.files-3_zip:before {
  content: "\e95f";
}

.nc-icon-outline.design_album:before {
  content: "\e960";
}

.nc-icon-outline.design_align-bottom:before {
  content: "\e961";
}

.nc-icon-outline.design_align-center-horizontal:before {
  content: "\e962";
}

.nc-icon-outline.design_align-center-vertical:before {
  content: "\e963";
}

.nc-icon-outline.design_align-left:before {
  content: "\e964";
}

.nc-icon-outline.design_align-right:before {
  content: "\e965";
}

.nc-icon-outline.design_align-top:before {
  content: "\e966";
}

.nc-icon-outline.design_app:before {
  content: "\e967";
}

.nc-icon-outline.design_artboard:before {
  content: "\e968";
}

.nc-icon-outline.design_blend:before {
  content: "\e969";
}

.nc-icon-outline.design_book-bookmark:before {
  content: "\e96a";
}

.nc-icon-outline.design_book-open:before {
  content: "\e96b";
}

.nc-icon-outline.design_brush:before {
  content: "\e96c";
}

.nc-icon-outline.design_bug:before {
  content: "\e96d";
}

.nc-icon-outline.design_bullet-list-67:before {
  content: "\e96e";
}

.nc-icon-outline.design_bullet-list-68:before {
  content: "\e96f";
}

.nc-icon-outline.design_bullet-list-69:before {
  content: "\e970";
}

.nc-icon-outline.design_bullet-list-70:before {
  content: "\e971";
}

.nc-icon-outline.design_clone:before {
  content: "\e972";
}

.nc-icon-outline.design_code-editor:before {
  content: "\e973";
}

.nc-icon-outline.design_code:before {
  content: "\e974";
}

.nc-icon-outline.design_collection:before {
  content: "\e975";
}

.nc-icon-outline.design_command:before {
  content: "\e976";
}

.nc-icon-outline.design_compass:before {
  content: "\e977";
}

.nc-icon-outline.design_contrast:before {
  content: "\e978";
}

.nc-icon-outline.design_copy:before {
  content: "\e979";
}

.nc-icon-outline.design_crop:before {
  content: "\e97a";
}

.nc-icon-outline.design_cursor-48:before {
  content: "\e97b";
}

.nc-icon-outline.design_cursor-49:before {
  content: "\e97c";
}

.nc-icon-outline.design_design-dev:before {
  content: "\e97d";
}

.nc-icon-outline.design_design:before {
  content: "\e97e";
}

.nc-icon-outline.design_distribute-horizontal:before {
  content: "\e97f";
}

.nc-icon-outline.design_distribute-vertical:before {
  content: "\e980";
}

.nc-icon-outline.design_drag:before {
  content: "\e981";
}

.nc-icon-outline.design_eraser-32:before {
  content: "\e982";
}

.nc-icon-outline.design_eraser-33:before {
  content: "\e983";
}

.nc-icon-outline.design_eraser-46:before {
  content: "\e984";
}

.nc-icon-outline.design_flip-horizontal:before {
  content: "\e985";
}

.nc-icon-outline.design_flip-vertical:before {
  content: "\e986";
}

.nc-icon-outline.design_image:before {
  content: "\e987";
}

.nc-icon-outline.design_magnet:before {
  content: "\e988";
}

.nc-icon-outline.design_marker:before {
  content: "\e989";
}

.nc-icon-outline.design_measure-02:before {
  content: "\e98a";
}

.nc-icon-outline.design_measure-17:before {
  content: "\e98b";
}

.nc-icon-outline.design_measure-big:before {
  content: "\e98c";
}

.nc-icon-outline.design_mobile-design:before {
  content: "\e98d";
}

.nc-icon-outline.design_mobile-dev:before {
  content: "\e98e";
}

.nc-icon-outline.design_mouse-08:before {
  content: "\e98f";
}

.nc-icon-outline.design_mouse-09:before {
  content: "\e990";
}

.nc-icon-outline.design_mouse-10:before {
  content: "\e991";
}

.nc-icon-outline.design_newsletter-dev:before {
  content: "\e992";
}

.nc-icon-outline.design_note-code:before {
  content: "\e993";
}

.nc-icon-outline.design_paint-16:before {
  content: "\e994";
}

.nc-icon-outline.design_paint-37:before {
  content: "\e995";
}

.nc-icon-outline.design_paint-38:before {
  content: "\e996";
}

.nc-icon-outline.design_paint-bucket-39:before {
  content: "\e997";
}

.nc-icon-outline.design_paint-bucket-40:before {
  content: "\e998";
}

.nc-icon-outline.design_palette:before {
  content: "\e999";
}

.nc-icon-outline.design_pantone:before {
  content: "\e99a";
}

.nc-icon-outline.design_paper-design:before {
  content: "\e99b";
}

.nc-icon-outline.design_paper-dev:before {
  content: "\e99c";
}

.nc-icon-outline.design_patch-19:before {
  content: "\e99d";
}

.nc-icon-outline.design_patch-34:before {
  content: "\e99e";
}

.nc-icon-outline.design_path-exclude:before {
  content: "\e99f";
}

.nc-icon-outline.design_path-intersect:before {
  content: "\e9a0";
}

.nc-icon-outline.design_path-minus:before {
  content: "\e9a1";
}

.nc-icon-outline.design_path-unite:before {
  content: "\e9a2";
}

.nc-icon-outline.design_pen-01:before {
  content: "\e9a3";
}

.nc-icon-outline.design_pen-23:before {
  content: "\e9a4";
}

.nc-icon-outline.design_pen-tool:before {
  content: "\e9a5";
}

.nc-icon-outline.design_phone:before {
  content: "\e9a6";
}

.nc-icon-outline.design_photo-editor:before {
  content: "\e9a7";
}

.nc-icon-outline.design_responsive:before {
  content: "\e9a8";
}

.nc-icon-outline.design_scissors-dashed:before {
  content: "\e9a9";
}

.nc-icon-outline.design_scissors:before {
  content: "\e9aa";
}

.nc-icon-outline.design_shape-adjust:before {
  content: "\edcb";
}

.nc-icon-outline.design_shape-circle:before {
  content: "\edcc";
}

.nc-icon-outline.design_shape-polygon:before {
  content: "\edcd";
}

.nc-icon-outline.design_shape-square:before {
  content: "\edce";
}

.nc-icon-outline.design_shape-triangle:before {
  content: "\edcf";
}

.nc-icon-outline.design_shapes:before {
  content: "\edd0";
}

.nc-icon-outline.design_sharpener:before {
  content: "\edd1";
}

.nc-icon-outline.design_slice:before {
  content: "\edd2";
}

.nc-icon-outline.design_spray:before {
  content: "\edd3";
}

.nc-icon-outline.design_stamp:before {
  content: "\edd4";
}

.nc-icon-outline.design_tablet-mobile:before {
  content: "\edd5";
}

.nc-icon-outline.design_tablet:before {
  content: "\edd6";
}

.nc-icon-outline.design_text:before {
  content: "\edd7";
}

.nc-icon-outline.design_todo:before {
  content: "\edd8";
}

.nc-icon-outline.design_usb:before {
  content: "\edd9";
}

.nc-icon-outline.design_vector:before {
  content: "\edda";
}

.nc-icon-outline.design_wand-11:before {
  content: "\eddb";
}

.nc-icon-outline.design_wand-99:before {
  content: "\eddc";
}

.nc-icon-outline.design_watch-dev:before {
  content: "\eddd";
}

.nc-icon-outline.design_web-design:before {
  content: "\edde";
}

.nc-icon-outline.design_webpage:before {
  content: "\eddf";
}

.nc-icon-outline.design_window-code:before {
  content: "\ede0";
}

.nc-icon-outline.design_window-dev:before {
  content: "\ede1";
}

.nc-icon-outline.design_window-paragraph:before {
  content: "\ede2";
}

.nc-icon-outline.design_window-responsive:before {
  content: "\ede3";
}

.nc-icon-outline.design-2_3d-28:before {
  content: "\ede4";
}

.nc-icon-outline.design-2_3d-29:before {
  content: "\ede5";
}

.nc-icon-outline.design-2_android:before {
  content: "\ede6";
}

.nc-icon-outline.design-2_angle:before {
  content: "\ede7";
}

.nc-icon-outline.design-2_animation-14:before {
  content: "\ede8";
}

.nc-icon-outline.design-2_animation-31:before {
  content: "\ede9";
}

.nc-icon-outline.design-2_animation-32:before {
  content: "\edea";
}

.nc-icon-outline.design-2_apple:before {
  content: "\edeb";
}

.nc-icon-outline.design-2_browser-chrome:before {
  content: "\edec";
}

.nc-icon-outline.design-2_browser-edge:before {
  content: "\eded";
}

.nc-icon-outline.design-2_browser-firefox:before {
  content: "\edee";
}

.nc-icon-outline.design-2_browser-ie:before {
  content: "\edef";
}

.nc-icon-outline.design-2_browser-opera:before {
  content: "\edf0";
}

.nc-icon-outline.design-2_browser-safari:before {
  content: "\edf1";
}

.nc-icon-outline.design-2_bucket:before {
  content: "\edf2";
}

.nc-icon-outline.design-2_button:before {
  content: "\edf3";
}

.nc-icon-outline.design-2_canvas:before {
  content: "\edf4";
}

.nc-icon-outline.design-2_css3:before {
  content: "\edf5";
}

.nc-icon-outline.design-2_cursor-add:before {
  content: "\edf6";
}

.nc-icon-outline.design-2_cursor-grab:before {
  content: "\edf7";
}

.nc-icon-outline.design-2_cursor-load:before {
  content: "\edf8";
}

.nc-icon-outline.design-2_cursor-menu:before {
  content: "\edf9";
}

.nc-icon-outline.design-2_cursor-not-allowed:before {
  content: "\edfa";
}

.nc-icon-outline.design-2_cursor-pointer:before {
  content: "\edfb";
}

.nc-icon-outline.design-2_cursor-text:before {
  content: "\edfc";
}

.nc-icon-outline.design-2_divider:before {
  content: "\edfd";
}

.nc-icon-outline.design-2_filter-organization:before {
  content: "\edfe";
}

.nc-icon-outline.design-2_form:before {
  content: "\edff";
}

.nc-icon-outline.design-2_frame:before {
  content: "\ee00";
}

.nc-icon-outline.design-2_group:before {
  content: "\ee01";
}

.nc-icon-outline.design-2_html5:before {
  content: "\ee02";
}

.nc-icon-outline.design-2_image:before {
  content: "\ee03";
}

.nc-icon-outline.design-2_layers:before {
  content: "\ee04";
}

.nc-icon-outline.design-2_layout-11:before {
  content: "\ee05";
}

.nc-icon-outline.design-2_layout-25:before {
  content: "\ee06";
}

.nc-icon-outline.design-2_microsoft:before {
  content: "\ee07";
}

.nc-icon-outline.design-2_mirror:before {
  content: "\ee08";
}

.nc-icon-outline.design-2_move-down:before {
  content: "\ee09";
}

.nc-icon-outline.design-2_move-up:before {
  content: "\ee0a";
}

.nc-icon-outline.design-2_paint-brush:before {
  content: "\ee0b";
}

.nc-icon-outline.design-2_ruler-pencil:before {
  content: "\ee0c";
}

.nc-icon-outline.design-2_scale-down:before {
  content: "\ee0d";
}

.nc-icon-outline.design-2_scale-up:before {
  content: "\ee0e";
}

.nc-icon-outline.design-2_scale:before {
  content: "\ee0f";
}

.nc-icon-outline.design-2_selection:before {
  content: "\ee10";
}

.nc-icon-outline.design-2_slider:before {
  content: "\ee11";
}

.nc-icon-outline.design-2_text:before {
  content: "\ee12";
}

.nc-icon-outline.design-2_transform-origin:before {
  content: "\ee13";
}

.nc-icon-outline.design-2_transform:before {
  content: "\ee14";
}

.nc-icon-outline.design-2_ungroup:before {
  content: "\ee15";
}

.nc-icon-outline.loader_circle-04:before {
  content: "\edc7";
}

.nc-icon-outline.loader_dots-06:before {
  content: "\edc8";
}

.nc-icon-outline.loader_gear:before {
  content: "\edc9";
}

.nc-icon-outline.loader_refresh:before {
  content: "\edca";
}

.nc-icon-outline.ui-1_analytics-88:before {
  content: "\ecd6";
}

.nc-icon-outline.ui-1_analytics-89:before {
  content: "\ecd7";
}

.nc-icon-outline.ui-1_attach-86:before {
  content: "\ecd8";
}

.nc-icon-outline.ui-1_attach-87:before {
  content: "\ecd9";
}

.nc-icon-outline.ui-1_bell-53:before {
  content: "\ecda";
}

.nc-icon-outline.ui-1_bell-54:before {
  content: "\ecdb";
}

.nc-icon-outline.ui-1_bell-55:before {
  content: "\ecdc";
}

.nc-icon-outline.ui-1_bold-add:before {
  content: "\ecdd";
}

.nc-icon-outline.ui-1_bold-delete:before {
  content: "\ecde";
}

.nc-icon-outline.ui-1_bold-remove:before {
  content: "\ecdf";
}

.nc-icon-outline.ui-1_bookmark-add:before {
  content: "\ece0";
}

.nc-icon-outline.ui-1_bookmark-remove:before {
  content: "\ece1";
}

.nc-icon-outline.ui-1_calendar-57:before {
  content: "\ece2";
}

.nc-icon-outline.ui-1_calendar-60:before {
  content: "\ece3";
}

.nc-icon-outline.ui-1_calendar-check-59:before {
  content: "\ece4";
}

.nc-icon-outline.ui-1_calendar-check-62:before {
  content: "\ece5";
}

.nc-icon-outline.ui-1_calendar-grid-58:before {
  content: "\ece6";
}

.nc-icon-outline.ui-1_calendar-grid-61:before {
  content: "\ece7";
}

.nc-icon-outline.ui-1_check-bold:before {
  content: "\ece8";
}

.nc-icon-outline.ui-1_check-circle-07:before {
  content: "\ece9";
}

.nc-icon-outline.ui-1_check-circle-08:before {
  content: "\ecea";
}

.nc-icon-outline.ui-1_check-curve:before {
  content: "\eceb";
}

.nc-icon-outline.ui-1_check-simple:before {
  content: "\ecec";
}

.nc-icon-outline.ui-1_check-small:before {
  content: "\eced";
}

.nc-icon-outline.ui-1_check-square-09:before {
  content: "\ecee";
}

.nc-icon-outline.ui-1_check-square-11:before {
  content: "\ecef";
}

.nc-icon-outline.ui-1_check:before {
  content: "\ecf0";
}

.nc-icon-outline.ui-1_circle-add:before {
  content: "\ecf1";
}

.nc-icon-outline.ui-1_circle-bold-add:before {
  content: "\ecf2";
}

.nc-icon-outline.ui-1_circle-bold-remove:before {
  content: "\ecf3";
}

.nc-icon-outline.ui-1_circle-delete:before {
  content: "\ecf4";
}

.nc-icon-outline.ui-1_circle-remove:before {
  content: "\ecf5";
}

.nc-icon-outline.ui-1_dashboard-29:before {
  content: "\ecf6";
}

.nc-icon-outline.ui-1_dashboard-30:before {
  content: "\ecf7";
}

.nc-icon-outline.ui-1_dashboard-half:before {
  content: "\ecf8";
}

.nc-icon-outline.ui-1_dashboard-level:before {
  content: "\ecf9";
}

.nc-icon-outline.ui-1_database:before {
  content: "\ecfa";
}

.nc-icon-outline.ui-1_drop:before {
  content: "\ecfb";
}

.nc-icon-outline.ui-1_edit-71:before {
  content: "\ecfc";
}

.nc-icon-outline.ui-1_edit-72:before {
  content: "\ecfd";
}

.nc-icon-outline.ui-1_edit-73:before {
  content: "\ecfe";
}

.nc-icon-outline.ui-1_edit-74:before {
  content: "\ecff";
}

.nc-icon-outline.ui-1_edit-75:before {
  content: "\ed00";
}

.nc-icon-outline.ui-1_edit-76:before {
  content: "\ed01";
}

.nc-icon-outline.ui-1_edit-77:before {
  content: "\ed02";
}

.nc-icon-outline.ui-1_edit-78:before {
  content: "\ed03";
}

.nc-icon-outline.ui-1_email-83:before {
  content: "\ed04";
}

.nc-icon-outline.ui-1_email-84:before {
  content: "\ed05";
}

.nc-icon-outline.ui-1_email-85:before {
  content: "\ed06";
}

.nc-icon-outline.ui-1_eye-17:before {
  content: "\ed07";
}

.nc-icon-outline.ui-1_eye-19:before {
  content: "\ed08";
}

.nc-icon-outline.ui-1_eye-ban-18:before {
  content: "\ed09";
}

.nc-icon-outline.ui-1_eye-ban-20:before {
  content: "\ed0a";
}

.nc-icon-outline.ui-1_flame:before {
  content: "\ed0b";
}

.nc-icon-outline.ui-1_home-51:before {
  content: "\ed0c";
}

.nc-icon-outline.ui-1_home-52:before {
  content: "\ed0d";
}

.nc-icon-outline.ui-1_home-minimal:before {
  content: "\ed0e";
}

.nc-icon-outline.ui-1_home-simple:before {
  content: "\ed0f";
}

.nc-icon-outline.ui-1_leaf-80:before {
  content: "\ed10";
}

.nc-icon-outline.ui-1_leaf-81:before {
  content: "\ed11";
}

.nc-icon-outline.ui-1_leaf-edit:before {
  content: "\ed12";
}

.nc-icon-outline.ui-1_lock-circle-open:before {
  content: "\ed13";
}

.nc-icon-outline.ui-1_lock-circle:before {
  content: "\ed14";
}

.nc-icon-outline.ui-1_lock-open:before {
  content: "\ed15";
}

.nc-icon-outline.ui-1_lock:before {
  content: "\ed16";
}

.nc-icon-outline.ui-1_notification-69:before {
  content: "\ed17";
}

.nc-icon-outline.ui-1_notification-70:before {
  content: "\ed18";
}

.nc-icon-outline.ui-1_pencil:before {
  content: "\ed19";
}

.nc-icon-outline.ui-1_preferences-circle-rotate:before {
  content: "\ed1a";
}

.nc-icon-outline.ui-1_preferences-circle:before {
  content: "\ed1b";
}

.nc-icon-outline.ui-1_preferences-container-circle-rotate:before {
  content: "\ed1c";
}

.nc-icon-outline.ui-1_preferences-container-circle:before {
  content: "\ed1d";
}

.nc-icon-outline.ui-1_preferences-container-rotate:before {
  content: "\ed1e";
}

.nc-icon-outline.ui-1_preferences-container:before {
  content: "\ed1f";
}

.nc-icon-outline.ui-1_preferences-rotate:before {
  content: "\ed20";
}

.nc-icon-outline.ui-1_preferences:before {
  content: "\ed21";
}

.nc-icon-outline.ui-1_send:before {
  content: "\ed22";
}

.nc-icon-outline.ui-1_settings-gear-63:before {
  content: "\ed23";
}

.nc-icon-outline.ui-1_settings-gear-64:before {
  content: "\ed24";
}

.nc-icon-outline.ui-1_settings-gear-65:before {
  content: "\ed25";
}

.nc-icon-outline.ui-1_settings-tool-66:before {
  content: "\ed26";
}

.nc-icon-outline.ui-1_settings-tool-67:before {
  content: "\ed27";
}

.nc-icon-outline.ui-1_settings:before {
  content: "\ed28";
}

.nc-icon-outline.ui-1_simple-add:before {
  content: "\ed29";
}

.nc-icon-outline.ui-1_simple-delete:before {
  content: "\ed2a";
}

.nc-icon-outline.ui-1_simple-remove:before {
  content: "\ed2b";
}

.nc-icon-outline.ui-1_trash-round:before {
  content: "\ed2c";
}

.nc-icon-outline.ui-1_trash-simple:before {
  content: "\ed2d";
}

.nc-icon-outline.ui-1_trash:before {
  content: "\ed2e";
}

.nc-icon-outline.ui-1_ui-03:before {
  content: "\ed2f";
}

.nc-icon-outline.ui-1_ui-04:before {
  content: "\ed30";
}

.nc-icon-outline.ui-1_zoom-bold-in:before {
  content: "\ed31";
}

.nc-icon-outline.ui-1_zoom-bold-out:before {
  content: "\ed32";
}

.nc-icon-outline.ui-1_zoom-bold:before {
  content: "\ed33";
}

.nc-icon-outline.ui-1_zoom-in:before {
  content: "\ed34";
}

.nc-icon-outline.ui-1_zoom-out:before {
  content: "\ed35";
}

.nc-icon-outline.ui-1_zoom-split-in:before {
  content: "\ed36";
}

.nc-icon-outline.ui-1_zoom-split-out:before {
  content: "\ed37";
}

.nc-icon-outline.ui-1_zoom-split:before {
  content: "\ed38";
}

.nc-icon-outline.ui-1_zoom:before {
  content: "\ed39";
}

.nc-icon-outline.ui-2_alert:before {
  content: "\ed3a";
}

.nc-icon-outline.ui-2_alert-:before {
  content: "\ed3b";
}

.nc-icon-outline.ui-2_alert-circle:before {
  content: "\ed3c";
}

.nc-icon-outline.ui-2_alert-circle-:before {
  content: "\ed3d";
}

.nc-icon-outline.ui-2_alert-circle-i:before {
  content: "\ed3e";
}

.nc-icon-outline.ui-2_alert-i:before {
  content: "\ed3f";
}

.nc-icon-outline.ui-2_alert-square:before {
  content: "\ed40";
}

.nc-icon-outline.ui-2_alert-square-:before {
  content: "\ed41";
}

.nc-icon-outline.ui-2_alert-square-i:before {
  content: "\ed42";
}

.nc-icon-outline.ui-2_archive:before {
  content: "\ed43";
}

.nc-icon-outline.ui-2_ban-bold:before {
  content: "\ed44";
}

.nc-icon-outline.ui-2_ban:before {
  content: "\ed45";
}

.nc-icon-outline.ui-2_battery-81:before {
  content: "\ed46";
}

.nc-icon-outline.ui-2_battery-83:before {
  content: "\ed47";
}

.nc-icon-outline.ui-2_battery-half:before {
  content: "\ed48";
}

.nc-icon-outline.ui-2_battery-low:before {
  content: "\ed49";
}

.nc-icon-outline.ui-2_bluetooth:before {
  content: "\ed4a";
}

.nc-icon-outline.ui-2_book:before {
  content: "\ed4b";
}

.nc-icon-outline.ui-2_chart-bar-52:before {
  content: "\ed4c";
}

.nc-icon-outline.ui-2_chart-bar-53:before {
  content: "\ed4d";
}

.nc-icon-outline.ui-2_chat-content:before {
  content: "\ed4e";
}

.nc-icon-outline.ui-2_chat-round-content:before {
  content: "\ed4f";
}

.nc-icon-outline.ui-2_chat-round:before {
  content: "\ed50";
}

.nc-icon-outline.ui-2_chat:before {
  content: "\ed51";
}

.nc-icon-outline.ui-2_circle-bold-delete:before {
  content: "\ed52";
}

.nc-icon-outline.ui-2_cloud-25:before {
  content: "\ed53";
}

.nc-icon-outline.ui-2_cloud-26:before {
  content: "\ed54";
}

.nc-icon-outline.ui-2_disk:before {
  content: "\ed55";
}

.nc-icon-outline.ui-2_enlarge-57:before {
  content: "\ed56";
}

.nc-icon-outline.ui-2_enlarge-58:before {
  content: "\ed57";
}

.nc-icon-outline.ui-2_enlarge-59:before {
  content: "\ed58";
}

.nc-icon-outline.ui-2_fat-add:before {
  content: "\ed59";
}

.nc-icon-outline.ui-2_fat-delete:before {
  content: "\ed5a";
}

.nc-icon-outline.ui-2_fat-remove:before {
  content: "\ed5b";
}

.nc-icon-outline.ui-2_favourite-28:before {
  content: "\ed5c";
}

.nc-icon-outline.ui-2_favourite-31:before {
  content: "\ed5d";
}

.nc-icon-outline.ui-2_favourite-add-29:before {
  content: "\ed5e";
}

.nc-icon-outline.ui-2_favourite-add-32:before {
  content: "\ed5f";
}

.nc-icon-outline.ui-2_favourite-remove-30:before {
  content: "\ed60";
}

.nc-icon-outline.ui-2_favourite-remove-33:before {
  content: "\ed61";
}

.nc-icon-outline.ui-2_filter:before {
  content: "\ed62";
}

.nc-icon-outline.ui-2_fullsize:before {
  content: "\ed63";
}

.nc-icon-outline.ui-2_grid-45:before {
  content: "\ed64";
}

.nc-icon-outline.ui-2_grid-46:before {
  content: "\ed65";
}

.nc-icon-outline.ui-2_grid-48:before {
  content: "\ed66";
}

.nc-icon-outline.ui-2_grid-49:before {
  content: "\ed67";
}

.nc-icon-outline.ui-2_grid-50:before {
  content: "\ed68";
}

.nc-icon-outline.ui-2_grid-square:before {
  content: "\ed69";
}

.nc-icon-outline.ui-2_hourglass:before {
  content: "\ed6a";
}

.nc-icon-outline.ui-2_lab:before {
  content: "\ed6b";
}

.nc-icon-outline.ui-2_layers:before {
  content: "\ed6c";
}

.nc-icon-outline.ui-2_like:before {
  content: "\ed6d";
}

.nc-icon-outline.ui-2_link-66:before {
  content: "\ed6e";
}

.nc-icon-outline.ui-2_link-67:before {
  content: "\ed6f";
}

.nc-icon-outline.ui-2_link-68:before {
  content: "\ed70";
}

.nc-icon-outline.ui-2_link-69:before {
  content: "\ed71";
}

.nc-icon-outline.ui-2_link-71:before {
  content: "\ed72";
}

.nc-icon-outline.ui-2_link-72:before {
  content: "\ed73";
}

.nc-icon-outline.ui-2_link-broken-70:before {
  content: "\ed74";
}

.nc-icon-outline.ui-2_link-broken-73:before {
  content: "\ed75";
}

.nc-icon-outline.ui-2_menu-34:before {
  content: "\ed76";
}

.nc-icon-outline.ui-2_menu-35:before {
  content: "\ed77";
}

.nc-icon-outline.ui-2_menu-bold:before {
  content: "\ed78";
}

.nc-icon-outline.ui-2_menu-dots:before {
  content: "\ed79";
}

.nc-icon-outline.ui-2_menu-square:before {
  content: "\ed7a";
}

.nc-icon-outline.ui-2_node:before {
  content: "\ed7b";
}

.nc-icon-outline.ui-2_paragraph:before {
  content: "\ed7c";
}

.nc-icon-outline.ui-2_phone:before {
  content: "\ed7d";
}

.nc-icon-outline.ui-2_settings-90:before {
  content: "\ed7e";
}

.nc-icon-outline.ui-2_settings-91:before {
  content: "\ed7f";
}

.nc-icon-outline.ui-2_share-bold:before {
  content: "\ed80";
}

.nc-icon-outline.ui-2_share:before {
  content: "\ed81";
}

.nc-icon-outline.ui-2_small-add:before {
  content: "\ed82";
}

.nc-icon-outline.ui-2_small-delete:before {
  content: "\ed83";
}

.nc-icon-outline.ui-2_small-remove:before {
  content: "\ed84";
}

.nc-icon-outline.ui-2_square-add-08:before {
  content: "\ed85";
}

.nc-icon-outline.ui-2_square-add-11:before {
  content: "\ed86";
}

.nc-icon-outline.ui-2_square-delete-10:before {
  content: "\ed87";
}

.nc-icon-outline.ui-2_square-delete-13:before {
  content: "\ed88";
}

.nc-icon-outline.ui-2_square-remove-09:before {
  content: "\ed89";
}

.nc-icon-outline.ui-2_square-remove-12:before {
  content: "\ed8a";
}

.nc-icon-outline.ui-2_target:before {
  content: "\ed8b";
}

.nc-icon-outline.ui-2_tile-55:before {
  content: "\ed8c";
}

.nc-icon-outline.ui-2_tile-56:before {
  content: "\ed8d";
}

.nc-icon-outline.ui-2_time-alarm:before {
  content: "\ed8e";
}

.nc-icon-outline.ui-2_time-clock:before {
  content: "\ed8f";
}

.nc-icon-outline.ui-2_time-countdown:before {
  content: "\ed90";
}

.nc-icon-outline.ui-2_time:before {
  content: "\ed91";
}

.nc-icon-outline.ui-2_webpage:before {
  content: "\ed92";
}

.nc-icon-outline.ui-2_window-add:before {
  content: "\ed93";
}

.nc-icon-outline.ui-2_window-delete:before {
  content: "\ed94";
}

.nc-icon-outline.ui-3_alert:before {
  content: "\ed95";
}

.nc-icon-outline.ui-3_backward:before {
  content: "\ed96";
}

.nc-icon-outline.ui-3_bolt:before {
  content: "\ed97";
}

.nc-icon-outline.ui-3_bullet-list:before {
  content: "\ed98";
}

.nc-icon-outline.ui-3_calendar-add:before {
  content: "\ed99";
}

.nc-icon-outline.ui-3_card-add:before {
  content: "\ed9a";
}

.nc-icon-outline.ui-3_card-alert:before {
  content: "\ed9b";
}

.nc-icon-outline.ui-3_chart-bars:before {
  content: "\ed9c";
}

.nc-icon-outline.ui-3_chart:before {
  content: "\ed9d";
}

.nc-icon-outline.ui-3_chat-33:before {
  content: "\ed9e";
}

.nc-icon-outline.ui-3_chat-45:before {
  content: "\ed9f";
}

.nc-icon-outline.ui-3_chat-46:before {
  content: "\eda0";
}

.nc-icon-outline.ui-3_chat-reply:before {
  content: "\eda1";
}

.nc-icon-outline.ui-3_check-in:before {
  content: "\eda2";
}

.nc-icon-outline.ui-3_check-out:before {
  content: "\eda3";
}

.nc-icon-outline.ui-3_dock-bottom:before {
  content: "\eda4";
}

.nc-icon-outline.ui-3_dock-left:before {
  content: "\eda5";
}

.nc-icon-outline.ui-3_dock-right:before {
  content: "\eda6";
}

.nc-icon-outline.ui-3_dock-top:before {
  content: "\eda7";
}

.nc-icon-outline.ui-3_filter-check:before {
  content: "\eda8";
}

.nc-icon-outline.ui-3_filter-remove:before {
  content: "\eda9";
}

.nc-icon-outline.ui-3_forward:before {
  content: "\edaa";
}

.nc-icon-outline.ui-3_funnel-39:before {
  content: "\edab";
}

.nc-icon-outline.ui-3_funnel-40:before {
  content: "\edac";
}

.nc-icon-outline.ui-3_funnel-41:before {
  content: "\edad";
}

.nc-icon-outline.ui-3_heart-add:before {
  content: "\edae";
}

.nc-icon-outline.ui-3_heart-remove:before {
  content: "\edaf";
}

.nc-icon-outline.ui-3_heart:before {
  content: "\edb0";
}

.nc-icon-outline.ui-3_infinite:before {
  content: "\edb1";
}

.nc-icon-outline.ui-3_link:before {
  content: "\edb2";
}

.nc-icon-outline.ui-3_menu-left:before {
  content: "\edb3";
}

.nc-icon-outline.ui-3_menu-right:before {
  content: "\edb4";
}

.nc-icon-outline.ui-3_menu:before {
  content: "\edb5";
}

.nc-icon-outline.ui-3_metrics:before {
  content: "\edb6";
}

.nc-icon-outline.ui-3_phone-call-end:before {
  content: "\edb7";
}

.nc-icon-outline.ui-3_phone-call:before {
  content: "\edb8";
}

.nc-icon-outline.ui-3_phone:before {
  content: "\edb9";
}

.nc-icon-outline.ui-3_playlist:before {
  content: "\edba";
}

.nc-icon-outline.ui-3_search:before {
  content: "\edbb";
}

.nc-icon-outline.ui-3_security:before {
  content: "\edbc";
}

.nc-icon-outline.ui-3_segmentation:before {
  content: "\edbd";
}

.nc-icon-outline.ui-3_select:before {
  content: "\edbe";
}

.nc-icon-outline.ui-3_send:before {
  content: "\edbf";
}

.nc-icon-outline.ui-3_signal:before {
  content: "\edc0";
}

.nc-icon-outline.ui-3_slide-left:before {
  content: "\edc1";
}

.nc-icon-outline.ui-3_slide-right:before {
  content: "\edc2";
}

.nc-icon-outline.ui-3_table-left:before {
  content: "\edc3";
}

.nc-icon-outline.ui-3_table-right:before {
  content: "\edc4";
}

.nc-icon-outline.ui-3_tag:before {
  content: "\edc5";
}

.nc-icon-outline.ui-3_widget:before {
  content: "\edc6";
}

.nc-icon-outline.envir_bulb-saver:before {
  content: "\ecc4";
}

.nc-icon-outline.envir_bulb:before {
  content: "\ecc5";
}

.nc-icon-outline.envir_car:before {
  content: "\ecc6";
}

.nc-icon-outline.envir_fuel-electric:before {
  content: "\ecc7";
}

.nc-icon-outline.envir_fuel:before {
  content: "\ecc8";
}

.nc-icon-outline.envir_home:before {
  content: "\ecc9";
}

.nc-icon-outline.envir_level:before {
  content: "\ecca";
}

.nc-icon-outline.envir_panel:before {
  content: "\eccb";
}

.nc-icon-outline.envir_radiation:before {
  content: "\eccc";
}

.nc-icon-outline.envir_recycling:before {
  content: "\eccd";
}

.nc-icon-outline.envir_save-planet:before {
  content: "\ecce";
}

.nc-icon-outline.envir_waste-danger:before {
  content: "\eccf";
}

.nc-icon-outline.envir_waste-recycling:before {
  content: "\ecd0";
}

.nc-icon-outline.envir_waste:before {
  content: "\ecd1";
}

.nc-icon-outline.envir_water-hand:before {
  content: "\ecd2";
}

.nc-icon-outline.envir_water-sink:before {
  content: "\ecd3";
}

.nc-icon-outline.envir_water:before {
  content: "\ecd4";
}

.nc-icon-outline.envir_wind:before {
  content: "\ecd5";
}

.nc-icon-outline.text_align-center:before {
  content: "\ecaa";
}

.nc-icon-outline.text_align-justify:before {
  content: "\ecab";
}

.nc-icon-outline.text_align-left:before {
  content: "\ecac";
}

.nc-icon-outline.text_align-right:before {
  content: "\ecad";
}

.nc-icon-outline.text_background:before {
  content: "\ecae";
}

.nc-icon-outline.text_bold:before {
  content: "\ecaf";
}

.nc-icon-outline.text_capitalize:before {
  content: "\ecb0";
}

.nc-icon-outline.text_caps-all:before {
  content: "\ecb1";
}

.nc-icon-outline.text_caps-small:before {
  content: "\ecb2";
}

.nc-icon-outline.text_color:before {
  content: "\ecb3";
}

.nc-icon-outline.text_edit:before {
  content: "\ecb4";
}

.nc-icon-outline.text_italic:before {
  content: "\ecb5";
}

.nc-icon-outline.text_line-height:before {
  content: "\ecb6";
}

.nc-icon-outline.text_list-bullet:before {
  content: "\ecb7";
}

.nc-icon-outline.text_list-numbers:before {
  content: "\ecb8";
}

.nc-icon-outline.text_margin-left:before {
  content: "\ecb9";
}

.nc-icon-outline.text_margin-right:before {
  content: "\ecba";
}

.nc-icon-outline.text_quote:before {
  content: "\ecbb";
}

.nc-icon-outline.text_scale-horizontal:before {
  content: "\ecbc";
}

.nc-icon-outline.text_scale-vertical:before {
  content: "\ecbd";
}

.nc-icon-outline.text_size:before {
  content: "\ecbe";
}

.nc-icon-outline.text_strikethrough:before {
  content: "\ecbf";
}

.nc-icon-outline.text_subscript:before {
  content: "\ecc0";
}

.nc-icon-outline.text_superscript:before {
  content: "\ecc1";
}

.nc-icon-outline.text_tracking:before {
  content: "\ecc2";
}

.nc-icon-outline.text_underline:before {
  content: "\ecc3";
}

.nc-icon-outline.gestures_2x-drag-down:before {
  content: "\ec09";
}

.nc-icon-outline.gestures_2x-drag-up:before {
  content: "\ec0a";
}

.nc-icon-outline.gestures_2x-swipe-down:before {
  content: "\ec0b";
}

.nc-icon-outline.gestures_2x-swipe-left:before {
  content: "\ec0c";
}

.nc-icon-outline.gestures_2x-swipe-right:before {
  content: "\ec0d";
}

.nc-icon-outline.gestures_2x-swipe-up:before {
  content: "\ec0e";
}

.nc-icon-outline.gestures_2x-tap:before {
  content: "\ec0f";
}

.nc-icon-outline.gestures_3x-swipe-left:before {
  content: "\ec10";
}

.nc-icon-outline.gestures_3x-swipe-right:before {
  content: "\ec11";
}

.nc-icon-outline.gestures_3x-swipe-up:before {
  content: "\ec12";
}

.nc-icon-outline.gestures_3x-tap:before {
  content: "\ec13";
}

.nc-icon-outline.gestures_4x-swipe-left:before {
  content: "\ec14";
}

.nc-icon-outline.gestures_4x-swipe-right:before {
  content: "\ec15";
}

.nc-icon-outline.gestures_4x-swipe-up:before {
  content: "\ec16";
}

.nc-icon-outline.gestures_active-38:before {
  content: "\ec17";
}

.nc-icon-outline.gestures_active-40:before {
  content: "\ec18";
}

.nc-icon-outline.gestures_camera:before {
  content: "\ec19";
}

.nc-icon-outline.gestures_double-tap:before {
  content: "\ec1a";
}

.nc-icon-outline.gestures_drag-21:before {
  content: "\ec1b";
}

.nc-icon-outline.gestures_drag-31:before {
  content: "\ec1c";
}

.nc-icon-outline.gestures_drag-down:before {
  content: "\ec1d";
}

.nc-icon-outline.gestures_drag-left:before {
  content: "\ec1e";
}

.nc-icon-outline.gestures_drag-right:before {
  content: "\ec1f";
}

.nc-icon-outline.gestures_drag-up:before {
  content: "\ec20";
}

.nc-icon-outline.gestures_flick-down:before {
  content: "\ec21";
}

.nc-icon-outline.gestures_flick-left:before {
  content: "\ec22";
}

.nc-icon-outline.gestures_flick-right:before {
  content: "\ec23";
}

.nc-icon-outline.gestures_flick-up:before {
  content: "\ec24";
}

.nc-icon-outline.gestures_grab:before {
  content: "\ec25";
}

.nc-icon-outline.gestures_hold:before {
  content: "\ec26";
}

.nc-icon-outline.gestures_pin:before {
  content: "\ec27";
}

.nc-icon-outline.gestures_pinch:before {
  content: "\ec28";
}

.nc-icon-outline.gestures_rotate-22:before {
  content: "\ec29";
}

.nc-icon-outline.gestures_rotate-23:before {
  content: "\ec2a";
}

.nc-icon-outline.gestures_scan:before {
  content: "\ec2b";
}

.nc-icon-outline.gestures_scroll-horitontal:before {
  content: "\ec2c";
}

.nc-icon-outline.gestures_scroll-vertical:before {
  content: "\ec2d";
}

.nc-icon-outline.gestures_stretch:before {
  content: "\ec2e";
}

.nc-icon-outline.gestures_swipe-bottom:before {
  content: "\ec2f";
}

.nc-icon-outline.gestures_swipe-left:before {
  content: "\ec30";
}

.nc-icon-outline.gestures_swipe-right:before {
  content: "\ec31";
}

.nc-icon-outline.gestures_swipe-up:before {
  content: "\ec32";
}

.nc-icon-outline.gestures_tap-01:before {
  content: "\ec33";
}

.nc-icon-outline.gestures_tap-02:before {
  content: "\ec34";
}

.nc-icon-outline.sport_badminton:before {
  content: "\ec35";
}

.nc-icon-outline.sport_baseball-ball:before {
  content: "\ec36";
}

.nc-icon-outline.sport_baseball-bat:before {
  content: "\ec37";
}

.nc-icon-outline.sport_baseball:before {
  content: "\ec38";
}

.nc-icon-outline.sport_basketball-12:before {
  content: "\ec39";
}

.nc-icon-outline.sport_basketball-13:before {
  content: "\ec3a";
}

.nc-icon-outline.sport_boxing:before {
  content: "\ec3b";
}

.nc-icon-outline.sport_cardio:before {
  content: "\ec3c";
}

.nc-icon-outline.sport_cricket:before {
  content: "\ec3d";
}

.nc-icon-outline.sport_crown:before {
  content: "\ec3e";
}

.nc-icon-outline.sport_dart:before {
  content: "\ec3f";
}

.nc-icon-outline.sport_dumbbells:before {
  content: "\ec40";
}

.nc-icon-outline.sport_energy-drink:before {
  content: "\ec41";
}

.nc-icon-outline.sport_energy-supplement:before {
  content: "\ec42";
}

.nc-icon-outline.sport_fencing:before {
  content: "\ec43";
}

.nc-icon-outline.sport_fishing:before {
  content: "\ec44";
}

.nc-icon-outline.sport_flag-finish:before {
  content: "\ec45";
}

.nc-icon-outline.sport_football-headguard:before {
  content: "\ec46";
}

.nc-icon-outline.sport_golf:before {
  content: "\ec47";
}

.nc-icon-outline.sport_helmet:before {
  content: "\ec48";
}

.nc-icon-outline.sport_hockey:before {
  content: "\ec49";
}

.nc-icon-outline.sport_kettlebell:before {
  content: "\ec4a";
}

.nc-icon-outline.sport_ping-pong:before {
  content: "\ec4b";
}

.nc-icon-outline.sport_podium-trophy:before {
  content: "\ec4c";
}

.nc-icon-outline.sport_podium:before {
  content: "\ec4d";
}

.nc-icon-outline.sport_rope:before {
  content: "\ec4e";
}

.nc-icon-outline.sport_rugby:before {
  content: "\ec4f";
}

.nc-icon-outline.sport_shaker:before {
  content: "\ec50";
}

.nc-icon-outline.sport_shoe-run:before {
  content: "\ec51";
}

.nc-icon-outline.sport_skateboard:before {
  content: "\ec52";
}

.nc-icon-outline.sport_snowboard:before {
  content: "\ec53";
}

.nc-icon-outline.sport_soccer-field:before {
  content: "\ec54";
}

.nc-icon-outline.sport_steering-wheel:before {
  content: "\ec55";
}

.nc-icon-outline.sport_supplement:before {
  content: "\ec56";
}

.nc-icon-outline.sport_surf:before {
  content: "\ec57";
}

.nc-icon-outline.sport_tactic:before {
  content: "\ec58";
}

.nc-icon-outline.sport_tennis-ball:before {
  content: "\ec59";
}

.nc-icon-outline.sport_tennis:before {
  content: "\ec5a";
}

.nc-icon-outline.sport_trophy:before {
  content: "\ec5b";
}

.nc-icon-outline.sport_user-balance:before {
  content: "\ec5c";
}

.nc-icon-outline.sport_user-climb:before {
  content: "\ec5d";
}

.nc-icon-outline.sport_user-meditation:before {
  content: "\ec5e";
}

.nc-icon-outline.sport_user-run:before {
  content: "\ec5f";
}

.nc-icon-outline.sport_user-snowboard:before {
  content: "\ec60";
}

.nc-icon-outline.sport_user-swim:before {
  content: "\ec61";
}

.nc-icon-outline.sport_volleyball:before {
  content: "\ec62";
}

.nc-icon-outline.sport_whistle:before {
  content: "\ec63";
}

.nc-icon-outline.holidays_bat:before {
  content: "\ec64";
}

.nc-icon-outline.holidays_biscuit:before {
  content: "\ec65";
}

.nc-icon-outline.holidays_bones:before {
  content: "\ec66";
}

.nc-icon-outline.holidays_boot:before {
  content: "\ec67";
}

.nc-icon-outline.holidays_candy:before {
  content: "\ec68";
}

.nc-icon-outline.holidays_cat:before {
  content: "\ec69";
}

.nc-icon-outline.holidays_cauldron:before {
  content: "\ec6a";
}

.nc-icon-outline.holidays_chimney:before {
  content: "\ec6b";
}

.nc-icon-outline.holidays_cockade:before {
  content: "\ec6c";
}

.nc-icon-outline.holidays_coffin:before {
  content: "\ec6d";
}

.nc-icon-outline.holidays_dead-hand:before {
  content: "\ec6e";
}

.nc-icon-outline.holidays_decoration:before {
  content: "\ec6f";
}

.nc-icon-outline.holidays_deer:before {
  content: "\ec70";
}

.nc-icon-outline.holidays_egg-38:before {
  content: "\ec71";
}

.nc-icon-outline.holidays_egg-39:before {
  content: "\ec72";
}

.nc-icon-outline.holidays_frankenstein:before {
  content: "\ec73";
}

.nc-icon-outline.holidays_ghost:before {
  content: "\ec74";
}

.nc-icon-outline.holidays_gift-exchange:before {
  content: "\ec75";
}

.nc-icon-outline.holidays_gift:before {
  content: "\ec76";
}

.nc-icon-outline.holidays_glove:before {
  content: "\ec77";
}

.nc-icon-outline.holidays_grave:before {
  content: "\ec78";
}

.nc-icon-outline.holidays_light:before {
  content: "\ec79";
}

.nc-icon-outline.holidays_message:before {
  content: "\ec7a";
}

.nc-icon-outline.holidays_mistletoe:before {
  content: "\ec7b";
}

.nc-icon-outline.holidays_owl:before {
  content: "\ec7c";
}

.nc-icon-outline.holidays_pumpkin:before {
  content: "\ec7d";
}

.nc-icon-outline.holidays_rabbit:before {
  content: "\ec7e";
}

.nc-icon-outline.holidays_santa-hat:before {
  content: "\ec7f";
}

.nc-icon-outline.holidays_sickle:before {
  content: "\ec80";
}

.nc-icon-outline.holidays_snow-ball:before {
  content: "\ec81";
}

.nc-icon-outline.holidays_snowman-head:before {
  content: "\ec82";
}

.nc-icon-outline.holidays_snowman:before {
  content: "\ec83";
}

.nc-icon-outline.holidays_soak:before {
  content: "\ec84";
}

.nc-icon-outline.holidays_spider:before {
  content: "\ec85";
}

.nc-icon-outline.holidays_tree-ball:before {
  content: "\ec86";
}

.nc-icon-outline.holidays_tree:before {
  content: "\ec87";
}

.nc-icon-outline.holidays_vampire:before {
  content: "\ec88";
}

.nc-icon-outline.holidays_witch-hat:before {
  content: "\ec89";
}

.nc-icon-outline.holidays_wolf:before {
  content: "\ec8a";
}

.nc-icon-outline.holidays_zombie:before {
  content: "\ec8b";
}

.nc-icon-outline.nature_bear:before {
  content: "\ec8c";
}

.nc-icon-outline.nature_bee:before {
  content: "\ec8d";
}

.nc-icon-outline.nature_butterfly:before {
  content: "\ec8e";
}

.nc-icon-outline.nature_chicken:before {
  content: "\ec8f";
}

.nc-icon-outline.nature_clover:before {
  content: "\ec90";
}

.nc-icon-outline.nature_collar:before {
  content: "\ec91";
}

.nc-icon-outline.nature_cow:before {
  content: "\ec92";
}

.nc-icon-outline.nature_dog-house:before {
  content: "\ec93";
}

.nc-icon-outline.nature_dog:before {
  content: "\ec94";
}

.nc-icon-outline.nature_flower-05:before {
  content: "\ec95";
}

.nc-icon-outline.nature_flower-06:before {
  content: "\ec96";
}

.nc-icon-outline.nature_flower-07:before {
  content: "\ec97";
}

.nc-icon-outline.nature_food-dog:before {
  content: "\ec98";
}

.nc-icon-outline.nature_food:before {
  content: "\ec99";
}

.nc-icon-outline.nature_forest:before {
  content: "\ec9a";
}

.nc-icon-outline.nature_mountain:before {
  content: "\ec9b";
}

.nc-icon-outline.nature_mushroom:before {
  content: "\ec9c";
}

.nc-icon-outline.nature_panda:before {
  content: "\ec9d";
}

.nc-icon-outline.nature_paw:before {
  content: "\ec9e";
}

.nc-icon-outline.nature_pig:before {
  content: "\ec9f";
}

.nc-icon-outline.nature_plant-ground:before {
  content: "\eca0";
}

.nc-icon-outline.nature_plant-vase:before {
  content: "\eca1";
}

.nc-icon-outline.nature_rat:before {
  content: "\eca2";
}

.nc-icon-outline.nature_sheep:before {
  content: "\eca3";
}

.nc-icon-outline.nature_snake:before {
  content: "\eca4";
}

.nc-icon-outline.nature_tree-01:before {
  content: "\eca5";
}

.nc-icon-outline.nature_tree-02:before {
  content: "\eca6";
}

.nc-icon-outline.nature_tree-03:before {
  content: "\eca7";
}

.nc-icon-outline.nature_turtle:before {
  content: "\eca8";
}

.nc-icon-outline.nature_wood:before {
  content: "\eca9";
}

.nc-icon-outline.travel_axe:before {
  content: "\eb28";
}

.nc-icon-outline.travel_backpack:before {
  content: "\eb29";
}

.nc-icon-outline.travel_bag:before {
  content: "\eb2a";
}

.nc-icon-outline.travel_barbecue:before {
  content: "\eb2b";
}

.nc-icon-outline.travel_beach-umbrella:before {
  content: "\eb2c";
}

.nc-icon-outline.travel_berlin:before {
  content: "\eb2d";
}

.nc-icon-outline.travel_binocular:before {
  content: "\eb2e";
}

.nc-icon-outline.travel_camper:before {
  content: "\eb2f";
}

.nc-icon-outline.travel_camping:before {
  content: "\eb30";
}

.nc-icon-outline.travel_castle:before {
  content: "\eb31";
}

.nc-icon-outline.travel_china:before {
  content: "\eb32";
}

.nc-icon-outline.travel_church:before {
  content: "\eb33";
}

.nc-icon-outline.travel_drink:before {
  content: "\eb34";
}

.nc-icon-outline.travel_explore:before {
  content: "\eb35";
}

.nc-icon-outline.travel_fire:before {
  content: "\eb36";
}

.nc-icon-outline.travel_hotel-bell:before {
  content: "\eb37";
}

.nc-icon-outline.travel_hotel-symbol:before {
  content: "\eb38";
}

.nc-icon-outline.travel_hotel:before {
  content: "\eb39";
}

.nc-icon-outline.travel_hut:before {
  content: "\eb3a";
}

.nc-icon-outline.travel_igloo:before {
  content: "\eb3b";
}

.nc-icon-outline.travel_info:before {
  content: "\eb3c";
}

.nc-icon-outline.travel_istanbul:before {
  content: "\eb3d";
}

.nc-icon-outline.travel_jellyfish:before {
  content: "\eb3e";
}

.nc-icon-outline.travel_lamp:before {
  content: "\eb3f";
}

.nc-icon-outline.travel_lighthouse:before {
  content: "\eb40";
}

.nc-icon-outline.travel_london:before {
  content: "\eb41";
}

.nc-icon-outline.travel_luggage:before {
  content: "\eb42";
}

.nc-icon-outline.travel_mosque:before {
  content: "\eb43";
}

.nc-icon-outline.travel_ny:before {
  content: "\eb44";
}

.nc-icon-outline.travel_octopus:before {
  content: "\eb45";
}

.nc-icon-outline.travel_paris-tower:before {
  content: "\eb46";
}

.nc-icon-outline.travel_passport:before {
  content: "\eb47";
}

.nc-icon-outline.travel_pickaxe:before {
  content: "\eb48";
}

.nc-icon-outline.travel_pool:before {
  content: "\eb49";
}

.nc-icon-outline.travel_pyramid:before {
  content: "\eb4a";
}

.nc-icon-outline.travel_rackets:before {
  content: "\eb4b";
}

.nc-icon-outline.travel_rio:before {
  content: "\eb4c";
}

.nc-icon-outline.travel_road-sign-left:before {
  content: "\eb4d";
}

.nc-icon-outline.travel_road-sign-right:before {
  content: "\eb4e";
}

.nc-icon-outline.travel_rome:before {
  content: "\eb4f";
}

.nc-icon-outline.travel_rowing:before {
  content: "\eb50";
}

.nc-icon-outline.travel_sea-mask:before {
  content: "\eb51";
}

.nc-icon-outline.travel_sf-bridge:before {
  content: "\eb52";
}

.nc-icon-outline.travel_shark:before {
  content: "\eb53";
}

.nc-icon-outline.travel_spa:before {
  content: "\eb54";
}

.nc-icon-outline.travel_sunglasses:before {
  content: "\eb55";
}

.nc-icon-outline.travel_surf:before {
  content: "\eb56";
}

.nc-icon-outline.travel_swimsuit:before {
  content: "\eb57";
}

.nc-icon-outline.travel_swimwear:before {
  content: "\eb58";
}

.nc-icon-outline.travel_swiss-knife:before {
  content: "\eb59";
}

.nc-icon-outline.travel_temple-02:before {
  content: "\eb5a";
}

.nc-icon-outline.travel_temple-25:before {
  content: "\eb5b";
}

.nc-icon-outline.travel_trolley:before {
  content: "\eb5c";
}

.nc-icon-outline.travel_white-house:before {
  content: "\eb5d";
}

.nc-icon-outline.travel_world:before {
  content: "\eb5e";
}

.nc-icon-outline.travel_worldmap:before {
  content: "\eb5f";
}

.nc-icon-outline.food_alcohol:before {
  content: "\eb60";
}

.nc-icon-outline.food_apple:before {
  content: "\eb61";
}

.nc-icon-outline.food_baby:before {
  content: "\eb62";
}

.nc-icon-outline.food_bacon:before {
  content: "\eb63";
}

.nc-icon-outline.food_baguette:before {
  content: "\eb64";
}

.nc-icon-outline.food_banana:before {
  content: "\eb65";
}

.nc-icon-outline.food_barbecue-02:before {
  content: "\eb66";
}

.nc-icon-outline.food_barbecue-15:before {
  content: "\eb67";
}

.nc-icon-outline.food_barbecue-tools:before {
  content: "\eb68";
}

.nc-icon-outline.food_beer-95:before {
  content: "\eb69";
}

.nc-icon-outline.food_beer-96:before {
  content: "\eb6a";
}

.nc-icon-outline.food_beverage:before {
  content: "\eb6b";
}

.nc-icon-outline.food_bottle-wine:before {
  content: "\eb6c";
}

.nc-icon-outline.food_bottle:before {
  content: "\eb6d";
}

.nc-icon-outline.food_bowl:before {
  content: "\eb6e";
}

.nc-icon-outline.food_bread:before {
  content: "\eb6f";
}

.nc-icon-outline.food_broccoli:before {
  content: "\eb70";
}

.nc-icon-outline.food_cake-13:before {
  content: "\eb71";
}

.nc-icon-outline.food_cake-100:before {
  content: "\eb72";
}

.nc-icon-outline.food_cake-slice:before {
  content: "\eb73";
}

.nc-icon-outline.food_candle:before {
  content: "\eb74";
}

.nc-icon-outline.food_candy:before {
  content: "\eb75";
}

.nc-icon-outline.food_carrot:before {
  content: "\eb76";
}

.nc-icon-outline.food_champagne:before {
  content: "\eb77";
}

.nc-icon-outline.food_cheese-24:before {
  content: "\eb78";
}

.nc-icon-outline.food_cheese-87:before {
  content: "\eb79";
}

.nc-icon-outline.food_cheeseburger:before {
  content: "\eb7a";
}

.nc-icon-outline.food_chef-hat:before {
  content: "\eb7b";
}

.nc-icon-outline.food_cherry:before {
  content: "\eb7c";
}

.nc-icon-outline.food_chicken:before {
  content: "\eb7d";
}

.nc-icon-outline.food_chili:before {
  content: "\eb7e";
}

.nc-icon-outline.food_chinese:before {
  content: "\eb7f";
}

.nc-icon-outline.food_chips:before {
  content: "\eb80";
}

.nc-icon-outline.food_chocolate:before {
  content: "\eb81";
}

.nc-icon-outline.food_cocktail:before {
  content: "\eb82";
}

.nc-icon-outline.food_coffe-long:before {
  content: "\eb83";
}

.nc-icon-outline.food_coffee-long:before {
  content: "\eb84";
}

.nc-icon-outline.food_coffee:before {
  content: "\eb85";
}

.nc-icon-outline.food_cookies:before {
  content: "\eb86";
}

.nc-icon-outline.food_course:before {
  content: "\eb87";
}

.nc-icon-outline.food_crab:before {
  content: "\eb88";
}

.nc-icon-outline.food_croissant:before {
  content: "\eb89";
}

.nc-icon-outline.food_cutlery-75:before {
  content: "\eb8a";
}

.nc-icon-outline.food_cutlery-76:before {
  content: "\eb8b";
}

.nc-icon-outline.food_cutlery-77:before {
  content: "\eb8c";
}

.nc-icon-outline.food_dishwasher:before {
  content: "\eb8d";
}

.nc-icon-outline.food_donut:before {
  content: "\eb8e";
}

.nc-icon-outline.food_drink:before {
  content: "\eb8f";
}

.nc-icon-outline.food_egg:before {
  content: "\eb90";
}

.nc-icon-outline.food_energy-drink:before {
  content: "\eb91";
}

.nc-icon-outline.food_fish:before {
  content: "\eb92";
}

.nc-icon-outline.food_fishbone:before {
  content: "\eb93";
}

.nc-icon-outline.food_fridge:before {
  content: "\eb94";
}

.nc-icon-outline.food_glass:before {
  content: "\eb95";
}

.nc-icon-outline.food_grape:before {
  content: "\eb96";
}

.nc-icon-outline.food_hob:before {
  content: "\eb97";
}

.nc-icon-outline.food_hot-dog:before {
  content: "\eb98";
}

.nc-icon-outline.food_ice-cream-22:before {
  content: "\eb99";
}

.nc-icon-outline.food_ice-cream-72:before {
  content: "\eb9a";
}

.nc-icon-outline.food_jam:before {
  content: "\eb9b";
}

.nc-icon-outline.food_kettle:before {
  content: "\eb9c";
}

.nc-icon-outline.food_kitchen-fan:before {
  content: "\eb9d";
}

.nc-icon-outline.food_knife:before {
  content: "\eb9e";
}

.nc-icon-outline.food_lemon-slice:before {
  content: "\eb9f";
}

.nc-icon-outline.food_lighter:before {
  content: "\eba0";
}

.nc-icon-outline.food_lobster:before {
  content: "\eba1";
}

.nc-icon-outline.food_matches:before {
  content: "\eba2";
}

.nc-icon-outline.food_measuring-cup:before {
  content: "\eba3";
}

.nc-icon-outline.food_meat-spit:before {
  content: "\eba4";
}

.nc-icon-outline.food_microwave:before {
  content: "\eba5";
}

.nc-icon-outline.food_milk:before {
  content: "\eba6";
}

.nc-icon-outline.food_moka:before {
  content: "\eba7";
}

.nc-icon-outline.food_muffin:before {
  content: "\eba8";
}

.nc-icon-outline.food_mug:before {
  content: "\eba9";
}

.nc-icon-outline.food_oven:before {
  content: "\ebaa";
}

.nc-icon-outline.food_pan:before {
  content: "\ebab";
}

.nc-icon-outline.food_pizza-slice:before {
  content: "\ebac";
}

.nc-icon-outline.food_pizza:before {
  content: "\ebad";
}

.nc-icon-outline.food_plate:before {
  content: "\ebae";
}

.nc-icon-outline.food_pot:before {
  content: "\ebaf";
}

.nc-icon-outline.food_prosciutto:before {
  content: "\ebb0";
}

.nc-icon-outline.food_recipe-book-46:before {
  content: "\ebb1";
}

.nc-icon-outline.food_recipe-book-47:before {
  content: "\ebb2";
}

.nc-icon-outline.food_rolling-pin:before {
  content: "\ebb3";
}

.nc-icon-outline.food_salt:before {
  content: "\ebb4";
}

.nc-icon-outline.food_sausage:before {
  content: "\ebb5";
}

.nc-icon-outline.food_scale:before {
  content: "\ebb6";
}

.nc-icon-outline.food_scotch:before {
  content: "\ebb7";
}

.nc-icon-outline.food_shrimp:before {
  content: "\ebb8";
}

.nc-icon-outline.food_steak:before {
  content: "\ebb9";
}

.nc-icon-outline.food_store:before {
  content: "\ebba";
}

.nc-icon-outline.food_strawberry:before {
  content: "\ebbb";
}

.nc-icon-outline.food_sushi:before {
  content: "\ebbc";
}

.nc-icon-outline.food_tacos:before {
  content: "\ebbd";
}

.nc-icon-outline.food_tea:before {
  content: "\ebbe";
}

.nc-icon-outline.food_temperature:before {
  content: "\ebbf";
}

.nc-icon-outline.food_vest-07:before {
  content: "\ebc0";
}

.nc-icon-outline.food_vest-31:before {
  content: "\ebc1";
}

.nc-icon-outline.food_watermelon:before {
  content: "\ebc2";
}

.nc-icon-outline.food_whisk:before {
  content: "\ebc3";
}

.nc-icon-outline.emoticons_alien:before {
  content: "\ebc4";
}

.nc-icon-outline.emoticons_angry-10:before {
  content: "\ebc5";
}

.nc-icon-outline.emoticons_angry-44:before {
  content: "\ebc6";
}

.nc-icon-outline.emoticons_big-eyes:before {
  content: "\ebc7";
}

.nc-icon-outline.emoticons_big-smile:before {
  content: "\ebc8";
}

.nc-icon-outline.emoticons_bigmouth:before {
  content: "\ebc9";
}

.nc-icon-outline.emoticons_bleah:before {
  content: "\ebca";
}

.nc-icon-outline.emoticons_blind:before {
  content: "\ebcb";
}

.nc-icon-outline.emoticons_bomb:before {
  content: "\ebcc";
}

.nc-icon-outline.emoticons_bored:before {
  content: "\ebcd";
}

.nc-icon-outline.emoticons_cake:before {
  content: "\ebce";
}

.nc-icon-outline.emoticons_cry-15:before {
  content: "\ebcf";
}

.nc-icon-outline.emoticons_cry-57:before {
  content: "\ebd0";
}

.nc-icon-outline.emoticons_cute:before {
  content: "\ebd1";
}

.nc-icon-outline.emoticons_devil:before {
  content: "\ebd2";
}

.nc-icon-outline.emoticons_disgusted:before {
  content: "\ebd3";
}

.nc-icon-outline.emoticons_fist:before {
  content: "\ebd4";
}

.nc-icon-outline.emoticons_ghost:before {
  content: "\ebd5";
}

.nc-icon-outline.emoticons_hannibal:before {
  content: "\ebd6";
}

.nc-icon-outline.emoticons_happy-sun:before {
  content: "\ebd7";
}

.nc-icon-outline.emoticons_kid:before {
  content: "\ebd8";
}

.nc-icon-outline.emoticons_kiss:before {
  content: "\ebd9";
}

.nc-icon-outline.emoticons_laugh-17:before {
  content: "\ebda";
}

.nc-icon-outline.emoticons_laugh-35:before {
  content: "\ebdb";
}

.nc-icon-outline.emoticons_like-no:before {
  content: "\ebdc";
}

.nc-icon-outline.emoticons_like:before {
  content: "\ebdd";
}

.nc-icon-outline.emoticons_mad-12:before {
  content: "\ebde";
}

.nc-icon-outline.emoticons_mad-58:before {
  content: "\ebdf";
}

.nc-icon-outline.emoticons_malicious:before {
  content: "\ebe0";
}

.nc-icon-outline.emoticons_manga-62:before {
  content: "\ebe1";
}

.nc-icon-outline.emoticons_manga-63:before {
  content: "\ebe2";
}

.nc-icon-outline.emoticons_monster:before {
  content: "\ebe3";
}

.nc-icon-outline.emoticons_nerd-22:before {
  content: "\ebe4";
}

.nc-icon-outline.emoticons_nerd-23:before {
  content: "\ebe5";
}

.nc-icon-outline.emoticons_ninja:before {
  content: "\ebe6";
}

.nc-icon-outline.emoticons_no-words:before {
  content: "\ebe7";
}

.nc-icon-outline.emoticons_parrot:before {
  content: "\ebe8";
}

.nc-icon-outline.emoticons_penguin:before {
  content: "\ebe9";
}

.nc-icon-outline.emoticons_pirate:before {
  content: "\ebea";
}

.nc-icon-outline.emoticons_poop:before {
  content: "\ebeb";
}

.nc-icon-outline.emoticons_puzzled:before {
  content: "\ebec";
}

.nc-icon-outline.emoticons_quite-happy:before {
  content: "\ebed";
}

.nc-icon-outline.emoticons_robot:before {
  content: "\ebee";
}

.nc-icon-outline.emoticons_rock:before {
  content: "\ebef";
}

.nc-icon-outline.emoticons_sad:before {
  content: "\ebf0";
}

.nc-icon-outline.emoticons_satisfied:before {
  content: "\ebf1";
}

.nc-icon-outline.emoticons_shark:before {
  content: "\ebf2";
}

.nc-icon-outline.emoticons_shy:before {
  content: "\ebf3";
}

.nc-icon-outline.emoticons_sick:before {
  content: "\ebf4";
}

.nc-icon-outline.emoticons_silly:before {
  content: "\ebf5";
}

.nc-icon-outline.emoticons_skull:before {
  content: "\ebf6";
}

.nc-icon-outline.emoticons_sleep:before {
  content: "\ebf7";
}

.nc-icon-outline.emoticons_sloth:before {
  content: "\ebf8";
}

.nc-icon-outline.emoticons_smart:before {
  content: "\ebf9";
}

.nc-icon-outline.emoticons_smile:before {
  content: "\ebfa";
}

.nc-icon-outline.emoticons_soldier:before {
  content: "\ebfb";
}

.nc-icon-outline.emoticons_speechless:before {
  content: "\ebfc";
}

.nc-icon-outline.emoticons_spiteful:before {
  content: "\ebfd";
}

.nc-icon-outline.emoticons_sunglasses-48:before {
  content: "\ebfe";
}

.nc-icon-outline.emoticons_sunglasses-49:before {
  content: "\ebff";
}

.nc-icon-outline.emoticons_surprise:before {
  content: "\ec00";
}

.nc-icon-outline.emoticons_upset-13:before {
  content: "\ec01";
}

.nc-icon-outline.emoticons_upset-14:before {
  content: "\ec02";
}

.nc-icon-outline.emoticons_virus:before {
  content: "\ec03";
}

.nc-icon-outline.emoticons_what:before {
  content: "\ec04";
}

.nc-icon-outline.emoticons_whiskers:before {
  content: "\ec05";
}

.nc-icon-outline.emoticons_wink-06:before {
  content: "\ec06";
}

.nc-icon-outline.emoticons_wink-11:before {
  content: "\ec07";
}

.nc-icon-outline.emoticons_wink-69:before {
  content: "\ec08";
}

.nc-icon-outline.weather_celsius:before {
  content: "\e600";
}

.nc-icon-outline.weather_cloud-13:before {
  content: "\e601";
}

.nc-icon-outline.weather_cloud-14:before {
  content: "\e602";
}

.nc-icon-outline.weather_cloud-drop:before {
  content: "\e603";
}

.nc-icon-outline.weather_cloud-fog-31:before {
  content: "\e604";
}

.nc-icon-outline.weather_cloud-fog-32:before {
  content: "\e605";
}

.nc-icon-outline.weather_cloud-hail:before {
  content: "\e606";
}

.nc-icon-outline.weather_cloud-light:before {
  content: "\e607";
}

.nc-icon-outline.weather_cloud-moon:before {
  content: "\e608";
}

.nc-icon-outline.weather_cloud-rain:before {
  content: "\e609";
}

.nc-icon-outline.weather_cloud-rainbow:before {
  content: "\e60a";
}

.nc-icon-outline.weather_cloud-snow-34:before {
  content: "\e60b";
}

.nc-icon-outline.weather_cloud-snow-42:before {
  content: "\e60c";
}

.nc-icon-outline.weather_cloud-sun-17:before {
  content: "\e60d";
}

.nc-icon-outline.weather_cloud-sun-19:before {
  content: "\e60e";
}

.nc-icon-outline.weather_compass:before {
  content: "\e60f";
}

.nc-icon-outline.weather_drop-12:before {
  content: "\e610";
}

.nc-icon-outline.weather_drop-15:before {
  content: "\e611";
}

.nc-icon-outline.weather_drops:before {
  content: "\e612";
}

.nc-icon-outline.weather_eclipse:before {
  content: "\e613";
}

.nc-icon-outline.weather_fahrenheit:before {
  content: "\e614";
}

.nc-icon-outline.weather_fog:before {
  content: "\e615";
}

.nc-icon-outline.weather_forecast:before {
  content: "\e616";
}

.nc-icon-outline.weather_hurricane-44:before {
  content: "\e617";
}

.nc-icon-outline.weather_hurricane-45:before {
  content: "\e618";
}

.nc-icon-outline.weather_moon-cloud-drop:before {
  content: "\e619";
}

.nc-icon-outline.weather_moon-cloud-fog:before {
  content: "\e61a";
}

.nc-icon-outline.weather_moon-cloud-hail:before {
  content: "\e61b";
}

.nc-icon-outline.weather_moon-cloud-light:before {
  content: "\e61c";
}

.nc-icon-outline.weather_moon-cloud-rain:before {
  content: "\e61d";
}

.nc-icon-outline.weather_moon-cloud-snow-61:before {
  content: "\e61e";
}

.nc-icon-outline.weather_moon-cloud-snow-62:before {
  content: "\e61f";
}

.nc-icon-outline.weather_moon-fog:before {
  content: "\e620";
}

.nc-icon-outline.weather_moon-full:before {
  content: "\e621";
}

.nc-icon-outline.weather_moon-stars:before {
  content: "\e622";
}

.nc-icon-outline.weather_moon:before {
  content: "\e623";
}

.nc-icon-outline.weather_rain-hail:before {
  content: "\e624";
}

.nc-icon-outline.weather_rain:before {
  content: "\e625";
}

.nc-icon-outline.weather_rainbow:before {
  content: "\e626";
}

.nc-icon-outline.weather_snow:before {
  content: "\e627";
}

.nc-icon-outline.weather_sun-cloud-drop:before {
  content: "\e628";
}

.nc-icon-outline.weather_sun-cloud-fog:before {
  content: "\e629";
}

.nc-icon-outline.weather_sun-cloud-hail:before {
  content: "\e62a";
}

.nc-icon-outline.weather_sun-cloud-light:before {
  content: "\e62b";
}

.nc-icon-outline.weather_sun-cloud-rain:before {
  content: "\e62c";
}

.nc-icon-outline.weather_sun-cloud-snow-54:before {
  content: "\e62d";
}

.nc-icon-outline.weather_sun-cloud-snow-55:before {
  content: "\e62e";
}

.nc-icon-outline.weather_sun-cloud:before {
  content: "\e62f";
}

.nc-icon-outline.weather_sun-fog-29:before {
  content: "\e630";
}

.nc-icon-outline.weather_sun-fog-30:before {
  content: "\e631";
}

.nc-icon-outline.weather_sun-fog-43:before {
  content: "\e632";
}

.nc-icon-outline.weather_sun:before {
  content: "\e633";
}

.nc-icon-outline.weather_wind:before {
  content: "\e634";
}

.nc-icon-outline.users_add-27:before {
  content: "\e635";
}

.nc-icon-outline.users_add-29:before {
  content: "\e636";
}

.nc-icon-outline.users_badge-13:before {
  content: "\e637";
}

.nc-icon-outline.users_badge-14:before {
  content: "\e638";
}

.nc-icon-outline.users_badge-15:before {
  content: "\e639";
}

.nc-icon-outline.users_circle-08:before {
  content: "\e63a";
}

.nc-icon-outline.users_circle-09:before {
  content: "\e63b";
}

.nc-icon-outline.users_circle-10:before {
  content: "\e63c";
}

.nc-icon-outline.users_contacts:before {
  content: "\e63d";
}

.nc-icon-outline.users_delete-28:before {
  content: "\e63e";
}

.nc-icon-outline.users_delete-30:before {
  content: "\e63f";
}

.nc-icon-outline.users_man-20:before {
  content: "\e640";
}

.nc-icon-outline.users_man-23:before {
  content: "\e641";
}

.nc-icon-outline.users_man-glasses:before {
  content: "\e642";
}

.nc-icon-outline.users_mobile-contact:before {
  content: "\e643";
}

.nc-icon-outline.users_multiple-11:before {
  content: "\e644";
}

.nc-icon-outline.users_multiple-19:before {
  content: "\e645";
}

.nc-icon-outline.users_network:before {
  content: "\e646";
}

.nc-icon-outline.users_parent:before {
  content: "\e647";
}

.nc-icon-outline.users_single-01:before {
  content: "\e648";
}

.nc-icon-outline.users_single-02:before {
  content: "\e649";
}

.nc-icon-outline.users_single-03:before {
  content: "\e64a";
}

.nc-icon-outline.users_single-04:before {
  content: "\e64b";
}

.nc-icon-outline.users_single-05:before {
  content: "\e64c";
}

.nc-icon-outline.users_single-body:before {
  content: "\e64d";
}

.nc-icon-outline.users_single-position:before {
  content: "\e64e";
}

.nc-icon-outline.users_square-31:before {
  content: "\e64f";
}

.nc-icon-outline.users_square-32:before {
  content: "\e650";
}

.nc-icon-outline.users_square-33:before {
  content: "\e651";
}

.nc-icon-outline.users_woman-21:before {
  content: "\e652";
}

.nc-icon-outline.users_woman-24:before {
  content: "\e653";
}

.nc-icon-outline.users_woman-25:before {
  content: "\e654";
}

.nc-icon-outline.users_woman-34:before {
  content: "\e655";
}

.nc-icon-outline.users_woman-35:before {
  content: "\e656";
}

.nc-icon-outline.users_woman-man:before {
  content: "\e657";
}

.nc-icon-outline.transportation_air-baloon:before {
  content: "\e717";
}

.nc-icon-outline.transportation_bike-sport:before {
  content: "\e718";
}

.nc-icon-outline.transportation_bike:before {
  content: "\e719";
}

.nc-icon-outline.transportation_boat-front:before {
  content: "\e71a";
}

.nc-icon-outline.transportation_boat-small-02:before {
  content: "\e71b";
}

.nc-icon-outline.transportation_boat-small-03:before {
  content: "\e71c";
}

.nc-icon-outline.transportation_boat:before {
  content: "\e71d";
}

.nc-icon-outline.transportation_bus-front-10:before {
  content: "\e71e";
}

.nc-icon-outline.transportation_bus-front-12:before {
  content: "\e71f";
}

.nc-icon-outline.transportation_bus:before {
  content: "\e720";
}

.nc-icon-outline.transportation_car-front:before {
  content: "\e721";
}

.nc-icon-outline.transportation_car-simple:before {
  content: "\e722";
}

.nc-icon-outline.transportation_car-sport:before {
  content: "\e723";
}

.nc-icon-outline.transportation_car-taxi:before {
  content: "\e724";
}

.nc-icon-outline.transportation_car:before {
  content: "\e725";
}

.nc-icon-outline.transportation_helicopter:before {
  content: "\e726";
}

.nc-icon-outline.transportation_helmet:before {
  content: "\e727";
}

.nc-icon-outline.transportation_light-traffic:before {
  content: "\e728";
}

.nc-icon-outline.transportation_moto:before {
  content: "\e729";
}

.nc-icon-outline.transportation_plane-17:before {
  content: "\e72a";
}

.nc-icon-outline.transportation_plane-18:before {
  content: "\e72b";
}

.nc-icon-outline.transportation_road:before {
  content: "\e72c";
}

.nc-icon-outline.transportation_skateboard:before {
  content: "\e72d";
}

.nc-icon-outline.transportation_tractor:before {
  content: "\e72e";
}

.nc-icon-outline.transportation_train-speed:before {
  content: "\e72f";
}

.nc-icon-outline.transportation_train:before {
  content: "\e730";
}

.nc-icon-outline.transportation_tram:before {
  content: "\e731";
}

.nc-icon-outline.transportation_truck-front:before {
  content: "\e732";
}

.nc-icon-outline.transportation_vespa-front:before {
  content: "\e733";
}

.nc-icon-outline.transportation_vespa:before {
  content: "\e734";
}

.nc-icon-outline.tech_cable-49:before {
  content: "\e735";
}

.nc-icon-outline.tech_cable-50:before {
  content: "\e736";
}

.nc-icon-outline.tech_cd-reader:before {
  content: "\e737";
}

.nc-icon-outline.tech_computer-monitor:before {
  content: "\e738";
}

.nc-icon-outline.tech_computer-old:before {
  content: "\e739";
}

.nc-icon-outline.tech_computer:before {
  content: "\e73a";
}

.nc-icon-outline.tech_controller-modern:before {
  content: "\e73b";
}

.nc-icon-outline.tech_controller:before {
  content: "\e73c";
}

.nc-icon-outline.tech_desktop-screen:before {
  content: "\e73d";
}

.nc-icon-outline.tech_desktop:before {
  content: "\e73e";
}

.nc-icon-outline.tech_disk-reader:before {
  content: "\e73f";
}

.nc-icon-outline.tech_disk:before {
  content: "\e740";
}

.nc-icon-outline.tech_gopro:before {
  content: "\e741";
}

.nc-icon-outline.tech_headphones:before {
  content: "\e742";
}

.nc-icon-outline.tech_keyboard-mouse:before {
  content: "\e743";
}

.nc-icon-outline.tech_keyboard-wifi:before {
  content: "\e744";
}

.nc-icon-outline.tech_keyboard:before {
  content: "\e745";
}

.nc-icon-outline.tech_laptop-camera:before {
  content: "\e746";
}

.nc-icon-outline.tech_laptop-front:before {
  content: "\e747";
}

.nc-icon-outline.tech_laptop:before {
  content: "\e748";
}

.nc-icon-outline.tech_mobile-button:before {
  content: "\e749";
}

.nc-icon-outline.tech_mobile-camera:before {
  content: "\e74a";
}

.nc-icon-outline.tech_mobile-recharger-08:before {
  content: "\e74b";
}

.nc-icon-outline.tech_mobile-recharger-09:before {
  content: "\e74c";
}

.nc-icon-outline.tech_mobile-toolbar:before {
  content: "\e74d";
}

.nc-icon-outline.tech_mobile:before {
  content: "\e74e";
}

.nc-icon-outline.tech_music:before {
  content: "\e74f";
}

.nc-icon-outline.tech_navigation:before {
  content: "\e750";
}

.nc-icon-outline.tech_player-19:before {
  content: "\e751";
}

.nc-icon-outline.tech_player-48:before {
  content: "\e752";
}

.nc-icon-outline.tech_print-fold:before {
  content: "\e753";
}

.nc-icon-outline.tech_print-round-fold:before {
  content: "\e754";
}

.nc-icon-outline.tech_print-round:before {
  content: "\e755";
}

.nc-icon-outline.tech_print:before {
  content: "\e756";
}

.nc-icon-outline.tech_ram:before {
  content: "\e757";
}

.nc-icon-outline.tech_remote:before {
  content: "\e758";
}

.nc-icon-outline.tech_signal:before {
  content: "\e759";
}

.nc-icon-outline.tech_socket:before {
  content: "\e75a";
}

.nc-icon-outline.tech_sync:before {
  content: "\e75b";
}

.nc-icon-outline.tech_tablet-button:before {
  content: "\e75c";
}

.nc-icon-outline.tech_tablet-reader-31:before {
  content: "\e75d";
}

.nc-icon-outline.tech_tablet-reader-42:before {
  content: "\e75e";
}

.nc-icon-outline.tech_tablet-toolbar:before {
  content: "\e75f";
}

.nc-icon-outline.tech_tablet:before {
  content: "\e760";
}

.nc-icon-outline.tech_tv-old:before {
  content: "\e761";
}

.nc-icon-outline.tech_tv:before {
  content: "\e762";
}

.nc-icon-outline.tech_watch-circle:before {
  content: "\e763";
}

.nc-icon-outline.tech_watch-time:before {
  content: "\e764";
}

.nc-icon-outline.tech_watch:before {
  content: "\e765";
}

.nc-icon-outline.tech_webcam-38:before {
  content: "\e766";
}

.nc-icon-outline.tech_webcam-39:before {
  content: "\e767";
}

.nc-icon-outline.tech_wifi-router:before {
  content: "\e768";
}

.nc-icon-outline.tech_wifi:before {
  content: "\e769";
}

.nc-icon-outline.shopping_award:before {
  content: "\e76a";
}

.nc-icon-outline.shopping_bag-09:before {
  content: "\e76b";
}

.nc-icon-outline.shopping_bag-16:before {
  content: "\e76c";
}

.nc-icon-outline.shopping_bag-17:before {
  content: "\e76d";
}

.nc-icon-outline.shopping_bag-20:before {
  content: "\e76e";
}

.nc-icon-outline.shopping_bag-add-18:before {
  content: "\e76f";
}

.nc-icon-outline.shopping_bag-add-21:before {
  content: "\e770";
}

.nc-icon-outline.shopping_bag-edit:before {
  content: "\e771";
}

.nc-icon-outline.shopping_bag-remove-19:before {
  content: "\e772";
}

.nc-icon-outline.shopping_bag-remove-22:before {
  content: "\e773";
}

.nc-icon-outline.shopping_barcode-scan:before {
  content: "\e774";
}

.nc-icon-outline.shopping_barcode:before {
  content: "\e775";
}

.nc-icon-outline.shopping_bardcode-qr:before {
  content: "\e776";
}

.nc-icon-outline.shopping_basket-add:before {
  content: "\e777";
}

.nc-icon-outline.shopping_basket-edit:before {
  content: "\e778";
}

.nc-icon-outline.shopping_basket-remove:before {
  content: "\e779";
}

.nc-icon-outline.shopping_basket-simple-add:before {
  content: "\e77a";
}

.nc-icon-outline.shopping_basket-simple-remove:before {
  content: "\e77b";
}

.nc-icon-outline.shopping_basket-simple:before {
  content: "\e77c";
}

.nc-icon-outline.shopping_basket:before {
  content: "\e77d";
}

.nc-icon-outline.shopping_bitcoin:before {
  content: "\e77e";
}

.nc-icon-outline.shopping_board:before {
  content: "\e77f";
}

.nc-icon-outline.shopping_box-3d-50:before {
  content: "\e780";
}

.nc-icon-outline.shopping_box-3d-67:before {
  content: "\e781";
}

.nc-icon-outline.shopping_box-ribbon:before {
  content: "\e782";
}

.nc-icon-outline.shopping_box:before {
  content: "\e783";
}

.nc-icon-outline.shopping_cart-add:before {
  content: "\e784";
}

.nc-icon-outline.shopping_cart-modern-add:before {
  content: "\e785";
}

.nc-icon-outline.shopping_cart-modern-in:before {
  content: "\e786";
}

.nc-icon-outline.shopping_cart-modern-remove:before {
  content: "\e787";
}

.nc-icon-outline.shopping_cart-modern:before {
  content: "\e788";
}

.nc-icon-outline.shopping_cart-remove:before {
  content: "\e789";
}

.nc-icon-outline.shopping_cart-simple-add:before {
  content: "\e78a";
}

.nc-icon-outline.shopping_cart-simple-in:before {
  content: "\e78b";
}

.nc-icon-outline.shopping_cart-simple-remove:before {
  content: "\e78c";
}

.nc-icon-outline.shopping_cart-simple:before {
  content: "\e78d";
}

.nc-icon-outline.shopping_cart:before {
  content: "\e78e";
}

.nc-icon-outline.shopping_cash-register:before {
  content: "\e78f";
}

.nc-icon-outline.shopping_chart:before {
  content: "\e790";
}

.nc-icon-outline.shopping_credit-card-in:before {
  content: "\e791";
}

.nc-icon-outline.shopping_credit-card:before {
  content: "\e792";
}

.nc-icon-outline.shopping_credit-locked:before {
  content: "\e793";
}

.nc-icon-outline.shopping_delivery-fast:before {
  content: "\e794";
}

.nc-icon-outline.shopping_delivery-time:before {
  content: "\e795";
}

.nc-icon-outline.shopping_delivery-track:before {
  content: "\e796";
}

.nc-icon-outline.shopping_delivery:before {
  content: "\e797";
}

.nc-icon-outline.shopping_discount:before {
  content: "\e798";
}

.nc-icon-outline.shopping_gift:before {
  content: "\e799";
}

.nc-icon-outline.shopping_hand-card:before {
  content: "\e79a";
}

.nc-icon-outline.shopping_list:before {
  content: "\e79b";
}

.nc-icon-outline.shopping_mobile-card:before {
  content: "\e79c";
}

.nc-icon-outline.shopping_mobile-cart:before {
  content: "\e79d";
}

.nc-icon-outline.shopping_mobile-touch:before {
  content: "\e79e";
}

.nc-icon-outline.shopping_newsletter:before {
  content: "\e79f";
}

.nc-icon-outline.shopping_pos:before {
  content: "\e7a0";
}

.nc-icon-outline.shopping_receipt-list-42:before {
  content: "\e7a1";
}

.nc-icon-outline.shopping_receipt-list-43:before {
  content: "\e7a2";
}

.nc-icon-outline.shopping_receipt:before {
  content: "\e7a3";
}

.nc-icon-outline.shopping_shop-location:before {
  content: "\e7a4";
}

.nc-icon-outline.shopping_shop:before {
  content: "\e7a5";
}

.nc-icon-outline.shopping_stock:before {
  content: "\e7a6";
}

.nc-icon-outline.shopping_tag-content:before {
  content: "\e7a7";
}

.nc-icon-outline.shopping_tag-cut:before {
  content: "\e7a8";
}

.nc-icon-outline.shopping_tag-line:before {
  content: "\e7a9";
}

.nc-icon-outline.shopping_tag-sale:before {
  content: "\e7aa";
}

.nc-icon-outline.shopping_tag:before {
  content: "\e7ab";
}

.nc-icon-outline.shopping_wallet:before {
  content: "\e7ac";
}

.nc-icon-outline.education_abc:before {
  content: "\e7ad";
}

.nc-icon-outline.education_agenda-bookmark:before {
  content: "\e7ae";
}

.nc-icon-outline.education_atom:before {
  content: "\e7af";
}

.nc-icon-outline.education_award-55:before {
  content: "\e7b0";
}

.nc-icon-outline.education_backpack-57:before {
  content: "\e7b1";
}

.nc-icon-outline.education_backpack-58:before {
  content: "\e7b2";
}

.nc-icon-outline.education_ball-basket:before {
  content: "\e7b3";
}

.nc-icon-outline.education_ball-soccer:before {
  content: "\e7b4";
}

.nc-icon-outline.education_board-51:before {
  content: "\e7b5";
}

.nc-icon-outline.education_book-39:before {
  content: "\e7b6";
}

.nc-icon-outline.education_book-bookmark:before {
  content: "\e7b7";
}

.nc-icon-outline.education_book-open:before {
  content: "\e7b8";
}

.nc-icon-outline.education_books-46:before {
  content: "\e7b9";
}

.nc-icon-outline.education_chalkboard:before {
  content: "\e7ba";
}

.nc-icon-outline.education_flask:before {
  content: "\e7bb";
}

.nc-icon-outline.education_glasses:before {
  content: "\e7bc";
}

.nc-icon-outline.education_grammar-check:before {
  content: "\e7bd";
}

.nc-icon-outline.education_hat:before {
  content: "\e7be";
}

.nc-icon-outline.education_language:before {
  content: "\e7bf";
}

.nc-icon-outline.education_microscope:before {
  content: "\e7c0";
}

.nc-icon-outline.education_molecule:before {
  content: "\e7c1";
}

.nc-icon-outline.education_notepad:before {
  content: "\e7c2";
}

.nc-icon-outline.education_paper-diploma:before {
  content: "\e7c3";
}

.nc-icon-outline.education_paper:before {
  content: "\e7c4";
}

.nc-icon-outline.education_pencil-47:before {
  content: "\e7c5";
}

.nc-icon-outline.education_school:before {
  content: "\e7c6";
}

.nc-icon-outline.objects_alien-29:before {
  content: "\e7c7";
}

.nc-icon-outline.objects_alien-33:before {
  content: "\e7c8";
}

.nc-icon-outline.objects_anchor:before {
  content: "\e7c9";
}

.nc-icon-outline.objects_astronaut:before {
  content: "\e7ca";
}

.nc-icon-outline.objects_axe:before {
  content: "\e7cb";
}

.nc-icon-outline.objects_baby-bottle:before {
  content: "\e7cc";
}

.nc-icon-outline.objects_baby:before {
  content: "\e7cd";
}

.nc-icon-outline.objects_baloon:before {
  content: "\e7ce";
}

.nc-icon-outline.objects_battery:before {
  content: "\e7cf";
}

.nc-icon-outline.objects_bear:before {
  content: "\e7d0";
}

.nc-icon-outline.objects_billiard:before {
  content: "\e7d1";
}

.nc-icon-outline.objects_binocular:before {
  content: "\e7d2";
}

.nc-icon-outline.objects_bow:before {
  content: "\e7d3";
}

.nc-icon-outline.objects_bowling:before {
  content: "\e7d4";
}

.nc-icon-outline.objects_broom:before {
  content: "\e7d5";
}

.nc-icon-outline.objects_cone:before {
  content: "\e7d6";
}

.nc-icon-outline.objects_controller:before {
  content: "\e7d7";
}

.nc-icon-outline.objects_diamond:before {
  content: "\e7d8";
}

.nc-icon-outline.objects_dice:before {
  content: "\e7d9";
}

.nc-icon-outline.objects_globe:before {
  content: "\e7da";
}

.nc-icon-outline.objects_hut:before {
  content: "\e7db";
}

.nc-icon-outline.objects_key-25:before {
  content: "\e7dc";
}

.nc-icon-outline.objects_key-26:before {
  content: "\e7dd";
}

.nc-icon-outline.objects_lamp:before {
  content: "\e7de";
}

.nc-icon-outline.objects_leaf-36:before {
  content: "\e7df";
}

.nc-icon-outline.objects_leaf-38:before {
  content: "\e7e0";
}

.nc-icon-outline.objects_light:before {
  content: "\e7e1";
}

.nc-icon-outline.objects_pipe:before {
  content: "\e7e2";
}

.nc-icon-outline.objects_planet:before {
  content: "\e7e3";
}

.nc-icon-outline.objects_puzzle-09:before {
  content: "\e7e4";
}

.nc-icon-outline.objects_puzzle-10:before {
  content: "\e7e5";
}

.nc-icon-outline.objects_shovel:before {
  content: "\e7e6";
}

.nc-icon-outline.objects_skull:before {
  content: "\e7e7";
}

.nc-icon-outline.objects_spaceship:before {
  content: "\e7e8";
}

.nc-icon-outline.objects_spray:before {
  content: "\e7e9";
}

.nc-icon-outline.objects_support-16:before {
  content: "\e7ea";
}

.nc-icon-outline.objects_support-17:before {
  content: "\e7eb";
}

.nc-icon-outline.objects_umbrella-13:before {
  content: "\e7ec";
}

.nc-icon-outline.objects_umbrella-14:before {
  content: "\e7ed";
}

.nc-icon-outline.objects_wool-ball:before {
  content: "\e7ee";
}

.nc-icon-outline.media-1_3d:before {
  content: "\e7ef";
}

.nc-icon-outline.media-1_action-73:before {
  content: "\e7f0";
}

.nc-icon-outline.media-1_action-74:before {
  content: "\e7f1";
}

.nc-icon-outline.media-1_album:before {
  content: "\e7f2";
}

.nc-icon-outline.media-1_audio-91:before {
  content: "\e7f3";
}

.nc-icon-outline.media-1_audio-92:before {
  content: "\e7f4";
}

.nc-icon-outline.media-1_balance:before {
  content: "\e7f5";
}

.nc-icon-outline.media-1_brightness-46:before {
  content: "\e7f6";
}

.nc-icon-outline.media-1_brightness-47:before {
  content: "\e7f7";
}

.nc-icon-outline.media-1_button-circle-pause:before {
  content: "\e7f8";
}

.nc-icon-outline.media-1_button-circle-play:before {
  content: "\e7f9";
}

.nc-icon-outline.media-1_button-circle-stop:before {
  content: "\e7fa";
}

.nc-icon-outline.media-1_button-eject:before {
  content: "\e7fb";
}

.nc-icon-outline.media-1_button-next:before {
  content: "\e7fc";
}

.nc-icon-outline.media-1_button-pause:before {
  content: "\e7fd";
}

.nc-icon-outline.media-1_button-play:before {
  content: "\e7fe";
}

.nc-icon-outline.media-1_button-power:before {
  content: "\e7ff";
}

.nc-icon-outline.media-1_button-previous:before {
  content: "\e800";
}

.nc-icon-outline.media-1_button-record:before {
  content: "\e801";
}

.nc-icon-outline.media-1_button-rewind:before {
  content: "\e802";
}

.nc-icon-outline.media-1_button-skip:before {
  content: "\e803";
}

.nc-icon-outline.media-1_button-stop:before {
  content: "\e804";
}

.nc-icon-outline.media-1_camera-18:before {
  content: "\e805";
}

.nc-icon-outline.media-1_camera-19:before {
  content: "\e806";
}

.nc-icon-outline.media-1_camera-20:before {
  content: "\e807";
}

.nc-icon-outline.media-1_camera-ban-36:before {
  content: "\e808";
}

.nc-icon-outline.media-1_camera-ban-37:before {
  content: "\e809";
}

.nc-icon-outline.media-1_camera-compact:before {
  content: "\e80a";
}

.nc-icon-outline.media-1_camera-screen:before {
  content: "\e80b";
}

.nc-icon-outline.media-1_camera-square-57:before {
  content: "\e80c";
}

.nc-icon-outline.media-1_camera-square-58:before {
  content: "\e80d";
}

.nc-icon-outline.media-1_camera-time:before {
  content: "\e80e";
}

.nc-icon-outline.media-1_countdown-34:before {
  content: "\e80f";
}

.nc-icon-outline.media-1_countdown-35:before {
  content: "\e810";
}

.nc-icon-outline.media-1_edit-color:before {
  content: "\e811";
}

.nc-icon-outline.media-1_edit-contrast-42:before {
  content: "\e812";
}

.nc-icon-outline.media-1_edit-contrast-43:before {
  content: "\e813";
}

.nc-icon-outline.media-1_edit-saturation:before {
  content: "\e814";
}

.nc-icon-outline.media-1_flash-21:before {
  content: "\e815";
}

.nc-icon-outline.media-1_flash-24:before {
  content: "\e816";
}

.nc-icon-outline.media-1_flash-29:before {
  content: "\e817";
}

.nc-icon-outline.media-1_flash-auto-22:before {
  content: "\e818";
}

.nc-icon-outline.media-1_flash-auto-25:before {
  content: "\e819";
}

.nc-icon-outline.media-1_flash-off-23:before {
  content: "\e81a";
}

.nc-icon-outline.media-1_flash-off-26:before {
  content: "\e81b";
}

.nc-icon-outline.media-1_focus-32:before {
  content: "\e81c";
}

.nc-icon-outline.media-1_focus-38:before {
  content: "\e81d";
}

.nc-icon-outline.media-1_focus-40:before {
  content: "\e81e";
}

.nc-icon-outline.media-1_focus-circle:before {
  content: "\e81f";
}

.nc-icon-outline.media-1_frame-12:before {
  content: "\e820";
}

.nc-icon-outline.media-1_frame-41:before {
  content: "\e821";
}

.nc-icon-outline.media-1_grid:before {
  content: "\e822";
}

.nc-icon-outline.media-1_image-01:before {
  content: "\e823";
}

.nc-icon-outline.media-1_image-02:before {
  content: "\e824";
}

.nc-icon-outline.media-1_image-05:before {
  content: "\e825";
}

.nc-icon-outline.media-1_image-add:before {
  content: "\e826";
}

.nc-icon-outline.media-1_image-delete:before {
  content: "\e827";
}

.nc-icon-outline.media-1_image-location:before {
  content: "\e828";
}

.nc-icon-outline.media-1_kid:before {
  content: "\e829";
}

.nc-icon-outline.media-1_layers:before {
  content: "\e82a";
}

.nc-icon-outline.media-1_lens-31:before {
  content: "\e82b";
}

.nc-icon-outline.media-1_lens-56:before {
  content: "\e82c";
}

.nc-icon-outline.media-1_macro:before {
  content: "\e82d";
}

.nc-icon-outline.media-1_movie-61:before {
  content: "\e82e";
}

.nc-icon-outline.media-1_movie-62:before {
  content: "\e82f";
}

.nc-icon-outline.media-1_night:before {
  content: "\e830";
}

.nc-icon-outline.media-1_picture:before {
  content: "\e831";
}

.nc-icon-outline.media-1_play-68:before {
  content: "\e832";
}

.nc-icon-outline.media-1_play-69:before {
  content: "\e833";
}

.nc-icon-outline.media-1_player:before {
  content: "\e834";
}

.nc-icon-outline.media-1_polaroid-add:before {
  content: "\e835";
}

.nc-icon-outline.media-1_polaroid-delete:before {
  content: "\e836";
}

.nc-icon-outline.media-1_polaroid-multiple:before {
  content: "\e837";
}

.nc-icon-outline.media-1_polaroid-user:before {
  content: "\e838";
}

.nc-icon-outline.media-1_polaroid:before {
  content: "\e839";
}

.nc-icon-outline.media-1_roll:before {
  content: "\e83a";
}

.nc-icon-outline.media-1_rotate-left:before {
  content: "\e83b";
}

.nc-icon-outline.media-1_rotate-right:before {
  content: "\e83c";
}

.nc-icon-outline.media-1_sd:before {
  content: "\e83d";
}

.nc-icon-outline.media-1_selfie:before {
  content: "\e83e";
}

.nc-icon-outline.media-1_shake:before {
  content: "\e83f";
}

.nc-icon-outline.media-1_speaker:before {
  content: "\e840";
}

.nc-icon-outline.media-1_sport:before {
  content: "\e841";
}

.nc-icon-outline.media-1_ticket-75:before {
  content: "\e842";
}

.nc-icon-outline.media-1_ticket-76:before {
  content: "\e843";
}

.nc-icon-outline.media-1_touch:before {
  content: "\e844";
}

.nc-icon-outline.media-1_tripod:before {
  content: "\e845";
}

.nc-icon-outline.media-1_video-64:before {
  content: "\e846";
}

.nc-icon-outline.media-1_video-65:before {
  content: "\e847";
}

.nc-icon-outline.media-1_video-66:before {
  content: "\e848";
}

.nc-icon-outline.media-1_video-67:before {
  content: "\e849";
}

.nc-icon-outline.media-1_videocamera-71:before {
  content: "\e84a";
}

.nc-icon-outline.media-1_videocamera-72:before {
  content: "\e84b";
}

.nc-icon-outline.media-1_volume-93:before {
  content: "\e84c";
}

.nc-icon-outline.media-1_volume-97:before {
  content: "\e84d";
}

.nc-icon-outline.media-1_volume-98:before {
  content: "\e84e";
}

.nc-icon-outline.media-1_volume-ban:before {
  content: "\e84f";
}

.nc-icon-outline.media-1_volume-down:before {
  content: "\e850";
}

.nc-icon-outline.media-1_volume-off:before {
  content: "\e851";
}

.nc-icon-outline.media-1_volume-up:before {
  content: "\e852";
}

.nc-icon-outline.media-2_guitar:before {
  content: "\e853";
}

.nc-icon-outline.media-2_headphones-mic:before {
  content: "\e854";
}

.nc-icon-outline.media-2_headphones:before {
  content: "\e855";
}

.nc-icon-outline.media-2_knob:before {
  content: "\e856";
}

.nc-icon-outline.media-2_mic:before {
  content: "\e857";
}

.nc-icon-outline.media-2_music-album:before {
  content: "\e858";
}

.nc-icon-outline.media-2_music-cloud:before {
  content: "\e859";
}

.nc-icon-outline.media-2_note-03:before {
  content: "\e85a";
}

.nc-icon-outline.media-2_note-04:before {
  content: "\e85b";
}

.nc-icon-outline.media-2_piano:before {
  content: "\e85c";
}

.nc-icon-outline.media-2_radio:before {
  content: "\e85d";
}

.nc-icon-outline.media-2_remix:before {
  content: "\e85e";
}

.nc-icon-outline.media-2_sound-wave:before {
  content: "\e85f";
}

.nc-icon-outline.media-2_speaker-01:before {
  content: "\e860";
}

.nc-icon-outline.media-2_speaker-05:before {
  content: "\e861";
}

.nc-icon-outline.media-2_tape:before {
  content: "\e862";
}

.nc-icon-outline.location_appointment:before {
  content: "\e863";
}

.nc-icon-outline.location_bookmark-add:before {
  content: "\e864";
}

.nc-icon-outline.location_bookmark-remove:before {
  content: "\e865";
}

.nc-icon-outline.location_bookmark:before {
  content: "\e866";
}

.nc-icon-outline.location_compass-04:before {
  content: "\e867";
}

.nc-icon-outline.location_compass-05:before {
  content: "\e868";
}

.nc-icon-outline.location_compass-06:before {
  content: "\e869";
}

.nc-icon-outline.location_crosshair:before {
  content: "\e86a";
}

.nc-icon-outline.location_explore-user:before {
  content: "\e86b";
}

.nc-icon-outline.location_explore:before {
  content: "\e86c";
}

.nc-icon-outline.location_flag-complex:before {
  content: "\e86d";
}

.nc-icon-outline.location_flag-diagonal-33:before {
  content: "\e86e";
}

.nc-icon-outline.location_flag-diagonal-34:before {
  content: "\e86f";
}

.nc-icon-outline.location_flag-points-31:before {
  content: "\e870";
}

.nc-icon-outline.location_flag-points-32:before {
  content: "\e871";
}

.nc-icon-outline.location_flag-simple:before {
  content: "\e872";
}

.nc-icon-outline.location_flag-triangle:before {
  content: "\e873";
}

.nc-icon-outline.location_flag:before {
  content: "\e874";
}

.nc-icon-outline.location_gps:before {
  content: "\e875";
}

.nc-icon-outline.location_map-big:before {
  content: "\e876";
}

.nc-icon-outline.location_map-compass:before {
  content: "\e877";
}

.nc-icon-outline.location_map-gps:before {
  content: "\e878";
}

.nc-icon-outline.location_map-marker:before {
  content: "\e879";
}

.nc-icon-outline.location_map-pin:before {
  content: "\e87a";
}

.nc-icon-outline.location_map:before {
  content: "\e87b";
}

.nc-icon-outline.location_marker:before {
  content: "\e87c";
}

.nc-icon-outline.location_pin-add:before {
  content: "\e87d";
}

.nc-icon-outline.location_pin-copy:before {
  content: "\e87e";
}

.nc-icon-outline.location_pin-remove:before {
  content: "\e87f";
}

.nc-icon-outline.location_pin:before {
  content: "\e880";
}

.nc-icon-outline.location_pins:before {
  content: "\e881";
}

.nc-icon-outline.location_position-marker:before {
  content: "\e882";
}

.nc-icon-outline.location_position-pin:before {
  content: "\e883";
}

.nc-icon-outline.location_position-user:before {
  content: "\e884";
}

.nc-icon-outline.location_radar:before {
  content: "\e885";
}

.nc-icon-outline.location_road:before {
  content: "\e886";
}

.nc-icon-outline.location_route-alert:before {
  content: "\e887";
}

.nc-icon-outline.location_route-close:before {
  content: "\e888";
}

.nc-icon-outline.location_route-open:before {
  content: "\e889";
}

.nc-icon-outline.location_square-marker:before {
  content: "\e88a";
}

.nc-icon-outline.location_square-pin:before {
  content: "\e88b";
}

.nc-icon-outline.location_treasure-map-21:before {
  content: "\e88c";
}

.nc-icon-outline.location_treasure-map-40:before {
  content: "\e88d";
}

.nc-icon-outline.location_worl-marker:before {
  content: "\e88e";
}

.nc-icon-outline.location_world-pin:before {
  content: "\e88f";
}

.nc-icon-outline.location_world:before {
  content: "\e890";
}

.nc-icon-outline.health_ambulance:before {
  content: "\e891";
}

.nc-icon-outline.health_apple:before {
  content: "\e892";
}

.nc-icon-outline.health_bag-49:before {
  content: "\e893";
}

.nc-icon-outline.health_bag-50:before {
  content: "\e894";
}

.nc-icon-outline.health_brain:before {
  content: "\e895";
}

.nc-icon-outline.health_dna-27:before {
  content: "\e896";
}

.nc-icon-outline.health_dna-38:before {
  content: "\e897";
}

.nc-icon-outline.health_doctor:before {
  content: "\e898";
}

.nc-icon-outline.health_flask:before {
  content: "\e899";
}

.nc-icon-outline.health_heartbeat-16:before {
  content: "\e89a";
}

.nc-icon-outline.health_height:before {
  content: "\e89b";
}

.nc-icon-outline.health_hospital-32:before {
  content: "\e89c";
}

.nc-icon-outline.health_hospital-33:before {
  content: "\e89d";
}

.nc-icon-outline.health_hospital-34:before {
  content: "\e89e";
}

.nc-icon-outline.health_humidity-26:before {
  content: "\e89f";
}

.nc-icon-outline.health_humidity-52:before {
  content: "\e8a0";
}

.nc-icon-outline.health_intestine:before {
  content: "\e8a1";
}

.nc-icon-outline.health_lungs:before {
  content: "\e8a2";
}

.nc-icon-outline.health_molecule-39:before {
  content: "\e8a3";
}

.nc-icon-outline.health_molecule-40:before {
  content: "\e8a4";
}

.nc-icon-outline.health_notebook:before {
  content: "\e8a5";
}

.nc-icon-outline.health_nurse:before {
  content: "\e8a6";
}

.nc-icon-outline.health_patch-46:before {
  content: "\e8a7";
}

.nc-icon-outline.health_pill-42:before {
  content: "\e8a8";
}

.nc-icon-outline.health_pill-43:before {
  content: "\e8a9";
}

.nc-icon-outline.health_pill-container-44:before {
  content: "\e8aa";
}

.nc-icon-outline.health_pill-container-47:before {
  content: "\e8ab";
}

.nc-icon-outline.health_pulse-chart:before {
  content: "\e8ac";
}

.nc-icon-outline.health_pulse-phone:before {
  content: "\e8ad";
}

.nc-icon-outline.health_pulse-sleep:before {
  content: "\e8ae";
}

.nc-icon-outline.health_pulse-watch:before {
  content: "\e8af";
}

.nc-icon-outline.health_pulse:before {
  content: "\e8b0";
}

.nc-icon-outline.health_sleep:before {
  content: "\e8b1";
}

.nc-icon-outline.health_steps:before {
  content: "\e8b2";
}

.nc-icon-outline.health_syringe:before {
  content: "\e8b3";
}

.nc-icon-outline.health_temperature-23:before {
  content: "\e8b4";
}

.nc-icon-outline.health_temperature-24:before {
  content: "\e8b5";
}

.nc-icon-outline.health_tooth:before {
  content: "\e8b6";
}

.nc-icon-outline.health_weed:before {
  content: "\e8b7";
}

.nc-icon-outline.health_weight:before {
  content: "\e8b8";
}

.nc-icon-outline.health_wheelchair:before {
  content: "\e8b9";
}

.nc-icon-outline.health_woman:before {
  content: "\e8ba";
}

.nc-icon-outline.furniture_air-conditioner:before {
  content: "\e8bb";
}

.nc-icon-outline.furniture_armchair:before {
  content: "\e8bc";
}

.nc-icon-outline.furniture_bath-tub:before {
  content: "\e8bd";
}

.nc-icon-outline.furniture_bed-09:before {
  content: "\e8be";
}

.nc-icon-outline.furniture_bed-23:before {
  content: "\e8bf";
}

.nc-icon-outline.furniture_bed-side:before {
  content: "\e8c0";
}

.nc-icon-outline.furniture_cabinet:before {
  content: "\e8c1";
}

.nc-icon-outline.furniture_cactus:before {
  content: "\e8c2";
}

.nc-icon-outline.furniture_chair:before {
  content: "\e8c3";
}

.nc-icon-outline.furniture_coat-hanger:before {
  content: "\e8c4";
}

.nc-icon-outline.furniture_coffee:before {
  content: "\e8c5";
}

.nc-icon-outline.furniture_cradle:before {
  content: "\e8c6";
}

.nc-icon-outline.furniture_curtain:before {
  content: "\e8c7";
}

.nc-icon-outline.furniture_desk-drawer:before {
  content: "\e8c8";
}

.nc-icon-outline.furniture_desk:before {
  content: "\e8c9";
}

.nc-icon-outline.furniture_door:before {
  content: "\e8ca";
}

.nc-icon-outline.furniture_drawer:before {
  content: "\e8cb";
}

.nc-icon-outline.furniture_fridge:before {
  content: "\e8cc";
}

.nc-icon-outline.furniture_hanger-clothes:before {
  content: "\e8cd";
}

.nc-icon-outline.furniture_hanger:before {
  content: "\e8ce";
}

.nc-icon-outline.furniture_heater:before {
  content: "\e8cf";
}

.nc-icon-outline.furniture_iron:before {
  content: "\e8d0";
}

.nc-icon-outline.furniture_lamp-floor:before {
  content: "\e8d1";
}

.nc-icon-outline.furniture_lamp:before {
  content: "\e8d2";
}

.nc-icon-outline.furniture_library:before {
  content: "\e8d3";
}

.nc-icon-outline.furniture_light:before {
  content: "\e8d4";
}

.nc-icon-outline.furniture_mixer:before {
  content: "\e8d5";
}

.nc-icon-outline.furniture_oven:before {
  content: "\e8d6";
}

.nc-icon-outline.furniture_shower:before {
  content: "\e8d7";
}

.nc-icon-outline.furniture_sink-wash:before {
  content: "\e8d8";
}

.nc-icon-outline.furniture_sink:before {
  content: "\e8d9";
}

.nc-icon-outline.furniture_sofa:before {
  content: "\e8da";
}

.nc-icon-outline.furniture_storage-hanger:before {
  content: "\e8db";
}

.nc-icon-outline.furniture_storage:before {
  content: "\e8dc";
}

.nc-icon-outline.furniture_table:before {
  content: "\e8dd";
}

.nc-icon-outline.furniture_toilet-paper:before {
  content: "\e8de";
}

.nc-icon-outline.furniture_toilet:before {
  content: "\e8df";
}

.nc-icon-outline.furniture_tv:before {
  content: "\e8e0";
}

.nc-icon-outline.furniture_wardrobe:before {
  content: "\e8e1";
}

.nc-icon-outline.furniture_wash:before {
  content: "\e8e2";
}

.nc-icon-outline.files_add:before {
  content: "\e8e3";
}

.nc-icon-outline.files_archive-3d-check:before {
  content: "\e8e4";
}

.nc-icon-outline.files_archive-3d-content:before {
  content: "\e8e5";
}

.nc-icon-outline.files_archive-check:before {
  content: "\e8e6";
}

.nc-icon-outline.files_archive-content:before {
  content: "\e8e7";
}

.nc-icon-outline.files_archive-paper-check:before {
  content: "\e8e8";
}

.nc-icon-outline.files_archive-paper:before {
  content: "\e8e9";
}

.nc-icon-outline.files_archive:before {
  content: "\e8ea";
}

.nc-icon-outline.files_audio:before {
  content: "\e8eb";
}

.nc-icon-outline.files_book-07:before {
  content: "\e8ec";
}

.nc-icon-outline.files_book-08:before {
  content: "\e8ed";
}

.nc-icon-outline.files_bookmark:before {
  content: "\e8ee";
}

.nc-icon-outline.files_box:before {
  content: "\e8ef";
}

.nc-icon-outline.files_chart-bar:before {
  content: "\e8f0";
}

.nc-icon-outline.files_chart-pie:before {
  content: "\e8f1";
}

.nc-icon-outline.files_check:before {
  content: "\e8f2";
}

.nc-icon-outline.files_cloud:before {
  content: "\e8f3";
}

.nc-icon-outline.files_copy:before {
  content: "\e8f4";
}

.nc-icon-outline.files_dev:before {
  content: "\e8f5";
}

.nc-icon-outline.files_download:before {
  content: "\e8f6";
}

.nc-icon-outline.files_drawer:before {
  content: "\e8f7";
}

.nc-icon-outline.files_edit:before {
  content: "\e8f8";
}

.nc-icon-outline.files_exclamation:before {
  content: "\e8f9";
}

.nc-icon-outline.files_folder-13:before {
  content: "\e8fa";
}

.nc-icon-outline.files_folder-14:before {
  content: "\e8fb";
}

.nc-icon-outline.files_folder-15:before {
  content: "\e8fc";
}

.nc-icon-outline.files_folder-16:before {
  content: "\e8fd";
}

.nc-icon-outline.files_folder-17:before {
  content: "\e8fe";
}

.nc-icon-outline.files_folder-18:before {
  content: "\e8ff";
}

.nc-icon-outline.files_folder-19:before {
  content: "\e900";
}

.nc-icon-outline.files_folder-add:before {
  content: "\e901";
}

.nc-icon-outline.files_folder-audio:before {
  content: "\e902";
}

.nc-icon-outline.files_folder-bookmark:before {
  content: "\e903";
}

.nc-icon-outline.files_folder-chart-bar:before {
  content: "\e904";
}

.nc-icon-outline.files_folder-chart-pie:before {
  content: "\e905";
}

.nc-icon-outline.files_folder-check:before {
  content: "\e906";
}

.nc-icon-outline.files_folder-cloud:before {
  content: "\e907";
}

.nc-icon-outline.files_folder-dev:before {
  content: "\e908";
}

.nc-icon-outline.files_folder-download:before {
  content: "\e909";
}

.nc-icon-outline.files_folder-edit:before {
  content: "\e90a";
}

.nc-icon-outline.files_folder-exclamation:before {
  content: "\e90b";
}

.nc-icon-outline.files_folder-gallery:before {
  content: "\e90c";
}

.nc-icon-outline.files_folder-heart:before {
  content: "\e90d";
}

.nc-icon-outline.files_folder-image:before {
  content: "\e90e";
}

.nc-icon-outline.files_folder-info:before {
  content: "\e90f";
}

.nc-icon-outline.files_folder-link:before {
  content: "\e910";
}

.nc-icon-outline.files_folder-locked:before {
  content: "\e911";
}

.nc-icon-outline.files_folder-money:before {
  content: "\e912";
}

.nc-icon-outline.files_folder-music:before {
  content: "\e913";
}

.nc-icon-outline.files_folder-no-access:before {
  content: "\e914";
}

.nc-icon-outline.files_folder-play:before {
  content: "\e915";
}

.nc-icon-outline.files_folder-question:before {
  content: "\e916";
}

.nc-icon-outline.files_folder-refresh:before {
  content: "\e917";
}

.nc-icon-outline.files_folder-remove:before {
  content: "\e918";
}

.nc-icon-outline.files_folder-search:before {
  content: "\e919";
}

.nc-icon-outline.files_folder-settings-81:before {
  content: "\e91a";
}

.nc-icon-outline.files_folder-settings-97:before {
  content: "\e91b";
}

.nc-icon-outline.files_folder-shared:before {
  content: "\e91c";
}

.nc-icon-outline.files_folder-star:before {
  content: "\e91d";
}

.nc-icon-outline.files_folder-time:before {
  content: "\e91e";
}

.nc-icon-outline.files_folder-upload:before {
  content: "\e91f";
}

.nc-icon-outline.files_folder-user:before {
  content: "\e920";
}

.nc-icon-outline.files_folder-vector:before {
  content: "\e921";
}

.nc-icon-outline.files_gallery:before {
  content: "\e922";
}

.nc-icon-outline.files_heart:before {
  content: "\e923";
}

.nc-icon-outline.files_image:before {
  content: "\e924";
}

.nc-icon-outline.files_info:before {
  content: "\e925";
}

.nc-icon-outline.files_link:before {
  content: "\e926";
}

.nc-icon-outline.files_locked:before {
  content: "\e927";
}

.nc-icon-outline.files_money:before {
  content: "\e928";
}

.nc-icon-outline.files_music:before {
  content: "\e929";
}

.nc-icon-outline.files_no-access:before {
  content: "\e92a";
}

.nc-icon-outline.files_notebook:before {
  content: "\e92b";
}

.nc-icon-outline.files_paper:before {
  content: "\e92c";
}

.nc-icon-outline.files_play:before {
  content: "\e92d";
}

.nc-icon-outline.files_question:before {
  content: "\e92e";
}

.nc-icon-outline.files_refresh:before {
  content: "\e92f";
}

.nc-icon-outline.files_remove:before {
  content: "\e930";
}

.nc-icon-outline.files_replace-folder:before {
  content: "\e931";
}

.nc-icon-outline.files_replace:before {
  content: "\e932";
}

.nc-icon-outline.files_search:before {
  content: "\e933";
}

.nc-icon-outline.files_settings-46:before {
  content: "\e934";
}

.nc-icon-outline.files_settings-99:before {
  content: "\e935";
}

.nc-icon-outline.files_shared:before {
  content: "\e936";
}

.nc-icon-outline.files_single-content-02:before {
  content: "\e937";
}

.nc-icon-outline.files_single-content-03:before {
  content: "\e938";
}

.nc-icon-outline.files_single-copies:before {
  content: "\e939";
}

.nc-icon-outline.files_single-copy-04:before {
  content: "\e93a";
}

.nc-icon-outline.files_single-copy-06:before {
  content: "\e93b";
}

.nc-icon-outline.files_single-folded-content:before {
  content: "\e93c";
}

.nc-icon-outline.files_single-folded:before {
  content: "\e93d";
}

.nc-icon-outline.files_single-paragraph:before {
  content: "\e93e";
}

.nc-icon-outline.files_single:before {
  content: "\e93f";
}

.nc-icon-outline.files_star:before {
  content: "\e940";
}

.nc-icon-outline.files_time:before {
  content: "\e941";
}

.nc-icon-outline.files_upload:before {
  content: "\e942";
}

.nc-icon-outline.files_user:before {
  content: "\e943";
}

.nc-icon-outline.files_vector:before {
  content: "\e944";
}

.nc-icon-outline.files_zip-54:before {
  content: "\e945";
}

.nc-icon-outline.files_zip-55:before {
  content: "\e946";
}

.nc-icon-outline.clothes_baby:before {
  content: "\e9ab";
}

.nc-icon-outline.clothes_backpack:before {
  content: "\e9ac";
}

.nc-icon-outline.clothes_bag-21:before {
  content: "\e9ad";
}

.nc-icon-outline.clothes_bag-22:before {
  content: "\e9ae";
}

.nc-icon-outline.clothes_belt:before {
  content: "\e9af";
}

.nc-icon-outline.clothes_boot-woman:before {
  content: "\e9b0";
}

.nc-icon-outline.clothes_boot:before {
  content: "\e9b1";
}

.nc-icon-outline.clothes_bra:before {
  content: "\e9b2";
}

.nc-icon-outline.clothes_button:before {
  content: "\e9b3";
}

.nc-icon-outline.clothes_cap:before {
  content: "\e9b4";
}

.nc-icon-outline.clothes_coat:before {
  content: "\e9b5";
}

.nc-icon-outline.clothes_corset:before {
  content: "\e9b6";
}

.nc-icon-outline.clothes_dress-man:before {
  content: "\e9b7";
}

.nc-icon-outline.clothes_dress-woman:before {
  content: "\e9b8";
}

.nc-icon-outline.clothes_flip:before {
  content: "\e9b9";
}

.nc-icon-outline.clothes_glasses:before {
  content: "\e9ba";
}

.nc-icon-outline.clothes_gloves:before {
  content: "\e9bb";
}

.nc-icon-outline.clothes_hat-top:before {
  content: "\e9bc";
}

.nc-icon-outline.clothes_hat:before {
  content: "\e9bd";
}

.nc-icon-outline.clothes_hoodie:before {
  content: "\e9be";
}

.nc-icon-outline.clothes_iron-dont:before {
  content: "\e9bf";
}

.nc-icon-outline.clothes_iron:before {
  content: "\e9c0";
}

.nc-icon-outline.clothes_jeans-41:before {
  content: "\e9c1";
}

.nc-icon-outline.clothes_jeans-43:before {
  content: "\e9c2";
}

.nc-icon-outline.clothes_jeans-pocket:before {
  content: "\e9c3";
}

.nc-icon-outline.clothes_kitchen:before {
  content: "\e9c4";
}

.nc-icon-outline.clothes_long-sleeve:before {
  content: "\e9c5";
}

.nc-icon-outline.clothes_makeup:before {
  content: "\e9c6";
}

.nc-icon-outline.clothes_needle:before {
  content: "\e9c7";
}

.nc-icon-outline.clothes_pajamas:before {
  content: "\e9c8";
}

.nc-icon-outline.clothes_ring:before {
  content: "\e9c9";
}

.nc-icon-outline.clothes_scarf:before {
  content: "\e9ca";
}

.nc-icon-outline.clothes_shirt-business:before {
  content: "\e9cb";
}

.nc-icon-outline.clothes_shirt-buttons:before {
  content: "\e9cc";
}

.nc-icon-outline.clothes_shirt-neck:before {
  content: "\e9cd";
}

.nc-icon-outline.clothes_shirt:before {
  content: "\e9ce";
}

.nc-icon-outline.clothes_shoe-man:before {
  content: "\e9cf";
}

.nc-icon-outline.clothes_shoe-sport:before {
  content: "\e9d0";
}

.nc-icon-outline.clothes_shoe-woman:before {
  content: "\e9d1";
}

.nc-icon-outline.clothes_skirt:before {
  content: "\e9d2";
}

.nc-icon-outline.clothes_slacks-12:before {
  content: "\e9d3";
}

.nc-icon-outline.clothes_slacks-13:before {
  content: "\e9d4";
}

.nc-icon-outline.clothes_sock:before {
  content: "\e9d5";
}

.nc-icon-outline.clothes_tie-bow:before {
  content: "\e9d6";
}

.nc-icon-outline.clothes_tshirt-53:before {
  content: "\e9d7";
}

.nc-icon-outline.clothes_tshirt-54:before {
  content: "\e9d8";
}

.nc-icon-outline.clothes_tshirt-sport:before {
  content: "\e9d9";
}

.nc-icon-outline.clothes_underwear-man:before {
  content: "\e9da";
}

.nc-icon-outline.clothes_underwear:before {
  content: "\e9db";
}

.nc-icon-outline.clothes_vest-sport:before {
  content: "\e9dc";
}

.nc-icon-outline.clothes_vest:before {
  content: "\e9dd";
}

.nc-icon-outline.clothes_wash-30:before {
  content: "\e9de";
}

.nc-icon-outline.clothes_wash-60:before {
  content: "\e9df";
}

.nc-icon-outline.clothes_wash-90:before {
  content: "\e9e0";
}

.nc-icon-outline.clothes_wash-hand:before {
  content: "\e9e1";
}

.nc-icon-outline.clothes_wash:before {
  content: "\e9e2";
}

.nc-icon-outline.business_agenda:before {
  content: "\e9e3";
}

.nc-icon-outline.business_atm:before {
  content: "\e9e4";
}

.nc-icon-outline.business_award-48:before {
  content: "\e9e5";
}

.nc-icon-outline.business_award-49:before {
  content: "\e9e6";
}

.nc-icon-outline.business_award-74:before {
  content: "\e9e7";
}

.nc-icon-outline.business_badge:before {
  content: "\e9e8";
}

.nc-icon-outline.business_bank:before {
  content: "\e9e9";
}

.nc-icon-outline.business_board-27:before {
  content: "\e9ea";
}

.nc-icon-outline.business_board-28:before {
  content: "\e9eb";
}

.nc-icon-outline.business_board-29:before {
  content: "\e9ec";
}

.nc-icon-outline.business_board-30:before {
  content: "\e9ed";
}

.nc-icon-outline.business_books:before {
  content: "\e9ee";
}

.nc-icon-outline.business_briefcase-24:before {
  content: "\e9ef";
}

.nc-icon-outline.business_briefcase-25:before {
  content: "\e9f0";
}

.nc-icon-outline.business_briefcase-26:before {
  content: "\e9f1";
}

.nc-icon-outline.business_building:before {
  content: "\e9f2";
}

.nc-icon-outline.business_bulb-61:before {
  content: "\e9f3";
}

.nc-icon-outline.business_bulb-62:before {
  content: "\e9f4";
}

.nc-icon-outline.business_bulb-63:before {
  content: "\e9f5";
}

.nc-icon-outline.business_business-contact-85:before {
  content: "\e9f6";
}

.nc-icon-outline.business_business-contact-86:before {
  content: "\e9f7";
}

.nc-icon-outline.business_business-contact-87:before {
  content: "\e9f8";
}

.nc-icon-outline.business_business-contact-88:before {
  content: "\e9f9";
}

.nc-icon-outline.business_business-contact-89:before {
  content: "\e9fa";
}

.nc-icon-outline.business_businessman-03:before {
  content: "\e9fb";
}

.nc-icon-outline.business_businessman-04:before {
  content: "\e9fc";
}

.nc-icon-outline.business_calculator:before {
  content: "\e9fd";
}

.nc-icon-outline.business_chair:before {
  content: "\e9fe";
}

.nc-icon-outline.business_chart-bar-32:before {
  content: "\e9ff";
}

.nc-icon-outline.business_chart-bar-33:before {
  content: "\ea00";
}

.nc-icon-outline.business_chart-growth:before {
  content: "\ea01";
}

.nc-icon-outline.business_chart-pie-35:before {
  content: "\ea02";
}

.nc-icon-outline.business_chart-pie-36:before {
  content: "\ea03";
}

.nc-icon-outline.business_chart:before {
  content: "\ea04";
}

.nc-icon-outline.business_cheque:before {
  content: "\ea05";
}

.nc-icon-outline.business_coins:before {
  content: "\ea06";
}

.nc-icon-outline.business_connect:before {
  content: "\ea07";
}

.nc-icon-outline.business_contacts:before {
  content: "\ea08";
}

.nc-icon-outline.business_currency-dollar:before {
  content: "\ea09";
}

.nc-icon-outline.business_currency-euro:before {
  content: "\ea0a";
}

.nc-icon-outline.business_currency-pound:before {
  content: "\ea0b";
}

.nc-icon-outline.business_currency-yen:before {
  content: "\ea0c";
}

.nc-icon-outline.business_factory:before {
  content: "\ea0d";
}

.nc-icon-outline.business_globe:before {
  content: "\ea0e";
}

.nc-icon-outline.business_goal-64:before {
  content: "\ea0f";
}

.nc-icon-outline.business_goal-65:before {
  content: "\ea10";
}

.nc-icon-outline.business_gold:before {
  content: "\ea11";
}

.nc-icon-outline.business_hammer:before {
  content: "\ea12";
}

.nc-icon-outline.business_handout:before {
  content: "\ea13";
}

.nc-icon-outline.business_handshake:before {
  content: "\ea14";
}

.nc-icon-outline.business_hat:before {
  content: "\ea15";
}

.nc-icon-outline.business_hierarchy-53:before {
  content: "\ea16";
}

.nc-icon-outline.business_hierarchy-54:before {
  content: "\ea17";
}

.nc-icon-outline.business_hierarchy-55:before {
  content: "\ea18";
}

.nc-icon-outline.business_hierarchy-56:before {
  content: "\ea19";
}

.nc-icon-outline.business_laptop-71:before {
  content: "\ea1a";
}

.nc-icon-outline.business_laptop-72:before {
  content: "\ea1b";
}

.nc-icon-outline.business_laptop-91:before {
  content: "\ea1c";
}

.nc-icon-outline.business_law:before {
  content: "\ea1d";
}

.nc-icon-outline.business_math:before {
  content: "\ea1e";
}

.nc-icon-outline.business_money-11:before {
  content: "\ea1f";
}

.nc-icon-outline.business_money-12:before {
  content: "\ea20";
}

.nc-icon-outline.business_money-13:before {
  content: "\ea21";
}

.nc-icon-outline.business_money-bag:before {
  content: "\ea22";
}

.nc-icon-outline.business_money-coins:before {
  content: "\ea23";
}

.nc-icon-outline.business_money-growth:before {
  content: "\ea24";
}

.nc-icon-outline.business_money-time:before {
  content: "\ea25";
}

.nc-icon-outline.business_net:before {
  content: "\ea26";
}

.nc-icon-outline.business_notes:before {
  content: "\ea27";
}

.nc-icon-outline.business_payment:before {
  content: "\ea28";
}

.nc-icon-outline.business_percentage-38:before {
  content: "\ea29";
}

.nc-icon-outline.business_percentage-39:before {
  content: "\ea2a";
}

.nc-icon-outline.business_pig:before {
  content: "\ea2b";
}

.nc-icon-outline.business_pin:before {
  content: "\ea2c";
}

.nc-icon-outline.business_plug:before {
  content: "\ea2d";
}

.nc-icon-outline.business_progress:before {
  content: "\ea2e";
}

.nc-icon-outline.business_round-dollar:before {
  content: "\ea2f";
}

.nc-icon-outline.business_round-euro:before {
  content: "\ea30";
}

.nc-icon-outline.business_round-pound:before {
  content: "\ea31";
}

.nc-icon-outline.business_round-yen:before {
  content: "\ea32";
}

.nc-icon-outline.business_safe:before {
  content: "\ea33";
}

.nc-icon-outline.business_scale:before {
  content: "\ea34";
}

.nc-icon-outline.business_sign:before {
  content: "\ea35";
}

.nc-icon-outline.business_signature:before {
  content: "\ea36";
}

.nc-icon-outline.business_stock:before {
  content: "\ea37";
}

.nc-icon-outline.business_strategy:before {
  content: "\ea38";
}

.nc-icon-outline.business_tie-01:before {
  content: "\ea39";
}

.nc-icon-outline.business_tie-02:before {
  content: "\ea3a";
}

.nc-icon-outline.business_wallet-43:before {
  content: "\ea3b";
}

.nc-icon-outline.business_wallet-44:before {
  content: "\ea3c";
}

.nc-icon-outline.business_wallet-90:before {
  content: "\ea3d";
}

.nc-icon-outline.arrows-1_back-78:before {
  content: "\ea3e";
}

.nc-icon-outline.arrows-1_back-80:before {
  content: "\ea3f";
}

.nc-icon-outline.arrows-1_bold-direction:before {
  content: "\ea40";
}

.nc-icon-outline.arrows-1_bold-down:before {
  content: "\ea41";
}

.nc-icon-outline.arrows-1_bold-left:before {
  content: "\ea42";
}

.nc-icon-outline.arrows-1_bold-right:before {
  content: "\ea43";
}

.nc-icon-outline.arrows-1_bold-up:before {
  content: "\ea44";
}

.nc-icon-outline.arrows-1_circle-down-12:before {
  content: "\ea45";
}

.nc-icon-outline.arrows-1_circle-down-40:before {
  content: "\ea46";
}

.nc-icon-outline.arrows-1_circle-left-10:before {
  content: "\ea47";
}

.nc-icon-outline.arrows-1_circle-left-38:before {
  content: "\ea48";
}

.nc-icon-outline.arrows-1_circle-right-09:before {
  content: "\ea49";
}

.nc-icon-outline.arrows-1_circle-right-37:before {
  content: "\ea4a";
}

.nc-icon-outline.arrows-1_circle-up-11:before {
  content: "\ea4b";
}

.nc-icon-outline.arrows-1_circle-up-39:before {
  content: "\ea4c";
}

.nc-icon-outline.arrows-1_cloud-download-93:before {
  content: "\ea4d";
}

.nc-icon-outline.arrows-1_cloud-download-95:before {
  content: "\ea4e";
}

.nc-icon-outline.arrows-1_cloud-upload-94:before {
  content: "\ea4f";
}

.nc-icon-outline.arrows-1_cloud-upload-96:before {
  content: "\ea50";
}

.nc-icon-outline.arrows-1_curved-next:before {
  content: "\ea51";
}

.nc-icon-outline.arrows-1_curved-previous:before {
  content: "\ea52";
}

.nc-icon-outline.arrows-1_direction-53:before {
  content: "\ea53";
}

.nc-icon-outline.arrows-1_direction-56:before {
  content: "\ea54";
}

.nc-icon-outline.arrows-1_double-left:before {
  content: "\ea55";
}

.nc-icon-outline.arrows-1_double-right:before {
  content: "\ea56";
}

.nc-icon-outline.arrows-1_download:before {
  content: "\ea57";
}

.nc-icon-outline.arrows-1_enlarge-diagonal-43:before {
  content: "\ea58";
}

.nc-icon-outline.arrows-1_enlarge-diagonal-44:before {
  content: "\ea59";
}

.nc-icon-outline.arrows-1_enlarge-horizontal:before {
  content: "\ea5a";
}

.nc-icon-outline.arrows-1_enlarge-vertical:before {
  content: "\ea5b";
}

.nc-icon-outline.arrows-1_fit-horizontal:before {
  content: "\ea5c";
}

.nc-icon-outline.arrows-1_fit-vertical:before {
  content: "\ea5d";
}

.nc-icon-outline.arrows-1_fullscreen-70:before {
  content: "\ea5e";
}

.nc-icon-outline.arrows-1_fullscreen-71:before {
  content: "\ea5f";
}

.nc-icon-outline.arrows-1_fullscreen-76:before {
  content: "\ea60";
}

.nc-icon-outline.arrows-1_fullscreen-77:before {
  content: "\ea61";
}

.nc-icon-outline.arrows-1_fullscreen-double-74:before {
  content: "\ea62";
}

.nc-icon-outline.arrows-1_fullscreen-double-75:before {
  content: "\ea63";
}

.nc-icon-outline.arrows-1_fullscreen-split-72:before {
  content: "\ea64";
}

.nc-icon-outline.arrows-1_fullscreen-split-73:before {
  content: "\ea65";
}

.nc-icon-outline.arrows-1_log-in:before {
  content: "\ea66";
}

.nc-icon-outline.arrows-1_log-out:before {
  content: "\ea67";
}

.nc-icon-outline.arrows-1_loop-82:before {
  content: "\ea68";
}

.nc-icon-outline.arrows-1_loop-83:before {
  content: "\ea69";
}

.nc-icon-outline.arrows-1_minimal-down:before {
  content: "\ea6a";
}

.nc-icon-outline.arrows-1_minimal-left:before {
  content: "\ea6b";
}

.nc-icon-outline.arrows-1_minimal-right:before {
  content: "\ea6c";
}

.nc-icon-outline.arrows-1_minimal-up:before {
  content: "\ea6d";
}

.nc-icon-outline.arrows-1_redo-79:before {
  content: "\ea6e";
}

.nc-icon-outline.arrows-1_redo-81:before {
  content: "\ea6f";
}

.nc-icon-outline.arrows-1_refresh-68:before {
  content: "\ea70";
}

.nc-icon-outline.arrows-1_refresh-69:before {
  content: "\ea71";
}

.nc-icon-outline.arrows-1_round-down:before {
  content: "\ea72";
}

.nc-icon-outline.arrows-1_round-left:before {
  content: "\ea73";
}

.nc-icon-outline.arrows-1_round-right:before {
  content: "\ea74";
}

.nc-icon-outline.arrows-1_round-up:before {
  content: "\ea75";
}

.nc-icon-outline.arrows-1_share-66:before {
  content: "\ea76";
}

.nc-icon-outline.arrows-1_share-91:before {
  content: "\ea77";
}

.nc-icon-outline.arrows-1_share-92:before {
  content: "\ea78";
}

.nc-icon-outline.arrows-1_shuffle-97:before {
  content: "\ea79";
}

.nc-icon-outline.arrows-1_shuffle-98:before {
  content: "\ea7a";
}

.nc-icon-outline.arrows-1_simple-down:before {
  content: "\ea7b";
}

.nc-icon-outline.arrows-1_simple-left:before {
  content: "\ea7c";
}

.nc-icon-outline.arrows-1_simple-right:before {
  content: "\ea7d";
}

.nc-icon-outline.arrows-1_simple-up:before {
  content: "\ea7e";
}

.nc-icon-outline.arrows-1_small-triangle-down:before {
  content: "\ea7f";
}

.nc-icon-outline.arrows-1_small-triangle-left:before {
  content: "\ea80";
}

.nc-icon-outline.arrows-1_small-triangle-right:before {
  content: "\ea81";
}

.nc-icon-outline.arrows-1_small-triangle-up:before {
  content: "\ea82";
}

.nc-icon-outline.arrows-1_square-down:before {
  content: "\ea83";
}

.nc-icon-outline.arrows-1_square-left:before {
  content: "\ea84";
}

.nc-icon-outline.arrows-1_square-right:before {
  content: "\ea85";
}

.nc-icon-outline.arrows-1_square-up:before {
  content: "\ea86";
}

.nc-icon-outline.arrows-1_strong-down:before {
  content: "\ea87";
}

.nc-icon-outline.arrows-1_strong-left:before {
  content: "\ea88";
}

.nc-icon-outline.arrows-1_strong-right:before {
  content: "\ea89";
}

.nc-icon-outline.arrows-1_strong-up:before {
  content: "\ea8a";
}

.nc-icon-outline.arrows-1_tail-down:before {
  content: "\ea8b";
}

.nc-icon-outline.arrows-1_tail-left:before {
  content: "\ea8c";
}

.nc-icon-outline.arrows-1_tail-right:before {
  content: "\ea8d";
}

.nc-icon-outline.arrows-1_tail-triangle-down:before {
  content: "\ea8e";
}

.nc-icon-outline.arrows-1_tail-triangle-left:before {
  content: "\ea8f";
}

.nc-icon-outline.arrows-1_tail-triangle-right:before {
  content: "\ea90";
}

.nc-icon-outline.arrows-1_tail-triangle-up:before {
  content: "\ea91";
}

.nc-icon-outline.arrows-1_tail-up:before {
  content: "\ea92";
}

.nc-icon-outline.arrows-1_trend-down:before {
  content: "\ea93";
}

.nc-icon-outline.arrows-1_trend-up:before {
  content: "\ea94";
}

.nc-icon-outline.arrows-1_triangle-down-20:before {
  content: "\ea95";
}

.nc-icon-outline.arrows-1_triangle-down-65:before {
  content: "\ea96";
}

.nc-icon-outline.arrows-1_triangle-left-18:before {
  content: "\ea97";
}

.nc-icon-outline.arrows-1_triangle-left-63:before {
  content: "\ea98";
}

.nc-icon-outline.arrows-1_triangle-right-17:before {
  content: "\ea99";
}

.nc-icon-outline.arrows-1_triangle-right-62:before {
  content: "\ea9a";
}

.nc-icon-outline.arrows-1_triangle-up-19:before {
  content: "\ea9b";
}

.nc-icon-outline.arrows-1_triangle-up-64:before {
  content: "\ea9c";
}

.nc-icon-outline.arrows-1_window-zoom-in:before {
  content: "\ea9d";
}

.nc-icon-outline.arrows-1_window-zoom-out:before {
  content: "\ea9e";
}

.nc-icon-outline.arrows-1_zoom-88:before {
  content: "\ea9f";
}

.nc-icon-outline.arrows-1_zoom-99:before {
  content: "\eaa0";
}

.nc-icon-outline.arrows-1_zoom-100:before {
  content: "\eaa1";
}

.nc-icon-outline.arrows-2_block-down:before {
  content: "\eaa2";
}

.nc-icon-outline.arrows-2_block-left:before {
  content: "\eaa3";
}

.nc-icon-outline.arrows-2_block-right:before {
  content: "\eaa4";
}

.nc-icon-outline.arrows-2_block-up:before {
  content: "\eaa5";
}

.nc-icon-outline.arrows-2_circle-in:before {
  content: "\eaa6";
}

.nc-icon-outline.arrows-2_circle-out:before {
  content: "\eaa7";
}

.nc-icon-outline.arrows-2_circuit-round:before {
  content: "\eaa8";
}

.nc-icon-outline.arrows-2_circuit:before {
  content: "\eaa9";
}

.nc-icon-outline.arrows-2_computer-upload:before {
  content: "\eaaa";
}

.nc-icon-outline.arrows-2_conversion:before {
  content: "\eaab";
}

.nc-icon-outline.arrows-2_corner-down-round:before {
  content: "\eaac";
}

.nc-icon-outline.arrows-2_corner-down:before {
  content: "\eaad";
}

.nc-icon-outline.arrows-2_corner-left-down:before {
  content: "\eaae";
}

.nc-icon-outline.arrows-2_corner-left-round:before {
  content: "\eaaf";
}

.nc-icon-outline.arrows-2_corner-left:before {
  content: "\eab0";
}

.nc-icon-outline.arrows-2_corner-right-down:before {
  content: "\eab1";
}

.nc-icon-outline.arrows-2_corner-right-round:before {
  content: "\eab2";
}

.nc-icon-outline.arrows-2_corner-right:before {
  content: "\eab3";
}

.nc-icon-outline.arrows-2_corner-up-left:before {
  content: "\eab4";
}

.nc-icon-outline.arrows-2_corner-up-right:before {
  content: "\eab5";
}

.nc-icon-outline.arrows-2_corner-up-round:before {
  content: "\eab6";
}

.nc-icon-outline.arrows-2_corner-up:before {
  content: "\eab7";
}

.nc-icon-outline.arrows-2_cross-down:before {
  content: "\eab8";
}

.nc-icon-outline.arrows-2_cross-horizontal:before {
  content: "\eab9";
}

.nc-icon-outline.arrows-2_cross-left:before {
  content: "\eaba";
}

.nc-icon-outline.arrows-2_cross-right:before {
  content: "\eabb";
}

.nc-icon-outline.arrows-2_cross-up:before {
  content: "\eabc";
}

.nc-icon-outline.arrows-2_cross-vertical:before {
  content: "\eabd";
}

.nc-icon-outline.arrows-2_curve-circuit:before {
  content: "\eabe";
}

.nc-icon-outline.arrows-2_curve-directions:before {
  content: "\eabf";
}

.nc-icon-outline.arrows-2_curve-split:before {
  content: "\eac0";
}

.nc-icon-outline.arrows-2_delete-49:before {
  content: "\eac1";
}

.nc-icon-outline.arrows-2_delete-50:before {
  content: "\eac2";
}

.nc-icon-outline.arrows-2_direction:before {
  content: "\eac3";
}

.nc-icon-outline.arrows-2_dots-download:before {
  content: "\eac4";
}

.nc-icon-outline.arrows-2_dots-upload:before {
  content: "\eac5";
}

.nc-icon-outline.arrows-2_eject:before {
  content: "\eac6";
}

.nc-icon-outline.arrows-2_enlarge-circle:before {
  content: "\eac7";
}

.nc-icon-outline.arrows-2_file-download-87:before {
  content: "\eac8";
}

.nc-icon-outline.arrows-2_file-download-89:before {
  content: "\eac9";
}

.nc-icon-outline.arrows-2_file-download-94:before {
  content: "\eaca";
}

.nc-icon-outline.arrows-2_file-upload-86:before {
  content: "\eacb";
}

.nc-icon-outline.arrows-2_file-upload-88:before {
  content: "\eacc";
}

.nc-icon-outline.arrows-2_file-upload-93:before {
  content: "\eacd";
}

.nc-icon-outline.arrows-2_fork-round:before {
  content: "\eace";
}

.nc-icon-outline.arrows-2_fork:before {
  content: "\eacf";
}

.nc-icon-outline.arrows-2_hit-down:before {
  content: "\ead0";
}

.nc-icon-outline.arrows-2_hit-left:before {
  content: "\ead1";
}

.nc-icon-outline.arrows-2_hit-right:before {
  content: "\ead2";
}

.nc-icon-outline.arrows-2_hit-up:before {
  content: "\ead3";
}

.nc-icon-outline.arrows-2_lines:before {
  content: "\ead4";
}

.nc-icon-outline.arrows-2_log-out:before {
  content: "\ead5";
}

.nc-icon-outline.arrows-2_loop:before {
  content: "\ead6";
}

.nc-icon-outline.arrows-2_merge-round:before {
  content: "\ead7";
}

.nc-icon-outline.arrows-2_merge:before {
  content: "\ead8";
}

.nc-icon-outline.arrows-2_move-05:before {
  content: "\ead9";
}

.nc-icon-outline.arrows-2_move-06:before {
  content: "\eada";
}

.nc-icon-outline.arrows-2_move-92:before {
  content: "\eadb";
}

.nc-icon-outline.arrows-2_move-down-right:before {
  content: "\eadc";
}

.nc-icon-outline.arrows-2_move-down:before {
  content: "\eadd";
}

.nc-icon-outline.arrows-2_move-left:before {
  content: "\eade";
}

.nc-icon-outline.arrows-2_move-right:before {
  content: "\eadf";
}

.nc-icon-outline.arrows-2_move-up-left:before {
  content: "\eae0";
}

.nc-icon-outline.arrows-2_move-up:before {
  content: "\eae1";
}

.nc-icon-outline.arrows-2_push-next:before {
  content: "\eae2";
}

.nc-icon-outline.arrows-2_push-previous:before {
  content: "\eae3";
}

.nc-icon-outline.arrows-2_reload:before {
  content: "\eae4";
}

.nc-icon-outline.arrows-2_replay:before {
  content: "\eae5";
}

.nc-icon-outline.arrows-2_rotate-left:before {
  content: "\eae6";
}

.nc-icon-outline.arrows-2_rotate-right:before {
  content: "\eae7";
}

.nc-icon-outline.arrows-2_round-left-down:before {
  content: "\eae8";
}

.nc-icon-outline.arrows-2_round-right-down:before {
  content: "\eae9";
}

.nc-icon-outline.arrows-2_round-up-left:before {
  content: "\eaea";
}

.nc-icon-outline.arrows-2_round-up-right:before {
  content: "\eaeb";
}

.nc-icon-outline.arrows-2_select-83:before {
  content: "\eaec";
}

.nc-icon-outline.arrows-2_select-84:before {
  content: "\eaed";
}

.nc-icon-outline.arrows-2_separate-round:before {
  content: "\eaee";
}

.nc-icon-outline.arrows-2_separate:before {
  content: "\eaef";
}

.nc-icon-outline.arrows-2_share-left:before {
  content: "\eaf0";
}

.nc-icon-outline.arrows-2_share-right:before {
  content: "\eaf1";
}

.nc-icon-outline.arrows-2_skew-down:before {
  content: "\eaf2";
}

.nc-icon-outline.arrows-2_skew-left:before {
  content: "\eaf3";
}

.nc-icon-outline.arrows-2_skew-right:before {
  content: "\eaf4";
}

.nc-icon-outline.arrows-2_skew-up:before {
  content: "\eaf5";
}

.nc-icon-outline.arrows-2_small-left:before {
  content: "\eaf6";
}

.nc-icon-outline.arrows-2_small-right:before {
  content: "\eaf7";
}

.nc-icon-outline.arrows-2_split-horizontal:before {
  content: "\eaf8";
}

.nc-icon-outline.arrows-2_split-round:before {
  content: "\eaf9";
}

.nc-icon-outline.arrows-2_split-vertical:before {
  content: "\eafa";
}

.nc-icon-outline.arrows-2_split:before {
  content: "\eafb";
}

.nc-icon-outline.arrows-2_square-download:before {
  content: "\eafc";
}

.nc-icon-outline.arrows-2_square-upload:before {
  content: "\eafd";
}

.nc-icon-outline.arrows-2_time:before {
  content: "\eafe";
}

.nc-icon-outline.arrows-2_triangle-down:before {
  content: "\eaff";
}

.nc-icon-outline.arrows-2_triangle-left:before {
  content: "\eb00";
}

.nc-icon-outline.arrows-2_triangle-right:before {
  content: "\eb01";
}

.nc-icon-outline.arrows-2_triangle-up:before {
  content: "\eb02";
}

.nc-icon-outline.arrows-2_unite-round:before {
  content: "\eb03";
}

.nc-icon-outline.arrows-2_unite:before {
  content: "\eb04";
}

.nc-icon-outline.arrows-2_zoom:before {
  content: "\eb05";
}

.nc-icon-outline.arrows-3_circle-down:before {
  content: "\eb06";
}

.nc-icon-outline.arrows-3_circle-left:before {
  content: "\eb07";
}

.nc-icon-outline.arrows-3_circle-right:before {
  content: "\eb08";
}

.nc-icon-outline.arrows-3_circle-simple-down:before {
  content: "\eb09";
}

.nc-icon-outline.arrows-3_circle-simple-left:before {
  content: "\eb0a";
}

.nc-icon-outline.arrows-3_circle-simple-right:before {
  content: "\eb0b";
}

.nc-icon-outline.arrows-3_circle-simple-up:before {
  content: "\eb0c";
}

.nc-icon-outline.arrows-3_circle-up:before {
  content: "\eb0d";
}

.nc-icon-outline.arrows-3_cloud-refresh:before {
  content: "\eb0e";
}

.nc-icon-outline.arrows-3_separate:before {
  content: "\eb0f";
}

.nc-icon-outline.arrows-3_small-down:before {
  content: "\eb10";
}

.nc-icon-outline.arrows-3_small-up:before {
  content: "\eb11";
}

.nc-icon-outline.arrows-3_square-corner-down-left-17:before {
  content: "\eb12";
}

.nc-icon-outline.arrows-3_square-corner-down-left-18:before {
  content: "\eb13";
}

.nc-icon-outline.arrows-3_square-corner-up-left:before {
  content: "\eb14";
}

.nc-icon-outline.arrows-3_square-corner-up-right:before {
  content: "\eb15";
}

.nc-icon-outline.arrows-3_square-down-06:before {
  content: "\eb16";
}

.nc-icon-outline.arrows-3_square-down-22:before {
  content: "\eb17";
}

.nc-icon-outline.arrows-3_square-enlarge:before {
  content: "\eb18";
}

.nc-icon-outline.arrows-3_square-left-04:before {
  content: "\eb19";
}

.nc-icon-outline.arrows-3_square-left-20:before {
  content: "\eb1a";
}

.nc-icon-outline.arrows-3_square-right-03:before {
  content: "\eb1b";
}

.nc-icon-outline.arrows-3_square-right-19:before {
  content: "\eb1c";
}

.nc-icon-outline.arrows-3_square-simple-down:before {
  content: "\eb1d";
}

.nc-icon-outline.arrows-3_square-simple-left:before {
  content: "\eb1e";
}

.nc-icon-outline.arrows-3_square-simple-right:before {
  content: "\eb1f";
}

.nc-icon-outline.arrows-3_square-simple-up:before {
  content: "\eb20";
}

.nc-icon-outline.arrows-3_square-up-05:before {
  content: "\eb21";
}

.nc-icon-outline.arrows-3_square-up-21:before {
  content: "\eb22";
}

.nc-icon-outline.arrows-3_square-zoom:before {
  content: "\eb23";
}

.nc-icon-outline.arrows-3_super-bold-down:before {
  content: "\eb24";
}

.nc-icon-outline.arrows-3_super-bold-left:before {
  content: "\eb25";
}

.nc-icon-outline.arrows-3_super-bold-right:before {
  content: "\eb26";
}

.nc-icon-outline.arrows-3_super-bold-up:before {
  content: "\eb27";
}

@font-face {
  font-family: "proximanova-regular";
  src: url("/fonts/proximanova/regular/proximanova-regular-webfont.woff") format("woff"), url("/fonts/proximanova/regular/proximanova-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "proximanova-bold";
  src: url("/fonts/proximanova/bold/proximanova-bold-webfont.woff") format("woff"), url("/fonts/proximanova/bold/proximanova-bold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "proximanova-light";
  src: url("/fonts/proximanova/light/proximanova-light-webfont.woff") format("woff"), url("/fonts/proximanova/light/proximanova-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "proximanova-semibold";
  src: url("/fonts/proximanova/semibold/proximanova-semibold-webfont.woff") format("woff"), url("/fonts/proximanova/semibold/proximanova-semibold-webfont.ttf") format("truetype"), url("/fonts/proximanova/semibold/proximanova-semibold-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "proximanova-thin";
  src: url("/fonts/proximanova/thin/Proxima-Nova-Thin.woff") format("woff"), url("/fonts/proximanova/thin/Proxima-Nova-Thin.ttf") format("truetype");
}

.masthead {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 5px solid white;
  min-height: 340px;
  background-color: #31172e;
}

@media (min-width: 768px) {
  .masthead {
    min-height: 480px;
  }
}

@media (min-width: 992px) {
  .masthead {
    min-height: 620px;
  }
}

.masthead .nav-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  .masthead .nav-wrap {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .masthead .nav-wrap {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .masthead .nav-wrap {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .masthead .nav-wrap {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.masthead .nav-wrap:before, .masthead .nav-wrap:after {
  content: " ";
  display: table;
}

.masthead .nav-wrap:after {
  clear: both;
}

.masthead .label {
  margin-top: -5px;
  float: left;
  height: 143px;
  width: 114px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #6C1D5F;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.masthead .label svg {
  top: 50%;
  position: relative;
  fill: white;
  width: 70%;
  height: 30px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .masthead .label {
    margin-left: 0;
  }
}

.masthead .social {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-right: 10px;
  text-align: right;
  line-height: 40px;
  display: none;
}

@media (min-width: 480px) {
  .masthead .social {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .masthead .social {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .masthead .social {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .masthead .social {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .masthead .social {
    padding-right: 0;
    display: block;
  }
}

.masthead .social .share-this {
  color: rgba(255, 255, 255, 0.5);
  font-family: "proximanova-bold";
  text-transform: uppercase;
}

.masthead .social .twitter, .masthead .social .facebook, .masthead .social .linkedin {
  font-family: "Nucleo Glyph";
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 10px;
  transition: all .17s ease-in-out;
}

.masthead .social .twitter:hover, .masthead .social .facebook:hover, .masthead .social .linkedin:hover {
  color: white;
}

.masthead .content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}

@media (min-width: 480px) {
  .masthead .content {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .masthead .content {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .masthead .content {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .masthead .content {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .masthead .content {
    padding-top: 112px;
  }
}

@media (min-width: 992px) {
  .masthead .content {
    padding-top: 140px;
  }
}

@media (min-width: 1200px) {
  .masthead .content {
    padding-top: 26px;
  }
}

.masthead .content span, .masthead .content h1 {
  font-family: "proximanova-bold";
  color: white;
}

.masthead .content span {
  font-size: 15px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .masthead .content span {
    font-size: 17px;
  }
}

.masthead .content h1 {
  font-size: 40px;
  margin: 5px 0 0;
}

@media (min-width: 992px) {
  .masthead .content h1 {
    font-size: 56px;
  }
}

@media (min-width: 1200px) {
  .masthead .content h1 {
    font-size: 60px;
  }
}

/* ==========================================================================
Small header
========================================================================== */
header.small {
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}

@media (min-width: 768px) {
  header.small {
    text-align: left;
  }
}

header.small .title,
header.small .subtitle {
  margin: 0;
  padding: 0;
}

header.small .title {
  font-size: 24px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  header.small .title {
    font-size: 32px;
  }
}

header.small .subtitle {
  color: #9d92b2;
  font-size: 18px;
  margin-top: 13px;
  line-height: 1.5;
}

@media (min-width: 992px) {
  header.small .subtitle {
    font-size: 22px;
    margin-top: 15px;
    line-height: 1.6;
    max-width: 800px;
  }
}

header.small .subtitle ~ a {
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #6C1D5F;
  border-radius: 100px;
  font-family: "proximanova-bold";
  padding: 10px 32px;
  color: #6C1D5F;
  transition: background-color .2s ease, color .2s ease;
  margin-top: 24px;
  display: inline-block;
}

header.small .subtitle ~ a:hover {
  background-color: #6C1D5F;
  color: black;
}

@media (min-width: 992px) {
  header.small .subtitle ~ a {
    margin-top: 40px;
  }
}

header.small .subtitle ~ a:hover {
  color: white;
}

header.small .header-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 480px) {
  header.small .header-content {
    width: 480px;
  }
}

@media (min-width: 768px) {
  header.small .header-content {
    width: 728px;
  }
}

@media (min-width: 992px) {
  header.small .header-content {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  header.small .header-content {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

header.small .header-content:before, header.small .header-content:after {
  content: " ";
  display: table;
}

header.small .header-content:after {
  clear: both;
}

@media (min-width: 992px) {
  header.small .header-content {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  header.small .header-content.-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

header.small .header-content .social {
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  header.small .header-content .social {
    width: 480px;
  }
}

@media (min-width: 768px) {
  header.small .header-content .social {
    width: 728px;
  }
}

@media (min-width: 992px) {
  header.small .header-content .social {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  header.small .header-content .social {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

header.small .header-content .social:before, header.small .header-content .social:after {
  content: " ";
  display: table;
}

header.small .header-content .social:after {
  clear: both;
}

@media (min-width: 992px) {
  header.small .header-content .social {
    position: absolute;
    top: 30px;
    right: 15px;
    display: block;
  }
}

footer {
  background-color: #31172E;
  min-height: 300px;
  padding: 0;
}

footer .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  footer .container {
    width: 480px;
  }
}

@media (min-width: 768px) {
  footer .container {
    width: 728px;
  }
}

@media (min-width: 992px) {
  footer .container {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  footer .container {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

footer .container:before, footer .container:after {
  content: " ";
  display: table;
}

footer .container:after {
  clear: both;
}

footer .label {
  float: left;
  height: 138px;
  width: 114px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #6C1D5F;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

footer .label svg {
  top: 50%;
  position: relative;
  fill: white;
  width: 70%;
  height: 30px;
  display: block;
  margin: 0 auto;
}

footer .contact {
  padding: 25px 0 0 0;
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  footer .contact {
    padding: 25px 50px;
    width: 35%;
  }
}

footer .proudly {
  font-style: italic;
  float: right;
  width: 100%;
  padding: 0 0 50px 0;
}

@media (min-width: 992px) {
  footer .proudly {
    text-align: right;
    padding: 25px 50px;
    width: 50%;
  }
}

footer .proudly p {
  line-height: 1.6;
}

footer .proudly strong {
  font-style: normal;
  display: block;
  margin-bottom: 10px;
}

footer .proudly a {
  font-style: normal;
  font-family: "proximanova-regular";
  color: #9d92b2;
}

footer .proudly a:hover {
  color: #9d92b2;
}

footer .proudly a.policy {
  display: block;
}

footer h3,
footer p,
footer a {
  color: rgba(255, 255, 255, 0.44);
}

footer a:hover {
  color: white;
}

footer span {
  color: #06A99C;
}

footer h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

footer h3 a {
  text-decoration: none;
  color: white;
}

footer .social {
  text-align: left;
  color: #9d92b2;
  padding: 0px;
}

footer .social span {
  display: inline-block;
  font-family: "proximanova-bold";
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: top;
}

footer .social ul {
  display: inline-block;
}

footer .social ul li {
  display: inline-block;
}

footer .social ul li a {
  margin: 0px 12px 0px 0px;
}

footer .social ul li a svg {
  fill: #9d92b2;
  height: 16px;
  width: 20px;
}

section.final-cta {
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 80px 0;
}

section.final-cta .title {
  font-size: 27px;
  font-family: "proximanova-regular";
  display: block;
  color: #544e5f;
  margin-bottom: 30px;
  margin-top: 0;
}

section.final-cta a {
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #6C1D5F;
  border-radius: 100px;
  font-family: "proximanova-bold";
  padding: 10px 32px;
  color: #6C1D5F;
  transition: background-color .2s ease, color .2s ease;
  display: inline-block;
  margin: 0 auto;
}

section.final-cta a:hover {
  background-color: #6C1D5F;
  color: black;
}

section.final-cta a:hover {
  color: white;
}

.sidebar h4 {
  font-family: "proximanova-light";
  font-size: 20px;
  color: #544e5f;
  margin: 30px 0;
  border-bottom: 1px solid #ebe9f0;
  width: 90%;
  padding-bottom: 20px;
  margin-top: 0;
}

.sidebar > ul {
  font-family: "proximanova-light";
  font-size: 18px;
}

.sidebar > ul li {
  line-height: 60px;
  padding-left: 25px;
  border-bottom: 1px solid #9d92b2;
}

.sidebar > ul li a {
  color: #9d92b2;
  text-decoration: none;
  display: block;
}

.sidebar > ul li ul li {
  border-bottom: 0;
}

.sidebar > ul > li {
  border-bottom: 1px solid #ebe9f0;
}

.sidebar > ul > li.active {
  background: #f7f6f9;
}

.service-overview {
  padding: 0 0 20px 0;
  margin: 40px 0 40px 0;
  position: relative;
}

.service-overview .image-vktr-clrk {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding: 25px;
}

.service-overview .image-vktr-clrk img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .service-overview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.service-overview .section-title {
  text-align: center;
  font-size: 33px;
  padding-bottom: 30px;
  display: none;
}

@media (min-width: 992px) {
  .service-overview .section-title {
    display: block;
  }
}

.service-overview .service-list,
.service-overview .about-service {
  display: inline-block;
}

.service-overview .service-list {
  font-size: 13px;
  width: 150px;
}

.service-overview .service-list ul {
  border: 1px solid #ebe9f0;
  border-bottom: none;
  border-radius: 6px;
}

@media (min-width: 992px) {
  .service-overview .service-list {
    width: 30%;
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .service-overview .service-list {
    -ms-transform: translateX(38%);
    transform: translateX(38%);
    margin-left: -8%;
  }
}

.service-overview .service-list li {
  border-bottom: 1px solid #ebe9f0;
  line-height: 1.2;
  text-align: center;
  background: #f8f7fc;
  transition: background .2s ease;
}

@media (min-width: 992px) {
  .service-overview .service-list li {
    text-align: left;
  }
}

.service-overview .service-list li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.service-overview .service-list li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.service-overview .service-list li a, .service-overview .service-list li label {
  cursor: pointer;
  display: block;
  color: #544e5f;
  padding: 18px 29px 18px 18px;
}

.service-overview .service-list li a:active, .service-overview .service-list li label:active {
  background: white;
}

@media (min-width: 520px) {
  .service-overview .service-list li a, .service-overview .service-list li label {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .service-overview .service-list li a, .service-overview .service-list li label {
    padding: 27px;
  }
}

.service-overview .service-list li:hover {
  background: white;
}

.service-overview .service-list li.active {
  background: white;
}

.service-overview .service-list li.active a:after {
  opacity: 1;
}

.service-overview .service-list a.external_website {
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #6C1D5F;
  border-radius: 100px;
  font-family: "proximanova-bold";
  padding: 10px 32px;
  color: #6C1D5F;
  transition: background-color .2s ease, color .2s ease;
  display: block;
  margin: 20px auto 0;
  text-align: center;
}

.service-overview .service-list a.external_website:hover {
  background-color: #6C1D5F;
  color: black;
}

.service-overview .service-list a.external_website:hover {
  color: #fff;
}

.service-overview .about-service {
  vertical-align: top;
  padding: 0;
  width: 100%;
}

.service-overview .about-service article h1,
.service-overview .about-service article h2,
.service-overview .about-service article h3 {
  font-family: "proximanova-semibold";
}

.service-overview .about-service article h2 + p,
.service-overview .about-service article h3 + p {
  margin-top: 10px;
}

.service-overview .about-service article h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "proximanova-semibold";
}

@media (min-width: 992px) {
  .service-overview .about-service article h1 {
    font-size: 1.7rem;
  }
}

.service-overview .about-service article h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-overview .about-service article h2 {
    font-size: 1.6rem;
  }
}

.service-overview .about-service article h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-overview .about-service article h3 {
    font-size: 1.3rem;
  }
}

.service-overview .about-service article h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-overview .about-service article h4 {
    font-size: 1.25rem;
  }
}

.service-overview .about-service article p, .service-overview .about-service article span {
  color: #9d92b2 !important;
  font-family: "proximanova-regular";
  font-size: 1.02rem;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .service-overview .about-service article p, .service-overview .about-service article span {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.service-overview .about-service article ul li {
  color: #9d92b2;
}

.service-overview .about-service article .read-more {
  font-size: 17px;
  font-family: "proximanova-regular";
}

.service-overview .about-service h1,
.service-overview .about-service h2,
.service-overview .about-service h3 {
  font-family: "proximanova-semibold";
}

.service-overview .about-service h2 + p,
.service-overview .about-service h3 + p {
  margin-top: 10px;
}

.service-overview .about-service h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "proximanova-semibold";
}

@media (min-width: 992px) {
  .service-overview .about-service h1 {
    font-size: 1.7rem;
  }
}

.service-overview .about-service h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-overview .about-service h2 {
    font-size: 1.6rem;
  }
}

.service-overview .about-service h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-overview .about-service h3 {
    font-size: 1.3rem;
  }
}

.service-overview .about-service h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-overview .about-service h4 {
    font-size: 1.25rem;
  }
}

.service-overview .about-service p, .service-overview .about-service span {
  color: #9d92b2 !important;
  font-family: "proximanova-regular";
  font-size: 1.02rem;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .service-overview .about-service p, .service-overview .about-service span {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.service-overview .about-service ul li {
  color: #9d92b2;
}

.service-overview .about-service .read-more {
  font-size: 17px;
  font-family: "proximanova-regular";
}

.service-overview .about-service .service-intro {
  padding-right: 20px;
}

@media (min-width: 992px) {
  .service-overview .about-service .service-intro {
    padding-right: 0;
  }
}

.service-overview .about-service .service-intro p:last-of-type {
  margin-bottom: 10px;
}

.service-overview .about-service .service-intro ul {
  font-size: 1rem;
  line-height: 1.6;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .service-overview .about-service .service-intro ul {
    font-size: 1.15rem;
  }
}

.service-overview .about-service h1 {
  font-family: "proximanova-regular" !important;
}

.service-overview .about-service .content {
  display: none;
}

.service-overview .about-service input {
  display: none;
}

.service-overview .about-service input:checked + .content {
  display: block;
}

.service-overview .about-service .content {
  display: none;
}

.service-overview .about-service .content .featured-items-small {
  padding-top: 45px;
}

.service-overview .about-service .content .small-item {
  margin-bottom: 30px;
  padding: 20px 0;
  padding-right: 10px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 768px) {
  .service-overview .about-service .content .small-item {
    width: 50%;
  }
}

.service-overview .about-service .content .small-item .wrap {
  text-align: center;
}

.service-overview .about-service .content .small-item .wrap .img {
  display: block;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.service-overview .about-service .content .small-item .wrap .img.orange {
  background-color: #FF6035;
}

.service-overview .about-service .content .small-item .wrap .img.purple {
  background-color: #6C1D5F;
}

.service-overview .about-service .content .small-item .wrap .img h5 {
  font-size: 13px;
  font-family: "proximanova-bold";
  color: #fff;
}

.service-overview .about-service .content .btn {
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #6C1D5F;
  border-radius: 100px;
  font-family: "proximanova-bold";
  padding: 10px 32px;
  color: #6C1D5F;
  transition: background-color .2s ease, color .2s ease;
  display: inline-block;
  margin-top: 20px;
}

.service-overview .about-service .content .btn:hover {
  background-color: #6C1D5F;
  color: black;
}

.service-overview .about-service .content .btn:hover {
  color: #FFF;
}

.service-overview .about-service .content .hbspt-form {
  width: 500px;
}

@media (max-width: 768px) {
  .service-overview .about-service .content .hbspt-form {
    width: 100%;
  }
}

.service-overview .about-service .content .hbspt-form .field {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  margin: 10px 0;
}

.service-overview .about-service .content .hbspt-form .field .hs-error-msgs {
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
}

.service-overview .about-service .content .hbspt-form .field .hs-error-msgs li:before {
  content: '';
}

.service-overview .about-service .content .hbspt-form .field .hs-form-required {
  font-size: 18px;
  color: red;
  position: absolute;
  bottom: -15px;
  right: 10px;
}

.service-overview .about-service .content .hbspt-form .field > label {
  font-size: 0;
}

.service-overview .about-service .content .hbspt-form .field label {
  font-family: "proximanova-regular";
  margin-bottom: 5px;
  display: block;
  margin-left: 4px;
}

@media (min-width: 992px) {
  .service-overview .about-service .content .hbspt-form .field {
    width: 70%;
    display: inline-block;
  }
  .service-overview .about-service .content .hbspt-form .field:nth-child(6) {
    width: 100% !important;
  }
}

.service-overview .about-service .content .hbspt-form .field .input input, .service-overview .about-service .content .hbspt-form .field .input textarea {
  border-radius: 5px;
  border: 1px solid #E1DEE7;
  padding: 15px;
  width: 100%;
  outline: none;
  color: #544e5f;
  font-size: 17px;
  font-family: "proximanova-light";
  display: inline-block;
}

.service-overview .about-service .content .hbspt-form .field .input input::-webkit-input-placeholder, .service-overview .about-service .content .hbspt-form .field .input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9d92b2;
}

.service-overview .about-service .content .hbspt-form .field .input input::-moz-placeholder, .service-overview .about-service .content .hbspt-form .field .input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d92b2;
}

.service-overview .about-service .content .hbspt-form .field .input input:-ms-input-placeholder, .service-overview .about-service .content .hbspt-form .field .input textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #9d92b2;
}

.service-overview .about-service .content .hbspt-form .field .input input:-moz-placeholder, .service-overview .about-service .content .hbspt-form .field .input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #9d92b2;
}

.service-overview .about-service .content .hbspt-form .hs_submit {
  display: inline-block;
}

.service-overview .about-service .content .hbspt-form .hs_submit .actions input[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
  font-size: 17px;
  display: inline-block;
  padding: 15px 20px;
}

@media (min-width: 992px) {
  .service-overview .about-service .content .hbspt-form .hs_submit .actions input[type="submit"] {
    margin-left: 10px;
  }
}

.service-overview .about-service .content .hbspt-form .submitted-message {
  font-family: "proximanova-regular";
  font-size: 16px;
  margin: 20px 0;
}

.service-overview .about-service #news {
  margin-bottom: 0;
}

.service-overview .about-service #news a {
  width: 100%;
}

@media (min-width: 992px) {
  .service-overview .about-service #news a {
    width: 50%;
  }
}

.service-overview .about-service #news a .item {
  padding: 8px;
}

@media (min-width: 992px) {
  .service-overview .about-service {
    width: 70%;
    padding: 0 20px 0 60px;
  }
}

.service-overview .about-service .about ul {
  list-style-type: disc;
  padding-left: 20px;
}

.service-overview .about-service .about ul br {
  display: none;
}

.service-overview .about-service .about ul li {
  line-height: 2;
  font-family: "proximanova-regular";
  font-size: 1.15rem;
}

.service-overview .about-service .about ol {
  display: block;
}

.service-overview .about-service .about ol li {
  display: block;
  width: 100%;
  font-size: 0.95rem;
}

@media (min-width: 992px) {
  .service-overview .about-service .about ol li {
    display: inline-block;
    width: 50%;
    font-size: 1.15rem;
    line-height: 1.65;
  }
}

.service-overview .about-service .about ol li:before {
  font-family: "Nucleo Outline";
  content: "\ece9";
  padding-right: 10px;
  color: #9d92b2;
}

.service-overview .events a.event {
  display: block;
}

.service-overview .events a.event span.meta {
  font-style: normal;
  margin: 0 !important;
}

.service-overview .clients ul,
.service-overview .downloads ul,
.service-overview .videos ul,
.service-overview .blogs ul,
.service-overview .trainings ul,
.service-overview .about-service .service-intro .featured-items-small ul {
  margin-left: 0;
  padding-left: 0;
  font-size: 0;
}

.service-overview .clients ul li,
.service-overview .downloads ul li,
.service-overview .videos ul li,
.service-overview .blogs ul li,
.service-overview .trainings ul li,
.service-overview .about-service .service-intro .featured-items-small ul li {
  display: inline-block;
  width: 100%;
  height: 310px;
  vertical-align: top;
  padding-right: 25px;
  padding-bottom: 25px;
}

@media (min-width: 992px) {
  .service-overview .clients ul li,
  .service-overview .downloads ul li,
  .service-overview .videos ul li,
  .service-overview .blogs ul li,
  .service-overview .trainings ul li,
  .service-overview .about-service .service-intro .featured-items-small ul li {
    width: 50%;
    height: 235px;
  }
}

.service-overview .clients ul li a,
.service-overview .downloads ul li a,
.service-overview .videos ul li a,
.service-overview .blogs ul li a,
.service-overview .trainings ul li a,
.service-overview .about-service .service-intro .featured-items-small ul li a {
  display: block;
  height: 100%;
  border: 1px solid #E5E5E5;
  box-shadow: 0 3px 5px 0 rgba(227, 226, 233, 0.62);
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  padding: 35px;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  overflow: hidden;
}

.service-overview .clients ul li a:hover,
.service-overview .downloads ul li a:hover,
.service-overview .videos ul li a:hover,
.service-overview .blogs ul li a:hover,
.service-overview .trainings ul li a:hover,
.service-overview .about-service .service-intro .featured-items-small ul li a:hover {
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 13px 19px 0 rgba(227, 226, 233, 0.4);
}

.service-overview .clients a.btn,
.service-overview .downloads a.btn,
.service-overview .videos a.btn,
.service-overview .blogs a.btn,
.service-overview .trainings a.btn,
.service-overview .about-service .service-intro .featured-items-small a.btn {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.service-overview .clients h3,
.service-overview .downloads h3,
.service-overview .videos h3,
.service-overview .blogs h3,
.service-overview .trainings h3,
.service-overview .about-service .service-intro .featured-items-small h3 {
  font-size: 17px;
  font-family: "proximanova-semibold";
  color: #544e5f;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.service-overview .clients h3 small,
.service-overview .downloads h3 small,
.service-overview .videos h3 small,
.service-overview .blogs h3 small,
.service-overview .trainings h3 small,
.service-overview .about-service .service-intro .featured-items-small h3 small {
  display: block;
  font-family: "proximanova-regular";
  font-size: 15px;
  line-height: 1.6;
  padding-top: 14px;
  color: #9d92b2;
}

@media (min-width: 992px) {
  .service-overview .clients h3 small,
  .service-overview .downloads h3 small,
  .service-overview .videos h3 small,
  .service-overview .blogs h3 small,
  .service-overview .trainings h3 small,
  .service-overview .about-service .service-intro .featured-items-small h3 small {
    text-overflow: ellipsis;
    max-height: 65px;
    overflow: hidden;
    white-space: nowrap;
  }
}

.service-overview .clients .thumb,
.service-overview .downloads .thumb,
.service-overview .videos .thumb,
.service-overview .blogs .thumb,
.service-overview .trainings .thumb,
.service-overview .about-service .service-intro .featured-items-small .thumb {
  height: 45px;
  width: 80px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.service-overview .clients .thumb .inner-shadow,
.service-overview .downloads .thumb .inner-shadow,
.service-overview .videos .thumb .inner-shadow,
.service-overview .blogs .thumb .inner-shadow,
.service-overview .trainings .thumb .inner-shadow,
.service-overview .about-service .service-intro .featured-items-small .thumb .inner-shadow {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 3px;
  height: 100%;
}

.service-overview .clients .thumb img,
.service-overview .downloads .thumb img,
.service-overview .videos .thumb img,
.service-overview .blogs .thumb img,
.service-overview .trainings .thumb img,
.service-overview .about-service .service-intro .featured-items-small .thumb img {
  display: block;
  width: 125%;
  height: auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-overview .clients .mini-footer,
.service-overview .downloads .mini-footer,
.service-overview .videos .mini-footer,
.service-overview .blogs .mini-footer,
.service-overview .trainings .mini-footer,
.service-overview .about-service .service-intro .featured-items-small .mini-footer {
  background: #FCFBFE;
  border-top: 1px solid #F3F3F3;
  font-size: 14px;
  padding: 8px 0 8px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.service-overview .clients .mini-footer .mugshot,
.service-overview .downloads .mini-footer .mugshot,
.service-overview .videos .mini-footer .mugshot,
.service-overview .blogs .mini-footer .mugshot,
.service-overview .trainings .mini-footer .mugshot,
.service-overview .about-service .service-intro .featured-items-small .mini-footer .mugshot {
  overflow: hidden;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
}

.service-overview .clients .mini-footer .mugshot img,
.service-overview .downloads .mini-footer .mugshot img,
.service-overview .videos .mini-footer .mugshot img,
.service-overview .blogs .mini-footer .mugshot img,
.service-overview .trainings .mini-footer .mugshot img,
.service-overview .about-service .service-intro .featured-items-small .mini-footer .mugshot img {
  display: block;
  width: 100%;
  height: auto;
}

.service-overview .clients .mini-footer span,
.service-overview .downloads .mini-footer span,
.service-overview .videos .mini-footer span,
.service-overview .blogs .mini-footer span,
.service-overview .trainings .mini-footer span,
.service-overview .about-service .service-intro .featured-items-small .mini-footer span {
  color: #544e5f;
  font-family: "proximanova-semibold";
  font-size: 0.95rem;
}

.service-overview .clients .mini-footer span:before,
.service-overview .downloads .mini-footer span:before,
.service-overview .videos .mini-footer span:before,
.service-overview .blogs .mini-footer span:before,
.service-overview .trainings .mini-footer span:before,
.service-overview .about-service .service-intro .featured-items-small .mini-footer span:before {
  font-family: "Nucleo Mini";
  content: "\e90e";
  padding-right: 10px;
  padding-top: 2px;
  color: #FFA200;
}

.service-overview .blogs .mini-footer span:before {
  content: "\ed49";
}

.service-overview .clients .mini-footer span:before {
  content: "\ea85";
}

.service-overview .videos .mini-footer span:before {
  content: "\ec39";
}

.service-overview .trainings span:before {
  display: none;
}

.service-overview .hs-frm-sqa {
  display: inline-block;
  width: 70%;
}

.service-overview .hs-frm-sqa > .hbspt-form {
  width: auto !important;
}

.service-overview .hs-frm-sqa > .hbspt-form .field {
  width: 100% !important;
}

.service-overview .hs-frm-sqa > .hbspt-form .hs_submit .actions input[type="submit"] {
  margin-left: 0px !important;
}

div.navbar.small {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: linear-gradient(90deg, #6C1D5F 19%, #300d2a 81%);
}

div.navbar.small .links {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media (min-width: 480px) {
  div.navbar.small .links {
    width: 480px;
  }
}

@media (min-width: 768px) {
  div.navbar.small .links {
    width: 728px;
  }
}

@media (min-width: 992px) {
  div.navbar.small .links {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  div.navbar.small .links {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

div.navbar.small .links:before, div.navbar.small .links:after {
  content: " ";
  display: table;
}

div.navbar.small .links:after {
  clear: both;
}

@media (min-width: 1200px) {
  div.navbar.small .links > a {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
  }
}

div.navbar.small .links svg {
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
}

div.navbar.small .links a.back {
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 100px;
  font-family: "proximanova-bold";
  padding: 10px 32px;
  color: #fff;
  transition: background-color .2s ease, color .2s ease;
  font-family: "proximanova-bold";
  color: white;
  padding: 3px 25px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  float: right;
}

div.navbar.small .links a.back:hover {
  background-color: #fff;
  color: #333333;
}

.navbar.small:before, .navbar.small:after {
  content: " ";
  display: table;
}

.navbar.small:after {
  clear: both;
}

.navbar.small svg {
  max-width: 100px;
  float: left;
}

.navbar.small nav#navigation ul {
  margin-top: 0px;
  margin-bottom: 0px;
  background: transparent;
}

.navbar.small nav#navigation ul:after {
  display: none;
}

.navbar.small nav#navigation li a {
  padding: 0;
  margin: 0 10px;
  line-height: 42px;
}

@media (max-width: 1200px) {
  .navbar.small nav#navigation li a :not(.active-link):after, .navbar.small nav#navigation li a .active {
    width: 0%;
  }
}

.navbar.small nav#navigation label {
  color: #fff;
}

.navbar.small nav#navigation label:before {
  top: -1px;
}

.navbar.small nav#navigation label:after {
  top: -1px;
  color: #fff;
}

@media (max-width: 1200px) {
  nav#navigation {
    width: 100%;
  }
}

nav#navigation ul {
  height: auto;
  width: auto;
  position: inherit;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: inherit;
  text-align: inherit;
  opacity: 1;
  background-color: transparent;
  padding: 0;
  transition: all .2s ease-in-out;
  float: right;
}

@media (min-width: 1200px) {
  nav#navigation ul {
    display: block;
  }
}

nav#navigation ul:after {
  content: '';
  width: 35%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0px;
  margin-top: 50px;
  right: 0;
}

nav#navigation ul:after {
  border-bottom: none;
}

@media (min-width: 992px) {
  nav#navigation ul .active {
    border-bottom: 7px solid #fff;
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.39);
    position: absolute;
    top: 60px;
    width: 100%;
  }
}

nav#navigation ul li {
  font-family: "proximanova-bold";
  display: inline-block;
}

nav#navigation ul li:first-of-type a {
  margin-left: 0;
}

nav#navigation ul li:last-of-type a {
  margin-right: 0;
}

nav#navigation ul li:hover {
  margin: 0;
}

nav#navigation ul li a {
  display: block;
  line-height: 40px;
  color: white;
  text-decoration: none;
  padding: 50px 0 50px 0;
  font-size: 14px;
  position: relative;
  transition: all .17s ease-in-out;
}

@media (min-width: 1200px) {
  nav#navigation ul li a {
    margin: 0 11px;
  }
}

nav#navigation ul li a:hover {
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

nav#navigation ul li a:hover:after {
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

nav#navigation ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  display: block;
  opacity: 0;
  transition: all .15s ease-in-out;
  background-color: #9d92b2;
}

@media (max-width: 1200px) {
  nav#navigation ul li a:after {
    width: 0%;
  }
}

@media (min-width: 1200px) {
  nav#navigation ul li.submenu {
    z-index: 4;
    position: relative;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  nav#navigation ul li.submenu.active-link:after {
    content: '';
    background-color: #fff;
    height: 7px;
    transition: all .15s ease-in-out;
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.39);
    position: absolute;
    top: 59px;
    left: 0px;
    width: 100%;
    opacity: 1;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 1200px) {
  nav#navigation ul li.submenu:hover .inner {
    opacity: 1;
    -ms-transform: translateY(30px) translateX(-50%);
    transform: translateY(30px) translateX(-50%);
    pointer-events: initial;
  }
  nav#navigation ul li.submenu .inner:hover {
    opacity: 1;
    -ms-transform: translateY(30px) translateX(-50%);
    transform: translateY(30px) translateX(-50%);
    pointer-events: initial;
  }
  nav#navigation ul li.submenu a {
    font-family: "proximanova-bold";
    padding: 0;
    font-size: 14px;
  }
  nav#navigation ul li.submenu a:hover {
    -ms-transform: none;
    transform: none;
  }
  nav#navigation ul li.submenu a:after {
    display: none;
  }
  nav#navigation ul li.submenu li {
    margin: 0;
    padding: 0;
  }
  nav#navigation ul li.submenu li:not(:first-of-type) {
    border-top: 1px solid #ebe9f0;
  }
  nav#navigation ul li.submenu .inner {
    padding-top: 28px;
    width: 260px;
    right: 0;
    left: 50%;
    position: absolute;
    top: -5px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  }
  nav#navigation ul li.submenu .sub-nav {
    position: relative;
    background: white;
    z-index: 1;
    width: 100%;
    box-shadow: 0 4px 8px rgba(157, 146, 178, 0.2);
    border: 1px solid rgba(157, 146, 178, 0.4);
    border-radius: 6px;
    display: block;
  }
  nav#navigation ul li.submenu .sub-nav li {
    display: block;
  }
  nav#navigation ul li.submenu .sub-nav li > a.link {
    margin: 0;
    padding: 6px 10px;
    color: #544e5f;
    border-radius: 0;
    border: 0;
  }
  nav#navigation ul li.submenu .sub-nav li a {
    color: #9d92b2;
    border: 0;
    margin: 10px;
  }
  nav#navigation ul li.submenu .sub-nav:after, nav#navigation ul li.submenu .sub-nav:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  nav#navigation ul li.submenu .sub-nav:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px;
  }
  nav#navigation ul li.submenu .sub-nav:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(157, 146, 178, 0.4);
    border-width: 18px;
    margin-left: -18px;
  }
}

nav#navigation ul li a, nav#navigation ul li.submenu a {
  font-size: 16px;
}

nav#navigation.small-nav a#search-toggle {
  color: #fff;
  top: 0;
}

nav#navigation.small-nav ul li a:not(.active-link):after {
  content: '';
  background-color: #fff;
  height: 7px;
  transition: all .15s ease-in-out;
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.39);
  position: absolute;
  top: 63px;
  left: 0px;
  width: 100%;
}

@media (max-width: 1200px) {
  nav#navigation.small-nav ul li a:not(.active-link):after {
    width: 0%;
  }
}

@media (min-width: 1200px) {
  nav#navigation.small-nav ul li a.active-link:after {
    content: '';
    background-color: #fff;
    height: 7px;
    transition: all .15s ease-in-out;
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.39);
    position: absolute;
    top: 59px;
    left: 0px;
    width: 100%;
    opacity: 1;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 768px) {
  nav#navigation > ul li {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  nav#navigation > ul {
    width: 100%;
    height: 0px;
    background-color: #6C1D5F;
    border-radius: 6px;
    opacity: 0;
    display: none;
  }
}

@media (max-width: 1200px) and (max-width: 1200px) {
  nav#navigation > ul.nav-toggled {
    padding: 20px;
    display: block;
    height: 100%;
    margin-top: 75px;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 60px;
    position: relative;
    z-index: 999;
    transition: max-height 0.40s ease-in;
  }
}

@media (max-width: 1200px) {
  nav#navigation > ul li {
    margin-left: 0px;
    transition: margin-left .2s ease;
    font-family: "proximanova-bold";
    display: block;
    padding-left: 10px;
    height: 35px;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 1200px) and (min-width: 1200px) {
  nav#navigation > ul li:hover {
    margin-left: 5px;
  }
}

@media (max-width: 1200px) {
  nav#navigation > ul li:last-of-type {
    border-bottom: 0px;
  }
  nav#navigation > ul li a {
    font-size: 15px;
    text-decoration: none;
    line-height: 35px;
    padding: 0;
  }
  nav#navigation > ul li.submenu {
    height: auto;
  }
  nav#navigation > ul li.submenu a {
    border: 0;
    padding: 0;
    font-size: 15px;
  }
  nav#navigation > ul li.submenu .inner {
    padding-left: 20px;
  }
  nav#navigation > ul li.submenu .inner h2 {
    margin: 0px;
    font-family: "proximanova-light";
  }
  nav#navigation > ul label:before {
    content: '\ed9c';
  }
}

@media (max-width: 1200px) and (max-width: 1200px) {
  #menu-toggle:checked + label + ul {
    padding: 20px;
    display: block;
    height: 100%;
    margin-top: 75px;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 60px;
    position: relative;
    z-index: 999;
    transition: max-height 0.40s ease-in;
  }
}

.masthead nav#navigation label {
  top: 70px;
}

#menu-toggle:checked + label:after {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

#menu-toggle:checked + label:before {
  opacity: 0;
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

nav#navigation label {
  font-family: "Nucleo Glyph";
  color: #6C1D5F;
  text-align: right;
  float: right;
  font-size: 28px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 999;
}

@media (min-width: 1200px) {
  nav#navigation label {
    display: none;
  }
}

nav#navigation label:before, nav#navigation label:after {
  position: absolute;
  right: 0;
  top: 20px;
  transition: 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

nav#navigation label:before {
  content: '\edc9';
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

nav#navigation label:after {
  content: '\ed7e';
  color: #6C1D5F;
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

#menu-toggle {
  cursor: 'pointer';
}

#menu-toggle:not(:checked), #menu-toggle:checked {
  position: absolute;
  left: -9999px;
}

nav#navigation a#search-toggle {
  color: #6C1D5F;
  text-align: right;
  float: right;
  font-size: 28px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 20px;
  right: 80px;
  z-index: 999;
}

@media (min-width: 1200px) {
  nav#navigation a#search-toggle {
    display: none;
  }
}

/* ==========================================================================
Subnavigation
========================================================================== */
.nav-container {
  border-top: 1px solid #efedf3;
}

@media (min-width: 768px) {
  .nav-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .nav-wrapper {
    width: 480px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .nav-wrapper {
    width: 728px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .nav-wrapper {
    width: 952px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .nav-wrapper {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .nav-wrapper:before, .nav-wrapper:after {
    content: " ";
    display: table;
  }
  .nav-wrapper:after {
    clear: both;
  }
}

.nav-wrapper .nav li {
  font-family: "proximanova-bold";
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #f7f6f9;
  border-top: 1px solid #efedf3;
}

.nav-wrapper .nav li:first-child {
  border-top: 0;
}

@media (min-width: 768px) {
  .nav-wrapper .nav li {
    width: auto;
    text-align: left;
    margin-right: 20px;
    background-color: transparent;
  }
  .nav-wrapper .nav li:last-child {
    margin-right: 0;
  }
}

.nav-wrapper .nav a {
  color: #9d92b2;
  padding: 10px 0;
  display: block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.nav-wrapper .nav a.active, .nav-wrapper .nav a.router-link-exact-active {
  color: #06a99c;
}

@media (min-width: 768px) {
  .nav-wrapper .nav a {
    padding: 20px 0;
  }
  .nav-wrapper .nav a.active, .nav-wrapper .nav a.router-link-exact-active, .nav-wrapper .nav a:hover {
    color: #06a99c;
    border-bottom-color: #06a99c;
  }
}

.breadcrumb {
  border-bottom: 1px solid #E4E2E9;
  width: 100%;
  font-size: 0px;
}

.breadcrumb .bread-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 480px) {
  .breadcrumb .bread-wrap {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .breadcrumb .bread-wrap {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .breadcrumb .bread-wrap {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .breadcrumb .bread-wrap {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.breadcrumb .bread-wrap:before, .breadcrumb .bread-wrap:after {
  content: " ";
  display: table;
}

.breadcrumb .bread-wrap:after {
  clear: both;
}

@media (min-width: 992px) {
  .breadcrumb .bread-wrap {
    padding-top: 16px;
  }
}

.breadcrumb .links {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.breadcrumb .links li {
  display: inline-block;
  padding-right: 10px;
  font-size: 15px;
}

.breadcrumb .links li a {
  color: #9d92b2;
  font-weight: bold;
  font-size: 15px;
}

.breadcrumb .social {
  display: none;
  padding: 0px;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.breadcrumb .social span {
  vertical-align: super;
  color: #9d92b2;
  height: 31px;
}

@media (min-width: 480px) {
  .breadcrumb .social {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .breadcrumb .social {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .breadcrumb .social {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .breadcrumb .social {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.breadcrumb .social:before, .breadcrumb .social:after {
  content: " ";
  display: table;
}

.breadcrumb .social:after {
  clear: both;
}

@media (min-width: 992px) {
  .breadcrumb .social {
    display: inline-block;
    padding-right: 12px;
    width: 50%;
  }
}

header.clean-large .menu {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media (min-width: 480px) {
  header.clean-large .menu {
    width: 480px;
  }
}

@media (min-width: 768px) {
  header.clean-large .menu {
    width: 728px;
  }
}

@media (min-width: 992px) {
  header.clean-large .menu {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  header.clean-large .menu {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

header.clean-large .menu:before, header.clean-large .menu:after {
  content: " ";
  display: table;
}

header.clean-large .menu:after {
  clear: both;
}

@media (max-width: 1200px) {
  header.clean-large .menu {
    height: 75px;
  }
}

header.clean-large .menu .logo {
  float: left;
  top: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header.clean-large .menu .logo svg {
  width: 125px;
  line-height: 40px;
}

header.clean-large .menu nav#navigation {
  float: right;
}

header.clean-large .menu nav#navigation ul li a {
  color: #9d92b2;
  border-color: #9d92b2;
}

@media (max-width: 1200px) {
  header.clean-large .menu nav#navigation ul li a {
    color: #fff;
  }
}

.get-in-touch h4 {
  font-family: "proximanova-light";
  font-size: 20px;
  color: #544e5f;
  margin: 30px 0;
  border-bottom: 1px solid #ebe9f0;
  width: 90%;
  padding-bottom: 20px;
}

.get-in-touch .wrapper {
  padding: 0 0 25px 0;
  box-sizing: border-box;
  display: table;
  width: 90%;
  margin-bottom: 20px;
}

.get-in-touch .wrapper .mugshot {
  display: table-cell;
  width: 20%;
  text-align: center;
}

.get-in-touch .wrapper .mugshot img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.28);
  padding: 3px;
  border-radius: 50%;
  max-width: 80%;
}

.get-in-touch .wrapper .details {
  display: table-cell;
  vertical-align: top;
  width: 70%;
  padding-left: 15px;
}

.get-in-touch .wrapper .details span {
  display: block;
  margin: 0 0 10px;
  font-family: "proximanova-regular";
  font-size: 20px;
  color: #544e5f;
}

.get-in-touch .wrapper .details span.jobtitle {
  color: #9d92b2;
  font-size: 16px;
}

.get-in-touch .wrapper .details address {
  font-style: normal;
  font-family: "proximanova-regular";
  line-height: 25px;
}

.get-in-touch .wrapper .details address abbr {
  color: #06a99c;
  margin-right: 10px;
}

.get-in-touch .wrapper .details address a {
  color: #544e5f;
  text-decoration: none;
}

.get-in-touch .wrapper .details .button {
  display: inline-block;
  margin: 18px 0 0 0;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
  padding: 10px 20px;
}

.get-in-touch .wrapper .details.no-padding {
  padding-left: 0;
}

#client-cases .clients-grid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  #client-cases .clients-grid {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #client-cases .clients-grid {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #client-cases .clients-grid {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #client-cases .clients-grid {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#client-cases .clients-grid:before, #client-cases .clients-grid:after {
  content: " ";
  display: table;
}

#client-cases .clients-grid:after {
  clear: both;
}

#client-cases .clients-grid p, #client-cases .clients-grid h3 {
  margin: 0px;
}

@media (min-width: 992px) {
  #client-cases .clients-grid {
    position: relative;
  }
}

#client-cases .clients-grid .wrapper {
  font-size: 0px;
  text-align: center;
  margin: 0px auto;
}

@media (max-width: 992px) {
  #client-cases .clients-grid .wrapper {
    padding-top: 20px;
  }
}

#client-cases .clients-grid .wrapper .client {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  padding: 20px 0;
}

#client-cases .clients-grid .wrapper .client .inner {
  height: 336px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 2px;
}

#client-cases .clients-grid .wrapper .client:hover .info {
  background-image: linear-gradient(transparent, #000);
}

@media (min-width: 1200px) {
  #client-cases .clients-grid .wrapper .client {
    height: 355px;
  }
  #client-cases .clients-grid .wrapper .client:nth-child(1) {
    width: 30%;
  }
  #client-cases .clients-grid .wrapper .client:nth-child(2) {
    padding-right: 0;
    width: 40%;
  }
  #client-cases .clients-grid .wrapper .client:nth-child(3) {
    width: 40%;
  }
  #client-cases .clients-grid .wrapper .client:nth-child(4) {
    padding-right: 0;
    width: 30%;
  }
}

@media (min-width: 992px) {
  #client-cases .clients-grid .wrapper .client {
    height: 355px;
    width: 40%;
  }
}

@media (min-width: 768px) {
  #client-cases .clients-grid .wrapper .client {
    width: 50%;
    padding: 20px 20px 20px 0;
  }
}

#client-cases .clients-grid .wrapper .client .info {
  background-image: linear-gradient(transparent, #111);
  display: block;
  padding: 20px 20px 30px 35px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-radius: 2px;
  text-align: left;
}

#client-cases .clients-grid .wrapper .client .info p.title, #client-cases .clients-grid .wrapper .client .info h3.description {
  color: #fff;
  font-family: "proximanova-bold";
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

#client-cases .clients-grid .wrapper .client .info p.title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}

#client-cases .clients-grid .wrapper .client .info h3.description {
  font-size: 30px;
  font-family: "proximanova-bold";
}

@media (max-width: 768px) {
  #client-cases .clients-grid .wrapper .client .info p.title {
    font-size: 14px;
  }
  #client-cases .clients-grid .wrapper .client .info h3.description {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  #client-cases .clients-grid .wrapper .client .info p.title {
    font-size: 12px;
  }
  #client-cases .clients-grid .wrapper .client .info h3.description {
    font-size: 27px;
  }
}

#client-cases .clients-grid .wrapper .client .full-bg {
  width: 100%;
  height: 50%;
}

@media (min-width: 1200px) {
  #client-cases .clients-grid .wrapper .client .full-bg {
    height: 100%;
  }
}

@media (min-width: 992px) {
  #client-cases .clients-grid .wrapper .client .full-bg {
    height: 100%;
  }
}

@media (max-width: 768px) {
  #client-cases .clients-grid .wrapper .client .full-bg {
    height: 70%;
  }
}

#client-cases .clients-grid .wrapper .client .client-logo {
  position: absolute;
  max-height: 40px;
  top: 40px;
  left: 35px;
  width: auto;
}

@media (max-width: 768px) {
  #client-cases .clients-grid .wrapper .client .client-logo {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 1200px) {
  #client-cases .clients-grid .wrapper {
    padding: 0px;
    text-align: left;
  }
}

#videos #playing-video {
  border: 1px solid #ebe9f0;
  box-shadow: 0px 9px 15px 0px rgba(157, 146, 178, 0.1);
  padding: 15px;
  max-width: 580px;
  box-sizing: border-box;
}

#videos #playing-video iframe {
  max-width: 100%;
  margin-bottom: 10px;
}

#videos #playing-video h2 {
  font-size: 22px;
  margin: 0;
}

#videos #playing-video span {
  font-family: "proximanova-bold";
  font-size: 13px;
  margin: 0;
  color: #9d92b2;
}

#videos #playing-video p {
  font-size: 14px;
  line-height: 15px;
  margin: 10px 0;
  color: #544e5f;
}

#videos .playlist {
  margin: 20px 0;
  font-size: 0;
  max-width: 590px;
}

#videos .playlist .video {
  font-size: 0;
  background-color: #FFF;
  box-shadow: 0px 9px 15px 0px rgba(157, 146, 178, 0.1);
  max-width: 580px;
  padding: 15px;
  box-sizing: border-box;
}

#videos .playlist .video.playing {
  background-color: #efeef1;
}

#videos .playlist .video .thumbnail {
  width: 25%;
  height: 100%;
  display: inline-block;
}

#videos .playlist .video .thumbnail img {
  display: inline-block;
  max-width: 120px;
}

#videos .playlist .video .details {
  width: 75%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

#videos .playlist .video .details span {
  display: block;
  margin: 25px 0 5px;
  font-family: "proximanova-bold";
  font-size: 16px;
  color: #544e5f;
}

#videos .playlist .video .details span.date {
  font-size: 13px;
  margin: 0;
  color: #9d92b2;
}

#videos .playlist .video .details .label {
  width: 20px;
  height: 20px;
  background-color: #544e5f;
  border-radius: 10px;
  float: right;
  position: absolute;
}

#videos .playlist .video:hover {
  cursor: pointer;
}

#whitepapers {
  font-size: 0px;
}

#whitepapers .item {
  text-align: center;
  padding: 0;
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  width: 33.3333%;
}

#whitepapers .item a {
  width: 100%;
  height: 100%;
}

#whitepapers .item a img {
  border: 1px solid #ebe9f0;
  box-shadow: 0px 4px 6px 0px rgba(227, 226, 233, 0.62);
  border-radius: 6px;
  height: 300px;
  vertical-align: top;
  padding: 30px;
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  filter: grayscale(100%);
  transition: filter .2s ease, padding .1s ease;
}

#whitepapers .item a img:hover {
  filter: grayscale(0%);
  padding: 25px;
}

#whitepapers .item a span {
  font-size: 14px;
  display: block;
  padding: 20px 0 0;
  color: #9d92b2;
}

@media (max-width: 992px) {
  #whitepapers .item {
    width: 100%;
    height: 200px;
  }
}

#training h1 {
  font-size: 33px;
  font-family: "proximanova-regular";
}

#training .training-list {
  font-size: 0px;
}

#training .training-list .training {
  position: relative;
  vertical-align: top;
  padding-bottom: 20px;
  padding-right: 20px;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  #training .training-list .training {
    width: 50%;
  }
}

#training .training-list .training .header {
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 1px solid #ebe9f0;
  border-left: 1px solid #ebe9f0;
  border-right: 1px solid #ebe9f0;
}

#training .training-list .training .header img {
  top: -8px;
  position: absolute;
  left: 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.28);
  border: 3px solid #fff;
  transition: opacity .4s ease;
  border-radius: 50%;
  vertical-align: middle;
}

#training .training-list .training .header .trainer {
  line-height: 47px;
  color: #9d92b2;
  margin: 0;
  font-size: 17px;
  padding-left: 100px;
  display: inline-block;
}

#training .training-list .training .content {
  padding: 25px 10px;
  background-color: #fff;
  border: 1px solid #ebe9f0;
  border-top: 0;
}

#training .training-list .training .content .title {
  margin: 0 0 14px;
  font-size: 16px;
  display: block;
}

#training .training-list .training .content .date {
  padding-top: 20px;
  font-size: 12px;
  border-top: 1px solid #ebe9f0;
  color: #909DA5;
}

#error {
  background-image: url("https://cdn.xebia.com/assets/images/backgrounds/x-bg.svg");
  background-size: 3000px;
  background-position: top center;
  padding: 50px 20px 200px;
}

#error > .content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  #error > .content {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #error > .content {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #error > .content {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #error > .content {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #error {
    padding: 50px 0 200px;
  }
}

#error h1 {
  font-size: 33px;
}

#error p {
  font-size: 19px;
  line-height: 34px;
}

#error a {
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
  display: inline-block;
}

#submenu-wide {
  width: 100%;
  border-bottom: 1px solid #ebe9f0;
}

@media (min-width: 992px) {
  #submenu-wide {
    height: 60px;
  }
}

#submenu-wide ul {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  #submenu-wide ul {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #submenu-wide ul {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #submenu-wide ul {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #submenu-wide ul {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#submenu-wide ul li {
  display: block;
  height: 60px;
  display: block;
  font-family: "proximanova-bold";
  font-size: 16px;
  color: #9d92b2;
  text-decoration: none;
  transition: all .17s ease-in-out;
  height: 60px;
  line-height: 60px;
}

@media (min-width: 992px) {
  #submenu-wide ul li {
    display: inline-block;
  }
}

#submenu-wide ul li a {
  width: 100%;
}

@media (min-width: 992px) {
  #submenu-wide ul li a {
    width: auto;
  }
}

#submenu-wide ul li a:hover {
  color: #06a99c;
}

#submenu-wide ul li a.active {
  color: #06a99c;
  box-shadow: inset 0 -3px 0 #06a99c inset;
}

@media (min-width: 992px) {
  #submenu-wide ul li + li {
    margin-left: 35px;
  }
}

.quote-wrapper .clientquote.emi .logo > .client {
  padding-right: 70px;
  padding-left: 0 !important;
}

.quote-wrapper .clientquote:nth-child(even) .logo > .client {
  padding-right: 70px;
}

.quote-wrapper .clientquote:nth-child(odd) .logo > .client {
  padding-left: 70px;
}

.clientquote {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin: 70px auto 80px;
  font-size: 0;
}

@media (min-width: 480px) {
  .clientquote {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .clientquote {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .clientquote {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .clientquote {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .clientquote {
    margin: 0 auto 25px;
  }
}

.clientquote .section-title {
  margin-bottom: -10px;
  margin-top: 0;
}

.clientquote.-home {
  margin: 60px auto;
}

@media (min-width: 768px) {
  .clientquote.-home {
    margin: 70px auto 60px auto;
  }
}

.clientquote.-servicepage-overview .details p,
.clientquote.-servicepage-overview .details h3 {
  color: #9d92b2;
  font-family: "proximanova-light";
  font-weight: lighter;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .clientquote.-servicepage-overview .details p,
  .clientquote.-servicepage-overview .details h3 {
    font-size: 26px;
  }
}

.clientquote.-servicepage-overview .details h3 {
  font-family: "proximanova-semibold";
  margin: 0;
  font-size: 22px;
  padding: 0;
}

@media (min-width: 992px) {
  .clientquote.-servicepage-overview .details h3 {
    font-size: 28px;
  }
}

.clientquote.-servicepage-overview .logo {
  display: none;
}

@media (min-width: 992px) {
  .clientquote.-servicepage-overview .logo {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .clientquote.-servicepage-overview .logo > .client {
    height: 355px;
  }
  .clientquote.-servicepage-overview .logo > .client:nth-child(1) {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .clientquote.-servicepage-overview .logo > .client {
    height: 355px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .clientquote.-servicepage-overview .logo > .client {
    width: 100%;
    padding: 20px 20px 20px 0;
  }
}

.clientquote h1 {
  text-align: center;
  font-size: 33px;
}

.clientquote .logo {
  margin: 50px 0 50px;
  text-align: center;
}

@media (min-width: 992px) {
  .clientquote .logo {
    width: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    box-sizing: border-box;
  }
}

.clientquote .logo .client {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  margin: 0px auto;
}

.clientquote .logo .client .inner {
  height: 336px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 8px;
}

@media (min-width: 1200px) {
  .clientquote .logo .client {
    height: 355px;
  }
  .clientquote .logo .client:nth-child(1) {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .clientquote .logo .client {
    height: 355px;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .clientquote .logo .client {
    width: 75%;
    padding: 20px 20px 20px 0;
  }
}

.clientquote .logo .client .info {
  background: linear-gradient(transparent, #111);
  transition: background 0.2s ease-out;
  background-size: 1px 200px;
  display: block;
  padding: 20px 20px 30px 35px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-radius: 2px;
  text-align: left;
}

.clientquote .logo .client .info .title, .clientquote .logo .client .info .description {
  color: #fff;
  font-family: "proximanova-bold";
}

.clientquote .logo .client .info .title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
  margin: 0;
  padding: 0;
}

.clientquote .logo .client .info .description {
  font-size: 30px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .clientquote .logo .client .info .title {
    font-size: 14px;
  }
  .clientquote .logo .client .info .description {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .clientquote .logo .client .info .title {
    font-size: 12px;
  }
  .clientquote .logo .client .info .description {
    font-size: 27px;
  }
}

.clientquote .logo .client .full-bg {
  width: 100%;
  height: 50%;
}

@media (min-width: 1200px) {
  .clientquote .logo .client .full-bg {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .clientquote .logo .client .full-bg {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .clientquote .logo .client .full-bg {
    height: 70%;
  }
}

.clientquote .logo .client .client-logo {
  position: absolute;
  max-height: 40px;
  top: 40px;
  left: 35px;
  width: auto;
}

@media (max-width: 768px) {
  .clientquote .logo .client .client-logo {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 992px) {
  .clientquote .details {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
  }
}

.clientquote .details blockquote {
  margin-bottom: 16px;
  margin: 50px 0 0;
}

.clientquote .details blockquote p {
  color: #9d92b2;
  font-family: "proximanova-light";
  font-weight: lighter;
  font-size: 35px;
  line-height: 58px;
}

.clientquote .details blockquote .author .name {
  margin-left: 100px;
}

.clientquote .details blockquote .author .name span {
  font-family: "proximanova-regular";
  font-size: 20px;
  line-height: 32px;
  color: #9d92b2;
}

.clientquote .details blockquote .author .name:before {
  display: block;
  position: absolute;
  height: 2px;
  width: 60px;
  background-color: #E4E2E9;
  content: ' ';
  margin-left: -95px;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .clientquote .details blockquote {
    margin: 70px 0 50px;
  }
}

#digital-transformation {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #digital-transformation {
    margin-bottom: 70px;
  }
}

#digital-transformation .inner {
  background-color: #31172e;
  text-align: center;
  padding: 20px 20px 50px;
}

@media (min-width: 768px) {
  #digital-transformation .inner {
    padding: 50px 10px 0px;
  }
}

#digital-transformation .inner h1 {
  font-size: 33px;
  color: #FFF;
}

#digital-transformation .inner p {
  font-size: 19px;
  color: #9d92b2;
}

#digital-transformation .inner .mobile-buttons {
  margin: 40px auto 0;
}

#digital-transformation .inner .mobile-buttons a {
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
  display: inline-block;
}

#digital-transformation .inner .mobile-buttons a + a {
  margin: 10px 0 0 10px;
}

#digital-transformation .inner .mobile-buttons a:first-child {
  background: #ff6035;
  border-color: #ff4411;
}

#digital-transformation .inner .mobile-buttons a:nth-child(2) {
  background: #ffa740;
  border-color: #ff971c;
}

#digital-transformation .inner .mobile-buttons a:nth-child(3) {
  background: #229aff;
  border-color: #008afd;
}

@media (min-width: 768px) {
  #digital-transformation .inner .mobile-buttons {
    display: none;
  }
}

#digital-transformation .inner .serviceblocks {
  margin: 25px auto 0;
  width: 100%;
  display: none;
  font-size: 0;
}

@media (min-width: 768px) {
  #digital-transformation .inner .serviceblocks {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 70px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock {
  width: 220px;
  height: 300px;
  border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #eaeaee;
  margin: 20px auto;
  position: relative;
  bottom: 0px;
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0);
  transition: bottom .2s ease, box-shadow .2s ease;
}

@media (min-width: 768px) {
  #digital-transformation .inner .serviceblocks .serviceblock {
    display: inline-block;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  #digital-transformation .inner .serviceblocks .serviceblock {
    width: 260px;
    height: 340px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock:before {
  content: '';
  width: 220px;
  height: 45px;
  position: relative;
  display: block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  left: -1px;
  top: -1px;
}

@media (min-width: 992px) {
  #digital-transformation .inner .serviceblocks .serviceblock:before {
    width: 260px;
    height: 50px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock:after {
  content: '';
  width: 220px;
  top: 48px;
  height: 5px;
  position: relative;
  display: block;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  left: -1px;
}

@media (min-width: 992px) {
  #digital-transformation .inner .serviceblocks .serviceblock:after {
    width: 260px;
    top: 87px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock.first:before, #digital-transformation .inner .serviceblocks .serviceblock.first:after {
  background-color: #ff6035;
}

#digital-transformation .inner .serviceblocks .serviceblock.first .icon {
  color: #ff6035;
}

#digital-transformation .inner .serviceblocks .serviceblock.second:before, #digital-transformation .inner .serviceblocks .serviceblock.second:after {
  background-color: #ffa740;
}

#digital-transformation .inner .serviceblocks .serviceblock.second .icon {
  color: #ffa740;
}

#digital-transformation .inner .serviceblocks .serviceblock.third:before, #digital-transformation .inner .serviceblocks .serviceblock.third:after {
  background-color: #229aff;
}

#digital-transformation .inner .serviceblocks .serviceblock.third .icon {
  color: #229aff;
}

#digital-transformation .inner .serviceblocks .serviceblock h4 {
  margin-top: 45px;
  font-size: 22px;
  position: relative;
}

@media (min-width: 992px) {
  #digital-transformation .inner .serviceblocks .serviceblock h4 {
    margin: 75px 0 20px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock span {
  font-family: "proximanova-regular";
  font-size: 16px;
  line-height: 25px;
  color: #9d92b2;
  padding: 0 30px;
  display: block;
}

#digital-transformation .inner .serviceblocks .serviceblock .icon {
  position: absolute;
  top: 25px;
  line-height: 50px;
  width: 50px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 3px 14px 0px rgba(157, 146, 178, 0.35);
  left: 0;
  right: 0;
  font-size: 21px;
  margin: auto;
  font-family: "Nucleo Mini";
  transition: top .2s ease;
}

#digital-transformation .inner .serviceblocks .serviceblock:hover {
  bottom: 8px;
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#digital-transformation .inner .serviceblocks .serviceblock:hover .icon {
  top: 20px;
}

@media (min-width: 768px) {
  #digital-transformation .inner .serviceblock + .serviceblock {
    margin-left: 25px;
  }
}

#clients {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 60px;
  font-size: 0;
}

@media (min-width: 480px) {
  #clients {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #clients {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #clients {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #clients {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #clients {
    margin: 165px auto 45px;
  }
}

#clients h1 {
  text-align: center;
  font-size: 33px;
}

#clients .logo {
  margin: 50px 0 50px;
  text-align: center;
}

@media (min-width: 992px) {
  #clients .logo {
    width: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    box-sizing: border-box;
  }
}

#clients .logo img {
  max-width: 260px;
  margin: 0px auto;
}

@media (min-width: 992px) {
  #clients .details {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
  }
}

#clients .details blockquote {
  border-left: 11px solid #ebe9f0;
  padding: 4px 40px 18px 40px;
  margin: 50px 0 0;
}

#clients .details blockquote p {
  margin-bottom: 16px;
  line-height: 36px;
  color: #9d92b2;
  font-size: 21px;
}

#clients .details blockquote .author {
  padding-top: 10px;
}

#clients .details blockquote .author .image {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#clients .details blockquote .author .image img {
  width: 50px;
  height: 50px;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(84, 78, 95, 0.3);
}

#clients .details blockquote .author .name {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#clients .details blockquote .author .name span {
  display: inline-block;
  line-height: 50px;
  color: #9d92b2;
  font-family: "proximanova-regular";
  font-size: 19px;
  line-height: 27px;
  vertical-align: top;
  margin-left: 16px;
}

#clients .details blockquote .author .name span strong {
  font-family: "proximanova-bold";
}

@media (min-width: 992px) {
  #clients .details blockquote {
    margin: 50px 0 50px;
  }
}

#clients .mobile-button {
  margin: 40px auto;
  text-align: center;
}

#clients .mobile-button a {
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
  font-size: 16px;
}

@media (min-width: 992px) {
  #clients .mobile-button {
    display: none;
  }
}

#clients-bar {
  display: none;
  text-align: center;
  border-top: 1px solid #ecebef;
  border-bottom: 1px solid #ecebef;
  margin-bottom: 90px;
  background-color: #fff;
  width: 100%;
  padding: 0 50px;
}

#clients-bar .logo {
  height: 120px;
}

#clients-bar .logo img {
  max-width: 140px;
  max-height: 100px;
  padding: 20px 30px;
  margin: 0 40px;
  top: 50%;
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  #clients-bar {
    display: block;
  }
}

#news {
  font-size: 0;
}

#news.home {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 120px;
}

@media (min-width: 480px) {
  #news.home {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #news.home {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #news.home {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #news.home {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#news.home a .item {
  padding: 0 20px;
}

#news.home a:not(.all-news):after {
  left: 20px;
}

@media (min-width: 768px) {
  #news {
    margin-bottom: 100px;
  }
}

#news h1 {
  text-align: center;
  font-size: 33px;
  font-family: "proximanova-bold";
  margin-bottom: 30px;
}

#news .all-news {
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #6C1D5F;
  border-radius: 100px;
  font-family: "proximanova-bold";
  padding: 10px 32px;
  color: #6C1D5F;
  transition: background-color .2s ease, color .2s ease;
  font-size: 16px;
  text-align: center;
  display: block;
  max-width: 150px;
  margin: 25px auto 0;
}

#news .all-news:hover {
  background-color: #6C1D5F;
  color: black;
}

#news .all-news:hover {
  color: #fff;
}

#news a {
  vertical-align: top;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}

#news a:not(.all-news):after {
  content: 'Read more';
  font-size: 15px;
  transition: opacity .2s ease, transform .2s ease;
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  font-family: "proximanova-regular";
  border: 1px solid #06a99c;
  border-radius: 2px;
}

#news a:hover:after {
  opacity: 1;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media (min-width: 768px) {
  #news a {
    width: 50%;
  }
}

@media (min-width: 992px) {
  #news a {
    width: 33%;
  }
}

#news a .item h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

#news a .item span {
  display: block;
  font-family: "proximanova-bold";
  color: #9d92b2;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 14px;
  font-style: normal;
}

#news a .item p {
  font-family: "proximanova-regular";
  font-size: 16.5px;
  line-height: 25px;
  color: #9d92b2;
}

#news a:hover {
  cursor: pointer;
}

#news a + a {
  margin-bottom: 50px;
}

.home-wrap {
  background-image: url("https://cdn.xebia.com/assets/images/backgrounds/x-bg.svg");
  background-size: 3000px;
  background-position: top center;
}

.home-wrap h1.title span {
  margin-left: 75px;
}

div.main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0;
}

@media (min-width: 480px) {
  div.main {
    width: 480px;
  }
}

@media (min-width: 768px) {
  div.main {
    width: 728px;
  }
}

@media (min-width: 992px) {
  div.main {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  div.main {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  div.main h1.title, div.main .intro {
    width: 50%;
    display: inline-block;
    margin: 0;
  }
}

div.main h1.title {
  font-family: "proximanova-thin";
  font-size: 2.5rem;
  vertical-align: top;
  color: #6C1D5F;
  position: relative;
}

@media (max-width: 768px) {
  div.main h1.title {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  div.main h1.title {
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    margin: 20px 0;
    padding: 25px;
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  div.main h1.title span {
    display: block;
    width: 80%;
  }
}

@media (min-width: 768px) {
  div.main h1.title:before {
    content: '';
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #ebe9f0;
    left: -100%;
    top: 55px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  div.main h1.title:after {
    content: '';
    position: absolute;
    width: 70%;
    bottom: 0px;
    border-bottom: 1px solid #ebe9f0;
    right: 25px;
  }
}

div.main section.intro {
  font-size: 1rem;
  padding: 20px 20px 30px 0;
}

@media (min-width: 768px) {
  div.main section.intro {
    padding: 40px 20px 20px 20px;
  }
}

div.main section.intro h2 {
  margin-bottom: 22px;
  margin-top: 14px;
  font-size: 21px;
  color: #6C1D5F;
}

div.main section.intro p {
  margin: 0 0 10px 0;
  font-size: 17.5px;
  color: #9d92b2;
}

.card-wrapper {
  width: 100%;
  font-size: 0;
}

@media (min-width: 992px) {
  .card-wrapper {
    height: 760px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.card-wrapper .col {
  display: inline-block;
  width: 100%;
  height: 700px;
}

@media (min-width: 992px) {
  .card-wrapper .col {
    width: 50%;
    height: 100%;
  }
}

.card-wrapper .card {
  padding: 12px;
  text-align: center;
  position: relative;
}

.card-wrapper .card.-purple .card-inner {
  background-color: #922a81;
}

.card-wrapper .card.-yellow .card-inner {
  background-color: #ff9416;
}

.card-wrapper .card.-orange .card-inner {
  background-color: #FF6035;
}

.card-wrapper .card.-blue .card-inner {
  background-color: #229AFF;
}

.card-wrapper .card a {
  display: block;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .card-wrapper .card a:hover .card-title {
    bottom: 100px;
  }
}

.card-wrapper .card a:hover .card-inner:after {
  height: 80%;
}

.card-wrapper .card.card-1 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-1 {
    height: 5%;
  }
}

.card-wrapper .card.card-2 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-2 {
    height: 10%;
  }
}

.card-wrapper .card.card-3 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-3 {
    height: 15%;
  }
}

.card-wrapper .card.card-4 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-4 {
    height: 20%;
  }
}

.card-wrapper .card.card-5 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-5 {
    height: 25%;
  }
}

.card-wrapper .card.card-6 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-6 {
    height: 30%;
  }
}

.card-wrapper .card.card-7 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-7 {
    height: 35%;
  }
}

.card-wrapper .card.card-8 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-8 {
    height: 40%;
  }
}

.card-wrapper .card.card-9 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-9 {
    height: 45%;
  }
}

.card-wrapper .card.card-10 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-10 {
    height: 50%;
  }
}

.card-wrapper .card.card-11 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-11 {
    height: 55%;
  }
}

.card-wrapper .card.card-12 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-12 {
    height: 60%;
  }
}

.card-wrapper .card.card-13 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-13 {
    height: 65%;
  }
}

.card-wrapper .card.card-14 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-14 {
    height: 70%;
  }
}

.card-wrapper .card.card-15 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-15 {
    height: 75%;
  }
}

.card-wrapper .card.card-16 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-16 {
    height: 80%;
  }
}

.card-wrapper .card.card-17 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-17 {
    height: 85%;
  }
}

.card-wrapper .card.card-18 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-18 {
    height: 90%;
  }
}

.card-wrapper .card.card-19 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-19 {
    height: 95%;
  }
}

.card-wrapper .card.card-20 {
  height: 50%;
}

@media (min-width: 992px) {
  .card-wrapper .card.card-20 {
    height: 100%;
  }
}

.card-wrapper .card .card-title {
  font-family: "proximanova-light";
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 2;
  padding: 0 60px;
  width: 100%;
  left: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
  transition: 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

@media (max-width: 992px) {
  .card-wrapper .card .card-title {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .card-wrapper .card .card-title {
    font-size: 37px;
  }
}

@media (min-width: 992px) {
  .card-wrapper .card .card-title {
    font-size: 37px;
    bottom: 80px;
  }
}

.card-wrapper .card .card-title small {
  display: block;
  font-family: "proximanova-bold";
  font-weight: bold;
  font-size: 45%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.card-wrapper .card .card-inner {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-blend-mode: multiply;
}

.card-wrapper .card .card-inner:after {
  position: absolute;
  content: '';
  height: 160px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

body[id^="Internet-Explorer"] .card .card-inner, body[id^="Microsoft-Edge"] .card .card-inner {
  background-image: none !important;
}

h1.sub {
  text-align: center;
  font-size: 33px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 70px;
}

#take-the-leap-forward {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0;
  padding-bottom: 50px;
}

@media (min-width: 480px) {
  #take-the-leap-forward {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #take-the-leap-forward {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #take-the-leap-forward {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #take-the-leap-forward {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#take-the-leap-forward .left {
  height: 100%;
  font-size: 16px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  #take-the-leap-forward .left {
    width: 60%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }
}

#take-the-leap-forward .left h1 {
  margin-top: 85px;
  font-size: 33px;
  font-family: "proximanova-bold";
}

#take-the-leap-forward .left p {
  font-size: 19px;
  line-height: 34px;
  font-size: "proximanova-regular";
  color: #544e5f;
}

#take-the-leap-forward .left blockquote {
  border-left: 11px solid #ebe9f0;
  padding: 4px 40px 18px 40px;
  margin: 50px 0 0;
}

#take-the-leap-forward .left blockquote p {
  margin-bottom: 16px;
  line-height: 36px;
  color: #9d92b2;
  font-size: 21px;
}

#take-the-leap-forward .left blockquote .author {
  padding-top: 10px;
}

#take-the-leap-forward .left blockquote .author .image {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#take-the-leap-forward .left blockquote .author .image img {
  width: 50px;
  height: 50px;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(84, 78, 95, 0.3);
}

#take-the-leap-forward .left blockquote .author .name {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#take-the-leap-forward .left blockquote .author .name span {
  display: inline-block;
  line-height: 50px;
  color: #9d92b2;
  font-family: "proximanova-regular";
  font-size: 19px;
  line-height: 27px;
  vertical-align: top;
  margin-left: 16px;
}

#take-the-leap-forward .left blockquote .author .name span strong {
  font-family: "proximanova-bold";
}

@media (min-width: 992px) {
  #take-the-leap-forward .left blockquote {
    margin: 50px 0 50px;
  }
}

#take-the-leap-forward .right {
  height: auto;
  padding: 0 20px;
}

@media (min-width: 992px) {
  #take-the-leap-forward .right {
    width: 40%;
    padding: 0;
    display: inline-block;
  }
}

#take-the-leap-forward .right img {
  width: 85%;
  display: block;
  margin: 50px auto;
}

@media (min-width: 992px) {
  #take-the-leap-forward .right img {
    margin: 90px auto;
  }
}

#submenu-home {
  border-bottom: 1px solid #ebe9f0;
}

#submenu-home ul {
  font-size: 0px;
}

@media (min-width: 1200px) {
  #submenu-home ul {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) and (min-width: 480px) {
  #submenu-home ul {
    width: 480px;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  #submenu-home ul {
    width: 728px;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  #submenu-home ul {
    width: 952px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  #submenu-home ul {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#submenu-home ul li {
  display: block;
  width: 100%;
}

#submenu-home ul li a, #submenu-home ul li span {
  display: block;
  font-family: "proximanova-semibold";
  font-size: 17px;
  line-height: 35px;
  text-decoration: none;
  color: #9d92b2;
  border-bottom: 1px solid #ebe9f0;
  padding: 15px 30px;
}

@media (min-width: 480px) {
  #submenu-home ul li a, #submenu-home ul li span {
    padding: 15px 20px;
  }
}

@media (min-width: 992px) {
  #submenu-home ul li a, #submenu-home ul li span {
    padding: 30px 15px;
  }
}

@media (min-width: 1200px) {
  #submenu-home ul li span {
    padding-left: 20px;
  }
}

#submenu-home ul li:last-of-type span {
  font-family: "proximanova-regular";
  border-bottom: 0px;
}

@media (min-width: 480px) {
  #submenu-home ul li {
    display: inline-block;
    width: 33.3333%;
  }
  #submenu-home ul li a, #submenu-home ul li span {
    text-align: center;
    border-left: 1px solid #ebe9f0;
  }
  #submenu-home ul li:last-of-type {
    display: block;
    width: 100%;
  }
  #submenu-home ul li:last-of-type span {
    border-left: 0;
  }
  #submenu-home ul li:first-of-type a {
    border-left: 0;
  }
}

@media (min-width: 1200px) {
  #submenu-home ul li {
    width: auto;
  }
  #submenu-home ul li a {
    padding: 30px 60px;
    border-bottom: 0;
  }
  #submenu-home ul li:first-of-type span {
    border-left: 1px solid #ebe9f0;
  }
  #submenu-home ul li:last-of-type {
    display: inline-block;
    width: auto;
  }
  #submenu-home ul li:last-of-type span {
    border-left: 1px solid #ebe9f0;
  }
}

#clients {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 60px;
  font-size: 0;
}

@media (min-width: 480px) {
  #clients {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #clients {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #clients {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #clients {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #clients {
    margin: 165px auto 45px;
  }
}

#clients h1 {
  text-align: center;
  font-size: 33px;
}

#clients .logo {
  margin: 50px 0 50px;
  text-align: center;
}

@media (min-width: 992px) {
  #clients .logo {
    width: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    box-sizing: border-box;
  }
}

#clients .logo img {
  max-width: 260px;
  margin: 0px auto;
}

@media (min-width: 992px) {
  #clients .details {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
  }
}

#clients .details blockquote {
  border-left: 11px solid #ebe9f0;
  padding: 4px 40px 18px 40px;
  margin: 50px 0 0;
}

#clients .details blockquote p {
  margin-bottom: 16px;
  line-height: 36px;
  color: #9d92b2;
  font-size: 21px;
}

#clients .details blockquote .author {
  padding-top: 10px;
}

#clients .details blockquote .author .image {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#clients .details blockquote .author .image img {
  width: 50px;
  height: 50px;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(84, 78, 95, 0.3);
}

#clients .details blockquote .author .name {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#clients .details blockquote .author .name span {
  display: inline-block;
  line-height: 50px;
  color: #9d92b2;
  font-family: "proximanova-regular";
  font-size: 19px;
  line-height: 27px;
  vertical-align: top;
  margin-left: 16px;
}

#clients .details blockquote .author .name span strong {
  font-family: "proximanova-bold";
}

@media (min-width: 992px) {
  #clients .details blockquote {
    margin: 50px 0 50px;
  }
}

#clients .mobile-button {
  margin: 40px auto;
  text-align: center;
}

#clients .mobile-button a {
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
  font-size: 16px;
}

@media (min-width: 992px) {
  #clients .mobile-button {
    display: none;
  }
}

#clients-bar {
  display: none;
  text-align: center;
  border-top: 1px solid #ecebef;
  border-bottom: 1px solid #ecebef;
  margin-bottom: 90px;
  background-color: #fff;
  width: 100%;
  padding: 0 50px;
}

#clients-bar .logo {
  height: 120px;
}

#clients-bar .logo img {
  max-width: 140px;
  max-height: 100px;
  padding: 20px 30px;
  margin: 0 40px;
  top: 50%;
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  #clients-bar {
    display: block;
  }
}

#digital-transformation {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #digital-transformation {
    margin-bottom: 70px;
  }
}

#digital-transformation .inner {
  background-color: #31172e;
  text-align: center;
  padding: 20px 20px 50px;
}

@media (min-width: 768px) {
  #digital-transformation .inner {
    padding: 50px 10px 0px;
  }
}

#digital-transformation .inner h1 {
  font-size: 33px;
  color: #FFF;
}

#digital-transformation .inner p {
  font-size: 19px;
  color: #9d92b2;
}

#digital-transformation .inner .mobile-buttons {
  margin: 40px auto 0;
}

#digital-transformation .inner .mobile-buttons a {
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
  display: inline-block;
}

#digital-transformation .inner .mobile-buttons a + a {
  margin: 10px 0 0 10px;
}

#digital-transformation .inner .mobile-buttons a:first-child {
  background: #ff6035;
  border-color: #ff4411;
}

#digital-transformation .inner .mobile-buttons a:nth-child(2) {
  background: #ffa740;
  border-color: #ff971c;
}

#digital-transformation .inner .mobile-buttons a:nth-child(3) {
  background: #229aff;
  border-color: #008afd;
}

@media (min-width: 768px) {
  #digital-transformation .inner .mobile-buttons {
    display: none;
  }
}

#digital-transformation .inner .serviceblocks {
  margin: 25px auto 0;
  width: 100%;
  display: none;
  font-size: 0;
}

@media (min-width: 768px) {
  #digital-transformation .inner .serviceblocks {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 70px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock {
  width: 220px;
  height: 300px;
  border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #eaeaee;
  margin: 20px auto;
  position: relative;
  bottom: 0px;
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0);
  transition: bottom .2s ease, box-shadow .2s ease;
}

@media (min-width: 768px) {
  #digital-transformation .inner .serviceblocks .serviceblock {
    display: inline-block;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  #digital-transformation .inner .serviceblocks .serviceblock {
    width: 260px;
    height: 340px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock:before {
  content: '';
  width: 220px;
  height: 45px;
  position: relative;
  display: block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  left: -1px;
  top: -1px;
}

@media (min-width: 992px) {
  #digital-transformation .inner .serviceblocks .serviceblock:before {
    width: 260px;
    height: 50px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock:after {
  content: '';
  width: 220px;
  top: 48px;
  height: 5px;
  position: relative;
  display: block;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  left: -1px;
}

@media (min-width: 992px) {
  #digital-transformation .inner .serviceblocks .serviceblock:after {
    width: 260px;
    top: 87px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock.first:before, #digital-transformation .inner .serviceblocks .serviceblock.first:after {
  background-color: #ff6035;
}

#digital-transformation .inner .serviceblocks .serviceblock.first .icon {
  color: #ff6035;
}

#digital-transformation .inner .serviceblocks .serviceblock.second:before, #digital-transformation .inner .serviceblocks .serviceblock.second:after {
  background-color: #ffa740;
}

#digital-transformation .inner .serviceblocks .serviceblock.second .icon {
  color: #ffa740;
}

#digital-transformation .inner .serviceblocks .serviceblock.third:before, #digital-transformation .inner .serviceblocks .serviceblock.third:after {
  background-color: #229aff;
}

#digital-transformation .inner .serviceblocks .serviceblock.third .icon {
  color: #229aff;
}

#digital-transformation .inner .serviceblocks .serviceblock h4 {
  margin-top: 45px;
  font-size: 22px;
  position: relative;
}

@media (min-width: 992px) {
  #digital-transformation .inner .serviceblocks .serviceblock h4 {
    margin: 75px 0 20px;
  }
}

#digital-transformation .inner .serviceblocks .serviceblock span {
  font-family: "proximanova-regular";
  font-size: 16px;
  line-height: 25px;
  color: #9d92b2;
  padding: 0 30px;
  display: block;
}

#digital-transformation .inner .serviceblocks .serviceblock .icon {
  position: absolute;
  top: 25px;
  line-height: 50px;
  width: 50px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 3px 14px 0px rgba(157, 146, 178, 0.35);
  left: 0;
  right: 0;
  font-size: 21px;
  margin: auto;
  font-family: "Nucleo Mini";
  transition: top .2s ease;
}

#digital-transformation .inner .serviceblocks .serviceblock:hover {
  bottom: 8px;
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#digital-transformation .inner .serviceblocks .serviceblock:hover .icon {
  top: 20px;
}

@media (min-width: 768px) {
  #digital-transformation .inner .serviceblock + .serviceblock {
    margin-left: 25px;
  }
}

#news {
  font-size: 0;
}

#news.home {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 120px;
}

@media (min-width: 480px) {
  #news.home {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #news.home {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #news.home {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #news.home {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#news.home a .item {
  padding: 0 20px;
}

#news.home a:not(.all-news):after {
  left: 20px;
}

@media (min-width: 768px) {
  #news {
    margin-bottom: 100px;
  }
}

#news h1 {
  text-align: center;
  font-size: 33px;
  font-family: "proximanova-bold";
  margin-bottom: 30px;
}

#news .all-news {
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #6C1D5F;
  border-radius: 100px;
  font-family: "proximanova-bold";
  padding: 10px 32px;
  color: #6C1D5F;
  transition: background-color .2s ease, color .2s ease;
  font-size: 16px;
  text-align: center;
  display: block;
  max-width: 150px;
  margin: 25px auto 0;
}

#news .all-news:hover {
  background-color: #6C1D5F;
  color: black;
}

#news .all-news:hover {
  color: #fff;
}

#news a {
  vertical-align: top;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}

#news a:not(.all-news):after {
  content: 'Read more';
  font-size: 15px;
  transition: opacity .2s ease, transform .2s ease;
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  font-family: "proximanova-regular";
  border: 1px solid #06a99c;
  border-radius: 2px;
}

#news a:hover:after {
  opacity: 1;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media (min-width: 768px) {
  #news a {
    width: 50%;
  }
}

@media (min-width: 992px) {
  #news a {
    width: 33%;
  }
}

#news a .item h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

#news a .item span {
  display: block;
  font-family: "proximanova-bold";
  color: #9d92b2;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 14px;
  font-style: normal;
}

#news a .item p {
  font-family: "proximanova-regular";
  font-size: 16.5px;
  line-height: 25px;
  color: #9d92b2;
}

#news a:hover {
  cursor: pointer;
}

#news a + a {
  margin-bottom: 50px;
}

#downloads {
  margin-top: 10px;
}

@media (max-width: 480px) {
  #downloads {
    padding: 10px 15px 0;
  }
}

#downloads h1 {
  font-size: 33px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebe9f0;
}

#downloads .item {
  border: 1px solid #ebe9f0;
  border-radius: 2px;
  width: 100%;
  height: 300px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
}

#downloads .item h2 {
  font-size: 20px;
}

@media (min-width: 992px) {
  #downloads .item {
    margin-right: 10px;
    width: 300px;
  }
}

#digital-transformation-wrap {
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.6);
}

#digital-transformation-wrap .services-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 480px) {
  #digital-transformation-wrap .services-content {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #digital-transformation-wrap .services-content {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #digital-transformation-wrap .services-content {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #digital-transformation-wrap .services-content {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#digital-transformation-wrap .services-content:before, #digital-transformation-wrap .services-content:after {
  content: " ";
  display: table;
}

#digital-transformation-wrap .services-content:after {
  clear: both;
}

@media (min-width: 992px) {
  #digital-transformation-wrap .services-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#all-services {
  background-image: url("https://cdn.xebia.com/assets/images/backgrounds/x-bg.svg");
  background-size: 3000px;
  background-position: top center;
}

#all-services #digital-transformation-wrap {
  display: block;
  font-size: 0px;
}

#all-services #digital-transformation-wrap .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

#all-services #digital-transformation-wrap .col:first-of-type {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  #all-services #digital-transformation-wrap .col {
    margin-bottom: 0;
    width: 50%;
  }
  #all-services #digital-transformation-wrap .col:last-of-type {
    padding-left: 40px;
    border-left: 2px solid #E4E2E9;
  }
  #all-services #digital-transformation-wrap .col:first-of-type {
    padding-right: 40px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  #all-services #digital-transformation-wrap .col {
    width: 40%;
  }
  #all-services #digital-transformation-wrap .col:nth-child(2) {
    width: 60%;
  }
}

#all-services #digital-transformation-wrap .col h1 {
  margin-top: 30px;
  font-size: 24px;
  margin: 0;
  color: #544e5f;
}

@media (min-width: 992px) {
  #all-services #digital-transformation-wrap .col h1 {
    font-size: 34px;
  }
}

#all-services #digital-transformation-wrap .col h3 {
  font-size: 26px;
  color: #9d92b2;
  margin-top: 15px;
  font-weight: 500;
}

#all-services #digital-transformation-wrap .col h4 {
  font-size: 24px;
  color: #544e5f;
  margin-top: 20px;
  font-family: "proximanova-regular";
  margin: 0 0 15px;
}

#all-services #digital-transformation-wrap .col p {
  font-size: 18px;
  color: #544e5f;
  line-height: 34px;
}

#all-services #digital-transformation-wrap .col .buttons a {
  border-radius: 100px;
  padding: 10px 20px;
  background-color: #ffffff;
  font-size: 12px;
  margin: 12px 0;
  display: block;
  font-family: "proximanova-bold";
  text-align: center;
}

#all-services #digital-transformation-wrap .col .buttons a:first-of-type {
  margin-left: 0;
}

#all-services #digital-transformation-wrap .col .buttons a:last-of-type {
  margin-right: 0;
}

@media (min-width: 992px) {
  #all-services #digital-transformation-wrap .col .buttons a li a {
    font-size: 18px;
  }
}

@media (min-width: 480px) {
  #all-services #digital-transformation-wrap .col .buttons a {
    text-align: left;
    display: inline-block;
    margin: 0 15px;
  }
}

#all-services #digital-transformation-wrap .col .buttons .bt-organization {
  border: 2px solid #ff6035;
  color: #ff6035;
}

#all-services #digital-transformation-wrap .col .buttons .bt-technology {
  border: 2px solid #ffa740;
  color: #ffa740;
}

#all-services #digital-transformation-wrap .col .buttons .bt-business {
  border: 2px solid #229aff;
  color: #229aff;
}

#all-services #services {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 0;
}

@media (min-width: 480px) {
  #all-services #services {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #all-services #services {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #all-services #services {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #all-services #services {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #all-services #services {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}

#all-services #services h2 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 12px;
  line-height: 35px;
}

#all-services #services h2 > span {
  display: inline-block;
  font-family: "Nucleo Outline";
  margin-right: 17px;
}

#all-services #services h2 a {
  display: inline-block;
  vertical-align: top;
}

#all-services #services p {
  font-size: 16px;
  padding: 0 15px 0 0;
  margin-bottom: 20px;
}

#all-services #services .service {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
}

@media (min-width: 992px) {
  #all-services #services .service {
    width: 33.3%;
  }
}

#all-services #services .service ul {
  border: 1px solid #ebe9f0;
  box-shadow: 0px 4px 6px 0px rgba(227, 226, 233, 0.62);
  border-radius: 6px;
  background: white;
  padding: 15px 30px;
}

#all-services #services .service ul li a {
  color: #9d92b2;
  line-height: 2.2em;
  font-size: 16.5px;
}

@media (min-width: 992px) {
  #all-services #services .service ul li a {
    font-size: 18px;
    line-height: 2.5em;
  }
}

#all-services #services .service a {
  color: inherit;
}

#all-services #services .service:nth-child(1) h2 {
  color: #ff6035;
}

#all-services #services .service:nth-child(2) h2 {
  color: #ffa740;
}

#all-services #services .service:nth-child(3) h2 {
  color: #229aff;
}

#all-services .clientquote + .clientquote {
  margin-top: -40px;
}

.wrap .small .header-content {
  font-size: 0px;
}

.wrap .small .header-content .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  font-size: initial;
  font-family: "proximanova-regular";
}

.wrap .small .header-content .col h1, .wrap .small .header-content .col h2, .wrap .small .header-content .col h3, .wrap .small .header-content .col p {
  margin: 0px;
}

.wrap .small .header-content .col h1 {
  font-size: 38px;
  color: #544e5f;
}

.wrap .small .header-content .col h2 {
  font-size: 24px;
  color: #9d92b2;
}

.wrap .small .header-content .col h3 {
  font-size: 26px;
  color: #544e5f;
}

.wrap .small .header-content .col p {
  font-size: 16px;
  color: #544e5f;
}

@media (min-width: 992px) {
  .wrap .small .header-content .col {
    margin-bottom: 0;
  }
  .wrap .small .header-content .col:first-of-type {
    width: 30%;
    border-right: 2px solid #E4E2E9;
    padding-right: 40px;
    text-align: left;
  }
  .wrap .small .header-content .col:last-of-type {
    width: 70%;
    padding-left: 20px;
  }
}

#services-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0px;
}

@media (min-width: 480px) {
  #services-container {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #services-container {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #services-container {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #services-container {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #services-container > section#services-side {
    width: 30%;
    text-align: left;
  }
  #services-container > section#services-side .get-in-touch h4 {
    width: 90%;
  }
  #services-container > section#services-side .get-in-touch .wrapper {
    width: 90%;
  }
  #services-container > section#services-side .get-in-touch .wrapper .mugshot {
    display: table-cell;
    width: 20%;
  }
  #services-container > section#services-side .get-in-touch .wrapper .mugshot img {
    max-width: 80%;
  }
  #services-container > section#services-side .get-in-touch .wrapper .details {
    display: table-cell;
    width: 80%;
    padding: 0 0 0 15px;
  }
  #services-container > section#services-main {
    width: 70%;
  }
}

#services-container #services-side {
  width: 100%;
  display: inline-block;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}

#services-container #services-side .get-in-touch h4 {
  width: 100%;
}

#services-container #services-side .get-in-touch .wrapper {
  width: 100%;
}

#services-container #services-side .get-in-touch .wrapper .mugshot {
  display: block;
  width: 100%;
}

#services-container #services-side .get-in-touch .wrapper .mugshot img {
  max-width: 75px;
}

#services-container #services-side .get-in-touch .wrapper .details {
  display: block;
  width: 100%;
  padding: 10px 0;
}

#services-container #services-main {
  width: 100%;
  display: inline-block;
  font-size: 17px;
  box-sizing: border-box;
  font-family: "proximanova-regular";
  padding: 30px 15px 80px;
}

#services-container #services-main h1, #services-container #services-main h2 {
  margin: 0 0 30px;
}

#services-container #services-main h3:not(.portfolio) {
  margin-bottom: 10px;
}

#services-container #services-main p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.8em;
}

#services-container #services-main blockquote {
  border-left: 11px solid #ebe9f0;
  padding: 4px 40px 18px 40px;
}

#services-container #services-main blockquote p {
  margin-bottom: 16px;
  line-height: 36px;
  color: #9d92b2;
  font-size: 18px;
}

#services-container #services-main blockquote .author {
  padding-top: 10px;
}

#services-container #services-main blockquote .author .image {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#services-container #services-main blockquote .author .image img {
  width: 50px;
  height: 50px;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(84, 78, 95, 0.3);
}

#services-container #services-main blockquote .author .name {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#services-container #services-main blockquote .author .name span {
  display: inline-block;
  line-height: 50px;
  color: #9d92b2;
  font-family: "proximanova-regular";
  font-size: 19px;
  line-height: 27px;
  vertical-align: top;
  margin-left: 16px;
}

#services-container #services-main blockquote .author .name span strong {
  font-family: "proximanova-bold";
}

#services-container #services-main ul.company-logos {
  border: 1px solid #ebe9f0;
  box-shadow: 0px 4px 6px 0px rgba(227, 226, 233, 0.62);
  border-radius: 6px;
  text-align: center;
  font-size: 0px;
  padding: 25px;
  margin-bottom: 75px;
}

#services-container #services-main ul.company-logos li {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}

#services-container #services-main ul.company-logos li img {
  max-width: 60%;
  display: none;
}

#services-container #services-main footer {
  margin: 0 0 50px;
}

#services-container #services-main footer h4 {
  font-size: 21px;
  border-bottom: 1px solid #ebe9f0;
  padding-bottom: 15px;
}

#services-container #services-main footer .btn {
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
}

#services-container #services-main footer a {
  margin-top: 20px;
  display: inline-block;
}

@media (min-width: 992px) {
  #services-container #services-main footer a {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  #services-container #services-main footer a + a {
    margin-left: 20px;
  }
}

#dasa-header {
  font-size: 0px;
}

#dasa-header .column {
  display: block;
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  font-family: "proximanova-regular";
  line-height: 1.8;
}

@media (min-width: 992px) {
  #dasa-header .column {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    height: 450px;
  }
  #dasa-header .column .content:first-of-type {
    position: absolute;
    right: 0;
    padding: 100px 100px 0 0;
  }
  #dasa-header .column .content:first-of-type h1 {
    font-size: 46px;
  }
  #dasa-header .column:last-of-type {
    padding: 100px 100px 0 100px !important;
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media (min-width: 1200px) {
  #dasa-header .column:last-of-type {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

#dasa-header .column .content {
  padding: 50px 0 75px 75px;
  height: 100%;
}

#dasa-header .column .content h1 {
  font-size: 32px;
  font-family: "proximanova-light";
  color: #FFFFFF;
  letter-spacing: 0.8px;
  line-height: 57px;
  text-shadow: 0 2px 2px #56A2B6;
  margin-bottom: 0;
}

#dasa-header .column .content > svg {
  display: inline-block;
}

#dasa-header .column .content span.label {
  display: inline-block;
  vertical-align: top;
  font-family: "proximanova-bold";
  font-size: 13px;
  color: #DFF8FF;
  text-shadow: 0 1px 1px #56A2B6;
  border: 1px solid #DFF8FF;
  box-shadow: 0 1px 1px 0 #5FABBD;
  border-radius: 3px;
  padding: 3px 8px;
  vertical-align: top;
  margin-left: 25px;
}

#dasa-header .column:first-of-type {
  background-image: linear-gradient(46deg, #FFFFFF 0%, #8AD7E2 31%, #39859E 100%);
}

#dasa-header .column:last-of-type {
  background-image: linear-gradient(-157deg, #EDF5F6 5%, #FFFFFF 85%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 75px 75px 75px;
  color: #37505F;
}

#dasa-header .column:last-of-type p:first-of-type {
  margin-top: 0;
}

.download-wrap {
  background-image: url("https://cdn.xebia.com/assets/images/backgrounds/x-bg.svg");
  background-size: 3000px;
  background-position: top center;
}

.social {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: right;
  color: #9d92b2;
  padding: 25px 0;
}

@media (min-width: 480px) {
  .social {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .social {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .social {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .social {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.social span {
  display: inline-block;
  font-family: "proximanova-bold";
  text-transform: uppercase;
  font-size: 16px;
  color: #9d92b2;
  vertical-align: top;
  height: 32px;
}

.social ul {
  display: inline-block;
}

.social ul li {
  display: inline-block;
}

.social ul li a {
  margin: 0 6px;
}

.social ul li a svg {
  fill: #9d92b2;
  height: 16px;
  width: 20px;
}

section.headline {
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.6);
  padding: 0 0 80px;
}

section.headline h1, section.headline h2 {
  font-family: "proximanova-regular";
  text-align: center;
  margin: 0;
}

section.headline h1 {
  font-size: 38px;
  color: #544e5f;
  margin-bottom: 30px;
  margin-top: 80px;
}

section.headline h2 {
  font-size: 24px;
  color: #9d92b2;
  font-weight: 500;
}

section.main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0px;
}

@media (min-width: 480px) {
  section.main {
    width: 480px;
  }
}

@media (min-width: 768px) {
  section.main {
    width: 728px;
  }
}

@media (min-width: 992px) {
  section.main {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  section.main {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

section.main .about, section.main .form {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  padding: 80px 0;
  vertical-align: top;
}

section.main .more-about-download h3 {
  line-height: 24px;
  font-size: 23px;
  font-family: "proximanova-regular";
  color: #544e5f;
  margin: 0 0 25px;
}

section.main .more-about-download h3 svg {
  vertical-align: middle;
  stroke: #9d92b2;
  margin-right: 10px;
}

section.main .more-about-download p {
  line-height: 27px;
  margin-bottom: 50px;
  font-size: 18px;
}

section.main .more-about-download:after {
  content: '';
  height: 2px;
  background: #E4E2E9;
  width: 250px;
  display: block;
}

section.main .content-block h4 {
  font-family: "proximanova-regular";
  font-size: 22px;
  margin-top: 50px;
}

section.main .content-block p {
  font-size: 17px;
}

section.more {
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 80px 0;
}

section.more span {
  font-size: 26px;
  font-family: "proximanova-regular";
  display: block;
  color: #544e5f;
  margin-bottom: 30px;
}

section.more a {
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #6C1D5F;
  border-radius: 100px;
  font-family: "proximanova-bold";
  padding: 10px 32px;
  color: #6C1D5F;
  transition: background-color .2s ease, color .2s ease;
  color: #6C1D5F;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 25px;
  font-family: "proximanova-regular";
  transition: color .2s ease;
}

section.more a:hover {
  background-color: #6C1D5F;
  color: black;
}

section.more a:hover {
  color: white;
}

.headline .icon {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.headline .icon svg {
  width: 125px;
  height: 125px;
  stroke: #9d92b2;
}

.main.other-downloads {
  padding: 150px 0 150px;
}

.main.other-downloads h3 {
  font-family: "proximanova-regular";
  font-size: 24px;
  color: #9d92b2;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 150px;
}

.main.other-downloads h3:after {
  content: '';
  width: 350px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #9d92b2;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 75px;
}

.main.other-downloads .downloads-list .download {
  display: inline-block;
  width: 33.333%;
  font-size: 12px;
  padding: 0 25px;
  vertical-align: top;
  position: relative;
}

.main.other-downloads .downloads-list .download h4 {
  font-size: 18px;
  line-height: 26px;
  font-family: "proximanova-regular";
  top: 0;
  transition: top .2s ease;
  position: relative;
}

.main.other-downloads .downloads-list .download p {
  font-size: 14px;
  line-height: 22px;
}

.main.other-downloads .downloads-list .download:hover h4 {
  top: -5px;
}

.about-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-content h1,
.about-content h2,
.about-content h3 {
  font-family: "proximanova-semibold";
}

.about-content h2 + p,
.about-content h3 + p {
  margin-top: 10px;
}

.about-content h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "proximanova-semibold";
}

@media (min-width: 992px) {
  .about-content h1 {
    font-size: 1.7rem;
  }
}

.about-content h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about-content h2 {
    font-size: 1.6rem;
  }
}

.about-content h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about-content h3 {
    font-size: 1.3rem;
  }
}

.about-content h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about-content h4 {
    font-size: 1.25rem;
  }
}

.about-content p, .about-content span {
  color: #9d92b2 !important;
  font-family: "proximanova-regular";
  font-size: 1.02rem;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .about-content p, .about-content span {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.about-content ul li {
  color: #9d92b2;
}

.about-content .read-more {
  font-size: 17px;
  font-family: "proximanova-regular";
}

@media (min-width: 480px) {
  .about-content {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .about-content {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .about-content {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .about-content {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.about-content:before, .about-content:after {
  content: " ";
  display: table;
}

.about-content:after {
  clear: both;
}

.about-content .inner {
  margin: 0 auto;
  max-width: 920px;
}

.about-content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.about-content p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.about-content ul {
  list-style-type: circle;
  padding-left: 18px;
}

.about-content li {
  font-family: "proximanova-regular";
  font-size: 1rem;
}

@media (min-width: 992px) {
  .about-content li {
    font-size: 1.15rem;
  }
}

.about-content .title {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

section.fullwidth-double {
  font-size: 0;
  border-bottom: 1px solid #efedf3;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  section.fullwidth-double {
    width: 480px;
  }
}

@media (min-width: 768px) {
  section.fullwidth-double {
    width: 728px;
  }
}

@media (min-width: 992px) {
  section.fullwidth-double {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  section.fullwidth-double {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

section.fullwidth-double:before, section.fullwidth-double:after {
  content: " ";
  display: table;
}

section.fullwidth-double:after {
  clear: both;
}

@media (min-width: 992px) {
  section.fullwidth-double {
    display: -ms-flexbox;
    display: flex;
  }
}

section.fullwidth-double .col {
  display: inline-block;
  background-color: transparent;
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}

section.fullwidth-double .col:last-child {
  background-image: url(https://cdn.xebia.com/assets/images/backgrounds/about-xebia/about-xebia-bg.jpg);
  background-size: cover;
}

section.fullwidth-double .col:last-child .title,
section.fullwidth-double .col:last-child p {
  color: #fff !important;
  text-shadow: 0 1px 1px black;
}

@media (min-width: 992px) {
  section.fullwidth-double .col {
    width: 50%;
    padding-right: 50px;
  }
}

section.fullwidth-double .col:last-child {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 992px) {
  section.fullwidth-double .col:last-child {
    width: 50%;
  }
}

section.fullwidth-double h1,
section.fullwidth-double h2,
section.fullwidth-double h3 {
  font-family: "proximanova-semibold";
}

section.fullwidth-double h2 + p,
section.fullwidth-double h3 + p {
  margin-top: 10px;
}

section.fullwidth-double h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "proximanova-semibold";
}

@media (min-width: 992px) {
  section.fullwidth-double h1 {
    font-size: 1.7rem;
  }
}

section.fullwidth-double h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  section.fullwidth-double h2 {
    font-size: 1.6rem;
  }
}

section.fullwidth-double h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  section.fullwidth-double h3 {
    font-size: 1.3rem;
  }
}

section.fullwidth-double h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  section.fullwidth-double h4 {
    font-size: 1.25rem;
  }
}

section.fullwidth-double p, section.fullwidth-double span {
  color: #9d92b2 !important;
  font-family: "proximanova-regular";
  font-size: 1.02rem;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  section.fullwidth-double p, section.fullwidth-double span {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

section.fullwidth-double ul li {
  color: #9d92b2;
}

section.fullwidth-double .read-more {
  font-size: 17px;
  font-family: "proximanova-regular";
}

section.about-xebia {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 0;
}

@media (min-width: 480px) {
  section.about-xebia {
    width: 480px;
  }
}

@media (min-width: 768px) {
  section.about-xebia {
    width: 728px;
  }
}

@media (min-width: 992px) {
  section.about-xebia {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  section.about-xebia {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

section.about-xebia:before, section.about-xebia:after {
  content: " ";
  display: table;
}

section.about-xebia:after {
  clear: both;
}

section.about-xebia .about,
section.about-xebia .companies {
  display: inline-block;
  vertical-align: top;
}

section.about-xebia .about .gdd-square-logo,
section.about-xebia .companies .gdd-square-logo {
  width: 120px;
}

@media (min-width: 992px) {
  section.about-xebia .about .gdd-square-logo,
  section.about-xebia .companies .gdd-square-logo {
    height: 80px;
  }
}

section.about-xebia .about h1,
section.about-xebia .about h2,
section.about-xebia .about h3,
section.about-xebia .companies h1,
section.about-xebia .companies h2,
section.about-xebia .companies h3 {
  font-family: "proximanova-semibold";
}

section.about-xebia .about h2 + p,
section.about-xebia .about h3 + p,
section.about-xebia .companies h2 + p,
section.about-xebia .companies h3 + p {
  margin-top: 10px;
}

section.about-xebia .about h1,
section.about-xebia .companies h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "proximanova-semibold";
}

@media (min-width: 992px) {
  section.about-xebia .about h1,
  section.about-xebia .companies h1 {
    font-size: 1.7rem;
  }
}

section.about-xebia .about h2,
section.about-xebia .companies h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  section.about-xebia .about h2,
  section.about-xebia .companies h2 {
    font-size: 1.6rem;
  }
}

section.about-xebia .about h3,
section.about-xebia .companies h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  section.about-xebia .about h3,
  section.about-xebia .companies h3 {
    font-size: 1.3rem;
  }
}

section.about-xebia .about h4,
section.about-xebia .companies h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  section.about-xebia .about h4,
  section.about-xebia .companies h4 {
    font-size: 1.25rem;
  }
}

section.about-xebia .about p, section.about-xebia .about span,
section.about-xebia .companies p,
section.about-xebia .companies span {
  color: #9d92b2 !important;
  font-family: "proximanova-regular";
  font-size: 1.02rem;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  section.about-xebia .about p, section.about-xebia .about span,
  section.about-xebia .companies p,
  section.about-xebia .companies span {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

section.about-xebia .about ul li,
section.about-xebia .companies ul li {
  color: #9d92b2;
}

section.about-xebia .about .read-more,
section.about-xebia .companies .read-more {
  font-size: 17px;
  font-family: "proximanova-regular";
}

section.about-xebia .about {
  width: 100%;
}

@media (min-width: 992px) {
  section.about-xebia .about {
    width: 30%;
  }
}

section.about-xebia .companies {
  width: 100%;
}

@media (min-width: 992px) {
  section.about-xebia .companies {
    width: 70%;
    padding-left: 50px;
  }
}

section.about-xebia li {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 992px) {
  section.about-xebia li:hover .inner {
    opacity: 0;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  section.about-xebia li:hover .description {
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 768px) {
  section.about-xebia li {
    width: 100%;
    padding: 10px;
  }
}

@media (min-width: 992px) {
  section.about-xebia li {
    width: 33.3%;
  }
}

section.about-xebia li .inner,
section.about-xebia li .description {
  transition: 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

section.about-xebia li .inner {
  border: 1px solid #E4E2E9;
  box-shadow: 0px 4px 6px 0px rgba(227, 226, 233, 0.62);
  background-color: #fff;
  border-radius: 4px;
  min-height: 160px;
  position: relative;
}

@media (max-width: 992px) {
  section.about-xebia li .inner {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    box-shadow: none;
  }
}

section.about-xebia li .description {
  border: 1px solid #E4E2E9;
  box-shadow: 0px 4px 6px 0px rgba(227, 226, 233, 0.62);
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
  z-index: 10;
}

@media (max-width: 992px) {
  section.about-xebia li .description {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media (min-width: 992px) {
  section.about-xebia li .description {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    width: 350px;
    opacity: 0;
    pointer-events: none;
  }
}

section.about-xebia li .description p {
  margin: 0;
}

section.about-xebia li .description a:before {
  content: '\ea93';
  font-size: 12px;
  font-family: "Nucleo Mini";
  margin-right: 12px;
}

section.about-xebia li img {
  display: block;
  height: auto;
  max-width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 768px) {
  section.about-xebia li img {
    max-width: 140px;
  }
}

@media (min-width: 992px) {
  section.about-xebia li img {
    max-width: 60%;
  }
}

section.organogram img {
  border: 1px solid #E4E2E9;
  box-shadow: 0px 4px 6px 0px rgba(227, 226, 233, 0.62);
  background-color: #fff;
  border-radius: 4px;
}

section.authority {
  background-image: linear-gradient("0deg", #401E3C 0%, #6C1D5F 100%);
}

section.authority .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  section.authority .inner {
    width: 480px;
  }
}

@media (min-width: 768px) {
  section.authority .inner {
    width: 728px;
  }
}

@media (min-width: 992px) {
  section.authority .inner {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  section.authority .inner {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

section.authority .inner:before, section.authority .inner:after {
  content: " ";
  display: table;
}

section.authority .inner:after {
  clear: both;
}

@media (min-width: 992px) {
  section.authority .inner {
    background-image: url(https://cdn.xebia.com/assets/images/about/daan.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10% center;
  }
}

@media (min-width: 992px) {
  section.authority .inner .col {
    margin-left: 50%;
    width: 50%;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  section.authority .inner .col {
    margin-left: 40%;
  }
}

section.authority .title,
section.authority li,
section.authority p {
  color: #fff;
}

section.authority .title {
  font-size: 19px;
  margin-top: 0;
}

section.authority p,
section.authority li {
  font-size: 17px;
  line-height: 1.8;
}

section.authority ol {
  margin-top: 40px;
  margin-bottom: 0;
}

section.authority li {
  padding-bottom: 30px;
}

section.authority li:last-child {
  padding-bottom: 0;
}

#productsoverview hr {
  border: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .products {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (min-width: 480px) {
  .products {
    width: 480px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .products {
    width: 728px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .products {
    width: 952px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .products {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

header a {
  font-size: 16px;
}

.product {
  font-size: 0;
  padding-top: 65px;
  padding-bottom: 65px;
}

.product-clients {
  padding-top: 20px;
}

.product-clients img {
  display: inline-block;
  max-width: 50%;
}

@media (min-width: 768px) {
  .product-contact,
  .product-description {
    display: inline-block;
    vertical-align: top;
  }
}

.product-contact {
  width: 100%;
}

@media (max-width: 992px) {
  .product-contact {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) and (min-width: 480px) {
  .product-contact {
    width: 480px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .product-contact {
    width: 728px;
  }
}

@media (max-width: 992px) and (min-width: 992px) {
  .product-contact {
    width: 952px;
  }
}

@media (max-width: 992px) and (min-width: 1200px) {
  .product-contact {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .product-contact:before, .product-contact:after {
    content: " ";
    display: table;
  }
  .product-contact:after {
    clear: both;
  }
}

@media (min-width: 768px) {
  .product-contact {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .product-contact {
    width: 25%;
  }
}

.product-contact h4 {
  font-family: "proximanova-semibold";
}

.product-contact .get-in-touch > .wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-contact .get-in-touch > .wrapper > .details {
  font-size: 16px;
}

.product-contact .inner {
  max-width: 270px;
  margin: 0;
}

.product-contact .company-logo {
  max-width: 220px;
}

.product-description {
  width: 100%;
  max-width: 790px;
}

@media (max-width: 992px) {
  .product-description {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) and (min-width: 480px) {
  .product-description {
    width: 480px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .product-description {
    width: 728px;
  }
}

@media (max-width: 992px) and (min-width: 992px) {
  .product-description {
    width: 952px;
  }
}

@media (max-width: 992px) and (min-width: 1200px) {
  .product-description {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .product-description:before, .product-description:after {
    content: " ";
    display: table;
  }
  .product-description:after {
    clear: both;
  }
}

@media (min-width: 768px) {
  .product-description {
    width: 50%;
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .product-description {
    width: 65%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.product-description .title {
  font-size: 21px;
  line-height: 1.6;
  font-family: "proximanova-semibold";
  margin-top: 30px;
}

@media (min-width: 768px) {
  .product-description .title {
    margin-top: 0;
  }
}

.product-description .heading {
  font-size: 17px;
  line-height: 1.6;
  font-family: "proximanova-semibold";
  margin-top: 30px;
  margin-bottom: -17px;
}

.product-description p,
.product-description li {
  font-size: 17px;
}

.product-description ol {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 0;
}

.product-description ol li {
  display: inline-block;
  max-width: 40%;
  padding: 6px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .product-description ol li {
    max-width: 25%;
  }
}

.product-description ol li img {
  max-width: 100%;
  height: auto;
  display: block;
}

.product-description ul > li {
  line-height: 2;
}

.product-description ul > li:before {
  font-family: "Nucleo Outline";
  content: "\ece9";
  padding-right: 10px;
  color: #9d92b2;
}

.product-description .button {
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #6C1D5F;
  border-radius: 100px;
  font-family: "proximanova-bold";
  padding: 10px 32px;
  color: #6C1D5F;
  transition: background-color .2s ease, color .2s ease;
  display: inline-block;
  margin: 30px 10px 0 0;
  font-size: 16px;
  transition: color .2s ease;
}

.product-description .button:hover {
  background-color: #6C1D5F;
  color: black;
}

.product-description .button:hover {
  color: white;
}

.clients-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (min-width: 480px) {
  .clients-wrapper {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .clients-wrapper {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .clients-wrapper {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .clients-wrapper {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.clients-wrapper:before, .clients-wrapper:after {
  content: " ";
  display: table;
}

.clients-wrapper:after {
  clear: both;
}

@media (max-width: 768px) {
  .clients-wrapper .card-wrapper .card-inner:after {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .clients-wrapper .card-wrapper a:hover .card-inner:after {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .clients-wrapper .card-wrapper .card-inner:after {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .clients-wrapper .card-wrapper a:hover .card-inner:after {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .clients-wrapper .card-wrapper .card-title {
    top: auto;
    bottom: 50px;
    -ms-transform: none;
    transform: none;
  }
}

.clients-wrapper .card-wrapper .client-logo {
  position: absolute;
  top: 50px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  max-height: 110px;
  max-width: 110px;
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.5));
}

@media (min-width: 768px) {
  .clients-wrapper .card-wrapper .client-logo {
    top: 36px;
    left: 50px;
    max-height: 80px;
    max-width: 120px;
    -ms-transform: none;
    transform: none;
  }
}

.clients-overview .clients-filter {
  width: 80%;
  margin: 0px auto;
  padding-top: 50px;
}

.clients-overview .clients-filter .tags .tag {
  display: inline-block;
  border: 1px solid #06a99c;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  font-family: 'Proxima Nova';
  font-weight: 300;
  margin: 7px 7px 0px 0px;
  transition: color .2s ease;
}

.clients-overview .clients-filter .tags .tag:hover {
  color: white;
  background-color: #06a99c;
}

.clients-overview .clients-filter input[type='text'] {
  border-radius: 5px;
  border: 1px solid #E1DEE7;
  padding: 15px;
  width: 100%;
  outline: none;
  color: #544e5f;
  font-size: 17px;
  font-family: "proximanova-light";
}

.clients-overview ul.clients-logos {
  text-align: center;
  font-size: 0px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
  background: none;
}

@media (min-width: 480px) {
  .clients-overview ul.clients-logos {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .clients-overview ul.clients-logos {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .clients-overview ul.clients-logos {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .clients-overview ul.clients-logos {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.clients-overview ul.clients-logos:before, .clients-overview ul.clients-logos:after {
  content: " ";
  display: table;
}

.clients-overview ul.clients-logos:after {
  clear: both;
}

.clients-overview ul.clients-logos li {
  display: inline-block;
  padding: 15px 25px;
  vertical-align: middle;
  width: 100%;
}

.clients-overview ul.clients-logos li .img-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 150px;
  width: 100%;
  position: relative;
}

.clients-overview ul.clients-logos li .img-container .cased {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}

.clients-overview ul.clients-logos li .img-container .cased:after {
  opacity: 0;
  content: '\ed71';
  font-family: "Nucleo Outline";
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #544e5f;
  transition: all .2s ease-in-out;
}

.clients-overview ul.clients-logos li .img-container .cased:hover:after {
  opacity: 1;
}

.clients-overview ul.clients-logos li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-55%) translateX(-50%);
  transform: translateY(-55%) translateX(-50%);
  max-width: 60%;
  max-height: 70px;
}

@media (min-width: 768px) {
  .clients-overview ul.clients-logos li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .clients-overview ul.clients-logos {
    padding: 0 0 20px;
  }
  .clients-overview ul.clients-logos li {
    width: 25%;
  }
}

.clients-overview .why-choose-xebia {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0px;
  width: 100%;
}

.clients-overview .why-choose-xebia h1,
.clients-overview .why-choose-xebia h2,
.clients-overview .why-choose-xebia h3 {
  font-family: "proximanova-semibold";
}

.clients-overview .why-choose-xebia h2 + p,
.clients-overview .why-choose-xebia h3 + p {
  margin-top: 10px;
}

.clients-overview .why-choose-xebia h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "proximanova-semibold";
}

@media (min-width: 992px) {
  .clients-overview .why-choose-xebia h1 {
    font-size: 1.7rem;
  }
}

.clients-overview .why-choose-xebia h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .clients-overview .why-choose-xebia h2 {
    font-size: 1.6rem;
  }
}

.clients-overview .why-choose-xebia h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .clients-overview .why-choose-xebia h3 {
    font-size: 1.3rem;
  }
}

.clients-overview .why-choose-xebia h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .clients-overview .why-choose-xebia h4 {
    font-size: 1.25rem;
  }
}

.clients-overview .why-choose-xebia p, .clients-overview .why-choose-xebia span {
  color: #9d92b2 !important;
  font-family: "proximanova-regular";
  font-size: 1.02rem;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .clients-overview .why-choose-xebia p, .clients-overview .why-choose-xebia span {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.clients-overview .why-choose-xebia ul li {
  color: #9d92b2;
}

.clients-overview .why-choose-xebia .read-more {
  font-size: 17px;
  font-family: "proximanova-regular";
}

@media (min-width: 480px) {
  .clients-overview .why-choose-xebia {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .clients-overview .why-choose-xebia {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .clients-overview .why-choose-xebia {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .clients-overview .why-choose-xebia {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.clients-overview .why-choose-xebia:before, .clients-overview .why-choose-xebia:after {
  content: " ";
  display: table;
}

.clients-overview .why-choose-xebia:after {
  clear: both;
}

.clients-overview .why-choose-xebia .col {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.clients-overview .why-choose-xebia .col:first-of-type {
  padding-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

.clients-overview .why-choose-xebia .col:first-of-type img {
  width: 250px;
  padding-top: 100px;
  padding-bottom: 26px;
}

@media (min-width: 1200px) {
  .clients-overview .why-choose-xebia {
    padding-bottom: 30px;
  }
  .clients-overview .why-choose-xebia .col:first-of-type {
    text-align: center;
    padding-top: 40px;
    width: 50%;
  }
  .clients-overview .why-choose-xebia .col:last-of-type {
    width: 50%;
    margin-bottom: 30px;
  }
}

#clientsview .client-logo {
  max-width: 250px;
  max-height: 120px;
}

#clientsview header {
  margin-bottom: 50px;
  display: block;
  font-size: 0px;
}

#clientsview header .header-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

#clientsview header .col {
  border: none;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 25px;
}

#clientsview header .col h1, #clientsview header .col h3 {
  margin: 0px;
}

#clientsview header .col h1 {
  font-size: 38px;
  color: #544e5f;
}

#clientsview header .col h2 {
  font-size: 24px;
  color: #9d92b2;
}

#clientsview header .col h3 {
  font-size: 26px;
  color: #544e5f;
}

@media (min-width: 992px) {
  #clientsview header .col {
    margin-bottom: 0;
  }
  #clientsview header .col:first-of-type p {
    font-size: 20px;
    color: #544e5f;
  }
}

#clientsview .client-result {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  font-size: 0px;
}

#clientsview .client-result .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  #clientsview .client-result .wrapper {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #clientsview .client-result .wrapper {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #clientsview .client-result .wrapper {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #clientsview .client-result .wrapper {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#clientsview .client-result .client-point {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
}

@media (min-width: 992px) {
  #clientsview .client-result .client-point {
    width: 33.33%;
    padding: 15px 35px 15px 0;
  }
}

#clientsview .client-result .client-point h2 {
  font-size: 22px;
  color: #544e5f;
  margin: 0 0 20px 35px;
}

#clientsview .client-result .client-point .icon {
  font-size: 21px;
  font-family: "Nucleo Outline";
  position: absolute;
  margin: 0px;
  color: #544e5f;
}

#clientsview .client-result .client-point .icon.context:before {
  content: '\ed4f';
}

#clientsview .client-result .client-point .icon.challenge:before {
  content: '\e88c';
}

#clientsview .client-result .client-point .icon.benefits:before {
  content: '\ece9';
}

#clientsview .client-result .client-point p {
  font-size: 15px;
  font-family: "proximanova-regular";
}

#clientsview .client-result .client-point ul {
  clear: both;
  list-style-type: none;
  padding-left: 16px;
}

#clientsview .client-result .client-point ul li {
  color: #544e5f;
  line-height: 31px;
  font-size: 15px;
  font-family: "proximanova-regular";
}

#clientsview .client-result .client-point ul li:before {
  display: inline-block;
  content: "•";
  width: 1em;
  margin-left: -1em;
  font-size: 13px;
}

#clientsview .client-techniques {
  text-align: center;
  width: 100%;
  padding: 20px 20px 80px 20px;
}

#clientsview .client-techniques .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  #clientsview .client-techniques .wrapper {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #clientsview .client-techniques .wrapper {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #clientsview .client-techniques .wrapper {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #clientsview .client-techniques .wrapper {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#clientsview .client-techniques .wrapper .inner {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

#clientsview .client-techniques ul li {
  display: inline-block;
  margin-right: 0;
  width: 100%;
}

@media (max-width: 768px) {
  #clientsview .client-techniques ul li {
    margin: 14px 0;
  }
}

@media (min-width: 768px) {
  #clientsview .client-techniques ul li {
    width: auto;
  }
}

@media (max-width: 768px) {
  #clientsview .client-techniques ul li:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  #clientsview .client-techniques ul li:first-of-type {
    padding-right: 45px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  #clientsview .client-techniques ul li {
    margin-right: 40px;
  }
}

#clientsview .client-techniques ul li img {
  max-width: 110px;
  max-height: 80px;
  filter: gray;
  -webkit-filter: grayscale(100%);
  vertical-align: middle;
}

#clientsview .service-quote {
  width: 100%;
  font-size: 0px;
  display: inline-block;
  font-size: 0px;
}

#clientsview .service-quote .image-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
}

@media (min-width: 992px) {
  #clientsview .service-quote .image-text {
    width: 50%;
  }
}

#clientsview .service-quote .image-text blockquote {
  padding: 17px 40px 18px 40px;
}

#clientsview .service-quote .image-text blockquote p {
  margin-bottom: 16px;
  line-height: 36px;
  color: #9d92b2;
  font-size: 35px;
  font-family: "proximanova-light";
}

#clientsview .service-quote .image-text blockquote .author {
  padding-top: 10px;
}

#clientsview .service-quote .image-text blockquote .author .image {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#clientsview .service-quote .image-text blockquote .author .image img {
  width: 50px;
  height: 50px;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(84, 78, 95, 0.3);
}

#clientsview .service-quote .image-text blockquote .author .name {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#clientsview .service-quote .image-text blockquote .author .name span {
  display: inline-block;
  line-height: 50px;
  color: #9d92b2;
  font-family: "proximanova-regular";
  font-size: 19px;
  line-height: 27px;
  vertical-align: top;
  margin-left: 16px;
}

#clientsview .service-quote .image-text blockquote .author .name span strong {
  font-family: "proximanova-bold";
}

#values .main {
  width: 100%;
  font-size: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}

@media (min-width: 480px) {
  #values .main {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #values .main {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #values .main {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #values .main {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #values .main {
    padding-bottom: 40px;
  }
}

#values .main h3 {
  font-family: "proximanova-semibold";
  font-size: 19px;
  color: #544e5f;
}

#values .main p {
  color: #9d92b2;
  line-height: 1.8;
  font-size: 17px;
}

#values .main img {
  max-width: 94px;
  height: auto;
  display: block;
}

#values .main .principles,
#values .main .guidance {
  display: inline-block;
  vertical-align: top;
}

#values .main .guidance {
  width: 100%;
}

@media (min-width: 992px) {
  #values .main .guidance {
    width: 40%;
    padding-right: 25px;
  }
}

#values .main .guidance .divider-small {
  border: 1px solid #f7f6f9;
  width: 100%;
  display: block;
  height: 1px;
  margin-top: 20px;
}

#values .main .principles {
  width: 100%;
  margin-top: 30px;
  font-size: 0;
}

@media (min-width: 992px) {
  #values .main .principles {
    width: 60%;
    padding-left: 25px;
    margin-top: 0;
  }
}

#values .main .principle {
  margin-bottom: 30px;
  padding-right: 20px;
  width: 100%;
  display: inline-block;
  max-width: 350px;
  vertical-align: top;
}

@media (min-width: 768px) {
  #values .main .principle {
    width: 25%;
    max-width: inherit;
  }
}

@media (min-width: 992px) {
  #values .main .principle {
    width: 50%;
    max-width: inherit;
  }
}

#values .main .principle h4 {
  font-family: "proximanova-regular";
  font-size: 17px;
  font-weight: bold;
  color: #544e5f;
}

#values .main .principle h4 br {
  display: none;
}

@media (min-width: 768px) {
  #values .main .principle h4 br {
    display: block;
  }
}

@media (min-width: 992px) {
  #values .main .principle h4 br {
    display: none;
  }
}

#values .main .principle p {
  margin: 0px;
  padding-bottom: 20px;
}

.careers-wrap {
  background-image: url("https://cdn.xebia.com/assets/images/backgrounds/x-bg.svg");
  background-size: 3000px;
  background-position: top center;
}

.careers-wrap .content-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  .careers-wrap .content-wrap {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .careers-wrap .content-wrap {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .careers-wrap .content-wrap {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .careers-wrap .content-wrap {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .careers-wrap {
    font-size: 0;
  }
  .careers-wrap .careers-main {
    width: 70%;
    display: inline-block;
  }
  .careers-wrap .careers-apply-form {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
}

section.careers-headline {
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.6);
  padding: 0 0 80px;
}

section.careers-headline h1, section.careers-headline h2 {
  font-family: "proximanova-regular";
  text-align: center;
  margin: 0;
}

section.careers-headline h1 {
  font-size: 38px;
  color: #544e5f;
  margin-bottom: 30px;
  padding-top: 80px;
}

section.careers-headline h2 {
  font-size: 24px;
  color: #9d92b2;
  font-weight: 500;
}

/*
 * Overview
 */
section.introduction {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin: 100px auto;
  text-align: center;
}

@media (min-width: 480px) {
  section.introduction {
    width: 480px;
  }
}

@media (min-width: 768px) {
  section.introduction {
    width: 728px;
  }
}

@media (min-width: 992px) {
  section.introduction {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  section.introduction {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

section.introduction h2 {
  font-size: 32px;
}

section.introduction h2 small {
  display: block;
  margin: 10px 0;
  font-family: "proximanova-regular";
  font-size: 16px;
  line-height: 1.6;
}

section.mission-values {
  padding: 80px 0;
  text-align: center;
  background-color: #fbfafd;
}

section.mission-values .content {
  font-size: 0;
}

@media (min-width: 1200px) {
  section.mission-values .content {
    width: 41.66666667%;
    margin-left: 50%;
  }
}

section.mission-values .content h2 {
  font-size: 28px;
}

section.mission-values .content p {
  font-size: 16px;
}

@media (min-width: 992px) {
  section.mission-values {
    background-image: url("https://cdn.xebia.com/careers/missions.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -680px center;
  }
}

@media (min-width: 1200px) {
  section.mission-values {
    background-size: contain;
    background-position: -410px center;
  }
}

@media (min-width: 1500px) {
  section.mission-values {
    background-size: contain;
    background-position: -300px center;
  }
}

section.mission-values p {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  section.mission-values {
    padding: 150px 0;
    text-align: center;
  }
  section.mission-values p {
    margin-bottom: 0;
  }
}

section.mission-values .value {
  position: relative;
  margin-top: 50px;
  display: inline-block;
  width: 50%;
}

section.mission-values .value img {
  display: block;
}

section.mission-values .value 10
h3 {
  display: block;
}

@media (min-width: 992px) {
  section.mission-values .value {
    display: inline-block;
    left: -20px;
  }
}

section.mission-values .value:last-child {
  margin-bottom: 0;
}

section.mission-values .value img {
  max-width: 90px;
  margin: 10px auto;
}

@media (min-width: 992px) {
  section.mission-values .value img {
    margin: 0 auto;
  }
}

section.mission-values .value h3 {
  font-size: .875rem;
  color: #544e5f;
  font-family: "proximanova-semibold";
  margin: 10px 0 0 12px;
  line-height: 1.5;
}

section.vacancies {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 150px;
}

@media (min-width: 480px) {
  section.vacancies {
    width: 480px;
  }
}

@media (min-width: 768px) {
  section.vacancies {
    width: 728px;
  }
}

@media (min-width: 992px) {
  section.vacancies {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  section.vacancies {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

section.vacancies .col-left, section.vacancies .col-right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

section.vacancies .col-left ul li a, section.vacancies .col-right ul li a {
  font-family: "proximanova-semibold";
  color: #6C1D5F;
  font-size: 18px;
}

section.vacancies .col-left ul li img, section.vacancies .col-right ul li img {
  margin-left: 5px;
}

section.careers-experience-about-you {
  font-size: 0;
}

section.careers-experience {
  padding: 100px 10px;
  background-color: #fbfafd;
  width: 100%;
  display: inline-block;
  text-align: center;
}

section.careers-experience h4 {
  font-family: "proximanova-regular";
  font-size: 32px;
}

section.careers-experience p {
  margin: 0px auto 50px;
  max-width: 600px;
}

section.careers-experience .js-flickity {
  margin: 0px auto;
  max-width: 800px;
}

section.careers-experience .js-flickity .flickity-page-dots {
  bottom: -70px;
}

section.careers-experience .js-flickity .flickity-page-dots .dot.is-selected {
  background: #6C1D5F;
}

/*
 * Vacancy Page
 */
section.careers-main {
  font-size: 16px;
  padding: 80px 10px;
}

section.careers-main .content-block h4 {
  font-family: "proximanova-regular";
  font-size: 22px;
  margin-top: 50px;
}

section.careers-main .content-block p {
  font-size: 17px;
}

section.careers-main .content-block li {
  list-style: circle;
  margin-left: 20px;
}

section.careers-main .thank-you {
  padding-bottom: 500px;
}

section.social-info {
  text-align: center;
}

section.social-info h4 {
  font-family: "proximanova-regular";
  font-size: 32px;
}

@media (max-width: 480px) {
  section.social-info iframe {
    max-width: 100%;
  }
}

section.careers-apply-form {
  padding: 80px 10px;
}

section.careers-apply-form form .input-group {
  margin: 20px 0;
}

section.careers-apply-form form label {
  font-family: "proximanova-regular";
  margin-bottom: 5px;
  display: block;
  margin-left: 4px;
}

section.careers-apply-form form input, section.careers-apply-form form textarea {
  border-radius: 5px;
  border: 1px solid #E1DEE7;
  padding: 15px;
  outline: none;
  color: #544e5f;
  font-size: 17px;
  font-family: "proximanova-light";
  width: 100%;
}

section.careers-apply-form form input::-webkit-input-placeholder, section.careers-apply-form form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9d92b2;
}

section.careers-apply-form form input::-moz-placeholder, section.careers-apply-form form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d92b2;
}

section.careers-apply-form form input:-ms-input-placeholder, section.careers-apply-form form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #9d92b2;
}

section.careers-apply-form form input:-moz-placeholder, section.careers-apply-form form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #9d92b2;
}

section.careers-apply-form form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

section.careers-apply-form form textarea {
  height: 120px;
}

section.careers-apply-form form input[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
  margin-bottom: 25px;
  font-size: 17px;
  width: auto;
}

section.careers-apply-form .error ul li {
  color: red;
  font-size: 14px;
}

@media (min-width: 992px) {
  .contact-page header.-with-form {
    background-image: url(https://cdn.xebia.com/assets/images/backgrounds/dotted-map-marked.png);
    background-repeat: no-repeat;
    background-size: 980px;
    background-position: 80% 50%;
  }
}

.contact-page header.-with-form .header-content {
  padding-bottom: 0;
}

.contact-page .form {
  border: 1px solid #ebe9f0;
  box-shadow: 0px 4px 6px 0px rgba(227, 226, 233, 0.62);
  border-radius: 6px;
  display: inline-block;
  padding: 25px 25px 0px 20px;
  width: 100%;
  background-color: #fff;
  color: #544e5f;
  max-width: 485px;
  top: 40px;
  position: relative;
  font-size: 13px;
}

@media (min-width: 992px) {
  .contact-page .form {
    min-height: 475px;
    padding: 25px 20px 0px 20px;
  }
}

.contact-page .hbspt-form {
  padding: 0 10px;
}

.contact-page .hbspt-form .field {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
}

.contact-page .hbspt-form .field .hs-error-msgs {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 11px;
  background: white;
  border: 1px solid #9d92b2;
  border-radius: 2px;
  right: 10px;
}

.contact-page .hbspt-form .field .hs-form-required {
  font-size: 18px;
  color: red;
  position: absolute;
  top: 16px;
  right: 24px;
}

.contact-page .hbspt-form .field > label {
  font-size: 0;
}

.contact-page .hbspt-form .field label {
  font-family: "proximanova-regular";
  margin-bottom: 5px;
  display: block;
  margin-left: 4px;
}

.contact-page .hbspt-form .field select {
  width: 80%;
}

.contact-page .hbspt-form .field input, .contact-page .hbspt-form .field textarea {
  border-radius: 5px;
  border: 1px solid #E1DEE7;
  padding: 15px;
  width: 100%;
  outline: none;
  color: #544e5f;
  font-size: 17px;
  font-family: "proximanova-light";
}

.contact-page .hbspt-form .field input::-webkit-input-placeholder, .contact-page .hbspt-form .field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9d92b2;
}

.contact-page .hbspt-form .field input::-moz-placeholder, .contact-page .hbspt-form .field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d92b2;
}

.contact-page .hbspt-form .field input:-ms-input-placeholder, .contact-page .hbspt-form .field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #9d92b2;
}

.contact-page .hbspt-form .field input:-moz-placeholder, .contact-page .hbspt-form .field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #9d92b2;
}

.contact-page .hbspt-form .field textarea {
  height: 120px;
}

.contact-page .hbspt-form input[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #058d82;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #059b8b, #06a99c);
  box-shadow: inset 0px 3px 9px 0px rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "proximanova-bold";
  padding: 12px 20px;
  margin-bottom: 25px;
  font-size: 17px;
}

.contact-page .contact-information {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 110px;
  padding-bottom: 70px;
}

@media (min-width: 480px) {
  .contact-page .contact-information {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .contact-page .contact-information {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .contact-page .contact-information {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .contact-page .contact-information {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-page .contact-information:before, .contact-page .contact-information:after {
  content: " ";
  display: table;
}

.contact-page .contact-information:after {
  clear: both;
}

.contact-page .contact-information .contact-wrapper {
  width: 100%;
  background-color: #fff;
  font-size: 0;
  border: 1px solid #ebe9f0;
  box-shadow: 0px 4px 6px 0px rgba(227, 226, 233, 0.62);
  border-radius: 6px;
}

.contact-page .contact-information .contact-wrapper .divider {
  border-top: 1px solid #f7f6f9;
  width: 100%;
  margin-top: 0;
}

.contact-page .contact-information .contact-wrapper .contact {
  font-family: "proximanova-regular";
  color: #9d92b2;
  font-size: initial;
  display: inline-block;
  padding: 30px;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.contact-page .contact-information .contact-wrapper .contact p {
  margin: 0;
}

.contact-page .contact-information .contact-wrapper .contact p,
.contact-page .contact-information .contact-wrapper .contact li {
  color: #9d92b2;
  font-size: 14px;
}

@media (min-width: 768px) {
  .contact-page .contact-information .contact-wrapper .contact {
    text-align: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .contact-page .contact-information .contact-wrapper .contact {
    text-align: left;
    width: 20%;
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .contact-page .contact-information .contact-wrapper .contact {
    padding: 20px;
  }
}

.contact-page .contact-information .contact-wrapper .contact .contact-name {
  font-family: "proximanova-bold";
  color: #544e5f;
}

.contact-page .contact-information .contact-wrapper .contact .contact-street {
  max-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: max-height .4s ease;
}

.contact-page .contact-information .contact-wrapper .contact .contact-street:hover {
  max-height: 119px;
  white-space: initial;
}

.contact-page .contact-information .contact-wrapper .contact .contact-details {
  margin-top: 10px;
}

.contact-page .contact-information .contact-wrapper .contact .contact-details li {
  display: block;
  speak: none;
  font-family: "proximanova-regular";
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 4px;
}

.contact-page .contact-information .contact-wrapper .contact .contact-details li:before {
  font-family: "Nucleo Mini";
  padding-right: 4px;
}

.contact-page .contact-information .contact-wrapper .contact .contact-details li:first-child {
  margin-top: 10px;
}

.contact-page .contact-information .contact-wrapper .contact .contact-details li.telephone:before {
  content: "\eb31";
}

.contact-page .contact-information .contact-wrapper .contact .contact-details li.fax:before {
  content: "\eb3b";
}

.contact-page .contact-information .contact-wrapper .contact .contact-details li.email:before {
  content: "\ea39";
}

.contact-page .contact-information .contact-wrapper .contact .contact-details li.direction:before {
  content: "\ec7d";
}

.partners {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "proximanova-regular";
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 480px) {
  .partners {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .partners {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .partners {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .partners {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.partners .row {
  font-size: 0;
}

@media (min-width: 992px) {
  .partners .row .partner:first-child {
    padding-right: 30px;
  }
  .partners .row .partner:last-child {
    padding-left: 30px;
  }
  .partners .row .partner:only-child {
    padding-left: 0 !important;
  }
}

.partners .partner {
  font-size: initial;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 40px 0;
}

.partners .partner.last-partner {
  display: none;
}

@media (min-width: 992px) {
  .partners .partner.last-partner {
    display: block;
  }
}

@media (min-width: 992px) {
  .partners .partner {
    width: 50%;
    padding: 40px 0;
  }
}

.partners .partner .logo-wrapper {
  height: 40px;
}

.partners .partner img,
.partners .partner span.label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.partners .partner img {
  max-height: 44px;
  max-width: 170px;
  margin-right: 25px;
}

.partners .partner span.label {
  font-size: 10px;
  text-transform: uppercase;
  color: #9d92b2;
  font-family: "proximanova-bold";
  border-radius: 4px;
  border: 1px solid #9d92b2;
  padding: 2px 10px;
  background-color: #fff;
}

.partners .partner p {
  border-top: 1px solid #EFEDF2;
  padding-top: 30px;
  margin-top: 40px;
  color: #9d92b2;
  line-height: 2;
  font-size: 17px;
}

.partners .partner a {
  font-family: "proximanova-semibold";
  padding-top: 20px;
  font-size: 17px;
  display: inline-block;
}

.privacy {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "proximanova-regular";
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 500px;
}

@media (min-width: 480px) {
  .privacy {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .privacy {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .privacy {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .privacy {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.privacy h2,
.privacy h3 {
  font-family: "proximanova-semibold";
  margin-bottom: 34px;
}

.privacy h1 {
  font-size: 32px;
  margin-top: 0;
}

.privacy h2 {
  font-size: 24px;
}

.privacy h3 {
  font-size: 18px;
}

.privacy p,
.privacy ul {
  font-size: 16px;
}

.privacy ul {
  list-style-type: disc;
  margin-left: 16px;
}

.privacy ul li {
  padding-left: 4px;
}

#team .the-team {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding: 25px 0px;
}

@media (min-width: 480px) {
  #team .the-team {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #team .the-team {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #team .the-team {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #team .the-team {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#team .the-team:before, #team .the-team:after {
  content: " ";
  display: table;
}

#team .the-team:after {
  clear: both;
}

#team .the-team h1 {
  text-align: center;
  font-size: 45px;
  font-family: "proximanova-regular";
}

#team .the-team .leadership-team {
  font-size: 0px;
}

#team .the-team .leadership-team .team-member {
  width: 50%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin: 16px 0;
}

@media (min-width: 992px) {
  #team .the-team .leadership-team .team-member {
    width: 25%;
  }
}

@media (max-width: 480px) {
  #team .the-team .leadership-team .team-member {
    width: 100%;
  }
}

#team .the-team .leadership-team .team-member img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

#team .the-team .leadership-team .team-member h3 {
  font-size: 1.4rem;
  font-family: "proximanova-regular";
  font-weight: bold;
  line-height: 1.3em;
}

#team .the-team .leadership-team .team-member h3 small {
  color: #06a99c;
  font-weight: 400;
  font-size: 70%;
}

#opensource .repositories {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin: 100px auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 480px) {
  #opensource .repositories {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #opensource .repositories {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #opensource .repositories {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #opensource .repositories {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #opensource .repositories {
    width: 60%;
  }
}

#opensource .repositories .filter {
  padding: 0 15px;
}

#opensource .repositories .filter .inner {
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}

#opensource .repositories .filter .inner ul {
  width: 100%;
  padding: 0 15px;
  list-style-type: none;
  text-align: center;
}

#opensource .repositories .filter .inner li {
  font-size: 16px;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
}

#opensource .repositories .filter .inner li a {
  font-family: "proximanova-bold";
  display: block;
  padding: 18px 0 16px 0;
  transition: color .2s ease-in-out;
  color: #9d92b2;
}

#opensource .repositories .filter .inner li a:hover {
  text-decoration: none;
  color: #544e5f;
}

#opensource .repositories .filter .inner li.active {
  border-bottom: 2px solid #544e5f;
}

#opensource .repositories .filter .inner li.active a {
  color: #544e5f;
}

#opensource .repositories .grid {
  font-size: 0;
  overflow: hidden;
}

#opensource .repositories .grid .project {
  width: 100%;
  padding: 15px;
}

@media (min-width: 992px) {
  #opensource .repositories .grid .project {
    display: inline-block;
    width: 33.3%;
  }
}

#opensource .repositories .repo {
  display: inline-block;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 0, 1.4);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  width: 100%;
  min-width: 100%;
}

#opensource .repositories .repo:hover {
  text-decoration: none;
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

#opensource .repositories .repo .wrapper {
  padding: 40px;
  min-height: 180px;
  max-height: 180px;
}

#opensource .repositories .repo .title {
  font-size: 17px;
  font-family: "proximanova-semibold";
  margin: 0;
  padding: 0 0 20px 0;
  color: #2e0031;
}

#opensource .repositories .repo .description {
  font-size: 15px;
  font-family: "proximanova-light";
  color: #9d92b2;
}

#opensource .repositories .repo div.footer {
  font-size: 14px;
  font-family: "proximanova-semibold";
  padding: 12px 40px;
  color: #686270;
  border-top: 1px solid #f3f3f3;
  background-color: #fcfbfe;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#opensource .repositories .repo div.footer .language {
  margin-left: 5px;
}

#opensource .repositories .repo div.footer .language:before {
  content: '\e974';
  font-family: 'Nucleo Outline';
  color: #ffa10d;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 1px;
}

.news-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding: 10px;
}

@media (min-width: 480px) {
  .news-content {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .news-content {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .news-content {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .news-content {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.news-content h1,
.news-content h2,
.news-content h3 {
  font-family: "proximanova-semibold";
}

.news-content h2 + p,
.news-content h3 + p {
  margin-top: 10px;
}

.news-content h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "proximanova-semibold";
}

@media (min-width: 992px) {
  .news-content h1 {
    font-size: 1.7rem;
  }
}

.news-content h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .news-content h2 {
    font-size: 1.6rem;
  }
}

.news-content h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .news-content h3 {
    font-size: 1.3rem;
  }
}

.news-content h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .news-content h4 {
    font-size: 1.25rem;
  }
}

.news-content p, .news-content span {
  color: #9d92b2 !important;
  font-family: "proximanova-regular";
  font-size: 1.02rem;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .news-content p, .news-content span {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.news-content ul li {
  color: #9d92b2;
}

.news-content .read-more {
  font-size: 17px;
  font-family: "proximanova-regular";
}

.news-content img {
  margin: 0 auto;
  display: block;
}

.news-content h3 {
  color: #544e5f;
}

.news-content .item {
  padding: 0 50px 0 0;
}

#events-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0px;
}

@media (min-width: 480px) {
  #events-container {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #events-container {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #events-container {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #events-container {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#events-container #events-side {
  display: inline-block;
  font-size: 17px;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 992px) {
  #events-container #events-side {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  #events-container #events-side {
    width: 30%;
  }
}

#events-container #events-main {
  display: inline-block;
  padding: 0 0 10px 0;
  font-size: 17px;
  box-sizing: border-box;
  font-family: "proximanova-regular";
  width: 100%;
}

@media (min-width: 992px) {
  #events-container #events-main {
    padding: 50px 0;
  }
}

@media (min-width: 992px) {
  #events-container #events-main {
    width: 70%;
    padding: 50px;
  }
}

.calendar {
  display: block;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 10px;
  font-family: "proximanova-regular";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1200px) {
  .calendar {
    width: 300px;
  }
}

.calendar .header {
  width: 100%;
  height: 40px;
  color: #82687e;
  font-size: 0;
}

.calendar .header * {
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  vertical-align: middle;
}

.calendar .header i {
  width: 10%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  color: #E4E2E9;
}

.calendar .header i.left {
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar .header i.right {
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar .header span {
  width: 80%;
  font-weight: bold;
  text-align: center;
  color: inherit;
  font-size: 18px;
  font-family: "proximanova-regular";
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar .names {
  margin-top: 25px;
  font-size: 0;
}

.calendar .names span {
  width: 14.2857142857%;
  font-size: 0.75em;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-family: "proximanova-regular";
  color: #82687e;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar .week span.day {
  width: 14.28571429%;
  font-family: "proximanova-semibold";
  font-size: 14px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: white;
  cursor: pointer;
  color: black;
  color: #82687e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 1px solid #E4E2E9;
  border-top: 1px solid #E4E2E9;
}

.calendar .week span.day:last-child {
  border-right: 1px solid #E4E2E9;
}

.calendar .week span.day.different-month {
  background-color: #F4F3F6;
}

.calendar .week span.day.selected {
  color: #06a99c;
  border: 1px solid #06a99c;
  border-bottom: 1px solid #06a99c !important;
}

.calendar .week:last-child span.day {
  border-bottom: 1px solid #E4E2E9;
}

.calendar .showAll input {
  display: none;
}

.calendar .showAll input, .calendar .showAll input:after, .calendar .showAll input:before,
.calendar .showAll input *,
.calendar .showAll input *:after,
.calendar .showAll input *:before,
.calendar .showAll input + .tgl-btn {
  box-sizing: border-box;
}

.calendar .showAll input::selection, .calendar .showAll input:after::selection, .calendar .showAll input:before::selection,
.calendar .showAll input *::selection,
.calendar .showAll input *:after::selection,
.calendar .showAll input *:before::selection,
.calendar .showAll input + .tgl-btn::selection {
  background: none;
}

.calendar .showAll input + .tgl-btn {
  margin: 5px auto 40px;
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar .showAll input + .tgl-btn:after, .calendar .showAll input + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.calendar .showAll input + .tgl-btn:after {
  left: 0;
}

.calendar .showAll input + .tgl-btn:before {
  display: none;
}

.calendar .showAll input.checked + .tgl-btn:after {
  left: 50%;
}

.calendar .showAll input + .tgl-btn {
  padding: 2px;
  transition: all .2s ease;
  background: #fff;
  border: 4px solid #d3d3d4;
  border-radius: 2em;
}

.calendar .showAll input + .tgl-btn:after {
  transition: all .5s ease;
  background: #d3d3d4;
  content: "";
  border-radius: 1em;
}

.calendar .showAll input.checked + .tgl-btn {
  border: 4px solid #06a99c;
}

.calendar .showAll input.checked + .tgl-btn:after {
  left: 50%;
  background: #06a99c;
}

.calendar .showAll span {
  font-family: "proximanova-semibold";
  color: #c1c1c1;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  margin: 20px auto 5px;
  display: block;
  transition: all .5s ease;
}

.calendar .showAll span.active {
  background-color: transparent;
  color: #06a99c;
}

#events-main, .service-overview .events {
  font-size: 0;
}

#events-main .loading, .service-overview .events .loading {
  text-align: center;
  padding: 30px 0;
}

#events-main .loading i, .service-overview .events .loading i {
  margin: 0px auto;
  font-size: 48px;
}

#events-main .loading span, .service-overview .events .loading span {
  display: block;
  margin: 10px auto;
  font-family: "proximanova-semibold";
  font-size: 16px;
}

#events-main .event, .service-overview .events .event {
  border: 1px solid #E4E2E9;
  box-shadow: 0px 4px 6px 0px rgba(227, 226, 233, 0.62);
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 0;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
}

#events-main .event.past, .service-overview .events .event.past {
  opacity: 0.65;
}

#events-main .event.visible, .service-overview .events .event.visible {
  display: block;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

#events-main .event.active, #events-main .event:hover, .service-overview .events .event.active, .service-overview .events .event:hover {
  border-color: #06a99c;
}

#events-main .event.faded, .service-overview .events .event.faded {
  opacity: 0.4;
}

#events-main .event .side, .service-overview .events .event .side {
  height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #E4E2E9;
  padding: 15px 0;
}

@media (min-width: 768px) {
  #events-main .event .side, .service-overview .events .event .side {
    display: table-cell;
    border-right: 1px solid #E4E2E9;
    border-bottom: 0;
    width: 100px;
  }
}

#events-main .event .side span, .service-overview .events .event .side span {
  font-family: "proximanova-semibold";
  display: block;
  color: #544e5f;
}

#events-main .event .side span.month, .service-overview .events .event .side span.month {
  font-size: 12px;
}

#events-main .event .side span.day, .service-overview .events .event .side span.day {
  font-size: 22px;
}

#events-main .event .side span.year, .service-overview .events .event .side span.year {
  font-size: 12px;
}

#events-main .event .info, .service-overview .events .event .info {
  display: table-cell;
  width: 60%;
  height: 100%;
  padding: 30px 0;
}

@media (min-width: 1200px) {
  #events-main .event .info, .service-overview .events .event .info {
    width: 90%;
  }
}

#events-main .event .info h3, .service-overview .events .event .info h3 {
  margin: 0;
  padding: 0 30px 10px;
  color: #9d92b2;
  font-family: "proximanova-semibold";
  font-size: 19px;
}

@media (min-width: 768px) {
  #events-main .event .info h3, .service-overview .events .event .info h3 {
    padding: 0 90px 10px 30px;
  }
}

#events-main .event .info span.country, .service-overview .events .event .info span.country {
  font-family: "proximanova-semibold";
  font-size: 14px;
  color: #9d92b2;
  display: block;
  text-transform: uppercase;
  padding: 0 0 0 30px;
}

#events-main .event .info span.type, .service-overview .events .event .info span.type {
  position: absolute;
  right: -60px;
  top: 10px;
  background-color: #9d92b2;
  display: block;
  font-family: "proximanova-semibold";
  font-size: 14px;
  color: white;
  border-radius: 2px 0 0 2px;
  width: 220px;
  padding: 5px 0;
  text-align: center;
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

#events-main > a.event.twc .side {
  border-right: 1px solid transparent;
  background-color: #4dc63c;
}

#events-main > a.event.twc .side span {
  color: #FFF;
}

#events-main > a.event.twc.active, #events-main > a.event.twc:hover {
  border-color: #4dc63c;
}

#events-main > a.event.ngnl .side {
  border-right: 1px solid transparent;
  background-color: #0c4eb2;
}

#events-main > a.event.ngnl .side span {
  color: #FFF;
}

#events-main > a.event.ngnl.active, #events-main > a.event.ngnl:hover {
  border-color: #0c4eb2;
}

#events-main > a.event.reactnl .side {
  border-right: 1px solid #e7f1ff;
  background-color: #00152e;
}

#events-main > a.event.reactnl .side span {
  color: #FFF;
}

#events-main > a.event.reactnl.active, #events-main > a.event.reactnl:hover {
  border-color: #00152e;
}

#events-main > a.event.theagilechef .side {
  border-color: 1px solid #e8485b;
  background-color: #e8485b;
}

#events-main > a.event.theagilechef .side span {
  color: #FFF;
}

#events-main > a.event.theagilechef.active, #events-main > a.event.theagilechef:hover {
  border-color: #e8485b;
}

#events-main > a.event.dcd .side {
  border-color: 1px solid #2697d0;
  background-color: #2697d0;
}

#events-main > a.event.dcd .side span {
  color: #FFF;
}

#events-main > a.event.dcd.active, #events-main > a.event.dcd:hover {
  border-color: #2697d0;
}

#events-main > a.event.hashiconf .side {
  border-color: 1px solid #127EFF;
  background-color: #127EFF;
}

#events-main > a.event.hashiconf .side span {
  color: #FFF;
}

#events-main > a.event.hashiconf.active, #events-main > a.event.hashiconf:hover {
  border-color: #127EFF;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

section#error {
  padding-top: 40px;
  padding-bottom: 500px;
}

section#errormessage {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  section#errormessage {
    width: 480px;
  }
}

@media (min-width: 768px) {
  section#errormessage {
    width: 728px;
  }
}

@media (min-width: 992px) {
  section#errormessage {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  section#errormessage {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#nav-search {
  float: right;
  display: none;
}

@media (min-width: 992px) {
  #nav-search {
    display: block;
  }
}

#nav-search form input {
  margin: 0 0 0 15px;
  padding: 11px 40px 11px 15px;
  width: 175px;
  box-sizing: border-box;
  background: rgba(43, 17, 40, 0.9);
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  font-family: "proximanova-regular";
  font-size: 15px;
  color: #FFFFFF;
  outline: none;
}

#nav-search form input:focus {
  outline-color: transparent;
  outline-style: none;
}

#nav-search form input:-ms-input-placeholder {
  font-family: "proximanova-regular";
  font-size: 15px;
  color: #FFFFFF;
  opacity: 0.58;
}

#nav-search form input::placeholder {
  font-family: "proximanova-regular";
  font-size: 15px;
  color: #FFFFFF;
  opacity: 0.58;
}

#nav-search form button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 10px;
  background-image: linear-gradient(0deg, #D3ADCC 0%, #FFFFFF 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 2px;
  outline: none;
}

#nav-search form button:focus {
  outline-color: transparent;
  outline-style: none;
}

#nav-search form button:before {
  font-family: "Nucleo Mini";
  content: "\ea66";
  color: #6C1D5F;
}

#nav-search-home {
  float: right;
  margin-top: 45px;
  display: none;
}

@media (min-width: 992px) {
  #nav-search-home {
    display: block;
  }
}

#nav-search-home form input {
  margin: 0 0 0 20px;
  padding: 15px 50px 15px 15px;
  width: 175px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #9d92b2;
  border-radius: 4px;
  font-family: "proximanova-regular";
  font-size: 15px;
  color: #9d92b2;
  outline: none;
}

#nav-search-home form input:focus {
  outline-color: transparent;
  outline-style: none;
}

#nav-search-home form input:-ms-input-placeholder {
  font-family: "proximanova-regular";
  font-size: 15px;
  color: #9d92b2;
}

#nav-search-home form input::placeholder {
  font-family: "proximanova-regular";
  font-size: 15px;
  color: #9d92b2;
}

#nav-search-home form button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 55px;
  right: 10px;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 2px;
  outline: none;
  border: 1px solid #0A8E83;
  box-shadow: 0 2px 4px 0 rgba(21, 185, 172, 0.1);
  border-radius: 2.97px;
}

#nav-search-home form button:focus {
  outline-color: transparent;
  outline-style: none;
}

#nav-search-home form button:before {
  font-family: "Nucleo Mini";
  content: "\ea66";
  color: #0A8E83;
}

.search-filter {
  display: none;
}

@media (min-width: 992px) {
  .search-filter {
    display: block;
  }
}

#search-results {
  margin-top: 0px;
}

.search-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}

@media (min-width: 480px) {
  .search-container {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .search-container {
    width: 728px;
  }
}

@media (min-width: 992px) {
  .search-container {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  .search-container {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.search-container .search-box {
  margin: 50px 0 30px 0;
  border-radius: 5px;
  border: 1px solid #E1DEE7;
  padding: 24px;
  width: 100%;
  outline: none;
  color: #9d92b2;
  font-size: 22px;
  font-family: "proximanova-regular";
}

.search-container .search-box::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9d92b2;
}

.search-container .search-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d92b2;
}

.search-container .search-box:-ms-input-placeholder {
  /* IE 10+ */
  color: #9d92b2;
}

.search-container .search-box:-moz-placeholder {
  /* Firefox 18- */
  color: #9d92b2;
}

.search-container .ais-index ul.ais-pagination {
  display: block;
  margin: 20px auto 0;
  text-align: center;
}

.search-container .ais-index ul.ais-pagination li {
  display: inline-block;
  background-color: #FCFBFE;
  border: 0.6px solid rgba(157, 146, 178, 0.3);
  border-radius: 4.8px;
}

.search-container .ais-index ul.ais-pagination li a {
  padding: 5px 15px;
  display: block;
  font-family: "proximanova-semibold";
  font-weight: 500;
  font-size: 15px;
  color: #9d92b2;
}

.search-container .ais-index ul.ais-pagination li.ais-pagination__item--first {
  margin-right: 10px;
}

.search-container .ais-index ul.ais-pagination li.ais-pagination__item--last {
  margin-left: 10px;
}

.search-container .ais-index ul.ais-pagination li.ais-pagination__item--active {
  background-color: #FFFFFF;
}

.search-container .ais-no-results {
  color: #9d92b2;
  font-family: "proximanova-regular";
}

.search-section h2 {
  margin-bottom: 28px;
  margin-top: 10px;
}

.search-section hr {
  margin: 0 0 20px 0;
  border: 0;
  height: 1px;
  display: none;
  background: #E4E2E9;
}

.search-results-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.search-result {
  width: 100%;
  vertical-align: top;
  padding-bottom: 25px;
}

@media (min-width: 992px) {
  .search-result {
    width: 49%;
  }
}

.search-result a {
  display: block;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  box-shadow: 0 3px 5px 0 rgba(227, 226, 233, 0.62);
  border-radius: 6px;
  background-color: #fff;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  overflow: hidden;
}

.search-result a:hover {
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 13px 19px 0 rgba(227, 226, 233, 0.4);
}

.search-result a .information {
  padding: 16px 24px;
}

.search-result a .information h3 {
  font-size: 17px;
  font-family: "proximanova-semibold";
  color: #544e5f;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.search-result a .information h3 small {
  display: block;
  font-family: "proximanova-regular";
  font-size: 15px;
  line-height: 1.6;
  padding-top: 14px;
  color: #9d92b2;
}

@media (min-width: 992px) {
  .search-result a .information h3 small {
    text-overflow: ellipsis;
    max-height: 65px;
    overflow: hidden;
    white-space: nowrap;
  }
}

.search-result a .information h3 span.ais-highlight em {
  font-style: normal;
  background-color: #FFA200;
}

.search-result a .information .description {
  margin-top: 8px;
  font-size: 15px;
  font-family: "proximanova-regular";
  color: #544e5f;
  line-height: 21px;
}

.search-result a .information .description span.ais-highlight em {
  font-style: normal;
  background-color: #FFA200;
}

.search-result a .information .additional-information {
  margin-top: 8px;
  font-size: 15px;
  font-family: "proximanova-semibold";
  color: #544e5f;
}

.search-result a .mini-footer {
  background: #FCFBFE;
  border-top: 1px solid #F3F3F3;
  padding: 16px 24px;
  font-size: 14px;
  width: 100%;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.search-result a .mini-footer .mugshot {
  overflow: hidden;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
}

.search-result a .mini-footer .mugshot img {
  display: block;
  width: 100%;
  height: auto;
}

.search-result a .mini-footer.download span:before {
  content: "\e90e";
}

.search-result a .mini-footer.article span:before {
  content: "\ed49";
}

.search-result a .mini-footer.blog span:before {
  content: "\ed49";
}

.search-result a .mini-footer.service span:before {
  content: "\ee0f";
}

.search-result a .mini-footer.event span:before {
  content: "\ea1c";
}

.search-result a .mini-footer.client span:before {
  content: "\ee3e";
}

.search-result a .mini-footer.news span:before {
  content: "\ebdd";
}

.search-result a .mini-footer.academy span:before {
  content: "\ebd8";
}

.search-result a .mini-footer span {
  color: #544e5f;
  font-family: "proximanova-semibold";
  font-size: 0.95rem;
}

.search-result a .mini-footer span:before {
  font-family: "Nucleo Mini";
  padding-right: 10px;
  padding-top: 2px;
  color: #FFA200;
}

.wrap {
  background-image: url("https://cdn.xebia.com/assets/images/backgrounds/x-bg.svg");
  background-size: 3000px;
  background-position: top center;
}

#hs-news-content {
  width: 100%;
  margin: 50px 0 100px;
}

#hs-news-content h1 {
  font-size: 32px;
}

#hs-news-content h2 {
  font-size: 24px;
}

#hs-news-content h3 {
  font-size: 19px;
}

#hs-news-content h4 {
  font-size: 16px;
}

#hs-news-content h5 {
  font-size: 14px;
}

#hs-news-content h6 {
  font-size: 13px;
}

#hs-news-content p {
  font-size: 20px;
  line-height: 1.6;
}

#event-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding: 50px 0;
}

@media (min-width: 480px) {
  #event-content {
    width: 480px;
  }
}

@media (min-width: 768px) {
  #event-content {
    width: 728px;
  }
}

@media (min-width: 992px) {
  #event-content {
    width: 952px;
  }
}

@media (min-width: 1200px) {
  #event-content {
    width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }
}

#event-content h4 {
  font-family: "proximanova-regular";
  font-size: 22px;
  margin-top: 50px;
}

#event-content p {
  font-family: "proximanova-regular";
  font-size: 19px;
  line-height: 34px;
  color: #544e5f;
}

.leadinModal .leadin-input-wrapper label {
  font-family: "proximanova-regular";
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: .6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

#ios-6 div.navbar.small, #ios-7 div.navbar.small {
  height: 80px;
}

#ios-6 .navbar.small nav#navigation ul, #ios-7 .navbar.small nav#navigation ul {
  margin-top: 30px;
  background: #6C1D5F;
}

[id^="ios"] .card-wrapper .card-title {
  font-size: 25px;
}

[id^="ios"] .prop-page .service-overview .service-list a.external_website {
  padding: 10px 15px;
}

[id^="ios"] .prop-page .about-service .events .event .info h3 {
  font-size: 14px;
  padding: 0px 2px 0px !important;
}

[id^="ios"] .prop-page .about-service .blogs ul li,
[id^="ios"] .prop-page .about-service .clients ul li,
[id^="ios"] .prop-page .about-service .downloads ul li,
[id^="ios"] .prop-page .about-service .events ul li,
[id^="ios"] .prop-page .about-service .videos ul li,
[id^="ios"] .prop-page .about-service .trainings ul li {
  padding-right: 0 !important;
}

[id^="ios"] .prop-page .about-service .blogs ul li a,
[id^="ios"] .prop-page .about-service .clients ul li a,
[id^="ios"] .prop-page .about-service .downloads ul li a,
[id^="ios"] .prop-page .about-service .events ul li a,
[id^="ios"] .prop-page .about-service .videos ul li a,
[id^="ios"] .prop-page .about-service .trainings ul li a {
  padding: 20px !important;
}

[id^="ios"] .about-service article h1, [id^="ios"] .about-service .content h1 {
  font-size: 15px;
}

/*# sourceMappingURL=app.css.map */
