table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url(/images/vendor/datatables.net-dt/sort_both.png?8b117faa9d4dd934d6bbbd9f0cdb2459);
}
table.dataTable thead .sorting_asc {
  background-image: url(/images/vendor/datatables.net-dt/sort_asc.png?4bba59196d7ce26196967adefd7c5c3f) !important;
}
table.dataTable thead .sorting_desc {
  background-image: url(/images/vendor/datatables.net-dt/sort_desc.png?c4196d3286cc33244c83af3398675a6a) !important;
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/images/vendor/datatables.net-dt/sort_asc_disabled.png?07c018ae0160704a329067ec7fbdc614);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/images/vendor/datatables.net-dt/sort_desc_disabled.png?27ac5d1bc294b1fae0564fe461a6304d);
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

@charset "UTF-8";
:root {
  --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-backdrop-transition: background-color 0.1s;
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-icon-zoom: 1;
  --swal2-icon-animations: true;
  --swal2-title-padding: 0.8em 1em 0;
  --swal2-html-container-padding: 1em 1.6em 0.3em;
  --swal2-input-border: 1px solid #d9d9d9;
  --swal2-input-border-radius: 0.1875em;
  --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-background: transparent;
  --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
  --swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-focus-border: 1px solid #b4dbed;
  --swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px $swal2-outline-color;
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-footer-border-color: #eee;
  --swal2-footer-background: transparent;
  --swal2-footer-color: inherit;
  --swal2-timer-progress-bar-background: rgba(0, 0, 0, 0.3);
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
  --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
  --swal2-close-button-outline: initial;
  --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
  --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
  --swal2-close-button-hover-transform: none;
  --swal2-actions-justify-content: center;
  --swal2-actions-width: auto;
  --swal2-actions-margin: 1.25em auto 0;
  --swal2-actions-padding: 0;
  --swal2-actions-border-radius: 0;
  --swal2-actions-background: transparent;
  --swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;
  --swal2-action-button-hover: black 10%;
  --swal2-action-button-active: black 10%;
  --swal2-confirm-button-box-shadow: none;
  --swal2-confirm-button-border-radius: 0.25em;
  --swal2-confirm-button-background-color: #7066e0;
  --swal2-confirm-button-color: #fff;
  --swal2-deny-button-box-shadow: none;
  --swal2-deny-button-border-radius: 0.25em;
  --swal2-deny-button-background-color: #dc3741;
  --swal2-deny-button-color: #fff;
  --swal2-cancel-button-box-shadow: none;
  --swal2-cancel-button-border-radius: 0.25em;
  --swal2-cancel-button-background-color: #6e7881;
  --swal2-cancel-button-color: #fff;
  --swal2-toast-show-animation: swal2-toast-show 0.5s;
  --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
  --swal2-toast-border: none;
  --swal2-toast-box-shadow:
    0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075),
    1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075);
}

[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix(
    in srgb,
    var(--swal2-dark-theme-black),
    var(--swal2-dark-theme-white) 10%
  );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
  --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
}

@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix(
      in srgb,
      var(--swal2-dark-theme-black),
      var(--swal2-dark-theme-white) 10%
    );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
    --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: var(--swal2-backdrop-transition);
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}
div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container)[popover] {
  width: auto;
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
  container-name: swal2-popup;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: var(--swal2-title-padding);
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  overflow-wrap: break-word;
  cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--swal2-actions-justify-content);
  width: var(--swal2-actions-width);
  margin: var(--swal2-actions-margin);
  padding: var(--swal2-actions-padding);
  border-radius: var(--swal2-actions-border-radius);
  background: var(--swal2-actions-background);
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: var(--swal2-action-button-transition);
  border: none;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border-radius: var(--swal2-confirm-button-border-radius);
  background: initial;
  background-color: var(--swal2-confirm-button-background-color);
  box-shadow: var(--swal2-confirm-button-box-shadow);
  color: var(--swal2-confirm-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border-radius: var(--swal2-deny-button-border-radius);
  background: initial;
  background-color: var(--swal2-deny-button-background-color);
  box-shadow: var(--swal2-deny-button-box-shadow);
  color: var(--swal2-deny-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border-radius: var(--swal2-cancel-button-border-radius);
  background: initial;
  background-color: var(--swal2-cancel-button-background-color);
  box-shadow: var(--swal2-cancel-button-box-shadow);
  color: var(--swal2-cancel-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
  box-shadow: var(--swal2-action-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
  opacity: 0.4;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  background: var(--swal2-footer-background);
  color: var(--swal2-footer-color);
  font-size: 1em;
  text-align: center;
  cursor: initial;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: var(--swal2-timer-progress-bar-background);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}
div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: var(--swal2-close-button-transition);
  border: none;
  border-radius: var(--swal2-border-radius);
  outline: var(--swal2-close-button-outline);
  background: transparent;
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: var(--swal2-close-button-hover-transform);
  background: transparent;
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: var(--swal2-close-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: var(--swal2-html-container-padding);
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: var(--swal2-input-transition);
  border: var(--swal2-input-border);
  border-radius: var(--swal2-input-border-radius);
  background: var(--swal2-input-background);
  box-shadow: var(--swal2-input-box-shadow);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):hover,
div:where(.swal2-container) input:where(.swal2-file):hover,
div:where(.swal2-container) textarea:where(.swal2-textarea):hover {
  box-shadow: var(--swal2-input-hover-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: var(--swal2-input-focus-border);
  outline: none;
  box-shadow: var(--swal2-input-focus-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder, div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder {
  color: #ccc;
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  zoom: var(--swal2-icon-zoom);
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
  }
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: var(--swal2-show-animation);
}

.swal2-hide {
  animation: var(--swal2-hide-animation);
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  border: var(--swal2-toast-border);
  background: var(--swal2-background);
  box-shadow: var(--swal2-toast-box-shadow);
  pointer-events: all;
}
.swal2-toast > * {
  grid-column: 2;
}
.swal2-toast h2:where(.swal2-title) {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-toast div:where(.swal2-footer) {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-toast div:where(.swal2-html-container) {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-toast button:where(.swal2-styled) {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
  }
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
  }
}
.swal2-toast.swal2-show {
  animation: var(--swal2-toast-show-animation);
}
.swal2-toast.swal2-hide {
  animation: var(--swal2-toast-hide-animation);
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

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

@supports not (content: ""/"") {
  :is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
    content: var(--fa);
  }
}
.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: calc(10 / 16 * 1em);
  /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 10 * 1em);
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc(((6 / 10) - 0.375) * 1em);
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: calc(12 / 16 * 1em);
  /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 12 * 1em);
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc(((6 / 12) - 0.375) * 1em);
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: calc(14 / 16 * 1em);
  /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 14 * 1em);
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc(((6 / 14) - 0.375) * 1em);
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: calc(20 / 16 * 1em);
  /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 20 * 1em);
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc(((6 / 20) - 0.375) * 1em);
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: calc(24 / 16 * 1em);
  /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 24 * 1em);
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc(((6 / 24) - 0.375) * 1em);
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: calc(32 / 16 * 1em);
  /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 32 * 1em);
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc(((6 / 32) - 0.375) * 1em);
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

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

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

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

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.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.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

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

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: 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: none !important;
    transition: none !important;
  }
}
@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 {
  --fa-width: 100%;
  inset: 0;
  position: absolute;
  text-align: center;
  width: var(--fa-width);
  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 ";
}

.fa-1 {
  --fa:"\31 ";
}

.fa-2 {
  --fa:"\32 ";
}

.fa-3 {
  --fa:"\33 ";
}

.fa-4 {
  --fa:"\34 ";
}

.fa-5 {
  --fa:"\35 ";
}

.fa-6 {
  --fa:"\36 ";
}

.fa-7 {
  --fa:"\37 ";
}

.fa-8 {
  --fa:"\38 ";
}

.fa-9 {
  --fa:"\39 ";
}

.fa-exclamation {
  --fa:"\!";
}

.fa-hashtag {
  --fa:"\#";
}

.fa-dollar-sign {
  --fa:"\$";
}

.fa-dollar {
  --fa:"\$";
}

.fa-usd {
  --fa:"\$";
}

.fa-percent {
  --fa:"\%";
}

.fa-percentage {
  --fa:"\%";
}

.fa-asterisk {
  --fa:"\*";
}

.fa-plus {
  --fa:"\+";
}

.fa-add {
  --fa:"\+";
}

.fa-less-than {
  --fa:"\<";
}

.fa-equals {
  --fa:"\=";
}

.fa-greater-than {
  --fa:"\>";
}

.fa-question {
  --fa:"\?";
}

.fa-at {
  --fa:"\@";
}

.fa-a {
  --fa:"A";
}

.fa-b {
  --fa:"B";
}

.fa-c {
  --fa:"C";
}

.fa-d {
  --fa:"D";
}

.fa-e {
  --fa:"E";
}

.fa-f {
  --fa:"F";
}

.fa-g {
  --fa:"G";
}

.fa-h {
  --fa:"H";
}

.fa-i {
  --fa:"I";
}

.fa-j {
  --fa:"J";
}

.fa-k {
  --fa:"K";
}

.fa-l {
  --fa:"L";
}

.fa-m {
  --fa:"M";
}

.fa-n {
  --fa:"N";
}

.fa-o {
  --fa:"O";
}

.fa-p {
  --fa:"P";
}

.fa-q {
  --fa:"Q";
}

.fa-r {
  --fa:"R";
}

.fa-s {
  --fa:"S";
}

.fa-t {
  --fa:"T";
}

.fa-u {
  --fa:"U";
}

.fa-v {
  --fa:"V";
}

.fa-w {
  --fa:"W";
}

.fa-x {
  --fa:"X";
}

.fa-y {
  --fa:"Y";
}

.fa-z {
  --fa:"Z";
}

.fa-faucet {
  --fa:"";
}

.fa-faucet-drip {
  --fa:"";
}

.fa-house-chimney-window {
  --fa:"";
}

.fa-house-signal {
  --fa:"";
}

.fa-temperature-arrow-down {
  --fa:"";
}

.fa-temperature-down {
  --fa:"";
}

.fa-temperature-arrow-up {
  --fa:"";
}

.fa-temperature-up {
  --fa:"";
}

.fa-trailer {
  --fa:"";
}

.fa-bacteria {
  --fa:"";
}

.fa-bacterium {
  --fa:"";
}

.fa-box-tissue {
  --fa:"";
}

.fa-hand-holding-medical {
  --fa:"";
}

.fa-hand-sparkles {
  --fa:"";
}

.fa-hands-bubbles {
  --fa:"";
}

.fa-hands-wash {
  --fa:"";
}

.fa-handshake-slash {
  --fa:"";
}

.fa-handshake-alt-slash {
  --fa:"";
}

.fa-handshake-simple-slash {
  --fa:"";
}

.fa-head-side-cough {
  --fa:"";
}

.fa-head-side-cough-slash {
  --fa:"";
}

.fa-head-side-mask {
  --fa:"";
}

.fa-head-side-virus {
  --fa:"";
}

.fa-house-chimney-user {
  --fa:"";
}

.fa-house-laptop {
  --fa:"";
}

.fa-laptop-house {
  --fa:"";
}

.fa-lungs-virus {
  --fa:"";
}

.fa-people-arrows {
  --fa:"";
}

.fa-people-arrows-left-right {
  --fa:"";
}

.fa-plane-slash {
  --fa:"";
}

.fa-pump-medical {
  --fa:"";
}

.fa-pump-soap {
  --fa:"";
}

.fa-shield-virus {
  --fa:"";
}

.fa-sink {
  --fa:"";
}

.fa-soap {
  --fa:"";
}

.fa-stopwatch-20 {
  --fa:"";
}

.fa-shop-slash {
  --fa:"";
}

.fa-store-alt-slash {
  --fa:"";
}

.fa-store-slash {
  --fa:"";
}

.fa-toilet-paper-slash {
  --fa:"";
}

.fa-users-slash {
  --fa:"";
}

.fa-virus {
  --fa:"";
}

.fa-virus-slash {
  --fa:"";
}

.fa-viruses {
  --fa:"";
}

.fa-vest {
  --fa:"";
}

.fa-vest-patches {
  --fa:"";
}

.fa-arrow-trend-down {
  --fa:"";
}

.fa-arrow-trend-up {
  --fa:"";
}

.fa-arrow-up-from-bracket {
  --fa:"";
}

.fa-austral-sign {
  --fa:"";
}

.fa-baht-sign {
  --fa:"";
}

.fa-bitcoin-sign {
  --fa:"";
}

.fa-bolt-lightning {
  --fa:"";
}

.fa-book-bookmark {
  --fa:"";
}

.fa-camera-rotate {
  --fa:"";
}

.fa-cedi-sign {
  --fa:"";
}

.fa-chart-column {
  --fa:"";
}

.fa-chart-gantt {
  --fa:"";
}

.fa-clapperboard {
  --fa:"";
}

.fa-clover {
  --fa:"";
}

.fa-code-compare {
  --fa:"";
}

.fa-code-fork {
  --fa:"";
}

.fa-code-pull-request {
  --fa:"";
}

.fa-colon-sign {
  --fa:"";
}

.fa-cruzeiro-sign {
  --fa:"";
}

.fa-display {
  --fa:"";
}

.fa-dong-sign {
  --fa:"";
}

.fa-elevator {
  --fa:"";
}

.fa-filter-circle-xmark {
  --fa:"";
}

.fa-florin-sign {
  --fa:"";
}

.fa-folder-closed {
  --fa:"";
}

.fa-franc-sign {
  --fa:"";
}

.fa-guarani-sign {
  --fa:"";
}

.fa-gun {
  --fa:"";
}

.fa-hands-clapping {
  --fa:"";
}

.fa-house-user {
  --fa:"";
}

.fa-home-user {
  --fa:"";
}

.fa-indian-rupee-sign {
  --fa:"";
}

.fa-indian-rupee {
  --fa:"";
}

.fa-inr {
  --fa:"";
}

.fa-kip-sign {
  --fa:"";
}

.fa-lari-sign {
  --fa:"";
}

.fa-litecoin-sign {
  --fa:"";
}

.fa-manat-sign {
  --fa:"";
}

.fa-mask-face {
  --fa:"";
}

