/*!
 * Font Awesome Free 5.15.2 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;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before, .fa-remove:before {
    content: "\f00d"
}

.fa-question-circle-o:before {
    content: "\f059";
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-comments:before {
    content: "\f086"
}

.fa-star:before {
    content: "\f005"
}

.fa-user:before {
    content: "\f007"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-android:before {
    content: "\f17b"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-crown:before {
    content: "\f521"
}

/*@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-tw-400.woff") format("woff");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}*/

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/assets/fonts/fa-brands-regular-tw-400.woff") format("woff");
}

.far, .fab {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/assets/fonts/fa-solid-tw-900.woff") format("woff");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}