@charset "UTF-8";

[data-icon]:before {
  font-family: "lptech-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="lp-"]:before,
[class*=" lp-"]:before {
  font-family: "lptech-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-arrow-up-right:before{content:'\0041';}
.lp-facebook-01:before{content:'\0042';}
.lp-list:before{content:'\0043';}
.lp-chevron-up:before{content:'\0044';}
.lp-link:before{content:'\0045';}
.lp-linkedin-01:before{content:'\0046';}
.lp-menu-01:before{content:'\0047';}
.lp-plus:before{content:'\0048';}
.lp-minus:before{content:'\0049';}
.lp-chevron_right:before{content:'\004a';}