/*!
 * Font Awesome Pro 6.0.0-beta1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa {
    font-family: "Font Awesome 6 Pro";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: 900;
    font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    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: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em;
}

.fa-xs {
    font-size: 0.75em;
    line-height: 0.08333em;
    vertical-align: 0.125em;
}

.fa-sm {
    font-size: 0.875em;
    line-height: 0.07143em;
    vertical-align: 0.05357em;
}

.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}

.fa-xl {
    font-size: 1.5em;
    line-height: 0.04167em;
    vertical-align: -0.125em;
}

.fa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: calc(2em * -1);
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: 2em;
    width: var(--fa-li-width, 2em);
    line-height: inherit;
}

.fa-border {
    border-color: #eee;
    border-color: var(--fa-border-color, #eee);
    border-radius: 0.1em;
    border-radius: var(--fa-border-radius, 0.1em);
    border-style: solid;
    border-style: var(--fa-border-style, solid);
    border-width: 0.08em;
    border-width: var(--fa-border-width, 0.08em);
    padding: 0.2em 0.25em 0.15em;
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
    float: left;
    margin-right: 0.3em;
    margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
    float: right;
    margin-left: 0.3em;
    margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(
        --fa-animation-iteration-count,
        infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(
        --fa-animation-iteration-count,
        infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-animation-timing-function: var(
        --fa-animation-timing,
        cubic-bezier(0.4, 0, 0.6, 1)
    );
    animation-timing-function: var(
        --fa-animation-timing,
        cubic-bezier(0.4, 0, 0.6, 1)
    );
}

.fa-flash {
    -webkit-animation-name: fa-flash;
    animation-name: fa-flash;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(
        --fa-animation-iteration-count,
        infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-animation-timing-function: var(
        --fa-animation-timing,
        cubic-bezier(0.4, 0, 0.6, 1)
    );
    animation-timing-function: var(
        --fa-animation-timing,
        cubic-bezier(0.4, 0, 0.6, 1)
    );
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(
        --fa-animation-iteration-count,
        infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(
        --fa-animation-iteration-count,
        infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
    --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(
        --fa-animation-iteration-count,
        infinite
    );
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: steps(8);
    animation-timing-function: steps(8);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
    .fa-beat,
    .fa-fade,
    .fa-flash,
    .fa-flip,
    .fa-pulse,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

@-webkit-keyframes fa-beat {
    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    45% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

@keyframes fa-beat {
    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    45% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: 0.4;
        opacity: var(--fa-fade-opacity, 0.4);
    }
}

@keyframes fa-fade {
    50% {
        opacity: 0.4;
        opacity: var(--fa-fade-opacity, 0.4);
    }
}

@-webkit-keyframes fa-flash {
    0%,
    100% {
        opacity: 0.4;
        opacity: var(--fa-flash-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        -webkit-transform: scale(var(--fa-flash-scale, 1.125));
        transform: scale(var(--fa-flash-scale, 1.125));
    }
}

@keyframes fa-flash {
    0%,
    100% {
        opacity: 0.4;
        opacity: var(--fa-flash-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        -webkit-transform: scale(var(--fa-flash-scale, 1.125));
        transform: scale(var(--fa-flash-scale, 1.125));
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        transform: rotate3d(0, 1, 0, -180deg);
        -webkit-transform: rotate3d(
            var(--fa-flip-x, 0),
            var(--fa-flip-y, 1),
            var(--fa-flip-z, 0),
            var(--fa-flip-angle, -180deg)
        );
        transform: rotate3d(
            var(--fa-flip-x, 0),
            var(--fa-flip-y, 1),
            var(--fa-flip-z, 0),
            var(--fa-flip-angle, -180deg)
        );
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        transform: rotate3d(0, 1, 0, -180deg);
        -webkit-transform: rotate3d(
            var(--fa-flip-x, 0),
            var(--fa-flip-y, 1),
            var(--fa-flip-z, 0),
            var(--fa-flip-angle, -180deg)
        );
        transform: rotate3d(
            var(--fa-flip-x, 0),
            var(--fa-flip-y, 1),
            var(--fa-flip-z, 0),
            var(--fa-flip-angle, -180deg)
        );
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.fa-rotate-by {
    -webkit-transform: rotate(none);
    transform: rotate(none);
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: auto;
    z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
    color: var(--fa-inverse, #fff);
}

.fa-user::before {
    content: "\1f464";
}
.fa-video::before {
    content: "\f03d";
}
.fa-search::before {
    content: "\1f50d";
}
.fa-location-dot::before {
    content: "\f3c5";
}
.fa-arrow-right-long::before {
    content: "\f178";
}
.fa-book::before {
    content: "\1f4d4";
}
.fa-star::before {
    content: "\2b50";
}
.fa-map-marker-alt::before {
    content: "\f3c5";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-envelope::before {
    content: "\2709";
}
.fa-phone-alt::before {
    content: "\1f57d";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-map-marker-alt::before {
    content: "\f3c5";
}
.fa-angle-up::before {
    content: "\2303";
}
.fa-angle-down::before {
    content: "\2304";
}
.fa-home::before {
    content: "\1f3e0";
}
.fa-book::before {
    content: "\1f4d4";
}
.fa-life-ring::before {
    content: "\f1cd";
}
.fa-blog::before {
    content: "\f781";
}
.fa-chevron-down::before {
    content: "\f078";
}
.fa-sign-out-alt::before {
    content: "\f2f5";
}
.fa-layer-group::before {
    content: "\f5fd";
}
.fa-city::before {
    content: "\1f3d9";
}
.fa-money-bill-wave::before {
    content: "\f53a";
}
.fa-venus-mars::before {
    content: "\26a4";
}
.fa-gift::before {
    content: "\1f381";
}
.fa-heart::before {
    content: "\2665";
}
.fa-angle-left::before {
    content: "\2039";
}
.fa-angle-right::before {
    content: "\203a";
}
.fa-times::before {
    content: "\d7";
}
.fa-laptop::before {
    content: "\1f4bb";
}
.fa-signal::before {
    content: "\1f4f6";
}
.fa-wallet::before {
    content: "\f555";
}
.fa-clock::before {
    content: "\1f553";
}
.fa-info-circle::before {
    content: "\f05a";
}
.fa-chevron-left::before {
    content: "\2329";
}
.fa-chevron-right::before {
    content: "\232a";
}
.fa-square-root-alt::before {
    content: "\f698";
}
.fa-language::before {
    content: "\f1ab";
}
.fa-graduation-cap::before {
    content: "\1f393";
}
.fa-dna::before {
    content: "\1f9ec";
}
.fa-microscope::before {
    content: "\1f52c";
}
.fa-music::before {
    content: "\1f3b5";
}
.fa-running::before {
    content: "\1f3c3";
}
.fa-user-plus::before {
    content: "\f234";
}
.fa-eye::before {
    content: "\1f441";
}
.fa-eye-slash::before {
    content: "\f070";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-phone::before {
    content: "📞";
}
.fa-facebook::before {
    content: "";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-heart:before {
    content: "\f004";
}
.fa-thumbs-up::before {
    content: "\1f44d";
}
.fa-thumbs-down::before {
    content: "\1f44e";
}
.fa-map-location:before {
    content: "\f5a0";
}
.fa-atom:before {
    content: "\f5d2";
}
.fa-laptop-code:before {
    content: "\f5fc";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-flag:before {
    content: "\f024";
}
.fa-flag-usa:before {
    content: "\f74d";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-globe::before {
    content: "\1f310";
}
.fa-map::before {
    content: "\f0ac";
}
.fa-university::before {
    content: "\f19c";
}
.fa-book-reader:before {
    content: "\f5da";
}
.fa-hand-holding-heart::before {
    content: "\f4be";
}
.fa-child::before {
    content: "\f1ae";
}
.fa-baby::before {
    content: "\f1ae";
}
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-copy:before {
    content: "\f0c5";
}
.fa-square-root-alt:before { content: "\f698"; }
.fa-language:before { content: "\f1ab"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-book:before { content: "\f02d"; }
.fa-atom:before { content: "\f5d2"; }
.fa-flask:before { content: "\f0c3"; }
.fa-dna:before { content: "\f471"; }
.fa-microscope:before { content: "\f610"; }
.fa-heart:before { content: "\f004"; }
.fa-baby:before { content: "\f77c"; }
.fa-child:before { content: "\f1ae"; }
/* fa-homework yok — özel ikon gerektirir */
.fa-laptop-code:before { content: "\f5fc"; }
.fa-scroll:before { content: "\f70e"; }
.fa-users:before { content: "\f0c0"; }
.fa-music:before { content: "\f001"; }
.fa-palette:before { content: "\f53f"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-comments:before { content: "\f086"; }
.fa-university:before { content: "\f19c"; }
.fa-running:before { content: "\f70c"; }
.fa-star:before { content: "\f005"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-landmark:before { content: "\f66f"; }
.fa-map:before { content: "\f279"; }
.fa-mosque:before { content: "\f678"; }
.fa-chalkboard-teacher:before { content: "\f51c"; }
.fa-brain:before { content: "\f5dc"; }
.fa-theater-masks:before { content: "\f630"; }
.fa-user-friends:before { content: "\f500"; }
.fa-chalkboard:before { content: "\f51b"; }
.fa-plane:before { content: "\f072"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-globe-americas:before { content: "\f57d"; }
.fa-car:before { content: "\f1b9"; }
.fa-building:before { content: "\f1ad"; }
/* fa-dancing yok — özel ikon gerektirir */
.fa-child:before {
    content: "\f1ae";
}
.fa-music:before {
    content: "\f001";
}
.fa-tablet-alt:before { content: "\f3fa"; }
.fa-user-plus:before { content: "\f234"; }
.fa-pen-fancy:before { content: "\f5ac"; }
.fa-spa:before { content: "\f5bb"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-robot:before { content: "\f544"; }
.fa-cogs:before { content: "\f085"; }
.fa-utensils:before { content: "\f2e7"; }
.fa-baby-carriage:before { content: "\f77d"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-plane-departure:before { content: "\f5b0"; }
.fa-home:before { content: "\f015"; }
.fa-drafting-compass:before { content: "\f568"; }
.fa-certificate:before { content: "\f0a3"; }


.fa-calculator:before { content: "\f1ec"; }
.fa-shapes:before { content: "\f61f"; }
.fa-drafting-compass:before { content: "\f568"; }
.fa-brain:before { content: "\f5dc"; }
.fa-chart-line:before { content: "\f201"; }
.fa-atom:before { content: "\f5d2"; }
.fa-dna:before { content: "\f471"; }
.fa-microscope:before { content: "\f610"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-flag-usa:before { content: "\f74d"; }
.fa-flag:before { content: "\f024"; }
.fa-language:before { content: "\f1ab"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-code:before { content: "\f121"; }
.fa-globe:before { content: "\f0ac"; }
.fa-laptop-code:before { content: "\f5fc"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-database:before { content: "\f1c0"; }
.fa-cogs:before { content: "\f085"; }
.fa-microchip:before { content: "\f2db"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-wordpress:before { content: "\f19a"; }
.fa-file-word:before { content: "\f1c2"; }
.fa-file-excel:before { content: "\f1c3"; }
.fa-video:before { content: "\f03d"; }
.fa-film:before { content: "\f008"; }
.fa-pen-fancy:before { content: "\f5ac"; }
.fa-palette:before { content: "\f53f"; }
.fa-image:before { content: "\f03e"; }
.fa-robot:before { content: "\f544"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-search:before { content: "\f002"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chalkboard-teacher:before { content: "\f51c"; }
.fa-cube:before { content: "\f1b2"; }
.fa-guitar:before { content: "\f7a6"; }
.fa-music:before { content: "\f001"; }
.fa-drum:before { content: "\f569"; }
.fa-microphone:before { content: "\f130"; }
.fa-camera:before { content: "\f030"; }
.fa-pencil-alt:before { content: "\f303"; }
.fa-user-tie:before { content: "\f508"; }
.fa-gem:before { content: "\f3a5"; }
.fa-tshirt:before { content: "\f553"; }
.fa-cut:before { content: "\f0c4"; }
.fa-theater-masks:before { content: "\f630"; }
.fa-star:before { content: "\f005"; }
.fa-heart:before { content: "\f004"; }
.fa-baby:before { content: "\f77c"; }
.fa-university:before { content: "\f19c"; }
.fa-users:before { content: "\f0c0"; }
.fa-comments:before { content: "\f086"; }


/* @font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
} */
@font-face {
    font-family: "Font Awesome 6 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/webfonts/fa-duotone-900.woff2") format("woff2"),
        url("../fonts/webfonts/fa-duotone-900.woff") format("woff"),
        url("../fonts/webfonts/fa-duotone-900.ttf") format("truetype");
}
.fad,
.fa-duotone {
    position: relative;
    font-family: "Font Awesome 6 Duotone";
    font-weight: 900;
}

/* @font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/webfonts/fa-light-300.woff2") format("woff2"), url("../fonts/webfonts/fa-light-300.woff") format("woff"), url("../fonts/webfonts/fa-light-300.ttf") format("truetype");
}

.fal,
.fa-light {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300
} */

/* @font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400
} */

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"),
        url("../fonts/webfonts/fa-solid-900.woff") format("woff"),
        url("../fonts/webfonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

/* @font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/webfonts/fa-thin-100.woff2") format("woff2"), url("../fonts/webfonts/fa-thin-100.woff") format("woff"), url("../fonts/webfonts/fa-thin-100.ttf") format("truetype");
}

.fat,
.fa-thin {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 100
} */