.fa-mill-sign {
  --fa:"";
}

.fa-money-bills {
  --fa:"";
}

.fa-naira-sign {
  --fa:"";
}

.fa-notdef {
  --fa:"";
}

.fa-panorama {
  --fa:"";
}

.fa-peseta-sign {
  --fa:"";
}

.fa-peso-sign {
  --fa:"";
}

.fa-plane-up {
  --fa:"";
}

.fa-rupiah-sign {
  --fa:"";
}

.fa-stairs {
  --fa:"";
}

.fa-timeline {
  --fa:"";
}

.fa-truck-front {
  --fa:"";
}

.fa-turkish-lira-sign {
  --fa:"";
}

.fa-try {
  --fa:"";
}

.fa-turkish-lira {
  --fa:"";
}

.fa-vault {
  --fa:"";
}

.fa-wand-magic-sparkles {
  --fa:"";
}

.fa-magic-wand-sparkles {
  --fa:"";
}

.fa-wheat-awn {
  --fa:"";
}

.fa-wheat-alt {
  --fa:"";
}

.fa-wheelchair-move {
  --fa:"";
}

.fa-wheelchair-alt {
  --fa:"";
}

.fa-bangladeshi-taka-sign {
  --fa:"";
}

.fa-bowl-rice {
  --fa:"";
}

.fa-person-pregnant {
  --fa:"";
}

.fa-house-chimney {
  --fa:"";
}

.fa-home-lg {
  --fa:"";
}

.fa-house-crack {
  --fa:"";
}

.fa-house-medical {
  --fa:"";
}

.fa-cent-sign {
  --fa:"";
}

.fa-plus-minus {
  --fa:"";
}

.fa-sailboat {
  --fa:"";
}

.fa-section {
  --fa:"";
}

.fa-shrimp {
  --fa:"";
}

.fa-brazilian-real-sign {
  --fa:"";
}

.fa-chart-simple {
  --fa:"";
}

.fa-diagram-next {
  --fa:"";
}

.fa-diagram-predecessor {
  --fa:"";
}

.fa-diagram-successor {
  --fa:"";
}

.fa-earth-oceania {
  --fa:"";
}

.fa-globe-oceania {
  --fa:"";
}

.fa-bug-slash {
  --fa:"";
}

.fa-file-circle-plus {
  --fa:"";
}

.fa-shop-lock {
  --fa:"";
}

.fa-virus-covid {
  --fa:"";
}

.fa-virus-covid-slash {
  --fa:"";
}

.fa-anchor-circle-check {
  --fa:"";
}

.fa-anchor-circle-exclamation {
  --fa:"";
}

.fa-anchor-circle-xmark {
  --fa:"";
}

.fa-anchor-lock {
  --fa:"";
}

.fa-arrow-down-up-across-line {
  --fa:"";
}

.fa-arrow-down-up-lock {
  --fa:"";
}

.fa-arrow-right-to-city {
  --fa:"";
}

.fa-arrow-up-from-ground-water {
  --fa:"";
}

.fa-arrow-up-from-water-pump {
  --fa:"";
}

.fa-arrow-up-right-dots {
  --fa:"";
}

.fa-arrows-down-to-line {
  --fa:"";
}

.fa-arrows-down-to-people {
  --fa:"";
}

.fa-arrows-left-right-to-line {
  --fa:"";
}

.fa-arrows-spin {
  --fa:"";
}

.fa-arrows-split-up-and-left {
  --fa:"";
}

.fa-arrows-to-circle {
  --fa:"";
}

.fa-arrows-to-dot {
  --fa:"";
}

.fa-arrows-to-eye {
  --fa:"";
}

.fa-arrows-turn-right {
  --fa:"";
}

.fa-arrows-turn-to-dots {
  --fa:"";
}

.fa-arrows-up-to-line {
  --fa:"";
}

.fa-bore-hole {
  --fa:"";
}

.fa-bottle-droplet {
  --fa:"";
}

.fa-bottle-water {
  --fa:"";
}

.fa-bowl-food {
  --fa:"";
}

.fa-boxes-packing {
  --fa:"";
}

.fa-bridge {
  --fa:"";
}

.fa-bridge-circle-check {
  --fa:"";
}

.fa-bridge-circle-exclamation {
  --fa:"";
}

.fa-bridge-circle-xmark {
  --fa:"";
}

.fa-bridge-lock {
  --fa:"";
}

.fa-bridge-water {
  --fa:"";
}

.fa-bucket {
  --fa:"";
}

.fa-bugs {
  --fa:"";
}

.fa-building-circle-arrow-right {
  --fa:"";
}

.fa-building-circle-check {
  --fa:"";
}

.fa-building-circle-exclamation {
  --fa:"";
}

.fa-building-circle-xmark {
  --fa:"";
}

.fa-building-flag {
  --fa:"";
}

.fa-building-lock {
  --fa:"";
}

.fa-building-ngo {
  --fa:"";
}

.fa-building-shield {
  --fa:"";
}

.fa-building-un {
  --fa:"";
}

.fa-building-user {
  --fa:"";
}

.fa-building-wheat {
  --fa:"";
}

.fa-burst {
  --fa:"";
}

.fa-car-on {
  --fa:"";
}

.fa-car-tunnel {
  --fa:"";
}

.fa-child-combatant {
  --fa:"";
}

.fa-child-rifle {
  --fa:"";
}

.fa-children {
  --fa:"";
}

.fa-circle-nodes {
  --fa:"";
}

.fa-clipboard-question {
  --fa:"";
}

.fa-cloud-showers-water {
  --fa:"";
}

.fa-computer {
  --fa:"";
}

.fa-cubes-stacked {
  --fa:"";
}

.fa-envelope-circle-check {
  --fa:"";
}

.fa-explosion {
  --fa:"";
}

.fa-ferry {
  --fa:"";
}

.fa-file-circle-exclamation {
  --fa:"";
}

.fa-file-circle-minus {
  --fa:"";
}

.fa-file-circle-question {
  --fa:"";
}

.fa-file-shield {
  --fa:"";
}

.fa-fire-burner {
  --fa:"";
}

.fa-fish-fins {
  --fa:"";
}

.fa-flask-vial {
  --fa:"";
}

.fa-glass-water {
  --fa:"";
}

.fa-glass-water-droplet {
  --fa:"";
}

.fa-group-arrows-rotate {
  --fa:"";
}

.fa-hand-holding-hand {
  --fa:"";
}

.fa-handcuffs {
  --fa:"";
}

.fa-hands-bound {
  --fa:"";
}

.fa-hands-holding-child {
  --fa:"";
}

.fa-hands-holding-circle {
  --fa:"";
}

.fa-heart-circle-bolt {
  --fa:"";
}

.fa-heart-circle-check {
  --fa:"";
}

.fa-heart-circle-exclamation {
  --fa:"";
}

.fa-heart-circle-minus {
  --fa:"";
}

.fa-heart-circle-plus {
  --fa:"";
}

.fa-heart-circle-xmark {
  --fa:"";
}

.fa-helicopter-symbol {
  --fa:"";
}

.fa-helmet-un {
  --fa:"";
}

.fa-hill-avalanche {
  --fa:"";
}

.fa-hill-rockslide {
  --fa:"";
}

.fa-house-circle-check {
  --fa:"";
}

.fa-house-circle-exclamation {
  --fa:"";
}

.fa-house-circle-xmark {
  --fa:"";
}

.fa-house-fire {
  --fa:"";
}

.fa-house-flag {
  --fa:"";
}

.fa-house-flood-water {
  --fa:"";
}

.fa-house-flood-water-circle-arrow-right {
  --fa:"";
}

.fa-house-lock {
  --fa:"";
}

.fa-house-medical-circle-check {
  --fa:"";
}

.fa-house-medical-circle-exclamation {
  --fa:"";
}

.fa-house-medical-circle-xmark {
  --fa:"";
}

.fa-house-medical-flag {
  --fa:"";
}

.fa-house-tsunami {
  --fa:"";
}

.fa-jar {
  --fa:"";
}

.fa-jar-wheat {
  --fa:"";
}

.fa-jet-fighter-up {
  --fa:"";
}

.fa-jug-detergent {
  --fa:"";
}

.fa-kitchen-set {
  --fa:"";
}

.fa-land-mine-on {
  --fa:"";
}

.fa-landmark-flag {
  --fa:"";
}

.fa-laptop-file {
  --fa:"";
}

.fa-lines-leaning {
  --fa:"";
}

.fa-location-pin-lock {
  --fa:"";
}

.fa-locust {
  --fa:"";
}

.fa-magnifying-glass-arrow-right {
  --fa:"";
}

.fa-magnifying-glass-chart {
  --fa:"";
}

.fa-mars-and-venus-burst {
  --fa:"";
}

.fa-mask-ventilator {
  --fa:"";
}

.fa-mattress-pillow {
  --fa:"";
}

.fa-mobile-retro {
  --fa:"";
}

.fa-money-bill-transfer {
  --fa:"";
}

.fa-money-bill-trend-up {
  --fa:"";
}

.fa-money-bill-wheat {
  --fa:"";
}

.fa-mosquito {
  --fa:"";
}

.fa-mosquito-net {
  --fa:"";
}

.fa-mound {
  --fa:"";
}

.fa-mountain-city {
  --fa:"";
}

.fa-mountain-sun {
  --fa:"";
}

.fa-oil-well {
  --fa:"";
}

.fa-people-group {
  --fa:"";
}

.fa-people-line {
  --fa:"";
}

.fa-people-pulling {
  --fa:"";
}

.fa-people-robbery {
  --fa:"";
}

.fa-people-roof {
  --fa:"";
}

.fa-person-arrow-down-to-line {
  --fa:"";
}

.fa-person-arrow-up-from-line {
  --fa:"";
}

.fa-person-breastfeeding {
  --fa:"";
}

.fa-person-burst {
  --fa:"";
}

.fa-person-cane {
  --fa:"";
}

.fa-person-chalkboard {
  --fa:"";
}

.fa-person-circle-check {
  --fa:"";
}

.fa-person-circle-exclamation {
  --fa:"";
}

.fa-person-circle-minus {
  --fa:"";
}

.fa-person-circle-plus {
  --fa:"";
}

.fa-person-circle-question {
  --fa:"";
}

.fa-person-circle-xmark {
  --fa:"";
}

.fa-person-dress-burst {
  --fa:"";
}

.fa-person-drowning {
  --fa:"";
}

.fa-person-falling {
  --fa:"";
}

.fa-person-falling-burst {
  --fa:"";
}

.fa-person-half-dress {
  --fa:"";
}

.fa-person-harassing {
  --fa:"";
}

.fa-person-military-pointing {
  --fa:"";
}

.fa-person-military-rifle {
  --fa:"";
}

.fa-person-military-to-person {
  --fa:"";
}

.fa-person-rays {
  --fa:"";
}

.fa-person-rifle {
  --fa:"";
}

.fa-person-shelter {
  --fa:"";
}

.fa-person-walking-arrow-loop-left {
  --fa:"";
}

.fa-person-walking-arrow-right {
  --fa:"";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa:"";
}

.fa-person-walking-luggage {
  --fa:"";
}

.fa-plane-circle-check {
  --fa:"";
}

.fa-plane-circle-exclamation {
  --fa:"";
}

.fa-plane-circle-xmark {
  --fa:"";
}

.fa-plane-lock {
  --fa:"";
}

.fa-plate-wheat {
  --fa:"";
}

.fa-plug-circle-bolt {
  --fa:"";
}

.fa-plug-circle-check {
  --fa:"";
}

.fa-plug-circle-exclamation {
  --fa:"";
}

.fa-plug-circle-minus {
  --fa:"";
}

.fa-plug-circle-plus {
  --fa:"";
}

.fa-plug-circle-xmark {
  --fa:"";
}

.fa-ranking-star {
  --fa:"";
}

.fa-road-barrier {
  --fa:"";
}

.fa-road-bridge {
  --fa:"";
}

.fa-road-circle-check {
  --fa:"";
}

.fa-road-circle-exclamation {
  --fa:"";
}

.fa-road-circle-xmark {
  --fa:"";
}

.fa-road-lock {
  --fa:"";
}

.fa-road-spikes {
  --fa:"";
}

.fa-rug {
  --fa:"";
}

.fa-sack-xmark {
  --fa:"";
}

.fa-school-circle-check {
  --fa:"";
}

.fa-school-circle-exclamation {
  --fa:"";
}

.fa-school-circle-xmark {
  --fa:"";
}

.fa-school-flag {
  --fa:"";
}

.fa-school-lock {
  --fa:"";
}

.fa-sheet-plastic {
  --fa:"";
}

.fa-shield-cat {
  --fa:"";
}

.fa-shield-dog {
  --fa:"";
}

.fa-shield-heart {
  --fa:"";
}

.fa-square-nfi {
  --fa:"";
}

.fa-square-person-confined {
  --fa:"";
}

.fa-square-virus {
  --fa:"";
}

.fa-staff-snake {
  --fa:"";
}

.fa-rod-asclepius {
  --fa:"";
}

.fa-rod-snake {
  --fa:"";
}

.fa-staff-aesculapius {
  --fa:"";
}

.fa-sun-plant-wilt {
  --fa:"";
}

.fa-tarp {
  --fa:"";
}

.fa-tarp-droplet {
  --fa:"";
}

.fa-tent {
  --fa:"";
}

.fa-tent-arrow-down-to-line {
  --fa:"";
}

.fa-tent-arrow-left-right {
  --fa:"";
}

.fa-tent-arrow-turn-left {
  --fa:"";
}

.fa-tent-arrows-down {
  --fa:"";
}

.fa-tents {
  --fa:"";
}

.fa-toilet-portable {
  --fa:"";
}

.fa-toilets-portable {
  --fa:"";
}

.fa-tower-cell {
  --fa:"";
}

.fa-tower-observation {
  --fa:"";
}

.fa-tree-city {
  --fa:"";
}

.fa-trowel {
  --fa:"";
}

.fa-trowel-bricks {
  --fa:"";
}

.fa-truck-arrow-right {
  --fa:"";
}

.fa-truck-droplet {
  --fa:"";
}

.fa-truck-field {
  --fa:"";
}

