/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --color-gray-100: #f3f4f6;
    --color-gray-800: #1e2939;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-lg: .5rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .isolate {
    isolation: isolate;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .\!inline {
    display: inline !important;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .table {
    display: table;
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-y-hidden {
    overflow-y: hidden;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .object-contain {
    object-fit: contain;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-white {
    color: var(--color-white);
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (min-width: 64rem) {
    .lg\:block {
      display: block;
    }
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
}

html, body {
  color: var(--foreground);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.auth-page, .portal-page, .listing-page {
  background: #fff;
  width: min(1180px, 100% - 32px);
  margin: 32px auto 0;
}

.auth-page {
  place-items: start center;
  min-height: calc(100vh - 142px);
  display: grid;
}

.auth-page.wide {
  place-items: start stretch;
}

.auth-panel, .data-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
  padding: 24px;
  box-shadow: 0 16px 40px #0f172a14;
}

.auth-panel {
  max-width: 560px;
}

.auth-page.wide .auth-panel {
  max-width: 100%;
}

.eyebrow {
  color: #f97316;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
}

.auth-panel h1, .portal-header h1, .category-hero h1 {
  color: #111827;
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
}

.stack-form {
  gap: 16px;
  margin-top: 22px;
  display: grid;
}

.stack-form.compact {
  gap: 12px;
}

.stack-form label, .form-grid label {
  color: #374151;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  display: grid;
}

.stack-form input, .stack-form textarea, .stack-form select, .form-grid input, .form-grid textarea, .form-grid select, .inline-form select {
  color: #111827;
  width: 100%;
  font: inherit;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 11px 12px;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.primary-button, .secondary-button, .inline-form button {
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.primary-button {
  color: #fff;
  background: #f97316;
}

.secondary-button, .inline-form button {
  color: #111827;
  background: #f3f4f6;
}

.muted, .muted-link, .empty-state {
  color: #6b7280;
}

.muted-link {
  margin: 18px 0 0;
}

.muted-link a {
  color: #f97316;
  font-weight: 800;
}

.form-error, .form-success {
  border-radius: 8px;
  margin: 16px 0 0;
  padding: 12px 14px;
  font-weight: 700;
}

.form-error {
  color: #991b1b;
  background: #fee2e2;
}

.form-success {
  color: #166534;
  background: #dcfce7;
}

.selection-box {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
}

.selection-box h2, .data-panel h2 {
  color: #111827;
  margin: 0 0 10px;
  font-size: 20px;
}

.checkbox-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  display: grid;
}

.check-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
}

.check-card small {
  color: #6b7280;
}

.selection-dropdown-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
  display: grid;
}

.selection-dropdown-label {
  color: #374151;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  display: grid;
}

.selection-dropdown-label select {
  color: #111827;
  width: 100%;
  font: inherit;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 11px 34px 11px 12px;
}

.selection-dropdown-label select:disabled {
  color: #9ca3af;
  background: #f3f4f6;
}

.payment-panel {
  gap: 20px;
  display: grid;
}

.payment-summary {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  gap: 10px;
  padding: 16px;
  display: grid;
}

.payment-summary div {
  justify-content: space-between;
  gap: 16px;
  display: flex;
}

.payment-summary span {
  color: #6b7280;
}

.pending-payment-box {
  color: #9a3412;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  gap: 8px;
  padding: 14px;
  display: grid;
}

.pending-payment-box .primary-button {
  width: max-content;
}

.legal-page {
  width: min(900px, 100% - 32px);
  margin: 42px auto 0;
}

.legal-hero {
  color: #fff;
  background: linear-gradient(135deg, #101b50, #263b83);
  border-radius: 14px;
  padding: clamp(28px, 5vw, 52px);
}

.legal-hero .eyebrow {
  color: #fdba74;
}

.legal-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.1;
}

.legal-hero p:last-child {
  color: #dbe4ff;
  margin: 0;
}

.legal-content {
  color: #4b5563;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  margin-top: 20px;
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 16px 40px #0f172a0f;
}

.legal-content > p:first-child {
  color: #374151;
  margin-top: 0;
  font-size: 17px;
  line-height: 1.75;
}

.legal-content section {
  border-top: 1px solid #eef0f3;
  padding: 20px 0;
}

.legal-content h2 {
  color: #111827;
  margin: 0 0 9px;
  font-size: 20px;
}

.legal-content p {
  margin: 0 0 10px;
  line-height: 1.75;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content a {
  color: #e86c10;
  font-weight: 700;
}

.legal-links {
  border-top: 1px solid #eef0f3;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 20px;
  display: flex;
}

.legal-links a {
  color: #9a3412;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  padding: 10px 14px;
  text-decoration: none;
}

.portal-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.portal-page {
  gap: 20px;
  display: grid;
}

.admin-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.card-grid, .shop-list, .category-list {
  gap: 16px;
  display: grid;
}

.business-card, .shop-card, .category-list article {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
}

.business-card h3, .shop-card h2, .category-list h3 {
  color: #111827;
  margin: 0 0 6px;
}

.visit-summary {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  gap: 2px;
  margin: 10px 0;
  padding: 10px 12px;
  display: inline-grid;
}

.visit-summary strong {
  color: #1d4ed8;
  font-size: 24px;
  line-height: 1;
}

.visit-summary span {
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 800;
}

.dashboard-details {
  border-top: 1px solid #e5e7eb;
  margin-top: 16px;
  padding-top: 12px;
}

.dashboard-details summary {
  cursor: pointer;
  color: #111827;
  font-weight: 800;
}

.dashboard-details .stack-form {
  margin-top: 14px;
}

.visit-log-table div {
  grid-template-columns: 180px 140px 1fr;
}

.admin-table-subtext {
  color: #6b7280;
  max-width: 280px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.45;
  display: block;
}

.admin-edit-button {
  color: #fff;
  cursor: pointer;
  font: inherit;
  background: #101b50;
  border: 0;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 800;
}

.admin-modal-backdrop {
  z-index: 1000;
  background: #11182794;
  place-items: center;
  padding: 22px;
  display: grid;
  position: fixed;
  inset: 0;
}

.admin-modal {
  background: #fff;
  border-radius: 8px;
  width: min(980px, 100%);
  max-height: min(88vh, 860px);
  padding: 22px;
  overflow: auto;
  box-shadow: 0 24px 70px #00000047;
}

.admin-modal-header, .admin-modal-actions {
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  display: flex;
}

.admin-modal-header {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.admin-modal-header span {
  color: #6b7280;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.admin-modal-header h3 {
  color: #111827;
  margin: 3px 0 0;
  font-size: 22px;
}

.admin-modal-close {
  color: #111827;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}

.admin-modal-actions {
  justify-content: flex-end;
  margin-top: 18px;
}

.image-delete-option {
  color: #991b1b;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.image-delete-option input {
  width: auto;
  margin: 0;
}

.image-upload-error {
  margin-top: 8px;
  padding: 8px 10px;
  font-size: 12px;
  display: block;
}

.admin-image-missing {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  margin-top: 8px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  display: block;
}

.status-pill {
  color: #92400e;
  background: #fef3c7;
  border-radius: 999px;
  width: max-content;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.mini-table {
  gap: 8px;
  margin-top: 12px;
  display: grid;
}

.mini-table div {
  color: #374151;
  border-top: 1px solid #e5e7eb;
  grid-template-columns: 80px 120px 1fr;
  gap: 10px;
  padding-top: 8px;
  font-size: 13px;
  display: grid;
}

.category-list article, .shop-card, .category-hero {
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 16px;
  display: grid;
}

.category-list img, .category-hero img {
  object-fit: cover;
  border-radius: 8px;
  width: 110px;
  height: 82px;
}

.table-wrap {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 760px;
}

th, td {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px;
}

th {
  color: #374151;
  background: #f9fafb;
  font-size: 13px;
}

.inline-form {
  gap: 8px;
  display: flex;
}

.db-category-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.category-hero {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 18px;
}

.filter-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  display: flex;
}

.filter-row a {
  color: #374151;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 800;
  text-decoration: none;
}

.filter-row a.active {
  color: #fff;
  background: #f97316;
  border-color: #f97316;
}

.shop-card {
  grid-template-columns: 92px 1fr;
}

.shop-card img, .shop-placeholder {
  border-radius: 8px;
  width: 92px;
  height: 92px;
}

.shop-card img {
  object-fit: cover;
}

.shop-placeholder {
  color: #fff;
  background: #111827;
  place-items: center;
  font-size: 32px;
  font-weight: 800;
  display: grid;
}

@media (max-width: 760px) {
  .form-grid, .admin-grid, .selection-dropdown-grid, .portal-header, .category-list article, .shop-card, .category-hero {
    grid-template-columns: 1fr;
  }

  .portal-header {
    display: grid;
  }

  .auth-panel, .data-panel {
    padding: 18px;
  }

  .mini-table div, .visit-log-table div {
    grid-template-columns: 1fr;
  }

  .admin-modal-backdrop {
    align-items: stretch;
    padding: 10px;
  }

  .admin-modal {
    max-height: calc(100vh - 20px);
    padding: 16px;
  }

  .admin-modal-header, .admin-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

/* [project]/app/css/all.min.css [app-client] (css) */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}

.fa-lg {
  vertical-align: -.0667em;
  font-size: 1.33333em;
  line-height: .75em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.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-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  margin-left: 2.5em;
  padding-left: 0;
  list-style-type: none;
}

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

.fa-li {
  text-align: center;
  width: 2em;
  line-height: inherit;
  position: absolute;
  left: -2em;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: 2s linear infinite fa-spin;
}

.fa-pulse {
  animation: 1s steps(8, end) infinite fa-spin;
}

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

  to {
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

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

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none;
}

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

.fa-stack-1x, .fa-stack-2x {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
}

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

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

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

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

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

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

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

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

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

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

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

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

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

.fa-bacon:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

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

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

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

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

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

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

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

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

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

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

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

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

.fa-bootstrap:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

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

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

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

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

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

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

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

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

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

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

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

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

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

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

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

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

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

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

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

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

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

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

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

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

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

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

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

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

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

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

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

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

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

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

.fa-coins:before {
  content: "";
}

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

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

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

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

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

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

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

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

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

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

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

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

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

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

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

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

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-egg:before {
  content: "";
}

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

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

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

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

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

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

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

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

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

.fa-eye-dropper:before {
  content: "";
}

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

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

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

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

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

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

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

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

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

.fa-fingerprint:before {
  content: "";
}

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

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

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

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

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

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

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

.fa-folder-minus:before {
  content: "";
}

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

.fa-folder-plus:before {
  content: "";
}

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

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

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

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

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

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

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

.fa-gas-pump:before {
  content: "";
}

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

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

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

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

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

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

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

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

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

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

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

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

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

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

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

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

.fa-heading:before {
  content: "";
}

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

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

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

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

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

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

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

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

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

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

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

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

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

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

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

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

.fa-keybase:before {
  content: "";
}

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

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

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

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

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

.fa-leanpub:before {
  content: "";
}

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

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

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

.fa-line:before {
  content: "";
}

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

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

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

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

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

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

.fa-location-arrow:before {
  content: "";
}

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

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

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

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

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

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

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

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

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

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

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

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

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

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

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

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

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

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

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

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

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

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

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

.fa-patreon:before {
  content: "";
}

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

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

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

.fa-phone-slash:before {
  content: "";
}

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

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

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

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

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

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

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

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

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

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

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

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

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

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

.fa-question:before {
  content: "";
}

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

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

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

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

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

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

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

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

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

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

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

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

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

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

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

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

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

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

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

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

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

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

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

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

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

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

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

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

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

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

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

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

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

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

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

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

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

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

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

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

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

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

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

.fa-star-and-crescent:before {
  content: "";
}

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

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

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

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

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

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

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

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

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

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

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

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

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

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

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

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

.fa-tape:before {
  content: "";
}

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

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

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

.fa-ticket-alt:before {
  content: "";
}

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

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

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

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

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

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

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

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

.fa-umbrella-beach:before {
  content: "";
}

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

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

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

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

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

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

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

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

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

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

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

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

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

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

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

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

.fa-volume-mute:before {
  content: "";
}

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

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

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

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

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../media/fa-brands-400.0g8vwko5p1vs4.eot");
  src: url("../media/fa-brands-400.0g8vwko5p1vs4.eot") format("embedded-opentype"), url("../media/fa-brands-400.22gg36vbhmu_h.woff2") format("woff2"), url("../media/fa-brands-400.3xc8jlvsmgeer.woff") format("woff"), url("../media/fa-brands-400.02g_czoyjgijz.ttf") format("truetype"), url("../media/fa-brands-400.1hanygvq51c4r.svg") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../media/fa-regular-400.2txr-20-g23ld.eot");
  src: url("../media/fa-regular-400.2txr-20-g23ld.eot") format("embedded-opentype"), url("../media/fa-regular-400.2p647mb0qne8b.woff2") format("woff2"), url("../media/fa-regular-400.0hvhayei-h0mr.woff") format("woff"), url("../media/fa-regular-400.1xqqfiblcv_3l.ttf") format("truetype"), url("../media/fa-regular-400.259poj5mhmc7u.svg") format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../media/fa-solid-900.2dg8h4nyb3ufb.eot");
  src: url("../media/fa-solid-900.2dg8h4nyb3ufb.eot") format("embedded-opentype"), url("../media/fa-solid-900.2g2r1hq3ej8na.woff2") format("woff2"), url("../media/fa-solid-900.08r6w44zrw4ey.woff") format("woff"), url("../media/fa-solid-900.2liieho2eb1kr.ttf") format("truetype"), url("../media/fa-solid-900.0bk2-6udg642g.svg") format("svg");
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

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

/* [project]/app/style.css [app-client] (css) */
:root {
  --primary: #fbae15;
  --primary-hover: #eba10c;
  --dark: #000;
  --light-gray: #efefef;
  --text: #333;
}

body, html {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Poppins, system-ui, sans-serif;
  overflow-x: hidden;
}

.home-page {
  background: #fff;
  min-height: calc(100vh - 110px);
}

.home-top-banner {
  background: #fff;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 14px;
  max-width: 2048px;
  margin: 0 auto;
  padding: 14px 16px 8px;
  display: grid;
}

.home-top-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  height: 100%;
  display: grid;
}

.home-top-category-card {
  color: #202020;
  background: #f2f2f2;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  position: relative;
  overflow: hidden;
}

.home-top-category-card:hover {
  color: #202020;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px #101b501f;
}

.home-top-category-card > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.home-top-placeholder {
  color: #919191;
  text-align: center;
  background: linear-gradient(125deg, #ffffffb3 0 42%, #0000 42%), #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  height: 100%;
  padding: 28px 12px 58px;
  display: flex;
}

.home-top-placeholder i {
  color: #101b50;
  font-size: clamp(40px, 4vw, 68px);
}

.home-top-placeholder span {
  font-size: 11px;
}

.home-top-category-card h2 {
  color: #171717;
  background: #ffb400;
  border-radius: 0 7px 7px 0;
  margin: 0;
  padding: 6px 13px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: clamp(12px, 1vw, 18px);
  position: absolute;
  bottom: 32px;
  left: 0;
}

.home-promo-slider {
  border-radius: 14px;
  min-height: clamp(380px, 24vw, 480px);
  position: relative;
  overflow: hidden;
}

.home-promo-placeholder {
  color: #fff;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  background: radial-gradient(circle at 78% 28%, #ffffff8c, #0000 18%), linear-gradient(120deg, #5ac5d3, #83d9e2);
  border: 1px solid #d7e8eb;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  transition: opacity .45s, transform .45s;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: translateX(30px);
}

.home-promo-placeholder.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  transform: translateX(0);
}

.home-promo-placeholder.home {
  background: linear-gradient(120deg, #6b73b9, #a4aad9);
}

.home-promo-placeholder.grocery {
  background: linear-gradient(120deg, #73b86b, #b8da76);
}

.home-promo-placeholder.moving {
  background: linear-gradient(120deg, #e08a45, #f2ba68);
}

.home-promo-placeholder > div:first-child {
  z-index: 1;
  position: relative;
}

.home-promo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.home-promo-placeholder > div:first-child span {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 13px;
}

.home-promo-placeholder h2 {
  text-shadow: 0 3px 4px #0000002e;
  max-width: 650px;
  margin: 10px auto;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(27px, 3vw, 54px);
  line-height: 1.1;
}

.home-promo-placeholder p {
  margin: 0;
}

.home-promo-placeholder > i {
  color: #ffffff3d;
  font-size: clamp(140px, 18vw, 280px);
  position: absolute;
  right: 4%;
}

.home-promo-arrow {
  color: #fff;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
  background: #101b50a6;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: opacity .2s, background .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-promo-slider:hover .home-promo-arrow, .home-promo-arrow:focus-visible {
  opacity: 1;
}

.home-promo-arrow:hover {
  background: #101b50;
}

.home-promo-arrow.previous {
  left: 12px;
}

.home-promo-arrow.next {
  right: 12px;
}

.home-promo-dots {
  z-index: 4;
  gap: 14px;
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.home-promo-dots button {
  cursor: pointer;
  background: #122b38a6;
  border: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  transition: background .2s, width .2s;
}

.home-promo-dots button.active {
  background: #ffb400;
  border-radius: 999px;
  width: 24px;
}

@media (max-width: 1200px) {
  .home-top-banner {
    grid-template-columns: 1fr;
  }

  .home-top-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
  }

  .home-top-category-card {
    aspect-ratio: auto;
    min-height: 0;
  }

  .home-top-category-card > img {
    object-fit: contain;
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }
}

@media (max-width: 700px) {
  .home-top-banner {
    gap: 14px;
    padding: 12px 14px 4px;
  }

  .home-top-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding-bottom: 4px;
    overflow: visible;
  }

  .home-top-category-card {
    aspect-ratio: auto;
    min-height: 0;
  }

  .home-top-category-card h2 {
    padding: 5px 8px;
    font-size: 11px;
    bottom: 18px;
  }

  .home-promo-slider {
    aspect-ratio: auto;
    height: clamp(150px, 44vw, 190px);
    min-height: 0;
  }

  .home-promo-placeholder {
    min-height: 100%;
    padding: 24px 18px;
  }

  .home-promo-placeholder.has-image {
    min-height: 100%;
    padding: 0;
  }

  .home-promo-image {
    object-fit: contain;
  }

  .home-promo-arrow {
    opacity: .85;
  }
}

.home-bottom-cards {
  background: #fff;
  width: 100%;
  padding: 24px clamp(42px, 4vw, 76px) 58px;
}

.home-bottom-slider {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

.home-recent-visits {
  max-width: 1800px;
  margin: 0 auto 30px;
  padding: 0 12px;
}

.home-recent-visits h2 {
  color: #292929;
  margin: 0 0 18px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
}

.home-recent-visit-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.home-recent-visit-card {
  color: #20242c;
  background: #fff;
  border: 1px solid #e4e7ee;
  border-radius: 8px;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  display: grid;
}

.home-recent-visit-card:hover {
  color: #20242c;
  border-color: #ffb400;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px #101b5017;
}

.home-recent-visit-card img, .home-recent-visit-card > span {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 58px;
  height: 58px;
}

.home-recent-visit-card > span {
  color: #fff;
  background: #101b50;
  justify-content: center;
  align-items: center;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 22px;
  display: flex;
}

.home-recent-visit-card div {
  min-width: 0;
  display: grid;
}

.home-recent-visit-card strong, .home-recent-visit-card small {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.home-recent-visit-card strong {
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 14px;
}

.home-recent-visit-card small, .home-recent-visit-empty {
  color: #6d7480;
  font-size: 12px;
}

.home-bottom-card-track {
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  grid-auto-columns: calc(14.2857% - 13.7143px);
  grid-auto-flow: column;
  gap: 16px;
  display: grid;
  overflow-x: auto;
}

.home-bottom-card-track::-webkit-scrollbar {
  display: none;
}

.home-bottom-card {
  color: #101010;
  scroll-snap-align: start;
  background: linear-gradient(125deg, #ffffffb8 0 42%, #0000 42%), #eee;
  border: 1px solid #dedede;
  border-radius: 14px;
  min-height: 230px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  position: relative;
  overflow: hidden;
}

.home-bottom-card:hover {
  color: #101010;
  transform: translateY(-5px);
  box-shadow: 0 18px 42px #101b5024;
}

.home-bottom-card > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.home-bottom-card-placeholder {
  color: #999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
  position: absolute;
  inset: 0;
}

.home-bottom-card-placeholder i {
  color: #101b50;
  font-size: clamp(40px, 4vw, 68px);
}

.home-bottom-card-placeholder small {
  font-size: 11px;
}

.home-bottom-card h2 {
  color: #121212;
  z-index: 2;
  background: #ffb400;
  border-radius: 0 8px 8px 0;
  max-width: 90%;
  margin: 0;
  padding: 7px 12px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: clamp(13px, 1.1vw, 18px);
  position: absolute;
  bottom: 9%;
  left: 0;
}

.home-bottom-arrow {
  color: #fff;
  cursor: pointer;
  z-index: 4;
  background: #101b50;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-bottom-arrow.previous {
  left: -48px;
}

.home-bottom-arrow.next {
  right: -48px;
}

.home-popular-categories {
  max-width: 1800px;
  margin: 34px auto 0;
}

.home-popular-categories h2 {
  color: #292929;
  margin: 0 0 18px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
}

.home-popular-categories > div {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.home-popular-categories a, .home-popular-categories span {
  color: #2f3542;
  background: #f8f9fc;
  border: 1px solid #e4e7ee;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.home-popular-categories a:hover {
  color: #101b50;
  border-color: #ffb400;
}

.home-about-summary {
  background: #fff;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px 42px;
}

.home-about-summary h2 {
  color: #5d6470;
  margin: 0;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.home-about-summary p {
  color: #5d6470;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
}

.home-about-summary strong {
  color: #4b5260;
  font-family: PoppinsBold, Arial, sans-serif;
}

@media (max-width: 1200px) {
  .home-recent-visit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-bottom-card-track {
    grid-auto-columns: calc(25% - 15px);
  }
}

@media (max-width: 760px) {
  .home-bottom-cards {
    padding: 16px 42px 42px;
  }

  .home-recent-visits {
    margin-bottom: 22px;
  }

  .home-recent-visit-grid {
    grid-template-columns: 1fr;
  }

  .home-bottom-card-track {
    grid-auto-columns: calc(50% - 6px);
    gap: 12px;
  }

  .home-bottom-card {
    min-height: 150px;
  }

  .home-bottom-card > img {
    object-fit: contain;
  }

  .home-bottom-card h2 {
    font-size: 13px;
  }

  .home-bottom-arrow {
    width: 32px;
    height: 32px;
  }

  .home-bottom-arrow.previous {
    left: -36px;
  }

  .home-bottom-arrow.next {
    right: -36px;
  }

  .home-popular-categories {
    margin-top: 24px;
  }

  .home-popular-categories > div {
    gap: 8px;
  }

  .home-popular-categories a, .home-popular-categories span {
    padding: 8px 10px;
    font-size: 12px;
  }
}

.msc-header {
  z-index: 1000;
  background-color: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 10px #0000001a;
}

.msc-logo-container img {
  width: auto;
  height: 50px;
}

.msc-search-form input {
  border: 2px solid #ddd;
  border-radius: 50px;
  width: 100%;
  padding: 12px 20px;
}

.msc-search-btn {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

footer {
  color: #ddd;
  background-color: #111;
  padding: 60px 0 30px;
}

footer h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

footer a {
  color: #bbb;
  text-decoration: none;
  transition: color .3s;
}

footer a:hover {
  color: var(--primary);
}

.site-footer {
  color: #bdbdbd;
  background: #4a4a4a;
  margin-top: 48px;
  padding: 0;
}

.site-footer-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 34px clamp(24px, 4vw, 64px) 22px;
}

.site-footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 90px);
  display: grid;
}

.site-footer-column h4 {
  color: #d4d4d4;
  margin: 0 0 22px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 20px;
}

.site-footer-links {
  gap: 13px;
  display: grid;
}

.site-footer-links a {
  color: #bcbcbc;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  display: flex;
}

.site-footer-links a i {
  color: #a6a6a6;
  font-size: 11px;
}

.site-footer-social {
  gap: 18px;
  display: flex;
}

.site-footer-social a {
  background: #fff;
  border: 3px solid #eee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-size: 27px;
  display: flex;
}

.site-footer-social a:first-child {
  color: #31549a;
}

.site-footer-social a:nth-child(2) {
  color: #e33d72;
}

.site-footer-social a:nth-child(3) {
  color: #20a8df;
}

.site-footer-copyright {
  text-align: center;
  border-top: 1px solid #646464;
  margin-top: 32px;
  padding-top: 18px;
  font-size: 12px;
}

.site-footer-copyright p {
  margin: 3px 0;
}

.directory-card-page {
  width: 100%;
  max-width: 1280px;
  min-height: 600px;
  margin: 0 auto;
  padding: 44px 24px 72px;
}

.directory-card-page > header h1 {
  color: #101b50;
  margin: 0 0 34px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
}

.directory-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.directory-link-card {
  color: #252a34;
  background: #fff;
  border: 1px solid #e4e6eb;
  border-radius: 14px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: grid;
  overflow: hidden;
}

.directory-link-card:hover {
  color: #101b50;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px #101b501f;
}

.directory-link-card img {
  object-fit: cover;
  background: #f4f4f4;
  width: 100%;
  height: 160px;
}

.directory-link-card strong {
  padding: 13px;
}

.msc-footer-copyright {
  text-align: center;
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 20px;
  font-size: .9rem;
}

@media (max-width: 768px) {
  .msc-header .msc-menu {
    display: none;
  }

  .msc-search-form {
    margin: 10px 0;
  }

  .site-footer-grid, .directory-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.msc-text-theme-primary {
  color: var(--primary);
}

.msc-btn-primary {
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all .3s;
}

.msc-btn-primary:hover {
  background-color: var(--primary-hover);
  transform: translateY(-2px);
}

.msc-business-before:before {
  content: "Grow Your Business";
  color: #fff;
  background: #f55438;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
}

.site-header {
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #ececec;
  align-items: center;
  gap: 34px;
  min-height: 110px;
  padding: 18px clamp(28px, 2.3vw, 48px);
  display: flex;
  position: sticky;
  top: 0;
}

.site-logo {
  flex-shrink: 0;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.site-logo img {
  object-fit: contain;
  width: clamp(190px, 17vw, 315px);
  height: auto;
  max-height: 74px;
  display: block;
}

.site-search {
  flex: 560px;
  width: 100%;
  min-width: 260px;
  max-width: 820px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.site-search input {
  background: #fff;
  border: 1px solid #d9dce3;
  border-radius: 8px;
  outline: none;
  width: 100%;
  min-height: 55px;
  padding: 0 58px 0 22px;
  font-family: PoppinsMedium, Arial, sans-serif;
  transition: border-color .2s, box-shadow .2s;
}

.site-search input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px #fbae1526;
}

.site-search button {
  color: #fff;
  cursor: pointer;
  background: #101b50;
  border: 0;
  border-radius: 0 8px 8px 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 53px;
  display: flex;
  position: absolute;
  top: 1px;
  right: 1px;
}

.desktop-menu {
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(18px, 1.7vw, 34px);
  display: flex;
}

.desktop-menu a, .desktop-location {
  color: #111;
  background: none;
  border: 0;
  align-items: center;
  gap: 6px;
  padding: 7px 0;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: clamp(14px, 1vw, 19px);
  text-decoration: none;
  display: flex;
}

.desktop-menu a:hover {
  color: #101b50;
}

.desktop-menu .desktop-listing-link {
  gap: 5px;
}

.desktop-listing-link span {
  color: #fff;
  background: #f55438;
  border-radius: 3px;
  padding: 1px 5px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 1.3;
}

.desktop-location {
  cursor: pointer;
  background: #efefef;
  border-radius: 7px;
  padding: 8px 10px;
}

.menu-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  gap: 6px;
  width: 38px;
  padding: 10px 4px;
  display: none;
}

.menu-toggle span {
  background: #111;
  border-radius: 10px;
  width: 30px;
  height: 2px;
  transition: transform .25s, opacity .25s, width .25s;
  display: block;
}

.menu-toggle span:nth-child(2) {
  width: 20px;
  margin-left: auto;
}

.menu-toggle.is-open span:first-child {
  transform: translateY(8px)rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:last-child {
  transform: translateY(-8px)rotate(-45deg);
}

.menu-overlay {
  opacity: 0;
  pointer-events: none;
  z-index: 1090;
  background: #070a128c;
  border: 0;
  width: 100%;
  transition: opacity .3s;
  position: fixed;
  inset: 0;
}

.menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.menu-sidebar {
  z-index: 1100;
  background: #fff;
  flex-direction: column;
  width: min(90vw, 420px);
  max-width: 420px;
  height: 100dvh;
  padding: 28px;
  transition: transform .3s;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(105%);
  box-shadow: -18px 0 55px #00000026;
}

.menu-sidebar.is-open {
  transform: translateX(0);
}

.menu-sidebar-header {
  border-bottom: 1px solid #ededed;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 22px;
  display: flex;
}

.menu-eyebrow {
  color: #777;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}

.menu-sidebar-header h2 {
  color: #111;
  margin: 4px 0 0;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 28px;
}

.menu-close {
  cursor: pointer;
  background: #f2f2f2;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.menu-sidebar-nav {
  gap: 8px;
  padding: 22px 0;
  display: grid;
}

.menu-sidebar-nav a, .menu-location {
  color: #222;
  cursor: pointer;
  font: inherit;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 12px;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  transition: background .2s, color .2s;
  display: grid;
}

.menu-sidebar-nav a:hover, .menu-location:hover {
  color: #9b6300;
  background: #fff5df;
}

.menu-sidebar-nav a > i:first-child, .menu-location > i:first-child {
  color: var(--primary);
  text-align: center;
}

.menu-sidebar-nav .fa-chevron-right {
  color: #aaa;
  font-size: 11px;
}

.menu-location span {
  display: grid;
}

.menu-location small {
  color: #888;
  font-size: 11px;
}

.menu-contact {
  background: #f7f7f7;
  border-radius: 16px;
  gap: 10px;
  padding: 18px;
  display: grid;
}

.menu-contact h3 {
  color: #222;
  margin: 0 0 4px;
  font-size: 15px;
}

.menu-contact a {
  color: #555;
  gap: 10px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.menu-contact i {
  color: var(--primary);
  width: 18px;
}

.menu-social {
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 26px;
  display: flex;
}

.menu-social span {
  color: #777;
  text-transform: uppercase;
  margin-right: auto;
  font-size: 12px;
}

.menu-social a {
  color: #fff;
  background: #111;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

@media (max-width: 1100px) {
  .desktop-menu {
    gap: 14px;
  }

  .desktop-listing-link span {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    flex-wrap: wrap;
    gap: 12px;
    min-height: auto;
    padding: 12px 16px;
  }

  .site-logo img {
    width: min(250px, 62vw);
    max-height: 58px;
  }

  .site-search {
    flex-basis: 100%;
    order: 3;
    max-width: none;
    margin-left: 0;
  }

  .site-search input {
    min-height: 48px;
  }

  .site-search button {
    width: 48px;
    height: 46px;
  }

  .desktop-menu {
    display: none;
  }

  .menu-toggle {
    margin-left: auto;
    display: grid;
  }

  .menu-sidebar {
    padding: 22px;
  }
}

.home-showcase {
  background: #fff;
  grid-template-columns: minmax(520px, 1fr) minmax(620px, 1.65fr);
  gap: 28px;
  padding: 18px 24px 24px;
  display: grid;
}

.showcase-category {
  color: #111;
  background: #f4f4f4;
  border-radius: 12px;
  min-height: 420px;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.showcase-category:hover {
  color: #111;
  transform: translateY(-4px);
  box-shadow: 0 14px 35px #0000001f;
}

.showcase-category:before, .showcase-category:after {
  content: "";
  position: absolute;
}

.showcase-category:before {
  background: #ffffff9e;
  width: 145%;
  height: 75%;
  top: -22%;
  left: -55%;
  transform: rotate(38deg);
}

.showcase-category:after {
  background: #ffffff80;
  width: 120%;
  height: 52%;
  bottom: -22%;
  right: -40%;
  transform: rotate(-42deg);
}

.showcase-category-art {
  text-align: center;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  padding: 34px 18px;
  display: flex;
  position: relative;
}

.showcase-category-art strong {
  color: #171717;
  text-transform: uppercase;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(20px, 1.55vw, 34px);
  line-height: 1.1;
}

.showcase-category-icons {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  display: grid;
}

.showcase-category-icons i {
  background: #ffffffdb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 76px;
  font-size: clamp(24px, 2vw, 42px);
  display: flex;
  box-shadow: 0 5px 12px #00000014;
}

.showcase-category-icons i:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: 76px;
}

.showcase-category > span {
  z-index: 2;
  background: #ffb400;
  border-radius: 0 7px 7px 0;
  padding: 7px 14px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: clamp(14px, 1.1vw, 20px);
  position: absolute;
  bottom: 46px;
  left: 0;
}

.showcase-category-restaurants {
  background: linear-gradient(160deg, #fafafa 0 48%, #ffad00 48% 100%);
}

.showcase-category-restaurants .showcase-category-icons i {
  color: #bd3d1d;
}

.showcase-category-online {
  background: linear-gradient(#fff 0 58%, #e9edf7 58% 100%);
}

.showcase-category-online .showcase-category-icons i {
  color: #2454ae;
}

.showcase-category-equipment {
  background: #eee;
}

.showcase-category-equipment .showcase-category-icons i {
  color: #e3a000;
  border-radius: 12px;
}

.showcase-banner {
  color: #fff;
  background: radial-gradient(circle at 85% 85%, #ffffffe6, #0000 10%), radial-gradient(circle at 74% 68%, #ffffff6b, #0000 12%), radial-gradient(circle at 48% 83%, #ffffff59, #0000 15%), linear-gradient(105deg, #132a3e 0%, #426d93 42%, #77a8c7 100%);
  border-radius: 22px;
  align-items: center;
  min-height: 420px;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px #0000004d;
}

.showcase-banner:hover {
  color: #fff;
}

.showcase-camera {
  width: 44%;
  height: 290px;
  position: absolute;
  top: 58px;
  left: 4%;
  transform: rotate(-4deg);
}

.showcase-camera-body {
  background: linear-gradient(160deg, #d4e4ef, #537897 60%, #243f55);
  border-radius: 60% 20% 30% 45%;
  width: 70%;
  height: 100px;
  position: absolute;
  top: 10px;
  left: 20%;
  box-shadow: 0 18px 35px #00000059;
}

.showcase-camera-lens {
  background: radial-gradient(circle, #ff5060 0 7%, #263a4d 9% 35%, #07131c 37% 60%, #758b9b 62%);
  border: 9px solid #243a4c;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  position: absolute;
  bottom: -48px;
  right: -25px;
  box-shadow: 0 0 28px #ff2337b3;
}

.showcase-camera-arm {
  border-bottom: 28px solid #b7cad7;
  border-left: 22px solid #8da7b8;
  width: 58%;
  height: 130px;
  position: absolute;
  top: 115px;
  left: 8%;
  transform: skewX(-12deg);
}

.showcase-banner-content {
  text-align: center;
  z-index: 2;
  width: 53%;
  margin-left: auto;
  position: relative;
}

.showcase-banner-content h1 {
  letter-spacing: 1px;
  text-shadow: 5px 8px #00000059;
  text-transform: uppercase;
  margin: 36px 0 4px;
  font-family: Impact, Arial Narrow, sans-serif;
  font-size: clamp(38px, 4vw, 78px);
}

.showcase-banner-line {
  background: #fff;
  width: 100%;
  height: 5px;
  box-shadow: 0 7px #0006;
}

.showcase-banner-content p {
  text-align: right;
  text-transform: uppercase;
  margin: 8px 0 0;
  font-size: clamp(18px, 2vw, 34px);
}

.showcase-banner-content span {
  color: #101820;
  margin: 4px 0 14px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: clamp(13px, 1.1vw, 20px);
  display: block;
}

.showcase-banner-content b {
  color: #604713;
  background: #ffc342;
  border-radius: 10px;
  padding: 6px 13px;
  font-size: 13px;
  display: inline-block;
  box-shadow: 0 3px 7px #0006;
}

.showcase-dots {
  gap: 17px;
  display: flex;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
}

.showcase-dots i {
  background: #455760;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.showcase-dots i.active {
  background: #ffb400;
  border-radius: 999px;
  width: 25px;
}

@media (max-width: 1250px) {
  .home-showcase {
    grid-template-columns: 1fr;
  }

  .showcase-category {
    min-height: 340px;
  }
}

@media (max-width: 700px) {
  .home-showcase {
    gap: 16px;
    padding: 14px;
  }

  .showcase-categories {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    gap: 12px;
    padding-bottom: 6px;
    overflow-x: auto;
  }

  .showcase-category {
    min-height: 260px;
  }

  .showcase-category-art {
    gap: 25px;
    padding: 22px 10px;
  }

  .showcase-category-art strong {
    font-size: 15px;
  }

  .showcase-category-icons {
    gap: 8px;
  }

  .showcase-category-icons i, .showcase-category-icons i:last-child {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .showcase-category > span {
    padding: 5px 8px;
    font-size: 11px;
    bottom: 24px;
  }

  .showcase-banner {
    min-height: 280px;
    padding: 20px;
  }

  .showcase-camera {
    opacity: .55;
    transform-origin: 0;
    width: 65%;
    transform: scale(.75);
  }

  .showcase-banner-content {
    width: 72%;
  }

  .showcase-banner-content h1 {
    margin-top: 35px;
    font-size: 35px;
  }
}

.admin-dashboard {
  background: #fff;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: calc(100vh - 110px);
  display: grid;
}

.admin-sidebar {
  background: #fff;
  border-right: 1px solid #e8eaf0;
  flex-direction: column;
  min-height: calc(100vh - 110px);
  padding: 28px 20px;
  display: flex;
}

.admin-sidebar-brand {
  color: #f3a719;
  letter-spacing: -1px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.admin-sidebar-brand span {
  color: #101b50;
}

.admin-profile {
  border-bottom: 1px solid #edf0f5;
  align-items: center;
  gap: 11px;
  margin: 25px 0 20px;
  padding-bottom: 20px;
  display: flex;
}

.admin-avatar {
  color: #fff;
  background: #101b50;
  border-radius: 12px;
  flex: 0 0 42px;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-family: PoppinsBold, Arial, sans-serif;
  display: flex;
}

.admin-profile div:last-child {
  min-width: 0;
  display: grid;
}

.admin-profile strong {
  color: #20242d;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
}

.admin-profile span {
  color: #9a9faa;
  font-size: 11px;
}

.admin-sidebar-nav {
  gap: 6px;
  display: grid;
}

.admin-sidebar-nav a, .admin-sidebar-logout {
  color: #687080;
  border-radius: 8px;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: background .2s, color .2s;
  display: flex;
}

.admin-sidebar-nav a i, .admin-sidebar-logout i {
  text-align: center;
  width: 16px;
}

.admin-sidebar-nav a:hover, .admin-sidebar-nav a.active {
  color: #101b50;
  background: #f2f4ff;
}

.admin-sidebar-logout {
  color: #d94c4c;
  border-top: 1px solid #edf0f5;
  border-radius: 0;
  width: 100%;
  padding-top: 20px;
}

.admin-sidebar-logout-form {
  margin-top: auto;
}

.admin-sidebar-logout-form button {
  cursor: pointer;
  background: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.admin-dashboard-content {
  background: #fff;
  gap: 22px;
  min-width: 0;
  padding: 30px clamp(20px, 3vw, 44px) 54px;
  display: grid;
}

.admin-dashboard-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.admin-dashboard-header p, .admin-section-heading span {
  color: #9ba1ad;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 11px;
}

.admin-dashboard-header h1 {
  color: #1e222b;
  margin: 0 0 3px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(26px, 2.5vw, 36px);
}

.admin-dashboard-header > div > span {
  color: #8a909c;
  font-size: 13px;
}

.admin-view-site {
  color: #303641;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
}

.admin-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.admin-payment-stats, .admin-category-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-plan-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-stat-card, .admin-white-panel {
  background: #fff;
  border: 1px solid #e9ebf0;
  border-radius: 12px;
  box-shadow: 0 5px 18px #1a233709;
}

.admin-stat-card {
  padding: 18px;
  display: grid;
}

.admin-stat-icon {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  font-size: 14px;
  display: flex;
}

.admin-stat-icon.income {
  color: #25a76c;
  background: #e9f9f1;
}

.admin-stat-icon.business {
  color: #5b65d8;
  background: #eef0ff;
}

.admin-stat-icon.user {
  color: #e19a28;
  background: #fff4e5;
}

.admin-stat-icon.pending {
  color: #dc6258;
  background: #fff0ef;
}

.admin-stat-icon.category {
  color: #2189a5;
  background: #e9f7fb;
}

.admin-stat-icon.subcategory {
  color: #8a55c5;
  background: #f4ecff;
}

.admin-stat-card > span {
  color: #8d939e;
  font-size: 12px;
}

.admin-stat-card > strong {
  color: #20242d;
  margin: 3px 0;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 27px;
}

.admin-stat-card small {
  color: #a5aab3;
  font-size: 10px;
}

.admin-overview-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr);
  gap: 18px;
  display: grid;
}

.admin-white-panel {
  min-width: 0;
  padding: 22px;
}

.admin-white-panel > h2, .admin-section-heading h2 {
  color: #242932;
  margin: 0 0 18px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 18px;
}

.admin-section-heading {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.admin-section-heading h2 {
  margin: 0;
}

.admin-section-heading > strong {
  color: #687080;
  background: #f3f4f8;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
}

.admin-business-list {
  display: grid;
}

.admin-business-list > div {
  border-top: 1px solid #f0f1f4;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  display: grid;
}

.admin-business-mark {
  color: #4e5dc5;
  background: #f2f4ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 12px;
  display: flex;
}

.admin-business-list > div > div {
  display: grid;
}

.admin-business-list strong {
  color: #343943;
  font-size: 12px;
}

.admin-business-list small {
  color: #a1a6af;
  font-size: 10px;
}

.admin-status {
  color: #777;
  text-transform: capitalize;
  background: #f4f4f4;
  border-radius: 999px;
  padding: 5px 7px;
  font-size: 9px;
}

.admin-status.active {
  color: #239760;
  background: #e8f8ef;
}

.admin-status.pending_payment, .admin-status.pending_review {
  color: #bc7c16;
  background: #fff5e4;
}

.admin-status.suspended, .admin-status.rejected, .admin-status.expired {
  color: #c8514a;
  background: #fff0ef;
}

.admin-status-summary {
  gap: 10px;
  display: grid;
}

.admin-status-summary div {
  background: #fafbfc;
  border: 1px solid #f0f1f4;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  padding: 13px;
  display: flex;
}

.admin-status-summary span {
  color: #747b87;
  font-size: 12px;
}

.admin-status-summary strong {
  color: #252a34;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 16px;
}

.admin-dashboard .admin-grid {
  gap: 18px;
}

.admin-dashboard .stack-form label, .admin-dashboard .form-grid label {
  color: #626976;
  font-size: 12px;
}

.admin-dashboard input, .admin-dashboard textarea, .admin-dashboard select {
  border-color: #e3e6eb;
  font-size: 12px;
}

.admin-dashboard input[type="file"] {
  cursor: pointer;
  background: #fafbfc;
  padding: 7px;
}

.admin-dashboard input[type="file"]::file-selector-button {
  color: #fff;
  cursor: pointer;
  font: inherit;
  background: #101b50;
  border: 0;
  border-radius: 6px;
  margin-right: 10px;
  padding: 8px 11px;
}

.admin-field-help {
  color: #9ca2ad;
  font-size: 10px;
  font-weight: 400;
}

.admin-image-preview {
  background-color: #0000;
  background-image: linear-gradient(45deg, #f4f5f7 25%, #0000 25%), linear-gradient(-45deg, #f4f5f7 25%, #0000 25%), linear-gradient(45deg, #0000 75%, #f4f5f7 75%), linear-gradient(-45deg, #0000 75%, #f4f5f7 75%);
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: 16px 16px;
  background-attachment: scroll, scroll, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box, border-box;
  border: 1px solid #e3e6eb;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  margin-top: 5px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.admin-image-preview img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.admin-dashboard .primary-button {
  background: #101b50;
  font-size: 12px;
}

.admin-dashboard .category-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-dashboard .category-list article {
  border-color: #edf0f4;
  grid-template-columns: 68px 1fr;
  padding: 10px;
}

.admin-dashboard .category-list img {
  object-fit: contain;
  width: 68px;
  height: 58px;
}

.admin-dashboard .category-list h3 {
  font-size: 12px;
}

.admin-dashboard .category-list p {
  margin: 3px 0;
  font-size: 10px;
}

.admin-dashboard .table-wrap {
  border: 1px solid #eef0f3;
  border-radius: 8px;
}

.admin-dashboard th {
  color: #777e89;
  text-transform: uppercase;
  background: #fafbfc;
  font-size: 10px;
}

.admin-dashboard td {
  color: #555d69;
  font-size: 11px;
}

.admin-dashboard th, .admin-dashboard td {
  border-color: #eef0f3;
  padding: 10px;
}

.admin-dashboard .inline-form button {
  min-height: 34px;
  padding: 0 10px;
}

.admin-row-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  display: flex;
}

.admin-row-actions form {
  margin: 0;
}

.admin-row-actions button, .admin-delete-button {
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  min-height: 30px;
  padding: 0 9px;
  font-size: 10px;
}

.admin-row-actions button:not(.admin-delete-button) {
  color: #fff;
  background: #101b50;
}

.admin-delete-button {
  color: #c8514a;
  background: #fff0ef;
}

.admin-dashboard td input, .admin-dashboard td select {
  min-width: 110px;
  padding: 7px 8px;
}

.admin-homepage-items {
  gap: 18px;
  display: grid;
}

.admin-homepage-item {
  border: 1px solid #edf0f4;
  border-radius: 12px;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 16px;
  display: grid;
}

.admin-homepage-item > img {
  object-fit: cover;
  background: #f4f5f7;
  border-radius: 10px;
  width: 100%;
  height: 220px;
}

.admin-homepage-item > .admin-row-actions {
  grid-column: 2;
}

.admin-popular-list {
  gap: 10px;
  display: grid;
}

.admin-popular-list > div {
  border: 1px solid #edf0f4;
  border-radius: 9px;
  grid-template-columns: minmax(120px, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  display: grid;
}

.admin-popular-list .inline-form {
  gap: 6px;
  display: flex;
}

.admin-popular-list input {
  width: 75px;
}

.content-page {
  background: #f7f8fb;
  min-height: calc(100vh - 110px);
  padding: 48px 20px 72px;
}

.content-page-panel {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  box-shadow: 0 16px 45px #101b5012;
}

.contact-page-panel {
  max-width: 1320px;
}

.content-page-panel h1 {
  color: #101b50;
  margin: 0 0 28px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.15;
}

.content-page-copy {
  color: #626976;
  font-size: 16px;
  line-height: 1.8;
}

.about-bottom-copy {
  border-top: 1px solid #eaecf2;
  margin-top: 34px;
  padding-top: 28px;
}

.about-bottom-copy h2 {
  color: #101b50;
  margin: 0 0 18px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}

.contact-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  display: grid;
}

.contact-detail-grid > * {
  color: #343943;
  background: #f8f9fc;
  border: 1px solid #eaecf2;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.contact-detail-grid i {
  color: #f3a719;
  font-size: 20px;
}

.contact-detail-grid span {
  overflow-wrap: anywhere;
  display: grid;
}

.contact-detail-grid small {
  color: #9298a4;
  text-transform: uppercase;
  font-size: 10px;
}

.contact-map {
  border: 1px solid #eaecf2;
  border-radius: 12px;
  width: 100%;
  height: clamp(420px, 56vw, 720px);
  margin-top: 32px;
  overflow: hidden;
}

.contact-map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1100px) {
  .admin-stat-grid, .admin-dashboard .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .admin-dashboard {
    display: block;
  }

  .admin-sidebar {
    border-bottom: 1px solid #e8eaf0;
    border-right: 0;
    min-height: auto;
    padding: 14px;
  }

  .admin-profile {
    display: none;
  }

  .admin-sidebar-nav {
    gap: 5px;
    margin-top: 12px;
    padding-bottom: 4px;
    display: flex;
    overflow-x: auto;
  }

  .admin-sidebar-nav a {
    flex: none;
  }

  .admin-sidebar-logout-form {
    display: none;
  }

  .admin-overview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .admin-dashboard-content {
    padding: 22px 12px 40px;
  }

  .admin-dashboard-header {
    align-items: flex-start;
    gap: 15px;
  }

  .admin-view-site {
    font-size: 0;
  }

  .admin-view-site i {
    font-size: 12px;
  }

  .admin-stat-grid, .admin-dashboard .admin-grid, .admin-dashboard .category-list {
    grid-template-columns: 1fr;
  }

  .admin-business-list > div {
    grid-template-columns: 34px 1fr;
  }

  .admin-business-list .admin-status {
    grid-column: 2;
    justify-self: start;
  }

  .admin-homepage-item {
    grid-template-columns: 1fr;
  }

  .admin-homepage-item > .admin-row-actions {
    grid-column: 1;
  }

  .admin-popular-list > div, .contact-detail-grid {
    grid-template-columns: 1fr;
  }
}

.home-showcase {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 24px 72px;
  display: block;
}

.showcase-heading {
  color: #292929;
  margin: 0 0 46px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 31px);
}

.showcase-heading span {
  color: #ed5a3b;
}

.showcase-categories {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 24px;
  display: grid;
}

.showcase-category {
  text-align: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 154px;
  padding: 14px 10px 12px;
  display: flex;
  overflow: hidden;
}

.showcase-category:before, .showcase-category:after {
  display: none;
}

.showcase-category:hover {
  border-color: #f0b34a;
  transform: translateY(-3px);
  box-shadow: 0 12px 26px #101b501c;
}

.showcase-category.db-category-card img {
  object-fit: contain;
  border-radius: 0;
  width: 110px;
  height: 94px;
}

.showcase-category > span {
  color: #242424;
  background: none;
  margin-top: 8px;
  padding: 0;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  position: static;
  bottom: auto;
  left: auto;
}

.category-results-page {
  width: 100%;
  max-width: 1180px;
  min-height: 620px;
  margin: 0 auto;
  padding: 34px 24px 64px;
}

.results-breadcrumb {
  color: #555;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  font-size: 13px;
  display: flex;
}

.results-breadcrumb a {
  color: #777;
  text-decoration: none;
}

.results-breadcrumb i {
  font-size: 9px;
}

.results-count {
  color: #2476cf;
  margin: 0 0 14px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 14px;
}

.results-title {
  color: #292929;
  margin: 0 0 22px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(19px, 1.8vw, 25px);
}

.results-title span {
  color: #ee5a4b;
}

.category-results-layout {
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  display: grid;
}

.subcategory-sidebar {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  position: sticky;
  top: 132px;
  overflow: hidden;
}

.subcategory-sidebar h2 {
  color: #fff;
  background: #101b50;
  margin: 0;
  padding: 13px 14px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 13px;
}

.subcategory-sidebar nav {
  padding: 7px;
  display: grid;
}

.subcategory-sidebar a {
  color: #5e626a;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 10px 9px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.subcategory-sidebar a i {
  color: #a4a8af;
  text-align: center;
  width: 10px;
  font-size: 8px;
}

.subcategory-sidebar a:hover, .subcategory-sidebar a.active {
  color: #101b50;
  background: #f2f4ff;
}

.subcategory-sidebar a.active i {
  color: #f3a719;
}

.results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.result-card {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  flex-direction: column;
  min-width: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 9px #00000014;
}

.result-card-detail-link {
  color: inherit;
  flex: 1;
  text-decoration: none;
  display: block;
}

.result-card-media {
  position: relative;
}

.result-card-logo {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  position: absolute;
  top: 14px;
  right: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px #00000029;
}

.result-card-logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.result-card-logo:empty, .business-detail-logo:empty {
  display: none;
}

.result-card-image, .result-card-placeholder {
  width: 100%;
  height: 230px;
}

.result-card-image {
  object-fit: cover;
}

.result-card-placeholder {
  color: #fff;
  background: linear-gradient(135deg, #101b50, #2e4a9a);
  justify-content: center;
  align-items: center;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 48px;
  display: flex;
}

.result-card-body {
  padding: 20px 20px 12px;
}

.result-card h2 {
  color: #222;
  margin: 0 0 8px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.35;
}

.result-card-category {
  color: #171717;
  background: #ffb400;
  border-radius: 0 8px 8px 0;
  padding: 7px 11px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.result-rating-row {
  align-items: center;
  gap: 8px;
  margin: 12px 0 10px;
  display: flex;
}

.result-rating-stars {
  color: #ffad00;
  letter-spacing: 1px;
  font-size: 21px;
}

.result-rating-row > strong {
  color: #fff;
  background: #49ad58;
  border-radius: 8px;
  padding: 5px 9px;
  font-size: 16px;
}

.result-rating-row small {
  color: #aaaeb6;
  font-size: 12px;
}

.result-card-actions {
  align-items: center;
  gap: 9px;
  padding: 8px 20px 20px;
  display: flex;
}

.result-details-button {
  color: #101b50;
  border: 1px solid #101b50;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  text-decoration: none;
}

.business-detail-page {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 34px 24px 90px;
}

.business-detail-hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .9fr);
  align-items: stretch;
  gap: 32px;
  display: grid;
}

.business-detail-cover {
  background: #f3f4f7;
  border: 1px solid #e4e6eb;
  border-radius: 14px;
  min-height: 360px;
  overflow: hidden;
}

.business-detail-cover img, .business-detail-cover .result-card-placeholder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.business-detail-summary {
  padding: 12px 0;
}

.business-detail-logo {
  background: #fff;
  border: 1px solid #e4e6eb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  margin-bottom: 18px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 22px #00000014;
}

.business-detail-logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.business-detail-summary h1 {
  color: #171717;
  margin: 0 0 14px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
}

.business-detail-summary h1 span {
  color: #5274df;
  font-size: 13px;
}

.business-detail-summary h1 span i {
  color: #ed6b35;
}

.business-detail-rating {
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  display: flex;
}

.business-detail-rating > span {
  color: #ffad00;
  letter-spacing: 2px;
  font-size: 28px;
}

.business-detail-rating strong {
  color: #fff;
  background: #49ad58;
  border-radius: 7px;
  padding: 6px 9px;
}

.business-detail-rating small {
  color: #a0a4ad;
}

.business-detail-summary h2 {
  color: #666;
  text-transform: uppercase;
  font-size: 18px;
}

.business-detail-actions {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  display: flex;
}

.business-detail-actions a {
  color: #fff;
  background: #0f85c7;
  border-radius: 7px;
  padding: 11px 15px;
  font-family: PoppinsMedium, Arial, sans-serif;
  text-decoration: none;
}

.business-detail-actions a.whatsapp {
  background: #18b900;
}

.business-detail-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr);
  align-items: start;
  gap: 24px;
  margin-top: 28px;
  display: grid;
}

.business-detail-panel, .business-rating-panel {
  background: #fff;
  border: 1px solid #e4e6eb;
  border-radius: 10px;
  padding: 26px;
  box-shadow: 0 3px 10px #0000000a;
}

.business-detail-panel h2, .business-rating-panel h2 {
  color: #222;
  margin: 0 0 17px;
  font-family: PoppinsBold, Arial, sans-serif;
  font-size: 18px;
}

.business-detail-panel p {
  color: #666;
  line-height: 1.7;
}

.business-rating-panel {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  display: flex;
}

.business-rating-panel h2, .business-rating-panel p {
  margin: 0;
}

.business-rating-buttons {
  display: flex;
}

.business-rating-buttons button {
  color: #d8d8d8;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 2px;
  font-size: 34px;
}

.business-rating-buttons button:hover, .business-rating-buttons button.selected {
  color: #ffad00;
}

.rating-message {
  color: #39734a;
  flex-basis: 100%;
}

.result-card h2 span {
  color: #3385de;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.result-card h2 span i {
  color: #f0a51a;
}

.result-new-listing, .result-address, .result-open, .result-description {
  color: #6d6d6d;
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.55;
}

.result-new-listing {
  color: #b2b2b2;
}

.result-top-listing {
  color: #d48a00;
  margin: 0 0 8px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 11px;
}

.result-top-listing i {
  color: #f3a719;
}

.top-listing-card {
  border-color: #f3c45f;
  box-shadow: 0 4px 14px #f3a71929;
}

.result-open b {
  color: #f05543;
}

.result-tags {
  flex-wrap: wrap;
  gap: 4px;
  margin: 10px 0;
  display: flex;
}

.result-tags span, .result-tags a {
  color: #555;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 4px 6px;
  font-size: 9px;
  text-decoration: none;
}

.result-tags .category-tag {
  color: #6652d7;
}

.result-description {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.result-call-button {
  color: #fff;
  background: #101b50;
  border-radius: 5px;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  padding: 8px 12px;
  font-family: PoppinsMedium, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
}

.result-call-button:hover {
  color: #fff;
  background: #1d327c;
}

.search-category-matches {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -14px 0 28px;
  display: flex;
}

.search-category-matches > span {
  color: #6f7682;
  font-size: 12px;
}

.search-category-matches a {
  color: #101b50;
  background: #f2f4ff;
  border: 1px solid #e2e6fa;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .showcase-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .category-results-layout {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-detail-hero, .business-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-showcase {
    padding: 34px 14px 48px;
  }

  .showcase-heading {
    margin-bottom: 28px;
  }

  .showcase-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
  }

  .showcase-category {
    min-height: 112px;
    padding: 10px 8px;
  }

  .showcase-category.db-category-card img {
    object-fit: contain;
    width: 96px;
    height: 70px;
  }

  .showcase-category > span {
    margin-top: 6px;
    font-size: 12px;
  }

  .category-results-page {
    padding: 24px 14px 44px;
  }

  .category-results-layout {
    display: block;
  }

  .subcategory-sidebar {
    margin-bottom: 18px;
    position: static;
  }

  .subcategory-sidebar h2 {
    padding: 11px 12px;
  }

  .subcategory-sidebar nav {
    gap: 5px;
    padding: 8px;
    display: flex;
    overflow-x: auto;
  }

  .subcategory-sidebar a {
    flex: none;
    padding: 8px 10px;
  }

  .results-breadcrumb {
    margin-bottom: 24px;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }

  .result-card-image, .result-card-placeholder {
    height: 210px;
    min-height: 210px;
  }
}

.button-loading, button[data-button-loading="true"] {
  pointer-events: none;
  position: relative;
  cursor: wait !important;
}

button[data-button-loading="true"] {
  color: #0000 !important;
}

button[data-button-loading="true"] > * {
  visibility: hidden;
}

button[data-button-loading="true"]:after {
  content: "";
  border: 2px solid #f973164d;
  border-top-color: #f97316;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  animation: .7s linear infinite button-spinner-rotate;
  position: absolute;
  top: 50%;
  left: 50%;
}

.register-submit-loading {
  justify-content: center;
  align-items: center;
  gap: 9px;
  display: inline-flex;
}

@keyframes button-spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=app_06q9951._.css.map*/