@font-face {
    font-family: 'Font Awesome';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/content/fonts/fa-wwt-icon.woff2") format("woff2");
    src: url("/content/fonts/fa-wwt-icon.woff") format("woff"),url("/content/fonts/fa-wwt-icon.svg#fontawesome") format("svg");
}
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: 'Font Awesome';
}
.fa-users:before {
    content: "\f0c0";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-camera:before {
    content: "\f030";
}
.fa-bed:before {
    content: "\f236";
}
.fa-bus:before {
    content: "\f207";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-utensils:before {
    content: "\f2e7";
}
.fa-plane:before {
    content: "\f072";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-gift:before {
    content: "\f06b";
}
/* .fa-star:before {
    content: "\f005";
} */
.fa-star-half:before {
    content: "\f089";
}
.fa-times:before {
    content: "\f00d";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-down:before {
    content: "\f107";
}