.fa-truck-field-un {
  --fa:"";
}

.fa-truck-plane {
  --fa:"";
}

.fa-users-between-lines {
  --fa:"";
}

.fa-users-line {
  --fa:"";
}

.fa-users-rays {
  --fa:"";
}

.fa-users-rectangle {
  --fa:"";
}

.fa-users-viewfinder {
  --fa:"";
}

.fa-vial-circle-check {
  --fa:"";
}

.fa-vial-virus {
  --fa:"";
}

.fa-wheat-awn-circle-exclamation {
  --fa:"";
}

.fa-worm {
  --fa:"";
}

.fa-xmarks-lines {
  --fa:"";
}

.fa-child-dress {
  --fa:"";
}

.fa-child-reaching {
  --fa:"";
}

.fa-file-circle-check {
  --fa:"";
}

.fa-file-circle-xmark {
  --fa:"";
}

.fa-person-through-window {
  --fa:"";
}

.fa-plant-wilt {
  --fa:"";
}

.fa-stapler {
  --fa:"";
}

.fa-train-tram {
  --fa:"";
}

.fa-table-cells-column-lock {
  --fa:"";
}

.fa-table-cells-row-lock {
  --fa:"";
}

.fa-web-awesome {
  --fa:"";
}

.fa-thumbtack-slash {
  --fa:"";
}

.fa-thumb-tack-slash {
  --fa:"";
}

.fa-table-cells-row-unlock {
  --fa:"";
}

.fa-chart-diagram {
  --fa:"";
}

.fa-comment-nodes {
  --fa:"";
}

.fa-file-fragment {
  --fa:"";
}

.fa-file-half-dashed {
  --fa:"";
}

.fa-hexagon-nodes {
  --fa:"";
}

.fa-hexagon-nodes-bolt {
  --fa:"";
}

.fa-square-binary {
  --fa:"";
}

.fa-pentagon {
  --fa:"";
}

.fa-non-binary {
  --fa:"";
}

.fa-spiral {
  --fa:"";
}

.fa-mobile-vibrate {
  --fa:"";
}

.fa-single-quote-left {
  --fa:"";
}

.fa-single-quote-right {
  --fa:"";
}

.fa-bus-side {
  --fa:"";
}

.fa-septagon {
  --fa:"";
}

.fa-heptagon {
  --fa:"";
}

.fa-martini-glass-empty {
  --fa:"";
}

.fa-glass-martini {
  --fa:"";
}

.fa-music {
  --fa:"";
}

.fa-magnifying-glass {
  --fa:"";
}

.fa-search {
  --fa:"";
}

.fa-heart {
  --fa:"";
}

.fa-star {
  --fa:"";
}

.fa-user {
  --fa:"";
}

.fa-user-alt {
  --fa:"";
}

.fa-user-large {
  --fa:"";
}

.fa-film {
  --fa:"";
}

.fa-film-alt {
  --fa:"";
}

.fa-film-simple {
  --fa:"";
}

.fa-table-cells-large {
  --fa:"";
}

.fa-th-large {
  --fa:"";
}

.fa-table-cells {
  --fa:"";
}

.fa-th {
  --fa:"";
}

.fa-table-list {
  --fa:"";
}

.fa-th-list {
  --fa:"";
}

.fa-check {
  --fa:"";
}

.fa-xmark {
  --fa:"";
}

.fa-close {
  --fa:"";
}

.fa-multiply {
  --fa:"";
}

.fa-remove {
  --fa:"";
}

.fa-times {
  --fa:"";
}

.fa-magnifying-glass-plus {
  --fa:"";
}

.fa-search-plus {
  --fa:"";
}

.fa-magnifying-glass-minus {
  --fa:"";
}

.fa-search-minus {
  --fa:"";
}

.fa-power-off {
  --fa:"";
}

.fa-signal {
  --fa:"";
}

.fa-signal-5 {
  --fa:"";
}

.fa-signal-perfect {
  --fa:"";
}

.fa-gear {
  --fa:"";
}

.fa-cog {
  --fa:"";
}

.fa-house {
  --fa:"";
}

.fa-home {
  --fa:"";
}

.fa-home-alt {
  --fa:"";
}

.fa-home-lg-alt {
  --fa:"";
}

.fa-clock {
  --fa:"";
}

.fa-clock-four {
  --fa:"";
}

.fa-road {
  --fa:"";
}

.fa-download {
  --fa:"";
}

.fa-inbox {
  --fa:"";
}

.fa-arrow-rotate-right {
  --fa:"";
}

.fa-arrow-right-rotate {
  --fa:"";
}

.fa-arrow-rotate-forward {
  --fa:"";
}

.fa-redo {
  --fa:"";
}

.fa-arrows-rotate {
  --fa:"";
}

.fa-refresh {
  --fa:"";
}

.fa-sync {
  --fa:"";
}

.fa-rectangle-list {
  --fa:"";
}

.fa-list-alt {
  --fa:"";
}

.fa-lock {
  --fa:"";
}

.fa-flag {
  --fa:"";
}

.fa-headphones {
  --fa:"";
}

.fa-headphones-alt {
  --fa:"";
}

.fa-headphones-simple {
  --fa:"";
}

.fa-volume-off {
  --fa:"";
}

.fa-volume-low {
  --fa:"";
}

.fa-volume-down {
  --fa:"";
}

.fa-volume-high {
  --fa:"";
}

.fa-volume-up {
  --fa:"";
}

.fa-qrcode {
  --fa:"";
}

.fa-barcode {
  --fa:"";
}

.fa-tag {
  --fa:"";
}

.fa-tags {
  --fa:"";
}

.fa-book {
  --fa:"";
}

.fa-bookmark {
  --fa:"";
}

.fa-print {
  --fa:"";
}

.fa-camera {
  --fa:"";
}

.fa-camera-alt {
  --fa:"";
}

.fa-font {
  --fa:"";
}

.fa-bold {
  --fa:"";
}

.fa-italic {
  --fa:"";
}

.fa-text-height {
  --fa:"";
}

.fa-text-width {
  --fa:"";
}

.fa-align-left {
  --fa:"";
}

.fa-align-center {
  --fa:"";
}

.fa-align-right {
  --fa:"";
}

.fa-align-justify {
  --fa:"";
}

.fa-list {
  --fa:"";
}

.fa-list-squares {
  --fa:"";
}

.fa-outdent {
  --fa:"";
}

.fa-dedent {
  --fa:"";
}

.fa-indent {
  --fa:"";
}

.fa-video {
  --fa:"";
}

.fa-video-camera {
  --fa:"";
}

.fa-image {
  --fa:"";
}

.fa-location-pin {
  --fa:"";
}

.fa-map-marker {
  --fa:"";
}

.fa-circle-half-stroke {
  --fa:"";
}

.fa-adjust {
  --fa:"";
}

.fa-droplet {
  --fa:"";
}

.fa-tint {
  --fa:"";
}

.fa-pen-to-square {
  --fa:"";
}

.fa-edit {
  --fa:"";
}

.fa-arrows-up-down-left-right {
  --fa:"";
}

.fa-arrows {
  --fa:"";
}

.fa-backward-step {
  --fa:"";
}

.fa-step-backward {
  --fa:"";
}

.fa-backward-fast {
  --fa:"";
}

.fa-fast-backward {
  --fa:"";
}

.fa-backward {
  --fa:"";
}

.fa-play {
  --fa:"";
}

.fa-pause {
  --fa:"";
}

.fa-stop {
  --fa:"";
}

.fa-forward {
  --fa:"";
}

.fa-forward-fast {
  --fa:"";
}

.fa-fast-forward {
  --fa:"";
}

.fa-forward-step {
  --fa:"";
}

.fa-step-forward {
  --fa:"";
}

.fa-eject {
  --fa:"";
}

.fa-chevron-left {
  --fa:"";
}

.fa-chevron-right {
  --fa:"";
}

.fa-circle-plus {
  --fa:"";
}

.fa-plus-circle {
  --fa:"";
}

.fa-circle-minus {
  --fa:"";
}

.fa-minus-circle {
  --fa:"";
}

.fa-circle-xmark {
  --fa:"";
}

.fa-times-circle {
  --fa:"";
}

.fa-xmark-circle {
  --fa:"";
}

.fa-circle-check {
  --fa:"";
}

.fa-check-circle {
  --fa:"";
}

.fa-circle-question {
  --fa:"";
}

.fa-question-circle {
  --fa:"";
}

.fa-circle-info {
  --fa:"";
}

.fa-info-circle {
  --fa:"";
}

.fa-crosshairs {
  --fa:"";
}

.fa-ban {
  --fa:"";
}

.fa-cancel {
  --fa:"";
}

.fa-arrow-left {
  --fa:"";
}

.fa-arrow-right {
  --fa:"";
}

.fa-arrow-up {
  --fa:"";
}

.fa-arrow-down {
  --fa:"";
}

.fa-share {
  --fa:"";
}

.fa-mail-forward {
  --fa:"";
}

.fa-expand {
  --fa:"";
}

.fa-compress {
  --fa:"";
}

.fa-minus {
  --fa:"";
}

.fa-subtract {
  --fa:"";
}

.fa-circle-exclamation {
  --fa:"";
}

.fa-exclamation-circle {
  --fa:"";
}

.fa-gift {
  --fa:"";
}

.fa-leaf {
  --fa:"";
}

.fa-fire {
  --fa:"";
}

.fa-eye {
  --fa:"";
}

.fa-eye-slash {
  --fa:"";
}

.fa-triangle-exclamation {
  --fa:"";
}

.fa-exclamation-triangle {
  --fa:"";
}

.fa-warning {
  --fa:"";
}

.fa-plane {
  --fa:"";
}

.fa-calendar-days {
  --fa:"";
}

.fa-calendar-alt {
  --fa:"";
}

.fa-shuffle {
  --fa:"";
}

.fa-random {
  --fa:"";
}

.fa-comment {
  --fa:"";
}

.fa-magnet {
  --fa:"";
}

.fa-chevron-up {
  --fa:"";
}

.fa-chevron-down {
  --fa:"";
}

.fa-retweet {
  --fa:"";
}

.fa-cart-shopping {
  --fa:"";
}

.fa-shopping-cart {
  --fa:"";
}

.fa-folder {
  --fa:"";
}

.fa-folder-blank {
  --fa:"";
}

.fa-folder-open {
  --fa:"";
}

.fa-arrows-up-down {
  --fa:"";
}

.fa-arrows-v {
  --fa:"";
}

.fa-arrows-left-right {
  --fa:"";
}

.fa-arrows-h {
  --fa:"";
}

.fa-chart-bar {
  --fa:"";
}

.fa-bar-chart {
  --fa:"";
}

.fa-camera-retro {
  --fa:"";
}

.fa-key {
  --fa:"";
}

.fa-gears {
  --fa:"";
}

.fa-cogs {
  --fa:"";
}

.fa-comments {
  --fa:"";
}

.fa-star-half {
  --fa:"";
}

.fa-arrow-right-from-bracket {
  --fa:"";
}

.fa-sign-out {
  --fa:"";
}

.fa-thumbtack {
  --fa:"";
}

.fa-thumb-tack {
  --fa:"";
}

.fa-arrow-up-right-from-square {
  --fa:"";
}

.fa-external-link {
  --fa:"";
}

.fa-arrow-right-to-bracket {
  --fa:"";
}

.fa-sign-in {
  --fa:"";
}

.fa-trophy {
  --fa:"";
}

.fa-upload {
  --fa:"";
}

.fa-lemon {
  --fa:"";
}

.fa-phone {
  --fa:"";
}

.fa-square-phone {
  --fa:"";
}

.fa-phone-square {
  --fa:"";
}

.fa-unlock {
  --fa:"";
}

.fa-credit-card {
  --fa:"";
}

.fa-credit-card-alt {
  --fa:"";
}

.fa-rss {
  --fa:"";
}

.fa-feed {
  --fa:"";
}

.fa-hard-drive {
  --fa:"";
}

.fa-hdd {
  --fa:"";
}

.fa-bullhorn {
  --fa:"";
}

.fa-certificate {
  --fa:"";
}

.fa-hand-point-right {
  --fa:"";
}

.fa-hand-point-left {
  --fa:"";
}

.fa-hand-point-up {
  --fa:"";
}

.fa-hand-point-down {
  --fa:"";
}

.fa-circle-arrow-left {
  --fa:"";
}

.fa-arrow-circle-left {
  --fa:"";
}

.fa-circle-arrow-right {
  --fa:"";
}

.fa-arrow-circle-right {
  --fa:"";
}

.fa-circle-arrow-up {
  --fa:"";
}

.fa-arrow-circle-up {
  --fa:"";
}

.fa-circle-arrow-down {
  --fa:"";
}

.fa-arrow-circle-down {
  --fa:"";
}

.fa-globe {
  --fa:"";
}

.fa-wrench {
  --fa:"";
}

.fa-list-check {
  --fa:"";
}

.fa-tasks {
  --fa:"";
}

.fa-filter {
  --fa:"";
}

.fa-briefcase {
  --fa:"";
}

.fa-up-down-left-right {
  --fa:"";
}

.fa-arrows-alt {
  --fa:"";
}

.fa-users {
  --fa:"";
}

.fa-link {
  --fa:"";
}

.fa-chain {
  --fa:"";
}

.fa-cloud {
  --fa:"";
}

.fa-flask {
  --fa:"";
}

.fa-scissors {
  --fa:"";
}

.fa-cut {
  --fa:"";
}

.fa-copy {
  --fa:"";
}

.fa-paperclip {
  --fa:"";
}

.fa-floppy-disk {
  --fa:"";
}

.fa-save {
  --fa:"";
}

.fa-square {
  --fa:"";
}

.fa-bars {
  --fa:"";
}

.fa-navicon {
  --fa:"";
}

.fa-list-ul {
  --fa:"";
}

.fa-list-dots {
  --fa:"";
}

.fa-list-ol {
  --fa:"";
}

.fa-list-1-2 {
  --fa:"";
}

.fa-list-numeric {
  --fa:"";
}

.fa-strikethrough {
  --fa:"";
}

.fa-underline {
  --fa:"";
}

.fa-table {
  --fa:"";
}

.fa-wand-magic {
  --fa:"";
}

