/*!
 * Subset of Font Awesome Free 6.7.2 (https://fontawesome.com)
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT)
 * Self-hosted, subset to only the glyphs used on this site (perf phase 2).
 */



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


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


@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fa-subset-solid-900.woff2") format("woff2"); }

/*!
 * Font Awesome Free 6.7.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)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }


.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -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; }


.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }


.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }


.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }


.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: var(--fa-li-margin, 2.5em);
  padding-left: 0; }

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


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


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


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


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


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


.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }


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


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


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


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


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


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


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


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


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


@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }


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


@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }


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


@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }


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


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


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


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


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


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


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


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


.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: var(--fa-stack-z-index, auto); }


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


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


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


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0 {
  --fa: "\30"; }


.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }


.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }


.fab,
.fa-brands {
  font-weight: 400; }

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }


.far,
.fa-regular {
  font-weight: 400; }

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }


.fas,
.fa-solid {
  font-weight: 900; }

.fa-arrow-left {
  --fa: "\f060"; }
.fa-arrow-right {
  --fa: "\f061"; }
.fa-arrow-up {
  --fa: "\f062"; }
.fa-bars {
  --fa: "\f0c9"; }
.fa-blog {
  --fa: "\f781"; }
.fa-bold {
  --fa: "\f032"; }
.fa-bolt {
  --fa: "\f0e7"; }
.fa-book {
  --fa: "\f02d"; }
.fa-book-open {
  --fa: "\f518"; }
.fa-border-all {
  --fa: "\f84c"; }
.fa-box-open {
  --fa: "\f49e"; }
.fa-brain {
  --fa: "\f5dc"; }
.fa-briefcase {
  --fa: "\f0b1"; }
.fa-broom {
  --fa: "\f51a"; }
.fa-bug {
  --fa: "\f188"; }
.fa-calendar {
  --fa: "\f133"; }
.fa-calendar-alt {
  --fa: "\f073"; }
.fa-calendar-check {
  --fa: "\f274"; }
.fa-calendar-days {
  --fa: "\f073"; }
.fa-camera {
  --fa: "\f030"; }
.fa-chalkboard {
  --fa: "\f51b"; }
.fa-chalkboard-teacher {
  --fa: "\f51c"; }
.fa-chart-bar {
  --fa: "\f080"; }
.fa-chart-line {
  --fa: "\f201"; }
.fa-check {
  --fa: "\f00c"; }
.fa-check-circle {
  --fa: "\f058"; }
.fa-chevron-down {
  --fa: "\f078"; }
.fa-chevron-up {
  --fa: "\f077"; }
.fa-circle-dot {
  --fa: "\f192"; }
.fa-circle-exclamation {
  --fa: "\f06a"; }
.fa-clock {
  --fa: "\f017"; }
.fa-cloud {
  --fa: "\f0c2"; }
.fa-cloud-upload-alt {
  --fa: "\f0ee"; }
.fa-code {
  --fa: "\f121"; }
.fa-code-branch {
  --fa: "\f126"; }
.fa-cog {
  --fa: "\f013"; }
.fa-cogs {
  --fa: "\f085"; }
.fa-coins {
  --fa: "\f51e"; }
.fa-comment-alt {
  --fa: "\f27a"; }
.fa-comment-dots {
  --fa: "\f4ad"; }
.fa-comments {
  --fa: "\f086"; }
.fa-compass {
  --fa: "\f14e"; }
.fa-copy {
  --fa: "\f0c5"; }
.fa-cube {
  --fa: "\f1b2"; }
.fa-database {
  --fa: "\f1c0"; }
.fa-download {
  --fa: "\f019"; }
.fa-edit {
  --fa: "\f044"; }
.fa-envelope {
  --fa: "\f0e0"; }
.fa-envelope-open-text {
  --fa: "\f658"; }
.fa-exclamation-circle {
  --fa: "\f06a"; }
.fa-exclamation-triangle {
  --fa: "\f071"; }
.fa-external-link-alt {
  --fa: "\f35d"; }
.fa-eye {
  --fa: "\f06e"; }
.fa-eye-slash {
  --fa: "\f070"; }
.fa-facebook {
  --fa: "\f09a"; }
.fa-file {
  --fa: "\f15b"; }
.fa-file-alt {
  --fa: "\f15c"; }
.fa-file-lines {
  --fa: "\f15c"; }
.fa-file-pdf {
  --fa: "\f1c1"; }
.fa-file-powerpoint {
  --fa: "\f1c4"; }
.fa-file-word {
  --fa: "\f1c2"; }
.fa-filter {
  --fa: "\f0b0"; }
.fa-folder {
  --fa: "\f07b"; }
.fa-folder-open {
  --fa: "\f07c"; }
.fa-gamepad {
  --fa: "\f11b"; }
.fa-github {
  --fa: "\f09b"; }
.fa-globe {
  --fa: "\f0ac"; }
.fa-graduation-cap {
  --fa: "\f19d"; }
.fa-handshake {
  --fa: "\f2b5"; }
.fa-heading {
  --fa: "\f1dc"; }
.fa-headset {
  --fa: "\f590"; }
.fa-heart {
  --fa: "\f004"; }
.fa-home {
  --fa: "\f015"; }
.fa-hourglass-half {
  --fa: "\f252"; }
.fa-image {
  --fa: "\f03e"; }
.fa-inbox {
  --fa: "\f01c"; }
.fa-info-circle {
  --fa: "\f05a"; }
.fa-italic {
  --fa: "\f033"; }
.fa-js {
  --fa: "\f3b8"; }
.fa-key {
  --fa: "\f084"; }
.fa-laptop-code {
  --fa: "\f5fc"; }
.fa-layer-group {
  --fa: "\f5fd"; }
.fa-life-ring {
  --fa: "\f1cd"; }
.fa-lightbulb {
  --fa: "\f0eb"; }
.fa-link {
  --fa: "\f0c1"; }
.fa-linkedin {
  --fa: "\f08c"; }
.fa-list-alt {
  --fa: "\f022"; }
.fa-list-ol {
  --fa: "\f0cb"; }
.fa-list-ul {
  --fa: "\f0ca"; }
.fa-lock {
  --fa: "\f023"; }
.fa-microchip {
  --fa: "\f2db"; }
.fa-minus-circle {
  --fa: "\f056"; }
.fa-mobile-alt {
  --fa: "\f3cd"; }
.fa-money-bill-wave {
  --fa: "\f53a"; }
.fa-network-wired {
  --fa: "\f6ff"; }
.fa-node-js {
  --fa: "\f3d3"; }
.fa-paper-plane {
  --fa: "\f1d8"; }
.fa-paragraph {
  --fa: "\f1dd"; }
.fa-percent {
  --fa: "\25"; }
.fa-phone {
  --fa: "\f095"; }
.fa-play {
  --fa: "\f04b"; }
.fa-plus {
  --fa: "\2b"; }
.fa-plus-circle {
  --fa: "\f055"; }
.fa-project-diagram {
  --fa: "\f542"; }
.fa-puzzle-piece {
  --fa: "\f12e"; }
.fa-python {
  --fa: "\f3e2"; }
.fa-question-circle {
  --fa: "\f059"; }
.fa-react {
  --fa: "\f41b"; }
.fa-refresh {
  --fa: "\f021"; }
.fa-rocket {
  --fa: "\f135"; }
.fa-rotate-right {
  --fa: "\f2f9"; }
.fa-rupee-sign {
  --fa: "\f156"; }
.fa-save {
  --fa: "\f0c7"; }
.fa-search {
  --fa: "\f002"; }
.fa-server {
  --fa: "\f233"; }
.fa-share-alt {
  --fa: "\f1e0"; }
.fa-shield-alt {
  --fa: "\f3ed"; }
.fa-shopping-bag {
  --fa: "\f290"; }
.fa-shopping-cart {
  --fa: "\f07a"; }
.fa-sign-in-alt {
  --fa: "\f2f6"; }
.fa-sign-out-alt {
  --fa: "\f2f5"; }
.fa-signal {
  --fa: "\f012"; }
.fa-sliders {
  --fa: "\f1de"; }
.fa-sort {
  --fa: "\f0dc"; }
.fa-spell-check {
  --fa: "\f891"; }
.fa-spinner {
  --fa: "\f110"; }
.fa-star {
  --fa: "\f005"; }
.fa-sync-alt {
  --fa: "\f2f1"; }
.fa-tachometer-alt {
  --fa: "\f625"; }
.fa-tag {
  --fa: "\f02b"; }
.fa-terminal {
  --fa: "\f120"; }
.fa-th-large {
  --fa: "\f009"; }
.fa-times {
  --fa: "\f00d"; }
.fa-times-circle {
  --fa: "\f057"; }
.fa-tools {
  --fa: "\f7d9"; }
.fa-trophy {
  --fa: "\f091"; }
.fa-twitter {
  --fa: "\f099"; }
.fa-underline {
  --fa: "\f0cd"; }
.fa-university {
  --fa: "\f19c"; }
.fa-upload {
  --fa: "\f093"; }
.fa-user {
  --fa: "\f007"; }
.fa-user-circle {
  --fa: "\f2bd"; }
.fa-user-edit {
  --fa: "\f4ff"; }
.fa-user-graduate {
  --fa: "\f501"; }
.fa-user-lock {
  --fa: "\f502"; }
.fa-user-tie {
  --fa: "\f508"; }
.fa-users {
  --fa: "\f0c0"; }
.fa-video {
  --fa: "\f03d"; }
.fa-wallet {
  --fa: "\f555"; }
.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }
.fa-whatsapp {
  --fa: "\f232"; }
.fa-wrench {
  --fa: "\f0ad"; }
.fa-xmark {
  --fa: "\f00d"; }
.fa-youtube {
  --fa: "\f167"; }
