/* Font Awesome 6.4.0 - Complete setup with web fonts */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa, .fas, .fa-solid, .fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon definitions */
.fa-leaf:before { content: "\f06c"; }
.fa-rocket:before { content: "\f135"; }
.fa-play:before { content: "\f04b"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-flask:before { content: "\f0c3"; }
.fa-seedling:before { content: "\f4d8"; }
.fa-recycle:before { content: "\f1b8"; }
.fa-award:before { content: "\f559"; }
.fa-globe:before { content: "\f0ac"; }
.fa-cogs:before { content: "\f085"; }
.fa-check:before { content: "\f00c"; }
.fa-industry:before { content: "\f275"; }
.fa-atom:before { content: "\f5d2"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-heart:before { content: "\f004"; }
.fa-chart-line:before { content: "\f201"; }
.fa-globe-americas:before { content: "\f57d"; }
.fa-building:before { content: "\f1ad"; }
.fa-tractor:before { content: "\f722"; }
.fa-utensils:before { content: "\f2e7"; }
.fa-home:before { content: "\f015"; }
.fa-university:before { content: "\f19c"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-user-tie:before { content: "\f508"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-phone:before { content: "\f095"; }
.fa-clock:before { content: "\f017"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }

/* Brand icons */
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-instagram:before { content: "\f16d"; }