.fa-magic {
  --fa:"";
}

.fa-truck {
  --fa:"";
}

.fa-money-bill {
  --fa:"";
}

.fa-caret-down {
  --fa:"";
}

.fa-caret-up {
  --fa:"";
}

.fa-caret-left {
  --fa:"";
}

.fa-caret-right {
  --fa:"";
}

.fa-table-columns {
  --fa:"";
}

.fa-columns {
  --fa:"";
}

.fa-sort {
  --fa:"";
}

.fa-unsorted {
  --fa:"";
}

.fa-sort-down {
  --fa:"";
}

.fa-sort-desc {
  --fa:"";
}

.fa-sort-up {
  --fa:"";
}

.fa-sort-asc {
  --fa:"";
}

.fa-envelope {
  --fa:"";
}

.fa-arrow-rotate-left {
  --fa:"";
}

.fa-arrow-left-rotate {
  --fa:"";
}

.fa-arrow-rotate-back {
  --fa:"";
}

.fa-arrow-rotate-backward {
  --fa:"";
}

.fa-undo {
  --fa:"";
}

.fa-gavel {
  --fa:"";
}

.fa-legal {
  --fa:"";
}

.fa-bolt {
  --fa:"";
}

.fa-zap {
  --fa:"";
}

.fa-sitemap {
  --fa:"";
}

.fa-umbrella {
  --fa:"";
}

.fa-paste {
  --fa:"";
}

.fa-file-clipboard {
  --fa:"";
}

.fa-lightbulb {
  --fa:"";
}

.fa-arrow-right-arrow-left {
  --fa:"";
}

.fa-exchange {
  --fa:"";
}

.fa-cloud-arrow-down {
  --fa:"";
}

.fa-cloud-download {
  --fa:"";
}

.fa-cloud-download-alt {
  --fa:"";
}

.fa-cloud-arrow-up {
  --fa:"";
}

.fa-cloud-upload {
  --fa:"";
}

.fa-cloud-upload-alt {
  --fa:"";
}

.fa-user-doctor {
  --fa:"";
}

.fa-user-md {
  --fa:"";
}

.fa-stethoscope {
  --fa:"";
}

.fa-suitcase {
  --fa:"";
}

.fa-bell {
  --fa:"";
}

.fa-mug-saucer {
  --fa:"";
}

.fa-coffee {
  --fa:"";
}

.fa-hospital {
  --fa:"";
}

.fa-hospital-alt {
  --fa:"";
}

.fa-hospital-wide {
  --fa:"";
}

.fa-truck-medical {
  --fa:"";
}

.fa-ambulance {
  --fa:"";
}

.fa-suitcase-medical {
  --fa:"";
}

.fa-medkit {
  --fa:"";
}

.fa-jet-fighter {
  --fa:"";
}

.fa-fighter-jet {
  --fa:"";
}

.fa-beer-mug-empty {
  --fa:"";
}

.fa-beer {
  --fa:"";
}

.fa-square-h {
  --fa:"";
}

.fa-h-square {
  --fa:"";
}

.fa-square-plus {
  --fa:"";
}

.fa-plus-square {
  --fa:"";
}

.fa-angles-left {
  --fa:"";
}

.fa-angle-double-left {
  --fa:"";
}

.fa-angles-right {
  --fa:"";
}

.fa-angle-double-right {
  --fa:"";
}

.fa-angles-up {
  --fa:"";
}

.fa-angle-double-up {
  --fa:"";
}

.fa-angles-down {
  --fa:"";
}

.fa-angle-double-down {
  --fa:"";
}

.fa-angle-left {
  --fa:"";
}

.fa-angle-right {
  --fa:"";
}

.fa-angle-up {
  --fa:"";
}

.fa-angle-down {
  --fa:"";
}

.fa-laptop {
  --fa:"";
}

.fa-tablet-button {
  --fa:"";
}

.fa-mobile-button {
  --fa:"";
}

.fa-quote-left {
  --fa:"";
}

.fa-quote-left-alt {
  --fa:"";
}

.fa-quote-right {
  --fa:"";
}

.fa-quote-right-alt {
  --fa:"";
}

.fa-spinner {
  --fa:"";
}

.fa-circle {
  --fa:"";
}

.fa-face-smile {
  --fa:"";
}

.fa-smile {
  --fa:"";
}

.fa-face-frown {
  --fa:"";
}

.fa-frown {
  --fa:"";
}

.fa-face-meh {
  --fa:"";
}

.fa-meh {
  --fa:"";
}

.fa-gamepad {
  --fa:"";
}

.fa-keyboard {
  --fa:"";
}

.fa-flag-checkered {
  --fa:"";
}

.fa-terminal {
  --fa:"";
}

.fa-code {
  --fa:"";
}

.fa-reply-all {
  --fa:"";
}

.fa-mail-reply-all {
  --fa:"";
}

.fa-location-arrow {
  --fa:"";
}

.fa-crop {
  --fa:"";
}

.fa-code-branch {
  --fa:"";
}

.fa-link-slash {
  --fa:"";
}

.fa-chain-broken {
  --fa:"";
}

.fa-chain-slash {
  --fa:"";
}

.fa-unlink {
  --fa:"";
}

.fa-info {
  --fa:"";
}

.fa-superscript {
  --fa:"";
}

.fa-subscript {
  --fa:"";
}

.fa-eraser {
  --fa:"";
}

.fa-puzzle-piece {
  --fa:"";
}

.fa-microphone {
  --fa:"";
}

.fa-microphone-slash {
  --fa:"";
}

.fa-shield {
  --fa:"";
}

.fa-shield-blank {
  --fa:"";
}

.fa-calendar {
  --fa:"";
}

.fa-fire-extinguisher {
  --fa:"";
}

.fa-rocket {
  --fa:"";
}

.fa-circle-chevron-left {
  --fa:"";
}

.fa-chevron-circle-left {
  --fa:"";
}

.fa-circle-chevron-right {
  --fa:"";
}

.fa-chevron-circle-right {
  --fa:"";
}

.fa-circle-chevron-up {
  --fa:"";
}

.fa-chevron-circle-up {
  --fa:"";
}

.fa-circle-chevron-down {
  --fa:"";
}

.fa-chevron-circle-down {
  --fa:"";
}

.fa-anchor {
  --fa:"";
}

.fa-unlock-keyhole {
  --fa:"";
}

.fa-unlock-alt {
  --fa:"";
}

.fa-bullseye {
  --fa:"";
}

.fa-ellipsis {
  --fa:"";
}

.fa-ellipsis-h {
  --fa:"";
}

.fa-ellipsis-vertical {
  --fa:"";
}

.fa-ellipsis-v {
  --fa:"";
}

.fa-square-rss {
  --fa:"";
}

.fa-rss-square {
  --fa:"";
}

.fa-circle-play {
  --fa:"";
}

.fa-play-circle {
  --fa:"";
}

.fa-ticket {
  --fa:"";
}

.fa-square-minus {
  --fa:"";
}

.fa-minus-square {
  --fa:"";
}

.fa-arrow-turn-up {
  --fa:"";
}

.fa-level-up {
  --fa:"";
}

.fa-arrow-turn-down {
  --fa:"";
}

.fa-level-down {
  --fa:"";
}

.fa-square-check {
  --fa:"";
}

.fa-check-square {
  --fa:"";
}

.fa-square-pen {
  --fa:"";
}

.fa-pen-square {
  --fa:"";
}

.fa-pencil-square {
  --fa:"";
}

.fa-square-arrow-up-right {
  --fa:"";
}

.fa-external-link-square {
  --fa:"";
}

.fa-share-from-square {
  --fa:"";
}

.fa-share-square {
  --fa:"";
}

.fa-compass {
  --fa:"";
}

.fa-square-caret-down {
  --fa:"";
}

.fa-caret-square-down {
  --fa:"";
}

.fa-square-caret-up {
  --fa:"";
}

.fa-caret-square-up {
  --fa:"";
}

.fa-square-caret-right {
  --fa:"";
}

.fa-caret-square-right {
  --fa:"";
}

.fa-euro-sign {
  --fa:"";
}

.fa-eur {
  --fa:"";
}

.fa-euro {
  --fa:"";
}

.fa-sterling-sign {
  --fa:"";
}

.fa-gbp {
  --fa:"";
}

.fa-pound-sign {
  --fa:"";
}

.fa-rupee-sign {
  --fa:"";
}

.fa-rupee {
  --fa:"";
}

.fa-yen-sign {
  --fa:"";
}

.fa-cny {
  --fa:"";
}

.fa-jpy {
  --fa:"";
}

.fa-rmb {
  --fa:"";
}

.fa-yen {
  --fa:"";
}

.fa-ruble-sign {
  --fa:"";
}

.fa-rouble {
  --fa:"";
}

.fa-rub {
  --fa:"";
}

.fa-ruble {
  --fa:"";
}

.fa-won-sign {
  --fa:"";
}

.fa-krw {
  --fa:"";
}

.fa-won {
  --fa:"";
}

.fa-file {
  --fa:"";
}

.fa-file-lines {
  --fa:"";
}

.fa-file-alt {
  --fa:"";
}

.fa-file-text {
  --fa:"";
}

.fa-arrow-down-a-z {
  --fa:"";
}

.fa-sort-alpha-asc {
  --fa:"";
}

.fa-sort-alpha-down {
  --fa:"";
}

.fa-arrow-up-a-z {
  --fa:"";
}

.fa-sort-alpha-up {
  --fa:"";
}

.fa-arrow-down-wide-short {
  --fa:"";
}

.fa-sort-amount-asc {
  --fa:"";
}

.fa-sort-amount-down {
  --fa:"";
}

.fa-arrow-up-wide-short {
  --fa:"";
}

.fa-sort-amount-up {
  --fa:"";
}

.fa-arrow-down-1-9 {
  --fa:"";
}

.fa-sort-numeric-asc {
  --fa:"";
}

.fa-sort-numeric-down {
  --fa:"";
}

.fa-arrow-up-1-9 {
  --fa:"";
}

.fa-sort-numeric-up {
  --fa:"";
}

.fa-thumbs-up {
  --fa:"";
}

.fa-thumbs-down {
  --fa:"";
}

.fa-arrow-down-long {
  --fa:"";
}

.fa-long-arrow-down {
  --fa:"";
}

.fa-arrow-up-long {
  --fa:"";
}

.fa-long-arrow-up {
  --fa:"";
}

.fa-arrow-left-long {
  --fa:"";
}

.fa-long-arrow-left {
  --fa:"";
}

.fa-arrow-right-long {
  --fa:"";
}

.fa-long-arrow-right {
  --fa:"";
}

.fa-person-dress {
  --fa:"";
}

.fa-female {
  --fa:"";
}

.fa-person {
  --fa:"";
}

.fa-male {
  --fa:"";
}

.fa-sun {
  --fa:"";
}

.fa-moon {
  --fa:"";
}

.fa-box-archive {
  --fa:"";
}

.fa-archive {
  --fa:"";
}

.fa-bug {
  --fa:"";
}

.fa-square-caret-left {
  --fa:"";
}

.fa-caret-square-left {
  --fa:"";
}

.fa-circle-dot {
  --fa:"";
}

.fa-dot-circle {
  --fa:"";
}

.fa-wheelchair {
  --fa:"";
}

.fa-lira-sign {
  --fa:"";
}

.fa-shuttle-space {
  --fa:"";
}

.fa-space-shuttle {
  --fa:"";
}

.fa-square-envelope {
  --fa:"";
}

.fa-envelope-square {
  --fa:"";
}

.fa-building-columns {
  --fa:"";
}

.fa-bank {
  --fa:"";
}

.fa-institution {
  --fa:"";
}

.fa-museum {
  --fa:"";
}

.fa-university {
  --fa:"";
}

.fa-graduation-cap {
  --fa:"";
}

.fa-mortar-board {
  --fa:"";
}

.fa-language {
  --fa:"";
}

.fa-fax {
  --fa:"";
}

.fa-building {
  --fa:"";
}

.fa-child {
  --fa:"";
}

.fa-paw {
  --fa:"";
}

.fa-cube {
  --fa:"";
}

.fa-cubes {
  --fa:"";
}

.fa-recycle {
  --fa:"";
}

.fa-car {
  --fa:"";
}

.fa-automobile {
  --fa:"";
}

.fa-taxi {
  --fa:"";
}

.fa-cab {
  --fa:"";
}

.fa-tree {
  --fa:"";
}

.fa-database {
  --fa:"";
}

.fa-file-pdf {
  --fa:"";
}

.fa-file-word {
  --fa:"";
}

.fa-file-excel {
  --fa:"";
}

.fa-file-powerpoint {
  --fa:"";
}

.fa-file-image {
  --fa:"";
}

.fa-file-zipper {
  --fa:"";
}

.fa-file-archive {
  --fa:"";
}

.fa-file-audio {
  --fa:"";
}

.fa-file-video {
  --fa:"";
}

.fa-file-code {
  --fa:"";
}

.fa-life-ring {
  --fa:"";
}

.fa-circle-notch {
  --fa:"";
}

.fa-paper-plane {
  --fa:"";
}

.fa-clock-rotate-left {
  --fa:"";
}

.fa-history {
  --fa:"";
}

.fa-heading {
  --fa:"";
}

.fa-header {
  --fa:"";
}

.fa-paragraph {
  --fa:"";
}

.fa-sliders {
  --fa:"";
}

.fa-sliders-h {
  --fa:"";
}

.fa-share-nodes {
  --fa:"";
}

.fa-share-alt {
  --fa:"";
}

.fa-square-share-nodes {
  --fa:"";
}

.fa-share-alt-square {
  --fa:"";
}

.fa-bomb {
  --fa:"";
}

.fa-futbol {
  --fa:"";
}

.fa-futbol-ball {
  --fa:"";
}

.fa-soccer-ball {
  --fa:"";
}

.fa-tty {
  --fa:"";
}

.fa-teletype {
  --fa:"";
}

.fa-binoculars {
  --fa:"";
}

.fa-plug {
  --fa:"";
}

.fa-newspaper {
  --fa:"";
}

.fa-wifi {
  --fa:"";
}

.fa-wifi-3 {
  --fa:"";
}

.fa-wifi-strong {
  --fa:"";
}

