/*
! 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 */
  /* 3 */
  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::-webkit-input-placeholder, textarea::-webkit-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;
}

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

.hplxt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hplxt-pointer-events-none {
  pointer-events: none;
}

.\!hplxt-static {
  position: static !important;
}

.hplxt-fixed {
  position: fixed;
}

.hplxt-absolute {
  position: absolute;
}

.hplxt-relative {
  position: relative;
}

.hplxt-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.hplxt-top-0 {
  top: 0px;
}

.hplxt-bottom-0 {
  bottom: 0px;
}

.hplxt-right-0 {
  right: 0px;
}

.hplxt-left-0 {
  left: 0px;
}

.hplxt-left-full {
  left: 100%;
}

.hplxt-right-2 {
  right: 0.5em;
}

.hplxt-right-\[10px\] {
  right: 10px;
}

.hplxt-bottom-\[440px\] {
  bottom: 440px;
}

.hplxt-top-\[370px\] {
  top: 370px;
}

.hplxt-top-\[48px\] {
  top: 48px;
}

.hplxt-left-\[20px\] {
  left: 20px;
}

.hplxt-right-1\/2 {
  right: 50%;
}

.hplxt-left-1\/2 {
  left: 50%;
}

.hplxt-top-4 {
  top: 1em;
}

.hplxt-right-8 {
  right: 2em;
}

.hplxt-top-8 {
  top: 2em;
}

.hplxt-bottom-16 {
  bottom: 4em;
}

.hplxt-right-1\/3 {
  right: 33.333333%;
}

.hplxt-left-\[400px\] {
  left: 400px;
}

.hplxt-top-full {
  top: 100%;
}

.hplxt-right-full {
  right: 100%;
}

.hplxt-top-1\/2 {
  top: 50%;
}

.hplxt-bottom-full {
  bottom: 100%;
}

.hplxt-top-2 {
  top: 0.5em;
}

.hplxt-left-2 {
  left: 0.5em;
}

.hplxt-bottom-2 {
  bottom: 0.5em;
}

.-hplxt-left-1\.5 {
  left: -0.375em;
}

.-hplxt-left-1 {
  left: -0.25em;
}

.-hplxt-top-2 {
  top: -0.5em;
}

.hplxt-z-10 {
  z-index: 10;
}

.hplxt-z-30 {
  z-index: 30;
}

.hplxt-z-\[10000000\] {
  z-index: 10000000;
}

.hplxt-z-50 {
  z-index: 50;
}

.hplxt-z-20 {
  z-index: 20;
}

.hplxt-order-last {
  order: 9999;
}

.hplxt-m-2 {
  margin: 0.5em;
}

.hplxt-m-40 {
  margin: 10em;
}

.\!hplxt-m-0 {
  margin: 0px !important;
}

.hplxt-m-4 {
  margin: 1em;
}

.hplxt-m-\[20\.5px\] {
  margin: 20.5px;
}

.hplxt-m-\[22px\] {
  margin: 22px;
}

.hplxt-mx-10 {
  margin-left: 2.5em;
  margin-right: 2.5em;
}

