/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 100;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-Thin.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-Thin.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: italic;

  font-weight: 100;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-ThinItalic.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-ThinItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 200;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-ExtraLight.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-ExtraLight.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: italic;

  font-weight: 200;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-ExtraLightItalic.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-ExtraLightItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-Light.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-Light.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: italic;

  font-weight: 300;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-LightItalic.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-LightItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-Regular.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-Regular.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: italic;

  font-weight: 400;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-Italic.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-Italic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-Medium.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-Medium.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: italic;

  font-weight: 500;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-MediumItalic.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-MediumItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-SemiBold.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: italic;

  font-weight: 600;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-SemiBoldItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-Bold.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-Bold.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: italic;

  font-weight: 700;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-BoldItalic.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-BoldItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 800;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-ExtraBold.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-ExtraBold.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: italic;

  font-weight: 800;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-ExtraBoldItalic.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-ExtraBoldItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-Black.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-Black.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';

  font-style: italic;

  font-weight: 900;

  font-display: swap;

  src: url("https://rsms.me/inter/font-files/Inter-BlackItalic.woff2?v=3.19") format("woff2"), url("https://rsms.me/inter/font-files/Inter-BlackItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter var';

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://rsms.me/inter/font-files/Inter-roman.var.woff2?v=3.19') format('woff2');

  font-named-instance: 'Regular';
}

@font-face {
  font-family: 'Inter var';

  font-style: italic;

  font-weight: 100 900;

  font-display: swap;

  src: url('https://rsms.me/inter/font-files/Inter-italic.var.woff2?v=3.19') format('woff2');

  font-named-instance: 'Italic';
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

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

.lsb-fixed {
  position: fixed !important;
}

.lsb-absolute {
  position: absolute !important;
}

.lsb-relative {
  position: relative !important;
}

.lsb-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.lsb-top-2 {
  top: 0.5rem !important;
}

.lsb-right-2 {
  right: 0.5rem !important;
}

.lsb-bottom-3 {
  bottom: 0.75rem !important;
}

.lsb-left-0 {
  left: 0px !important;
}

.lsb-left-64 {
  left: 16rem !important;
}

.lsb-top-0 {
  top: 0px !important;
}

.lsb-z-10 {
  z-index: 10 !important;
}

.lsb-z-50 {
  z-index: 50 !important;
}

.lsb-col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.lsb-col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.lsb-col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.lsb-mt-3 {
  margin-top: 0.75rem !important;
}

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

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

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

.lsb-ml-3 {
  margin-left: 0.75rem !important;
}

.-lsb-ml-1 {
  margin-left: -0.25rem !important;
}

.lsb-ml-1 {
  margin-left: 0.25rem !important;
}

.lsb-block {
  display: block !important;
}

.lsb-flex {
  display: flex !important;
}

.lsb-grid {
  display: grid !important;
}

.lsb-hidden {
  display: none !important;
}

.lsb-h-screen {
  height: 100vh !important;
}

.lsb-w-60 {
  width: 15rem !important;
}

.lsb-flex-1 {
  flex: 1 1 0% !important;
}

.lsb-flex-grow {
  flex-grow: 1 !important;
}

.lsb-basis-0 {
  flex-basis: 0px !important;
}

.lsb-cursor-pointer {
  cursor: pointer !important;
}

.lsb-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.lsb-flex-col {
  flex-direction: column !important;
}

.lsb-flex-wrap {
  flex-wrap: wrap !important;
}

.lsb-items-center {
  align-items: center !important;
}

.lsb-justify-center {
  justify-content: center !important;
}

.lsb-justify-between {
  justify-content: space-between !important;
}

.lsb-gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.lsb-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.lsb-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.lsb-overflow-auto {
  overflow: auto !important;
}

.lsb-overflow-hidden {
  overflow: hidden !important;
}

.lsb-overflow-y-auto {
  overflow-y: auto !important;
}

.lsb-overflow-x-scroll {
  overflow-x: scroll !important;
}

.lsb-whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.lsb-break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.lsb-rounded {
  border-radius: 0.25rem !important;
}

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

.lsb-border {
  border-width: 1px !important;
}

.lsb-border-b {
  border-bottom-width: 1px !important;
}

.lsb-border-l {
  border-left-width: 1px !important;
}

.lsb-border-slate-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}

.lsb-border-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}

.lsb-border-slate-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}

.lsb-border-slate-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}

.lsb-bg-slate-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}

.lsb-bg-slate-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}

.lsb-bg-slate-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
}

.lsb-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.lsb-p-2 {
  padding: 0.5rem !important;
}

.lsb-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.lsb-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.lsb-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.lsb-py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.lsb-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.lsb-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.lsb-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.lsb-pb-24 {
  padding-bottom: 6rem !important;
}

.lsb-pr-2 {
  padding-right: 0.5rem !important;
}

.lsb-pr-1 {
  padding-right: 0.25rem !important;
}

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

.lsb-pl-1 {
  padding-left: 0.25rem !important;
}

.lsb-pr-1\.5 {
  padding-right: 0.375rem !important;
}

.lsb-pl-4 {
  padding-left: 1rem !important;
}

.lsb-text-center {
  text-align: center !important;
}

.lsb-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.lsb-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.lsb-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.lsb-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.lsb-font-extrabold {
  font-weight: 800 !important;
}

.lsb-font-medium {
  font-weight: 500 !important;
}

.lsb-font-bold {
  font-weight: 700 !important;
}

.lsb-uppercase {
  text-transform: uppercase !important;
}

.lsb-leading-7 {
  line-height: 1.75rem !important;
}

.lsb-tracking-tight {
  letter-spacing: -0.025em !important;
}

.lsb-text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
}

.lsb-text-slate-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}

.lsb-text-slate-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}

.lsb-text-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.lsb-text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(67 56 202 / var(--tw-text-opacity)) !important;
}

.lsb-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.lsb-text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}

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

.lsb-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.lsb-shadow-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.lsb-transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.lsb-duration-500 {
  transition-duration: 500ms !important;
}

