﻿/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Size classes */
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.875em; }
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.0667em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }

/* Icon definitions */
.fa-phone-alt:before { content: "\f879"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-map-marker:before { content: "\f041"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-swimming-pool:before { content: "\f5c5"; }
.fa-dumbbell:before { content: "\f44b"; }
.fa-road:before { content: "\f018"; }
.fa-store:before { content: "\f54e"; }
.fa-leaf:before { content: "\f06c"; }
.fa-home:before { content: "\f015"; }
.fa-city:before { content: "\f64f"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-ruler-combined:before { content: "\f546"; }
.fa-users:before { content: "\f0c0"; }
.fa-tree:before { content: "\f1bb"; }
.fa-water:before { content: "\f773"; }
.fa-table-tennis:before { content: "\f45d"; }
.fa-basketball-ball:before { content: "\f434"; }
.fa-running:before { content: "\f70c"; }
.fa-child:before { content: "\f1ae"; }
.fa-theater-masks:before { content: "\f630"; }
.fa-chess-board:before { content: "\f43c"; }
.fa-book:before { content: "\f02d"; }
.fa-landmark:before { content: "\f66f"; }
.fa-chalkboard-teacher:before { content: "\f51c"; }
.fa-volleyball-ball:before { content: "\f45f"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-hospital:before { content: "\f0f8"; }
.fa-umbrella-beach:before { content: "\f5ca"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-tags:before { content: "\f02c"; }
.fa-building:before { content: "\f1ad"; }
.fa-paper-plane:before { content: "\f1d8"; }

/* Brand icons */
.fab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }
.fab.fa-whatsapp:before { content: "\f232"; }

/* Solid icons */
.fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; }

/* Font face declarations */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.woff") format("woff"),
       url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.woff") format("woff"),
       url("../fonts/fa-brands-400.ttf") format("truetype");
}