@charset "UTF-8";
/*
* ==================================================
* Primary Colors
* ==================================================
*/
/*
* ==================================================
* Secondary Colors
* ==================================================
*/
/*
* ==================================================
* Font-Family
* ==================================================
*/
/*
* ==================================================
* Font-Weight
* ==================================================
*/
/*
* ==================================================
* Font-Size
* ==================================================
*/
/*
* ==================================================
* Line Height
* ==================================================
*/
/*
* ==================================================
* Global Opacity
* ==================================================
*/
.bg-opacity {
  opacity: 0.9;
}

/*
* ==================================================
* Global Links
* ==================================================
*/
a {
  color: #1E69FF;
}

a:hover, a:active, a:focus {
  color: rgba(30, 105, 255, 0.5);
}

@media (max-width: 992px) {
  .gridWrap .col-lg-4.border-right {
    border-right: 0 !important;
  }

  .gridWrap .col-lg-4.border-left {
    border-left: 0 !important;
  }
}
.frame-space-before-extra-small {
  margin-top: 0;
  padding-top: 1em;
}

.frame-space-before-small {
  margin-top: 0;
  padding-top: 2em;
}

.frame-space-before-medium {
  margin-top: 0;
  padding-top: 3em;
}

.frame-space-before-large {
  margin-top: 0;
  padding-top: 4em;
}

.frame-space-before-extra-large {
  margin-top: 0;
  padding-top: 5em;
}

.frame-space-after-extra-small {
  margin-bottom: 0;
  padding-bottom: 1em;
}

.frame-space-after-small {
  margin-bottom: 0;
  padding-bottom: 2em;
}

.frame-space-after-medium {
  margin-bottom: 0;
  padding-bottom: 3em;
}

.frame-space-after-large {
  margin-bottom: 0;
  padding-bottom: 4em;
}

.frame-space-after-extra-large {
  margin-bottom: 0;
  padding-bottom: 5em;
}

@media (max-width: 991px) {
  .frame-space-before-extra-small {
    margin-top: 0;
    padding-top: 0.5em;
  }

  .frame-space-before-small {
    margin-top: 0;
    padding-top: 1em;
  }

  .frame-space-before-medium {
    margin-top: 0;
    padding-top: 1.5em;
  }

  .frame-space-before-large {
    margin-top: 0;
    padding-top: 2em;
  }

  .frame-space-before-extra-large {
    margin-top: 0;
    padding-top: 2.5em;
  }

  .frame-space-after-extra-small {
    margin-bottom: 0;
    padding-bottom: 0.5em;
  }

  .frame-space-after-small {
    margin-bottom: 0;
    padding-bottom: 1em;
  }

  .frame-space-after-medium {
    margin-bottom: 0;
    padding-bottom: 1.5em;
  }

  .frame-space-after-large {
    margin-bottom: 0;
    padding-bottom: 2em;
  }

  .frame-space-after-extra-large {
    margin-bottom: 0;
    padding-bottom: 2.5em;
  }
}
.big_copy {
  font-size: max(5.833vw, 26px);
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .big_copy {
    font-size: 112px;
  }
}
@media (min-width: 1920px) {
  .big_copy {
    font-size: 112px;
  }
}

.big_number {
  font-size: max(12.0vw, 24px) !important;
  line-height: 1.06 !important;
}
@media (min-width: 576px) {
  .big_number {
    font-size: max(12.0vw, 24px) !important;
  }
}
@media (min-width: 768px) {
  .big_number {
    font-size: max(12.0vw, 24px) !important;
  }
}
@media (min-width: 992px) {
  .big_number {
    font-size: 5.5vw !important;
  }
}
@media (min-width: 1200px) {
  .big_number {
    font-size: 80px !important;
  }
}
@media (min-width: 1920px) {
  .big_number {
    font-size: 80px !important;
  }
}