.lsb-font-inter {
  font-family: 'Inter', system-ui, sans-serif !important;
}

@supports(font-variation-settings: normal) {
  .lsb-font-inter {
    font-family: 'Inter var', system-ui, sans-serif !important;
  }
}

.lsb-font-inter .lsb-font-feature-normal, .lsb-font-inter.lsb-font-feature-normal {
  font-feature-settings: normal !important;
}

.lsb-font-inter .lsb-font-feature-default,.lsb-font-inter.lsb-font-feature-default {
  font-feature-settings: "calt" 1, "kern" 1 !important;
}

.lsb-font-inter .lsb-text-xs, .lsb-font-inter.lsb-text-xs {
  line-height: 1rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.000490774em !important;
}

.lsb-font-inter .lsb-text-xs .lsb-tracking-tighter, .lsb-font-inter .lsb-text-xs.lsb-tracking-tighter, .lsb-font-inter.lsb-text-xs .lsb-tracking-tighter, .lsb-font-inter.lsb-text-xs.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-xs, .lsb-tracking-tighter .lsb-font-inter.lsb-text-xs {
  line-height: 1rem !important;
  font-size: 0.75rem !important;
  letter-spacing: -0.049509226em !important;
}

.lsb-font-inter .lsb-text-xs .lsb-tracking-tight, .lsb-font-inter .lsb-text-xs.lsb-tracking-tight, .lsb-font-inter.lsb-text-xs .lsb-tracking-tight, .lsb-font-inter.lsb-text-xs.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-xs, .lsb-tracking-tight .lsb-font-inter.lsb-text-xs {
  line-height: 1rem !important;
  font-size: 0.75rem !important;
  letter-spacing: -0.024509226em !important;
}

.lsb-font-inter .lsb-text-xs .lsb-tracking-normal, .lsb-font-inter .lsb-text-xs.lsb-tracking-normal, .lsb-font-inter.lsb-text-xs .lsb-tracking-normal, .lsb-font-inter.lsb-text-xs.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-xs, .lsb-tracking-normal .lsb-font-inter.lsb-text-xs {
  line-height: 1rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.000490774em !important;
}

.lsb-font-inter .lsb-text-xs .lsb-tracking-wide, .lsb-font-inter .lsb-text-xs.lsb-tracking-wide, .lsb-font-inter.lsb-text-xs .lsb-tracking-wide, .lsb-font-inter.lsb-text-xs.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-xs, .lsb-tracking-wide .lsb-font-inter.lsb-text-xs {
  line-height: 1rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.025490774em !important;
}

.lsb-font-inter .lsb-text-xs .lsb-tracking-wider, .lsb-font-inter .lsb-text-xs.lsb-tracking-wider, .lsb-font-inter.lsb-text-xs .lsb-tracking-wider, .lsb-font-inter.lsb-text-xs.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-xs, .lsb-tracking-wider .lsb-font-inter.lsb-text-xs {
  line-height: 1rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.050490774em !important;
}

.lsb-font-inter .lsb-text-xs .lsb-tracking-widest, .lsb-font-inter .lsb-text-xs.lsb-tracking-widest, .lsb-font-inter.lsb-text-xs .lsb-tracking-widest, .lsb-font-inter.lsb-text-xs.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-xs, .lsb-tracking-widest .lsb-font-inter.lsb-text-xs {
  line-height: 1rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.100490774em !important;
}

.lsb-font-inter .lsb-text-sm, .lsb-font-inter.lsb-text-sm {
  line-height: 1.25rem !important;
  font-size: 0.875rem !important;
  letter-spacing: -0.006223544em !important;
}

.lsb-font-inter .lsb-text-sm .lsb-tracking-tighter, .lsb-font-inter .lsb-text-sm.lsb-tracking-tighter, .lsb-font-inter.lsb-text-sm .lsb-tracking-tighter, .lsb-font-inter.lsb-text-sm.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-sm, .lsb-tracking-tighter .lsb-font-inter.lsb-text-sm {
  line-height: 1.25rem !important;
  font-size: 0.875rem !important;
  letter-spacing: -0.056223544em !important;
}

.lsb-font-inter .lsb-text-sm .lsb-tracking-tight, .lsb-font-inter .lsb-text-sm.lsb-tracking-tight, .lsb-font-inter.lsb-text-sm .lsb-tracking-tight, .lsb-font-inter.lsb-text-sm.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-sm, .lsb-tracking-tight .lsb-font-inter.lsb-text-sm {
  line-height: 1.25rem !important;
  font-size: 0.875rem !important;
  letter-spacing: -0.031223544em !important;
}

.lsb-font-inter .lsb-text-sm .lsb-tracking-normal, .lsb-font-inter .lsb-text-sm.lsb-tracking-normal, .lsb-font-inter.lsb-text-sm .lsb-tracking-normal, .lsb-font-inter.lsb-text-sm.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-sm, .lsb-tracking-normal .lsb-font-inter.lsb-text-sm {
  line-height: 1.25rem !important;
  font-size: 0.875rem !important;
  letter-spacing: -0.006223544em !important;
}

.lsb-font-inter .lsb-text-sm .lsb-tracking-wide, .lsb-font-inter .lsb-text-sm.lsb-tracking-wide, .lsb-font-inter.lsb-text-sm .lsb-tracking-wide, .lsb-font-inter.lsb-text-sm.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-sm, .lsb-tracking-wide .lsb-font-inter.lsb-text-sm {
  line-height: 1.25rem !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.018776456em !important;
}

.lsb-font-inter .lsb-text-sm .lsb-tracking-wider, .lsb-font-inter .lsb-text-sm.lsb-tracking-wider, .lsb-font-inter.lsb-text-sm .lsb-tracking-wider, .lsb-font-inter.lsb-text-sm.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-sm, .lsb-tracking-wider .lsb-font-inter.lsb-text-sm {
  line-height: 1.25rem !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.043776456em !important;
}

