/*!
Theme Name: Lightspeed WordPress + Tailwind
*/

/* The WordPress theme file header goes here. */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

/* All of the existing CSS goes here. */

.tw-relative {
  position: relative !important
}

.tw-top-\[6px\] {
  top: 6px !important
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.tw-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important
}

.tw-mb-0 {
  margin-bottom: 0px !important
}

.tw-mb-3 {
  margin-bottom: 0.75rem !important
}

.tw-mb-6 {
  margin-bottom: 1.5rem !important
}

.tw-ml-8 {
  margin-left: 2rem !important
}

.tw-mr-3 {
  margin-right: 0.75rem !important
}

.tw-mt-4 {
  margin-top: 1rem !important
}

.tw-mt-4\.5 {
  margin-top: 1.125rem !important
}

.tw-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

.tw-grid {
  display: -ms-grid !important;
  display: grid !important
}

.tw-max-w-\[255px\] {
  max-width: 255px !important
}

.tw-max-w-\[500px\] {
  max-width: 500px !important
}

.tw-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important
}

.tw-cursor-pointer {
  cursor: pointer !important
}

.tw-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important
}

.tw-grid-cols-\[max-content\] {
  -ms-grid-columns: max-content !important;
      grid-template-columns: max-content !important
}

.tw-justify-center {
  -ms-flex-pack: center !important;
      justify-content: center !important
}

.tw-justify-items-center {
  -ms-grid-column-align: center !important;
      justify-items: center !important
}

.tw-gap-y-\[3\.75rem\] {
  row-gap: 3.75rem !important
}

.tw-rounded-md {
  border-radius: 0.375rem !important
}

.tw-border-1 {
  border-width: 1px !important
}

.tw-border-solid {
  border-style: solid !important
}

.tw-border-lightmid {
  --tw-border-opacity: 1 !important;
  border-color: rgb(221 221 221 / var(--tw-border-opacity)) !important
}

.tw-pb-4 {
  padding-bottom: 1rem !important
}

.tw-pb-4\.5 {
  padding-bottom: 1.125rem !important
}

.tw-pb-6 {
  padding-bottom: 1.5rem !important
}

.tw-pl-6 {
  padding-left: 1.5rem !important
}

.tw-pr-18 {
  padding-right: 4.5rem !important
}

.tw-pt-4 {
  padding-top: 1rem !important
}

.tw-pt-4\.5 {
  padding-top: 1.125rem !important
}

.tw-font-lsBold {
  font-family: lsBold, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

.tw-font-lsMedium {
  font-family: lsMedium, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

.tw-text-\[2\.875rem\] {
  font-size: 2.875rem !important
}

.tw-leading-\[43px\] {
  line-height: 43px !important
}

.tw-text-darkest {
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity)) !important
}

.tw-text-darkmid {
  --tw-text-opacity: 1 !important;
  color: rgb(43 43 43 / var(--tw-text-opacity)) !important
}

.tw-text-highlight {
  --tw-text-opacity: 1 !important;
  color: rgb(232 28 28 / var(--tw-text-opacity)) !important
}

.tw-text-light {
  --tw-text-opacity: 1 !important;
  color: rgb(240 240 240 / var(--tw-text-opacity)) !important
}

.tw-text-lightest {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.before\:tw-absolute::before {
  content: var(--tw-content) !important;
  position: absolute !important
}

.before\:tw-bottom-0::before {
  content: var(--tw-content) !important;
  bottom: 0px !important
}

.before\:tw-left-\[-20px\]::before {
  content: var(--tw-content) !important;
  left: -20px !important
}

.before\:tw-top-0::before {
  content: var(--tw-content) !important;
  top: 0px !important
}

.before\:tw-block::before {
  content: var(--tw-content) !important;
  display: block !important
}

.before\:tw-w-\[3px\]::before {
  content: var(--tw-content) !important;
  width: 3px !important
}

.before\:tw-bg-darkest::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity)) !important
}

.before\:tw-bg-highlight::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 28 28 / var(--tw-bg-opacity)) !important
}

.before\:tw-bg-light::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity)) !important
}

.before\:tw-bg-lightest::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}

.before\:tw-content-\[\'\'\]::before {
  --tw-content: '' !important;
  content: var(--tw-content) !important
}

@media (min-width: 960px) {
  .tab\:tw-max-w-\[100\%\] {
    max-width: 100% !important
  }

  .tab\:tw-grid-cols-\[repeat\(2\2c auto\)\] {
    -ms-grid-columns: (auto)[2] !important;
        grid-template-columns: repeat(2,auto) !important
  }

  .tab\:tw-grid-cols-\[repeat\(3\2c auto\)\] {
    -ms-grid-columns: (auto)[3] !important;
        grid-template-columns: repeat(3,auto) !important
  }

  .tab\:tw-justify-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important
  }

  .tab\:tw-gap-x-12 {
    column-gap: 3rem !important
  }

  .tab\:tw-gap-x-36 {
    column-gap: 9rem !important
  }

  .tab\:tw-text-\[3\.125rem\] {
    font-size: 3.125rem !important
  }
}