.hplxt-my-8 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.hplxt-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.hplxt-my-4 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.hplxt-mx-2 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.hplxt-my-5 {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.hplxt-mx-4 {
  margin-left: 1em;
  margin-right: 1em;
}

.hplxt-my-2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.hplxt-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.hplxt-mx-1 {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.hplxt-my-20 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.hplxt-mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}

.hplxt-mx-5 {
  margin-left: 1.25em;
  margin-right: 1.25em;
}

.hplxt-ml-\[160px\] {
  margin-left: 160px;
}

.hplxt-ml-\[300px\] {
  margin-left: 300px;
}

.hplxt-mb-4 {
  margin-bottom: 1em;
}

.hplxt-mt-4 {
  margin-top: 1em;
}

.hplxt-mb-10 {
  margin-bottom: 2.5em;
}

.hplxt-mt-3 {
  margin-top: 0.75em;
}

.hplxt-mt-1 {
  margin-top: 0.25em;
}

.hplxt-mr-3 {
  margin-right: 0.75em;
}

.hplxt-mr-2 {
  margin-right: 0.5em;
}

.hplxt-mr-4 {
  margin-right: 1em;
}

.hplxt-ml-8 {
  margin-left: 2em;
}

.-hplxt-mr-72 {
  margin-right: -18em;
}

.-hplxt-mr-16 {
  margin-right: -4em;
}

.-hplxt-ml-72 {
  margin-left: -18em;
}

.hplxt-mt-2 {
  margin-top: 0.5em;
}

.hplxt-mr-6 {
  margin-right: 1.5em;
}

.hplxt-mb-1 {
  margin-bottom: 0.25em;
}

.hplxt-ml-2 {
  margin-left: 0.5em;
}

.hplxt-mr-1 {
  margin-right: 0.25em;
}

.hplxt-ml-1 {
  margin-left: 0.25em;
}

.hplxt-ml-\[5px\] {
  margin-left: 5px;
}

.hplxt-ml-3 {
  margin-left: 0.75em;
}

.hplxt-mb-3 {
  margin-bottom: 0.75em;
}

.-hplxt-ml-4 {
  margin-left: -1em;
}

.hplxt-ml-auto {
  margin-left: auto;
}

.-hplxt-ml-\[13px\] {
  margin-left: -13px;
}

.hplxt-mt-\[4\.95px\] {
  margin-top: 4.95px;
}

.-hplxt-ml-\[12\.85px\] {
  margin-left: -12.85px;
}

.hplxt-mt-\[4\.85px\] {
  margin-top: 4.85px;
}

.-hplxt-ml-\[14px\] {
  margin-left: -14px;
}

.hplxt-mt-\[6px\] {
  margin-top: 6px;
}

.-hplxt-ml-\[17px\] {
  margin-left: -17px;
}

.hplxt-mt-\[3px\] {
  margin-top: 3px;
}

.-hplxt-ml-\[21px\] {
  margin-left: -21px;
}

.hplxt-mt-\[2px\] {
  margin-top: 2px;
}

.hplxt-ml-0 {
  margin-left: 0px;
}

.hplxt-ml-\[65px\] {
  margin-left: 65px;
}

.hplxt-ml-\[140px\] {
  margin-left: 140px;
}

.hplxt-ml-\[215px\] {
  margin-left: 215px;
}

.hplxt-ml-\[290px\] {
  margin-left: 290px;
}

.-hplxt-mt-6 {
  margin-top: -1.5em;
}

.hplxt-mt-8 {
  margin-top: 2em;
}

.hplxt-box-border {
  box-sizing: border-box;
}

.hplxt-block {
  display: block;
}

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

.hplxt-inline {
  display: inline;
}

.hplxt-flex {
  display: flex;
}

.hplxt-inline-flex {
  display: inline-flex;
}

.hplxt-table {
  display: table;
}

.hplxt-grid {
  display: grid;
}

.hplxt-hidden {
  display: none;
}

.hplxt-h-\[28px\] {
  height: 28px;
}

.hplxt-h-\[40px\] {
  height: 40px;
}

.hplxt-h-80 {
  height: 20em;
}

.hplxt-h-40 {
  height: 10em;
}

.hplxt-h-\[22px\] {
  height: 22px;
}

.hplxt-h-6 {
  height: 1.5em;
}

.hplxt-h-7 {
  height: 1.75em;
}

.hplxt-h-16 {
  height: 4em;
}

.hplxt-h-14 {
  height: 3.5em;
}

.hplxt-h-12 {
  height: 3em;
}

.hplxt-h-10 {
  height: 2.5em;
}

.hplxt-h-8 {
  height: 2em;
}

.hplxt-h-4 {
  height: 1em;
}

.hplxt-h-5 {
  height: 1.25em;
}

.hplxt-h-\[18px\] {
  height: 18px;
}

.hplxt-h-3\.5 {
  height: 0.875em;
}

.hplxt-h-3 {
  height: 0.75em;
}

.hplxt-h-2\.5 {
  height: 0.625em;
}

.hplxt-h-2 {
  height: 0.5em;
}

.hplxt-h-\[100\%\] {
  height: 100%;
}

.hplxt-h-\[30px\] {
  height: 30px;
}

.hplxt-h-9 {
  height: 2.25em;
}

.hplxt-h-11 {
  height: 2.75em;
}

.hplxt-h-\[450px\] {
  height: 450px;
}

.hplxt-h-20 {
  height: 5em;
}

.hplxt-h-\[7px\] {
  height: 7px;
}

.hplxt-h-\[322px\] {
  height: 322px;
}

.hplxt-h-auto {
  height: auto;
}

.hplxt-h-24 {
  height: 6em;
}

.hplxt-h-\[16px\] {
  height: 16px;
}

.hplxt-h-\[20px\] {
  height: 20px;
}

.hplxt-h-\[8px\] {
  height: 8px;
}

.hplxt-max-h-80 {
  max-height: 20em;
}

.hplxt-max-h-\[3000px\] {
  max-height: 3000px;
}

.hplxt-max-h-0 {
  max-height: 0px;
}

.hplxt-max-h-\[200px\] {
  max-height: 200px;
}

.hplxt-max-h-72 {
  max-height: 18em;
}

.hplxt-max-h-500 {
  max-height: 500px;
}

.hplxt-min-h-\[16px\] {
  min-height: 16px;
}

.hplxt-min-h-40 {
  min-height: 40px;
}

.hplxt-w-40 {
  width: 10em;
}

.hplxt-w-\[100px\] {
  width: 100px;
}

.hplxt-w-\[200px\] {
  width: 200px;
}

.hplxt-w-80 {
  width: 20em;
}

.hplxt-w-24 {
  width: 6em;
}

.hplxt-w-16 {
  width: 4em;
}

.hplxt-w-14 {
  width: 3.5em;
}

.hplxt-w-12 {
  width: 3em;
}

.hplxt-w-10 {
  width: 2.5em;
}

.hplxt-w-8 {
  width: 2em;
}

.hplxt-w-6 {
  width: 1.5em;
}

.hplxt-w-4 {
  width: 1em;
}

.hplxt-w-5 {
  width: 1.25em;
}

.hplxt-w-\[18px\] {
  width: 18px;
}

.hplxt-w-3\.5 {
  width: 0.875em;
}

.hplxt-w-3 {
  width: 0.75em;
}

.hplxt-w-2\.5 {
  width: 0.625em;
}

.hplxt-w-2 {
  width: 0.5em;
}

.hplxt-w-\[100\%\] {
  width: 100%;
}

.hplxt-w-\[34px\] {
  width: 34px;
}

.hplxt-w-\[42px\] {
  width: 42px;
}

.hplxt-w-\[46px\] {
  width: 46px;
}

.hplxt-w-\[50px\] {
  width: 50px;
}

.hplxt-w-\[330px\] {
  width: 330px;
}

.hplxt-w-full {
  width: 100%;
}

.hplxt-w-\[7px\] {
  width: 7px;
}

.hplxt-w-72 {
  width: 18em;
}

.hplxt-w-\[328px\] {
  width: 328px;
}

.hplxt-w-max {
  width: -webkit-max-content;
  width: max-content;
}

.hplxt-w-\[160px\] {
  width: 160px;
}

.hplxt-w-\[254px\] {
  width: 254px;
}

.hplxt-w-\[150px\] {
  width: 150px;
}

.hplxt-w-36 {
  width: 9em;
}

.hplxt-w-auto {
  width: auto;
}

.hplxt-w-20 {
  width: 5em;
}

.hplxt-w-\[16px\] {
  width: 16px;
}

.hplxt-w-\[20px\] {
  width: 20px;
}

.hplxt-w-\[8px\] {
  width: 8px;
}

.hplxt-w-96 {
  width: 24em;
}

.hplxt-w-3\/5 {
  width: 60%;
}

.hplxt-w-2\/5 {
  width: 40%;
}

.hplxt-w-\[210px\] {
  width: 210px;
}

.hplxt-w-\[38px\] {
  width: 38px;
}

.hplxt-w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hplxt-min-w-max {
  min-width: -webkit-max-content;
  min-width: max-content;
}

.hplxt-min-w-\[16px\] {
  min-width: 16px;
}

.hplxt-min-w-105 {
  min-width: 105px;
}

.hplxt-min-w-100 {
  min-width: 100px;
}

.hplxt-max-w-md {
  max-width: 28em;
}

.hplxt-max-w-xs {
  max-width: 20em;
}

.hplxt-flex-1 {
  flex: 1 1 0%;
}

.hplxt-shrink-0 {
  flex-shrink: 0;
}

.hplxt-origin-center {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.hplxt-translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hplxt-translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hplxt-translate-x-\[14px\] {
  --tw-translate-x: 14px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hplxt-translate-x-\[18px\] {
  --tw-translate-x: 18px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hplxt-rotate-180 {
  --tw-rotate: 180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hplxt-rotate-45 {
  --tw-rotate: 45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-hplxt-rotate-180 {
  --tw-rotate: -180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-hplxt-rotate-90 {
  --tw-rotate: -90deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hplxt-scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hplxt-scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hplxt-transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes hplxt-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes hplxt-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.hplxt-animate-spin {
  -webkit-animation: hplxt-spin 1s linear infinite;
          animation: hplxt-spin 1s linear infinite;
}

.hplxt-cursor-pointer {
  cursor: pointer;
}

.hplxt-cursor-not-allowed {
  cursor: not-allowed;
}

.hplxt-cursor-text {
  cursor: text;
}

.hplxt-appearance-none {
  -webkit-appearance: none;
          appearance: none;
}

.hplxt-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hplxt-flex-row {
  flex-direction: row;
}

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

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

.hplxt-flex-wrap {
  flex-wrap: wrap;
}

.hplxt-content-center {
  align-content: center;
}

.hplxt-items-start {
  align-items: flex-start;
}

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

.hplxt-items-baseline {
  align-items: baseline;
}

.hplxt-items-stretch {
  align-items: stretch;
}

.hplxt-justify-start {
  justify-content: flex-start;
}

.hplxt-justify-end {
  justify-content: flex-end;
}

.hplxt-justify-center {
  justify-content: center;
}

.hplxt-justify-between {
  justify-content: space-between;
}

.hplxt-justify-around {
  justify-content: space-around;
}

.hplxt-gap-5 {
  gap: 1.25em;
}

.hplxt-gap-8 {
  gap: 2em;
}

.hplxt-gap-7 {
  gap: 1.75em;
}

.hplxt-gap-2\.5 {
  gap: 0.625em;
}

.hplxt-gap-2 {
  gap: 0.5em;
}

.hplxt-gap-1 {
  gap: 0.25em;
}

.hplxt-gap-4 {
  gap: 1em;
}

.hplxt-gap-3 {
  gap: 0.75em;
}

.hplxt-gap-0\.5 {
  gap: 0.125em;
}

.hplxt-gap-0 {
  gap: 0px;
}

.hplxt-gap-y-2 {
  row-gap: 0.5em;
}

.hplxt-gap-y-1 {
  row-gap: 0.25em;
}

.hplxt-gap-y-1\.5 {
  row-gap: 0.375em;
}

.hplxt-gap-x-2\.5 {
  -webkit-column-gap: 0.625em;
          column-gap: 0.625em;
}

.hplxt-gap-x-2 {
  -webkit-column-gap: 0.5em;
          column-gap: 0.5em;
}

.hplxt-self-stretch {
  align-self: stretch;
}

.hplxt-overflow-auto {
  overflow: auto;
}

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

.hplxt-overflow-visible {
  overflow: visible;
}

.hplxt-overflow-y-auto {
  overflow-y: auto;
}

.hplxt-overflow-x-hidden {
  overflow-x: hidden;
}

.hplxt-overflow-y-scroll {
  overflow-y: scroll;
}

.hplxt-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hplxt-text-ellipsis {
  text-overflow: ellipsis;
}

.hplxt-whitespace-nowrap {
  white-space: nowrap;
}

.hplxt-rounded-md {
  border-radius: 0.375em;
}

.hplxt-rounded {
  border-radius: 0.25em;
}

.hplxt-rounded-lg {
  border-radius: 0.5em;
}

.hplxt-rounded-full {
  border-radius: 9999px;
}

.hplxt-rounded-2xl {
  border-radius: 1em;
}

.hplxt-rounded-\[4px\] {
  border-radius: 4px;
}

.hplxt-rounded-\[6px\] {
  border-radius: 6px;
}

.hplxt-rounded-3xl {
  border-radius: 1.5em;
}

.hplxt-rounded-t-md {
  border-top-left-radius: 0.375em;
  border-top-right-radius: 0.375em;
}

.hplxt-rounded-b-md {
  border-bottom-right-radius: 0.375em;
  border-bottom-left-radius: 0.375em;
}

.hplxt-rounded-b-lg {
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.hplxt-rounded-r-lg {
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.hplxt-rounded-l-md {
  border-top-left-radius: 0.375em;
  border-bottom-left-radius: 0.375em;
}

.hplxt-rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.hplxt-rounded-br-md {
  border-bottom-right-radius: 0.375em;
}

.hplxt-border {
  border-width: 1px;
}

.hplxt-border-1 {
  border-width: 1px;
}

.hplxt-border-6 {
  border-width: 6px;
}

.hplxt-border-4 {
  border-width: 4px;
}

.hplxt-border-0 {
  border-width: 0;
}

.hplxt-border-3 {
  border-width: 3px;
}

.hplxt-border-r-1 {
  border-right-width: 1px;
}

.hplxt-border-b-1 {
  border-bottom-width: 1px;
}

.hplxt-border-l-1 {
  border-left-width: 1px;
}

.hplxt-border-t {
  border-top-width: 1px;
}

.hplxt-border-b {
  border-bottom-width: 1px;
}

.hplxt-border-l {
  border-left-width: 1px;
}

.hplxt-border-b-3 {
  border-bottom-width: 3px;
}

.hplxt-border-t-1 {
  border-top-width: 1px;
}

.hplxt-border-solid {
  border-style: solid;
}

.hplxt-border-dashed {
  border-style: dashed;
}

.hplxt-border-Success-200 {
  --tw-border-opacity: 1;
  border-color: rgb(166 244 197 / var(--tw-border-opacity));
}

.hplxt-border-Blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(178 221 255 / var(--tw-border-opacity));
}

.hplxt-border-Error-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 202 / var(--tw-border-opacity));
}

.hplxt-border-Warning-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 223 137 / var(--tw-border-opacity));
}

.hplxt-border-Gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.hplxt-border-White {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hplxt-border-Primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(164 188 253 / var(--tw-border-opacity));
}

.hplxt-border-Gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}

.hplxt-border-Blue_gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(213 217 235 / var(--tw-border-opacity));
}

.hplxt-border-Primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(53 56 205 / var(--tw-border-opacity));
}

.hplxt-border-Primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(68 76 231 / var(--tw-border-opacity));
}

.hplxt-border-Gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.hplxt-border-Primary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 244 255 / var(--tw-border-opacity));
}