.lsb-font-inter .lsb-text-sm .lsb-tracking-widest, .lsb-font-inter .lsb-text-sm.lsb-tracking-widest, .lsb-font-inter.lsb-text-sm .lsb-tracking-widest, .lsb-font-inter.lsb-text-sm.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-sm, .lsb-tracking-widest .lsb-font-inter.lsb-text-sm {
  line-height: 1.25rem !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.093776456em !important;
}

.lsb-font-inter .lsb-text-base, .lsb-font-inter.lsb-text-base {
  line-height: 1.5rem !important;
  font-size: 1rem !important;
  letter-spacing: -0.010959779em !important;
}

.lsb-font-inter .lsb-text-base .lsb-tracking-tighter, .lsb-font-inter .lsb-text-base.lsb-tracking-tighter, .lsb-font-inter.lsb-text-base .lsb-tracking-tighter, .lsb-font-inter.lsb-text-base.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-base, .lsb-tracking-tighter .lsb-font-inter.lsb-text-base {
  line-height: 1.5rem !important;
  font-size: 1rem !important;
  letter-spacing: -0.060959779em !important;
}

.lsb-font-inter .lsb-text-base .lsb-tracking-tight, .lsb-font-inter .lsb-text-base.lsb-tracking-tight, .lsb-font-inter.lsb-text-base .lsb-tracking-tight, .lsb-font-inter.lsb-text-base.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-base, .lsb-tracking-tight .lsb-font-inter.lsb-text-base {
  line-height: 1.5rem !important;
  font-size: 1rem !important;
  letter-spacing: -0.035959779em !important;
}

.lsb-font-inter .lsb-text-base .lsb-tracking-normal, .lsb-font-inter .lsb-text-base.lsb-tracking-normal, .lsb-font-inter.lsb-text-base .lsb-tracking-normal, .lsb-font-inter.lsb-text-base.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-base, .lsb-tracking-normal .lsb-font-inter.lsb-text-base {
  line-height: 1.5rem !important;
  font-size: 1rem !important;
  letter-spacing: -0.010959779em !important;
}

.lsb-font-inter .lsb-text-base .lsb-tracking-wide, .lsb-font-inter .lsb-text-base.lsb-tracking-wide, .lsb-font-inter.lsb-text-base .lsb-tracking-wide, .lsb-font-inter.lsb-text-base.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-base, .lsb-tracking-wide .lsb-font-inter.lsb-text-base {
  line-height: 1.5rem !important;
  font-size: 1rem !important;
  letter-spacing: 0.014040221em !important;
}

.lsb-font-inter .lsb-text-base .lsb-tracking-wider, .lsb-font-inter .lsb-text-base.lsb-tracking-wider, .lsb-font-inter.lsb-text-base .lsb-tracking-wider, .lsb-font-inter.lsb-text-base.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-base, .lsb-tracking-wider .lsb-font-inter.lsb-text-base {
  line-height: 1.5rem !important;
  font-size: 1rem !important;
  letter-spacing: 0.039040221em !important;
}

.lsb-font-inter .lsb-text-base .lsb-tracking-widest, .lsb-font-inter .lsb-text-base.lsb-tracking-widest, .lsb-font-inter.lsb-text-base .lsb-tracking-widest, .lsb-font-inter.lsb-text-base.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-base, .lsb-tracking-widest .lsb-font-inter.lsb-text-base {
  line-height: 1.5rem !important;
  font-size: 1rem !important;
  letter-spacing: 0.089040221em !important;
}

.lsb-font-inter .lsb-text-lg, .lsb-font-inter.lsb-text-lg {
  line-height: 1.75rem !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.014300686em !important;
}

.lsb-font-inter .lsb-text-lg .lsb-tracking-tighter, .lsb-font-inter .lsb-text-lg.lsb-tracking-tighter, .lsb-font-inter.lsb-text-lg .lsb-tracking-tighter, .lsb-font-inter.lsb-text-lg.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-lg, .lsb-tracking-tighter .lsb-font-inter.lsb-text-lg {
  line-height: 1.75rem !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.064300686em !important;
}

.lsb-font-inter .lsb-text-lg .lsb-tracking-tight, .lsb-font-inter .lsb-text-lg.lsb-tracking-tight, .lsb-font-inter.lsb-text-lg .lsb-tracking-tight, .lsb-font-inter.lsb-text-lg.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-lg, .lsb-tracking-tight .lsb-font-inter.lsb-text-lg {
  line-height: 1.75rem !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.039300686em !important;
}

.lsb-font-inter .lsb-text-lg .lsb-tracking-normal, .lsb-font-inter .lsb-text-lg.lsb-tracking-normal, .lsb-font-inter.lsb-text-lg .lsb-tracking-normal, .lsb-font-inter.lsb-text-lg.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-lg, .lsb-tracking-normal .lsb-font-inter.lsb-text-lg {
  line-height: 1.75rem !important;
  font-size: 1.125rem !important;
  letter-spacing: -0.014300686em !important;
}

.lsb-font-inter .lsb-text-lg .lsb-tracking-wide, .lsb-font-inter .lsb-text-lg.lsb-tracking-wide, .lsb-font-inter.lsb-text-lg .lsb-tracking-wide, .lsb-font-inter.lsb-text-lg.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-lg, .lsb-tracking-wide .lsb-font-inter.lsb-text-lg {
  line-height: 1.75rem !important;
  font-size: 1.125rem !important;
  letter-spacing: 0.010699314em !important;
}

.lsb-font-inter .lsb-text-lg .lsb-tracking-wider, .lsb-font-inter .lsb-text-lg.lsb-tracking-wider, .lsb-font-inter.lsb-text-lg .lsb-tracking-wider, .lsb-font-inter.lsb-text-lg.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-lg, .lsb-tracking-wider .lsb-font-inter.lsb-text-lg {
  line-height: 1.75rem !important;
  font-size: 1.125rem !important;
  letter-spacing: 0.035699314em !important;
}