.fa-calculator {
  --fa:"";
}

.fa-bell-slash {
  --fa:"";
}

.fa-trash {
  --fa:"";
}

.fa-copyright {
  --fa:"";
}

.fa-eye-dropper {
  --fa:"";
}

.fa-eye-dropper-empty {
  --fa:"";
}

.fa-eyedropper {
  --fa:"";
}

.fa-paintbrush {
  --fa:"";
}

.fa-paint-brush {
  --fa:"";
}

.fa-cake-candles {
  --fa:"";
}

.fa-birthday-cake {
  --fa:"";
}

.fa-cake {
  --fa:"";
}

.fa-chart-area {
  --fa:"";
}

.fa-area-chart {
  --fa:"";
}

.fa-chart-pie {
  --fa:"";
}

.fa-pie-chart {
  --fa:"";
}

.fa-chart-line {
  --fa:"";
}

.fa-line-chart {
  --fa:"";
}

.fa-toggle-off {
  --fa:"";
}

.fa-toggle-on {
  --fa:"";
}

.fa-bicycle {
  --fa:"";
}

.fa-bus {
  --fa:"";
}

.fa-closed-captioning {
  --fa:"";
}

.fa-shekel-sign {
  --fa:"";
}

.fa-ils {
  --fa:"";
}

.fa-shekel {
  --fa:"";
}

.fa-sheqel {
  --fa:"";
}

.fa-sheqel-sign {
  --fa:"";
}

.fa-cart-plus {
  --fa:"";
}

.fa-cart-arrow-down {
  --fa:"";
}

.fa-diamond {
  --fa:"";
}

.fa-ship {
  --fa:"";
}

.fa-user-secret {
  --fa:"";
}

.fa-motorcycle {
  --fa:"";
}

.fa-street-view {
  --fa:"";
}

.fa-heart-pulse {
  --fa:"";
}

.fa-heartbeat {
  --fa:"";
}

.fa-venus {
  --fa:"";
}

.fa-mars {
  --fa:"";
}

.fa-mercury {
  --fa:"";
}

.fa-mars-and-venus {
  --fa:"";
}

.fa-transgender {
  --fa:"";
}

.fa-transgender-alt {
  --fa:"";
}

.fa-venus-double {
  --fa:"";
}

.fa-mars-double {
  --fa:"";
}

.fa-venus-mars {
  --fa:"";
}

.fa-mars-stroke {
  --fa:"";
}

.fa-mars-stroke-up {
  --fa:"";
}

.fa-mars-stroke-v {
  --fa:"";
}

.fa-mars-stroke-right {
  --fa:"";
}

.fa-mars-stroke-h {
  --fa:"";
}

.fa-neuter {
  --fa:"";
}

.fa-genderless {
  --fa:"";
}

.fa-server {
  --fa:"";
}

.fa-user-plus {
  --fa:"";
}

.fa-user-xmark {
  --fa:"";
}

.fa-user-times {
  --fa:"";
}

.fa-bed {
  --fa:"";
}

.fa-train {
  --fa:"";
}

.fa-train-subway {
  --fa:"";
}

.fa-subway {
  --fa:"";
}

.fa-battery-full {
  --fa:"";
}

.fa-battery {
  --fa:"";
}

.fa-battery-5 {
  --fa:"";
}

.fa-battery-three-quarters {
  --fa:"";
}

.fa-battery-4 {
  --fa:"";
}

.fa-battery-half {
  --fa:"";
}

.fa-battery-3 {
  --fa:"";
}

.fa-battery-quarter {
  --fa:"";
}

.fa-battery-2 {
  --fa:"";
}

.fa-battery-empty {
  --fa:"";
}

.fa-battery-0 {
  --fa:"";
}

.fa-arrow-pointer {
  --fa:"";
}

.fa-mouse-pointer {
  --fa:"";
}

.fa-i-cursor {
  --fa:"";
}

.fa-object-group {
  --fa:"";
}

.fa-object-ungroup {
  --fa:"";
}

.fa-note-sticky {
  --fa:"";
}

.fa-sticky-note {
  --fa:"";
}

.fa-clone {
  --fa:"";
}

.fa-scale-balanced {
  --fa:"";
}

.fa-balance-scale {
  --fa:"";
}

.fa-hourglass-start {
  --fa:"";
}

.fa-hourglass-1 {
  --fa:"";
}

.fa-hourglass-half {
  --fa:"";
}

.fa-hourglass-2 {
  --fa:"";
}

.fa-hourglass-end {
  --fa:"";
}

.fa-hourglass-3 {
  --fa:"";
}

.fa-hourglass {
  --fa:"";
}

.fa-hourglass-empty {
  --fa:"";
}

.fa-hand-back-fist {
  --fa:"";
}

.fa-hand-rock {
  --fa:"";
}

.fa-hand {
  --fa:"";
}

.fa-hand-paper {
  --fa:"";
}

.fa-hand-scissors {
  --fa:"";
}

.fa-hand-lizard {
  --fa:"";
}

.fa-hand-spock {
  --fa:"";
}

.fa-hand-pointer {
  --fa:"";
}

.fa-hand-peace {
  --fa:"";
}

.fa-trademark {
  --fa:"";
}

.fa-registered {
  --fa:"";
}

.fa-tv {
  --fa:"";
}

.fa-television {
  --fa:"";
}

.fa-tv-alt {
  --fa:"";
}

.fa-calendar-plus {
  --fa:"";
}

.fa-calendar-minus {
  --fa:"";
}

.fa-calendar-xmark {
  --fa:"";
}

.fa-calendar-times {
  --fa:"";
}

.fa-calendar-check {
  --fa:"";
}

.fa-industry {
  --fa:"";
}

.fa-map-pin {
  --fa:"";
}

.fa-signs-post {
  --fa:"";
}

.fa-map-signs {
  --fa:"";
}

.fa-map {
  --fa:"";
}

.fa-message {
  --fa:"";
}

.fa-comment-alt {
  --fa:"";
}

.fa-circle-pause {
  --fa:"";
}

.fa-pause-circle {
  --fa:"";
}

.fa-circle-stop {
  --fa:"";
}

.fa-stop-circle {
  --fa:"";
}

.fa-bag-shopping {
  --fa:"";
}

.fa-shopping-bag {
  --fa:"";
}

.fa-basket-shopping {
  --fa:"";
}

.fa-shopping-basket {
  --fa:"";
}

.fa-universal-access {
  --fa:"";
}

.fa-person-walking-with-cane {
  --fa:"";
}

.fa-blind {
  --fa:"";
}

.fa-audio-description {
  --fa:"";
}

.fa-phone-volume {
  --fa:"";
}

.fa-volume-control-phone {
  --fa:"";
}

.fa-braille {
  --fa:"";
}

.fa-ear-listen {
  --fa:"";
}

.fa-assistive-listening-systems {
  --fa:"";
}

.fa-hands-asl-interpreting {
  --fa:"";
}

.fa-american-sign-language-interpreting {
  --fa:"";
}

.fa-asl-interpreting {
  --fa:"";
}

.fa-hands-american-sign-language-interpreting {
  --fa:"";
}

.fa-ear-deaf {
  --fa:"";
}

.fa-deaf {
  --fa:"";
}

.fa-deafness {
  --fa:"";
}

.fa-hard-of-hearing {
  --fa:"";
}

.fa-hands {
  --fa:"";
}

.fa-sign-language {
  --fa:"";
}

.fa-signing {
  --fa:"";
}

.fa-eye-low-vision {
  --fa:"";
}

.fa-low-vision {
  --fa:"";
}

.fa-font-awesome {
  --fa:"";
}

.fa-font-awesome-flag {
  --fa:"";
}

.fa-font-awesome-logo-full {
  --fa:"";
}

.fa-handshake {
  --fa:"";
}

.fa-handshake-alt {
  --fa:"";
}

.fa-handshake-simple {
  --fa:"";
}

.fa-envelope-open {
  --fa:"";
}

.fa-address-book {
  --fa:"";
}

.fa-contact-book {
  --fa:"";
}

.fa-address-card {
  --fa:"";
}

.fa-contact-card {
  --fa:"";
}

.fa-vcard {
  --fa:"";
}

.fa-circle-user {
  --fa:"";
}

.fa-user-circle {
  --fa:"";
}

.fa-id-badge {
  --fa:"";
}

.fa-id-card {
  --fa:"";
}

.fa-drivers-license {
  --fa:"";
}

.fa-temperature-full {
  --fa:"";
}

.fa-temperature-4 {
  --fa:"";
}

.fa-thermometer-4 {
  --fa:"";
}

.fa-thermometer-full {
  --fa:"";
}

.fa-temperature-three-quarters {
  --fa:"";
}

.fa-temperature-3 {
  --fa:"";
}

.fa-thermometer-3 {
  --fa:"";
}

.fa-thermometer-three-quarters {
  --fa:"";
}

.fa-temperature-half {
  --fa:"";
}

.fa-temperature-2 {
  --fa:"";
}

.fa-thermometer-2 {
  --fa:"";
}

.fa-thermometer-half {
  --fa:"";
}

.fa-temperature-quarter {
  --fa:"";
}

.fa-temperature-1 {
  --fa:"";
}

.fa-thermometer-1 {
  --fa:"";
}

.fa-thermometer-quarter {
  --fa:"";
}

.fa-temperature-empty {
  --fa:"";
}

.fa-temperature-0 {
  --fa:"";
}

.fa-thermometer-0 {
  --fa:"";
}

.fa-thermometer-empty {
  --fa:"";
}

.fa-shower {
  --fa:"";
}

.fa-bath {
  --fa:"";
}

.fa-bathtub {
  --fa:"";
}

.fa-podcast {
  --fa:"";
}

.fa-window-maximize {
  --fa:"";
}

.fa-window-minimize {
  --fa:"";
}

.fa-window-restore {
  --fa:"";
}

.fa-square-xmark {
  --fa:"";
}

.fa-times-square {
  --fa:"";
}

.fa-xmark-square {
  --fa:"";
}

.fa-microchip {
  --fa:"";
}

.fa-snowflake {
  --fa:"";
}

.fa-spoon {
  --fa:"";
}

.fa-utensil-spoon {
  --fa:"";
}

.fa-utensils {
  --fa:"";
}

.fa-cutlery {
  --fa:"";
}

.fa-rotate-left {
  --fa:"";
}

.fa-rotate-back {
  --fa:"";
}

.fa-rotate-backward {
  --fa:"";
}

.fa-undo-alt {
  --fa:"";
}

.fa-trash-can {
  --fa:"";
}

.fa-trash-alt {
  --fa:"";
}

.fa-rotate {
  --fa:"";
}

.fa-sync-alt {
  --fa:"";
}

.fa-stopwatch {
  --fa:"";
}

.fa-right-from-bracket {
  --fa:"";
}

.fa-sign-out-alt {
  --fa:"";
}

.fa-right-to-bracket {
  --fa:"";
}

.fa-sign-in-alt {
  --fa:"";
}

.fa-rotate-right {
  --fa:"";
}

.fa-redo-alt {
  --fa:"";
}

.fa-rotate-forward {
  --fa:"";
}

.fa-poo {
  --fa:"";
}

.fa-images {
  --fa:"";
}

.fa-pencil {
  --fa:"";
}

.fa-pencil-alt {
  --fa:"";
}

.fa-pen {
  --fa:"";
}

.fa-pen-clip {
  --fa:"";
}

.fa-pen-alt {
  --fa:"";
}

.fa-octagon {
  --fa:"";
}

.fa-down-long {
  --fa:"";
}

.fa-long-arrow-alt-down {
  --fa:"";
}

.fa-left-long {
  --fa:"";
}

.fa-long-arrow-alt-left {
  --fa:"";
}

.fa-right-long {
  --fa:"";
}

.fa-long-arrow-alt-right {
  --fa:"";
}

.fa-up-long {
  --fa:"";
}

.fa-long-arrow-alt-up {
  --fa:"";
}

.fa-hexagon {
  --fa:"";
}

.fa-file-pen {
  --fa:"";
}

.fa-file-edit {
  --fa:"";
}

.fa-maximize {
  --fa:"";
}

.fa-expand-arrows-alt {
  --fa:"";
}

.fa-clipboard {
  --fa:"";
}

.fa-left-right {
  --fa:"";
}

.fa-arrows-alt-h {
  --fa:"";
}

.fa-up-down {
  --fa:"";
}

.fa-arrows-alt-v {
  --fa:"";
}

.fa-alarm-clock {
  --fa:"";
}

.fa-circle-down {
  --fa:"";
}

.fa-arrow-alt-circle-down {
  --fa:"";
}

.fa-circle-left {
  --fa:"";
}

.fa-arrow-alt-circle-left {
  --fa:"";
}

.fa-circle-right {
  --fa:"";
}

.fa-arrow-alt-circle-right {
  --fa:"";
}

.fa-circle-up {
  --fa:"";
}

.fa-arrow-alt-circle-up {
  --fa:"";
}

.fa-up-right-from-square {
  --fa:"";
}

.fa-external-link-alt {
  --fa:"";
}

.fa-square-up-right {
  --fa:"";
}

.fa-external-link-square-alt {
  --fa:"";
}

.fa-right-left {
  --fa:"";
}

.fa-exchange-alt {
  --fa:"";
}

.fa-repeat {
  --fa:"";
}

.fa-code-commit {
  --fa:"";
}

.fa-code-merge {
  --fa:"";
}

.fa-desktop {
  --fa:"";
}

.fa-desktop-alt {
  --fa:"";
}

.fa-gem {
  --fa:"";
}

.fa-turn-down {
  --fa:"";
}

.fa-level-down-alt {
  --fa:"";
}

.fa-turn-up {
  --fa:"";
}

.fa-level-up-alt {
  --fa:"";
}

.fa-lock-open {
  --fa:"";
}

.fa-location-dot {
  --fa:"";
}

.fa-map-marker-alt {
  --fa:"";
}

.fa-microphone-lines {
  --fa:"";
}

.fa-microphone-alt {
  --fa:"";
}

.fa-mobile-screen-button {
  --fa:"";
}

.fa-mobile-alt {
  --fa:"";
}

.fa-mobile {
  --fa:"";
}

.fa-mobile-android {
  --fa:"";
}