.hplxt-border-Blue_gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 245 / var(--tw-border-opacity));
}

.hplxt-border-Error-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 162 155 / var(--tw-border-opacity));
}

.hplxt-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hplxt-border-Blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(21 112 239 / var(--tw-border-opacity));
}

.hplxt-border-Success-800 {
  --tw-border-opacity: 1;
  border-color: rgb(5 96 58 / var(--tw-border-opacity));
}

.hplxt-border-Blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(83 177 253 / var(--tw-border-opacity));
}

.hplxt-border-r-Gray-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.hplxt-border-l-Gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.hplxt-bg-Blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 144 250 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 16 67 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.\!hplxt-bg-Blue_gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 249 252 / var(--tw-bg-opacity)) !important;
}

.hplxt-bg-Primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 252 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 248 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 250 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 243 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 237 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 234 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 228 226 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 199 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 84 103 / var(--tw-bg-opacity));
}

.hplxt-bg-White {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 76 231 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 104 3 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 152 85 / var(--tw-bg-opacity));
}

.hplxt-bg-White\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.hplxt-bg-Black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.hplxt-bg-Gray-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 84 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 57 / var(--tw-bg-opacity));
}

.hplxt-bg-Gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 215 254 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 188 253 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 152 249 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 114 243 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 56 205 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 49 166 / var(--tw-bg-opacity));
}