.lsb-font-inter .lsb-text-lg .lsb-tracking-widest, .lsb-font-inter .lsb-text-lg.lsb-tracking-widest, .lsb-font-inter.lsb-text-lg .lsb-tracking-widest, .lsb-font-inter.lsb-text-lg.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-lg, .lsb-tracking-widest .lsb-font-inter.lsb-text-lg {
  line-height: 1.75rem !important;
  font-size: 1.125rem !important;
  letter-spacing: 0.085699314em !important;
}

.lsb-font-inter .lsb-text-xl, .lsb-font-inter.lsb-text-xl {
  line-height: 1.75rem !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.016657339em !important;
}

.lsb-font-inter .lsb-text-xl .lsb-tracking-tighter, .lsb-font-inter .lsb-text-xl.lsb-tracking-tighter, .lsb-font-inter.lsb-text-xl .lsb-tracking-tighter, .lsb-font-inter.lsb-text-xl.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-xl, .lsb-tracking-tighter .lsb-font-inter.lsb-text-xl {
  line-height: 1.75rem !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.066657339em !important;
}

.lsb-font-inter .lsb-text-xl .lsb-tracking-tight, .lsb-font-inter .lsb-text-xl.lsb-tracking-tight, .lsb-font-inter.lsb-text-xl .lsb-tracking-tight, .lsb-font-inter.lsb-text-xl.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-xl, .lsb-tracking-tight .lsb-font-inter.lsb-text-xl {
  line-height: 1.75rem !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.041657339em !important;
}

.lsb-font-inter .lsb-text-xl .lsb-tracking-normal, .lsb-font-inter .lsb-text-xl.lsb-tracking-normal, .lsb-font-inter.lsb-text-xl .lsb-tracking-normal, .lsb-font-inter.lsb-text-xl.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-xl, .lsb-tracking-normal .lsb-font-inter.lsb-text-xl {
  line-height: 1.75rem !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.016657339em !important;
}

.lsb-font-inter .lsb-text-xl .lsb-tracking-wide, .lsb-font-inter .lsb-text-xl.lsb-tracking-wide, .lsb-font-inter.lsb-text-xl .lsb-tracking-wide, .lsb-font-inter.lsb-text-xl.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-xl, .lsb-tracking-wide .lsb-font-inter.lsb-text-xl {
  line-height: 1.75rem !important;
  font-size: 1.25rem !important;
  letter-spacing: 0.008342661em !important;
}

.lsb-font-inter .lsb-text-xl .lsb-tracking-wider, .lsb-font-inter .lsb-text-xl.lsb-tracking-wider, .lsb-font-inter.lsb-text-xl .lsb-tracking-wider, .lsb-font-inter.lsb-text-xl.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-xl, .lsb-tracking-wider .lsb-font-inter.lsb-text-xl {
  line-height: 1.75rem !important;
  font-size: 1.25rem !important;
  letter-spacing: 0.033342661em !important;
}

.lsb-font-inter .lsb-text-xl .lsb-tracking-widest, .lsb-font-inter .lsb-text-xl.lsb-tracking-widest, .lsb-font-inter.lsb-text-xl .lsb-tracking-widest, .lsb-font-inter.lsb-text-xl.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-xl, .lsb-tracking-widest .lsb-font-inter.lsb-text-xl {
  line-height: 1.75rem !important;
  font-size: 1.25rem !important;
  letter-spacing: 0.083342661em !important;
}

.lsb-font-inter .lsb-text-2xl, .lsb-font-inter.lsb-text-2xl {
  line-height: 2rem !important;
  font-size: 1.5rem !important;
  letter-spacing: -0.019492328em !important;
}

.lsb-font-inter .lsb-text-2xl .lsb-tracking-tighter, .lsb-font-inter .lsb-text-2xl.lsb-tracking-tighter, .lsb-font-inter.lsb-text-2xl .lsb-tracking-tighter, .lsb-font-inter.lsb-text-2xl.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-2xl, .lsb-tracking-tighter .lsb-font-inter.lsb-text-2xl {
  line-height: 2rem !important;
  font-size: 1.5rem !important;
  letter-spacing: -0.069492328em !important;
}

.lsb-font-inter .lsb-text-2xl .lsb-tracking-tight, .lsb-font-inter .lsb-text-2xl.lsb-tracking-tight, .lsb-font-inter.lsb-text-2xl .lsb-tracking-tight, .lsb-font-inter.lsb-text-2xl.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-2xl, .lsb-tracking-tight .lsb-font-inter.lsb-text-2xl {
  line-height: 2rem !important;
  font-size: 1.5rem !important;
  letter-spacing: -0.044492328em !important;
}

.lsb-font-inter .lsb-text-2xl .lsb-tracking-normal, .lsb-font-inter .lsb-text-2xl.lsb-tracking-normal, .lsb-font-inter.lsb-text-2xl .lsb-tracking-normal, .lsb-font-inter.lsb-text-2xl.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-2xl, .lsb-tracking-normal .lsb-font-inter.lsb-text-2xl {
  line-height: 2rem !important;
  font-size: 1.5rem !important;
  letter-spacing: -0.019492328em !important;
}

.lsb-font-inter .lsb-text-2xl .lsb-tracking-wide, .lsb-font-inter .lsb-text-2xl.lsb-tracking-wide, .lsb-font-inter.lsb-text-2xl .lsb-tracking-wide, .lsb-font-inter.lsb-text-2xl.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-2xl, .lsb-tracking-wide .lsb-font-inter.lsb-text-2xl {
  line-height: 2rem !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.005507672em !important;
}

.lsb-font-inter .lsb-text-2xl .lsb-tracking-wider, .lsb-font-inter .lsb-text-2xl.lsb-tracking-wider, .lsb-font-inter.lsb-text-2xl .lsb-tracking-wider, .lsb-font-inter.lsb-text-2xl.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-2xl, .lsb-tracking-wider .lsb-font-inter.lsb-text-2xl {
  line-height: 2rem !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.030507672em !important;
}

.lsb-font-inter .lsb-text-2xl .lsb-tracking-widest, .lsb-font-inter .lsb-text-2xl.lsb-tracking-widest, .lsb-font-inter.lsb-text-2xl .lsb-tracking-widest, .lsb-font-inter.lsb-text-2xl.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-2xl, .lsb-tracking-widest .lsb-font-inter.lsb-text-2xl {
  line-height: 2rem !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.080507672em !important;
}