.fa-mobile-phone {
  --fa:"";
}

.fa-mobile-screen {
  --fa:"";
}

.fa-mobile-android-alt {
  --fa:"";
}

.fa-money-bill-1 {
  --fa:"";
}

.fa-money-bill-alt {
  --fa:"";
}

.fa-phone-slash {
  --fa:"";
}

.fa-image-portrait {
  --fa:"";
}

.fa-portrait {
  --fa:"";
}

.fa-reply {
  --fa:"";
}

.fa-mail-reply {
  --fa:"";
}

.fa-shield-halved {
  --fa:"";
}

.fa-shield-alt {
  --fa:"";
}

.fa-tablet-screen-button {
  --fa:"";
}

.fa-tablet-alt {
  --fa:"";
}

.fa-tablet {
  --fa:"";
}

.fa-tablet-android {
  --fa:"";
}

.fa-ticket-simple {
  --fa:"";
}

.fa-ticket-alt {
  --fa:"";
}

.fa-rectangle-xmark {
  --fa:"";
}

.fa-rectangle-times {
  --fa:"";
}

.fa-times-rectangle {
  --fa:"";
}

.fa-window-close {
  --fa:"";
}

.fa-down-left-and-up-right-to-center {
  --fa:"";
}

.fa-compress-alt {
  --fa:"";
}

.fa-up-right-and-down-left-from-center {
  --fa:"";
}

.fa-expand-alt {
  --fa:"";
}

.fa-baseball-bat-ball {
  --fa:"";
}

.fa-baseball {
  --fa:"";
}

.fa-baseball-ball {
  --fa:"";
}

.fa-basketball {
  --fa:"";
}

.fa-basketball-ball {
  --fa:"";
}

.fa-bowling-ball {
  --fa:"";
}

.fa-chess {
  --fa:"";
}

.fa-chess-bishop {
  --fa:"";
}

.fa-chess-board {
  --fa:"";
}

.fa-chess-king {
  --fa:"";
}

.fa-chess-knight {
  --fa:"";
}

.fa-chess-pawn {
  --fa:"";
}

.fa-chess-queen {
  --fa:"";
}

.fa-chess-rook {
  --fa:"";
}

.fa-dumbbell {
  --fa:"";
}

.fa-football {
  --fa:"";
}

.fa-football-ball {
  --fa:"";
}

.fa-golf-ball-tee {
  --fa:"";
}

.fa-golf-ball {
  --fa:"";
}

.fa-hockey-puck {
  --fa:"";
}

.fa-broom-ball {
  --fa:"";
}

.fa-quidditch {
  --fa:"";
}

.fa-quidditch-broom-ball {
  --fa:"";
}

.fa-square-full {
  --fa:"";
}

.fa-table-tennis-paddle-ball {
  --fa:"";
}

.fa-ping-pong-paddle-ball {
  --fa:"";
}

.fa-table-tennis {
  --fa:"";
}

.fa-volleyball {
  --fa:"";
}

.fa-volleyball-ball {
  --fa:"";
}

.fa-hand-dots {
  --fa:"";
}

.fa-allergies {
  --fa:"";
}

.fa-bandage {
  --fa:"";
}

.fa-band-aid {
  --fa:"";
}

.fa-box {
  --fa:"";
}

.fa-boxes-stacked {
  --fa:"";
}

.fa-boxes {
  --fa:"";
}

.fa-boxes-alt {
  --fa:"";
}

.fa-briefcase-medical {
  --fa:"";
}

.fa-fire-flame-simple {
  --fa:"";
}

.fa-burn {
  --fa:"";
}

.fa-capsules {
  --fa:"";
}

.fa-clipboard-check {
  --fa:"";
}

.fa-clipboard-list {
  --fa:"";
}

.fa-person-dots-from-line {
  --fa:"";
}

.fa-diagnoses {
  --fa:"";
}

.fa-dna {
  --fa:"";
}

.fa-dolly {
  --fa:"";
}

.fa-dolly-box {
  --fa:"";
}

.fa-cart-flatbed {
  --fa:"";
}

.fa-dolly-flatbed {
  --fa:"";
}

.fa-file-medical {
  --fa:"";
}

.fa-file-waveform {
  --fa:"";
}

.fa-file-medical-alt {
  --fa:"";
}

.fa-kit-medical {
  --fa:"";
}

.fa-first-aid {
  --fa:"";
}

.fa-circle-h {
  --fa:"";
}

.fa-hospital-symbol {
  --fa:"";
}

.fa-id-card-clip {
  --fa:"";
}

.fa-id-card-alt {
  --fa:"";
}

.fa-notes-medical {
  --fa:"";
}

.fa-pallet {
  --fa:"";
}

.fa-pills {
  --fa:"";
}

.fa-prescription-bottle {
  --fa:"";
}

.fa-prescription-bottle-medical {
  --fa:"";
}

.fa-prescription-bottle-alt {
  --fa:"";
}

.fa-bed-pulse {
  --fa:"";
}

.fa-procedures {
  --fa:"";
}

.fa-truck-fast {
  --fa:"";
}

.fa-shipping-fast {
  --fa:"";
}

.fa-smoking {
  --fa:"";
}

.fa-syringe {
  --fa:"";
}

.fa-tablets {
  --fa:"";
}

.fa-thermometer {
  --fa:"";
}

.fa-vial {
  --fa:"";
}

.fa-vials {
  --fa:"";
}

.fa-warehouse {
  --fa:"";
}

.fa-weight-scale {
  --fa:"";
}

.fa-weight {
  --fa:"";
}

.fa-x-ray {
  --fa:"";
}

.fa-box-open {
  --fa:"";
}

.fa-comment-dots {
  --fa:"";
}

.fa-commenting {
  --fa:"";
}

.fa-comment-slash {
  --fa:"";
}

.fa-couch {
  --fa:"";
}

.fa-circle-dollar-to-slot {
  --fa:"";
}

.fa-donate {
  --fa:"";
}

.fa-dove {
  --fa:"";
}

.fa-hand-holding {
  --fa:"";
}

.fa-hand-holding-heart {
  --fa:"";
}

.fa-hand-holding-dollar {
  --fa:"";
}

.fa-hand-holding-usd {
  --fa:"";
}

.fa-hand-holding-droplet {
  --fa:"";
}

.fa-hand-holding-water {
  --fa:"";
}

.fa-hands-holding {
  --fa:"";
}

.fa-handshake-angle {
  --fa:"";
}

.fa-hands-helping {
  --fa:"";
}

.fa-parachute-box {
  --fa:"";
}

.fa-people-carry-box {
  --fa:"";
}

.fa-people-carry {
  --fa:"";
}

.fa-piggy-bank {
  --fa:"";
}

.fa-ribbon {
  --fa:"";
}

.fa-route {
  --fa:"";
}

.fa-seedling {
  --fa:"";
}

.fa-sprout {
  --fa:"";
}

.fa-sign-hanging {
  --fa:"";
}

.fa-sign {
  --fa:"";
}

.fa-face-smile-wink {
  --fa:"";
}

.fa-smile-wink {
  --fa:"";
}

.fa-tape {
  --fa:"";
}

.fa-truck-ramp-box {
  --fa:"";
}

.fa-truck-loading {
  --fa:"";
}

.fa-truck-moving {
  --fa:"";
}

.fa-video-slash {
  --fa:"";
}

.fa-wine-glass {
  --fa:"";
}

.fa-user-astronaut {
  --fa:"";
}

.fa-user-check {
  --fa:"";
}

.fa-user-clock {
  --fa:"";
}

.fa-user-gear {
  --fa:"";
}

.fa-user-cog {
  --fa:"";
}

.fa-user-pen {
  --fa:"";
}

.fa-user-edit {
  --fa:"";
}

.fa-user-group {
  --fa:"";
}

.fa-user-friends {
  --fa:"";
}

.fa-user-graduate {
  --fa:"";
}

.fa-user-lock {
  --fa:"";
}

.fa-user-minus {
  --fa:"";
}

.fa-user-ninja {
  --fa:"";
}

.fa-user-shield {
  --fa:"";
}

.fa-user-slash {
  --fa:"";
}

.fa-user-alt-slash {
  --fa:"";
}

.fa-user-large-slash {
  --fa:"";
}

.fa-user-tag {
  --fa:"";
}

.fa-user-tie {
  --fa:"";
}

.fa-users-gear {
  --fa:"";
}

.fa-users-cog {
  --fa:"";
}

.fa-scale-unbalanced {
  --fa:"";
}

.fa-balance-scale-left {
  --fa:"";
}

.fa-scale-unbalanced-flip {
  --fa:"";
}

.fa-balance-scale-right {
  --fa:"";
}

.fa-blender {
  --fa:"";
}

.fa-book-open {
  --fa:"";
}

.fa-tower-broadcast {
  --fa:"";
}

.fa-broadcast-tower {
  --fa:"";
}

.fa-broom {
  --fa:"";
}

.fa-chalkboard {
  --fa:"";
}

.fa-blackboard {
  --fa:"";
}

.fa-chalkboard-user {
  --fa:"";
}

.fa-chalkboard-teacher {
  --fa:"";
}

.fa-church {
  --fa:"";
}

.fa-coins {
  --fa:"";
}

.fa-compact-disc {
  --fa:"";
}

.fa-crow {
  --fa:"";
}

.fa-crown {
  --fa:"";
}

.fa-dice {
  --fa:"";
}

.fa-dice-five {
  --fa:"";
}

.fa-dice-four {
  --fa:"";
}

.fa-dice-one {
  --fa:"";
}

.fa-dice-six {
  --fa:"";
}

.fa-dice-three {
  --fa:"";
}

.fa-dice-two {
  --fa:"";
}

.fa-divide {
  --fa:"";
}

.fa-door-closed {
  --fa:"";
}

.fa-door-open {
  --fa:"";
}

.fa-feather {
  --fa:"";
}

.fa-frog {
  --fa:"";
}

.fa-gas-pump {
  --fa:"";
}

.fa-glasses {
  --fa:"";
}

.fa-greater-than-equal {
  --fa:"";
}

.fa-helicopter {
  --fa:"";
}

.fa-infinity {
  --fa:"";
}

.fa-kiwi-bird {
  --fa:"";
}

.fa-less-than-equal {
  --fa:"";
}

.fa-memory {
  --fa:"";
}

.fa-microphone-lines-slash {
  --fa:"";
}

.fa-microphone-alt-slash {
  --fa:"";
}

.fa-money-bill-wave {
  --fa:"";
}

.fa-money-bill-1-wave {
  --fa:"";
}

.fa-money-bill-wave-alt {
  --fa:"";
}

.fa-money-check {
  --fa:"";
}

.fa-money-check-dollar {
  --fa:"";
}

.fa-money-check-alt {
  --fa:"";
}

.fa-not-equal {
  --fa:"";
}

.fa-palette {
  --fa:"";
}

.fa-square-parking {
  --fa:"";
}

.fa-parking {
  --fa:"";
}

.fa-diagram-project {
  --fa:"";
}

.fa-project-diagram {
  --fa:"";
}

.fa-receipt {
  --fa:"";
}

.fa-robot {
  --fa:"";
}

.fa-ruler {
  --fa:"";
}

.fa-ruler-combined {
  --fa:"";
}

.fa-ruler-horizontal {
  --fa:"";
}

.fa-ruler-vertical {
  --fa:"";
}

.fa-school {
  --fa:"";
}

.fa-screwdriver {
  --fa:"";
}

.fa-shoe-prints {
  --fa:"";
}

.fa-skull {
  --fa:"";
}

.fa-ban-smoking {
  --fa:"";
}

.fa-smoking-ban {
  --fa:"";
}

.fa-store {
  --fa:"";
}

.fa-shop {
  --fa:"";
}

.fa-store-alt {
  --fa:"";
}

.fa-bars-staggered {
  --fa:"";
}

.fa-reorder {
  --fa:"";
}

.fa-stream {
  --fa:"";
}

.fa-stroopwafel {
  --fa:"";
}

.fa-toolbox {
  --fa:"";
}

.fa-shirt {
  --fa:"";
}

.fa-t-shirt {
  --fa:"";
}

.fa-tshirt {
  --fa:"";
}

.fa-person-walking {
  --fa:"";
}

.fa-walking {
  --fa:"";
}

.fa-wallet {
  --fa:"";
}

.fa-face-angry {
  --fa:"";
}

.fa-angry {
  --fa:"";
}

.fa-archway {
  --fa:"";
}

.fa-book-atlas {
  --fa:"";
}

.fa-atlas {
  --fa:"";
}

.fa-award {
  --fa:"";
}

.fa-delete-left {
  --fa:"";
}

.fa-backspace {
  --fa:"";
}

.fa-bezier-curve {
  --fa:"";
}

.fa-bong {
  --fa:"";
}

.fa-brush {
  --fa:"";
}

.fa-bus-simple {
  --fa:"";
}

.fa-bus-alt {
  --fa:"";
}

.fa-cannabis {
  --fa:"";
}

.fa-check-double {
  --fa:"";
}

.fa-martini-glass-citrus {
  --fa:"";
}

.fa-cocktail {
  --fa:"";
}

.fa-bell-concierge {
  --fa:"";
}

.fa-concierge-bell {
  --fa:"";
}

.fa-cookie {
  --fa:"";
}

.fa-cookie-bite {
  --fa:"";
}

.fa-crop-simple {
  --fa:"";
}

.fa-crop-alt {
  --fa:"";
}

.fa-tachograph-digital {
  --fa:"";
}

.fa-digital-tachograph {
  --fa:"";
}

.fa-face-dizzy {
  --fa:"";
}

.fa-dizzy {
  --fa:"";
}

.fa-compass-drafting {
  --fa:"";
}

.fa-drafting-compass {
  --fa:"";
}

.fa-drum {
  --fa:"";
}

.fa-drum-steelpan {
  --fa:"";
}

.fa-feather-pointed {
  --fa:"";
}

.fa-feather-alt {
  --fa:"";
}

.fa-file-contract {
  --fa:"";
}

.fa-file-arrow-down {
  --fa:"";
}

.fa-file-download {
  --fa:"";
}

.fa-file-export {
  --fa:"";
}

.fa-arrow-right-from-file {
  --fa:"";
}