.hplxt-bg-Primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 50 130 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 202 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 162 155 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 112 102 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 32 24 / var(--tw-bg-opacity));
}

.hplxt-bg-Error-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 39 26 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 245 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 137 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 200 75 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 176 34 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 144 9 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 71 8 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 55 13 / var(--tw-bg-opacity));
}

.hplxt-bg-Warning-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 46 14 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 249 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 244 197 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 233 166 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(50 213 131 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 122 72 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 96 58 / var(--tw-bg-opacity));
}

.hplxt-bg-Success-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 79 49 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 245 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 217 235 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(175 181 217 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 123 188 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 91 166 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 71 132 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 114 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 48 86 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 19 35 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 230 254 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 212 253 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 191 250 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 165 236 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 134 201 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 106 162 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 89 134 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue_light-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 74 111 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 233 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 221 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 202 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(83 177 253 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 112 239 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 92 211 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 73 169 / var(--tw-bg-opacity));
}

.hplxt-bg-Blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 65 133 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 234 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 215 254 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 188 253 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 152 249 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 114 243 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 76 231 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 56 205 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 49 166 / var(--tw-bg-opacity));
}

.hplxt-bg-Indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 50 130 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 255 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 233 254 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 214 254 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 180 254 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 138 251 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 90 248 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(105 56 239 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 37 220 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 31 184 / var(--tw-bg-opacity));
}