.lsb-font-inter .lsb-text-3xl, .lsb-font-inter.lsb-text-3xl {
  line-height: 2.25rem !important;
  font-size: 1.875rem !important;
  letter-spacing: -0.021314537em !important;
}

.lsb-font-inter .lsb-text-3xl .lsb-tracking-tighter, .lsb-font-inter .lsb-text-3xl.lsb-tracking-tighter, .lsb-font-inter.lsb-text-3xl .lsb-tracking-tighter, .lsb-font-inter.lsb-text-3xl.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-3xl, .lsb-tracking-tighter .lsb-font-inter.lsb-text-3xl {
  line-height: 2.25rem !important;
  font-size: 1.875rem !important;
  letter-spacing: -0.071314537em !important;
}

.lsb-font-inter .lsb-text-3xl .lsb-tracking-tight, .lsb-font-inter .lsb-text-3xl.lsb-tracking-tight, .lsb-font-inter.lsb-text-3xl .lsb-tracking-tight, .lsb-font-inter.lsb-text-3xl.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-3xl, .lsb-tracking-tight .lsb-font-inter.lsb-text-3xl {
  line-height: 2.25rem !important;
  font-size: 1.875rem !important;
  letter-spacing: -0.046314537em !important;
}

.lsb-font-inter .lsb-text-3xl .lsb-tracking-normal, .lsb-font-inter .lsb-text-3xl.lsb-tracking-normal, .lsb-font-inter.lsb-text-3xl .lsb-tracking-normal, .lsb-font-inter.lsb-text-3xl.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-3xl, .lsb-tracking-normal .lsb-font-inter.lsb-text-3xl {
  line-height: 2.25rem !important;
  font-size: 1.875rem !important;
  letter-spacing: -0.021314537em !important;
}

.lsb-font-inter .lsb-text-3xl .lsb-tracking-wide, .lsb-font-inter .lsb-text-3xl.lsb-tracking-wide, .lsb-font-inter.lsb-text-3xl .lsb-tracking-wide, .lsb-font-inter.lsb-text-3xl.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-3xl, .lsb-tracking-wide .lsb-font-inter.lsb-text-3xl {
  line-height: 2.25rem !important;
  font-size: 1.875rem !important;
  letter-spacing: 0.003685463em !important;
}

.lsb-font-inter .lsb-text-3xl .lsb-tracking-wider, .lsb-font-inter .lsb-text-3xl.lsb-tracking-wider, .lsb-font-inter.lsb-text-3xl .lsb-tracking-wider, .lsb-font-inter.lsb-text-3xl.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-3xl, .lsb-tracking-wider .lsb-font-inter.lsb-text-3xl {
  line-height: 2.25rem !important;
  font-size: 1.875rem !important;
  letter-spacing: 0.028685463em !important;
}

.lsb-font-inter .lsb-text-3xl .lsb-tracking-widest, .lsb-font-inter .lsb-text-3xl.lsb-tracking-widest, .lsb-font-inter.lsb-text-3xl .lsb-tracking-widest, .lsb-font-inter.lsb-text-3xl.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-3xl, .lsb-tracking-widest .lsb-font-inter.lsb-text-3xl {
  line-height: 2.25rem !important;
  font-size: 1.875rem !important;
  letter-spacing: 0.078685463em !important;
}

.lsb-font-inter .lsb-text-4xl, .lsb-font-inter.lsb-text-4xl {
  line-height: 2.5rem !important;
  font-size: 2.25rem !important;
  letter-spacing: -0.021954113em !important;
}

.lsb-font-inter .lsb-text-4xl .lsb-tracking-tighter, .lsb-font-inter .lsb-text-4xl.lsb-tracking-tighter, .lsb-font-inter.lsb-text-4xl .lsb-tracking-tighter, .lsb-font-inter.lsb-text-4xl.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-4xl, .lsb-tracking-tighter .lsb-font-inter.lsb-text-4xl {
  line-height: 2.5rem !important;
  font-size: 2.25rem !important;
  letter-spacing: -0.071954113em !important;
}

.lsb-font-inter .lsb-text-4xl .lsb-tracking-tight, .lsb-font-inter .lsb-text-4xl.lsb-tracking-tight, .lsb-font-inter.lsb-text-4xl .lsb-tracking-tight, .lsb-font-inter.lsb-text-4xl.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-4xl, .lsb-tracking-tight .lsb-font-inter.lsb-text-4xl {
  line-height: 2.5rem !important;
  font-size: 2.25rem !important;
  letter-spacing: -0.046954113em !important;
}

.lsb-font-inter .lsb-text-4xl .lsb-tracking-normal, .lsb-font-inter .lsb-text-4xl.lsb-tracking-normal, .lsb-font-inter.lsb-text-4xl .lsb-tracking-normal, .lsb-font-inter.lsb-text-4xl.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-4xl, .lsb-tracking-normal .lsb-font-inter.lsb-text-4xl {
  line-height: 2.5rem !important;
  font-size: 2.25rem !important;
  letter-spacing: -0.021954113em !important;
}

.lsb-font-inter .lsb-text-4xl .lsb-tracking-wide, .lsb-font-inter .lsb-text-4xl.lsb-tracking-wide, .lsb-font-inter.lsb-text-4xl .lsb-tracking-wide, .lsb-font-inter.lsb-text-4xl.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-4xl, .lsb-tracking-wide .lsb-font-inter.lsb-text-4xl {
  line-height: 2.5rem !important;
  font-size: 2.25rem !important;
  letter-spacing: 0.003045887em !important;
}

.lsb-font-inter .lsb-text-4xl .lsb-tracking-wider, .lsb-font-inter .lsb-text-4xl.lsb-tracking-wider, .lsb-font-inter.lsb-text-4xl .lsb-tracking-wider, .lsb-font-inter.lsb-text-4xl.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-4xl, .lsb-tracking-wider .lsb-font-inter.lsb-text-4xl {
  line-height: 2.5rem !important;
  font-size: 2.25rem !important;
  letter-spacing: 0.028045887em !important;
}

