/* Recovery: the original Flaticon font files were lost in the server moves.
   Remap the flaticon-* classes to Font Awesome 6 (loaded via CDN) so the
   service icons render again. */
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.flaticon-smartphone:before          { content: "\f3ce" !important; } /* mobile */
.flaticon-smartphone-1:before        { content: "\f3cd" !important; } /* mobile-screen-button */
.flaticon-placeholder:before         { content: "\f3c5" !important; } /* location-dot */
.flaticon-tools-and-utensils:before  { content: "\f7d9" !important; } /* screwdriver-wrench */
.flaticon-time-management:before     { content: "\f017" !important; } /* clock */
.flaticon-idea:before                { content: "\f0eb" !important; } /* lightbulb */
.flaticon-idea-1:before              { content: "\f0eb" !important; } /* lightbulb */
.flaticon-artificial-intelligence:before { content: "\f5dc" !important; } /* brain */
.flaticon-email:before               { content: "\f0e0" !important; } /* envelope */
.flaticon-bug:before                 { content: "\f188" !important; } /* bug */
.flaticon-cloud-computing:before     { content: "\f0c2" !important; } /* cloud */
.flaticon-coding:before              { content: "\f121" !important; } /* code */
.flaticon-gears:before               { content: "\f085" !important; } /* gears */
.flaticon-safe:before                { content: "\f3ed" !important; } /* shield-halved */
.flaticon-computer:before            { content: "\f108" !important; } /* desktop */
.flaticon-phone-call:before          { content: "\f095" !important; } /* phone */
.flaticon-support:before             { content: "\f590" !important; } /* headset */
.flaticon-ecommerce:before           { content: "\f07a" !important; } /* cart-shopping */
.flaticon-shopping-online:before     { content: "\f290" !important; } /* bag-shopping */
.flaticon-analysis:before            { content: "\f201" !important; } /* chart-line */
.flaticon-strategy:before            { content: "\f140" !important; } /* bullseye */
.flaticon-management:before          { content: "\f0e8" !important; } /* sitemap */
.flaticon-gamepad:before             { content: "\f11b" !important; } /* gamepad */