.hplxt-bg-Purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 28 150 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 246 251 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 246 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 206 238 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 167 224 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 112 199 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 70 188 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 37 144 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 21 116 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(158 22 95 / var(--tw-bg-opacity));
}

.hplxt-bg-Pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 22 81 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 246 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 232 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 214 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 163 180 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 111 142 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 61 104 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 27 84 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 16 72 / var(--tw-bg-opacity));
}

.hplxt-bg-Rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(137 18 62 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 245 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 213 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 220 171 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 178 115 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 133 58 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 101 20 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 74 10 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 50 10 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 42 16 / var(--tw-bg-opacity));
}

.hplxt-bg-Orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 36 16 / var(--tw-bg-opacity));
}

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

.hplxt-bg-transparent {
  background-color: transparent;
}

.hplxt-bg-Black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.hplxt-bg-Blue_light-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity));
}

.hplxt-bg-inherit {
  background-color: inherit;
}

.hplxt-bg-\[url\(\'https\:\/\/fabric\.is\/wp-content\/uploads\/2021\/08\/download\.jpeg\'\)\] {
  background-image: url('https://fabric.is/wp-content/uploads/2021/08/download.jpeg');
}

.hplxt-bg-gradient_gray_600_500_90 {
  background-image: linear-gradient(90deg, #475467 0%, #667085 100%);;
}

.hplxt-bg-gradient_grey_700_600_45 {
  background-image: linear-gradient(45deg, #344054 0%, #475467 100%);;
}

.hplxt-bg-gradient_grey_800_600_45 {
  background-image: linear-gradient(45deg, #1d2939 0%, #475467 100%);;
}

.hplxt-bg-gradient_grey_800_600_90 {
  background-image: linear-gradient(90deg, #1d2939 0%, #475467 100%);;
}

.hplxt-bg-gradient_grey_800_700_26 {
  background-image: linear-gradient(26deg, #1d2939 0%, #344054 100%);;
}

.hplxt-bg-gradient_grey_900_600_45 {
  background-image: linear-gradient(45deg, #101828 0%, #475467 100%);;
}

.hplxt-bg-gradient_primary_600_500_90 {
  background-image: linear-gradient(90deg, #444ce7 0%, #6172f3 100%);;
}

.hplxt-bg-gradient_primary_700_600_45 {
  background-image: linear-gradient(45deg, #3538cd 0%, #444ce7 100%);;
}

.hplxt-bg-gradient_primary_800_600_45 {
  background-image: linear-gradient(45deg, #2d31a6 0%, #444ce7 100%);;
}

.hplxt-bg-gradient_primary_800_600_90 {
  background-image: linear-gradient(90deg, #2d31a6 0%, #444ce7 100%);;
}

.hplxt-bg-gradient_primary_800_700_26 {
  background-image: linear-gradient(26deg, #2d31a6 0%, #3538cd 100%);;
}

.hplxt-bg-gradient_primary_900_600_45 {
  background-image: linear-gradient(45deg, #2d3282 0%, #444ce7 100%);;
}

.hplxt-bg-none {
  background-image: none;
}

.hplxt-stroke-Primary-50 {
  stroke: #eef4ff;
}

.hplxt-stroke-Primary-600 {
  stroke: #444ce7;
}

.hplxt-p-3 {
  padding: 0.75em;
}

.hplxt-p-4 {
  padding: 1em;
}

.hplxt-p-2 {
  padding: 0.5em;
}

.hplxt-p-2\.5 {
  padding: 0.625em;
}

.hplxt-p-0 {
  padding: 0px;
}

.hplxt-p-1 {
  padding: 0.25em;
}

.hplxt-p-1\.5 {
  padding: 0.375em;
}

.hplxt-py-5 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.hplxt-px-2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.hplxt-py-2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.hplxt-py-10 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.hplxt-py-3 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.hplxt-px-4 {
  padding-left: 1em;
  padding-right: 1em;
}

.hplxt-py-4 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.hplxt-px-0\.5 {
  padding-left: 0.125em;
  padding-right: 0.125em;
}

.hplxt-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.hplxt-px-\[5\.8px\] {
  padding-left: 5.8px;
  padding-right: 5.8px;
}

.hplxt-px-\[9\.8px\] {
  padding-left: 9.8px;
  padding-right: 9.8px;
}

.hplxt-px-\[11\.8px\] {
  padding-left: 11.8px;
  padding-right: 11.8px;
}

.hplxt-px-\[13\.8px\] {
  padding-left: 13.8px;
  padding-right: 13.8px;
}

.hplxt-py-1 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.hplxt-px-3 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.hplxt-px-1 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.hplxt-py-1\.5 {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}

.hplxt-py-2\.5 {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

.hplxt-px-8 {
  padding-left: 2em;
  padding-right: 2em;
}

.hplxt-px-1\.5 {
  padding-left: 0.375em;
  padding-right: 0.375em;
}

.hplxt-pl-2 {
  padding-left: 0.5em;
}

.hplxt-pr-2 {
  padding-right: 0.5em;
}

.hplxt-pb-4 {
  padding-bottom: 1em;
}

.hplxt-pl-\[14px\] {
  padding-left: 14px;
}

.hplxt-pr-\[12px\] {
  padding-right: 12px;
}

.hplxt-pb-1 {
  padding-bottom: 0.25em;
}

.hplxt-pb-0\.5 {
  padding-bottom: 0.125em;
}

.hplxt-pb-0 {
  padding-bottom: 0px;
}

.hplxt-pl-\[4px\] {
  padding-left: 4px;
}

.hplxt-pr-3 {
  padding-right: 0.75em;
}

.hplxt-pr-\[1px\] {
  padding-right: 1px;
}

.hplxt-pr-16 {
  padding-right: 4em;
}

.hplxt-pl-6 {
  padding-left: 1.5em;
}

.hplxt-pl-3 {
  padding-left: 0.75em;
}

.hplxt-pt-1\.5 {
  padding-top: 0.375em;
}

.hplxt-pt-1 {
  padding-top: 0.25em;
}

.hplxt-text-left {
  text-align: left;
}

.hplxt-text-center {
  text-align: center;
}

.hplxt-font-inter {
  font-family: Inter;
}

.hplxt-text-4 {
  font-size: 20px;
}

.\!hplxt-text-0 {
  font-size: 12px !important;
}

.hplxt-text-0 {
  font-size: 12px;
}

.hplxt-text-5 {
  font-size: 24px;
}

.hplxt-text-\[14px\] {
  font-size: 14px;
}

.hplxt-text-\[18px\] {
  font-size: 18px;
}

.hplxt-text-3 {
  font-size: 18px;
}

.hplxt-text-\[13px\] {
  font-size: 13px;
}

.hplxt-text-1 {
  font-size: 14px;
}

.hplxt-text-\[75\%\] {
  font-size: 75%;
}

.hplxt-text-\[12px\] {
  font-size: 12px;
}

.hplxt-text-2 {
  font-size: 16px;
}

.hplxt-text-\[16px\] {
  font-size: 16px;
}

.hplxt-text-10 {
  font-size: 72px;
}

.hplxt-text-9 {
  font-size: 60px;
}

.hplxt-text-8 {
  font-size: 48px;
}

.hplxt-text-7 {
  font-size: 36px;
}

.hplxt-text-6 {
  font-size: 30px;
}

.hplxt-font-inter-2 {
  font-weight: 600;
}

.hplxt-font-inter-1 {
  font-weight: 500;
}

.hplxt-font-inter-0 {
  font-weight: 400;
}

.hplxt-font-inter-3 {
  font-weight: 700;
}

.hplxt-uppercase {
  text-transform: uppercase;
}

.hplxt-leading-13 {
  line-height: 15px;
}

.hplxt-leading-0 {
  line-height: 90px;
}

.hplxt-leading-1 {
  line-height: 72px;
}

.hplxt-leading-2 {
  line-height: 60px;
}

.hplxt-leading-3 {
  line-height: 44px;
}

.hplxt-leading-4 {
  line-height: 38px;
}

.hplxt-leading-5 {
  line-height: 32px;
}

.hplxt-leading-7 {
  line-height: 30px;
}

.hplxt-leading-8 {
  line-height: 28px;
}

.hplxt-leading-9 {
  line-height: 24px;
}

.hplxt-leading-10 {
  line-height: 20px;
}

.hplxt-leading-12 {
  line-height: 16px;
}

.hplxt-tracking-0 {
  letter-spacing: -0.02em;
}

.hplxt-tracking-1 {
  letter-spacing: 0em;
}

.hplxt-text-Gray-400 {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.hplxt-text-White {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hplxt-text-Error-500 {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}

.hplxt-text-Gray-700 {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.hplxt-text-Primary-700 {
  --tw-text-opacity: 1;
  color: rgb(53 56 205 / var(--tw-text-opacity));
}

.hplxt-text-Error-700 {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}

.hplxt-text-Warning-700 {
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity));
}

.hplxt-text-Success-700 {
  --tw-text-opacity: 1;
  color: rgb(2 122 72 / var(--tw-text-opacity));
}

.hplxt-text-Blue_gray-700 {
  --tw-text-opacity: 1;
  color: rgb(54 63 114 / var(--tw-text-opacity));
}

.hplxt-text-Blue_light-700 {
  --tw-text-opacity: 1;
  color: rgb(2 106 162 / var(--tw-text-opacity));
}

.hplxt-text-Blue-700 {
  --tw-text-opacity: 1;
  color: rgb(23 92 211 / var(--tw-text-opacity));
}

.hplxt-text-Indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(53 56 205 / var(--tw-text-opacity));
}

.hplxt-text-Purple-700 {
  --tw-text-opacity: 1;
  color: rgb(89 37 220 / var(--tw-text-opacity));
}

.hplxt-text-Pink-700 {
  --tw-text-opacity: 1;
  color: rgb(193 21 116 / var(--tw-text-opacity));
}

.hplxt-text-Rose-700 {
  --tw-text-opacity: 1;
  color: rgb(192 16 72 / var(--tw-text-opacity));
}

.hplxt-text-Orange-700 {
  --tw-text-opacity: 1;
  color: rgb(196 50 10 / var(--tw-text-opacity));
}

.hplxt-text-Success-600 {
  --tw-text-opacity: 1;
  color: rgb(3 152 85 / var(--tw-text-opacity));
}

.hplxt-text-Blue-600 {
  --tw-text-opacity: 1;
  color: rgb(21 112 239 / var(--tw-text-opacity));
}

.hplxt-text-Error-600 {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}

.hplxt-text-Gray-500 {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.hplxt-text-Gray-300 {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.hplxt-text-Gray-800 {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.hplxt-text-Primary-900 {
  --tw-text-opacity: 1;
  color: rgb(45 50 130 / var(--tw-text-opacity));
}

.hplxt-text-Primary-600 {
  --tw-text-opacity: 1;
  color: rgb(68 76 231 / var(--tw-text-opacity));
}

.hplxt-text-Primary-300 {
  --tw-text-opacity: 1;
  color: rgb(164 188 253 / var(--tw-text-opacity));
}

.hplxt-text-Gray-600 {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.hplxt-text-Gray-200 {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}

.hplxt-text-Primary-800 {
  --tw-text-opacity: 1;
  color: rgb(45 49 166 / var(--tw-text-opacity));
}

.hplxt-text-Primary-500 {
  --tw-text-opacity: 1;
  color: rgb(97 114 243 / var(--tw-text-opacity));
}

.hplxt-text-Gray-900 {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.hplxt-text-Blue-950 {
  --tw-text-opacity: 1;
  color: rgb(64 96 208 / var(--tw-text-opacity));
}

.hplxt-text-LightBlack-1 {
  --tw-text-opacity: 1;
  color: rgb(72 73 100 / var(--tw-text-opacity));
}

.hplxt-text-Warning-600 {
  --tw-text-opacity: 1;
  color: rgb(220 104 3 / var(--tw-text-opacity));
}

.hplxt-accent-White {
  accent-color: #ffffff;
}

.hplxt-opacity-0 {
  opacity: 0;
}

.hplxt-opacity-60 {
  opacity: 0.6;
}

.hplxt-shadow-md {
  --tw-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);;
  --tw-shadow-colored: 0px 4px 8px -2px var(--tw-shadow-color), 0px 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-xs {
  --tw-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);;
  --tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-sm {
  --tw-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);;
  --tw-shadow-colored: 0px 1px 3px var(--tw-shadow-color), 0px 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-lg {
  --tw-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);;
  --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color), 0px 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-xl {
  --tw-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);;
  --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-2xl {
  --tw-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);;
  --tw-shadow-colored: 0px 24px 48px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-3xl {
  --tw-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);;
  --tw-shadow-colored: 0px 32px 64px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-xs-primary {
  --tw-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #e0eaff;;
  --tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color), 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-xs-error {
  --tw-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #fee4e2;;
  --tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color), 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-4xl {
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(16, 24, 40, 0.05);;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hplxt-shadow-Gray-300 {
  --tw-shadow-color: #d0d5dd;
  --tw-shadow: var(--tw-shadow-colored);
}

.hplxt-shadow-Gray-200 {
  --tw-shadow-color: #eaecf0;
  --tw-shadow: var(--tw-shadow-colored);
}

.hplxt-ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hplxt-ring-\[3px\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hplxt-ring-Primary-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 234 255 / var(--tw-ring-opacity));
}

.hplxt-ring-Primary-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 188 253 / var(--tw-ring-opacity));
}

.hplxt-ring-Gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity));
}

.hplxt-ring-Primary-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 244 255 / var(--tw-ring-opacity));
}

.hplxt-blur-sm {
  --tw-blur: blur(8px);
  -webkit-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: 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);
}

.hplxt-blur-md {
  --tw-blur: blur(16px);
  -webkit-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: 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);
}

.hplxt-blur-lg {
  --tw-blur: blur(24px);
  -webkit-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: 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);
}

.hplxt-blur-xl {
  --tw-blur: blur(40px);
  -webkit-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: 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);
}

.hplxt-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.hplxt-delay-1000 {
  transition-delay: 1000ms;
}

.hplxt-duration-500 {
  transition-duration: 500ms;
}

.hplxt-duration-300 {
  transition-duration: 300ms;
}

.hplxt-duration-200 {
  transition-duration: 200ms;
}

.hplxt-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hplxt-ease-linear {
  transition-timing-function: linear;
}

input[type="checkbox"]:checked {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/></svg>');
}

.placeholder\:hplxt-text-Gray-500::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.placeholder\:hplxt-text-Gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.placeholder\:hplxt-text-Indigo-500::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(97 114 243 / var(--tw-text-opacity));
}

.placeholder\:hplxt-text-Indigo-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(97 114 243 / var(--tw-text-opacity));
}

.placeholder\:hplxt-opacity-50::-webkit-input-placeholder {
  opacity: 0.5;
}

.placeholder\:hplxt-opacity-50::placeholder {
  opacity: 0.5;
}

.odd\:hplxt-bg-Gray-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.checked\:hplxt-bg-Blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(21 112 239 / var(--tw-bg-opacity));
}

.hover\:hplxt-border:hover {
  border-width: 1px;
}

.hover\:hplxt-border-Primary-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(68 76 231 / var(--tw-border-opacity));
}

.hover\:hplxt-border-Primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(97 114 243 / var(--tw-border-opacity));
}

.hover\:hplxt-border-Primary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(164 188 253 / var(--tw-border-opacity));
}

.hover\:hplxt-border-Blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(132 202 255 / var(--tw-border-opacity));
}