.lsb-font-inter .lsb-text-4xl .lsb-tracking-widest, .lsb-font-inter .lsb-text-4xl.lsb-tracking-widest, .lsb-font-inter.lsb-text-4xl .lsb-tracking-widest, .lsb-font-inter.lsb-text-4xl.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-4xl, .lsb-tracking-widest .lsb-font-inter.lsb-text-4xl {
  line-height: 2.5rem !important;
  font-size: 2.25rem !important;
  letter-spacing: 0.078045887em !important;
}

.lsb-font-inter .lsb-text-5xl, .lsb-font-inter.lsb-text-5xl {
  line-height: 1 !important;
  font-size: 3rem !important;
  letter-spacing: -0.022257389em !important;
}

.lsb-font-inter .lsb-text-5xl .lsb-tracking-tighter, .lsb-font-inter .lsb-text-5xl.lsb-tracking-tighter, .lsb-font-inter.lsb-text-5xl .lsb-tracking-tighter, .lsb-font-inter.lsb-text-5xl.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-5xl, .lsb-tracking-tighter .lsb-font-inter.lsb-text-5xl {
  line-height: 1 !important;
  font-size: 3rem !important;
  letter-spacing: -0.072257389em !important;
}

.lsb-font-inter .lsb-text-5xl .lsb-tracking-tight, .lsb-font-inter .lsb-text-5xl.lsb-tracking-tight, .lsb-font-inter.lsb-text-5xl .lsb-tracking-tight, .lsb-font-inter.lsb-text-5xl.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-5xl, .lsb-tracking-tight .lsb-font-inter.lsb-text-5xl {
  line-height: 1 !important;
  font-size: 3rem !important;
  letter-spacing: -0.047257389em !important;
}

.lsb-font-inter .lsb-text-5xl .lsb-tracking-normal, .lsb-font-inter .lsb-text-5xl.lsb-tracking-normal, .lsb-font-inter.lsb-text-5xl .lsb-tracking-normal, .lsb-font-inter.lsb-text-5xl.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-5xl, .lsb-tracking-normal .lsb-font-inter.lsb-text-5xl {
  line-height: 1 !important;
  font-size: 3rem !important;
  letter-spacing: -0.022257389em !important;
}

.lsb-font-inter .lsb-text-5xl .lsb-tracking-wide, .lsb-font-inter .lsb-text-5xl.lsb-tracking-wide, .lsb-font-inter.lsb-text-5xl .lsb-tracking-wide, .lsb-font-inter.lsb-text-5xl.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-5xl, .lsb-tracking-wide .lsb-font-inter.lsb-text-5xl {
  line-height: 1 !important;
  font-size: 3rem !important;
  letter-spacing: 0.002742611em !important;
}

.lsb-font-inter .lsb-text-5xl .lsb-tracking-wider, .lsb-font-inter .lsb-text-5xl.lsb-tracking-wider, .lsb-font-inter.lsb-text-5xl .lsb-tracking-wider, .lsb-font-inter.lsb-text-5xl.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-5xl, .lsb-tracking-wider .lsb-font-inter.lsb-text-5xl {
  line-height: 1 !important;
  font-size: 3rem !important;
  letter-spacing: 0.027742611em !important;
}

.lsb-font-inter .lsb-text-5xl .lsb-tracking-widest, .lsb-font-inter .lsb-text-5xl.lsb-tracking-widest, .lsb-font-inter.lsb-text-5xl .lsb-tracking-widest, .lsb-font-inter.lsb-text-5xl.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-5xl, .lsb-tracking-widest .lsb-font-inter.lsb-text-5xl {
  line-height: 1 !important;
  font-size: 3rem !important;
  letter-spacing: 0.077742611em !important;
}

.lsb-font-inter .lsb-text-6xl, .lsb-font-inter.lsb-text-6xl {
  line-height: 1 !important;
  font-size: 3.75rem !important;
  letter-spacing: -0.022294751em !important;
}

.lsb-font-inter .lsb-text-6xl .lsb-tracking-tighter, .lsb-font-inter .lsb-text-6xl.lsb-tracking-tighter, .lsb-font-inter.lsb-text-6xl .lsb-tracking-tighter, .lsb-font-inter.lsb-text-6xl.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-6xl, .lsb-tracking-tighter .lsb-font-inter.lsb-text-6xl {
  line-height: 1 !important;
  font-size: 3.75rem !important;
  letter-spacing: -0.072294751em !important;
}

.lsb-font-inter .lsb-text-6xl .lsb-tracking-tight, .lsb-font-inter .lsb-text-6xl.lsb-tracking-tight, .lsb-font-inter.lsb-text-6xl .lsb-tracking-tight, .lsb-font-inter.lsb-text-6xl.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-6xl, .lsb-tracking-tight .lsb-font-inter.lsb-text-6xl {
  line-height: 1 !important;
  font-size: 3.75rem !important;
  letter-spacing: -0.047294751em !important;
}

.lsb-font-inter .lsb-text-6xl .lsb-tracking-normal, .lsb-font-inter .lsb-text-6xl.lsb-tracking-normal, .lsb-font-inter.lsb-text-6xl .lsb-tracking-normal, .lsb-font-inter.lsb-text-6xl.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-6xl, .lsb-tracking-normal .lsb-font-inter.lsb-text-6xl {
  line-height: 1 !important;
  font-size: 3.75rem !important;
  letter-spacing: -0.022294751em !important;
}

.lsb-font-inter .lsb-text-6xl .lsb-tracking-wide, .lsb-font-inter .lsb-text-6xl.lsb-tracking-wide, .lsb-font-inter.lsb-text-6xl .lsb-tracking-wide, .lsb-font-inter.lsb-text-6xl.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-6xl, .lsb-tracking-wide .lsb-font-inter.lsb-text-6xl {
  line-height: 1 !important;
  font-size: 3.75rem !important;
  letter-spacing: 0.002705249em !important;
}