.fa-file-import {
  --fa:"";
}

.fa-arrow-right-to-file {
  --fa:"";
}

.fa-file-invoice {
  --fa:"";
}

.fa-file-invoice-dollar {
  --fa:"";
}

.fa-file-prescription {
  --fa:"";
}

.fa-file-signature {
  --fa:"";
}

.fa-file-arrow-up {
  --fa:"";
}

.fa-file-upload {
  --fa:"";
}

.fa-fill {
  --fa:"";
}

.fa-fill-drip {
  --fa:"";
}

.fa-fingerprint {
  --fa:"";
}

.fa-fish {
  --fa:"";
}

.fa-face-flushed {
  --fa:"";
}

.fa-flushed {
  --fa:"";
}

.fa-face-frown-open {
  --fa:"";
}

.fa-frown-open {
  --fa:"";
}

.fa-martini-glass {
  --fa:"";
}

.fa-glass-martini-alt {
  --fa:"";
}

.fa-earth-africa {
  --fa:"";
}

.fa-globe-africa {
  --fa:"";
}

.fa-earth-americas {
  --fa:"";
}

.fa-earth {
  --fa:"";
}

.fa-earth-america {
  --fa:"";
}

.fa-globe-americas {
  --fa:"";
}

.fa-earth-asia {
  --fa:"";
}

.fa-globe-asia {
  --fa:"";
}

.fa-face-grimace {
  --fa:"";
}

.fa-grimace {
  --fa:"";
}

.fa-face-grin {
  --fa:"";
}

.fa-grin {
  --fa:"";
}

.fa-face-grin-wide {
  --fa:"";
}

.fa-grin-alt {
  --fa:"";
}

.fa-face-grin-beam {
  --fa:"";
}

.fa-grin-beam {
  --fa:"";
}

.fa-face-grin-beam-sweat {
  --fa:"";
}

.fa-grin-beam-sweat {
  --fa:"";
}

.fa-face-grin-hearts {
  --fa:"";
}

.fa-grin-hearts {
  --fa:"";
}

.fa-face-grin-squint {
  --fa:"";
}

.fa-grin-squint {
  --fa:"";
}

.fa-face-grin-squint-tears {
  --fa:"";
}

.fa-grin-squint-tears {
  --fa:"";
}

.fa-face-grin-stars {
  --fa:"";
}

.fa-grin-stars {
  --fa:"";
}

.fa-face-grin-tears {
  --fa:"";
}

.fa-grin-tears {
  --fa:"";
}

.fa-face-grin-tongue {
  --fa:"";
}

.fa-grin-tongue {
  --fa:"";
}

.fa-face-grin-tongue-squint {
  --fa:"";
}

.fa-grin-tongue-squint {
  --fa:"";
}

.fa-face-grin-tongue-wink {
  --fa:"";
}

.fa-grin-tongue-wink {
  --fa:"";
}

.fa-face-grin-wink {
  --fa:"";
}

.fa-grin-wink {
  --fa:"";
}

.fa-grip {
  --fa:"";
}

.fa-grid-horizontal {
  --fa:"";
}

.fa-grip-horizontal {
  --fa:"";
}

.fa-grip-vertical {
  --fa:"";
}

.fa-grid-vertical {
  --fa:"";
}

.fa-headset {
  --fa:"";
}

.fa-highlighter {
  --fa:"";
}

.fa-hot-tub-person {
  --fa:"";
}

.fa-hot-tub {
  --fa:"";
}

.fa-hotel {
  --fa:"";
}

.fa-joint {
  --fa:"";
}

.fa-face-kiss {
  --fa:"";
}

.fa-kiss {
  --fa:"";
}

.fa-face-kiss-beam {
  --fa:"";
}

.fa-kiss-beam {
  --fa:"";
}

.fa-face-kiss-wink-heart {
  --fa:"";
}

.fa-kiss-wink-heart {
  --fa:"";
}

.fa-face-laugh {
  --fa:"";
}

.fa-laugh {
  --fa:"";
}

.fa-face-laugh-beam {
  --fa:"";
}

.fa-laugh-beam {
  --fa:"";
}

.fa-face-laugh-squint {
  --fa:"";
}

.fa-laugh-squint {
  --fa:"";
}

.fa-face-laugh-wink {
  --fa:"";
}

.fa-laugh-wink {
  --fa:"";
}

.fa-cart-flatbed-suitcase {
  --fa:"";
}

.fa-luggage-cart {
  --fa:"";
}

.fa-map-location {
  --fa:"";
}

.fa-map-marked {
  --fa:"";
}

.fa-map-location-dot {
  --fa:"";
}

.fa-map-marked-alt {
  --fa:"";
}

.fa-marker {
  --fa:"";
}

.fa-medal {
  --fa:"";
}

.fa-face-meh-blank {
  --fa:"";
}

.fa-meh-blank {
  --fa:"";
}

.fa-face-rolling-eyes {
  --fa:"";
}

.fa-meh-rolling-eyes {
  --fa:"";
}

.fa-monument {
  --fa:"";
}

.fa-mortar-pestle {
  --fa:"";
}

.fa-paint-roller {
  --fa:"";
}

.fa-passport {
  --fa:"";
}

.fa-pen-fancy {
  --fa:"";
}

.fa-pen-nib {
  --fa:"";
}

.fa-pen-ruler {
  --fa:"";
}

.fa-pencil-ruler {
  --fa:"";
}

.fa-plane-arrival {
  --fa:"";
}

.fa-plane-departure {
  --fa:"";
}

.fa-prescription {
  --fa:"";
}

.fa-face-sad-cry {
  --fa:"";
}

.fa-sad-cry {
  --fa:"";
}

.fa-face-sad-tear {
  --fa:"";
}

.fa-sad-tear {
  --fa:"";
}

.fa-van-shuttle {
  --fa:"";
}

.fa-shuttle-van {
  --fa:"";
}

.fa-signature {
  --fa:"";
}

.fa-face-smile-beam {
  --fa:"";
}

.fa-smile-beam {
  --fa:"";
}

.fa-solar-panel {
  --fa:"";
}

.fa-spa {
  --fa:"";
}

.fa-splotch {
  --fa:"";
}

.fa-spray-can {
  --fa:"";
}

.fa-stamp {
  --fa:"";
}

.fa-star-half-stroke {
  --fa:"";
}

.fa-star-half-alt {
  --fa:"";
}

.fa-suitcase-rolling {
  --fa:"";
}

.fa-face-surprise {
  --fa:"";
}

.fa-surprise {
  --fa:"";
}

.fa-swatchbook {
  --fa:"";
}

.fa-person-swimming {
  --fa:"";
}

.fa-swimmer {
  --fa:"";
}

.fa-water-ladder {
  --fa:"";
}

.fa-ladder-water {
  --fa:"";
}

.fa-swimming-pool {
  --fa:"";
}

.fa-droplet-slash {
  --fa:"";
}

.fa-tint-slash {
  --fa:"";
}

.fa-face-tired {
  --fa:"";
}

.fa-tired {
  --fa:"";
}

.fa-tooth {
  --fa:"";
}

.fa-umbrella-beach {
  --fa:"";
}

.fa-weight-hanging {
  --fa:"";
}

.fa-wine-glass-empty {
  --fa:"";
}

.fa-wine-glass-alt {
  --fa:"";
}

.fa-spray-can-sparkles {
  --fa:"";
}

.fa-air-freshener {
  --fa:"";
}

.fa-apple-whole {
  --fa:"";
}

.fa-apple-alt {
  --fa:"";
}

.fa-atom {
  --fa:"";
}

.fa-bone {
  --fa:"";
}

.fa-book-open-reader {
  --fa:"";
}

.fa-book-reader {
  --fa:"";
}

.fa-brain {
  --fa:"";
}

.fa-car-rear {
  --fa:"";
}

.fa-car-alt {
  --fa:"";
}

.fa-car-battery {
  --fa:"";
}

.fa-battery-car {
  --fa:"";
}

.fa-car-burst {
  --fa:"";
}

.fa-car-crash {
  --fa:"";
}

.fa-car-side {
  --fa:"";
}

.fa-charging-station {
  --fa:"";
}

.fa-diamond-turn-right {
  --fa:"";
}

.fa-directions {
  --fa:"";
}

.fa-draw-polygon {
  --fa:"";
}

.fa-vector-polygon {
  --fa:"";
}

.fa-laptop-code {
  --fa:"";
}

.fa-layer-group {
  --fa:"";
}

.fa-location-crosshairs {
  --fa:"";
}

.fa-location {
  --fa:"";
}

.fa-lungs {
  --fa:"";
}

.fa-microscope {
  --fa:"";
}

.fa-oil-can {
  --fa:"";
}

.fa-poop {
  --fa:"";
}

.fa-shapes {
  --fa:"";
}

.fa-triangle-circle-square {
  --fa:"";
}

.fa-star-of-life {
  --fa:"";
}

.fa-gauge {
  --fa:"";
}

.fa-dashboard {
  --fa:"";
}

.fa-gauge-med {
  --fa:"";
}

.fa-tachometer-alt-average {
  --fa:"";
}

.fa-gauge-high {
  --fa:"";
}

.fa-tachometer-alt {
  --fa:"";
}

.fa-tachometer-alt-fast {
  --fa:"";
}

.fa-gauge-simple {
  --fa:"";
}

.fa-gauge-simple-med {
  --fa:"";
}

.fa-tachometer-average {
  --fa:"";
}

.fa-gauge-simple-high {
  --fa:"";
}

.fa-tachometer {
  --fa:"";
}

.fa-tachometer-fast {
  --fa:"";
}

.fa-teeth {
  --fa:"";
}

.fa-teeth-open {
  --fa:"";
}

.fa-masks-theater {
  --fa:"";
}

.fa-theater-masks {
  --fa:"";
}

.fa-traffic-light {
  --fa:"";
}

.fa-truck-monster {
  --fa:"";
}

.fa-truck-pickup {
  --fa:"";
}

.fa-rectangle-ad {
  --fa:"";
}

.fa-ad {
  --fa:"";
}

.fa-ankh {
  --fa:"";
}

.fa-book-bible {
  --fa:"";
}

.fa-bible {
  --fa:"";
}

.fa-business-time {
  --fa:"";
}

.fa-briefcase-clock {
  --fa:"";
}

.fa-city {
  --fa:"";
}

.fa-comment-dollar {
  --fa:"";
}

.fa-comments-dollar {
  --fa:"";
}

.fa-cross {
  --fa:"";
}

.fa-dharmachakra {
  --fa:"";
}

.fa-envelope-open-text {
  --fa:"";
}

.fa-folder-minus {
  --fa:"";
}

.fa-folder-plus {
  --fa:"";
}

.fa-filter-circle-dollar {
  --fa:"";
}

.fa-funnel-dollar {
  --fa:"";
}

.fa-gopuram {
  --fa:"";
}

.fa-hamsa {
  --fa:"";
}

.fa-bahai {
  --fa:"";
}

.fa-haykal {
  --fa:"";
}

.fa-jedi {
  --fa:"";
}

.fa-book-journal-whills {
  --fa:"";
}

.fa-journal-whills {
  --fa:"";
}

.fa-kaaba {
  --fa:"";
}

.fa-khanda {
  --fa:"";
}

.fa-landmark {
  --fa:"";
}

.fa-envelopes-bulk {
  --fa:"";
}

.fa-mail-bulk {
  --fa:"";
}

.fa-menorah {
  --fa:"";
}

.fa-mosque {
  --fa:"";
}

.fa-om {
  --fa:"";
}

.fa-spaghetti-monster-flying {
  --fa:"";
}

.fa-pastafarianism {
  --fa:"";
}

.fa-peace {
  --fa:"";
}

.fa-place-of-worship {
  --fa:"";
}

.fa-square-poll-vertical {
  --fa:"";
}

.fa-poll {
  --fa:"";
}

.fa-square-poll-horizontal {
  --fa:"";
}

.fa-poll-h {
  --fa:"";
}

.fa-person-praying {
  --fa:"";
}

.fa-pray {
  --fa:"";
}

.fa-hands-praying {
  --fa:"";
}

.fa-praying-hands {
  --fa:"";
}

.fa-book-quran {
  --fa:"";
}

.fa-quran {
  --fa:"";
}

.fa-magnifying-glass-dollar {
  --fa:"";
}

.fa-search-dollar {
  --fa:"";
}

.fa-magnifying-glass-location {
  --fa:"";
}

.fa-search-location {
  --fa:"";
}

.fa-socks {
  --fa:"";
}

.fa-square-root-variable {
  --fa:"";
}

.fa-square-root-alt {
  --fa:"";
}

.fa-star-and-crescent {
  --fa:"";
}

.fa-star-of-david {
  --fa:"";
}

.fa-synagogue {
  --fa:"";
}

.fa-scroll-torah {
  --fa:"";
}

.fa-torah {
  --fa:"";
}

.fa-torii-gate {
  --fa:"";
}

.fa-vihara {
  --fa:"";
}

.fa-volume-xmark {
  --fa:"";
}

.fa-volume-mute {
  --fa:"";
}

.fa-volume-times {
  --fa:"";
}

.fa-yin-yang {
  --fa:"";
}

.fa-blender-phone {
  --fa:"";
}

.fa-book-skull {
  --fa:"";
}

.fa-book-dead {
  --fa:"";
}

.fa-campground {
  --fa:"";
}

.fa-cat {
  --fa:"";
}

.fa-chair {
  --fa:"";
}

.fa-cloud-moon {
  --fa:"";
}

.fa-cloud-sun {
  --fa:"";
}

.fa-cow {
  --fa:"";
}

.fa-dice-d20 {
  --fa:"";
}

.fa-dice-d6 {
  --fa:"";
}

.fa-dog {
  --fa:"";
}

.fa-dragon {
  --fa:"";
}

.fa-drumstick-bite {
  --fa:"";
}

.fa-dungeon {
  --fa:"";
}

.fa-file-csv {
  --fa:"";
}

.fa-hand-fist {
  --fa:"";
}

.fa-fist-raised {
  --fa:"";
}

.fa-ghost {
  --fa:"";
}

.fa-hammer {
  --fa:"";
}

.fa-hanukiah {
  --fa:"";
}