.hover\:hplxt-bg-Primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 56 205 / var(--tw-bg-opacity));
}

.hover\:hplxt-bg-Primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 234 255 / var(--tw-bg-opacity));
}

.hover\:hplxt-bg-Gray-25:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}

.hover\:hplxt-bg-Primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 255 / var(--tw-bg-opacity));
}

.hover\:hplxt-bg-Gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:hplxt-bg-Blue_gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 245 / var(--tw-bg-opacity));
}

.hover\:hplxt-bg-Blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 248 255 / var(--tw-bg-opacity));
}

.hover\:hplxt-bg-Blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 112 239 / var(--tw-bg-opacity));
}

.hover\:hplxt-text-Primary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(45 49 166 / var(--tw-text-opacity));
}

.hover\:hplxt-text-Gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.hover\:hplxt-text-Primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(68 76 231 / var(--tw-text-opacity));
}

.hover\:hplxt-text-Blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(21 112 239 / var(--tw-text-opacity));
}

.hover\:hplxt-text-White:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:hplxt-shadow-xs-error:hover {
  --tw-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #fee4e2;;
  --tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color), 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:hplxt-shadow-xs-primary:hover {
  --tw-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #e0eaff;;
  --tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color), 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:hplxt-border-0:focus {
  border-width: 0;
}

