.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900); }

.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.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,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa); }

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa); }

.fa-classic.fa-duotone {
  font-family: 'Font Awesome 6 Duotone'; }

.fass,
.fa-sharp {
  font-weight: 900; }

.fad,
.fa-duotone {
  font-weight: 900; }

.fasds,
.fa-sharp-duotone {
  font-weight: 900; }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: 'Font Awesome 6 Pro'; }

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: 'Font Awesome 6 Duotone'; }

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

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: 'Font Awesome 6 Sharp'; }

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: 'Font Awesome 6 Sharp Duotone'; }

.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-angle-down { --fa: "\f107"; --fa--fa: "\f107\f107"; }
.fa-angle-left { --fa: "\f104"; --fa--fa: "\f104\f104"; }
.fa-angle-right { --fa: "\f105"; --fa--fa: "\f105\f105"; }
.fa-angle-up { --fa: "\f106"; --fa--fa: "\f106\f106"; }
.fa-angles-up-down { --fa: "\e60d"; --fa--fa: "\e60d\e60d"; }
.fa-arrow-left-rotate { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-arrow-pointer { --fa: "\f245"; --fa--fa: "\f245\f245"; }
.fa-arrow-right-rotate { --fa: "\f01e"; --fa--fa: "\f01e\f01e"; }
.fa-arrow-rotate-back { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-arrow-rotate-backward { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-arrow-rotate-forward { --fa: "\f01e"; --fa--fa: "\f01e\f01e"; }
.fa-arrow-rotate-left { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-arrow-rotate-right { --fa: "\f01e"; --fa--fa: "\f01e\f01e"; }
.fa-arrows-rotate { --fa: "\f021"; --fa--fa: "\f021\f021"; }
.fa-arrows-rotate-reverse { --fa: "\e630"; --fa--fa: "\e630\e630"; }
.fa-arrows-spin { --fa: "\e4bb"; --fa--fa: "\e4bb\e4bb"; }
.fa-bicycle { --fa: "\f206"; --fa--fa: "\f206\f206"; }
.fa-bolt { --fa: "\f0e7"; --fa--fa: "\f0e7\f0e7"; }
.fa-box { --fa: "\f466"; --fa--fa: "\f466\f466"; }
.fa-box-check { --fa: "\f467"; --fa--fa: "\f467\f467"; }
.fa-box-circle-check { --fa: "\e0c4"; --fa--fa: "\e0c4\e0c4"; }
.fa-box-dollar { --fa: "\f4a0"; --fa--fa: "\f4a0\f4a0"; }
.fa-box-full { --fa: "\f49c"; --fa--fa: "\f49c\f49c"; }
.fa-box-open-full { --fa: "\f49c"; --fa--fa: "\f49c\f49c"; }
.fa-box-usd { --fa: "\f4a0"; --fa--fa: "\f4a0\f4a0"; }
.fa-boxes-packing { --fa: "\e4c7"; --fa--fa: "\e4c7\e4c7"; }
.fa-cart-shopping-fast { --fa: "\e0dc"; --fa--fa: "\e0dc\e0dc"; }
.fa-check { --fa: "\f00c"; --fa--fa: "\f00c\f00c"; }
.fa-check-square { --fa: "\f14a"; --fa--fa: "\f14a\f14a"; }
.fa-circle-exclamation { --fa: "\f06a"; --fa--fa: "\f06a\f06a"; }
.fa-circle-info { --fa: "\f05a"; --fa--fa: "\f05a\f05a"; }
.fa-circle-notch { --fa: "\f1ce"; --fa--fa: "\f1ce\f1ce"; }
.fa-clock { --fa: "\f017"; --fa--fa: "\f017\f017"; }
.fa-clock-four { --fa: "\f017"; --fa--fa: "\f017\f017"; }
.fa-clock-rotate-left { --fa: "\f1da"; --fa--fa: "\f1da\f1da"; }
.fa-clock-two-thirty { --fa: "\e35b"; --fa--fa: "\e35b\e35b"; }
.fa-close { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-cog { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-cogs { --fa: "\f085"; --fa--fa: "\f085\f085"; }
.fa-cube { --fa: "\f1b2"; --fa--fa: "\f1b2\f1b2"; }
.fa-earth-oceania { --fa: "\e47b"; --fa--fa: "\e47b\e47b"; }
.fa-envelope { --fa: "\f0e0"; --fa--fa: "\f0e0\f0e0"; }
.fa-exchange-alt { --fa: "\f362"; --fa--fa: "\f362\f362"; }
.fa-exclamation-circle { --fa: "\f06a"; --fa--fa: "\f06a\f06a"; }
.fa-face-glasses { --fa: "\e377"; --fa--fa: "\e377\e377"; }
.fa-gear { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-gear-complex { --fa: "\e5e9"; --fa--fa: "\e5e9\e5e9"; }
.fa-gears { --fa: "\f085"; --fa--fa: "\f085\f085"; }
.fa-glasses { --fa: "\f530"; --fa--fa: "\f530\f530"; }
.fa-glasses-alt { --fa: "\f5f5"; --fa--fa: "\f5f5\f5f5"; }
.fa-glasses-round { --fa: "\f5f5"; --fa--fa: "\f5f5\f5f5"; }
.fa-globe-oceania { --fa: "\e47b"; --fa--fa: "\e47b\e47b"; }
.fa-hand-holding-heart { --fa: "\f4be"; --fa--fa: "\f4be\f4be"; }
.fa-history { --fa: "\f1da"; --fa--fa: "\f1da\f1da"; }
.fa-info-circle { --fa: "\f05a"; --fa--fa: "\f05a\f05a"; }
.fa-info-square { --fa: "\f30f"; --fa--fa: "\f30f\f30f"; }
.fa-location-dot { --fa: "\f3c5"; --fa--fa: "\f3c5\f3c5"; }
.fa-location-pin { --fa: "\f041"; --fa--fa: "\f041\f041"; }
.fa-magic-wand-sparkles { --fa: "\e2ca"; --fa--fa: "\e2ca\e2ca"; }
.fa-mail-forward { --fa: "\f064"; --fa--fa: "\f064\f064"; }
.fa-map { --fa: "\f279"; --fa--fa: "\f279\f279"; }
.fa-map-location { --fa: "\f59f"; --fa--fa: "\f59f\f59f"; }
.fa-map-location-dot { --fa: "\f5a0"; --fa--fa: "\f5a0\f5a0"; }
.fa-map-marked { --fa: "\f59f"; --fa--fa: "\f59f\f59f"; }
.fa-map-marked-alt { --fa: "\f5a0"; --fa--fa: "\f5a0\f5a0"; }
.fa-map-marker { --fa: "\f041"; --fa--fa: "\f041\f041"; }
.fa-map-marker-alt { --fa: "\f3c5"; --fa--fa: "\f3c5\f3c5"; }
.fa-map-pin { --fa: "\f276"; --fa--fa: "\f276\f276"; }
.fa-mouse-pointer { --fa: "\f245"; --fa--fa: "\f245\f245"; }
.fa-multiply { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-people-carry { --fa: "\f4ce"; --fa--fa: "\f4ce\f4ce"; }
.fa-people-carry-box { --fa: "\f4ce"; --fa--fa: "\f4ce\f4ce"; }
.fa-person-carry { --fa: "\f4cf"; --fa--fa: "\f4cf\f4cf"; }
.fa-person-carry-box { --fa: "\f4cf"; --fa--fa: "\f4cf\f4cf"; }
.fa-person-running { --fa: "\f70c"; --fa--fa: "\f70c\f70c"; }
.fa-person-running-fast { --fa: "\e5ff"; --fa--fa: "\e5ff\e5ff"; }
.fa-phone { --fa: "\f095"; --fa--fa: "\f095\f095"; }
.fa-phone-volume { --fa: "\f2a0"; --fa--fa: "\f2a0\f2a0"; }
.fa-redo { --fa: "\f01e"; --fa--fa: "\f01e\f01e"; }
.fa-redo-alt { --fa: "\f2f9"; --fa--fa: "\f2f9\f2f9"; }
.fa-refresh { --fa: "\f021"; --fa--fa: "\f021\f021"; }
.fa-remove { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-right-left { --fa: "\f362"; --fa--fa: "\f362\f362"; }
.fa-rocket-launch { --fa: "\e027"; --fa--fa: "\e027\e027"; }
.fa-rotate { --fa: "\f2f1"; --fa--fa: "\f2f1\f2f1"; }
.fa-rotate-back { --fa: "\f2ea"; --fa--fa: "\f2ea\f2ea"; }
.fa-rotate-backward { --fa: "\f2ea"; --fa--fa: "\f2ea\f2ea"; }
.fa-rotate-forward { --fa: "\f2f9"; --fa--fa: "\f2f9\f2f9"; }
.fa-rotate-left { --fa: "\f2ea"; --fa--fa: "\f2ea\f2ea"; }
.fa-rotate-reverse { --fa: "\e631"; --fa--fa: "\e631\e631"; }
.fa-rotate-right { --fa: "\f2f9"; --fa--fa: "\f2f9\f2f9"; }
.fa-running { --fa: "\f70c"; --fa--fa: "\f70c\f70c"; }
.fa-scanner { --fa: "\f488"; --fa--fa: "\f488\f488"; }
.fa-scanner-gun { --fa: "\f488"; --fa--fa: "\f488\f488"; }
.fa-share { --fa: "\f064"; --fa--fa: "\f064\f064"; }
.fa-share-alt { --fa: "\f1e0"; --fa--fa: "\f1e0\f1e0"; }
.fa-share-nodes { --fa: "\f1e0"; --fa--fa: "\f1e0\f1e0"; }
.fa-shipping-fast { --fa: "\f48b"; --fa--fa: "\f48b\f48b"; }
.fa-shop { --fa: "\f54f"; --fa--fa: "\f54f\f54f"; }
.fa-spinner { --fa: "\f110"; --fa--fa: "\f110\f110"; }
.fa-spinner-scale { --fa: "\e62a"; --fa--fa: "\e62a\e62a"; }
.fa-spinner-third { --fa: "\f3f4"; --fa--fa: "\f3f4\f3f4"; }
.fa-square { --fa: "\f0c8"; --fa--fa: "\f0c8\f0c8"; }
.fa-square-check { --fa: "\f14a"; --fa--fa: "\f14a\f14a"; }
.fa-square-info { --fa: "\f30f"; --fa--fa: "\f30f\f30f"; }
.fa-star { --fa: "\f005"; --fa--fa: "\f005\f005"; }
.fa-star-half { --fa: "\f089"; --fa--fa: "\f089\f089"; }
.fa-star-half-alt { --fa: "\f5c0"; --fa--fa: "\f5c0\f5c0"; }
.fa-star-half-stroke { --fa: "\f5c0"; --fa--fa: "\f5c0\f5c0"; }
.fa-star-sharp-half { --fa: "\e28c"; --fa--fa: "\e28c\e28c"; }
.fa-star-sharp-half-alt { --fa: "\e28d"; --fa--fa: "\e28d\e28d"; }
.fa-star-sharp-half-stroke { --fa: "\e28d"; --fa--fa: "\e28d\e28d"; }
.fa-store-alt { --fa: "\f54f"; --fa--fa: "\f54f\f54f"; }
.fa-sync { --fa: "\f021"; --fa--fa: "\f021\f021"; }
.fa-sync-alt { --fa: "\f2f1"; --fa--fa: "\f2f1\f2f1"; }
.fa-times { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-truck { --fa: "\f0d1"; --fa--fa: "\f0d1\f0d1"; }
.fa-truck-arrow-right { --fa: "\e58b"; --fa--fa: "\e58b\e58b"; }
.fa-truck-fast { --fa: "\f48b"; --fa--fa: "\f48b\f48b"; }
.fa-undo { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-undo-alt { --fa: "\f2ea"; --fa--fa: "\f2ea\f2ea"; }
.fa-volume-control-phone { --fa: "\f2a0"; --fa--fa: "\f2a0\f2a0"; }
.fa-wallet { --fa: "\f555"; --fa--fa: "\f555\f555"; }
.fa-wand-magic-sparkles { --fa: "\e2ca"; --fa--fa: "\e2ca\e2ca"; }
.fa-xmark { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-zap { --fa: "\f0e7"; --fa--fa: "\f0e7\f0e7"; }

.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; }