.lsb-font-inter .lsb-text-6xl .lsb-tracking-wider, .lsb-font-inter .lsb-text-6xl.lsb-tracking-wider, .lsb-font-inter.lsb-text-6xl .lsb-tracking-wider, .lsb-font-inter.lsb-text-6xl.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-6xl, .lsb-tracking-wider .lsb-font-inter.lsb-text-6xl {
  line-height: 1 !important;
  font-size: 3.75rem !important;
  letter-spacing: 0.027705249em !important;
}

.lsb-font-inter .lsb-text-6xl .lsb-tracking-widest, .lsb-font-inter .lsb-text-6xl.lsb-tracking-widest, .lsb-font-inter.lsb-text-6xl .lsb-tracking-widest, .lsb-font-inter.lsb-text-6xl.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-6xl, .lsb-tracking-widest .lsb-font-inter.lsb-text-6xl {
  line-height: 1 !important;
  font-size: 3.75rem !important;
  letter-spacing: 0.077705249em !important;
}

.lsb-font-inter .lsb-text-7xl, .lsb-font-inter.lsb-text-7xl {
  line-height: 1 !important;
  font-size: 4.5rem !important;
  letter-spacing: -0.022299353em !important;
}

.lsb-font-inter .lsb-text-7xl .lsb-tracking-tighter, .lsb-font-inter .lsb-text-7xl.lsb-tracking-tighter, .lsb-font-inter.lsb-text-7xl .lsb-tracking-tighter, .lsb-font-inter.lsb-text-7xl.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-7xl, .lsb-tracking-tighter .lsb-font-inter.lsb-text-7xl {
  line-height: 1 !important;
  font-size: 4.5rem !important;
  letter-spacing: -0.072299353em !important;
}

.lsb-font-inter .lsb-text-7xl .lsb-tracking-tight, .lsb-font-inter .lsb-text-7xl.lsb-tracking-tight, .lsb-font-inter.lsb-text-7xl .lsb-tracking-tight, .lsb-font-inter.lsb-text-7xl.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-7xl, .lsb-tracking-tight .lsb-font-inter.lsb-text-7xl {
  line-height: 1 !important;
  font-size: 4.5rem !important;
  letter-spacing: -0.047299353em !important;
}

.lsb-font-inter .lsb-text-7xl .lsb-tracking-normal, .lsb-font-inter .lsb-text-7xl.lsb-tracking-normal, .lsb-font-inter.lsb-text-7xl .lsb-tracking-normal, .lsb-font-inter.lsb-text-7xl.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-7xl, .lsb-tracking-normal .lsb-font-inter.lsb-text-7xl {
  line-height: 1 !important;
  font-size: 4.5rem !important;
  letter-spacing: -0.022299353em !important;
}

.lsb-font-inter .lsb-text-7xl .lsb-tracking-wide, .lsb-font-inter .lsb-text-7xl.lsb-tracking-wide, .lsb-font-inter.lsb-text-7xl .lsb-tracking-wide, .lsb-font-inter.lsb-text-7xl.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-7xl, .lsb-tracking-wide .lsb-font-inter.lsb-text-7xl {
  line-height: 1 !important;
  font-size: 4.5rem !important;
  letter-spacing: 0.002700647em !important;
}

.lsb-font-inter .lsb-text-7xl .lsb-tracking-wider, .lsb-font-inter .lsb-text-7xl.lsb-tracking-wider, .lsb-font-inter.lsb-text-7xl .lsb-tracking-wider, .lsb-font-inter.lsb-text-7xl.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-7xl, .lsb-tracking-wider .lsb-font-inter.lsb-text-7xl {
  line-height: 1 !important;
  font-size: 4.5rem !important;
  letter-spacing: 0.027700647em !important;
}

.lsb-font-inter .lsb-text-7xl .lsb-tracking-widest, .lsb-font-inter .lsb-text-7xl.lsb-tracking-widest, .lsb-font-inter.lsb-text-7xl .lsb-tracking-widest, .lsb-font-inter.lsb-text-7xl.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-7xl, .lsb-tracking-widest .lsb-font-inter.lsb-text-7xl {
  line-height: 1 !important;
  font-size: 4.5rem !important;
  letter-spacing: 0.077700647em !important;
}

.lsb-font-inter .lsb-text-8xl, .lsb-font-inter.lsb-text-8xl {
  line-height: 1 !important;
  font-size: 6rem !important;
  letter-spacing: -0.02229999em !important;
}

.lsb-font-inter .lsb-text-8xl .lsb-tracking-tighter, .lsb-font-inter .lsb-text-8xl.lsb-tracking-tighter, .lsb-font-inter.lsb-text-8xl .lsb-tracking-tighter, .lsb-font-inter.lsb-text-8xl.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-8xl, .lsb-tracking-tighter .lsb-font-inter.lsb-text-8xl {
  line-height: 1 !important;
  font-size: 6rem !important;
  letter-spacing: -0.07229999em !important;
}

.lsb-font-inter .lsb-text-8xl .lsb-tracking-tight, .lsb-font-inter .lsb-text-8xl.lsb-tracking-tight, .lsb-font-inter.lsb-text-8xl .lsb-tracking-tight, .lsb-font-inter.lsb-text-8xl.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-8xl, .lsb-tracking-tight .lsb-font-inter.lsb-text-8xl {
  line-height: 1 !important;
  font-size: 6rem !important;
  letter-spacing: -0.04729999em !important;
}

.lsb-font-inter .lsb-text-8xl .lsb-tracking-normal, .lsb-font-inter .lsb-text-8xl.lsb-tracking-normal, .lsb-font-inter.lsb-text-8xl .lsb-tracking-normal, .lsb-font-inter.lsb-text-8xl.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-8xl, .lsb-tracking-normal .lsb-font-inter.lsb-text-8xl {
  line-height: 1 !important;
  font-size: 6rem !important;
  letter-spacing: -0.02229999em !important;
}