.focus\:hplxt-text-Primary-700:focus {
  --tw-text-opacity: 1;
  color: rgb(53 56 205 / var(--tw-text-opacity));
}

.focus\:hplxt-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:hplxt-ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:hplxt-ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:hplxt-outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:hplxt-outline-0:focus-visible {
  outline-width: 0px;
}

.active\:hplxt-bg-Primary-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(68 76 231 / var(--tw-bg-opacity));
}

.active\:hplxt-bg-Primary-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 255 / var(--tw-bg-opacity));
}

.active\:hplxt-bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.active\:hplxt-ring-4:active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:hplxt-ring-Primary-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 234 255 / var(--tw-ring-opacity));
}

.disabled\:hplxt-bg-Gray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}

.disabled\:hplxt-text-Gray-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}

.hplxt-group:hover .group-hover\:hplxt-border-Primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(68 76 231 / var(--tw-border-opacity));
}

.hplxt-group:hover .group-hover\:hplxt-border-Primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(97 114 243 / var(--tw-border-opacity));
}

.hplxt-group:hover .group-hover\:hplxt-border-Primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(164 188 253 / var(--tw-border-opacity));
}

.hplxt-group:hover .group-hover\:hplxt-bg-Primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 255 / var(--tw-bg-opacity));
}

