/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 * 
 * Modified to use local font files
 */

/* Font Face Definitions */
@font-face{
    font-family:"Font Awesome 6 Free";
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face{
    font-family:"Font Awesome 6 Free";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url("../webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face{
    font-family:"Font Awesome 6 Brands";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url("../webfonts/fa-brands-400.woff2") format("woff2");
}

/* Base Classes */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}

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

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

/* Regular Icons */
.far,.fa-regular{font-family:"Font Awesome 6 Free";font-weight:400}

/* Common Icons Used in the Website */
.fa-camera:before{content:"\f030"}
.fa-bolt:before{content:"\f0e7"}
.fa-brain:before{content:"\f5dc"}
.fa-bell:before{content:"\f0f3"}
.fa-clock:before{content:"\f017"}
.fa-target:before{content:"\f140"}
.fa-shield-alt:before{content:"\f3ed"}
.fa-play:before{content:"\f04b"}
.fa-download:before{content:"\f019"}
.fa-check:before{content:"\f00c"}
.fa-times:before{content:"\f00d"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-exclamation-triangle:before{content:"\f071"}
.fa-star:before{content:"\f005"}
.fa-rocket:before{content:"\f135"}
.fa-mobile-alt:before{content:"\f3cd"}
.fa-envelope:before{content:"\f0e0"}
.fa-phone:before{content:"\f095"}
.fa-cloud-upload-alt:before{content:"\f382"}

/* Brand Icons */
.fa-apple:before{content:"\f179"}
.fa-google-play:before{content:"\f3ab"}
.fa-weixin:before{content:"\f1d7"}
.fa-weibo:before{content:"\f18a"}
.fa-qq:before{content:"\f1d6"}
.fa-android:before{content:"\f17b"}

/* Animations */
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}