.lsb-font-inter .lsb-text-8xl .lsb-tracking-wide, .lsb-font-inter .lsb-text-8xl.lsb-tracking-wide, .lsb-font-inter.lsb-text-8xl .lsb-tracking-wide, .lsb-font-inter.lsb-text-8xl.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-8xl, .lsb-tracking-wide .lsb-font-inter.lsb-text-8xl {
  line-height: 1 !important;
  font-size: 6rem !important;
  letter-spacing: 0.00270001em !important;
}

.lsb-font-inter .lsb-text-8xl .lsb-tracking-wider, .lsb-font-inter .lsb-text-8xl.lsb-tracking-wider, .lsb-font-inter.lsb-text-8xl .lsb-tracking-wider, .lsb-font-inter.lsb-text-8xl.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-8xl, .lsb-tracking-wider .lsb-font-inter.lsb-text-8xl {
  line-height: 1 !important;
  font-size: 6rem !important;
  letter-spacing: 0.02770001em !important;
}

.lsb-font-inter .lsb-text-8xl .lsb-tracking-widest, .lsb-font-inter .lsb-text-8xl.lsb-tracking-widest, .lsb-font-inter.lsb-text-8xl .lsb-tracking-widest, .lsb-font-inter.lsb-text-8xl.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-8xl, .lsb-tracking-widest .lsb-font-inter.lsb-text-8xl {
  line-height: 1 !important;
  font-size: 6rem !important;
  letter-spacing: 0.07770001em !important;
}

.lsb-font-inter .lsb-text-9xl, .lsb-font-inter.lsb-text-9xl {
  line-height: 1 !important;
  font-size: 8rem !important;
  letter-spacing: -0.0223em !important;
}

.lsb-font-inter .lsb-text-9xl .lsb-tracking-tighter, .lsb-font-inter .lsb-text-9xl.lsb-tracking-tighter, .lsb-font-inter.lsb-text-9xl .lsb-tracking-tighter, .lsb-font-inter.lsb-text-9xl.lsb-tracking-tighter, .lsb-tracking-tighter .lsb-font-inter .lsb-text-9xl, .lsb-tracking-tighter .lsb-font-inter.lsb-text-9xl {
  line-height: 1 !important;
  font-size: 8rem !important;
  letter-spacing: -0.0723em !important;
}

.lsb-font-inter .lsb-text-9xl .lsb-tracking-tight, .lsb-font-inter .lsb-text-9xl.lsb-tracking-tight, .lsb-font-inter.lsb-text-9xl .lsb-tracking-tight, .lsb-font-inter.lsb-text-9xl.lsb-tracking-tight, .lsb-tracking-tight .lsb-font-inter .lsb-text-9xl, .lsb-tracking-tight .lsb-font-inter.lsb-text-9xl {
  line-height: 1 !important;
  font-size: 8rem !important;
  letter-spacing: -0.0473em !important;
}

.lsb-font-inter .lsb-text-9xl .lsb-tracking-normal, .lsb-font-inter .lsb-text-9xl.lsb-tracking-normal, .lsb-font-inter.lsb-text-9xl .lsb-tracking-normal, .lsb-font-inter.lsb-text-9xl.lsb-tracking-normal, .lsb-tracking-normal .lsb-font-inter .lsb-text-9xl, .lsb-tracking-normal .lsb-font-inter.lsb-text-9xl {
  line-height: 1 !important;
  font-size: 8rem !important;
  letter-spacing: -0.0223em !important;
}

.lsb-font-inter .lsb-text-9xl .lsb-tracking-wide, .lsb-font-inter .lsb-text-9xl.lsb-tracking-wide, .lsb-font-inter.lsb-text-9xl .lsb-tracking-wide, .lsb-font-inter.lsb-text-9xl.lsb-tracking-wide, .lsb-tracking-wide .lsb-font-inter .lsb-text-9xl, .lsb-tracking-wide .lsb-font-inter.lsb-text-9xl {
  line-height: 1 !important;
  font-size: 8rem !important;
  letter-spacing: 0.0027em !important;
}

.lsb-font-inter .lsb-text-9xl .lsb-tracking-wider, .lsb-font-inter .lsb-text-9xl.lsb-tracking-wider, .lsb-font-inter.lsb-text-9xl .lsb-tracking-wider, .lsb-font-inter.lsb-text-9xl.lsb-tracking-wider, .lsb-tracking-wider .lsb-font-inter .lsb-text-9xl, .lsb-tracking-wider .lsb-font-inter.lsb-text-9xl {
  line-height: 1 !important;
  font-size: 8rem !important;
  letter-spacing: 0.0277em !important;
}

.lsb-font-inter .lsb-text-9xl .lsb-tracking-widest, .lsb-font-inter .lsb-text-9xl.lsb-tracking-widest, .lsb-font-inter.lsb-text-9xl .lsb-tracking-widest, .lsb-font-inter.lsb-text-9xl.lsb-tracking-widest, .lsb-tracking-widest .lsb-font-inter .lsb-text-9xl, .lsb-tracking-widest .lsb-font-inter.lsb-text-9xl {
  line-height: 1 !important;
  font-size: 8rem !important;
  letter-spacing: 0.0777em !important;
}

.wait-for-icons {
  display: none;
}

.fontawesome-i2svg-active .wait-for-icons {
  display: initial;
}

.hover\:lsb-border-indigo-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}

.hover\:lsb-font-semibold:hover {
  font-weight: 600 !important;
}

.hover\:lsb-font-bold:hover {
  font-weight: 700 !important;
}

.hover\:lsb-text-slate-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity)) !important;
}

.hover\:lsb-text-indigo-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
}

.hover\:lsb-text-green-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}

.lsb-group:hover .group-hover\:lsb-block {
  display: block !important;
}

.lsb-group:hover .group-hover\:lsb-inline {
  display: inline !important;
}

@media (prefers-color-scheme: dark) {
  .dark\:lsb-bg-transparent {
    background-color: transparent !important;
  }
}

@media (min-width: 640px) {
  .sm\:lsb-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .md\:lsb-p-3 {
    padding: 0.75rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:lsb-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:lsb-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