.hplxt-group:active .group-active\:hplxt-ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hplxt-group:active .group-active\:hplxt-ring-Primary-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 234 255 / var(--tw-ring-opacity));
}

.hplxt-peer:checked ~ .peer-checked\:hplxt-mx-\[20\.85px\] {
  margin-left: 20.85px;
  margin-right: 20.85px;
}

.hplxt-peer:checked ~ .peer-checked\:hplxt-mx-\[22px\] {
  margin-left: 22px;
  margin-right: 22px;
}

.hplxt-peer:checked ~ .peer-checked\:hplxt-block {
  display: block;
}

.hplxt-peer:checked ~ .peer-checked\:hplxt-border-Primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(68 76 231 / var(--tw-border-opacity));
}

.hplxt-peer:checked ~ .peer-checked\:hplxt-border-transparent {
  border-color: transparent;
}

.hplxt-peer:checked ~ .peer-checked\:hplxt-bg-Primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 76 231 / var(--tw-bg-opacity));
}

.hplxt-peer:checked ~ .peer-checked\:hplxt-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hplxt-peer:hover ~ .peer-hover\:hplxt-block {
  display: block;
}

@media (min-width: 640px) {
  .sm\:hplxt-ml-12 {
    margin-left: 3em;
  }

  .sm\:hplxt-py-4 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .sm\:hplxt-px-16 {
    padding-left: 4em;
    padding-right: 4em;
  }
}

@media (min-width: 768px) {
  .md\:hplxt-h-5 {
    height: 1.25em;
  }

  .md\:hplxt-h-6 {
    height: 1.5em;
  }

  .md\:hplxt-h-4 {
    height: 1em;
  }

  .md\:hplxt-w-9 {
    width: 2.25em;
  }

  .md\:hplxt-w-11 {
    width: 2.75em;
  }

  .md\:hplxt-w-4 {
    width: 1em;
  }

  .md\:hplxt-w-5 {
    width: 1.25em;
  }

  .md\:hplxt-px-16 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .md\:hplxt-py-6 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