.highlighted_text {
  font-weight: normal;
  font-size: max(4.583vw, 20px);
  line-height: 1.26;
}
@media (min-width: 576px) {
  .highlighted_text {
    font-size: max(4.583vw, 20px);
  }
}
@media (min-width: 768px) {
  .highlighted_text {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .highlighted_text {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .highlighted_text {
    font-size: 36px;
  }
}
@media (min-width: 1920px) {
  .highlighted_text {
    font-size: 36px;
  }
}

.dateline, .dateline_lower, .dateline_black {
  font-size: 14px;
  line-height: 1.14;
  text-transform: uppercase;
}

.dateline_black {
  color: #000000;
  line-height: 1.14;
}

.dateline_lower {
  text-transform: none;
}

.dateline_black {
  color: #000000;
  font-size: 14px;
}

.page-footer .footer-contact-box .icon {
  border: 0 !important;
}
.page-footer .footer-contact-box .icon img {
  width: 75%;
  height: auto;
}

.ce-table th, .ce-table td,
.contenttable th,
.contenttable td {
  border: 0;
}

form .row .clearfix {
  font-size: 14px;
  padding-bottom: 1em;
}

a:focus,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

label {
  margin-bottom: 0;
}

p {
  margin: 0;
}

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

ul li,
ol li {
  display: block;
}

dl {
  margin: 0;
}

dt,
dd {
  line-height: inherit;
}

dt {
  font-weight: inherit;
}

dd {
  margin-bottom: 0;
}

cite {
  font-style: normal;
}

form {
  margin-bottom: 0;
}

blockquote {
  padding-left: 0;
  border-left: 0;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

html p a:hover {
  text-decoration: none;
}

table thead th {
  border-bottom: 1px solid #ececee !important;
  text-transform: uppercase;
  font-size: 15.3px;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 18px;
  font-weight: 300;
  font-family: "Axiforma", "Libre Franklin", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #373741;
}

@media (min-width: 768px) {
  body {
    font-size: 2.083vw;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.33s all ease;
  transition: 0.33s all ease;
}

a, a:active, a:focus {
  color: #1E69FF;
}

a:hover, a:active, a:focus {
  color: rgba(30, 105, 255, 0.7);
  text-decoration: none;
}

a[href*=tel], a[href*=mailto] {
  white-space: nowrap;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #d7d7d7;
}

/*
*
* Typography
* ==================================================
*/
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 300 !important;
  color: #252525;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
  display: inline;
  font: inherit;
  letter-spacing: inherit;
}

/*
h1 a, h1 a:active, h1 a:focus, h2 a, h2 a:active, h2 a:focus, h3 a, h3 a:active, h3 a:focus, h4 a, h4 a:active, h4 a:focus, h5 a, h5 a:active, h5 a:focus, h6 a, h6 a:active, h6 a:focus, .heading-1 a, .heading-1 a:active, .heading-1 a:focus, .heading-2 a, .heading-2 a:active, .heading-2 a:focus, .heading-3 a, .heading-3 a:active, .heading-3 a:focus, .heading-4 a, .heading-4 a:active, .heading-4 a:focus, .heading-5 a, .heading-5 a:active, .heading-5 a:focus, .heading-6 a, .heading-6 a:active, .heading-6 a:focus {
    color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
    color: $color_4;
}
*/
h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > *, .heading-1 > *, .heading-2 > *, .heading-3 > *, .heading-4 > *, .heading-5 > *, .heading-6 > * {
  display: inline-block;
}

h1 span:not(:last-child), h2 span:not(:last-child), h3 span:not(:last-child), h4 span:not(:last-child), h5 span:not(:last-child), h6 span:not(:last-child), .heading-1 span:not(:last-child), .heading-2 span:not(:last-child), .heading-3 span:not(:last-child), .heading-4 span:not(:last-child), .heading-5 span:not(:last-child), .heading-6 span:not(:last-child) {
  margin-right: 0.25em;
}

h1,
.heading-1 {
  font-size: max(7.083vw, 26px);
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h1,
.heading-1 {
    font-size: 56px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  h1,
.heading-1 {
    font-size: 66px;
  }
}
h2,
.heading-2 {
  font-size: max(5.417vw, 24px);
  line-height: 1.26;
  font-weight: 200;
}

@media (min-width: 768px) {
  h2,
.heading-2 {
    font-size: 56px;
    line-height: 1.26;
  }
}
@media (min-width: 992px) {
  h2,
.heading-2 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  h2,
.heading-2 {
    font-size: 66px;
  }
}
h3,
.heading-3 {
  font-size: max(4.583vw, 20px);
  line-height: 1.26;
  font-weight: normal;
}

@media (min-width: 768px) {
  h3,
.heading-3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h3,
.heading-3 {
    font-size: 36px;
    line-height: 1.26;
  }
}
h4,
.heading-4 {
  font-size: max(4.167vw, 18px);
  line-height: 1.4;
  font-weight: 300;
}

@media (min-width: 768px) {
  h4,
.heading-4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h4,
.heading-4 {
    font-size: 30px;
    line-height: 1.4;
  }
}
h5,
.heading-5 {
  font-size: max(3.750vw, 16px);
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  h5,
.heading-5 {
    font-size: 2.604vw;
  }
}
@media (min-width: 1200px) {
  h5,
.heading-5 {
    font-size: 24px;
    line-height: 1.4;
  }
}
h6,
.heading-6 {
  font-size: max(2.917vw, 14px);
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  h6,
.heading-6 {
    font-size: 2.344vw;
    line-height: 1.4;
  }
}
.big {
  font-size: 22px;
}

small,
.small {
  display: block;
  font-size: 18px;
  line-height: 1.71429;
}

code,
.code {
  padding: 1px 5px;
  border-radius: 0;
  font-family: "Axiforma", "Libre Franklin", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #000;
}

/*
*
* Fonts
* ==================================================
*/
/*
*
* Font Awesome Icons 4.7.0
* --------------------------------------------------
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../Fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../Fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../Fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../Fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=fa-]:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

@font-face {
  font-family: "Linearicons";
  src: url("../Fonts/Linearicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=linear-icon-]::before,
[class*=" linear-icon-"]::before {
  font-family: "Linearicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linear-icon-home:before {
  content: "";
}

.linear-icon-home2:before {
  content: "";
}

.linear-icon-home3:before {
  content: "";
}

.linear-icon-home4:before {
  content: "";
}

.linear-icon-home5:before {
  content: "";
}

.linear-icon-home6:before {
  content: "";
}

.linear-icon-bathtub:before {
  content: "";
}

.linear-icon-toothbrush:before {
  content: "";
}

.linear-icon-bed:before {
  content: "";
}

.linear-icon-couch:before {
  content: "";
}

.linear-icon-chair:before {
  content: "";
}

.linear-icon-city:before {
  content: "";
}

.linear-icon-apartment:before {
  content: "";
}

.linear-icon-pencil:before {
  content: "";
}

.linear-icon-pencil2:before {
  content: "";
}

.linear-icon-pen:before {
  content: "";
}

.linear-icon-pencil3:before {
  content: "";
}

.linear-icon-eraser:before {
  content: "";
}

.linear-icon-pencil4:before {
  content: "";
}

.linear-icon-pencil5:before {
  content: "";
}

.linear-icon-feather:before {
  content: "";
}

.linear-icon-feather2:before {
  content: "";
}

.linear-icon-feather3:before {
  content: "";
}

.linear-icon-pen2:before {
  content: "";
}

.linear-icon-pen-add:before {
  content: "";
}

.linear-icon-pen-remove:before {
  content: "";
}

.linear-icon-vector:before {
  content: "";
}

.linear-icon-pen3:before {
  content: "";
}

.linear-icon-blog:before {
  content: "";
}

.linear-icon-brush:before {
  content: "";
}

.linear-icon-brush2:before {
  content: "";
}

.linear-icon-spray:before {
  content: "";
}

.linear-icon-paint-roller:before {
  content: "";
}

.linear-icon-stamp:before {
  content: "";
}

.linear-icon-tape:before {
  content: "";
}

.linear-icon-desk-tape:before {
  content: "";
}

.linear-icon-texture:before {
  content: "";
}

.linear-icon-eye-dropper:before {
  content: "";
}

.linear-icon-palette:before {
  content: "";
}

.linear-icon-color-sampler:before {
  content: "";
}

.linear-icon-bucket:before {
  content: "";
}

.linear-icon-gradient:before {
  content: "";
}

.linear-icon-gradient2:before {
  content: "";
}

.linear-icon-magic-wand:before {
  content: "";
}

.linear-icon-magnet:before {
  content: "";
}

.linear-icon-pencil-ruler:before {
  content: "";
}

.linear-icon-pencil-ruler2:before {
  content: "";
}

.linear-icon-compass:before {
  content: "";
}

.linear-icon-aim:before {
  content: "";
}

.linear-icon-gun:before {
  content: "";
}

.linear-icon-bottle:before {
  content: "";
}

.linear-icon-drop:before {
  content: "";
}

.linear-icon-drop-crossed:before {
  content: "";
}

.linear-icon-drop2:before {
  content: "";
}

.linear-icon-snow:before {
  content: "";
}

.linear-icon-snow2:before {
  content: "";
}

.linear-icon-fire:before {
  content: "";
}

.linear-icon-lighter:before {
  content: "";
}

.linear-icon-knife:before {
  content: "";
}

.linear-icon-dagger:before {
  content: "";
}

.linear-icon-tissue:before {
  content: "";
}

.linear-icon-toilet-paper:before {
  content: "";
}

.linear-icon-poop:before {
  content: "";
}

.linear-icon-umbrella:before {
  content: "";
}

.linear-icon-umbrella2:before {
  content: "";
}

.linear-icon-rain:before {
  content: "";
}

.linear-icon-tornado:before {
  content: "";
}

.linear-icon-wind:before {
  content: "";
}

.linear-icon-fan:before {
  content: "";
}

.linear-icon-contrast:before {
  content: "";
}

.linear-icon-sun-small:before {
  content: "";
}

.linear-icon-sun:before {
  content: "";
}

.linear-icon-sun2:before {
  content: "";
}

.linear-icon-moon:before {
  content: "";
}

.linear-icon-cloud:before {
  content: "";
}

.linear-icon-cloud-upload:before {
  content: "";
}

.linear-icon-cloud-download:before {
  content: "";
}

.linear-icon-cloud-rain:before {
  content: "";
}

.linear-icon-cloud-hailstones:before {
  content: "";
}

.linear-icon-cloud-snow:before {
  content: "";
}

.linear-icon-cloud-windy:before {
  content: "";
}

.linear-icon-sun-wind:before {
  content: "";
}

.linear-icon-cloud-fog:before {
  content: "";
}

.linear-icon-cloud-sun:before {
  content: "";
}

.linear-icon-cloud-lightning:before {
  content: "";
}

.linear-icon-cloud-sync:before {
  content: "";
}

.linear-icon-cloud-lock:before {
  content: "";
}

.linear-icon-cloud-gear:before {
  content: "";
}

.linear-icon-cloud-alert:before {
  content: "";
}

.linear-icon-cloud-check:before {
  content: "";
}

.linear-icon-cloud-cross:before {
  content: "";
}

.linear-icon-cloud-crossed:before {
  content: "";
}

.linear-icon-cloud-database:before {
  content: "";
}

.linear-icon-database:before {
  content: "";
}

.linear-icon-database-add:before {
  content: "";
}

.linear-icon-database-remove:before {
  content: "";
}

.linear-icon-database-lock:before {
  content: "";
}

.linear-icon-database-refresh:before {
  content: "";
}

.linear-icon-database-check:before {
  content: "";
}

.linear-icon-database-history:before {
  content: "";
}

.linear-icon-database-upload:before {
  content: "";
}

.linear-icon-database-download:before {
  content: "";
}

.linear-icon-server:before {
  content: "";
}

.linear-icon-shield:before {
  content: "";
}

.linear-icon-shield-check:before {
  content: "";
}

.linear-icon-shield-alert:before {
  content: "";
}

.linear-icon-shield-cross:before {
  content: "";
}

.linear-icon-lock:before {
  content: "";
}

.linear-icon-rotation-lock:before {
  content: "";
}

.linear-icon-unlock:before {
  content: "";
}

.linear-icon-key:before {
  content: "";
}

.linear-icon-key-hole:before {
  content: "";
}

.linear-icon-toggle-off:before {
  content: "";
}

.linear-icon-toggle-on:before {
  content: "";
}

.linear-icon-cog:before {
  content: "";
}

.linear-icon-cog2:before {
  content: "";
}

.linear-icon-wrench:before {
  content: "";
}

.linear-icon-screwdriver:before {
  content: "";
}

.linear-icon-hammer-wrench:before {
  content: "";
}

.linear-icon-hammer:before {
  content: "";
}

.linear-icon-saw:before {
  content: "";
}

.linear-icon-axe:before {
  content: "";
}

.linear-icon-axe2:before {
  content: "";
}

.linear-icon-shovel:before {
  content: "";
}

.linear-icon-pickaxe:before {
  content: "";
}

.linear-icon-factory:before {
  content: "";
}

.linear-icon-factory2:before {
  content: "";
}

.linear-icon-recycle:before {
  content: "";
}

.linear-icon-trash:before {
  content: "";
}

.linear-icon-trash2:before {
  content: "";
}

.linear-icon-trash3:before {
  content: "";
}

.linear-icon-broom:before {
  content: "";
}

.linear-icon-game:before {
  content: "";
}

.linear-icon-gamepad:before {
  content: "";
}

.linear-icon-joystick:before {
  content: "";
}

.linear-icon-dice:before {
  content: "";
}

.linear-icon-spades:before {
  content: "";
}

.linear-icon-diamonds:before {
  content: "";
}

.linear-icon-clubs:before {
  content: "";
}

.linear-icon-hearts:before {
  content: "";
}

.linear-icon-heart:before {
  content: "";
}

.linear-icon-star:before {
  content: "";
}

.linear-icon-star-half:before {
  content: "";
}

.linear-icon-star-empty:before {
  content: "";
}

.linear-icon-flag:before {
  content: "";
}

.linear-icon-flag2:before {
  content: "";
}

.linear-icon-flag3:before {
  content: "";
}

.linear-icon-mailbox-full:before {
  content: "";
}

.linear-icon-mailbox-empty:before {
  content: "";
}

.linear-icon-at-sign:before {
  content: "";
}

.linear-icon-envelope:before {
  content: "";
}

.linear-icon-envelope-open:before {
  content: "";
}

.linear-icon-paperclip:before {
  content: "";
}

.linear-icon-paper-plane:before {
  content: "";
}

.linear-icon-reply:before {
  content: "";
}

.linear-icon-reply-all:before {
  content: "";
}

.linear-icon-inbox:before {
  content: "";
}

.linear-icon-inbox2:before {
  content: "";
}

.linear-icon-outbox:before {
  content: "";
}

.linear-icon-box:before {
  content: "";
}

.linear-icon-archive:before {
  content: "";
}

.linear-icon-archive2:before {
  content: "";
}

.linear-icon-drawers:before {
  content: "";
}

.linear-icon-drawers2:before {
  content: "";
}

.linear-icon-drawers3:before {
  content: "";
}

.linear-icon-eye:before {
  content: "";
}

.linear-icon-eye-crossed:before {
  content: "";
}

.linear-icon-eye-plus:before {
  content: "";
}

.linear-icon-eye-minus:before {
  content: "";
}

.linear-icon-binoculars:before {
  content: "";
}

.linear-icon-binoculars2:before {
  content: "";
}

.linear-icon-hdd:before {
  content: "";
}

.linear-icon-hdd-down:before {
  content: "";
}

.linear-icon-hdd-up:before {
  content: "";
}

.linear-icon-floppy-disk:before {
  content: "";
}

.linear-icon-disc:before {
  content: "";
}

.linear-icon-tape2:before {
  content: "";
}

.linear-icon-printer:before {
  content: "";
}

.linear-icon-shredder:before {
  content: "";
}

.linear-icon-file-empty:before {
  content: "";
}

.linear-icon-file-add:before {
  content: "";
}

.linear-icon-file-check:before {
  content: "";
}

.linear-icon-file-lock:before {
  content: "";
}

.linear-icon-files:before {
  content: "";
}

.linear-icon-copy:before {
  content: "";
}

.linear-icon-compare:before {
  content: "";
}

.linear-icon-folder:before {
  content: "";
}

.linear-icon-folder-search:before {
  content: "";
}

.linear-icon-folder-plus:before {
  content: "";
}

.linear-icon-folder-minus:before {
  content: "";
}

.linear-icon-folder-download:before {
  content: "";
}

.linear-icon-folder-upload:before {
  content: "";
}

.linear-icon-folder-star:before {
  content: "";
}

.linear-icon-folder-heart:before {
  content: "";
}

.linear-icon-folder-user:before {
  content: "";
}

.linear-icon-folder-shared:before {
  content: "";
}

.linear-icon-folder-music:before {
  content: "";
}

.linear-icon-folder-picture:before {
  content: "";
}

.linear-icon-folder-film:before {
  content: "";
}

.linear-icon-scissors:before {
  content: "";
}

.linear-icon-paste:before {
  content: "";
}

.linear-icon-clipboard-empty:before {
  content: "";
}

.linear-icon-clipboard-pencil:before {
  content: "";
}

.linear-icon-clipboard-text:before {
  content: "";
}

.linear-icon-clipboard-check:before {
  content: "";
}

.linear-icon-clipboard-down:before {
  content: "";
}

.linear-icon-clipboard-left:before {
  content: "";
}

.linear-icon-clipboard-alert:before {
  content: "";
}

.linear-icon-clipboard-user:before {
  content: "";
}

.linear-icon-register:before {
  content: "";
}

.linear-icon-enter:before {
  content: "";
}

.linear-icon-exit:before {
  content: "";
}

.linear-icon-papers:before {
  content: "";
}

.linear-icon-news:before {
  content: "";
}

.linear-icon-reading:before {
  content: "";
}

.linear-icon-typewriter:before {
  content: "";
}

.linear-icon-document:before {
  content: "";
}

.linear-icon-document2:before {
  content: "";
}

.linear-icon-graduation-hat:before {
  content: "";
}

.linear-icon-license:before {
  content: "";
}

.linear-icon-license2:before {
  content: "";
}

.linear-icon-medal-empty:before {
  content: "";
}

.linear-icon-medal-first:before {
  content: "";
}

.linear-icon-medal-second:before {
  content: "";
}

.linear-icon-medal-third:before {
  content: "";
}

.linear-icon-podium:before {
  content: "";
}

.linear-icon-trophy:before {
  content: "";
}

.linear-icon-trophy2:before {
  content: "";
}

.linear-icon-music-note:before {
  content: "";
}

.linear-icon-music-note2:before {
  content: "";
}

.linear-icon-music-note3:before {
  content: "";
}

.linear-icon-playlist:before {
  content: "";
}

.linear-icon-playlist-add:before {
  content: "";
}

.linear-icon-guitar:before {
  content: "";
}

.linear-icon-trumpet:before {
  content: "";
}

.linear-icon-album:before {
  content: "";
}

.linear-icon-shuffle:before {
  content: "";
}

.linear-icon-repeat-one:before {
  content: "";
}

.linear-icon-repeat:before {
  content: "";
}

.linear-icon-headphones:before {
  content: "";
}

.linear-icon-headset:before {
  content: "";
}

.linear-icon-loudspeaker:before {
  content: "";
}

.linear-icon-equalizer:before {
  content: "";
}

.linear-icon-theater:before {
  content: "";
}

.linear-icon-3d-glasses:before {
  content: "";
}

.linear-icon-ticket:before {
  content: "";
}

.linear-icon-presentation:before {
  content: "";
}

.linear-icon-play:before {
  content: "";
}

.linear-icon-film-play:before {
  content: "";
}

.linear-icon-clapboard-play:before {
  content: "";
}

.linear-icon-media:before {
  content: "";
}

.linear-icon-film:before {
  content: "";
}

.linear-icon-film2:before {
  content: "";
}

.linear-icon-surveillance:before {
  content: "";
}

.linear-icon-surveillance2:before {
  content: "";
}

.linear-icon-camera:before {
  content: "";
}

.linear-icon-camera-crossed:before {
  content: "";
}

.linear-icon-camera-play:before {
  content: "";
}

.linear-icon-time-lapse:before {
  content: "";
}

.linear-icon-record:before {
  content: "";
}

.linear-icon-camera2:before {
  content: "";
}

.linear-icon-camera-flip:before {
  content: "";
}

.linear-icon-panorama:before {
  content: "";
}

.linear-icon-time-lapse2:before {
  content: "";
}

.linear-icon-shutter:before {
  content: "";
}

.linear-icon-shutter2:before {
  content: "";
}

.linear-icon-face-detection:before {
  content: "";
}

.linear-icon-flare:before {
  content: "";
}

.linear-icon-convex:before {
  content: "";
}

.linear-icon-concave:before {
  content: "";
}

.linear-icon-picture:before {
  content: "";
}

.linear-icon-picture2:before {
  content: "";
}

.linear-icon-picture3:before {
  content: "";
}

.linear-icon-pictures:before {
  content: "";
}

.linear-icon-book:before {
  content: "";
}

.linear-icon-audio-book:before {
  content: "";
}

.linear-icon-book2:before {
  content: "";
}

.linear-icon-bookmark:before {
  content: "";
}

.linear-icon-bookmark2:before {
  content: "";
}

.linear-icon-label:before {
  content: "";
}

.linear-icon-library:before {
  content: "";
}

.linear-icon-library2:before {
  content: "";
}

.linear-icon-contacts:before {
  content: "";
}

.linear-icon-profile:before {
  content: "";
}

.linear-icon-portrait:before {
  content: "";
}

.linear-icon-portrait2:before {
  content: "";
}

.linear-icon-user:before {
  content: "";
}

.linear-icon-user-plus:before {
  content: "";
}

.linear-icon-user-minus:before {
  content: "";
}

.linear-icon-user-lock:before {
  content: "";
}

.linear-icon-users:before {
  content: "";
}

.linear-icon-users2:before {
  content: "";
}

.linear-icon-users-plus:before {
  content: "";
}

.linear-icon-users-minus:before {
  content: "";
}

.linear-icon-group-work:before {
  content: "";
}

.linear-icon-woman:before {
  content: "";
}

.linear-icon-man:before {
  content: "";
}

.linear-icon-baby:before {
  content: "";
}

.linear-icon-baby2:before {
  content: "";
}

.linear-icon-baby3:before {
  content: "";
}

.linear-icon-baby-bottle:before {
  content: "";
}

.linear-icon-walk:before {
  content: "";
}

.linear-icon-hand-waving:before {
  content: "";
}

.linear-icon-jump:before {
  content: "";
}

.linear-icon-run:before {
  content: "";
}

.linear-icon-woman2:before {
  content: "";
}

.linear-icon-man2:before {
  content: "";
}

.linear-icon-man-woman:before {
  content: "";
}

.linear-icon-height:before {
  content: "";
}

.linear-icon-weight:before {
  content: "";
}

.linear-icon-scale:before {
  content: "";
}

.linear-icon-button:before {
  content: "";
}

.linear-icon-bow-tie:before {
  content: "";
}

.linear-icon-tie:before {
  content: "";
}

.linear-icon-socks:before {
  content: "";
}

.linear-icon-shoe:before {
  content: "";
}

.linear-icon-shoes:before {
  content: "";
}

.linear-icon-hat:before {
  content: "";
}

.linear-icon-pants:before {
  content: "";
}

.linear-icon-shorts:before {
  content: "";
}

.linear-icon-flip-flops:before {
  content: "";
}

.linear-icon-shirt:before {
  content: "";
}

.linear-icon-hanger:before {
  content: "";
}

.linear-icon-laundry:before {
  content: "";
}

.linear-icon-store:before {
  content: "";
}

.linear-icon-haircut:before {
  content: "";
}

.linear-icon-store-24:before {
  content: "";
}

.linear-icon-barcode:before {
  content: "";
}

.linear-icon-barcode2:before {
  content: "";
}

.linear-icon-barcode3:before {
  content: "";
}

.linear-icon-cashier:before {
  content: "";
}

.linear-icon-bag:before {
  content: "";
}

.linear-icon-bag2:before {
  content: "";
}

.linear-icon-cart:before {
  content: "";
}

.linear-icon-cart-empty:before {
  content: "";
}

.linear-icon-cart-full:before {
  content: "";
}

.linear-icon-cart-plus:before {
  content: "";
}

.linear-icon-cart-plus2:before {
  content: "";
}

.linear-icon-cart-add:before {
  content: "";
}

.linear-icon-cart-remove:before {
  content: "";
}

.linear-icon-cart-exchange:before {
  content: "";
}

.linear-icon-tag:before {
  content: "";
}

.linear-icon-tags:before {
  content: "";
}

.linear-icon-receipt:before {
  content: "";
}

.linear-icon-wallet:before {
  content: "";
}

.linear-icon-credit-card:before {
  content: "";
}

.linear-icon-cash-dollar:before {
  content: "";
}

.linear-icon-cash-euro:before {
  content: "";
}

.linear-icon-cash-pound:before {
  content: "";
}

.linear-icon-cash-yen:before {
  content: "";
}

.linear-icon-bag-dollar:before {
  content: "";
}

.linear-icon-bag-euro:before {
  content: "";
}

.linear-icon-bag-pound:before {
  content: "";
}

.linear-icon-bag-yen:before {
  content: "";
}

.linear-icon-coin-dollar:before {
  content: "";
}

.linear-icon-coin-euro:before {
  content: "";
}

.linear-icon-coin-pound:before {
  content: "";
}

.linear-icon-coin-yen:before {
  content: "";
}

.linear-icon-calculator:before {
  content: "";
}

.linear-icon-calculator2:before {
  content: "";
}

.linear-icon-abacus:before {
  content: "";
}

.linear-icon-vault:before {
  content: "";
}

.linear-icon-telephone:before {
  content: "";
}

.linear-icon-phone-lock:before {
  content: "";
}

.linear-icon-phone-wave:before {
  content: "";
}

.linear-icon-phone-pause:before {
  content: "";
}

.linear-icon-phone-outgoing:before {
  content: "";
}

.linear-icon-phone-incoming:before {
  content: "";
}

.linear-icon-phone-in-out:before {
  content: "";
}

.linear-icon-phone-error:before {
  content: "";
}

.linear-icon-phone-sip:before {
  content: "";
}

.linear-icon-phone-plus:before {
  content: "";
}

.linear-icon-phone-minus:before {
  content: "";
}

.linear-icon-voicemail:before {
  content: "";
}

.linear-icon-dial:before {
  content: "";
}

.linear-icon-telephone2:before {
  content: "";
}

.linear-icon-pushpin:before {
  content: "";
}

.linear-icon-pushpin2:before {
  content: "";
}

.linear-icon-map-marker:before {
  content: "";
}

.linear-icon-map-marker-user:before {
  content: "";
}

.linear-icon-map-marker-down:before {
  content: "";
}

.linear-icon-map-marker-check:before {
  content: "";
}

.linear-icon-map-marker-crossed:before {
  content: "";
}

.linear-icon-radar:before {
  content: "";
}

.linear-icon-compass2:before {
  content: "";
}

.linear-icon-map:before {
  content: "";
}

.linear-icon-map2:before {
  content: "";
}

.linear-icon-location:before {
  content: "";
}

.linear-icon-road-sign:before {
  content: "";
}

.linear-icon-calendar-empty:before {
  content: "";
}

.linear-icon-calendar-check:before {
  content: "";
}

.linear-icon-calendar-cross:before {
  content: "";
}

.linear-icon-calendar-31:before {
  content: "";
}

.linear-icon-calendar-full:before {
  content: "";
}

.linear-icon-calendar-insert:before {
  content: "";
}

.linear-icon-calendar-text:before {
  content: "";
}

.linear-icon-calendar-user:before {
  content: "";
}

.linear-icon-mouse:before {
  content: "";
}

.linear-icon-mouse-left:before {
  content: "";
}

.linear-icon-mouse-right:before {
  content: "";
}

.linear-icon-mouse-both:before {
  content: "";
}

.linear-icon-keyboard:before {
  content: "";
}

.linear-icon-keyboard-up:before {
  content: "";
}

.linear-icon-keyboard-down:before {
  content: "";
}

.linear-icon-delete:before {
  content: "";
}

.linear-icon-spell-check:before {
  content: "";
}

.linear-icon-escape:before {
  content: "";
}

.linear-icon-enter2:before {
  content: "";
}

.linear-icon-screen:before {
  content: "";
}

.linear-icon-aspect-ratio:before {
  content: "";
}

.linear-icon-signal:before {
  content: "";
}

.linear-icon-signal-lock:before {
  content: "";
}

.linear-icon-signal-80:before {
  content: "";
}

.linear-icon-signal-60:before {
  content: "";
}

.linear-icon-signal-40:before {
  content: "";
}

.linear-icon-signal-20:before {
  content: "";
}

.linear-icon-signal-0:before {
  content: "";
}

.linear-icon-signal-blocked:before {
  content: "";
}

.linear-icon-sim:before {
  content: "";
}

.linear-icon-flash-memory:before {
  content: "";
}

.linear-icon-usb-drive:before {
  content: "";
}

.linear-icon-phone:before {
  content: "";
}

.linear-icon-smartphone:before {
  content: "";
}

.linear-icon-smartphone-notification:before {
  content: "";
}

.linear-icon-smartphone-vibration:before {
  content: "";
}

.linear-icon-smartphone-embed:before {
  content: "";
}

.linear-icon-smartphone-waves:before {
  content: "";
}

.linear-icon-tablet:before {
  content: "";
}

.linear-icon-tablet2:before {
  content: "";
}

.linear-icon-laptop:before {
  content: "";
}

.linear-icon-laptop-phone:before {
  content: "";
}

.linear-icon-desktop:before {
  content: "";
}

.linear-icon-launch:before {
  content: "";
}

.linear-icon-new-tab:before {
  content: "";
}

.linear-icon-window:before {
  content: "";
}

.linear-icon-cable:before {
  content: "";
}

.linear-icon-cable2:before {
  content: "";
}

.linear-icon-tv:before {
  content: "";
}

.linear-icon-radio:before {
  content: "";
}

.linear-icon-remote-control:before {
  content: "";
}

.linear-icon-power-switch:before {
  content: "";
}

.linear-icon-power:before {
  content: "";
}

.linear-icon-power-crossed:before {
  content: "";
}

.linear-icon-flash-auto:before {
  content: "";
}

.linear-icon-lamp:before {
  content: "";
}

.linear-icon-flashlight:before {
  content: "";
}

.linear-icon-lampshade:before {
  content: "";
}

.linear-icon-cord:before {
  content: "";
}

.linear-icon-outlet:before {
  content: "";
}

.linear-icon-battery-power:before {
  content: "";
}

.linear-icon-battery-empty:before {
  content: "";
}

.linear-icon-battery-alert:before {
  content: "";
}

.linear-icon-battery-error:before {
  content: "";
}

.linear-icon-battery-low1:before {
  content: "";
}

.linear-icon-battery-low2:before {
  content: "";
}

.linear-icon-battery-low3:before {
  content: "";
}

.linear-icon-battery-mid1:before {
  content: "";
}

.linear-icon-battery-mid2:before {
  content: "";
}

.linear-icon-battery-mid3:before {
  content: "";
}

.linear-icon-battery-full:before {
  content: "";
}

.linear-icon-battery-charging:before {
  content: "";
}

.linear-icon-battery-charging2:before {
  content: "";
}

.linear-icon-battery-charging3:before {
  content: "";
}

.linear-icon-battery-charging4:before {
  content: "";
}

.linear-icon-battery-charging5:before {
  content: "";
}

.linear-icon-battery-charging6:before {
  content: "";
}

.linear-icon-battery-charging7:before {
  content: "";
}

.linear-icon-chip:before {
  content: "";
}

.linear-icon-chip-x64:before {
  content: "";
}

.linear-icon-chip-x86:before {
  content: "";
}

.linear-icon-bubble:before {
  content: "";
}

.linear-icon-bubbles:before {
  content: "";
}

.linear-icon-bubble-dots:before {
  content: "";
}

.linear-icon-bubble-alert:before {
  content: "";
}

.linear-icon-bubble-question:before {
  content: "";
}

.linear-icon-bubble-text:before {
  content: "";
}

.linear-icon-bubble-pencil:before {
  content: "";
}

.linear-icon-bubble-picture:before {
  content: "";
}

.linear-icon-bubble-video:before {
  content: "";
}

.linear-icon-bubble-user:before {
  content: "";
}

.linear-icon-bubble-quote:before {
  content: "";
}

.linear-icon-bubble-heart:before {
  content: "";
}

.linear-icon-bubble-emoticon:before {
  content: "";
}

.linear-icon-bubble-attachment:before {
  content: "";
}

.linear-icon-phone-bubble:before {
  content: "";
}

.linear-icon-quote-open:before {
  content: "";
}

.linear-icon-quote-close:before {
  content: "";
}

.linear-icon-dna:before {
  content: "";
}

.linear-icon-heart-pulse:before {
  content: "";
}

.linear-icon-pulse:before {
  content: "";
}

.linear-icon-syringe:before {
  content: "";
}

.linear-icon-pills:before {
  content: "";
}

.linear-icon-first-aid:before {
  content: "";
}

.linear-icon-lifebuoy:before {
  content: "";
}

.linear-icon-bandage:before {
  content: "";
}

.linear-icon-bandages:before {
  content: "";
}

.linear-icon-thermometer:before {
  content: "";
}

.linear-icon-microscope:before {
  content: "";
}

.linear-icon-brain:before {
  content: "";
}

.linear-icon-beaker:before {
  content: "";
}

.linear-icon-skull:before {
  content: "";
}

.linear-icon-bone:before {
  content: "";
}

.linear-icon-construction:before {
  content: "";
}

.linear-icon-construction-cone:before {
  content: "";
}

.linear-icon-pie-chart:before {
  content: "";
}

.linear-icon-pie-chart2:before {
  content: "";
}

.linear-icon-graph:before {
  content: "";
}

.linear-icon-chart-growth:before {
  content: "";
}

.linear-icon-chart-bars:before {
  content: "";
}

.linear-icon-chart-settings:before {
  content: "";
}

.linear-icon-cake:before {
  content: "";
}

.linear-icon-gift:before {
  content: "";
}

.linear-icon-balloon:before {
  content: "";
}

.linear-icon-rank:before {
  content: "";
}

.linear-icon-rank2:before {
  content: "";
}

.linear-icon-rank3:before {
  content: "";
}

.linear-icon-crown:before {
  content: "";
}

.linear-icon-lotus:before {
  content: "";
}

.linear-icon-diamond:before {
  content: "";
}

.linear-icon-diamond2:before {
  content: "";
}

.linear-icon-diamond3:before {
  content: "";
}

.linear-icon-diamond4:before {
  content: "";
}

.linear-icon-linearicons:before {
  content: "";
}

.linear-icon-teacup:before {
  content: "";
}

.linear-icon-teapot:before {
  content: "";
}

.linear-icon-glass:before {
  content: "";
}

.linear-icon-bottle2:before {
  content: "";
}

.linear-icon-glass-cocktail:before {
  content: "";
}

.linear-icon-glass2:before {
  content: "";
}

.linear-icon-dinner:before {
  content: "";
}

.linear-icon-dinner2:before {
  content: "";
}

.linear-icon-chef:before {
  content: "";
}

.linear-icon-scale2:before {
  content: "";
}

.linear-icon-egg:before {
  content: "";
}

.linear-icon-egg2:before {
  content: "";
}

.linear-icon-eggs:before {
  content: "";
}

.linear-icon-platter:before {
  content: "";
}

.linear-icon-steak:before {
  content: "";
}

.linear-icon-hamburger:before {
  content: "";
}

.linear-icon-hotdog:before {
  content: "";
}

.linear-icon-pizza:before {
  content: "";
}

.linear-icon-sausage:before {
  content: "";
}

.linear-icon-chicken:before {
  content: "";
}

.linear-icon-fish:before {
  content: "";
}

.linear-icon-carrot:before {
  content: "";
}

.linear-icon-cheese:before {
  content: "";
}

.linear-icon-bread:before {
  content: "";
}

.linear-icon-ice-cream:before {
  content: "";
}

.linear-icon-ice-cream2:before {
  content: "";
}

.linear-icon-candy:before {
  content: "";
}

.linear-icon-lollipop:before {
  content: "";
}

.linear-icon-coffee-bean:before {
  content: "";
}

.linear-icon-coffee-cup:before {
  content: "";
}

.linear-icon-cherry:before {
  content: "";
}

.linear-icon-grapes:before {
  content: "";
}

.linear-icon-citrus:before {
  content: "";
}

.linear-icon-apple:before {
  content: "";
}

.linear-icon-leaf:before {
  content: "";
}

.linear-icon-landscape:before {
  content: "";
}

.linear-icon-pine-tree:before {
  content: "";
}

.linear-icon-tree:before {
  content: "";
}

.linear-icon-cactus:before {
  content: "";
}

.linear-icon-paw:before {
  content: "";
}

.linear-icon-footprint:before {
  content: "";
}

.linear-icon-speed-slow:before {
  content: "";
}

.linear-icon-speed-medium:before {
  content: "";
}

.linear-icon-speed-fast:before {
  content: "";
}

.linear-icon-rocket:before {
  content: "";
}

.linear-icon-hammer2:before {
  content: "";
}

.linear-icon-balance:before {
  content: "";
}

.linear-icon-briefcase:before {
  content: "";
}

.linear-icon-luggage-weight:before {
  content: "";
}

.linear-icon-dolly:before {
  content: "";
}

.linear-icon-plane:before {
  content: "";
}

.linear-icon-plane-crossed:before {
  content: "";
}

.linear-icon-helicopter:before {
  content: "";
}

.linear-icon-traffic-lights:before {
  content: "";
}

.linear-icon-siren:before {
  content: "";
}

.linear-icon-road:before {
  content: "";
}

.linear-icon-engine:before {
  content: "";
}

.linear-icon-oil-pressure:before {
  content: "";
}

.linear-icon-coolant-temperature:before {
  content: "";
}

.linear-icon-car-battery:before {
  content: "";
}

.linear-icon-gas:before {
  content: "";
}

.linear-icon-gallon:before {
  content: "";
}

.linear-icon-transmission:before {
  content: "";
}

.linear-icon-car:before {
  content: "";
}

.linear-icon-car-wash:before {
  content: "";
}

.linear-icon-car-wash2:before {
  content: "";
}

.linear-icon-bus:before {
  content: "";
}

.linear-icon-bus2:before {
  content: "";
}

.linear-icon-car2:before {
  content: "";
}

.linear-icon-parking:before {
  content: "";
}

.linear-icon-car-lock:before {
  content: "";
}

.linear-icon-taxi:before {
  content: "";
}

.linear-icon-car-siren:before {
  content: "";
}

.linear-icon-car-wash3:before {
  content: "";
}

.linear-icon-car-wash4:before {
  content: "";
}

.linear-icon-ambulance:before {
  content: "";
}

.linear-icon-truck:before {
  content: "";
}

.linear-icon-trailer:before {
  content: "";
}

.linear-icon-scale-truck:before {
  content: "";
}

.linear-icon-train:before {
  content: "";
}

.linear-icon-ship:before {
  content: "";
}

.linear-icon-ship2:before {
  content: "";
}

.linear-icon-anchor:before {
  content: "";
}

.linear-icon-boat:before {
  content: "";
}

.linear-icon-bicycle:before {
  content: "";
}

.linear-icon-bicycle2:before {
  content: "";
}

.linear-icon-dumbbell:before {
  content: "";
}

.linear-icon-bench-press:before {
  content: "";
}

.linear-icon-swim:before {
  content: "";
}

.linear-icon-football:before {
  content: "";
}

.linear-icon-baseball-bat:before {
  content: "";
}

.linear-icon-baseball:before {
  content: "";
}

.linear-icon-tennis:before {
  content: "";
}

.linear-icon-tennis2:before {
  content: "";
}

.linear-icon-ping-pong:before {
  content: "";
}

.linear-icon-hockey:before {
  content: "";
}

.linear-icon-8ball:before {
  content: "";
}

.linear-icon-bowling:before {
  content: "";
}

.linear-icon-bowling-pins:before {
  content: "";
}

.linear-icon-golf:before {
  content: "";
}

.linear-icon-golf2:before {
  content: "";
}

.linear-icon-archery:before {
  content: "";
}

.linear-icon-slingshot:before {
  content: "";
}

.linear-icon-soccer:before {
  content: "";
}

.linear-icon-basketball:before {
  content: "";
}

.linear-icon-cube:before {
  content: "";
}

.linear-icon-3d-rotate:before {
  content: "";
}

.linear-icon-puzzle:before {
  content: "";
}

.linear-icon-glasses:before {
  content: "";
}

.linear-icon-glasses2:before {
  content: "";
}

.linear-icon-accessibility:before {
  content: "";
}

.linear-icon-wheelchair:before {
  content: "";
}

.linear-icon-wall:before {
  content: "";
}

.linear-icon-fence:before {
  content: "";
}

.linear-icon-wall2:before {
  content: "";
}

.linear-icon-icons:before {
  content: "";
}

.linear-icon-resize-handle:before {
  content: "";
}

.linear-icon-icons2:before {
  content: "";
}

.linear-icon-select:before {
  content: "";
}

.linear-icon-select2:before {
  content: "";
}

.linear-icon-site-map:before {
  content: "";
}

.linear-icon-earth:before {
  content: "";
}

.linear-icon-earth-lock:before {
  content: "";
}

.linear-icon-network:before {
  content: "";
}

.linear-icon-network-lock:before {
  content: "";
}

.linear-icon-planet:before {
  content: "";
}

.linear-icon-happy:before {
  content: "";
}

.linear-icon-smile:before {
  content: "";
}

.linear-icon-grin:before {
  content: "";
}

.linear-icon-tongue:before {
  content: "";
}

.linear-icon-sad:before {
  content: "";
}

.linear-icon-wink:before {
  content: "";
}

.linear-icon-dream:before {
  content: "";
}

.linear-icon-shocked:before {
  content: "";
}

.linear-icon-shocked2:before {
  content: "";
}

.linear-icon-tongue2:before {
  content: "";
}

.linear-icon-neutral:before {
  content: "";
}

.linear-icon-happy-grin:before {
  content: "";
}

.linear-icon-cool:before {
  content: "";
}

.linear-icon-mad:before {
  content: "";
}

.linear-icon-grin-evil:before {
  content: "";
}

.linear-icon-evil:before {
  content: "";
}

.linear-icon-wow:before {
  content: "";
}

.linear-icon-annoyed:before {
  content: "";
}

.linear-icon-wondering:before {
  content: "";
}

.linear-icon-confused:before {
  content: "";
}

.linear-icon-zipped:before {
  content: "";
}

.linear-icon-grumpy:before {
  content: "";
}

.linear-icon-mustache:before {
  content: "";
}

.linear-icon-tombstone-hipster:before {
  content: "";
}

.linear-icon-tombstone:before {
  content: "";
}

.linear-icon-ghost:before {
  content: "";
}

.linear-icon-ghost-hipster:before {
  content: "";
}

.linear-icon-halloween:before {
  content: "";
}

.linear-icon-christmas:before {
  content: "";
}

.linear-icon-easter-egg:before {
  content: "";
}

.linear-icon-mustache2:before {
  content: "";
}

.linear-icon-mustache-glasses:before {
  content: "";
}

.linear-icon-pipe:before {
  content: "";
}

.linear-icon-alarm:before {
  content: "";
}

.linear-icon-alarm-add:before {
  content: "";
}

.linear-icon-alarm-snooze:before {
  content: "";
}

.linear-icon-alarm-ringing:before {
  content: "";
}

.linear-icon-bullhorn:before {
  content: "";
}

.linear-icon-hearing:before {
  content: "";
}

.linear-icon-volume-high:before {
  content: "";
}

.linear-icon-volume-medium:before {
  content: "";
}

.linear-icon-volume-low:before {
  content: "";
}

.linear-icon-volume:before {
  content: "";
}

.linear-icon-mute:before {
  content: "";
}

.linear-icon-lan:before {
  content: "";
}

.linear-icon-lan2:before {
  content: "";
}

.linear-icon-wifi:before {
  content: "";
}

.linear-icon-wifi-lock:before {
  content: "";
}

.linear-icon-wifi-blocked:before {
  content: "";
}

.linear-icon-wifi-mid:before {
  content: "";
}

.linear-icon-wifi-low:before {
  content: "";
}

.linear-icon-wifi-low2:before {
  content: "";
}

.linear-icon-wifi-alert:before {
  content: "";
}

.linear-icon-wifi-alert-mid:before {
  content: "";
}

.linear-icon-wifi-alert-low:before {
  content: "";
}

.linear-icon-wifi-alert-low2:before {
  content: "";
}

.linear-icon-stream:before {
  content: "";
}

.linear-icon-stream-check:before {
  content: "";
}

.linear-icon-stream-error:before {
  content: "";
}

.linear-icon-stream-alert:before {
  content: "";
}

.linear-icon-communication:before {
  content: "";
}

.linear-icon-communication-crossed:before {
  content: "";
}

.linear-icon-broadcast:before {
  content: "";
}

.linear-icon-antenna:before {
  content: "";
}

.linear-icon-satellite:before {
  content: "";
}

.linear-icon-satellite2:before {
  content: "";
}

.linear-icon-mic:before {
  content: "";
}

.linear-icon-mic-mute:before {
  content: "";
}

.linear-icon-mic2:before {
  content: "";
}

.linear-icon-spotlights:before {
  content: "";
}

.linear-icon-hourglass:before {
  content: "";
}

.linear-icon-loading:before {
  content: "";
}

.linear-icon-loading2:before {
  content: "";
}

.linear-icon-loading3:before {
  content: "";
}

.linear-icon-refresh:before {
  content: "";
}

.linear-icon-refresh2:before {
  content: "";
}

.linear-icon-undo:before {
  content: "";
}

.linear-icon-redo:before {
  content: "";
}

.linear-icon-jump2:before {
  content: "";
}

.linear-icon-undo2:before {
  content: "";
}

.linear-icon-redo2:before {
  content: "";
}

.linear-icon-sync:before {
  content: "";
}

.linear-icon-repeat-one2:before {
  content: "";
}

.linear-icon-sync-crossed:before {
  content: "";
}

.linear-icon-sync2:before {
  content: "";
}

.linear-icon-repeat-one3:before {
  content: "";
}

.linear-icon-sync-crossed2:before {
  content: "";
}

.linear-icon-return:before {
  content: "";
}

.linear-icon-return2:before {
  content: "";
}

.linear-icon-refund:before {
  content: "";
}

.linear-icon-history:before {
  content: "";
}

.linear-icon-history2:before {
  content: "";
}

.linear-icon-self-timer:before {
  content: "";
}

.linear-icon-clock:before {
  content: "";
}

.linear-icon-clock2:before {
  content: "";
}

.linear-icon-clock3:before {
  content: "";
}

.linear-icon-watch:before {
  content: "";
}

.linear-icon-alarm2:before {
  content: "";
}

.linear-icon-alarm-add2:before {
  content: "";
}

.linear-icon-alarm-remove:before {
  content: "";
}

.linear-icon-alarm-check:before {
  content: "";
}

.linear-icon-alarm-error:before {
  content: "";
}

.linear-icon-timer:before {
  content: "";
}

.linear-icon-timer-crossed:before {
  content: "";
}

.linear-icon-timer2:before {
  content: "";
}

.linear-icon-timer-crossed2:before {
  content: "";
}

.linear-icon-download:before {
  content: "";
}

.linear-icon-upload:before {
  content: "";
}

.linear-icon-download2:before {
  content: "";
}

.linear-icon-upload2:before {
  content: "";
}

.linear-icon-enter-up:before {
  content: "";
}

.linear-icon-enter-down:before {
  content: "";
}

.linear-icon-enter-left:before {
  content: "";
}

.linear-icon-enter-right:before {
  content: "";
}

.linear-icon-exit-up:before {
  content: "";
}

.linear-icon-exit-down:before {
  content: "";
}

.linear-icon-exit-left:before {
  content: "";
}

.linear-icon-exit-right:before {
  content: "";
}

.linear-icon-enter-up2:before {
  content: "";
}

.linear-icon-enter-down2:before {
  content: "";
}

.linear-icon-enter-vertical:before {
  content: "";
}

.linear-icon-enter-left2:before {
  content: "";
}

.linear-icon-enter-right2:before {
  content: "";
}

.linear-icon-enter-horizontal:before {
  content: "";
}

.linear-icon-exit-up2:before {
  content: "";
}

.linear-icon-exit-down2:before {
  content: "";
}

.linear-icon-exit-left2:before {
  content: "";
}

.linear-icon-exit-right2:before {
  content: "";
}

.linear-icon-cli:before {
  content: "";
}

.linear-icon-bug:before {
  content: "";
}

.linear-icon-code:before {
  content: "";
}

.linear-icon-file-code:before {
  content: "";
}

.linear-icon-file-image:before {
  content: "";
}

.linear-icon-file-zip:before {
  content: "";
}

.linear-icon-file-audio:before {
  content: "";
}

.linear-icon-file-video:before {
  content: "";
}

.linear-icon-file-preview:before {
  content: "";
}

.linear-icon-file-charts:before {
  content: "";
}

.linear-icon-file-stats:before {
  content: "";
}

.linear-icon-file-spreadsheet:before {
  content: "";
}

.linear-icon-link:before {
  content: "";
}

.linear-icon-unlink:before {
  content: "";
}

.linear-icon-link2:before {
  content: "";
}

.linear-icon-unlink2:before {
  content: "";
}

.linear-icon-thumbs-up:before {
  content: "";
}

.linear-icon-thumbs-down:before {
  content: "";
}

.linear-icon-thumbs-up2:before {
  content: "";
}

.linear-icon-thumbs-down2:before {
  content: "";
}

.linear-icon-thumbs-up3:before {
  content: "";
}

.linear-icon-thumbs-down3:before {
  content: "";
}

.linear-icon-share:before {
  content: "";
}

.linear-icon-share2:before {
  content: "";
}

.linear-icon-share3:before {
  content: "";
}

.linear-icon-magnifier:before {
  content: "";
}

.linear-icon-file-search:before {
  content: "";
}

.linear-icon-find-replace:before {
  content: "";
}

.linear-icon-zoom-in:before {
  content: "";
}

.linear-icon-zoom-out:before {
  content: "";
}

.linear-icon-loupe:before {
  content: "";
}

.linear-icon-loupe-zoom-in:before {
  content: "";
}

.linear-icon-loupe-zoom-out:before {
  content: "";
}

.linear-icon-cross:before {
  content: "";
}

.linear-icon-menu:before {
  content: "";
}

.linear-icon-list:before {
  content: "";
}

.linear-icon-list2:before {
  content: "";
}

.linear-icon-list3:before {
  content: "";
}

.linear-icon-menu2:before {
  content: "";
}

.linear-icon-list4:before {
  content: "";
}

.linear-icon-menu3:before {
  content: "";
}

.linear-icon-exclamation:before {
  content: "";
}

.linear-icon-question:before {
  content: "";
}

.linear-icon-check:before {
  content: "";
}

.linear-icon-cross2:before {
  content: "";
}

.linear-icon-plus:before {
  content: "";
}

.linear-icon-minus:before {
  content: "";
}

.linear-icon-percent:before {
  content: "";
}

.linear-icon-chevron-up:before {
  content: "";
}

.linear-icon-chevron-down:before {
  content: "";
}

.linear-icon-chevron-left:before {
  content: "";
}

.linear-icon-chevron-right:before {
  content: "";
}

.linear-icon-chevrons-expand-vertical:before {
  content: "";
}

.linear-icon-chevrons-expand-horizontal:before {
  content: "";
}

.linear-icon-chevrons-contract-vertical:before {
  content: "";
}

.linear-icon-chevrons-contract-horizontal:before {
  content: "";
}

.linear-icon-arrow-up:before {
  content: "";
}

.linear-icon-arrow-down:before {
  content: "";
}

.linear-icon-arrow-left:before {
  content: "";
}

.linear-icon-arrow-right:before {
  content: "";
}

.linear-icon-arrow-up-right:before {
  content: "";
}

.linear-icon-arrows-merge:before {
  content: "";
}

.linear-icon-arrows-split:before {
  content: "";
}

.linear-icon-arrow-divert:before {
  content: "";
}

.linear-icon-arrow-return:before {
  content: "";
}

.linear-icon-expand:before {
  content: "";
}

.linear-icon-contract:before {
  content: "";
}

.linear-icon-expand2:before {
  content: "";
}

.linear-icon-contract2:before {
  content: "";
}

.linear-icon-move:before {
  content: "";
}

.linear-icon-tab:before {
  content: "";
}

.linear-icon-arrow-wave:before {
  content: "";
}

.linear-icon-expand3:before {
  content: "";
}

.linear-icon-expand4:before {
  content: "";
}

.linear-icon-contract3:before {
  content: "";
}

.linear-icon-notification:before {
  content: "";
}

.linear-icon-warning:before {
  content: "";
}

.linear-icon-notification-circle:before {
  content: "";
}

.linear-icon-question-circle:before {
  content: "";
}

.linear-icon-menu-circle:before {
  content: "";
}

.linear-icon-checkmark-circle:before {
  content: "";
}

.linear-icon-cross-circle:before {
  content: "";
}

.linear-icon-plus-circle:before {
  content: "";
}

.linear-icon-circle-minus:before {
  content: "";
}

.linear-icon-percent-circle:before {
  content: "";
}

.linear-icon-arrow-up-circle:before {
  content: "";
}

.linear-icon-arrow-down-circle:before {
  content: "";
}

.linear-icon-arrow-left-circle:before {
  content: "";
}

.linear-icon-arrow-right-circle:before {
  content: "";
}

.linear-icon-chevron-up-circle:before {
  content: "";
}

.linear-icon-chevron-down-circle:before {
  content: "";
}

.linear-icon-chevron-left-circle:before {
  content: "";
}

.linear-icon-chevron-right-circle:before {
  content: "";
}

.linear-icon-backward-circle:before {
  content: "";
}

.linear-icon-first-circle:before {
  content: "";
}

.linear-icon-previous-circle:before {
  content: "";
}

.linear-icon-stop-circle:before {
  content: "";
}

.linear-icon-play-circle:before {
  content: "";
}

.linear-icon-pause-circle:before {
  content: "";
}

.linear-icon-next-circle:before {
  content: "";
}

.linear-icon-last-circle:before {
  content: "";
}

.linear-icon-forward-circle:before {
  content: "";
}

.linear-icon-eject-circle:before {
  content: "";
}

.linear-icon-crop:before {
  content: "";
}

.linear-icon-frame-expand:before {
  content: "";
}

.linear-icon-frame-contract:before {
  content: "";
}

.linear-icon-focus:before {
  content: "";
}

.linear-icon-transform:before {
  content: "";
}

.linear-icon-grid:before {
  content: "";
}

.linear-icon-grid-crossed:before {
  content: "";
}

.linear-icon-layers:before {
  content: "";
}

.linear-icon-layers-crossed:before {
  content: "";
}

.linear-icon-toggle:before {
  content: "";
}

.linear-icon-rulers:before {
  content: "";
}

.linear-icon-ruler:before {
  content: "";
}

.linear-icon-funnel:before {
  content: "";
}

.linear-icon-flip-horizontal:before {
  content: "";
}

.linear-icon-flip-vertical:before {
  content: "";
}

.linear-icon-flip-horizontal2:before {
  content: "";
}

.linear-icon-flip-vertical2:before {
  content: "";
}

.linear-icon-angle:before {
  content: "";
}

.linear-icon-angle2:before {
  content: "";
}

.linear-icon-subtract:before {
  content: "";
}

.linear-icon-combine:before {
  content: "";
}

.linear-icon-intersect:before {
  content: "";
}

.linear-icon-exclude:before {
  content: "";
}

.linear-icon-align-center-vertical:before {
  content: "";
}

.linear-icon-align-right:before {
  content: "";
}

.linear-icon-align-bottom:before {
  content: "";
}

.linear-icon-align-left:before {
  content: "";
}

.linear-icon-align-center-horizontal:before {
  content: "";
}

.linear-icon-align-top:before {
  content: "";
}

.linear-icon-square:before {
  content: "";
}

.linear-icon-plus-square:before {
  content: "";
}

.linear-icon-minus-square:before {
  content: "";
}

.linear-icon-percent-square:before {
  content: "";
}

.linear-icon-arrow-up-square:before {
  content: "";
}

.linear-icon-arrow-down-square:before {
  content: "";
}

.linear-icon-arrow-left-square:before {
  content: "";
}

.linear-icon-arrow-right-square:before {
  content: "";
}

.linear-icon-chevron-up-square:before {
  content: "";
}

.linear-icon-chevron-down-square:before {
  content: "";
}

.linear-icon-chevron-left-square:before {
  content: "";
}

.linear-icon-chevron-right-square:before {
  content: "";
}

.linear-icon-check-square:before {
  content: "";
}

.linear-icon-cross-square:before {
  content: "";
}

.linear-icon-menu-square:before {
  content: "";
}

.linear-icon-prohibited:before {
  content: "";
}

.linear-icon-circle:before {
  content: "";
}

.linear-icon-radio-button:before {
  content: "";
}

.linear-icon-ligature:before {
  content: "";
}

.linear-icon-text-format:before {
  content: "";
}

.linear-icon-text-format-remove:before {
  content: "";
}

.linear-icon-text-size:before {
  content: "";
}

.linear-icon-bold:before {
  content: "";
}

.linear-icon-italic:before {
  content: "";
}

.linear-icon-underline:before {
  content: "";
}

.linear-icon-strikethrough:before {
  content: "";
}

.linear-icon-highlight:before {
  content: "";
}

.linear-icon-text-align-left:before {
  content: "";
}

.linear-icon-text-align-center:before {
  content: "";
}

.linear-icon-text-align-right:before {
  content: "";
}

.linear-icon-text-align-justify:before {
  content: "";
}

.linear-icon-line-spacing:before {
  content: "";
}

.linear-icon-indent-increase:before {
  content: "";
}

.linear-icon-indent-decrease:before {
  content: "";
}

.linear-icon-text-wrap:before {
  content: "";
}

.linear-icon-pilcrow:before {
  content: "";
}

.linear-icon-direction-ltr:before {
  content: "";
}

.linear-icon-direction-rtl:before {
  content: "";
}

.linear-icon-page-break:before {
  content: "";
}

.linear-icon-page-break2:before {
  content: "";
}

.linear-icon-sort-alpha-asc:before {
  content: "";
}

.linear-icon-sort-alpha-desc:before {
  content: "";
}

.linear-icon-sort-numeric-asc:before {
  content: "";
}

.linear-icon-sort-numeric-desc:before {
  content: "";
}

.linear-icon-sort-amount-asc:before {
  content: "";
}

.linear-icon-sort-amount-desc:before {
  content: "";
}

.linear-icon-sort-time-asc:before {
  content: "";
}

.linear-icon-sort-time-desc:before {
  content: "";
}

.linear-icon-sigma:before {
  content: "";
}

.linear-icon-pencil-line:before {
  content: "";
}

.linear-icon-hand:before {
  content: "";
}

.linear-icon-pointer-up:before {
  content: "";
}

.linear-icon-pointer-right:before {
  content: "";
}

.linear-icon-pointer-down:before {
  content: "";
}

.linear-icon-pointer-left:before {
  content: "";
}

.linear-icon-finger-tap:before {
  content: "";
}

.linear-icon-fingers-tap:before {
  content: "";
}

.linear-icon-reminder:before {
  content: "";
}

.linear-icon-fingers-crossed:before {
  content: "";
}

.linear-icon-fingers-victory:before {
  content: "";
}

.linear-icon-gesture-zoom:before {
  content: "";
}

.linear-icon-gesture-pinch:before {
  content: "";
}

.linear-icon-fingers-scroll-horizontal:before {
  content: "";
}

.linear-icon-fingers-scroll-vertical:before {
  content: "";
}

.linear-icon-fingers-scroll-left:before {
  content: "";
}

.linear-icon-fingers-scroll-right:before {
  content: "";
}

.linear-icon-hand2:before {
  content: "";
}

.linear-icon-pointer-up2:before {
  content: "";
}

.linear-icon-pointer-right2:before {
  content: "";
}

.linear-icon-pointer-down2:before {
  content: "";
}

.linear-icon-pointer-left2:before {
  content: "";
}

.linear-icon-finger-tap2:before {
  content: "";
}

.linear-icon-fingers-tap2:before {
  content: "";
}

.linear-icon-reminder2:before {
  content: "";
}

.linear-icon-gesture-zoom2:before {
  content: "";
}

.linear-icon-gesture-pinch2:before {
  content: "";
}

.linear-icon-fingers-scroll-horizontal2:before {
  content: "";
}

.linear-icon-fingers-scroll-vertical2:before {
  content: "";
}

.linear-icon-fingers-scroll-left2:before {
  content: "";
}

.linear-icon-fingers-scroll-right2:before {
  content: "";
}

.linear-icon-fingers-scroll-vertical3:before {
  content: "";
}

.linear-icon-border-style:before {
  content: "";
}

.linear-icon-border-all:before {
  content: "";
}

.linear-icon-border-outer:before {
  content: "";
}

.linear-icon-border-inner:before {
  content: "";
}

.linear-icon-border-top:before {
  content: "";
}

.linear-icon-border-horizontal:before {
  content: "";
}

.linear-icon-border-bottom:before {
  content: "";
}

.linear-icon-border-left:before {
  content: "";
}

.linear-icon-border-vertical:before {
  content: "";
}

.linear-icon-border-right:before {
  content: "";
}

.linear-icon-border-none:before {
  content: "";
}

.linear-icon-ellipsis:before {
  content: "";
}

.linear-icon-uni21:before {
  content: "!";
}

.linear-icon-uni22:before {
  content: '"';
}

.linear-icon-uni23:before {
  content: "#";
}

.linear-icon-uni24:before {
  content: "$";
}

.linear-icon-uni25:before {
  content: "%";
}

.linear-icon-uni26:before {
  content: "&";
}

.linear-icon-uni27:before {
  content: "'";
}

.linear-icon-uni28:before {
  content: "(";
}

.linear-icon-uni29:before {
  content: ")";
}

.linear-icon-uni2a:before {
  content: "*";
}

.linear-icon-uni2b:before {
  content: "+";
}

.linear-icon-uni2c:before {
  content: ",";
}

.linear-icon-uni2d:before {
  content: "-";
}

.linear-icon-uni2e:before {
  content: ".";
}

.linear-icon-uni2f:before {
  content: "/";
}

.linear-icon-uni30:before {
  content: "0";
}

.linear-icon-uni31:before {
  content: "1";
}

.linear-icon-uni32:before {
  content: "2";
}

.linear-icon-uni33:before {
  content: "3";
}

.linear-icon-uni34:before {
  content: "4";
}

.linear-icon-uni35:before {
  content: "5";
}

.linear-icon-uni36:before {
  content: "6";
}

.linear-icon-uni37:before {
  content: "7";
}

.linear-icon-uni38:before {
  content: "8";
}

.linear-icon-uni39:before {
  content: "9";
}

.linear-icon-uni3a:before {
  content: ":";
}

.linear-icon-uni3b:before {
  content: ";";
}

.linear-icon-uni3c:before {
  content: "<";
}

.linear-icon-uni3d:before {
  content: "=";
}

.linear-icon-uni3e:before {
  content: ">";
}

.linear-icon-uni3f:before {
  content: "?";
}

.linear-icon-uni40:before {
  content: "@";
}

.linear-icon-uni41:before {
  content: "A";
}

.linear-icon-uni42:before {
  content: "B";
}

.linear-icon-uni43:before {
  content: "C";
}

.linear-icon-uni44:before {
  content: "D";
}

.linear-icon-uni45:before {
  content: "E";
}

.linear-icon-uni46:before {
  content: "F";
}

.linear-icon-uni47:before {
  content: "G";
}

.linear-icon-uni48:before {
  content: "H";
}

.linear-icon-uni49:before {
  content: "I";
}

.linear-icon-uni4a:before {
  content: "J";
}

.linear-icon-uni4b:before {
  content: "K";
}

.linear-icon-uni4c:before {
  content: "L";
}

.linear-icon-uni4d:before {
  content: "M";
}

.linear-icon-uni4e:before {
  content: "N";
}

.linear-icon-uni4f:before {
  content: "O";
}

.linear-icon-uni50:before {
  content: "P";
}

.linear-icon-uni51:before {
  content: "Q";
}

.linear-icon-uni52:before {
  content: "R";
}

.linear-icon-uni53:before {
  content: "S";
}

.linear-icon-uni54:before {
  content: "T";
}

.linear-icon-uni55:before {
  content: "U";
}

.linear-icon-uni56:before {
  content: "V";
}

.linear-icon-uni57:before {
  content: "W";
}

.linear-icon-uni58:before {
  content: "X";
}

.linear-icon-uni59:before {
  content: "Y";
}

.linear-icon-uni5a:before {
  content: "Z";
}

.linear-icon-uni5b:before {
  content: "[";
}

.linear-icon-uni5c:before {
  content: "\\";
}

.linear-icon-uni5d:before {
  content: "]";
}

.linear-icon-uni5e:before {
  content: "^";
}

.linear-icon-uni5f:before {
  content: "_";
}

.linear-icon-uni60:before {
  content: "`";
}

.linear-icon-uni61:before {
  content: "a";
}

.linear-icon-uni62:before {
  content: "b";
}

.linear-icon-uni63:before {
  content: "c";
}

.linear-icon-uni64:before {
  content: "d";
}

.linear-icon-uni65:before {
  content: "e";
}

.linear-icon-uni66:before {
  content: "f";
}

.linear-icon-uni67:before {
  content: "g";
}

.linear-icon-uni68:before {
  content: "h";
}

.linear-icon-uni69:before {
  content: "i";
}

.linear-icon-uni6a:before {
  content: "j";
}

.linear-icon-uni6b:before {
  content: "k";
}

.linear-icon-uni6c:before {
  content: "l";
}

.linear-icon-uni6d:before {
  content: "m";
}

.linear-icon-uni6e:before {
  content: "n";
}

.linear-icon-uni6f:before {
  content: "o";
}

.linear-icon-uni70:before {
  content: "p";
}

.linear-icon-uni71:before {
  content: "q";
}

.linear-icon-uni72:before {
  content: "r";
}

.linear-icon-uni73:before {
  content: "s";
}

.linear-icon-uni74:before {
  content: "t";
}

.linear-icon-uni75:before {
  content: "u";
}

.linear-icon-uni76:before {
  content: "v";
}

.linear-icon-uni77:before {
  content: "w";
}

.linear-icon-uni78:before {
  content: "x";
}

.linear-icon-uni79:before {
  content: "y";
}

.linear-icon-uni7a:before {
  content: "z";
}

.linear-icon-uni7b:before {
  content: "{";
}

.linear-icon-uni7c:before {
  content: "|";
}

.linear-icon-uni7d:before {
  content: "}";
}

.linear-icon-uni7e:before {
  content: "~";
}

.linear-icon-copyright:before {
  content: "©";
}

@font-face {
  font-family: "Axiforma";
  font-style: normal;
  font-weight: normal;
  src: url("../Fonts/Axiforma-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Axiforma";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/Axiforma-Medium.otf") format("opentype");
}
/*
@font-face {
    font-family: 'Axiforma';
    font-style: normal; font-weight: 300;
    src: url("../Fonts/Axiforma-Regular.otf") format("opentype");
}
@font-face {
    font-family: 'Axiforma';
    font-style: normal; 
    font-weight: 700;
    src: url("../Fonts/Axiforma-Heavy.otf") format("opentype");
}
*/
@media print {
  @page {
    margin-left: 2cm;
    margin-right: 2cm;
  }
  a[href]::after {
    content: " <" attr(href) ">";
    color: #888;
    background-color: inherit;
    font-style: italic;
    size: 80%;
  }

  p {
    overflow: visible;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: always;
    margin-top: 5mm;
    display: block;
  }
  p strong {
    font-weight: 700;
  }

  h1, h2,
h3,
h4,
h5 {
    overflow: visible;
    page-break-after: auto;
    page-break-inside: auto;
    display: block;
  }

  * {
    quotes: "„" "“" "‚" "‘";
  }

  q:before,
blockquote:before {
    content: open-quote;
  }

  q:after,
blockquote:after {
    content: close-quote;
  }

  [title]::after {
    content: " (" attr(title) ")";
    color: #888;
    background-color: inherit;
    font-style: italic;
    size: 80%;
  }

  table,
figure {
    page-break-inside: avoid;
  }

  .page-animated {
    width: 100% !important;
    border: none !important;
  }

  .rd-navbar-brand {
    display: none;
  }

  .page-header {
    display: none;
  }

  hr {
    margin: 5mm 0;
  }

  .page-footer {
    display: none;
  }

  .page-footer,
.usercentrics-button,
.ui-to-top {
    display: none !important;
  }

  .news-backlink-wrap {
    display: none !important;
  }

  .news-single {
    display: inline;
    overflow: visible;
  }
}
/*# sourceMappingURL=Print.css.map */