.fa-hat-wizard {
  --fa:"";
}

.fa-person-hiking {
  --fa:"";
}

.fa-hiking {
  --fa:"";
}

.fa-hippo {
  --fa:"";
}

.fa-horse {
  --fa:"";
}

.fa-house-chimney-crack {
  --fa:"";
}

.fa-house-damage {
  --fa:"";
}

.fa-hryvnia-sign {
  --fa:"";
}

.fa-hryvnia {
  --fa:"";
}

.fa-mask {
  --fa:"";
}

.fa-mountain {
  --fa:"";
}

.fa-network-wired {
  --fa:"";
}

.fa-otter {
  --fa:"";
}

.fa-ring {
  --fa:"";
}

.fa-person-running {
  --fa:"";
}

.fa-running {
  --fa:"";
}

.fa-scroll {
  --fa:"";
}

.fa-skull-crossbones {
  --fa:"";
}

.fa-slash {
  --fa:"";
}

.fa-spider {
  --fa:"";
}

.fa-toilet-paper {
  --fa:"";
}

.fa-toilet-paper-alt {
  --fa:"";
}

.fa-toilet-paper-blank {
  --fa:"";
}

.fa-tractor {
  --fa:"";
}

.fa-user-injured {
  --fa:"";
}

.fa-vr-cardboard {
  --fa:"";
}

.fa-wand-sparkles {
  --fa:"";
}

.fa-wind {
  --fa:"";
}

.fa-wine-bottle {
  --fa:"";
}

.fa-cloud-meatball {
  --fa:"";
}

.fa-cloud-moon-rain {
  --fa:"";
}

.fa-cloud-rain {
  --fa:"";
}

.fa-cloud-showers-heavy {
  --fa:"";
}

.fa-cloud-sun-rain {
  --fa:"";
}

.fa-democrat {
  --fa:"";
}

.fa-flag-usa {
  --fa:"";
}

.fa-hurricane {
  --fa:"";
}

.fa-landmark-dome {
  --fa:"";
}

.fa-landmark-alt {
  --fa:"";
}

.fa-meteor {
  --fa:"";
}

.fa-person-booth {
  --fa:"";
}

.fa-poo-storm {
  --fa:"";
}

.fa-poo-bolt {
  --fa:"";
}

.fa-rainbow {
  --fa:"";
}

.fa-republican {
  --fa:"";
}

.fa-smog {
  --fa:"";
}

.fa-temperature-high {
  --fa:"";
}

.fa-temperature-low {
  --fa:"";
}

.fa-cloud-bolt {
  --fa:"";
}

.fa-thunderstorm {
  --fa:"";
}

.fa-tornado {
  --fa:"";
}

.fa-volcano {
  --fa:"";
}

.fa-check-to-slot {
  --fa:"";
}

.fa-vote-yea {
  --fa:"";
}

.fa-water {
  --fa:"";
}

.fa-baby {
  --fa:"";
}

.fa-baby-carriage {
  --fa:"";
}

.fa-carriage-baby {
  --fa:"";
}

.fa-biohazard {
  --fa:"";
}

.fa-blog {
  --fa:"";
}

.fa-calendar-day {
  --fa:"";
}

.fa-calendar-week {
  --fa:"";
}

.fa-candy-cane {
  --fa:"";
}

.fa-carrot {
  --fa:"";
}

.fa-cash-register {
  --fa:"";
}

.fa-minimize {
  --fa:"";
}

.fa-compress-arrows-alt {
  --fa:"";
}

.fa-dumpster {
  --fa:"";
}

.fa-dumpster-fire {
  --fa:"";
}

.fa-ethernet {
  --fa:"";
}

.fa-gifts {
  --fa:"";
}

.fa-champagne-glasses {
  --fa:"";
}

.fa-glass-cheers {
  --fa:"";
}

.fa-whiskey-glass {
  --fa:"";
}

.fa-glass-whiskey {
  --fa:"";
}

.fa-earth-europe {
  --fa:"";
}

.fa-globe-europe {
  --fa:"";
}

.fa-grip-lines {
  --fa:"";
}

.fa-grip-lines-vertical {
  --fa:"";
}

.fa-guitar {
  --fa:"";
}

.fa-heart-crack {
  --fa:"";
}

.fa-heart-broken {
  --fa:"";
}

.fa-holly-berry {
  --fa:"";
}

.fa-horse-head {
  --fa:"";
}

.fa-icicles {
  --fa:"";
}

.fa-igloo {
  --fa:"";
}

.fa-mitten {
  --fa:"";
}

.fa-mug-hot {
  --fa:"";
}

.fa-radiation {
  --fa:"";
}

.fa-circle-radiation {
  --fa:"";
}

.fa-radiation-alt {
  --fa:"";
}

.fa-restroom {
  --fa:"";
}

.fa-satellite {
  --fa:"";
}

.fa-satellite-dish {
  --fa:"";
}

.fa-sd-card {
  --fa:"";
}

.fa-sim-card {
  --fa:"";
}

.fa-person-skating {
  --fa:"";
}

.fa-skating {
  --fa:"";
}

.fa-person-skiing {
  --fa:"";
}

.fa-skiing {
  --fa:"";
}

.fa-person-skiing-nordic {
  --fa:"";
}

.fa-skiing-nordic {
  --fa:"";
}

.fa-sleigh {
  --fa:"";
}

.fa-comment-sms {
  --fa:"";
}

.fa-sms {
  --fa:"";
}

.fa-person-snowboarding {
  --fa:"";
}

.fa-snowboarding {
  --fa:"";
}

.fa-snowman {
  --fa:"";
}

.fa-snowplow {
  --fa:"";
}

.fa-tenge-sign {
  --fa:"";
}

.fa-tenge {
  --fa:"";
}

.fa-toilet {
  --fa:"";
}

.fa-screwdriver-wrench {
  --fa:"";
}

.fa-tools {
  --fa:"";
}

.fa-cable-car {
  --fa:"";
}

.fa-tram {
  --fa:"";
}

.fa-fire-flame-curved {
  --fa:"";
}

.fa-fire-alt {
  --fa:"";
}

.fa-bacon {
  --fa:"";
}

.fa-book-medical {
  --fa:"";
}

.fa-bread-slice {
  --fa:"";
}

.fa-cheese {
  --fa:"";
}

.fa-house-chimney-medical {
  --fa:"";
}

.fa-clinic-medical {
  --fa:"";
}

.fa-clipboard-user {
  --fa:"";
}

.fa-comment-medical {
  --fa:"";
}

.fa-crutch {
  --fa:"";
}

.fa-disease {
  --fa:"";
}

.fa-egg {
  --fa:"";
}

.fa-folder-tree {
  --fa:"";
}

.fa-burger {
  --fa:"";
}

.fa-hamburger {
  --fa:"";
}

.fa-hand-middle-finger {
  --fa:"";
}

.fa-helmet-safety {
  --fa:"";
}

.fa-hard-hat {
  --fa:"";
}

.fa-hat-hard {
  --fa:"";
}

.fa-hospital-user {
  --fa:"";
}

.fa-hotdog {
  --fa:"";
}

.fa-ice-cream {
  --fa:"";
}

.fa-laptop-medical {
  --fa:"";
}

.fa-pager {
  --fa:"";
}

.fa-pepper-hot {
  --fa:"";
}

.fa-pizza-slice {
  --fa:"";
}

.fa-sack-dollar {
  --fa:"";
}

.fa-book-tanakh {
  --fa:"";
}

.fa-tanakh {
  --fa:"";
}

.fa-bars-progress {
  --fa:"";
}

.fa-tasks-alt {
  --fa:"";
}

.fa-trash-arrow-up {
  --fa:"";
}

.fa-trash-restore {
  --fa:"";
}

.fa-trash-can-arrow-up {
  --fa:"";
}

.fa-trash-restore-alt {
  --fa:"";
}

.fa-user-nurse {
  --fa:"";
}

.fa-wave-square {
  --fa:"";
}

.fa-person-biking {
  --fa:"";
}

.fa-biking {
  --fa:"";
}

.fa-border-all {
  --fa:"";
}

.fa-border-none {
  --fa:"";
}

.fa-border-top-left {
  --fa:"";
}

.fa-border-style {
  --fa:"";
}

.fa-person-digging {
  --fa:"";
}

.fa-digging {
  --fa:"";
}

.fa-fan {
  --fa:"";
}

.fa-icons {
  --fa:"";
}

.fa-heart-music-camera-bolt {
  --fa:"";
}

.fa-phone-flip {
  --fa:"";
}

.fa-phone-alt {
  --fa:"";
}

.fa-square-phone-flip {
  --fa:"";
}

.fa-phone-square-alt {
  --fa:"";
}

.fa-photo-film {
  --fa:"";
}

.fa-photo-video {
  --fa:"";
}

.fa-text-slash {
  --fa:"";
}

.fa-remove-format {
  --fa:"";
}

.fa-arrow-down-z-a {
  --fa:"";
}

.fa-sort-alpha-desc {
  --fa:"";
}

.fa-sort-alpha-down-alt {
  --fa:"";
}

.fa-arrow-up-z-a {
  --fa:"";
}

.fa-sort-alpha-up-alt {
  --fa:"";
}

.fa-arrow-down-short-wide {
  --fa:"";
}

.fa-sort-amount-desc {
  --fa:"";
}

.fa-sort-amount-down-alt {
  --fa:"";
}

.fa-arrow-up-short-wide {
  --fa:"";
}

.fa-sort-amount-up-alt {
  --fa:"";
}

.fa-arrow-down-9-1 {
  --fa:"";
}

.fa-sort-numeric-desc {
  --fa:"";
}

.fa-sort-numeric-down-alt {
  --fa:"";
}

.fa-arrow-up-9-1 {
  --fa:"";
}

.fa-sort-numeric-up-alt {
  --fa:"";
}

.fa-spell-check {
  --fa:"";
}

.fa-voicemail {
  --fa:"";
}

.fa-hat-cowboy {
  --fa:"";
}

.fa-hat-cowboy-side {
  --fa:"";
}

.fa-computer-mouse {
  --fa:"";
}

.fa-mouse {
  --fa:"";
}

.fa-radio {
  --fa:"";
}

.fa-record-vinyl {
  --fa:"";
}

.fa-walkie-talkie {
  --fa:"";
}

.fa-caravan {
  --fa:"";
}

/*!
 * Font Awesome Free 7.0.1 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 2025 Fonticons, Inc.
 */
/*!
 * Font Awesome Free 7.0.1 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 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?0ae4e6254fc19607c79e29e57b63c234);
}
.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-solid {
  --fa-style: 900;
}

/*!
 * Font Awesome Free 7.0.1 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 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?1f38a564cd9eae27ebc3e20be51c8fb9);
}
.far {
  --fa-family: var(--fa-family-classic);
  --fa-style: 400;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-regular {
  --fa-style: 400;
}

/*!
 * Font Awesome Free 7.0.1 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 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?e7461d69dbbff1310a5c81e4113522fc);
}
.fab,
.fa-brands,
.fa-classic.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-unity {
  --fa: "\e049";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-bots {
  --fa: "\e340";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-threads {
  --fa: "\e618";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-openai {
  --fa: "\e7cf";
}

.fa-square-linkedin {
  --fa: "\e7d0";
}

.fa-cash-app {
  --fa: "\e7d4";
}

.fa-disqus {
  --fa: "\e7d5";
}

.fa-eleventy {
  --fa: "\e7d6";
}

.fa-11ty {
  --fa: "\e7d6";
}

.fa-kakao-talk {
  --fa: "\e7d7";
}

.fa-linktree {
  --fa: "\e7d8";
}

.fa-notion {
  --fa: "\e7d9";
}

.fa-pandora {
  --fa: "\e7da";
}

.fa-pixelfed {
  --fa: "\e7db";
}

.fa-tidal {
  --fa: "\e7dc";
}

.fa-vsco {
  --fa: "\e7dd";
}

.fa-w3c {
  --fa: "\e7de";
}

.fa-lumon {
  --fa: "\e7e2";
}

.fa-lumon-drop {
  --fa: "\e7e3";
}

.fa-square-figma {
  --fa: "\e7e4";
}

.fa-tex {
  --fa: "\e7ff";
}

.fa-duolingo {
  --fa: "\e812";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-github {
  --fa: "\f09b";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-xing {
  --fa: "\f168";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-adn {
  --fa: "\f170";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-apple {
  --fa: "\f179";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-android {
  --fa: "\f17b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-trello {
  --fa: "\f181";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-vk {
  --fa: "\f189";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-gg {
  --fa: "\f260";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-safari {
  --fa: "\f267";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-edge {
  --fa: "\f282";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-modx {
  --fa: "\f285";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-usb {
  --fa: "\f287";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-envira {
  --fa: "\f299";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-apper {
  --fa: "\f371";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-audible {
  --fa: "\f373";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-aws {
  --fa: "\f375";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-discord {
  --fa: "\f392";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-docker {
  --fa: "\f395";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-uber {
  --fa: "\f402";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-viber {
  --fa: "\f409";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-fly {
  --fa: "\f417";
}

.fa-node {
  --fa: "\f419";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-react {
  --fa: "\f41b";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-less {
  --fa: "\f41d";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-angular {
  --fa: "\f420";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-ember {
  --fa: "\f423";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-strava {
  --fa: "\f428";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-hips {
  --fa: "\f452";
}

.fa-php {
  --fa: "\f457";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-sith {
  --fa: "\f512";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-neos {
  --fa: "\f612";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-centos {
  --fa: "\f789";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-figma {
  --fa: "\f799";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-umbraco {
  --fa: "\f8e8";
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.theme-switcher-wrap {
  with: 100%;
  text-align: right;
}
.theme-switcher-wrap .theme-switcher {
  display: inline-block;
  cursore: pointer;
}
.theme-switcher-wrap .theme-switcher .switch-path {
  background-color: #ccc;
}
.theme-switcher-wrap .theme-switcher .switch-path .switch-handle {
  background-color: #999;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.theme-switcher-wrap .theme-switcher.active .switch-path {
  background-color: #555;
}
.theme-switcher-wrap .theme-switcher.active .switch-handle {
  background-color: #7bbb5e;
  transform: translateX(20px);
}
